diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..d90dd34b9934
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,4 @@
+[*]
+insert_final_newline = false
+indent_style = tab
+indent_size = 4
diff --git a/.gitignore b/.gitignore
index b563ac3f986a..a044f7f60cca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,9 @@
#Ignore everything in datafolder and subdirectories
/data/**/*
+#Ignore byond config folder.
+/cfg/**/*
+
#Ignore compiled files and other files generated during compilation.
*.mdme
*.dmb
@@ -181,5 +184,3 @@ Temporary Items
.apdisk
*.before
-
-.atom-build.json
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index a1dc0d644f30..80998aac8f9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,20 +4,13 @@ sudo: false
env:
global:
- BYOND_MAJOR="510"
- - BYOND_MINOR="1332"
+ - BYOND_MINOR="1346"
- NODE_VERSION="4"
- BUILD_TOOLS=false
- DM_MAPFILE=""
matrix:
- BUILD_TOOLS=true
- - DM_MAPFILE="tgstation2"
- - DM_MAPFILE="metastation"
- - DM_MAPFILE="ministation"
- - DM_MAPFILE="dreamstation"
- - DM_MAPFILE="birdstation"
- - DM_MAPFILE="efficiencystation"
- - DM_MAPFILE="templates"
-
+ - DM_MAPFILE="loadallmaps"
cache:
directories:
@@ -48,3 +41,4 @@ script:
- tools/travis/check_filedirs.sh tgstation.dme
- tools/travis/build_tools.sh
- tools/travis/build_byond.sh
+
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b529fd89d2f8..9b5c18fdc2f5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,7 +17,7 @@ If you want to contribute the first thing you'll need to do is [set up Git](http
We have a [list of guides on the wiki](http://www.tgstation13.org/wiki/index.php/Guides#Development_and_Contribution_Guides) which will help you get started contributing to /tg/station with git and Dream Maker. For beginners, it is recommended you work on small projects, at first. If you need help learning to program in BYOND check out this [repository of resources](http://www.byond.com/developer/articles/resources).
-There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/-tg-station/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Fix%22).
+There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/-tg-station/issues?q=is%3Aopen+is%3Aissue+label%3A%22Easy+Task%22).
You can of course, as always, ask for help at [#coderbus](irc://irc.rizon.net/coderbus) on irc.rizon.net. We are just here to have fun and help so do not expect professional support please.
@@ -190,6 +190,13 @@ This prevents nesting levels from getting deeper then they need to be.
* Where you have code that can cause large scale modification and *FUN* make sure you start it out locked behind one of the default admin roles - use common sense to determine which role fits the level of damage a function could do
+###Files
+* Because runtime errors do not give the full path, try to avoid having files with the same name across folders.
+
+* File names should not be mixed case, or contain spaces or any character that would require escaping in a uri.
+
+* Files and path accessed and referenced by code above simply being #included should be strictly lowercase to avoid issues on filesystems where case matters.
+
###Other Notes
* Code should be modular where possible, if you are working on a new class then it is best if you put it in a new file.
@@ -280,12 +287,12 @@ There is no strict process when it comes to merging pull requests, pull requests
* If your pull request is accepted, the code you add no longer belongs exclusively to you but to everyone; everyone is free to work on it, but you are also free to object to any changes being made, which will be noted by a Project Lead or Project Manager. It is a shame this has to be explicitly said, but there have been cases where this would've saved some trouble.
-####Merge tokens
-At the moment there is a system in place for feature/balance pull requests that intend to change gameplay in some form. This system works such that for every feature/balance pull request, you must have a valid bugfix. (Pull requests can have multiple bugfixes, so these pull requests would count as N tokens, instead of just one.) This system is in place indefinitely, it may be removed in the future if we take the number of bugs down to a reasonable number, or it may never be removed.
+* Please explain why you are submitting the pull request, and how you think your change will be beneficial to the game. Failure to do so will be grounds for rejecting the PR.
## Banned content
Do not add any of the following in a Pull Request or risk getting the PR closed:
- - National Socialist Party of Germany content, National Socialist Party of Germany related content, or National Socialist Party of Germany references
+* National Socialist Party of Germany content, National Socialist Party of Germany related content, or National Socialist Party of Germany references
+* Code where one line of code is split across mutiple lines (except for multiple, separate strings and comments and in those cases existing longer lines must not be split up)
##A word on git
Yes we know that the files have a tonne of mixed windows and linux line endings, attempts to fix this have been met with less than stellar success and as such we have decided to give up caring until such a time as it matters.
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index f5cf538133d5..f5fa86a76d9c 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,3 +1,3 @@
-[Note]: # (State what the issue is from a "whats wrong" prospective. Issue reports should clearly allow maintainers to understand whats wrong and how to test/reproduce if that is not obvious. Avoid ambiguity. Start your issue report below both of these lines (or remove them))
+[Note]: # (Please enter the commit hash and active testmerge numbers from the "Show Server Revision" verb if you can. If you believe the issue to be caused by a testmerge, please report it in its relative PR thread. State what the issue is from a "whats wrong" prospective. Issue reports should clearly allow maintainers to understand whats wrong and how to test/reproduce if that is not obvious. Avoid ambiguity. Start your issue report below both of these lines (or remove them))
[Admins]: # (If you are reporting a bug that occured AFTER you used varedit/admin buttons to alter an object out of normal operating conditions, please verify that you can re-create the bug without the varedit usage/admin buttons before reporting the issue.)
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 490e045f3daa..895871decf1a 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -16,3 +16,5 @@ imagedel: deleted some icons and images
spellcheck: fixed a few typos
experiment: added an experimental thingy
/:cl:
+
+[]: # (Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding:)
diff --git a/README.md b/README.md
index 5ba75f952a29..83a226ffef97 100644
--- a/README.md
+++ b/README.md
@@ -73,10 +73,6 @@ specified in the config.txt, and set the Security box to 'Safe'. Then press GO
and the server should start up and be ready to join. It is also recommended that
you set up the SQL backend (see below).
-###HOSTING ON LINUX
-If you're not using BYOND version 510, BYGEX will be used for some text replacement related code. Unfortunately, we only have a windows dll included right now. You can find a version known to compile on linux, along with some basic install instructions here:
-https://github.com/optimumtact/byond-regex
-
##UPDATING
To update an existing installation, first back up your /config and /data folders
@@ -94,13 +90,13 @@ the new version.
* [tgstation2 (default)](http://tgstation13.org/wiki/Boxstation)
* [MetaStation](https://tgstation13.org/wiki/MetaStation)
-* [MiniStation](http://tgstation13.org/wiki/MiniStation)
-* [AsteroidStation](https://tgstation13.org/wiki/AsteroidStation)
* [BirdStation](https://tgstation13.org/wiki/BirdStation)
-* [DreamStation](https://tgstation13.org/wiki/Dreamstation)
-* [EfficiencyStation](https://tgstation13.org/wiki/Efficiency_Station)
+* [DeltaStation](https://tgstation13.org/wiki/DeltaStation)
+* [OmegaStation](https://tgstation13.org/wiki/OmegaStation)
+* [PubbyStation](https://tgstation13.org/wiki/PubbyStation)
+
-All maps have their own code file that is in the base of the _maps directory. Instead of loading the map directly we instead use a code file to include the map and then include any other code changes that are needed for it; for example MiniStation changes the uplink items for the map. Follow this guideline when adding your own map, to your fork, for easy compatibility.
+All maps have their own code file that is in the base of the _maps directory. Instead of loading the map directly we instead use a code file to include the map and then include any other code changes that are needed for it. Follow this guideline when adding your own map, to your fork, for easy compatibility.
If you want to load a different map, just open the corresponding map's code file in Dream Maker, make sure all of the other map code files are unticked in the file tree, in the left side of the screen, and then make sure the map code file you want is ticked.
@@ -114,7 +110,7 @@ Anytime you want to make changes to a map it's imperative you use the [Map Mergi
Map files for away missions are located in the _maps/RandomZLevels directory. Each away mission includes it's own code definitions located in /code/modules/awaymissions/mission_code. These files must be included and compiled with the server beforehand otherwise the server will crash upon trying to load away missions that lack their code.
-To enable an away mission open fileList.txt in the _maps/RandomZLevels directory and uncomment one of the .dmm lines by removing the #. If more than one away mission is uncommented then the away mission loader will randomly select one the enabled ones to load.
+To enable an away mission open `config/awaymissionconfig.txt` and uncomment one of the .dmm lines by removing the #. If more than one away mission is uncommented then the away mission loader will randomly select one the enabled ones to load.
##SQL SETUP
@@ -139,10 +135,12 @@ All code before commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at
See LICENSE-AGPLv3.txt and LICENSE-GPLv3.txt for more details.
tgui clientside is licensed as a subproject under the MIT license.
+Font Awesome font files, used by tgui, are licensed under the SIL Open Font License v1.1
tgui assets are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
(http://creativecommons.org/licenses/by-sa/4.0/).
-See tgui/LICENSE.md for more details.
+See tgui/LICENSE.md for the MIT license.
+See tgui/assets/fonts/SIL-OFL-1.1-LICENSE.md for the SIL Open Font License.
All assets including icons and sound are under a Creative Commons 3.0 BY-SA
license (http://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated.
diff --git a/SQL/database_changelog.txt b/SQL/database_changelog.txt
index 9835d792f6e4..9754c511d0f0 100644
--- a/SQL/database_changelog.txt
+++ b/SQL/database_changelog.txt
@@ -1,3 +1,33 @@
+1 September 2016, by Jordie0608
+
+Modified table 'notes', adding column 'secret'.
+
+ALTER TABLE `feedback`.`notes` ADD COLUMN `secret` TINYINT(1) NOT NULL DEFAULT '1' AFTER `server`
+
+Remember to add a prefix to the table name if you use them
+
+----------------------------------------------------
+
+19 August 2016, by Shadowlight213
+
+Changed appearance bans to be jobbans.
+
+UPDATE 'feedback'.`ban` SET `job` = "appearance", `bantype` = "JOB_PERMABAN" WHERE `bantype` = "APPEARANCE_PERMABAN"
+
+Remember to add a prefix to the table name if you use them
+
+----------------------------------------------------
+
+3 July 2016, by Jordie0608
+
+Modified table 'poll_question', adding column 'dontshow' which was recently added to the server schema.
+
+ALTER TABLE `feedback`.`poll_question` ADD COLUMN `dontshow` TINYINT(1) NOT NULL DEFAULT '0' AFTER `for_trialmin`
+
+Remember to add a prefix to the table name if you use them
+
+----------------------------------------------------
+
16th April 2016
Added ipintel table, only required if ip intel is enabled in the config
diff --git a/SQL/tgstation_schema.sql b/SQL/tgstation_schema.sql
index 3c4864893d9d..60dcde0fd0d4 100644
--- a/SQL/tgstation_schema.sql
+++ b/SQL/tgstation_schema.sql
@@ -266,6 +266,7 @@ CREATE TABLE `poll_question` (
`createdby_ckey` varchar(45) NULL DEFAULT NULL,
`createdby_ip` varchar(45) NULL DEFAULT NULL,
`for_trialmin` varchar(45) NULL DEFAULT NULL,
+ `dontshow` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -360,6 +361,7 @@ CREATE TABLE `notes` (
`last_editor` varchar(32),
`edits` text,
`server` varchar(50) NOT NULL,
+ `secret` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
diff --git a/SQL/tgstation_schema_prefixed.sql b/SQL/tgstation_schema_prefixed.sql
index ab49b337cf34..f605339ee3d7 100644
--- a/SQL/tgstation_schema_prefixed.sql
+++ b/SQL/tgstation_schema_prefixed.sql
@@ -261,6 +261,7 @@ CREATE TABLE `SS13_poll_question` (
`createdby_ckey` varchar(45) NULL DEFAULT NULL,
`createdby_ip` varchar(45) NULL DEFAULT NULL,
`for_trialmin` varchar(45) NULL DEFAULT NULL,
+ `dontshow` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -355,6 +356,7 @@ CREATE TABLE `SS13_notes` (
`last_editor` varchar(32),
`edits` text,
`server` varchar(50) NOT NULL,
+ `secret` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
index 8d4f3204e85b..381e9b96fb3b 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
@@ -1,130 +1,1562 @@
-"aa" = (/turf/template_noop,/area/template_noop)
-"ab" = (/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ac" = (/turf/closed/wall/r_wall,/area/ruin/powered)
-"ad" = (/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"ae" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical,/obj/item/stack/cable_coil,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"af" = (/obj/structure/table,/obj/item/clothing/mask/gas,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ag" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ah" = (/obj/machinery/power/smes,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ai" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aj" = (/turf/closed/wall/mineral/sandstone{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"ak" = (/obj/structure/toilet,/obj/effect/decal/sandeffect,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"al" = (/obj/structure/urinal{pixel_y = 32},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"am" = (/obj/structure/urinal{pixel_y = 32},/obj/effect/decal/sandeffect,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"an" = (/obj/item/device/flashlight/lantern,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ao" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/obj/effect/decal/sandeffect,/obj/structure/mirror{pixel_x = 28},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ap" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"aq" = (/obj/structure/flora/ausbushes/sunnybush,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"ar" = (/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"as" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"at" = (/obj/item/weapon/tank/internals/oxygen,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"au" = (/obj/effect/decal/sandeffect,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"av" = (/obj/machinery/door/airlock/hatch,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aw" = (/obj/machinery/door/airlock/sandstone,/turf/open/floor/wood,/area/ruin/powered)
-"ax" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall/mineral/sandstone{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"ay" = (/obj/machinery/door/airlock/hatch,/obj/effect/decal/sandeffect,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"az" = (/obj/item/clothing/tie/dope_necklace,/obj/item/weapon/reagent_containers/spray/spraytan,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"aA" = (/obj/effect/decal/sandeffect,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"aB" = (/turf/open/floor/plasteel/asteroid/warning{baseturf = /turf/open/floor/plating/beach/sand; dir = 1; tag = "icon-asteroidwarning (NORTH)"},/area/ruin/powered)
-"aC" = (/turf/open/floor/wood,/area/ruin/powered)
-"aD" = (/obj/structure/table,/obj/item/weapon/storage/box/drinkingglasses,/obj/item/weapon/storage/box/drinkingglasses,/obj/item/weapon/reagent_containers/food/drinks/shaker,/obj/item/weapon/storage/box/beakers,/turf/open/floor/wood,/area/ruin/powered)
-"aE" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/wood,/area/ruin/powered)
-"aF" = (/obj/machinery/vending/boozeomat{emagged = 1},/turf/open/floor/wood,/area/ruin/powered)
-"aG" = (/obj/structure/table,/obj/item/weapon/book/manual/barman_recipes,/obj/item/weapon/reagent_containers/glass/rag,/turf/open/floor/wood,/area/ruin/powered)
-"aH" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/wood,/area/ruin/powered)
-"aI" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/wood,/area/ruin/powered)
-"aJ" = (/obj/structure/closet/crate/bin,/obj/item/weapon/tank/internals/emergency_oxygen,/obj/item/trash/candy,/obj/item/toy/talking/owl,/turf/open/floor/plasteel/asteroid/warning{baseturf = /turf/open/floor/plating/beach/sand; dir = 1; tag = "icon-asteroidwarning (NORTH)"},/area/ruin/powered)
-"aK" = (/turf/open/floor/plasteel/asteroid{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"aL" = (/obj/effect/mob_spawn/human/bartender/alive{name = "beach bum sleeper"},/turf/open/floor/wood,/area/ruin/powered)
-"aM" = (/obj/structure/reagent_dispensers/beerkeg,/turf/open/floor/wood,/area/ruin/powered)
-"aN" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/asteroid{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"aO" = (/obj/structure/stacklifter,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"aP" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/ruin/powered)
-"aQ" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp,/turf/open/floor/wood,/area/ruin/powered)
-"aR" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/drinks/bottle/tequila,/turf/open/floor/wood,/area/ruin/powered)
-"aS" = (/obj/machinery/processor,/turf/open/floor/wood,/area/ruin/powered)
-"aT" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/asteroid{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"aU" = (/obj/effect/overlay/palmtree_l,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"aV" = (/obj/effect/mob_spawn/human/beach/alive{flavour_text = "You're, like, totally a dudebro, bruh. Ch'yea. You came here, like, on spring break, hopin' to pick up some bangin' hot chicks, y'knaw?"; pocket2 = /obj/item/weapon/reagent_containers/food/snacks/pizzaslice/dank; uniform = /obj/item/clothing/under/pants/youngfolksjeans},/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"aW" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/asteroid/warning{baseturf = /turf/open/floor/plating/beach/sand; dir = 1; tag = "icon-asteroidwarning (NORTH)"},/area/ruin/powered)
-"aX" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/open/floor/wood,/area/ruin/powered)
-"aY" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/asteroid{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"aZ" = (/obj/effect/overlay/coconut,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"ba" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/template_noop,/area/ruin/powered)
-"bb" = (/obj/structure/weightlifter,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bc" = (/obj/machinery/door/airlock/sandstone,/obj/effect/decal/sandeffect,/turf/open/floor/wood,/area/ruin/powered)
-"bd" = (/obj/structure/closet/secure_closet/freezer/kitchen,/turf/open/floor/wood,/area/ruin/powered)
-"be" = (/obj/vehicle/scooter/skateboard{dir = 4},/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bf" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/template_noop,/area/ruin/powered)
-"bg" = (/obj/structure/sign/barsign,/turf/closed/wall/mineral/sandstone,/area/ruin/powered)
-"bh" = (/turf/closed/wall/mineral/sandstone,/area/ruin/powered)
-"bi" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 4},/turf/open/floor/plasteel/asteroid{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"bj" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/snacks/pastatomato,/turf/open/floor/plasteel/asteroid{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"bk" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 8},/turf/open/floor/plasteel/asteroid{baseturf = /turf/open/floor/plating/beach/sand},/area/ruin/powered)
-"bl" = (/mob/living/simple_animal/crab,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bm" = (/obj/structure/closet/athletic_mixed,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bn" = (/obj/structure/rack,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/effect/decal/sandeffect,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bo" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bp" = (/obj/structure/closet/athletic_mixed,/obj/effect/decal/sandeffect,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bq" = (/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"br" = (/obj/effect/decal/sandeffect,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bs" = (/obj/machinery/door/airlock/hatch,/obj/structure/fans/tiny,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bt" = (/turf/open/floor/pod/light{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bu" = (/obj/effect/decal/sandeffect,/turf/open/floor/pod/light{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bv" = (/obj/machinery/door/airlock/sandstone,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bw" = (/obj/structure/flora/rock,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bx" = (/obj/machinery/door/airlock/sandstone,/obj/effect/decal/sandeffect,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"by" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/weapon/bikehorn/airhorn,/obj/structure/table/wood,/obj/item/weapon/storage/firstaid,/obj/item/weapon/storage/firstaid/brute,/turf/open/floor/wood,/area/ruin/powered)
-"bz" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/chair/stool,/turf/open/floor/wood,/area/ruin/powered)
-"bA" = (/obj/structure/table/wood,/obj/item/weapon/tank/internals/oxygen,/obj/item/weapon/pickaxe,/obj/item/clothing/mask/gas,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bB" = (/obj/structure/dresser,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"bC" = (/obj/item/weapon/reagent_containers/spray/spraytan,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bD" = (/obj/item/toy/beach_ball,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bE" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/item/device/megaphone,/turf/open/floor/wood,/area/ruin/powered)
-"bF" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/effect/mob_spawn/human/beach/alive{flavour_text = "You're a spunky lifeguard! It's up to you to make sure nobody drowns or gets eaten by sharks and stuff."; has_id = 1; id_access = "Medical Doctor"; id_job = "Lifeguard"; mob_gender = "female"},/turf/open/floor/wood,/area/ruin/powered)
-"bG" = (/obj/structure/chair,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bH" = (/obj/item/weapon/storage/backpack/dufflebag,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bI" = (/obj/effect/decal/sandeffect{density = 1},/obj/effect/decal/fakelattice,/turf/open/floor/pod/light{baseturf = /turf/open/floor/plating/lava/smooth; density = 1},/area/ruin/powered)
-"bJ" = (/turf/open/floor/plasteel/stairs/old,/area/ruin/powered)
-"bK" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bL" = (/obj/item/device/camera,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bM" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plating/beach/sand,/area/ruin/powered)
-"bN" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/floor/plating/beach/coastline_t,/area/ruin/powered)
-"bO" = (/turf/open/floor/plating/beach/coastline_t,/area/ruin/powered)
-"bP" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/open/floor/plating/beach/coastline_t,/area/ruin/powered)
-"bQ" = (/turf/open/floor/plating/beach/coastline_b,/area/ruin/powered)
-"bR" = (/turf/open/floor/plating/beach/water,/area/ruin/powered)
-"bS" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/water,/area/ruin/powered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/template_noop,
+/area/template_noop)
+"ab" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ac" = (
+/turf/closed/wall/r_wall,
+/area/ruin/powered)
+"ad" = (
+/obj/structure/flora/ausbushes/leafybush,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"ae" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/stack/cable_coil,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"af" = (
+/obj/structure/table,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ag" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ah" = (
+/obj/machinery/power/smes,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ai" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aj" = (
+/turf/closed/wall/mineral/sandstone{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"ak" = (
+/obj/structure/toilet,
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"al" = (
+/obj/structure/urinal{
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"am" = (
+/obj/structure/urinal{
+ pixel_y = 32
+ },
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"an" = (
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ao" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/effect/decal/sandeffect,
+/obj/structure/mirror{
+ pixel_x = 28
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ap" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"aq" = (
+/obj/structure/flora/ausbushes/sunnybush,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"ar" = (
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"as" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"at" = (
+/obj/item/weapon/tank/internals/oxygen,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"au" = (
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"av" = (
+/obj/machinery/door/airlock/hatch,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aw" = (
+/obj/machinery/door/airlock/sandstone,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"ax" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/mineral/sandstone{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"ay" = (
+/obj/machinery/door/airlock/hatch,
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"az" = (
+/obj/item/clothing/neck/necklace/dope,
+/obj/item/weapon/reagent_containers/spray/spraytan,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"aA" = (
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"aB" = (
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand;
+ tag = "icon-asteroidwarning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 1
+ },
+/area/ruin/powered)
+"aC" = (
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aD" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/drinkingglasses,
+/obj/item/weapon/storage/box/drinkingglasses,
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/obj/item/weapon/storage/box/beakers,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aE" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aF" = (
+/obj/machinery/vending/boozeomat{
+ emagged = 1;
+ req_access_txt = "0"
+ },
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aG" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/item/weapon/reagent_containers/glass/rag,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aI" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aJ" = (
+/obj/structure/closet/crate/bin,
+/obj/item/weapon/tank/internals/emergency_oxygen,
+/obj/item/trash/candy,
+/obj/item/toy/talking/owl,
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand;
+ tag = "icon-asteroidwarning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 1
+ },
+/area/ruin/powered)
+"aK" = (
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"aL" = (
+/obj/effect/mob_spawn/human/bartender/alive{
+ name = "beach bum sleeper"
+ },
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aM" = (
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aN" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"aO" = (
+/obj/structure/stacklifter,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"aP" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aQ" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/tequila,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aS" = (
+/obj/machinery/processor,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aT" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"aU" = (
+/obj/effect/overlay/palmtree_l,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"aV" = (
+/obj/effect/mob_spawn/human/beach/alive{
+ flavour_text = "You're, like, totally a dudebro, bruh. Ch'yea. You came here, like, on spring break, hopin' to pick up some bangin' hot chicks, y'knaw?";
+ pocket2 = /obj/item/weapon/reagent_containers/food/snacks/pizzaslice/dank;
+ uniform = /obj/item/clothing/under/pants/youngfolksjeans
+ },
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"aW" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand;
+ tag = "icon-asteroidwarning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 1
+ },
+/area/ruin/powered)
+"aX" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"aY" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"aZ" = (
+/obj/effect/overlay/coconut,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"ba" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"bb" = (
+/obj/structure/weightlifter,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bc" = (
+/obj/machinery/door/airlock/sandstone,
+/obj/effect/decal/sandeffect,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"bd" = (
+/obj/structure/closet/secure_closet/freezer/kitchen{
+ req_access = null
+ },
+/turf/open/floor/wood,
+/area/ruin/powered)
+"be" = (
+/obj/vehicle/scooter/skateboard{
+ dir = 4
+ },
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bf" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"bg" = (
+/obj/structure/sign/barsign,
+/turf/closed/wall/mineral/sandstone,
+/area/ruin/powered)
+"bh" = (
+/turf/closed/wall/mineral/sandstone,
+/area/ruin/powered)
+"bi" = (
+/turf/open/floor/plating/beach/sand{
+ density = 1;
+ opacity = 1
+ },
+/area/ruin/powered)
+"bj" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"bk" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/pastatomato,
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"bl" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/asteroid{
+ baseturf = /turf/open/floor/plating/beach/sand
+ },
+/area/ruin/powered)
+"bm" = (
+/mob/living/simple_animal/crab,
+/turf/open/floor/plating/beach/sand{
+ density = 1;
+ opacity = 1
+ },
+/area/ruin/powered)
+"bn" = (
+/obj/structure/closet/athletic_mixed,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bo" = (
+/obj/structure/rack,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/effect/decal/sandeffect,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bp" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bq" = (
+/obj/structure/closet/athletic_mixed,
+/obj/effect/decal/sandeffect,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"br" = (
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bs" = (
+/obj/effect/decal/sandeffect,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bt" = (
+/obj/machinery/door/airlock/hatch,
+/obj/structure/fans/tiny,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bu" = (
+/turf/open/floor/pod/light{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bv" = (
+/obj/effect/decal/sandeffect,
+/turf/open/floor/pod/light{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bw" = (
+/obj/machinery/door/airlock/sandstone,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bx" = (
+/obj/structure/flora/rock,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"by" = (
+/obj/machinery/door/airlock/sandstone,
+/obj/effect/decal/sandeffect,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bz" = (
+/mob/living/simple_animal/crab,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bA" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/bikehorn/airhorn,
+/obj/structure/table/wood,
+/obj/item/weapon/storage/firstaid,
+/obj/item/weapon/storage/firstaid/brute,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"bB" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"bC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/weapon/pickaxe,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bD" = (
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/obj/structure/dresser,
+/turf/open/floor/plasteel/sandeffect,
+/area/ruin/powered)
+"bE" = (
+/obj/item/weapon/reagent_containers/spray/spraytan,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bF" = (
+/obj/item/toy/beach_ball,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bG" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/item/device/megaphone,
+/turf/open/floor/wood,
+/area/ruin/powered)
+"bH" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/effect/mob_spawn/human/beach/alive{
+ flavour_text = "You're a spunky lifeguard! It's up to you to make sure nobody drowns or gets eaten by sharks and stuff.";
+ has_id = 1;
+ id_access = "Medical Doctor";
+ id_job = "Lifeguard";
+ mob_gender = "female"
+ },
+/turf/open/floor/wood,
+/area/ruin/powered)
+"bI" = (
+/obj/structure/dresser,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt
+ },
+/area/ruin/powered)
+"bJ" = (
+/obj/structure/chair,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bK" = (
+/obj/item/weapon/storage/backpack/dufflebag,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bL" = (
+/obj/effect/decal/sandeffect{
+ density = 1
+ },
+/obj/effect/decal/fakelattice,
+/turf/open/floor/pod/light{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ density = 1
+ },
+/area/ruin/powered)
+"bM" = (
+/turf/open/floor/plasteel/stairs/old,
+/area/ruin/powered)
+"bN" = (
+/obj/structure/flora/ausbushes/reedbush,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bO" = (
+/obj/item/device/camera,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bP" = (
+/obj/item/weapon/reagent_containers/food/drinks/beer,
+/turf/open/floor/plating/beach/sand,
+/area/ruin/powered)
+"bQ" = (
+/obj/structure/flora/ausbushes/reedbush,
+/turf/open/floor/plating/beach/coastline_t,
+/area/ruin/powered)
+"bR" = (
+/turf/open/floor/plating/beach/coastline_t,
+/area/ruin/powered)
+"bS" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/turf/open/floor/plating/beach/coastline_t,
+/area/ruin/powered)
+"bT" = (
+/turf/open/floor/plating/beach/coastline_b,
+/area/ruin/powered)
+"bU" = (
+/turf/open/floor/plating/beach/water,
+/area/ruin/powered)
+"bV" = (
+/obj/structure/flora/ausbushes/stalkybush,
+/turf/open/floor/plating/beach/water,
+/area/ruin/powered)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaabababacacacacacacacacacacacacabababaaaaaaaaaaaa
-aaaaaaaaabababadabaeafagahaiajakajalamanaoabapabababaaaaaaaa
-aaaaaaababaqararabasasasasatajauavasasauauabararaqababaaaaaa
-aaaaababadaraparababajawajaxajajajajajajayabaraparapababaaaa
-aaaaabapararazaraAaBajaCaDaEaFaGaHaIajaJaKaAararararadabaaaa
-aaababarararararaAaKajaCaCaLaCaCaCaMajaNaKaAarararararababaa
-aaabaparaOaraOaraAaKajaPaQaPaRajaCaSajaTaKaAaraUaraqarapabaa
-aaabarararaVararaAaKaBaWaWaWaWajaCaXajaYaKaAararaZarararabaa
-baabararbbarbbaraAaKaKaKaKaKaKbcaCbdajaKaKaAarararbearapabbf
-aaabararararararaAaKaKaKaKaKaKajbgbhajaKaKaAararararararabaa
-ababababararararaAaKbibjbkaKaKaBaBaBaBaKaKaAarblararabababab
-acbmbnboararararaAaKaKaKaKaKaKaKaKaKaKaKaKaAararararbobpbnab
-acbqbqboararaUaraAaAaAaAaAaAaAaAaAaAaAaAaAaAararararbobqbrab
-bsbtbuboaAaraZararararararararararararararararararaAbobtbtbs
-abbububvaAarararararararbwaparararaZarararararararaAbxbubtab
-bsbtbtboaAararararaparapararararaUararararararararaAbobububs
-acbrbqboarblararapbwarararararararararbybzararaZararbobrbqab
-acbAbBboararararararararararbCararbDarbEbFarararararbobBbAab
-ababababarbGarbGarbGarbGbHbGarbGarararbIbJarbGararaUabababab
-aaabadapbKararbCbLararararararararblarararbMararararapbKabaa
-baabbNbObObPbObObObObObObObObObObObObObObObObObObPbObObOabbf
-aaabbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQbQabaa
-aaababbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRababaa
-aaaaabbRbRbRbRbRbRbRbRbRbRbRbRbRbSbRbRbRbRbRbRbRbRbRbRabaaaa
-aaaaababbRbRbRbRbRbSbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRababaaaa
-aaaaaaababbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbSbRbRbRababaaaaaa
-aaaaaaaaabababbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRbRabababaaaaaaaa
-aaaaaaaaaaaaababababababababababababababababababaaaaaaaaaaaa
-aaaaaaaaaaaaababababababababababababababababababaaaaaaaaaaaa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ba
+aa
+ab
+ac
+ac
+bt
+ab
+bt
+ac
+ac
+ab
+aa
+ba
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+bn
+br
+bu
+bv
+bu
+bs
+bC
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ap
+ar
+ar
+ar
+ab
+bo
+br
+bv
+bv
+bu
+br
+bI
+ab
+ad
+bQ
+bT
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ap
+ar
+ar
+ar
+ar
+ar
+ab
+bp
+bp
+bp
+bw
+bp
+bp
+bp
+ab
+ap
+bR
+bT
+bU
+bU
+ab
+ab
+aa
+aa
+aa
+"}
+(5,1,1) = {"
+aa
+aa
+ab
+ab
+ad
+ar
+ar
+aO
+ar
+bb
+ar
+ar
+ar
+ar
+aA
+aA
+aA
+ar
+ar
+ar
+bN
+bR
+bT
+bU
+bU
+bU
+ab
+ab
+aa
+aa
+"}
+(6,1,1) = {"
+aa
+aa
+ab
+aq
+ar
+ar
+ar
+ar
+aV
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bz
+ar
+bJ
+ar
+bS
+bT
+bU
+bU
+bU
+bU
+ab
+aa
+aa
+"}
+(7,1,1) = {"
+aa
+ab
+ab
+ar
+ap
+az
+ar
+aO
+ar
+bb
+ar
+ar
+ar
+aU
+aZ
+ar
+ar
+ar
+ar
+ar
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+ab
+ab
+aa
+"}
+(8,1,1) = {"
+aa
+ab
+ad
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bJ
+bE
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(9,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+aA
+aA
+aA
+aA
+aA
+aA
+aA
+aA
+aA
+ar
+ar
+ar
+ap
+ar
+ar
+bO
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(10,1,1) = {"
+aa
+ac
+ae
+as
+ab
+aB
+aK
+aK
+aK
+aK
+aK
+aK
+aK
+aA
+ar
+ar
+ap
+bx
+ar
+bJ
+ar
+bR
+bT
+bU
+bU
+bV
+bU
+bU
+ab
+aa
+"}
+(11,1,1) = {"
+aa
+ac
+af
+as
+aj
+aj
+aj
+aj
+aB
+aK
+aK
+bj
+aK
+aA
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(12,1,1) = {"
+aa
+ac
+ag
+as
+aw
+aC
+aC
+aP
+aW
+aK
+aK
+bk
+aK
+aA
+ar
+ar
+ap
+ar
+ar
+bJ
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(13,1,1) = {"
+aa
+ac
+ah
+as
+aj
+aD
+aC
+aQ
+aW
+aK
+aK
+bl
+aK
+aA
+ar
+bx
+ar
+ar
+ar
+bK
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(14,1,1) = {"
+aa
+ac
+ai
+at
+ax
+aE
+aL
+aP
+aW
+aK
+aK
+aK
+aK
+aA
+ar
+ap
+ar
+ar
+ar
+bJ
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(15,1,1) = {"
+aa
+ac
+aj
+aj
+aj
+aF
+aC
+aR
+aW
+aK
+aK
+aK
+aK
+aA
+ar
+ar
+ar
+ar
+bE
+ar
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(16,1,1) = {"
+aa
+ac
+ak
+au
+aj
+aG
+aC
+aj
+aj
+bc
+aj
+aB
+aK
+aA
+ar
+ar
+ar
+ar
+ar
+bJ
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(17,1,1) = {"
+aa
+ac
+aj
+av
+aj
+aH
+aC
+aC
+aC
+aC
+bg
+aB
+aK
+aA
+ar
+ar
+aU
+ar
+ar
+ar
+ar
+bR
+bT
+bU
+bV
+bU
+bU
+bU
+ab
+aa
+"}
+(18,1,1) = {"
+aa
+ac
+al
+as
+aj
+aI
+aM
+aS
+aX
+bd
+bh
+aB
+aK
+aA
+ar
+aZ
+ar
+ar
+bF
+ar
+bz
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(19,1,1) = {"
+aa
+ac
+am
+as
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aB
+aK
+aA
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(20,1,1) = {"
+aa
+ac
+an
+au
+aj
+aJ
+aN
+aT
+aY
+aK
+aK
+aK
+aK
+aA
+ar
+ar
+ar
+bA
+bG
+bL
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(21,1,1) = {"
+aa
+ac
+ao
+au
+ay
+aK
+aK
+aK
+aK
+aK
+aK
+aK
+aK
+aA
+ar
+ar
+ar
+bB
+bH
+bM
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(22,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+aA
+aA
+aA
+aA
+aA
+aA
+aA
+aA
+aA
+ar
+ar
+ar
+ar
+ar
+ar
+bP
+bR
+bT
+bU
+bU
+bU
+bV
+bU
+ab
+aa
+"}
+(23,1,1) = {"
+aa
+ab
+ap
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bJ
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+bU
+ab
+aa
+"}
+(24,1,1) = {"
+aa
+ab
+ab
+ar
+ap
+ar
+ar
+aU
+ar
+ar
+ar
+bz
+ar
+ar
+ar
+ar
+ar
+aZ
+ar
+ar
+ar
+bR
+bT
+bU
+bU
+bU
+bU
+ab
+ab
+aa
+"}
+(25,1,1) = {"
+aa
+aa
+ab
+aq
+ar
+ar
+ar
+ar
+aZ
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+ar
+bS
+bT
+bU
+bU
+bU
+bU
+ab
+aa
+aa
+"}
+(26,1,1) = {"
+aa
+aa
+ab
+ab
+ap
+ar
+ar
+aq
+ar
+be
+ar
+ar
+ar
+ar
+aA
+aA
+aA
+ar
+ar
+aU
+ar
+bR
+bT
+bU
+bU
+bU
+ab
+ab
+aa
+aa
+"}
+(27,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ad
+ar
+ar
+ar
+ar
+ar
+ab
+bp
+bp
+bp
+by
+bp
+bp
+bp
+ab
+ap
+bR
+bT
+bU
+bU
+ab
+ab
+aa
+aa
+aa
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ap
+ar
+ap
+ar
+ab
+bq
+br
+bu
+bv
+bv
+bs
+bI
+ab
+bN
+bR
+bT
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+"}
+(29,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+bo
+bs
+bu
+bu
+bv
+br
+bC
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(30,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bf
+aa
+ab
+ab
+ab
+bt
+ab
+bt
+ab
+ab
+ab
+aa
+bf
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm
index f5710584a54b..3c67c89821be 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm
@@ -1,138 +1,2008 @@
-"aa" = (/turf/template_noop,/area/template_noop)
-"ab" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered)
-"ac" = (/turf/open/floor/noslip{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ad" = (/mob/living/simple_animal/hostile/retaliate/clown,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered)
-"ae" = (/obj/machinery/light,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered)
-"af" = (/obj/item/clothing/head/cone,/turf/open/floor/noslip{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ag" = (/obj/item/weapon/paper/crumpled/bloody{info = "Abandon hope, all ye who enter here."},/obj/effect/decal/cleanable/blood/old,/turf/open/floor/noslip{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ah" = (/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ai" = (/obj/machinery/disposal/deliveryChute{desc = "The following is engraved upon the chute: A FATE WORSE THAN DEATH LIES WITHIN"; dir = 1; name = "THE TRIAL OF HONKITUDE"},/obj/structure/disposalpipe/trunk,/turf/open/floor/noslip{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aj" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 1},/turf/open/floor/noslip{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ak" = (/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/ruin/powered)
-"al" = (/obj/structure/disposalpipe/segment{invisibility = 101},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"am" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"; invisibility = 101},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"an" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"; invisibility = 101},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ao" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 1},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"ap" = (/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aq" = (/obj/effect/mob_spawn/human/corpse/damaged,/obj/effect/decal/cleanable/blood/old,/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"ar" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"as" = (/obj/structure/disposalpipe/sortjunction{dir = 1; icon_state = "pipe-j2s"; invisibility = 101; sortType = 3},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"at" = (/obj/effect/decal/cleanable/pie_smudge,/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"au" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"; invisibility = 101},/obj/effect/decal/cleanable/dirt,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"av" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/obj/effect/decal/cleanable/dirt,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aw" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"ax" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"ay" = (/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"az" = (/obj/effect/decal/cleanable/dirt,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aA" = (/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aB" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/obj/effect/decal/cleanable/cobweb,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aC" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aD" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"; invisibility = 101},/obj/effect/decal/cleanable/dirt,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aE" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"; invisibility = 101},/obj/item/weapon/bikehorn,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aF" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"; invisibility = 101},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aG" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/obj/effect/decal/cleanable/pie_smudge,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aH" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aI" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aJ" = (/obj/item/weapon/bikehorn,/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aK" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aL" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"; invisibility = 101},/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aM" = (/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aN" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aO" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"; invisibility = 101},/obj/effect/decal/cleanable/dirt,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aP" = (/obj/item/weapon/bikehorn,/obj/effect/decal/cleanable/dirt,/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aQ" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet{dir = 8},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"aR" = (/obj/item/weapon/bikehorn,/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aS" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/indestructible{icon_state = "darkredfull"},/area/ruin/powered)
-"aT" = (/obj/effect/decal/cleanable/pie_smudge,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aU" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"aV" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"; invisibility = 101},/obj/effect/decal/cleanable/dirt,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aW" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/obj/structure/table,/obj/item/weapon/paper/crumpled/bloody{info = "If you dare not continue down this path of madness, escape can be found through the chute in this room. "},/obj/item/weapon/pen/fourcolor,/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"aX" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/obj/structure/table,/obj/item/device/flashlight/lamp/bananalamp,/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"aY" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"; invisibility = 101},/obj/effect/decal/cleanable/pie_smudge,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"aZ" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/obj/item/weapon/pickaxe,/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"ba" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bb" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bc" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/indestructible{icon_state = "light_on"},/area/ruin/powered)
-"bd" = (/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"be" = (/obj/structure/disposalpipe/segment{invisibility = 101},/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bf" = (/turf/open/indestructible{icon_state = "light_on"},/area/ruin/powered)
-"bg" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bh" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bi" = (/obj/machinery/light{icon_state = "tube1"; dir = 4},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered)
-"bj" = (/turf/closed/mineral/clown,/area/ruin/powered)
-"bk" = (/obj/item/weapon/pickaxe,/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bl" = (/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bm" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "darkredfull"},/area/ruin/powered)
-"bn" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"; invisibility = 101},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bo" = (/obj/item/weapon/bikehorn,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"bp" = (/obj/machinery/light{dir = 8},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered)
-"bq" = (/turf/open/chasm/straight_down/lava_land_surface,/area/ruin/powered)
-"br" = (/obj/effect/decal/cleanable/cobweb,/turf/open/indestructible{icon_state = "darkredfull"; wet = 5},/area/ruin/powered)
-"bs" = (/obj/structure/disposalpipe/segment,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"bt" = (/obj/machinery/disposal/deliveryChute{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/indestructible{icon_state = "white"},/area/ruin/powered)
-"bu" = (/turf/open/indestructible{icon_state = "darkredfull"; wet = 5},/area/ruin/powered)
-"bv" = (/turf/open/indestructible/sound{icon_state = "bananium"; name = "bananium floor"; sound = 'sound/effects/clownstep1.ogg'; wet = 5},/area/ruin/powered)
-"bw" = (/obj/structure/disposalpipe/junction{dir = 1; icon_state = "pipe-y"; invisibility = 101},/obj/effect/decal/cleanable/dirt,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"bx" = (/obj/structure/mecha_wreckage/honker,/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"by" = (/obj/effect/decal/cleanable/oil,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"; invisibility = 101},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bz" = (/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/indestructible/sound{icon_state = "bananium"; name = "bananium floor"; sound = 'sound/effects/clownstep1.ogg'; wet = 5},/area/ruin/powered)
-"bA" = (/obj/item/weapon/grown/bananapeel{color = "#2F3000"; name = "stealth banana peel"},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered)
-"bB" = (/obj/effect/decal/cleanable/dirt,/turf/open/indestructible/sound{icon_state = "bananium"; name = "bananium floor"; sound = 'sound/effects/clownstep1.ogg'; wet = 5},/area/ruin/powered)
-"bC" = (/obj/effect/mob_spawn/human/corpse/damaged,/obj/effect/decal/cleanable/blood/old,/turf/open/indestructible{icon_state = "darkyellowfull"; wet = 5},/area/ruin/powered)
-"bD" = (/obj/structure/disposalpipe/segment{dir = 4; invisibility = 101},/turf/open/indestructible{icon_state = "darkredfull"; wet = 5},/area/ruin/powered)
-"bE" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"; invisibility = 101},/turf/open/indestructible{icon_state = "darkredfull"; wet = 5},/area/ruin/powered)
-"bF" = (/turf/open/floor/plating/lava/smooth/lava_land_surface{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"},/area/ruin/powered)
-"bG" = (/obj/item/weapon/reagent_containers/food/drinks/trophy/gold_cup,/obj/structure/table/glass,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bH" = (/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bI" = (/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bJ" = (/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating/lava/smooth/lava_land_surface{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"},/area/ruin/powered)
-"bK" = (/obj/structure/statue/bananium/clown,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bL" = (/obj/structure/table/glass,/obj/item/weapon/grown/bananapeel/bluespace,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bM" = (/obj/structure/table/glass,/obj/item/clothing/shoes/clown_shoes/banana_shoes,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bN" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/powered)
-"bO" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating/lava/smooth/lava_land_surface{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"},/area/ruin/powered)
-"bP" = (/obj/item/weapon/coin/clown,/obj/item/weapon/coin/clown,/obj/item/weapon/coin/clown,/obj/item/weapon/coin/clown,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bQ" = (/obj/item/slime_extract/rainbow,/obj/structure/table/glass,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bR" = (/obj/item/weapon/bikehorn/airhorn,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bS" = (/obj/structure/table/glass,/obj/item/weapon/gun/magic/staff/honk,/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"bT" = (/obj/item/weapon/bikehorn,/turf/open/indestructible/sound{icon_state = "bananium"; name = "bananium floor"; sound = 'sound/effects/clownstep1.ogg'; wet = 5},/area/ruin/powered)
-"bU" = (/obj/effect/mob_spawn/human/corpse/damaged,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating/lava/smooth/lava_land_surface{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"},/area/ruin/powered)
-"bV" = (/obj/effect/mob_spawn/human/corpse/damaged,/obj/effect/decal/cleanable/blood/old,/turf/open/indestructible/sound{icon_state = "bananium"; name = "bananium floor"; sound = 'sound/effects/clownstep1.ogg'; wet = 5},/area/ruin/powered)
-"bW" = (/obj/machinery/door/airlock/clown,/turf/open/indestructible/sound{icon_state = "bananium"; name = "bananium floor"; sound = 'sound/effects/clownstep1.ogg'; wet = 5},/area/ruin/powered)
-"bX" = (/obj/item/weapon/bikehorn,/obj/effect/decal/cleanable/dirt,/turf/open/indestructible/sound{icon_state = "bananium"; name = "bananium floor"; sound = 'sound/effects/clownstep1.ogg'; wet = 5},/area/ruin/powered)
-"bY" = (/obj/machinery/light{dir = 1},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/template_noop,
+/area/template_noop)
+"ab" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered)
+"ac" = (
+/turf/open/floor/noslip{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"ad" = (
+/mob/living/simple_animal/hostile/retaliate/clown,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered)
+"ae" = (
+/obj/machinery/light,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered)
+"af" = (
+/obj/item/clothing/head/cone,
+/turf/open/floor/noslip{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"ag" = (
+/obj/item/weapon/paper/crumpled/bloody{
+ info = "Abandon hope, all ye who enter here."
+ },
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/noslip{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"ah" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ai" = (
+/obj/machinery/disposal/deliveryChute{
+ desc = "The following is engraved upon the chute: A FATE WORSE THAN DEATH LIES WITHIN";
+ dir = 1;
+ name = "THE TRIAL OF HONKITUDE"
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/noslip{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"aj" = (
+/obj/structure/disposalpipe/trunk,
+/obj/structure/disposaloutlet{
+ dir = 1
+ },
+/turf/open/floor/noslip{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"ak" = (
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/powered)
+"al" = (
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"am" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"an" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ao" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ap" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aq" = (
+/obj/structure/disposalpipe/trunk,
+/obj/structure/disposaloutlet{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ar" = (
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"as" = (
+/obj/effect/mob_spawn/human/corpse/damaged,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"at" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"au" = (
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"av" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j2s";
+ invisibility = 101;
+ sortType = 3
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aw" = (
+/obj/structure/window/reinforced,
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"ax" = (
+/obj/effect/decal/cleanable/pie_smudge,
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"ay" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"az" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aC" = (
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aD" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aE" = (
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/obj/item/weapon/bikehorn,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/pie_smudge,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aN" = (
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/floor/plating,
+/area/ruin/powered)
+"aO" = (
+/obj/item/weapon/bikehorn,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aQ" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/floor/plating,
+/area/ruin/powered)
+"aS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aW" = (
+/obj/item/weapon/bikehorn,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aX" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/structure/disposaloutlet{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aY" = (
+/obj/item/weapon/bikehorn,
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"aZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkredfull"
+ },
+/area/ruin/powered)
+"ba" = (
+/obj/effect/decal/cleanable/pie_smudge,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/obj/structure/table,
+/obj/item/weapon/paper/crumpled/bloody{
+ info = "If you dare not continue down this path of madness, escape can be found through the chute in this room. "
+ },
+/obj/item/weapon/pen/fourcolor,
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"be" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/obj/structure/table,
+/obj/item/device/flashlight/lamp/bananalamp,
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/pie_smudge,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/obj/item/weapon/pickaxe,
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "light_on"
+ },
+/area/ruin/powered)
+"bk" = (
+/obj/structure/disposalpipe/segment{
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bl" = (
+/turf/open/indestructible{
+ icon_state = "light_on"
+ },
+/area/ruin/powered)
+"bm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bo" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered)
+"bp" = (
+/turf/closed/mineral/clown,
+/area/ruin/powered)
+"bq" = (
+/obj/item/weapon/pickaxe,
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"br" = (
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkredfull"
+ },
+/area/ruin/powered)
+"bt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bu" = (
+/obj/item/weapon/bikehorn,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bv" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered)
+"bw" = (
+/turf/open/chasm/straight_down/lava_land_surface,
+/area/ruin/powered)
+"bx" = (
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/indestructible{
+ icon_state = "darkredfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"by" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bz" = (
+/obj/machinery/disposal/deliveryChute{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/indestructible{
+ icon_state = "white"
+ },
+/area/ruin/powered)
+"bA" = (
+/turf/open/indestructible{
+ icon_state = "darkredfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bB" = (
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"bC" = (
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-y";
+ invisibility = 101
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bD" = (
+/obj/structure/mecha_wreckage/honker,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bE" = (
+/obj/effect/decal/cleanable/oil,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bF" = (
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"bG" = (
+/obj/item/weapon/grown/bananapeel{
+ color = "#2F3000";
+ name = "stealth banana peel"
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered)
+"bH" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"bI" = (
+/obj/effect/mob_spawn/human/corpse/damaged,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/indestructible{
+ icon_state = "darkyellowfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkredfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c";
+ invisibility = 101
+ },
+/turf/open/indestructible{
+ icon_state = "darkredfull";
+ wet = 5
+ },
+/area/ruin/powered)
+"bL" = (
+/obj/item/weapon/reagent_containers/food/drinks/trophy/gold_cup,
+/obj/structure/table/glass,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bM" = (
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bN" = (
+/obj/machinery/disposal/deliveryChute,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bO" = (
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"bP" = (
+/obj/structure/statue/bananium/clown,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bQ" = (
+/obj/structure/table/glass,
+/obj/item/weapon/grown/bananapeel/bluespace,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bR" = (
+/obj/structure/table/glass,
+/obj/item/clothing/shoes/clown_shoes/banana_shoes,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bS" = (
+/obj/item/weapon/coin/clown,
+/obj/item/weapon/coin/clown,
+/obj/item/weapon/coin/clown,
+/obj/item/weapon/coin/clown,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bT" = (
+/obj/item/slime_extract/rainbow,
+/obj/structure/table/glass,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bU" = (
+/obj/item/weapon/bikehorn/airhorn,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bV" = (
+/obj/structure/table/glass,
+/obj/item/weapon/gun/magic/staff/honk,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bW" = (
+/obj/item/weapon/bikehorn,
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"bX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/powered)
+"bY" = (
+/obj/effect/mob_spawn/human/corpse/damaged,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"bZ" = (
+/obj/machinery/door/airlock/clown,
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"ca" = (
+/obj/item/weapon/bikehorn,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/indestructible/sound{
+ icon_state = "bananium";
+ name = "bananium floor";
+ sound = 'sound/effects/clownstep1.ogg';
+ wet = 5
+ },
+/area/ruin/powered)
+"cb" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaababacacacababaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaadaeadadafacagacacadadaeadaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaahahahahahahahahaiacajahahahahahahahahahaaaaaaaaaaaa
-aaaaaaaaahahahakakakakakakahalahalahakakakakakakakahahaaaaaaaaaa
-aaaaaaahahakakakamanamanahakalakalakakahahaoahahakakahahaaaaaaaa
-aaaaahahakakamanapaqalaparanalamasahahahahalahahahahakahahaaaaaa
-aaaaahakakahatapapapapapapapapapauavavawawaxayazaAahakakahaaaaaa
-aaahahakamaBaxaCaDaCaDaEaxapalaFawavavawaGaHawawawaIahakahahaaaa
-aaahakakalaravavawaHavavaIapaparawavaJawaHaKawaHawaxahakakahaaaa
-aaahakamaLapamaHawavavanatapaMaCaHawawavavavaJawawaIahaNakahaaaa
-aaahakaFaOaPapaQaHaHaHaxapaRalarawawawawaHaHaSaHaIapaTaNakahaaaa
-aaahakamaDapaFaHaUaUaUaHaxapatapaVawaHaHaWaXaUaHaxapayaNakahaaaa
-aaahakaFaYaCaHaUaUaUaZaUaHaDapapapayahbaaUaUbbbaaHaLahahakahaaaa
-aaahahakaFaHaHaUaUbcbcaUaHawaDbdaCaIahbebfbfbgbhahahahakahahaaaa
-aabiahahakakahbjbkbfbfblbmaOazbnboaCaSbhbfbfblbjahakakahahbpaaaa
-ababbqahahahbrahbjblbjahalauawaIbsaTahahbjbtbjahbuahahahbqababaa
-abbqbqbqahbvbubuahbjahahaFavaIaCbwaHbxbyahalahbububzahbqbqabbqaa
-ababbAbqahbBbvbububububuahahaCaOazbCahaFbDbEbububvbvahbqbAababaa
-ababbqbqahbvbBbvbubububvahahahalahahbvbvbuahbubvbvbvahbqbqababaa
-abbqbqahahbFbBbvbvbvbvbvahbGbHbIbHbGahbvbvbvbvbvbvahahahbqbqabaa
-aabiahahbJbFbvbvbvbvbvahbKbHbLbHbMbHbKahbvbvbvbvbBbFbFahahbpaaaa
-aaahahbNbFbObBbBbBbvbvahbPbHbQbRbSbHbPahbvbBbBbvbTbFbFbNahahaaaa
-aaahakakbNbUbFbvbvbvbvbvahbHbHbHbHbHahbVbvbBbBbvbvbFbFbNakahaaaa
-aaahakakbNbFbFbvbvbBbvbvbvahahbWahahbvbvbBbBbvbvbvbFbFbNakahaaaa
-aaahakakakbNbFbFbXbBbvbBbvbvbBbvbvbvbvbvbvbvbvbvbFbFbFbNakahaaaa
-aaahahakakakahbFbObvbvbvbBbBbBbBbvbvbBbBbvbTbvbFbFbFbNakahahaaaa
-aaaaahakakakakbNbFbFbObBbXbBbvbvbvbvbBbFbFbFbFbFbFbNakakahaaaaaa
-aaaaahahakakakakahbFbFbFbFbFbFbFbFbFbFbFbFbFbFbNbNakakahahaaaaaa
-aaaaaaahahakakakakbNbNbFbFbFbFbFbFbFbFbNbNbNbNakakakahahaaaaaaaa
-aaaaaaaaahahahakakakakbNbNbNbNbNbNbNbNbNakakakakahahahaaaaaaaaaa
-aaaaaaaaaabYahahahahakakakakakakakakakakakahahahahbYaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaahahahahahahahahahahahahahaaaaaaaaaaaaaaaaaaaa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+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
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+bo
+ab
+bw
+ab
+ab
+bw
+bo
+ah
+ah
+ah
+ah
+ah
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ah
+ah
+ah
+ak
+ak
+ak
+ak
+ak
+ah
+ah
+bw
+bw
+bG
+bw
+bw
+ah
+ah
+ak
+ak
+ak
+ah
+ah
+ah
+aa
+aa
+aa
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+aa
+ah
+ah
+ak
+ak
+ak
+aR
+aJ
+ao
+aJ
+ak
+ah
+ah
+bw
+bw
+bw
+ah
+ah
+ak
+ak
+bX
+aQ
+ak
+ak
+ah
+ah
+aa
+aa
+aa
+"}
+(5,1,1) = {"
+aa
+aa
+aa
+ah
+ah
+ak
+ak
+am
+aN
+aS
+aV
+aH
+bf
+aJ
+ak
+ah
+ah
+ah
+ah
+ah
+bO
+bB
+bX
+ak
+ak
+ak
+ak
+ak
+ah
+ah
+aa
+aa
+"}
+(6,1,1) = {"
+aa
+aa
+aa
+ah
+ak
+ak
+ah
+aF
+at
+ar
+aW
+ar
+aG
+aL
+ak
+ah
+bB
+bH
+bB
+ah
+bB
+bH
+bY
+bB
+bX
+ak
+bX
+ak
+ak
+ah
+cb
+aa
+"}
+(7,1,1) = {"
+aa
+aa
+ah
+ah
+ak
+am
+ax
+aB
+az
+am
+ar
+aJ
+aL
+aL
+ah
+bx
+bA
+bB
+bH
+bH
+bB
+bH
+bB
+bB
+bB
+ah
+ak
+aQ
+ak
+ah
+ah
+aa
+"}
+(8,1,1) = {"
+aa
+aa
+ah
+ak
+ak
+ap
+ar
+aG
+az
+aL
+aX
+aL
+bb
+bb
+bp
+ah
+bA
+bA
+bB
+ah
+ah
+bH
+ah
+bB
+bB
+bB
+bX
+ak
+ak
+ak
+ah
+aa
+"}
+(9,1,1) = {"
+aa
+aa
+ah
+ak
+am
+ar
+ar
+aH
+aA
+aA
+aL
+bb
+bb
+bb
+bq
+bp
+ah
+ah
+bA
+bB
+bB
+bH
+bB
+bB
+ca
+bH
+bB
+ah
+ak
+ak
+ah
+aa
+"}
+(10,1,1) = {"
+aa
+ad
+ah
+ak
+an
+as
+ar
+aG
+aL
+az
+aL
+bb
+bb
+bj
+bl
+br
+bA
+bA
+bA
+bB
+ah
+bB
+bB
+bH
+bH
+bB
+bB
+ak
+bX
+ak
+ah
+ah
+"}
+(11,1,1) = {"
+aa
+ae
+ah
+ak
+ao
+al
+ar
+aH
+az
+az
+aL
+bb
+bg
+bj
+bl
+bp
+ah
+bA
+bA
+bB
+bB
+ah
+bB
+bB
+bB
+bB
+bH
+ak
+bX
+ak
+ak
+ah
+"}
+(12,1,1) = {"
+aa
+ad
+ah
+ak
+ap
+ar
+ar
+aI
+az
+an
+aB
+aL
+bb
+bb
+br
+ah
+ah
+bA
+bB
+bB
+ah
+ah
+bB
+bB
+ah
+bB
+bH
+ak
+aQ
+bX
+ak
+ah
+"}
+(13,1,1) = {"
+ab
+ad
+ah
+ak
+ah
+at
+ar
+aB
+aM
+ax
+ar
+aB
+aL
+aL
+bs
+al
+aJ
+ah
+ah
+ah
+bP
+bS
+ah
+bB
+bB
+bH
+ca
+bB
+ak
+bX
+ak
+ah
+"}
+(14,1,1) = {"
+ab
+af
+ah
+ah
+ak
+an
+ar
+ar
+ar
+ar
+aY
+ar
+aH
+aA
+aV
+ay
+az
+ah
+ah
+bL
+bM
+bM
+bM
+ah
+bB
+bH
+bH
+bB
+ak
+bX
+ak
+ah
+"}
+(15,1,1) = {"
+ac
+ac
+ai
+al
+al
+au
+ar
+al
+ar
+aT
+al
+ax
+ar
+aH
+aD
+aA
+aM
+aG
+ah
+bM
+bQ
+bT
+bM
+ah
+ah
+bH
+bB
+bB
+ak
+bX
+ak
+ah
+"}
+(16,1,1) = {"
+ac
+ag
+ac
+ah
+ak
+ao
+ar
+aJ
+at
+aG
+at
+ar
+ar
+au
+bt
+aM
+aG
+aV
+al
+bN
+bM
+bU
+bM
+bZ
+bB
+bH
+bB
+ah
+ak
+bX
+ak
+ah
+"}
+(17,1,1) = {"
+ac
+ac
+aj
+al
+al
+av
+ay
+aA
+aA
+aL
+aA
+bc
+ar
+aG
+bu
+by
+bC
+aD
+ah
+bM
+bR
+bV
+bM
+ah
+bB
+bB
+bB
+bB
+ak
+bX
+ak
+ah
+"}
+(18,1,1) = {"
+ab
+ac
+ah
+ah
+ak
+ah
+az
+az
+az
+aA
+aA
+aA
+aC
+aM
+aG
+ba
+aL
+bI
+ah
+bL
+bM
+bM
+bM
+ah
+bB
+bB
+bB
+bB
+ak
+bX
+ak
+ah
+"}
+(19,1,1) = {"
+ab
+ad
+ah
+ak
+ak
+ah
+az
+az
+aO
+aA
+aA
+aL
+ah
+ah
+aZ
+ah
+bD
+ah
+bB
+ah
+bP
+bS
+ah
+bB
+bB
+bH
+bH
+bB
+ak
+bX
+ak
+ah
+"}
+(20,1,1) = {"
+aa
+ad
+ah
+ak
+ah
+ah
+aA
+aA
+aA
+az
+aA
+aL
+bh
+bk
+bn
+ah
+bE
+aJ
+bB
+bB
+ah
+ah
+bY
+bB
+bB
+bH
+bB
+ak
+bX
+aQ
+ak
+ah
+"}
+(21,1,1) = {"
+aa
+ae
+ah
+ak
+ah
+ah
+aA
+aK
+aL
+az
+aL
+bd
+bb
+bl
+bl
+bp
+ah
+bJ
+bA
+bB
+bB
+ah
+bB
+bH
+bB
+bB
+bB
+ak
+bX
+ak
+ak
+ah
+"}
+(22,1,1) = {"
+aa
+ad
+ah
+ak
+aq
+aw
+aB
+aL
+aP
+az
+aL
+be
+bb
+bl
+bl
+bz
+al
+bK
+ah
+bB
+bB
+bH
+bH
+bH
+bB
+bW
+bB
+ah
+bX
+ak
+ah
+ah
+"}
+(23,1,1) = {"
+aa
+aa
+ah
+ak
+ah
+ah
+aC
+aA
+aA
+aO
+aZ
+bb
+bi
+bm
+br
+bp
+ah
+bA
+bA
+bB
+bB
+bH
+bH
+bB
+bB
+ah
+ah
+ak
+aQ
+ak
+ah
+aa
+"}
+(24,1,1) = {"
+aa
+aa
+ah
+ak
+ah
+ah
+aD
+aA
+aL
+aA
+aL
+aL
+bh
+bn
+bp
+ah
+bA
+bA
+bB
+bB
+bB
+bB
+bB
+ah
+bB
+bB
+ak
+aQ
+ak
+ak
+ah
+aa
+"}
+(25,1,1) = {"
+aa
+aa
+ah
+ak
+ak
+ah
+aE
+aA
+aA
+aA
+aM
+aB
+aL
+ah
+ah
+bA
+bA
+bB
+bB
+bB
+bH
+bW
+bB
+bB
+bB
+ah
+ak
+bX
+ak
+ah
+ah
+aa
+"}
+(26,1,1) = {"
+aa
+aa
+ah
+ah
+ak
+ah
+ah
+aM
+aB
+aM
+ar
+ar
+aS
+ah
+ak
+ah
+bF
+bB
+bB
+ah
+bB
+bB
+ah
+bB
+bB
+ak
+aQ
+ak
+ak
+ah
+cb
+aa
+"}
+(27,1,1) = {"
+aa
+aa
+aa
+ah
+ah
+ak
+ak
+ah
+aQ
+ah
+ba
+aC
+aQ
+ah
+ak
+ah
+ah
+ah
+ah
+ah
+bB
+bB
+bB
+ak
+ak
+ak
+ak
+ak
+ah
+ah
+aa
+aa
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+ah
+ah
+ak
+ak
+ak
+aU
+aU
+aU
+ah
+ak
+ah
+ah
+bw
+bw
+bw
+ah
+ah
+ak
+ak
+aQ
+bX
+ak
+ak
+ah
+ah
+aa
+aa
+aa
+"}
+(29,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ah
+ah
+ah
+ak
+ak
+ak
+ak
+ak
+ah
+ah
+bw
+bw
+bG
+bw
+bw
+ah
+ah
+ak
+ak
+ak
+ah
+ah
+ah
+aa
+aa
+aa
+aa
+"}
+(30,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+bv
+ab
+ab
+ab
+ab
+bw
+bv
+ah
+ah
+ah
+ah
+ah
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(31,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+bw
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(32,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm
index ede21a8b1ba8..57f290e3c9cc 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm
@@ -1,148 +1,1522 @@
-"aa" = (/turf/template_noop,/area/template_noop)
-"ab" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"ac" = (/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"ad" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"ae" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"af" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"ag" = (/obj/structure/flora/ausbushes/brflowers,/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"ah" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"ai" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"aj" = (/turf/closed/wall/shuttle/smooth{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ak" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"al" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/shuttle/smooth{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"am" = (/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"an" = (/obj/structure/toilet,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ao" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ap" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp,/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aq" = (/obj/structure/table/wood,/obj/item/device/taperecorder,/obj/item/weapon/pen/blue,/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ar" = (/obj/structure/table/wood,/obj/item/toy/carpplushie,/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"as" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"at" = (/obj/structure/table/reinforced,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/mask/surgical,/obj/item/clothing/suit/apron/surgical,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"au" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"av" = (/obj/structure/table,/obj/item/weapon/circular_saw,/obj/item/weapon/scalpel{pixel_y = 12},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aw" = (/obj/structure/table,/obj/item/weapon/cautery{pixel_x = 4},/obj/item/weapon/surgicaldrill,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ax" = (/obj/structure/table,/obj/item/weapon/surgical_drapes,/obj/item/weapon/razor,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ay" = (/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"az" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aA" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aB" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 4},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aC" = (/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aD" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aE" = (/obj/structure/closet/crate/trashcart,/obj/item/weapon/storage/bag/trash,/obj/item/trash/cheesie,/obj/item/weapon/reagent_containers/syringe/antiviral,/obj/item/bodybag,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"aF" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aG" = (/obj/structure/noticeboard{dir = 1; pixel_y = -27},/obj/item/weapon/paper{info = "Nothing of interest to report."; name = "Important Notice - Mrs. Henderson"},/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aH" = (/obj/structure/closet/secure_closet/medical2,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aI" = (/obj/machinery/computer/operating,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aJ" = (/obj/structure/table/optable,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aK" = (/obj/structure/table,/obj/item/weapon/retractor,/obj/item/weapon/hemostat,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aL" = (/turf/closed/wall/shuttle/smooth/nodiagonal{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aM" = (/obj/machinery/door/unpowered/shuttle{name = "Restroom"},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aN" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall/shuttle/smooth{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aO" = (/obj/machinery/door/unpowered/shuttle{name = "Break Room"},/turf/open/floor/plasteel/cmo{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aP" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall/shuttle/smooth/nodiagonal{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aQ" = (/obj/machinery/door/unpowered/shuttle{name = "Emergency Care"},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aR" = (/turf/closed/wall/shuttle/smooth,/area/ruin/powered)
-"aS" = (/turf/open/floor/plasteel/grimy{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/lavaland/surface/outdoors)
-"aT" = (/obj/machinery/door/unpowered/shuttle{desc = "There's a note wedged in the seam saying something about directing pizza here."; name = "Staff Entrance"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aU" = (/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"aV" = (/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/ruin/powered)
-"aW" = (/obj/effect/mob_spawn/human/doctor/alive/lavaland,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/ruin/powered)
-"aX" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/ruin/powered)
-"aY" = (/obj/machinery/iv_drip,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/ruin/powered)
-"aZ" = (/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 0},/area/ruin/powered)
-"ba" = (/turf/open/floor/plasteel/blue/corner{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/ruin/powered)
-"bb" = (/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/ruin/powered)
-"bc" = (/obj/machinery/door/unpowered/shuttle{name = "Morgue"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bd" = (/obj/machinery/door/unpowered/shuttle{name = "Medical Supplies"},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"be" = (/obj/machinery/door/unpowered/shuttle{name = "Safety Supplies"},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bf" = (/obj/machinery/door/unpowered/shuttle{name = "Tool Storage"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bg" = (/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/ruin/powered)
-"bh" = (/obj/structure/closet,/obj/effect/decal/cleanable/cobweb,/obj/item/ammo_casing/shotgun/dart,/obj/item/ammo_casing/shotgun/dart,/obj/item/weapon/gun/projectile/revolver/doublebarrel{desc = "For putting critters out to pasture."},/obj/item/ammo_casing/shotgun/buckshot,/obj/item/weapon/storage/box/bodybags,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bi" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bj" = (/obj/structure/closet/secure_closet/medical1,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bk" = (/obj/machinery/vending/wallmed{pixel_y = 28},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bl" = (/obj/structure/closet/l3closet,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bm" = (/obj/item/stack/cable_coil/random,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bn" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bo" = (/obj/effect/decal/cleanable/ash,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bp" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/glass/beaker,/obj/item/weapon/storage/backpack/dufflebag/med,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bq" = (/obj/structure/table/reinforced,/obj/item/device/laser_pointer,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"br" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bs" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/gloves,/obj/item/weapon/storage/box/masks{pixel_x = 3; pixel_y = 3},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bt" = (/obj/effect/decal/cleanable/oil,/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bu" = (/obj/structure/table,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/obj/item/weapon/storage/box/matches,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bv" = (/mob/living/simple_animal/cockroach,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bw" = (/obj/structure/table/glass,/obj/item/weapon/storage/firstaid/brute,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bx" = (/obj/item/toy/cattoy,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"by" = (/obj/structure/table/glass,/obj/item/weapon/lazarus_injector,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bz" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bA" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/snacks/cookie{name = "doggie biscuit"},/obj/item/weapon/reagent_containers/food/snacks/cookie{name = "doggie biscuit"},/obj/item/weapon/reagent_containers/food/snacks/cookie{name = "doggie biscuit"},/obj/item/weapon/reagent_containers/food/snacks/cookie{name = "doggie biscuit"},/obj/item/weapon/reagent_containers/food/snacks/cookie{name = "doggie biscuit"},/obj/item/weapon/reagent_containers/food/snacks/cookie{name = "doggie biscuit"},/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/ruin/powered)
-"bB" = (/obj/structure/chair/comfy/teal{dir = 8},/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 1},/area/ruin/powered)
-"bC" = (/obj/structure/bed/dogbed,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bD" = (/obj/item/weapon/reagent_containers/glass/bowl,/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bE" = (/obj/item/weapon/reagent_containers/glass/rag,/obj/item/weapon/reagent_containers/spray/cleaner,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/ruin/powered)
-"bF" = (/obj/structure/closet/crate/bin,/obj/item/trash/pistachios,/obj/item/weapon/lipstick/random,/obj/item/seeds/apple,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/ruin/powered)
-"bG" = (/obj/structure/filingcabinet/chestdrawer/wheeled,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bH" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bI" = (/obj/structure/table/reinforced,/obj/item/weapon/phone,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bJ" = (/obj/item/weapon/twohanded/required/kirbyplants,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bK" = (/obj/structure/chair/comfy/teal{dir = 8},/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 4},/area/ruin/powered)
-"bL" = (/obj/effect/mob_spawn/mouse{dir = 4; flavour_text = "You're a mousey! You're getting pretty old as mice go, and you haven't been feeling well as of late. Your master loves you a lot so he took you to this place so you can get better! You can't wait to see him again!"; mob_name = "Stallman Jr."},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bM" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bN" = (/obj/machinery/door/airlock/medical{name = "Patient Room"; req_access_txt = "0"},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bO" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/ruin/powered)
-"bP" = (/obj/structure/table/reinforced,/obj/item/clothing/glasses/regular,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bQ" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fourcolor,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bR" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/hug,/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bS" = (/obj/structure/chair/office/light{dir = 1},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bT" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/glass/bottle/cyanide{desc = "A cocktail of chemotherpy drugs intended to treat bladder cancer."; name = "MVAC regimen"},/obj/item/weapon/reagent_containers/syringe,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bU" = (/obj/structure/closet/crate/critter,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/ruin/powered)
-"bV" = (/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 10},/area/ruin/powered)
-"bW" = (/obj/structure/chair/comfy/teal{dir = 8},/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 6},/area/ruin/powered)
-"bX" = (/obj/structure/table,/obj/item/weapon/tank/internals/oxygen,/obj/item/weapon/tank/internals/oxygen,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 8},/area/ruin/powered)
-"bY" = (/obj/structure/sign/bluecross_2{name = "animal hospital"},/turf/closed/wall/shuttle/smooth{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"bZ" = (/obj/machinery/door/airlock/glass_large{name = "Ian's Pet Care"},/turf/open/floor/plasteel{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ca" = (/obj/item/weapon/reagent_containers/glass/bowl,/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"cb" = (/obj/vehicle/scooter/skateboard{dir = 4},/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"cc" = (/obj/structure/flora/ausbushes/sunnybush,/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"cd" = (/obj/effect/mob_spawn/cow{dir = 4; flavour_text = "You're a cow. You've lived a pampered life as a prized show heifer, a real blue-ribbon winner. After showing signs of a minor respiratory infection, your master took you to the hospital right away. He'd better come back soon. You're getting quite impatient."; mob_name = "Flossie"},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ce" = (/obj/structure/flora/ausbushes/ppflowers,/turf/open/floor/grass{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"cf" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"cg" = (/obj/structure/table/glass,/obj/item/clothing/tie/petcollar,/obj/item/weapon/pen/blue,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"ch" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/weapon/melee/baton/cattleprod{desc = "On-the-fly rabies treatment."; name = "cattle prod"},/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 10},/area/ruin/powered)
-"ci" = (/obj/structure/closet,/obj/item/weapon/defibrillator/loaded,/obj/item/weapon/storage/belt/medical,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/blue/side{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 6},/area/ruin/powered)
-"cj" = (/obj/item/weapon/pickaxe,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"ck" = (/obj/effect/decal/remains/human,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"cl" = (/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"cm" = (/turf/open/floor/grass,/area/lavaland/surface/outdoors)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/template_noop,
+/area/template_noop)
+"ab" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ac" = (
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"ad" = (
+/obj/structure/flora/ausbushes/brflowers,
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"ae" = (
+/turf/closed/wall/mineral/titanium/nodiagonal{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"af" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ag" = (
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ah" = (
+/obj/structure/toilet,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ai" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aj" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ak" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/item/weapon/pen/blue,
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"al" = (
+/obj/structure/table/wood,
+/obj/item/toy/carpplushie,
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"am" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"an" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ao" = (
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ap" = (
+/obj/structure/table,
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/scalpel{
+ pixel_y = 12
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aq" = (
+/obj/structure/table,
+/obj/item/weapon/cautery{
+ pixel_x = 4
+ },
+/obj/item/weapon/surgicaldrill,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ar" = (
+/obj/structure/table,
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/razor,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"as" = (
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"at" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"au" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"av" = (
+/obj/item/weapon/reagent_containers/glass/rag,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/ruin/powered)
+"aw" = (
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ax" = (
+/obj/structure/closet/crate/trashcart,
+/obj/item/weapon/storage/bag/trash,
+/obj/item/trash/cheesie,
+/obj/item/weapon/reagent_containers/syringe/antiviral,
+/obj/item/bodybag,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"ay" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"az" = (
+/obj/structure/noticeboard{
+ dir = 1;
+ pixel_y = -27
+ },
+/obj/item/weapon/paper{
+ info = "Nothing of interest to report.";
+ name = "Important Notice - Mrs. Henderson"
+ },
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aA" = (
+/obj/structure/closet/secure_closet/medical2,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aB" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aC" = (
+/obj/structure/table/optable,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aD" = (
+/obj/structure/table,
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aE" = (
+/turf/closed/wall/shuttle/smooth/nodiagonal{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aF" = (
+/obj/machinery/door/unpowered/shuttle{
+ name = "Restroom"
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aG" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/mineral/titanium/nodiagonal{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"aH" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/shuttle/smooth/nodiagonal{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aI" = (
+/turf/closed/wall/shuttle/smooth,
+/area/ruin/powered)
+"aJ" = (
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"aK" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aL" = (
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/ruin/powered)
+"aM" = (
+/obj/effect/mob_spawn/human/doctor/alive/lavaland,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/ruin/powered)
+"aN" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/blood/random,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/ruin/powered)
+"aO" = (
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/ruin/powered)
+"aP" = (
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 0
+ },
+/area/ruin/powered)
+"aQ" = (
+/turf/open/floor/plasteel/blue/corner{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/ruin/powered)
+"aR" = (
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/ruin/powered)
+"aS" = (
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/ruin/powered)
+"aT" = (
+/obj/structure/closet,
+/obj/effect/decal/cleanable/cobweb,
+/obj/item/ammo_casing/shotgun/dart,
+/obj/item/ammo_casing/shotgun/dart,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel{
+ desc = "For putting critters out to pasture."
+ },
+/obj/item/ammo_casing/shotgun/buckshot,
+/obj/item/weapon/storage/box/bodybags,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aU" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aV" = (
+/obj/structure/closet/secure_closet/medical1,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aW" = (
+/obj/machinery/vending/wallmed{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aX" = (
+/obj/item/stack/cable_coil/random,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aY" = (
+/obj/structure/bodycontainer/morgue,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"aZ" = (
+/obj/effect/decal/cleanable/ash,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ba" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/storage/backpack/dufflebag/med,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bb" = (
+/obj/structure/table/reinforced,
+/obj/item/device/laser_pointer,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bd" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/gloves,
+/obj/item/weapon/storage/box/masks{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"be" = (
+/obj/effect/decal/cleanable/oil,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bf" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,
+/obj/item/weapon/storage/box/matches,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bg" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bh" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/brute,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bi" = (
+/obj/item/toy/cattoy,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bj" = (
+/obj/structure/table/glass,
+/obj/item/weapon/lazarus_injector,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bk" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bl" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/snacks/cookie{
+ name = "doggie biscuit"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/cookie{
+ name = "doggie biscuit"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/cookie{
+ name = "doggie biscuit"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/cookie{
+ name = "doggie biscuit"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/cookie{
+ name = "doggie biscuit"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/cookie{
+ name = "doggie biscuit"
+ },
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/ruin/powered)
+"bm" = (
+/obj/structure/chair/comfy/teal{
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 1
+ },
+/area/ruin/powered)
+"bn" = (
+/obj/structure/bed/dogbed,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bo" = (
+/obj/item/weapon/reagent_containers/glass/bowl,
+/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,
+/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bp" = (
+/obj/structure/closet/crate/bin,
+/obj/item/trash/pistachios,
+/obj/item/weapon/lipstick/random,
+/obj/item/seeds/apple,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/ruin/powered)
+"bq" = (
+/obj/structure/filingcabinet/chestdrawer/wheeled,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"br" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bs" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/phone,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bt" = (
+/obj/item/weapon/twohanded/required/kirbyplants,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bu" = (
+/obj/structure/chair/comfy/teal{
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4
+ },
+/area/ruin/powered)
+"bv" = (
+/obj/effect/mob_spawn/mouse{
+ dir = 4;
+ flavour_text = "You're a mousey! You're getting pretty old as mice go, and you haven't been feeling well as of late. Your master loves you a lot so he took you to this place so you can get better! You can't wait to see him again!";
+ mob_name = "Stallman Jr."
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bw" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bx" = (
+/obj/machinery/door/airlock/medical{
+ name = "Patient Room";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"by" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/ruin/powered)
+"bz" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/glasses/regular,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bA" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen/fourcolor,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/hug,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bC" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bD" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/bottle/cyanide{
+ desc = "A cocktail of chemotherpy drugs intended to treat bladder cancer.";
+ name = "MVAC regimen"
+ },
+/obj/item/weapon/reagent_containers/syringe,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bE" = (
+/obj/structure/closet/crate/critter,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/ruin/powered)
+"bF" = (
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 10
+ },
+/area/ruin/powered)
+"bG" = (
+/obj/structure/chair/comfy/teal{
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 6
+ },
+/area/ruin/powered)
+"bH" = (
+/obj/structure/table,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/weapon/tank/internals/oxygen,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/ruin/powered)
+"bI" = (
+/obj/structure/sign/bluecross_2{
+ name = "animal hospital"
+ },
+/turf/closed/wall/mineral/titanium/nodiagonal{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"bJ" = (
+/obj/machinery/door/airlock/glass_large{
+ name = "Ian's Pet Care"
+ },
+/obj/structure/fans/tiny/invisible,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bK" = (
+/obj/item/weapon/reagent_containers/glass/bowl,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bL" = (
+/obj/vehicle/scooter/skateboard{
+ dir = 4
+ },
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"bM" = (
+/obj/structure/flora/ausbushes/sunnybush,
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"bN" = (
+/obj/effect/mob_spawn/cow{
+ dir = 4;
+ flavour_text = "You're a cow. You've lived a pampered life as a prized show heifer, a real blue-ribbon winner. After showing signs of a minor respiratory infection, your master took you to the hospital right away. He'd better come back soon. You're getting quite impatient.";
+ mob_name = "Flossie"
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bO" = (
+/obj/structure/flora/ausbushes/ppflowers,
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"bP" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bQ" = (
+/obj/structure/table/glass,
+/obj/item/clothing/neck/petcollar,
+/obj/item/weapon/pen/blue,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bR" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/melee/baton/cattleprod{
+ desc = "On-the-fly rabies treatment.";
+ name = "cattle prod"
+ },
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 10
+ },
+/area/ruin/powered)
+"bS" = (
+/obj/structure/closet,
+/obj/item/weapon/defibrillator/loaded,
+/obj/item/weapon/storage/belt/medical,
+/obj/item/clothing/glasses/hud/health,
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 6
+ },
+/area/ruin/powered)
+"bT" = (
+/obj/item/weapon/pickaxe,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bU" = (
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bV" = (
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bW" = (
+/obj/structure/fans/tiny/invisible,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"bX" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"bY" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"bZ" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"ca" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 4
+ },
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"cb" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/turf/open/floor/grass{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"cc" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/closed/wall/mineral/titanium/nodiagonal{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"cd" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/obj/item/clothing/suit/apron/surgical,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ce" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"cf" = (
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"cg" = (
+/obj/machinery/door/unpowered/shuttle{
+ name = "Break Room"
+ },
+/turf/open/floor/plasteel/cmo{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ch" = (
+/obj/machinery/door/unpowered/shuttle{
+ name = "Emergency Care"
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ci" = (
+/obj/machinery/door/unpowered/shuttle{
+ desc = "There's a note wedged in the seam saying something about directing pizza here.";
+ name = "Staff Entrance"
+ },
+/obj/structure/fans/tiny/invisible,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"cj" = (
+/obj/machinery/door/unpowered/shuttle{
+ name = "Morgue"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"ck" = (
+/obj/machinery/door/unpowered/shuttle{
+ name = "Medical Supplies"
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"cl" = (
+/obj/machinery/door/unpowered/shuttle{
+ name = "Safety Supplies"
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"cm" = (
+/obj/machinery/door/unpowered/shuttle{
+ name = "Tool Storage"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaabababababababaaaaaaaaaaaa
-aaaaaaaaaaaaababababacacabacabababaaaaaaaa
-aaaaaaaaaaaaababacabacacacadaeafabababaaaa
-aaaaaaaaaaababacacacacagacahahaiacacababaa
-aaaaaaaaajajajajajakakakajajajalajajajajaa
-aaaaababajamanajaoapaqarasajatauavawaxajaa
-aaaaababajamamajayazayaAayajaBaCaCaCaDajaa
-aaababaEajaFamajayayaGayayajaHaCaIaJaKajaa
-abababacaLajaMaNaOajajajaOaPajaQaRaRaRajaa
-ababaSaSaTaUaUaVaUaWaWaWaUaVaVaUaVaXaYajaa
-abababacajaUaUaZaZaUaZaUaZaZaZaUaZbabbajaa
-aaababajaLbcaLajajbdajbeajajaLbfajbgbbajaa
-ababacajbhbiajbjbkaCajaCbkblajbmajbgbbajaa
-aaababajbnboajbpaCbqajbraCbsajbtajbgbbajaa
-aaaaaaajbubvajbwbxaCajaCaCbyajbzajbgbbajaa
-aaaaaaajaLbcaLaNajbdajbeajajajajaLbgbbajaa
-aaaaaaaaajaUaVaVaVaUbAaUbBajbCbDakbEbbajaa
-aaaaaaaaajbFbGbHbIaUbJaUbKajbLbMbNaUbbajaa
-aaaaaaaaajbObPbQbRaUaUaUbKajbSbTajbUbbajaa
-aaaaaaaaajbVaZaZaZaUaUaZbWajajajaLbXbbajaa
-aaaaaaabajajakakbYbZaUajajajbCcaakbgbbajaa
-aaaaababacacagcbccaSaSccacajcdaCbNaUbbajaa
-aaaaabababacacacacaSaSacceajcfcgajchciajaa
-aaababcjababacacabaSabacacajajajajajajajaa
-aaabckababababacababababababababaaaaaaaaaa
-aaabclabababababababcmababababaaaaaaaaaaaa
-aaaaababababcmababababababaaaaaaaaaaaaaaaa
-aaaaababababcmababababababaaaaaaaaaaaaaaaa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aJ
+ab
+ab
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+bU
+bV
+ab
+ab
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ax
+ac
+aJ
+ac
+ae
+ae
+ae
+ae
+ae
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+bT
+ab
+ab
+ab
+ab
+"}
+(5,1,1) = {"
+aa
+aa
+aa
+aa
+ae
+ae
+ae
+ae
+ae
+ci
+ae
+ae
+aT
+aY
+bf
+ae
+ae
+ae
+ae
+ae
+ae
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+"}
+(6,1,1) = {"
+aa
+aa
+aa
+ab
+ae
+ag
+ag
+ay
+ae
+aK
+aK
+cj
+aU
+aZ
+bg
+cj
+aK
+bp
+by
+bF
+ae
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+"}
+(7,1,1) = {"
+aa
+ab
+ab
+ab
+ae
+ah
+ag
+ag
+aF
+aK
+aK
+ae
+ae
+ae
+ae
+ae
+aL
+bq
+bz
+aP
+af
+ad
+ac
+ac
+ab
+ab
+ac
+ac
+"}
+(8,1,1) = {"
+aa
+ab
+ab
+ac
+ae
+ae
+ae
+ae
+aG
+aL
+aP
+ae
+aV
+ba
+bh
+aG
+aL
+br
+bA
+aP
+af
+bL
+ac
+ac
+ac
+ab
+ab
+ab
+"}
+(9,1,1) = {"
+ab
+ab
+ac
+ac
+ae
+ai
+as
+as
+cg
+aK
+aP
+ae
+aW
+ao
+bi
+ae
+aL
+bs
+bB
+aP
+bI
+bM
+ac
+ab
+ab
+ab
+ab
+ab
+"}
+(10,1,1) = {"
+ab
+ab
+ab
+ac
+af
+aj
+at
+as
+ae
+aM
+aK
+ck
+ao
+bb
+ao
+ck
+aK
+aK
+aK
+aK
+bJ
+aJ
+aJ
+aJ
+ab
+ab
+ab
+ab
+"}
+(11,1,1) = {"
+ab
+ac
+ac
+ac
+af
+ak
+as
+az
+ae
+aM
+aP
+ae
+ae
+ae
+ae
+ae
+bl
+bt
+aK
+aK
+bW
+aJ
+aJ
+ab
+ab
+ac
+ab
+ab
+"}
+(12,1,1) = {"
+ab
+ac
+ac
+ad
+af
+al
+au
+as
+ae
+aM
+aK
+cl
+ao
+bc
+ao
+cl
+aK
+aK
+aK
+aP
+ae
+bM
+ac
+ac
+ab
+ab
+ab
+ab
+"}
+(13,1,1) = {"
+ab
+ab
+ac
+ac
+ae
+am
+as
+as
+cg
+aK
+aP
+ae
+aW
+ao
+ao
+ae
+bm
+bu
+bu
+bG
+ae
+ac
+bO
+ac
+ab
+ab
+ab
+ab
+"}
+(14,1,1) = {"
+ab
+ac
+bX
+ca
+ae
+ae
+ae
+ae
+aG
+aL
+aP
+ae
+cf
+bd
+bj
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ab
+ab
+aa
+aa
+"}
+(15,1,1) = {"
+ab
+ab
+bY
+ca
+ae
+cd
+an
+aA
+ae
+aL
+aP
+ae
+ae
+ae
+ae
+ae
+bn
+bv
+bC
+ae
+bn
+bN
+bP
+ae
+ab
+ab
+aa
+aa
+"}
+(16,1,1) = {"
+aa
+ab
+bZ
+cb
+cc
+ce
+ao
+ao
+ch
+aK
+aK
+cm
+aX
+be
+bk
+ae
+bo
+bw
+bD
+ae
+bK
+ao
+bQ
+ae
+ab
+aa
+aa
+aa
+"}
+(17,1,1) = {"
+aa
+ab
+ab
+ac
+ae
+ap
+ao
+aB
+ae
+aL
+aP
+ae
+ae
+ae
+ae
+ae
+af
+bx
+ae
+ae
+af
+bx
+ae
+ae
+aa
+aa
+aa
+aa
+"}
+(18,1,1) = {"
+aa
+aa
+ab
+ac
+ae
+aq
+ao
+aC
+ae
+aN
+aQ
+aS
+aS
+aS
+aS
+aS
+av
+aK
+bE
+bH
+aS
+aK
+bR
+ae
+aa
+aa
+aa
+aa
+"}
+(19,1,1) = {"
+aa
+aa
+ab
+ab
+ae
+ar
+aw
+aD
+ae
+aO
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+bS
+ae
+aa
+aa
+aa
+aa
+"}
+(20,1,1) = {"
+aa
+aa
+aa
+ab
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+aa
+aa
+aa
+aa
+"}
+(21,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm
index e1f874254d45..a97350244ef4 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -187,7 +187,7 @@
/area/ruin/unpowered)
"z" = (
/obj/item/weapon/shovel,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
@@ -281,26 +281,26 @@
/obj/structure/ore_box,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"R" = (
-/mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck,
+"O" = (
+/obj/item/weapon/reagent_containers/glass/bowl,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/unpowered)
-"Q" = (
-/mob/living/simple_animal/hostile/asteroid/gutlunch/guthen,
+"P" = (
+/obj/machinery/iv_drip,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/unpowered)
-"P" = (
-/obj/machinery/iv_drip,
+"Q" = (
+/mob/living/simple_animal/hostile/asteroid/gutlunch/guthen,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/unpowered)
-"O" = (
-/obj/item/weapon/reagent_containers/glass/bowl,
+"R" = (
+/mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_automated_trade_outpost.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_automated_trade_outpost.dmm
deleted file mode 100644
index a0b1a6ec4eea..000000000000
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_automated_trade_outpost.dmm
+++ /dev/null
@@ -1,275 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/closed/indestructible/opshuttle,
-/area/ruin/powered)
-"b" = (
-/obj/machinery/vending/medical{
- emagged = 1
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"c" = (
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"d" = (
-/obj/machinery/vending/autodrobe{
- emagged = 1
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"e" = (
-/obj/machinery/vending/coffee{
- emagged = 1
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"f" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"g" = (
-/obj/structure/showcase{
- density = 0;
- desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
- dir = 4;
- icon = 'icons/mob/robots.dmi';
- icon_state = "robot_old";
- name = "Cyborg Statue";
- pixel_x = -9;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"h" = (
-/obj/structure/showcase{
- density = 0;
- desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
- dir = 8;
- icon = 'icons/mob/robots.dmi';
- icon_state = "robot_old";
- name = "Cyborg Statue";
- pixel_x = 9;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"i" = (
-/obj/structure/table/glass,
-/obj/item/weapon/paper{
- name = "payment table"
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"j" = (
-/obj/machinery/vending/magivend{
- emagged = 1
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"k" = (
-/obj/machinery/vending/sustenance,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"l" = (
-/obj/machinery/door/airlock/shuttle{
- name = "automated trading pod"
- },
-/obj/structure/fans/tiny,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"m" = (
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"n" = (
-/obj/machinery/vending/boozeomat{
- emagged = 1
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"o" = (
-/obj/machinery/vending/sovietsoda,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"p" = (
-/obj/item/weapon/paper{
- desc = "Please leave payment on the table - The Trader";
- name = "welcome to the trading post"
- },
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"q" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"r" = (
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"s" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-"t" = (
-/obj/machinery/vending/clothing,
-/turf/open/floor/plasteel/shuttle/purple{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/powered)
-
-(1,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-b
-c
-g
-i
-m
-g
-c
-q
-a
-"}
-(3,1,1) = {"
-a
-c
-c
-c
-c
-c
-c
-c
-c
-a
-"}
-(4,1,1) = {"
-a
-d
-c
-c
-c
-c
-c
-c
-r
-a
-"}
-(5,1,1) = {"
-a
-c
-c
-c
-j
-n
-c
-c
-c
-a
-"}
-(6,1,1) = {"
-a
-c
-c
-c
-k
-o
-c
-c
-c
-a
-"}
-(7,1,1) = {"
-a
-e
-c
-c
-c
-c
-c
-c
-s
-a
-"}
-(8,1,1) = {"
-a
-c
-c
-c
-c
-p
-c
-c
-c
-a
-"}
-(9,1,1) = {"
-a
-f
-c
-h
-c
-c
-h
-c
-t
-a
-"}
-(10,1,1) = {"
-a
-a
-a
-a
-l
-l
-a
-a
-a
-a
-"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm
index a2728a400ba8..14cdf3551491 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm
@@ -1,103 +1,1375 @@
-"aa" = (/turf/template_noop,/area/template_noop)
-"ab" = (/turf/closed/wall/r_wall{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ac" = (/obj/item/stack/medical/ointment,/obj/structure/table,/obj/item/stack/medical/bruise_pack,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ad" = (/obj/structure/table,/obj/item/stack/medical/gauze,/obj/item/stack/medical/gauze,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ae" = (/obj/machinery/power/smes,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"af" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ag" = (/obj/structure/reagent_dispensers/beerkeg,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ah" = (/obj/item/weapon/reagent_containers/food/drinks/mug,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ai" = (/obj/machinery/shower,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aj" = (/obj/structure/sink,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ak" = (/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"al" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"am" = (/obj/machinery/door/airlock/hatch,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"an" = (/obj/structure/toilet{dir = 8},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"ao" = (/turf/open/floor/plating/ice,/area/ruin/powered/snow_biodome)
-"ap" = (/obj/structure/flora/rock/icy,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aq" = (/turf/closed/wall/mineral/wood,/area/ruin/powered/snow_biodome)
-"ar" = (/obj/machinery/door/airlock/wood,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"as" = (/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"at" = (/obj/structure/bed,/obj/item/weapon/bedsheet/blue,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"au" = (/obj/structure/bookcase/random,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"av" = (/obj/structure/table/wood,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aw" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/snacks/beans,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"ax" = (/obj/structure/fans,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"ay" = (/obj/structure/closet/crate/trashcart,/obj/item/trash/semki,/obj/item/trash/candy,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"az" = (/obj/structure/flora/tree/pine,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aA" = (/obj/structure/chair/comfy/brown{tag = "icon-comfychair (EAST)"; icon_state = "comfychair"; dir = 4},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aB" = (/obj/structure/flora/rock/pile/icy,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aC" = (/obj/structure/flora/tree/dead,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aD" = (/obj/machinery/door/airlock/wood,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aE" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall/mineral/wood,/area/ruin/powered/snow_biodome)
-"aF" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/drinks/mug/coco,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aG" = (/obj/structure/chair/comfy/brown{tag = "icon-comfychair (WEST)"; icon_state = "comfychair"; dir = 8},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aH" = (/mob/living/simple_animal/hostile/skeleton/eskimo,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aI" = (/obj/structure/flora/bush,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aJ" = (/obj/vehicle/atv,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aK" = (/turf/closed/wall/mineral/wood{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aL" = (/obj/structure/displaycase/captain,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aM" = (/turf/open/floor/carpet{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aN" = (/obj/structure/bed/dogbed,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; name = "floor"},/area/ruin/powered/snow_biodome)
-"aO" = (/obj/machinery/door/airlock/glass_large,/obj/structure/fans/tiny,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"aP" = (/obj/structure/fans/tiny,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"aQ" = (/obj/structure/flora/grass/both,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aR" = (/obj/structure/flora/tree/pine/xmas,/turf/open/floor/plating/asteroid/snow{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aS" = (/obj/structure/rack,/obj/item/clothing/suit/hooded/wintercoat/science,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/gloves/fingerless,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"aT" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"aU" = (/obj/machinery/vending/coffee,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"aV" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"aW" = (/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"aX" = (/turf/open/floor/pod/light,/area/ruin/powered/snow_biodome)
-"aY" = (/obj/structure/chair/stool,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"aZ" = (/obj/machinery/door/airlock/hatch,/obj/structure/fans/tiny,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"ba" = (/obj/machinery/door/airlock/silver,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bb" = (/obj/machinery/door/airlock/silver,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered/snow_biodome)
-"bc" = (/obj/structure/table,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bd" = (/obj/structure/table,/obj/item/weapon/pen,/obj/item/weapon/paper_bin,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"be" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bf" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bg" = (/obj/item/weapon/twohanded/required/chainsaw,/obj/structure/closet,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bh" = (/obj/structure/filingcabinet,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bi" = (/obj/machinery/computer/monitor,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bj" = (/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bk" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bl" = (/turf/open/floor/wood{baseturf = /turf/open/floor/plating/lava/smooth; initial_gas_mix = "TEMP=180"; name = "bridge"},/area/ruin/powered/snow_biodome)
-"bm" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered/snow_biodome)
-"bn" = (/obj/item/clothing/mask/balaclava,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bo" = (/obj/structure/table,/obj/item/weapon/storage/fancy/cigarettes/cigpack_carp,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bp" = (/obj/structure/table,/obj/item/weapon/pen,/obj/item/weapon/paper,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
-"bq" = (/obj/machinery/light/built{dir = 1},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/powered/snow_biodome)
-"br" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/glass_large,/turf/open/floor/pod/dark,/area/ruin/powered/snow_biodome)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/template_noop,
+/area/template_noop)
+"ab" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ac" = (
+/obj/item/stack/medical/ointment,
+/obj/structure/table,
+/obj/item/stack/medical/bruise_pack,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ad" = (
+/obj/structure/table,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/gauze,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ae" = (
+/obj/machinery/power/smes,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"af" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ag" = (
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ah" = (
+/obj/item/weapon/reagent_containers/food/drinks/mug,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ai" = (
+/obj/machinery/shower,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"aj" = (
+/obj/structure/sink,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ak" = (
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"al" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"am" = (
+/obj/machinery/door/airlock/hatch,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"an" = (
+/obj/structure/toilet{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"ao" = (
+/turf/open/floor/plating/ice{
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"ap" = (
+/obj/structure/flora/rock/icy,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aq" = (
+/turf/closed/wall/mineral/wood,
+/area/ruin/powered/snow_biodome)
+"ar" = (
+/obj/machinery/door/airlock/wood,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"as" = (
+/obj/structure/fans,
+/turf/closed/wall/mineral/wood,
+/area/ruin/powered/snow_biodome)
+"at" = (
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"au" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/blue,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"av" = (
+/obj/structure/bookcase/random,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aw" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"ax" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/beans,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"ay" = (
+/obj/structure/closet/crate/trashcart,
+/obj/item/trash/semki,
+/obj/item/trash/candy,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"az" = (
+/obj/structure/flora/tree/pine,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aA" = (
+/obj/structure/chair/comfy/brown{
+ tag = "icon-comfychair (EAST)";
+ icon_state = "comfychair";
+ dir = 4
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aB" = (
+/obj/structure/flora/rock/pile/icy,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aC" = (
+/obj/structure/flora/tree/dead,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aD" = (
+/obj/machinery/door/airlock/wood,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aE" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/mineral/wood,
+/area/ruin/powered/snow_biodome)
+"aF" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/mug/coco,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aG" = (
+/obj/structure/chair/comfy/brown{
+ tag = "icon-comfychair (WEST)";
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aH" = (
+/mob/living/simple_animal/hostile/skeleton/eskimo,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aI" = (
+/obj/structure/flora/bush,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aJ" = (
+/obj/vehicle/atv,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aK" = (
+/turf/closed/wall/mineral/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"aL" = (
+/obj/structure/displaycase/captain,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aM" = (
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"aN" = (
+/obj/structure/bed/dogbed,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ name = "floor"
+ },
+/area/ruin/powered/snow_biodome)
+"aO" = (
+/obj/machinery/door/airlock/glass_large,
+/obj/structure/fans/tiny,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"aP" = (
+/obj/structure/fans/tiny,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"aQ" = (
+/obj/structure/flora/grass/both,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aR" = (
+/obj/structure/flora/tree/pine/xmas,
+/turf/open/floor/plating/asteroid/snow{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180"
+ },
+/area/ruin/powered/snow_biodome)
+"aS" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/hooded/wintercoat/science,
+/obj/item/clothing/shoes/winterboots,
+/obj/item/clothing/gloves/fingerless,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"aT" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"aU" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"aV" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"aW" = (
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"aX" = (
+/turf/open/floor/pod/light,
+/area/ruin/powered/snow_biodome)
+"aY" = (
+/obj/structure/chair/stool,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"aZ" = (
+/obj/machinery/door/airlock/hatch,
+/obj/structure/fans/tiny,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"ba" = (
+/obj/machinery/door/airlock/silver,
+/obj/structure/fans/tiny,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bb" = (
+/obj/machinery/door/airlock/silver,
+/obj/structure/fans/tiny,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/snow_biodome)
+"bc" = (
+/obj/structure/table,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bd" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"be" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bf" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bg" = (
+/obj/item/weapon/twohanded/required/chainsaw,
+/obj/structure/closet,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bh" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bi" = (
+/obj/machinery/computer/monitor,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bj" = (
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bk" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bl" = (
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=22;n2=82;TEMP=180";
+ name = "bridge"
+ },
+/area/ruin/powered/snow_biodome)
+"bm" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/powered/snow_biodome)
+"bn" = (
+/obj/item/clothing/mask/balaclava,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bo" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/cigarettes/cigpack_carp,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bp" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/weapon/paper,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
+"bq" = (
+/obj/machinery/light/built{
+ dir = 1
+ },
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered/snow_biodome)
+"br" = (
+/obj/structure/fans/tiny,
+/obj/machinery/door/airlock/glass_large,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/snow_biodome)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaababababababababababababaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaababababacadaeafaeagahabaiajababababaaaaaaaaaaaa
-aaaaaaaaabababakabafafafafalafahafamafafanabakabababaaaaaaaa
-aaaaaaababaoapakababaqaraqaqaqaqaqaqaqaqababakakapababaaaaaa
-aaaaababaoaoakakakakaqasataqauavawauaxaqayakazakakakababaaaa
-aaaaabakaoaoaoakazakaqasataqasaAavasasaqakakakaBakakakabaaaa
-aaababaCakaoaoakakakaqaDaqaEasaAaFaGaHaqakaIaJakakazakababaa
-aaabakakaIaoaoaoakakaqasasasaHasasasasaqakakakakakakakakabaa
-aaabakakakakaoaoaoakaKaLasasaMaMasasaNaqakapakaCakakakakabaa
-aaabakakakaIakaoaoakaqaqaqaqaOaPaqaqaqaqakakakakaQakakakabaa
-ababababakakakaoaoakakakakakapakakaRakakakakakakakakabababab
-abaSaSaTazakakakaoaoaoazakakakakaIakakakakakakakakakaTaUaVab
-abaWaWaTakakakakaoaoaoakakaCakaQakakakakakakakakakakaTaWaWab
-abaWaWaTaBakakakakaoaoaoaoakakakakakazakakakazaIaIakaTaXaYab
-aZaXaXbaakakazakakaoaoaoaoaoakakakakakakaCakakakakakbbaXbcab
-abaWbdaTakakakakakakaoaoaoakakazakakakaIakakaQapakakaTaXbeab
-abaWaYaTakakaCakakaIakaoaoaoakakakakakakakakakakakazaTbfbgab
-abbhbiaTaIakakakakazakaoaoaoaoakakakakazakakaCakakakaTbjbkab
-ababababakakakapakakblblblblblblakaCakakakakakakaQakabababab
-ababakakakaQaIaIakakblblblblblblakakakakapakaIakakakakakabaa
-ababakakakakaIakakakakakaoaoaoakakakakakakaIakakakakakakabaa
-aaabakakakakakaQaCakaIakakaoaoaoaoakakakakakazakaBazakakabaa
-aaababakakakakakakakakakakaIakaoaoaoakazakakaIaIakakakababaa
-aaaaabakakazakakakaIakazakakakakaoaoaoakakaQaIaIakakakabaaaa
-aaaaababakakakakakakakakaIakakakakaoaoaoakakakakaCakababaaaa
-aaaabmababakakazakakababababaOaPababababakakakakakababbmaaaa
-aaaabmbmabababakakakabaSbnaXaXaXaXaWboabakakakabababbmbmaaaa
-aaaaaabmbmbmabababababaSaWaXaXaXaXaWbpabababababbmbmbmaaaaaa
-aaaaaaaabmbmbmbmbqbmababababbraPababababbmbqbmbmbmaaaaaaaaaa
-aaaaaaaaaaaaaabmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmaaaaaaaaaaaaaa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aZ
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+aS
+aW
+aW
+aX
+aW
+aW
+bh
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ak
+ak
+ak
+ab
+aS
+aW
+aW
+aX
+bd
+aY
+bi
+ab
+ak
+ak
+ak
+ab
+ab
+ab
+bm
+bm
+aa
+aa
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ak
+aC
+ak
+ak
+ak
+ab
+aT
+aT
+aT
+ba
+aT
+aT
+aT
+ab
+ak
+ak
+ak
+ak
+ak
+ab
+ab
+bm
+bm
+aa
+aa
+"}
+(5,1,1) = {"
+aa
+aa
+ab
+ab
+ao
+ao
+ak
+aI
+ak
+ak
+ak
+az
+ak
+aB
+ak
+ak
+ak
+aI
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ab
+ab
+bm
+bm
+aa
+"}
+(6,1,1) = {"
+aa
+aa
+ab
+ao
+ao
+ao
+ao
+ao
+ak
+aI
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+aQ
+ak
+ak
+ak
+az
+ak
+ak
+ab
+bm
+bm
+aa
+"}
+(7,1,1) = {"
+aa
+ab
+ab
+ap
+ak
+ao
+ao
+ao
+ao
+ak
+ak
+ak
+ak
+ak
+az
+ak
+aC
+ak
+ak
+aI
+aI
+ak
+ak
+ak
+ak
+ak
+ab
+ab
+bm
+aa
+"}
+(8,1,1) = {"
+aa
+ab
+ak
+ak
+ak
+ak
+ak
+ao
+ao
+ao
+ao
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ap
+aI
+ak
+aQ
+ak
+ak
+ak
+az
+ak
+ab
+bm
+bm
+"}
+(9,1,1) = {"
+aa
+ab
+ab
+ab
+ak
+az
+ak
+ak
+ao
+ao
+ao
+ao
+ao
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+aC
+ak
+ak
+ak
+ak
+ak
+ab
+bq
+bm
+"}
+(10,1,1) = {"
+ab
+ab
+af
+ab
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ao
+ao
+ao
+ao
+ak
+aI
+az
+ak
+ak
+ak
+ak
+ak
+aI
+ak
+ak
+ak
+ab
+bm
+bm
+"}
+(11,1,1) = {"
+ab
+ac
+af
+aq
+aq
+aq
+aq
+aq
+aK
+aq
+ak
+ao
+ao
+ao
+ao
+ao
+ak
+ak
+bl
+bl
+ak
+aI
+ak
+ak
+ak
+ab
+ab
+ab
+ab
+bm
+"}
+(12,1,1) = {"
+ab
+ad
+af
+ar
+at
+at
+aD
+at
+aL
+aq
+ak
+az
+ak
+ao
+ao
+ao
+ao
+ao
+bl
+bl
+ak
+ak
+ak
+az
+ak
+ab
+aS
+aS
+ab
+bm
+"}
+(13,1,1) = {"
+ab
+ae
+af
+aq
+au
+au
+aq
+at
+at
+aq
+ak
+ak
+ak
+ao
+ao
+ao
+ao
+ao
+bl
+bl
+ao
+ak
+ak
+ak
+aI
+ab
+bn
+aW
+ab
+bm
+"}
+(14,1,1) = {"
+ab
+af
+al
+aq
+aq
+aq
+aE
+at
+at
+aq
+ak
+ak
+aC
+ak
+ao
+ak
+ao
+ao
+bl
+bl
+ao
+ao
+aI
+ak
+ak
+ab
+aX
+aX
+ab
+bm
+"}
+(15,1,1) = {"
+ab
+ae
+af
+aq
+av
+at
+at
+aH
+aM
+aO
+ap
+ak
+ak
+ak
+ak
+ak
+ak
+ao
+bl
+bl
+ao
+ao
+ak
+ak
+ak
+aO
+aX
+aX
+br
+bm
+"}
+(16,1,1) = {"
+ab
+ag
+ah
+as
+aw
+aA
+aA
+at
+aM
+aP
+ak
+ak
+aQ
+ak
+ak
+az
+ak
+ak
+bl
+bl
+ak
+ao
+ao
+ak
+ak
+aP
+aX
+aX
+aP
+bm
+"}
+(17,1,1) = {"
+ab
+ah
+af
+aq
+ax
+aw
+aF
+at
+at
+aq
+ak
+aI
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ao
+ao
+ao
+ak
+ab
+aX
+aX
+ab
+bm
+"}
+(18,1,1) = {"
+ab
+ab
+am
+aq
+av
+at
+aG
+at
+at
+aq
+aR
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+aC
+ak
+ak
+ak
+ao
+ao
+ao
+ab
+aW
+aW
+ab
+bm
+"}
+(19,1,1) = {"
+ab
+ai
+af
+aq
+av
+at
+aH
+at
+aN
+aq
+ak
+ak
+ak
+az
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ao
+ao
+ab
+bo
+bp
+ab
+bm
+"}
+(20,1,1) = {"
+ab
+aj
+af
+aq
+aq
+aq
+aq
+aq
+aq
+aq
+ak
+ak
+ak
+ak
+ak
+aI
+ak
+az
+ak
+ak
+ak
+ak
+az
+ak
+ao
+ab
+ab
+ab
+ab
+bm
+"}
+(21,1,1) = {"
+ab
+ab
+an
+ab
+ay
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+aC
+ak
+ak
+ak
+ak
+ap
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ab
+bm
+bm
+"}
+(22,1,1) = {"
+aa
+ab
+ab
+ab
+ak
+ak
+aI
+ak
+ap
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+aI
+ak
+ak
+aQ
+ak
+ak
+ak
+ab
+bq
+bm
+"}
+(23,1,1) = {"
+aa
+ab
+ak
+ak
+az
+ak
+aJ
+ak
+ak
+ak
+ak
+ak
+ak
+az
+ak
+aQ
+ak
+aC
+ak
+aI
+ak
+az
+aI
+aI
+ak
+ak
+ak
+ab
+bm
+bm
+"}
+(24,1,1) = {"
+aa
+ab
+ab
+ak
+ak
+aB
+ak
+ak
+aC
+ak
+ak
+ak
+ak
+aI
+ak
+ap
+ak
+ak
+ak
+ak
+ak
+ak
+aI
+aI
+ak
+ak
+ab
+ab
+bm
+aa
+"}
+(25,1,1) = {"
+aa
+aa
+ab
+ap
+ak
+ak
+ak
+ak
+ak
+aQ
+ak
+ak
+ak
+aI
+ak
+ak
+ak
+ak
+aQ
+ak
+ak
+aB
+ak
+ak
+aC
+ak
+ab
+bm
+bm
+aa
+"}
+(26,1,1) = {"
+aa
+aa
+ab
+ab
+ak
+ak
+az
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+az
+ak
+ak
+ak
+ak
+az
+ak
+ak
+ak
+ab
+ab
+bm
+aa
+aa
+"}
+(27,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ak
+ak
+ak
+ak
+ak
+ab
+aT
+aT
+aT
+bb
+aT
+aT
+aT
+ab
+ak
+ak
+ak
+ak
+ak
+ab
+ab
+bm
+bm
+aa
+aa
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ak
+ak
+ak
+ab
+aU
+aW
+aX
+aX
+aX
+bf
+bj
+ab
+ak
+ak
+ak
+ab
+ab
+ab
+bm
+bm
+aa
+aa
+aa
+"}
+(29,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+aV
+aW
+aY
+bc
+be
+bg
+bk
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(30,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_cube.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_cube.dmm
index 59d066dacf2e..cb91f25ca590 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_cube.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_cube.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm
index cb50d1885d01..975791205be4 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_cultaltar.dmm
@@ -1,9 +1,9 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"b" = (
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -22,7 +22,7 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/unpowered)
"f" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/unpowered)
"g" = (
@@ -36,14 +36,14 @@
sound = 'sound/hallucinations/turn_around1.ogg';
triggerer_only = 1
},
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
/area/ruin/unpowered)
"h" = (
/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -51,7 +51,7 @@
"i" = (
/obj/effect/decal/remains/human,
/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -68,7 +68,7 @@
"k" = (
/obj/effect/decal/remains/human,
/obj/item/weapon/melee/cultblade,
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -77,14 +77,14 @@
/obj/effect/decal/remains/human,
/obj/item/clothing/shoes/cult,
/obj/item/clothing/suit/cultrobes,
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
/area/ruin/unpowered)
"m" = (
/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -101,7 +101,7 @@
sound = 'sound/hallucinations/turn_around1.ogg';
triggerer_only = 1
},
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -124,7 +124,7 @@
message = "You've made a grave mistake, haven't you?";
name = "ohfuck"
},
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -141,7 +141,7 @@
sound = 'sound/hallucinations/turn_around1.ogg';
triggerer_only = 1
},
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -151,7 +151,7 @@
/obj/item/clothing/shoes/cult,
/obj/item/clothing/suit/cultrobes,
/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -168,7 +168,7 @@
sound = 'sound/hallucinations/turn_around1.ogg';
triggerer_only = 1
},
-/turf/open/floor/plasteel/cult{
+/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_envy.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_envy.dmm
index faf5d4397923..7d5b9ad9c664 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_envy.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_envy.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -18,7 +18,7 @@
desc = "This mirror has been shattered. It looks like the bad luck energies spilling from it are taking immediate effect on your surroundings!";
icon_state = "mirror_broke";
pixel_x = -28;
- shattered = 1
+ broken = 1
},
/obj/item/clothing/suit/hooded/bloated_human,
/obj/effect/decal/cleanable/blood,
@@ -31,7 +31,7 @@
desc = "Oh no, seven years of bad luck!";
icon_state = "mirror_broke";
pixel_x = 28;
- shattered = 1
+ broken = 1
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth;
@@ -44,7 +44,7 @@
desc = "This mirror has been shattered. It looks like the bad luck energies spilling from it are taking immediate effect on your surroundings!";
icon_state = "mirror_broke";
pixel_x = -28;
- shattered = 1
+ broken = 1
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth
@@ -71,7 +71,7 @@
/obj/structure/mirror{
icon_state = "mirror_broke";
pixel_y = 28;
- shattered = 1
+ broken = 1
},
/obj/item/weapon/kitchen/knife/envy,
/turf/open/floor/plating{
@@ -83,7 +83,7 @@
desc = "Oh no, seven years of bad luck!";
icon_state = "mirror_broke";
pixel_x = 28;
- shattered = 1
+ broken = 1
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth
@@ -94,7 +94,7 @@
desc = "This mirror has been shattered. It looks like the bad luck energies spilling from it are taking immediate effect on your surroundings!";
icon_state = "mirror_broke";
pixel_x = -28;
- shattered = 1
+ broken = 1
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth
@@ -112,7 +112,7 @@
desc = "This mirror has been shattered. It looks like the bad luck energies spilling from it are taking immediate effect on your surroundings!";
icon_state = "mirror_broke";
pixel_x = -28;
- shattered = 1
+ broken = 1
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth;
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_fountain_hall.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_fountain_hall.dmm
index b367a068f154..a0a82982d5f6 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_fountain_hall.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_fountain_hall.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
@@ -8,19 +8,19 @@
},
/area/ruin/unpowered)
"c" = (
-/obj/structure/divine/healingfountain/anyone,
+/obj/structure/healingfountain,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/unpowered)
"d" = (
-/obj/structure/divine/conduit,
+/obj/structure/fluff/divine/conduit,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/unpowered)
"e" = (
-/obj/structure/divine/sacrificealtar,
+/obj/structure/sacrificealtar,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth
},
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_gluttony.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_gluttony.dmm
index 1475bc151b1a..9de95170a9f1 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_gluttony.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_gluttony.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm
index 8928ee57e277..167aa9ef1be1 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm
@@ -1,9 +1,9 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"b" = (
-/turf/closed/wall/shuttle/smooth/nodiagonal{
+/turf/closed/wall/mineral/titanium/nodiagonal{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -75,43 +75,43 @@
},
/area/ruin/powered/golem_ship)
"j" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle/purple{
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"k" = (
/obj/machinery/computer/arcade/battle,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"l" = (
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"m" = (
/obj/effect/mob_spawn/human/golem/adamantine,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"n" = (
/obj/machinery/mineral/equipment_vendor/golem,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"o" = (
/obj/item/weapon/resonator,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"p" = (
/obj/machinery/mineral/ore_redemption,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -122,19 +122,19 @@
name = "shrine of the liberator";
pixel_x = 0
},
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"r" = (
/obj/machinery/computer/shuttle,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"s" = (
/obj/machinery/bluespace_beacon,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -142,7 +142,7 @@
/obj/structure/extinguisher_cabinet{
pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -165,32 +165,32 @@
name = "shrine of the liberator";
pixel_x = 0
},
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"v" = (
/obj/item/weapon/resonator/upgraded,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"w" = (
/obj/machinery/autolathe,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"x" = (
/obj/structure/table/wood,
/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
"y" = (
/obj/machinery/computer/arcade/orion_trail,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -198,7 +198,7 @@
/obj/structure/extinguisher_cabinet{
pixel_y = -30
},
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -209,7 +209,7 @@
},
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -217,7 +217,7 @@
/obj/item/weapon/storage/firstaid/fire,
/obj/structure/table/wood,
/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -229,7 +229,7 @@
desc = "Use to build new structures in the wastes.";
name = "land claim"
},
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -238,7 +238,7 @@
/obj/structure/table/wood,
/obj/item/weapon/storage/firstaid/brute,
/obj/item/weapon/disk/design_disk/golem_shell,
-/turf/open/floor/plasteel/shuttle/purple{
+/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
@@ -254,6 +254,16 @@
baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/golem_ship)
+"G" = (
+/turf/closed/wall/mineral/titanium,
+/area/ruin/powered/golem_ship)
+"H" = (
+/obj/machinery/door/airlock/titanium,
+/obj/structure/fans/tiny,
+/turf/open/floor/mineral/titanium/purple{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered/golem_ship)
(1,1,1) = {"
a
@@ -289,7 +299,7 @@ a
b
q
u
-b
+G
a
a
a
@@ -311,7 +321,7 @@ b
b
r
l
-b
+G
b
b
b
@@ -377,7 +387,7 @@ l
b
l
l
-b
+G
l
l
b
@@ -399,7 +409,7 @@ l
b
l
l
-b
+G
l
l
j
@@ -421,7 +431,7 @@ l
b
l
l
-b
+G
l
l
j
@@ -443,7 +453,7 @@ o
b
l
l
-b
+G
o
m
b
@@ -465,7 +475,7 @@ o
b
l
l
-b
+G
o
m
b
@@ -487,7 +497,7 @@ j
b
j
j
-b
+G
j
b
b
@@ -683,8 +693,8 @@ b
i
i
b
-j
-j
+H
+H
b
i
i
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_greed.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_greed.dmm
index 8a69cfab7e07..d63971dafbd3 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_greed.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_greed.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -15,7 +15,7 @@
/area/ruin/powered)
"e" = (
/obj/structure/table/wood/poker,
-/obj/item/weapon/gun/projectile/revolver/russian/soul,
+/obj/item/weapon/gun/ballistic/revolver/russian/soul,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/lava/smooth;
icon_state = "carpetsymbol"
@@ -124,9 +124,9 @@
"t" = (
/obj/machinery/door/airlock/gold,
/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth;
- blocks_air = 1
+ baseturf = /turf/open/floor/plating/lava/smooth
},
+/obj/structure/fans/tiny/invisible,
/area/ruin/powered)
(1,1,1) = {"
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm
index 7a46f0c7c88c..977ea0775aee 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm
@@ -1,56 +1,526 @@
-"a" = (/turf/closed/mineral/volcanic/lava_land_surface,/area/lavaland/surface/outdoors)
-"b" = (/turf/closed/mineral/volcanic/lava_land_surface,/area/ruin/powered)
-"c" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface},/area/ruin/powered)
-"d" = (/obj/item/clothing/head/helmet/space/orange,/obj/item/clothing/mask/breath,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
-"e" = (/obj/item/clothing/suit/space/orange,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
-"f" = (/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
-"g" = (/turf/open/floor/plating/asteroid{baseturf = /turf/open/floor/plating/asteroid/basalt; name = "dirt"},/area/ruin/powered)
-"h" = (/obj/item/weapon/shovel,/turf/open/floor/plating/asteroid{baseturf = /turf/open/floor/plating/asteroid/basalt; name = "dirt"},/area/ruin/powered)
-"i" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plating/asteroid{baseturf = /turf/open/floor/plating/asteroid/basalt; name = "dirt"},/area/ruin/powered)
-"j" = (/obj/structure/sink/puddle,/turf/open/floor/plating/asteroid{baseturf = /turf/open/floor/plating/asteroid/basalt; name = "dirt"},/area/ruin/powered)
-"k" = (/obj/effect/glowshroom/single,/turf/open/floor/plating/asteroid{baseturf = /turf/open/floor/plating/asteroid/basalt; name = "dirt"},/area/ruin/powered)
-"l" = (/obj/item/weapon/storage/toolbox/emergency,/turf/open/floor/plating/asteroid{baseturf = /turf/open/floor/plating/asteroid/basalt; name = "dirt"},/area/ruin/powered)
-"m" = (/obj/structure/rack,/obj/item/seeds/reishi,/obj/item/seeds/plump,/obj/item/seeds/plump,/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/glowshroom,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
-"n" = (/obj/machinery/hydroponics/soil,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface},/area/ruin/powered)
-"o" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface},/area/ruin/powered)
-"p" = (/obj/structure/rack,/obj/item/weapon/storage/bag/ore,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
-"q" = (/obj/effect/glowshroom/single,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface},/area/ruin/powered)
-"r" = (/obj/structure/rack,/obj/item/weapon/pickaxe/emergency,/obj/item/weapon/tank/internals/oxygen,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
-"s" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"t" = (/turf/closed/wall/shuttle/survival/pod{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"u" = (/obj/structure/bed/pod,/obj/item/weapon/bedsheet/black,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface},/area/ruin/powered)
-"v" = (/obj/structure/fans,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"w" = (/obj/machinery/smartfridge/survival_pod,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"x" = (/obj/effect/mob_spawn/human/hermit,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"y" = (/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"z" = (/obj/machinery/light/small{dir = 4},/obj/structure/tubes,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface},/area/ruin/powered)
-"A" = (/obj/structure/table,/obj/item/weapon/kitchen/knife/combat/survival,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface},/area/ruin/powered)
-"B" = (/obj/structure/table/survival_pod,/obj/item/weapon/storage/bag/plants/portaseeder,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"C" = (/obj/structure/tubes,/obj/item/weapon/crowbar,/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"D" = (/obj/effect/decal/cleanable/blood/footprints{tag = "icon-blood1 (NORTH)"; icon_state = "blood1"; dir = 1},/obj/machinery/door/airlock/survival_pod,/obj/structure/fans/tiny,/turf/open/floor/pod/dark{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"E" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/powered)
-"F" = (/turf/closed/wall/shuttle{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 2; icon_state = "swall12"},/area/ruin/powered)
-"G" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/turf/closed/wall/shuttle{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 2; icon_state = "swall_f10"; layer = 2},/area/ruin/powered)
-"H" = (/obj/machinery/door/airlock/shuttle{name = "Escape Pod Airlock"},/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"I" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle{baseturf = /turf/open/floor/plating/asteroid/basalt},/area/ruin/powered)
-"J" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/powered)
-"K" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/turf/closed/wall/shuttle{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface; dir = 2; icon_state = "swall_f9"},/area/ruin/powered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"b" = (
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/ruin/powered)
+"c" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface
+ },
+/area/ruin/powered)
+"d" = (
+/obj/item/clothing/head/helmet/space/orange,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plating/asteroid/basalt,
+/area/ruin/powered)
+"e" = (
+/obj/item/clothing/suit/space/orange,
+/turf/open/floor/plating/asteroid/basalt,
+/area/ruin/powered)
+"f" = (
+/turf/open/floor/plating/asteroid/basalt,
+/area/ruin/powered)
+"g" = (
+/turf/open/floor/plating/asteroid{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ name = "dirt"
+ },
+/area/ruin/powered)
+"h" = (
+/obj/item/weapon/shovel,
+/turf/open/floor/plating/asteroid{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ name = "dirt"
+ },
+/area/ruin/powered)
+"i" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plating/asteroid{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ name = "dirt"
+ },
+/area/ruin/powered)
+"j" = (
+/obj/structure/sink/puddle,
+/turf/open/floor/plating/asteroid{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ name = "dirt"
+ },
+/area/ruin/powered)
+"k" = (
+/obj/structure/glowshroom/single,
+/turf/open/floor/plating/asteroid{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ name = "dirt"
+ },
+/area/ruin/powered)
+"l" = (
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plating/asteroid{
+ baseturf = /turf/open/floor/plating/asteroid/basalt;
+ name = "dirt"
+ },
+/area/ruin/powered)
+"m" = (
+/obj/structure/rack,
+/obj/item/seeds/reishi,
+/obj/item/seeds/plump,
+/obj/item/seeds/plump,
+/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/glowshroom,
+/turf/open/floor/plating/asteroid/basalt,
+/area/ruin/powered)
+"n" = (
+/obj/machinery/hydroponics/soil,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface
+ },
+/area/ruin/powered)
+"o" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface
+ },
+/area/ruin/powered)
+"p" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/bag/ore,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plating/asteroid/basalt,
+/area/ruin/powered)
+"q" = (
+/obj/structure/glowshroom/single,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface
+ },
+/area/ruin/powered)
+"r" = (
+/obj/structure/rack,
+/obj/item/weapon/pickaxe/emergency,
+/obj/item/weapon/tank/internals/oxygen,
+/turf/open/floor/plating/asteroid/basalt,
+/area/ruin/powered)
+"s" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"t" = (
+/turf/closed/wall/shuttle/survival/pod{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"u" = (
+/obj/structure/bed/pod,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface
+ },
+/area/ruin/powered)
+"v" = (
+/obj/structure/fans,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"w" = (
+/obj/machinery/smartfridge/survival_pod,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"x" = (
+/obj/effect/mob_spawn/human/hermit,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"y" = (
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"z" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/tubes,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface
+ },
+/area/ruin/powered)
+"A" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/knife/combat/survival,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface
+ },
+/area/ruin/powered)
+"B" = (
+/obj/structure/table/survival_pod,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"C" = (
+/obj/structure/tubes,
+/obj/item/weapon/crowbar,
+/obj/effect/decal/cleanable/blood/drip,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"D" = (
+/obj/effect/decal/cleanable/blood/footprints{
+ tag = "icon-blood1 (NORTH)";
+ icon_state = "blood1";
+ dir = 1
+ },
+/obj/machinery/door/airlock/survival_pod,
+/obj/structure/fans/tiny,
+/turf/open/floor/pod/dark{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"E" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
+ },
+/turf/closed/wall/mineral/titanium/interior{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"F" = (
+/turf/closed/wall/mineral/titanium{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"G" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/turf/closed/wall/mineral/titanium/interior{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/powered)
+"H" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Escape Pod Airlock"
+ },
+/turf/open/floor/mineral/titanium/blue{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"I" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"J" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/powered)
+"K" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/turf/closed/wall/shuttle{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 2;
+ icon_state = "swall_f9"
+ },
+/area/ruin/powered)
(1,1,1) = {"
-aaaaaaaabbcbaaaa
-aaaaaaabbdebbaaa
-aaaaaaabfghfbaaa
-aaaaaabbijgkbaaa
-aaaaabbcgglfbaaa
-aaaabbmffgcbbaaa
-aaaacnooffpbaaaa
-aaaabnoqofrbaaaa
-saaatttooucbaaaa
-saaatvwooocaaaaa
-sssatxyztAcaaaaa
-sssstByCtbbaaaaa
-ssssttDttaaaaaaa
-ssssssssssaEFFGa
-sssssssssssHIIJa
-sssssssssssEFFKa
+a
+a
+a
+a
+a
+a
+a
+a
+s
+s
+s
+s
+s
+s
+s
+s
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+s
+s
+s
+s
+s
+s
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+s
+s
+s
+s
+s
+s
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+s
+s
+s
+s
+s
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+b
+c
+b
+t
+t
+t
+t
+t
+s
+s
+s
+"}
+(6,1,1) = {"
+a
+a
+a
+a
+b
+b
+n
+n
+t
+v
+x
+B
+t
+s
+s
+s
+"}
+(7,1,1) = {"
+a
+a
+a
+b
+b
+m
+o
+o
+t
+w
+y
+y
+D
+s
+s
+s
+"}
+(8,1,1) = {"
+a
+b
+b
+b
+c
+f
+o
+q
+o
+o
+z
+C
+t
+s
+s
+s
+"}
+(9,1,1) = {"
+b
+b
+f
+i
+g
+f
+f
+o
+o
+o
+t
+t
+t
+s
+s
+s
+"}
+(10,1,1) = {"
+b
+d
+g
+j
+g
+g
+f
+f
+u
+o
+A
+b
+a
+s
+s
+s
+"}
+(11,1,1) = {"
+c
+e
+h
+g
+l
+c
+p
+r
+c
+c
+c
+b
+a
+a
+s
+s
+"}
+(12,1,1) = {"
+b
+b
+f
+k
+f
+b
+b
+b
+b
+a
+a
+a
+a
+E
+H
+E
+"}
+(13,1,1) = {"
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+F
+I
+F
+"}
+(14,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+F
+I
+F
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+G
+J
+G
+"}
+(16,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm
new file mode 100644
index 000000000000..cad120c3f251
--- /dev/null
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_hierophant.dmm
@@ -0,0 +1,604 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/closed/indestructible/riveted/hierophant,
+/area/ruin/unpowered/hierophant)
+"b" = (
+/turf/open/indestructible/hierophant,
+/area/ruin/unpowered/hierophant)
+"c" = (
+/obj/effect/light_emitter{
+ set_cap = 3;
+ set_luminosity = 5
+ },
+/turf/open/indestructible/hierophant,
+/area/ruin/unpowered/hierophant)
+"d" = (
+/mob/living/simple_animal/hostile/megafauna/hierophant,
+/turf/open/indestructible/hierophant/two,
+/area/ruin/unpowered/hierophant)
+"e" = (
+/turf/open/indestructible/hierophant/two,
+/area/ruin/unpowered/hierophant)
+"f" = (
+/obj/effect/light_emitter{
+ set_cap = 3;
+ set_luminosity = 5
+ },
+/turf/open/indestructible/hierophant/two,
+/area/ruin/unpowered/hierophant)
+
+(1,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(3,1,1) = {"
+a
+b
+b
+b
+c
+c
+b
+b
+b
+a
+b
+b
+b
+a
+b
+b
+b
+c
+c
+b
+b
+b
+a
+"}
+(4,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(5,1,1) = {"
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+b
+c
+b
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+"}
+(6,1,1) = {"
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+b
+c
+b
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+"}
+(7,1,1) = {"
+b
+b
+b
+b
+b
+b
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+b
+b
+b
+b
+b
+b
+"}
+(8,1,1) = {"
+a
+b
+b
+b
+c
+c
+e
+e
+e
+a
+e
+e
+e
+a
+e
+e
+e
+c
+c
+b
+b
+b
+a
+"}
+(9,1,1) = {"
+a
+b
+b
+b
+b
+b
+e
+e
+e
+e
+e
+f
+e
+e
+e
+e
+e
+b
+b
+b
+b
+b
+a
+"}
+(10,1,1) = {"
+a
+b
+a
+b
+b
+b
+e
+a
+e
+e
+e
+e
+e
+e
+e
+a
+e
+b
+b
+b
+a
+b
+a
+"}
+(11,1,1) = {"
+a
+b
+b
+b
+b
+b
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+b
+b
+b
+b
+b
+a
+"}
+(12,1,1) = {"
+a
+c
+b
+b
+c
+c
+e
+e
+f
+e
+e
+d
+e
+e
+f
+e
+e
+c
+c
+b
+b
+c
+a
+"}
+(13,1,1) = {"
+a
+b
+b
+b
+b
+b
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+b
+b
+b
+b
+b
+a
+"}
+(14,1,1) = {"
+a
+b
+a
+b
+b
+b
+e
+a
+e
+e
+e
+e
+e
+e
+e
+a
+e
+b
+b
+b
+a
+b
+a
+"}
+(15,1,1) = {"
+a
+b
+b
+b
+b
+b
+e
+e
+e
+e
+e
+f
+e
+e
+e
+e
+e
+b
+b
+b
+b
+b
+a
+"}
+(16,1,1) = {"
+a
+b
+b
+b
+c
+c
+e
+e
+e
+a
+e
+e
+e
+a
+e
+e
+e
+c
+c
+b
+b
+b
+a
+"}
+(17,1,1) = {"
+b
+b
+b
+b
+b
+b
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+e
+b
+b
+b
+b
+b
+b
+"}
+(18,1,1) = {"
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+b
+c
+b
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+"}
+(19,1,1) = {"
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+b
+c
+b
+b
+b
+c
+b
+a
+a
+b
+c
+b
+b
+"}
+(20,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(21,1,1) = {"
+a
+b
+b
+b
+c
+c
+b
+b
+b
+a
+b
+b
+b
+a
+b
+b
+b
+c
+c
+b
+b
+b
+a
+"}
+(22,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(23,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm
index 3936fe3ad66a..369309c118a1 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
@@ -88,7 +88,7 @@
name = "pizza spawner"
},
/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
@@ -103,7 +103,7 @@
},
/area/ruin/unpowered)
"n" = (
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
@@ -161,7 +161,7 @@
},
/area/ruin/unpowered)
"u" = (
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
initial_gas_mix = "o2=14;n2=23;TEMP=300"
@@ -202,7 +202,7 @@
/area/ruin/unpowered)
"z" = (
/obj/structure/table/wood,
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/obj/item/weapon/a_gift,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
@@ -283,7 +283,7 @@
},
/area/ruin/unpowered)
"J" = (
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/basalt/lava_land_surface;
@@ -690,7 +690,7 @@ d
d
e
e
-B
+N
e
e
d
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_pride.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_pride.dmm
index 1e5537bbef85..9a86d48b66d2 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_pride.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_pride.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_prisoner_crash.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_prisoner_crash.dmm
index 4cb1602a2823..c529c4a30545 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_prisoner_crash.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_prisoner_crash.dmm
@@ -1,48 +1,593 @@
-"a" = (/turf/closed/mineral/volcanic/lava_land_surface,/area/lavaland/surface/outdoors)
-"b" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"c" = (/obj/item/weapon/shard,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"d" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"e" = (/turf/closed/indestructible/opshuttle,/area/lavaland/surface/outdoors)
-"f" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion"; dir = 4},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"g" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion"; dir = 4},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/ruin/unpowered)
-"h" = (/turf/closed/indestructible/opshuttle,/area/ruin/unpowered)
-"i" = (/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"j" = (/obj/item/weapon/pickaxe,/obj/item/weapon/pickaxe,/obj/item/weapon/pickaxe,/obj/item/weapon/pickaxe,/obj/item/device/flashlight/lantern,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/unpowered)
-"k" = (/obj/effect/mob_spawn/human/prisoner_transport,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/unpowered)
-"l" = (/obj/item/weapon/shard,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/unpowered)
-"m" = (/obj/effect/mob_spawn/human/nanotrasensoldier,/obj/effect/decal/cleanable/blood,/obj/item/device/flashlight/seclite,/obj/effect/light_emitter,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/unpowered)
-"n" = (/obj/item/weapon/gun/projectile/automatic/pistol/m1911,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/unpowered)
-"o" = (/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/unpowered)
-"p" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/unpowered)
-"q" = (/obj/item/weapon/shard,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/lavaland/surface/outdoors)
-"r" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/unpowered)
-"s" = (/obj/effect/mob_spawn/human/nanotrasensoldier,/obj/item/weapon/gun/projectile/automatic/pistol/m1911,/obj/effect/decal/cleanable/blood,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth; initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/unpowered)
-"t" = (/obj/structure/closet/crate/internals,/obj/item/weapon/crowbar/large,/turf/open/floor/plasteel/shuttle/red{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/unpowered)
-"u" = (/obj/effect/decal/cleanable/blood,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"v" = (/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"w" = (/obj/item/weapon/gun/projectile/automatic/pistol/m1911,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"x" = (/obj/effect/mob_spawn/human/nanotrasensoldier,/obj/effect/decal/cleanable/blood,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
-"y" = (/obj/effect/decal/cleanable/blood,/obj/item/device/flashlight/seclite,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"b" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"c" = (
+/obj/item/weapon/shard,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"d" = (
+/obj/item/weapon/shard{
+ icon_state = "medium"
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"e" = (
+/turf/closed/wall/mineral/plastitanium{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/lavaland/surface/outdoors)
+"f" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"g" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered)
+"h" = (
+/turf/closed/wall/mineral/plastitanium{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/unpowered)
+"i" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"j" = (
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"k" = (
+/obj/effect/mob_spawn/human/prisoner_transport,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"l" = (
+/obj/item/weapon/shard,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"m" = (
+/obj/effect/mob_spawn/human/nanotrasensoldier,
+/obj/effect/decal/cleanable/blood,
+/obj/item/device/flashlight/seclite,
+/obj/effect/light_emitter,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"n" = (
+/obj/item/weapon/gun/ballistic/automatic/pistol/m1911,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"o" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"p" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"q" = (
+/obj/item/weapon/shard,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/lavaland/surface/outdoors)
+"r" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/plasteel/shuttle/red{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=16;n2=23"
+ },
+/area/ruin/unpowered)
+"s" = (
+/obj/effect/mob_spawn/human/nanotrasensoldier,
+/obj/item/weapon/gun/ballistic/automatic/pistol/m1911,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"t" = (
+/obj/structure/closet/crate/internals,
+/obj/item/weapon/crowbar/large,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/unpowered)
+"u" = (
+/obj/structure/lattice,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"v" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"w" = (
+/obj/item/weapon/shard{
+ icon_state = "small"
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"x" = (
+/obj/item/weapon/gun/ballistic/automatic/pistol/m1911,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"y" = (
+/obj/effect/mob_spawn/human/nanotrasensoldier,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"z" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/device/flashlight/seclite,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
(1,1,1) = {"
-abbbbbbabbaabbbbbbbb
-aabbbbbbbbbbbabbbbbb
-bbcbaabbbbbbbabbbbbb
-bbbbaabbdbbbabaaabbb
-bbbbaabbbbbbbbaaabbb
-baabbbbbbbbbbaaaaaaa
-baaabbbbbbbbbaaaaaaa
-bbbbbebaaaabaaaaaaaa
-bbbbbfeaaaabbaaaaaaa
-bbbghhhhhhheiihheaaa
-bbbhhjkkkkhiiihlaaaa
-bbbghmnooopiqirsaaaa
-bbbhhtkkkkhiiieaaeaa
-bbbghhhhhhhbbieeeabb
-bbbbbfebbbbbbbbbbabb
-bbbbbebbbbbbbbbbbbbb
-bbbbbbbuubbbbbbbbaab
-bbbvwbuuubbbcbbbbaab
-babbbxybbaaaaaaaaaaa
-bbabbbbbbaaaaaaaaaaa
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(2,1,1) = {"
+b
+a
+b
+b
+b
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+"}
+(3,1,1) = {"
+b
+b
+c
+b
+b
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(4,1,1) = {"
+b
+b
+b
+b
+b
+b
+a
+b
+b
+g
+h
+g
+h
+g
+b
+b
+b
+w
+b
+b
+"}
+(5,1,1) = {"
+b
+b
+a
+a
+a
+b
+b
+b
+b
+h
+h
+h
+h
+h
+b
+b
+b
+x
+b
+b
+"}
+(6,1,1) = {"
+b
+b
+a
+a
+a
+b
+b
+e
+f
+h
+j
+m
+t
+h
+f
+e
+b
+b
+y
+b
+"}
+(7,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+e
+h
+k
+n
+k
+h
+e
+b
+b
+v
+z
+b
+"}
+(8,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+a
+a
+h
+k
+o
+k
+h
+b
+b
+v
+v
+b
+b
+"}
+(9,1,1) = {"
+b
+b
+b
+d
+b
+b
+b
+a
+a
+h
+k
+o
+k
+h
+b
+b
+v
+v
+b
+b
+"}
+(10,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+a
+a
+h
+k
+o
+k
+h
+b
+b
+b
+b
+a
+a
+"}
+(11,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+a
+a
+h
+h
+p
+h
+h
+b
+b
+b
+b
+a
+a
+"}
+(12,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+e
+i
+i
+i
+u
+b
+b
+b
+b
+a
+a
+"}
+(13,1,1) = {"
+b
+b
+b
+a
+b
+b
+b
+a
+b
+i
+i
+q
+i
+u
+b
+b
+b
+c
+a
+a
+"}
+(14,1,1) = {"
+b
+a
+a
+b
+b
+a
+a
+a
+a
+i
+i
+i
+i
+i
+b
+b
+b
+b
+a
+a
+"}
+(15,1,1) = {"
+b
+b
+b
+a
+a
+a
+a
+a
+a
+h
+h
+p
+e
+e
+b
+b
+b
+b
+a
+a
+"}
+(16,1,1) = {"
+b
+b
+b
+a
+a
+a
+a
+a
+a
+h
+l
+s
+a
+e
+b
+b
+b
+b
+a
+a
+"}
+(17,1,1) = {"
+b
+b
+b
+a
+a
+a
+a
+a
+a
+e
+a
+a
+a
+e
+b
+b
+b
+b
+a
+a
+"}
+(18,1,1) = {"
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+e
+a
+a
+b
+a
+a
+a
+a
+"}
+(19,1,1) = {"
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+"}
+(20,1,1) = {"
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm
index 810310c61fdb..65d7aac80fd9 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm
index b973f306795e..946df58602a2 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_sloth.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/indestructible/riveted{
baseturf = /turf/open/floor/plating/lava/smooth
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm
index 5d7751cb668c..aa2769c9b690 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm
new file mode 100644
index 000000000000..69c101f4ebf9
--- /dev/null
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm
@@ -0,0 +1,288 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/template_noop,
+/area/template_noop)
+"b" = (
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/template_noop)
+"c" = (
+/turf/closed/wall/mineral/plastitanium{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
+ },
+/area/ruin/unpowered)
+"d" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/unpowered)
+"e" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 8
+ },
+/turf/template_noop,
+/area/ruin/unpowered)
+"f" = (
+/mob/living/simple_animal/hostile/megafauna/swarmer_swarm_beacon,
+/turf/open/floor/mineral/plastitanium/brig{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/ruin/unpowered)
+
+(1,1,1) = {"
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+b
+b
+b
+c
+a
+c
+a
+b
+b
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+d
+d
+d
+c
+b
+b
+a
+a
+"}
+(4,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+a
+d
+d
+b
+b
+b
+a
+a
+"}
+(5,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+a
+a
+a
+b
+b
+b
+b
+a
+"}
+(6,1,1) = {"
+a
+a
+b
+b
+b
+b
+c
+a
+a
+d
+c
+a
+b
+b
+a
+"}
+(7,1,1) = {"
+a
+a
+b
+b
+b
+c
+d
+d
+d
+d
+d
+c
+b
+b
+a
+"}
+(8,1,1) = {"
+a
+a
+b
+b
+a
+c
+d
+d
+d
+d
+d
+c
+b
+b
+a
+"}
+(9,1,1) = {"
+a
+a
+a
+b
+a
+c
+d
+d
+f
+d
+d
+c
+b
+b
+b
+"}
+(10,1,1) = {"
+a
+a
+a
+b
+a
+a
+d
+d
+d
+d
+d
+c
+b
+b
+b
+"}
+(11,1,1) = {"
+a
+a
+a
+b
+b
+a
+d
+d
+d
+d
+d
+c
+b
+b
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+a
+b
+a
+d
+c
+c
+c
+a
+a
+a
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+a
+a
+a
+c
+c
+e
+e
+e
+c
+c
+a
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+a
+a
+a
+c
+e
+a
+a
+a
+e
+c
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
new file mode 100644
index 000000000000..b4157fa43fce
--- /dev/null
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
@@ -0,0 +1,221 @@
+"aa" = (/turf/template_noop,/area/template_noop)
+"ab" = (/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/lavaland/surface/outdoors)
+"ac" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
+"ad" = (/turf/closed/wall/mineral/plastitanium,/area/ruin/powered/syndicate_lava_base)
+"ae" = (/obj/structure/closet/secure_closet/bar{req_access = null;req_access_txt = "150"},/turf/open/floor/plasteel/podhatch{dir = 10},/area/ruin/powered/syndicate_lava_base)
+"af" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/snacks/syndicake,/obj/item/weapon/reagent_containers/food/snacks/syndicake,/obj/item/weapon/reagent_containers/food/snacks/syndicake,/obj/structure/sign/barsign{pixel_y = 32;req_access = null;req_access_txt = "150"},/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"ag" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/snacks/salad/validsalad,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"ah" = (/obj/structure/rack{icon = 'icons/obj/stationobjs.dmi';icon_state = "minibar_left";name = "skeletal minibar"},/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"ai" = (/obj/structure/rack{icon = 'icons/obj/stationobjs.dmi';icon_state = "minibar_right";name = "skeletal minibar"},/obj/item/weapon/reagent_containers/food/drinks/bottle/gin,/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"aj" = (/obj/structure/dresser,/obj/structure/mirror{desc = "Mirror mirror on the wall, who is the most robust of them all?";pixel_x = -26},/turf/open/floor/plasteel/vault,/area/ruin/powered/syndicate_lava_base)
+"ak" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21";layer = 4.1},/turf/open/floor/plasteel/vault,/area/ruin/powered/syndicate_lava_base)
+"al" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-22"},/turf/open/floor/plasteel/vault,/area/ruin/powered/syndicate_lava_base)
+"am" = (/obj/structure/table/wood,/obj/item/weapon/clipboard,/obj/item/toy/figure/syndie,/turf/open/floor/plasteel/vault,/area/ruin/powered/syndicate_lava_base)
+"an" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plasteel/podhatch{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"ao" = (/turf/open/floor/plasteel/black,/area/ruin/powered/syndicate_lava_base)
+"ap" = (/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"aq" = (/obj/item/stack/sheet/mineral/plastitanium{amount = 30},/obj/item/stack/rods{amount = 50},/obj/structure/table/reinforced,/turf/open/floor/plasteel/podhatch{dir = 9},/area/ruin/powered/syndicate_lava_base)
+"ar" = (/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"as" = (/obj/effect/mob_spawn/human/lavaland_syndicate{tag = "icon-sleeper_s (EAST)";icon_state = "sleeper_s";dir = 4},/turf/open/floor/plasteel/grimy,/area/ruin/powered/syndicate_lava_base)
+"at" = (/turf/open/floor/plasteel/grimy,/area/ruin/powered/syndicate_lava_base)
+"au" = (/obj/effect/mob_spawn/human/lavaland_syndicate{tag = "icon-sleeper_s (WEST)";icon_state = "sleeper_s";dir = 8},/turf/open/floor/plasteel/grimy,/area/ruin/powered/syndicate_lava_base)
+"av" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"aw" = (/obj/item/stack/cable_coil/white,/obj/item/stack/cable_coil/white,/obj/item/stack/packageWrap,/obj/item/weapon/hand_labeler,/obj/structure/table/reinforced,/turf/open/floor/plasteel/podhatch{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"ax" = (/obj/structure/table/wood,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/sniper_rounds,/obj/item/ammo_box/magazine/sniper_rounds,/obj/item/ammo_box/magazine/sniper_rounds,/turf/open/floor/plasteel/grimy,/area/ruin/powered/syndicate_lava_base)
+"ay" = (/obj/structure/table/wood,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/m10mm,/obj/item/ammo_box/magazine/sniper_rounds,/obj/item/ammo_box/magazine/sniper_rounds,/obj/item/ammo_box/magazine/sniper_rounds,/obj/item/ammo_box/magazine/sniper_rounds,/obj/item/ammo_box/magazine/sniper_rounds,/obj/item/ammo_box/magazine/sniper_rounds,/turf/open/floor/plasteel/grimy,/area/ruin/powered/syndicate_lava_base)
+"az" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"aA" = (/obj/item/stack/sheet/metal{amount = 50},/obj/item/stack/sheet/glass{amount = 50},/obj/structure/table/reinforced,/obj/item/weapon/wrench,/turf/open/floor/plasteel/podhatch{dir = 10},/area/ruin/powered/syndicate_lava_base)
+"aB" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/wood{icon_state = "wood-broken4"},/area/ruin/powered/syndicate_lava_base)
+"aC" = (/obj/structure/table/wood,/obj/item/weapon/storage/box/drinkingglasses,/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"aD" = (/obj/structure/table/wood,/obj/item/toy/nuke,/obj/item/weapon/book/manual/nuclear,/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"aE" = (/obj/structure/table/wood,/obj/item/weapon/lighter{pixel_y = 3},/obj/item/weapon/storage/fancy/cigarettes/cigpack_syndicate,/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"aF" = (/obj/structure/table/wood,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"aG" = (/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/wood,/area/ruin/powered/syndicate_lava_base)
+"aH" = (/obj/effect/mob_spawn/human/lavaland_syndicate/comms{tag = "icon-sleeper_s (EAST)";icon_state = "sleeper_s";dir = 4},/turf/open/floor/plasteel/grimy,/area/ruin/powered/syndicate_lava_base)
+"aI" = (/obj/structure/sign/nosmoking_2,/turf/closed/wall/mineral/plastitanium,/area/ruin/powered/syndicate_lava_base)
+"aJ" = (/obj/structure/closet/crate/bin,/obj/item/trash/syndi_cakes,/turf/open/floor/plasteel/black,/area/ruin/powered/syndicate_lava_base)
+"aK" = (/obj/structure/chair/stool/bar,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"aL" = (/obj/structure/chair/stool/bar,/turf/open/floor/plasteel/black,/area/ruin/powered/syndicate_lava_base)
+"aM" = (/obj/structure/table/wood,/obj/item/weapon/lipstick/random{pixel_x = 3;pixel_y = 3},/obj/item/weapon/lipstick/random{pixel_x = -3;pixel_y = -3},/obj/item/weapon/lipstick/random,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"aN" = (/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"aO" = (/obj/structure/dresser,/obj/structure/mirror{desc = "Mirror mirror on the wall, who is the most robust of them all?";pixel_x = 26},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"aP" = (/obj/item/target,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"aQ" = (/obj/structure/closet/emcloset{anchored = 1},/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/device/flashlight/seclite,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel/podhatch{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"aR" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21";layer = 4.1},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"aS" = (/obj/machinery/syndicatebomb/badmin/varplosion{can_unanchor = 0;name = "self destruct device"},/turf/open/floor/plasteel/black,/area/ruin/powered/syndicate_lava_base)
+"aT" = (/obj/machinery/door/airlock/hatch{name = "Dormitories";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"aU" = (/obj/structure/closet/emcloset,/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/device/flashlight/seclite,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"aV" = (/obj/machinery/door/airlock/hatch{name = "Storage Closet";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"aW" = (/obj/machinery/door/airlock/hatch{name = "Restroom";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"aX" = (/obj/structure/mirror{desc = "Mirror mirror on the wall, who is the most robust of them all?";pixel_x = 28},/obj/structure/sink{dir = 4;icon_state = "sink";pixel_x = 11;pixel_y = 0},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"aY" = (/turf/open/floor/plasteel/podhatch{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"aZ" = (/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"ba" = (/obj/structure/closet/emcloset{anchored = 1},/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/device/flashlight/seclite,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"bb" = (/obj/machinery/syndicatebomb/badmin/varplosion{can_unanchor = 0;name = "self destruct device"},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bc" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-22"},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bd" = (/obj/structure/bookcase/random,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"be" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21";layer = 4.1},/turf/open/floor/plasteel/black,/area/ruin/powered/syndicate_lava_base)
+"bf" = (/obj/structure/bookcase/random,/turf/open/floor/plasteel/black,/area/ruin/powered/syndicate_lava_base)
+"bg" = (/obj/structure/toilet{tag = "icon-toilet00 (WEST)";icon_state = "toilet00";dir = 8},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bh" = (/obj/machinery/door/airlock/hatch{name = "Lounge";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bi" = (/obj/machinery/chem_dispenser,/turf/open/floor/plasteel/podhatch{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bj" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/glass/beaker,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/syringe,/obj/structure/sign/nosmoking_2{pixel_y = 32},/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (NORTH)";icon_state = "podhatch";dir = 1},/area/ruin/powered/syndicate_lava_base)
+"bk" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"bl" = (/obj/structure/noticeboard{pixel_y = 32},/obj/machinery/reagentgrinder{desc = "Used to grind things up into raw materials and liquids.";pixel_y = 5},/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bm" = (/obj/structure/table/reinforced,/obj/item/weapon/clipboard,/obj/item/weapon/folder/white,/obj/item/weapon/book/manual/wiki/chemistry,/obj/item/weapon/book/manual/wiki/chemistry,/obj/item/device/assembly/signaler,/obj/item/device/assembly/signaler,/obj/item/device/assembly/voice,/obj/item/device/assembly/voice,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bn" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/beakers{pixel_x = 3;pixel_y = 3},/obj/item/weapon/storage/box/syringes,/obj/item/weapon/gun/syringe/syndicate,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bo" = (/turf/open/floor/plasteel/podhatch{dir = 9},/area/ruin/powered/syndicate_lava_base)
+"bp" = (/turf/open/floor/plasteel/podhatch{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bq" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder{desc = "Used to grind things up into raw materials and liquids.";pixel_y = 5},/obj/structure/noticeboard{pixel_y = 32},/turf/open/floor/plasteel/podhatch/corner,/area/ruin/powered/syndicate_lava_base)
+"br" = (/obj/structure/reagent_dispensers/virusfood{pixel_y = 32},/obj/structure/table/reinforced,/obj/item/device/healthanalyzer,/obj/item/stack/sheet/mineral/plasma{amount = 5;layer = 3.1},/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"bs" = (/obj/structure/extinguisher_cabinet{pixel_x = 0;pixel_y = 32},/obj/machinery/computer/pandemic,/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"bt" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/beakers{pixel_x = 3;pixel_y = 3},/obj/item/weapon/storage/box/syringes,/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"bu" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"bv" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/powered/syndicate_lava_base)
+"bw" = (/mob/living/carbon/monkey,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bx" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/vault{dir = 8},/area/space)
+"by" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bz" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bA" = (/mob/living/carbon/monkey,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bB" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bC" = (/obj/machinery/door/window/brigdoor,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bD" = (/obj/machinery/chem_heater,/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel/podhatch{dir = 10},/area/ruin/powered/syndicate_lava_base)
+"bE" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"bF" = (/obj/structure/closet/crate/bin,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"bG" = (/turf/open/floor/plasteel/vault,/area/ruin/powered/syndicate_lava_base)
+"bH" = (/obj/item/device/assembly/igniter,/obj/item/device/assembly/igniter,/obj/item/device/assembly/igniter,/obj/item/device/assembly/timer{pixel_x = 3;pixel_y = 3},/obj/item/device/assembly/timer{pixel_x = 3;pixel_y = 3},/obj/item/device/assembly/timer{pixel_x = 3;pixel_y = 3},/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bI" = (/obj/structure/table/reinforced,/obj/item/weapon/book/manual/wiki/infections,/obj/item/stack/sheet/mineral/silver{amount = 10},/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"bJ" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bK" = (/obj/machinery/door/airlock/hatch{name = "Monkey Pen";req_access_txt = "150"},/turf/open/floor/plasteel/black,/area/ruin/powered/syndicate_lava_base)
+"bL" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plasteel/vault{dir = 5},/area/space)
+"bM" = (/obj/structure/table/reinforced,/obj/item/weapon/gun/ballistic/automatic/c20r/toy/unrestricted,/obj/item/weapon/gun/ballistic/automatic/c20r/toy/unrestricted,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bN" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21";layer = 4.1},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bO" = (/obj/structure/table/reinforced,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/suit/toggle/labcoat,/obj/item/clothing/suit/toggle/labcoat,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bP" = (/obj/machinery/smartfridge/chemistry/virology,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"bQ" = (/obj/machinery/iv_drip,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bR" = (/obj/structure/closet/crate/bin,/turf/open/floor/plasteel/podhatch{dir = 9},/area/ruin/powered/syndicate_lava_base)
+"bS" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (NORTH)";icon_state = "podhatch";dir = 1},/area/ruin/powered/syndicate_lava_base)
+"bT" = (/obj/machinery/chem_heater,/turf/open/floor/plasteel/podhatch{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bU" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/glass/beaker,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/syringe,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"bV" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bW" = (/obj/machinery/door/airlock/hatch{name = "Monkey Pen";req_access_txt = "150"},/turf/open/floor/plasteel/black,/area/space)
+"bX" = (/obj/machinery/door/airlock/hatch{name = "Monkey Pen";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"bY" = (/obj/structure/table/reinforced,/obj/item/weapon/folder,/obj/item/clothing/ears/earmuffs,/obj/item/clothing/ears/earmuffs,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"bZ" = (/obj/structure/table/reinforced,/obj/item/weapon/suppressor/specialoffer,/obj/item/weapon/gun/ballistic/automatic/toy/pistol/unrestricted,/obj/item/weapon/gun/ballistic/automatic/toy/pistol/unrestricted,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"ca" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/podhatch{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cb" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/glass/beaker,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/syringe,/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"cc" = (/obj/machinery/chem_dispenser,/obj/structure/extinguisher_cabinet{pixel_x = 26},/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)";icon_state = "podhatch";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"cd" = (/obj/structure/table/reinforced,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/mask/surgical,/obj/item/clothing/head/bio_hood/general,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"ce" = (/obj/machinery/shower{dir = 4;icon_state = "shower";name = "emergency shower"},/obj/machinery/shower{dir = 8;icon_state = "shower";name = "emergency shower"},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"cf" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (NORTH)";icon_state = "podhatch";dir = 1},/area/ruin/powered/syndicate_lava_base)
+"cg" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/white,/obj/item/stack/sheet/mineral/gold{amount = 10},/obj/item/stack/sheet/mineral/uranium{amount = 10},/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (NORTH)";icon_state = "podhatch";dir = 1},/area/ruin/powered/syndicate_lava_base)
+"ch" = (/turf/open/floor/plasteel/vault{dir = 8},/area/space)
+"ci" = (/obj/structure/bed/roller,/mob/living/carbon/monkey,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cj" = (/obj/structure/sign/securearea,/turf/closed/wall/mineral/plastitanium,/area/ruin/powered/syndicate_lava_base)
+"ck" = (/obj/machinery/door/airlock/hatch{name = "Firing Range";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cl" = (/obj/machinery/door/airlock/hatch{name = "Chemistry Lab";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cm" = (/obj/structure/sign/chemistry,/turf/closed/wall/mineral/plastitanium,/area/ruin/powered/syndicate_lava_base)
+"cn" = (/obj/machinery/syndicatebomb/badmin/varplosion{can_unanchor = 0;name = "self destruct device"},/turf/open/floor/plasteel/podhatch{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"co" = (/obj/structure/sign/biohazard,/turf/closed/wall/mineral/plastitanium,/area/ruin/powered/syndicate_lava_base)
+"cp" = (/obj/machinery/door/airlock/hatch{name = "Virology Lab";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cq" = (/obj/structure/rack,/obj/item/ammo_box/foambox{pixel_x = -3;pixel_y = 3},/obj/item/ammo_box/foambox,/obj/item/ammo_box/foambox{pixel_x = 3;pixel_y = -3},/turf/open/floor/plasteel/podhatch{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"cr" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-22"},/turf/open/floor/plasteel/podhatch{dir = 9},/area/ruin/powered/syndicate_lava_base)
+"cs" = (/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (NORTH)";icon_state = "podhatch";dir = 1},/area/ruin/powered/syndicate_lava_base)
+"ct" = (/turf/open/floor/plasteel/podhatch/corner{tag = "icon-podhatchcorner (EAST)";icon_state = "podhatchcorner";dir = 4},/area/ruin/powered/syndicate_lava_base)
+"cu" = (/turf/open/floor/plasteel/podhatch/corner{tag = "icon-podhatchcorner (WEST)";icon_state = "podhatchcorner";dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cv" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21";layer = 4.1},/turf/open/floor/plasteel/podhatch{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"cw" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/sign/bluecross_2,/turf/open/floor/plating,/area/ruin/powered/syndicate_lava_base)
+"cx" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 3;pixel_y = 3},/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/regular{pixel_x = -3;pixel_y = -3},/turf/open/floor/plasteel/vault,/area/ruin/powered/syndicate_lava_base)
+"cy" = (/obj/machinery/sleeper/syndie{dir = 8},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cz" = (/obj/structure/closet/crate/secure,/obj/item/target,/obj/item/target,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/clown,/obj/item/target/clown,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"cA" = (/turf/open/floor/plasteel/podhatch{dir = 10},/area/ruin/powered/syndicate_lava_base)
+"cB" = (/obj/machinery/syndicatebomb/badmin/varplosion{can_unanchor = 0;name = "self destruct device"},/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"cC" = (/obj/structure/extinguisher_cabinet{pixel_y = -32},/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"cD" = (/turf/open/floor/plasteel/podhatch,/area/ruin/powered/syndicate_lava_base)
+"cE" = (/turf/open/floor/plasteel/podhatch/corner{tag = "icon-podhatchcorner (NORTH)";icon_state = "podhatchcorner";dir = 1},/area/ruin/powered/syndicate_lava_base)
+"cF" = (/turf/open/floor/plasteel/podhatch/corner,/area/ruin/powered/syndicate_lava_base)
+"cG" = (/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)";icon_state = "podhatch";dir = 6},/area/ruin/powered/syndicate_lava_base)
+"cH" = (/obj/machinery/door/airlock/hatch{name = "Infirmary";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cI" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cJ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "lavalandsyndi";name = "Syndicate Research Experimentor Shutters"},/turf/open/floor/plating,/area/ruin/powered/syndicate_lava_base)
+"cK" = (/obj/machinery/door/airlock/hatch{name = "Experimentation Room";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cL" = (/obj/machinery/door/airlock/hatch{name = "Telecommunications Control";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cM" = (/turf/open/floor/engine,/area/ruin/powered/syndicate_lava_base)
+"cN" = (/obj/structure/noticeboard{pixel_y = 32},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"cO" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/syndicate,/obj/item/device/multitool,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cP" = (/obj/item/weapon/surgicaldrill,/obj/item/weapon/circular_saw,/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cQ" = (/obj/structure/sink{dir = 4;icon_state = "sink";pixel_x = 11;pixel_y = 0},/obj/structure/mirror{pixel_x = 30},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"cR" = (/obj/item/stack/cable_coil/white{pixel_x = 3;pixel_y = 3},/obj/structure/table/reinforced,/obj/item/weapon/storage/toolbox/syndicate,/obj/item/stack/cable_coil/white,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cS" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cT" = (/obj/structure/table/reinforced,/obj/item/device/radio/intercom{broadcasting = 0;dir = 8;freerange = 1;listening = 1;name = "Pirate Radio Listening Channel";pixel_x = 0},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cU" = (/obj/machinery/computer/camera_advanced,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"cV" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cW" = (/obj/item/weapon/cautery,/obj/item/weapon/scalpel,/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cX" = (/obj/structure/table/optable,/obj/item/weapon/surgical_drapes,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cY" = (/obj/item/weapon/retractor,/obj/item/weapon/hemostat,/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"cZ" = (/obj/structure/sign/nosmoking_2{pixel_x = 32},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"da" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/structure/extinguisher_cabinet{pixel_x = -26},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"db" = (/obj/structure/table/reinforced,/obj/item/device/radio/intercom{broadcasting = 1;dir = 8;freerange = 1;listening = 0;name = "Pirate Radio Broadcast Channel";pixel_x = 0},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dc" = (/obj/structure/sign/fire{pixel_x = -32},/turf/open/floor/engine,/area/ruin/powered/syndicate_lava_base)
+"dd" = (/obj/structure/table/reinforced,/obj/item/device/assembly/signaler,/obj/item/device/assembly/signaler,/obj/item/device/assembly/voice,/obj/item/device/assembly/voice,/obj/item/weapon/screwdriver/nuke,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"de" = (/obj/structure/table/reinforced,/obj/item/stack/sheet/plasteel{amount = 15},/obj/item/device/electropack,/obj/item/device/taperecorder,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"df" = (/obj/structure/filingcabinet/security,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"dg" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dh" = (/obj/machinery/computer/message_monitor,/obj/item/weapon/paper/monitorkey,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"di" = (/turf/open/floor/plasteel/vault{tag = "icon-vault (NORTHEAST)";dir = 5},/area/ruin/powered/syndicate_lava_base)
+"dj" = (/obj/effect/baseturf_helper,/turf/open/floor/plasteel/vault{tag = "icon-vault (NORTHEAST)";dir = 5},/area/ruin/powered/syndicate_lava_base)
+"dk" = (/obj/machinery/button/door{id = "lavalandsyndi";name = "Syndicate Experimentor Lockdown Control";pixel_x = 26;req_access_txt = "150"},/turf/open/floor/engine,/area/ruin/powered/syndicate_lava_base)
+"dl" = (/obj/machinery/button/door{id = "lavalandsyndi";name = "Syndicate Experimentor Lockdown Control";pixel_x = -26;req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"dm" = (/obj/item/stack/sheet/mineral/plastitanium{amount = 30},/obj/item/stack/rods{amount = 50},/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dn" = (/obj/structure/filingcabinet/medical,/turf/open/floor/plasteel/vault{dir = 5},/area/ruin/powered/syndicate_lava_base)
+"do" = (/turf/open/floor/plasteel/circuit/gcircuit,/area/ruin/powered/syndicate_lava_base)
+"dp" = (/obj/machinery/door/poddoor/preopen{id = "lavalandsyndi";name = "Syndicate Research Experimentor Shutters"},/obj/machinery/door/airlock/hatch{name = "Experimentation Room";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dq" = (/obj/item/stack/sheet/metal{amount = 50},/obj/item/weapon/grenade/chem_grenade,/obj/item/weapon/grenade/chem_grenade,/obj/item/weapon/grenade/chem_grenade,/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dr" = (/obj/machinery/telecomms/relay/preset/ruskie{use_power = 0},/turf/open/floor/plasteel/vault{tag = "icon-vault (NORTHEAST)";dir = 5},/area/ruin/powered/syndicate_lava_base)
+"ds" = (/obj/machinery/door/airlock/hatch{name = "Syndicate Recon Outpost";req_access_txt = "150"},/obj/structure/fans/tiny,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dt" = (/obj/machinery/door/airlock/hatch{name = "Monkey Pen";req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"du" = (/obj/structure/sign/vacuum{pixel_x = -32},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dv" = (/obj/structure/sign/xeno_warning_mining{pixel_x = 32},/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dw" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/mob/living/carbon/monkey,/turf/open/floor/plasteel/vault{dir = 8},/area/ruin/powered/syndicate_lava_base)
+"dx" = (/obj/structure/sign/securearea{pixel_y = 32},/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/lavaland/surface/outdoors)
+
+(1,1,1) = {"
+aaaaaaaaabaaaaabababababababababababababababababababababababababababababaaaa
+aaaaabababababababababababababababababababababababababababababababababababaa
+aaaaabababababababababababababababababababababababababababababababababababab
+aaaaabababababababababababababababababababababababababababababababababababaa
+aaababababababababababababababababababababababababababababababababababababab
+ababababababababababacababababacacadadadadadadadadadadadadadadabacababababab
+abababababacababababababadadadadadadaeafagadahaiadajakadalamadababababababab
+abababababababababababacadanaoapaqadararararararadasatadatauadacabababababab
+abababababababacacababacadavapaoawadararararararadaxatadatayadacabababababab
+abababababababacadadadadadazaoapaAadaBaCaDaEaFaGadaHatadatauadababacabababab
+abababababababacadapapapadaIapaoadadaJaKaLaKaoapadaMaNadaNaOadacabacabababab
+ababababababababadapaPapadaQapaoaRadapaoapaoapaSadadaTadaTadadadadababababab
+abababababacababadapaNapadaUaoapapaVaoapaoapaoapaTapapapapapaWaXadababababab
+abababababababacadaYaNaZadbabbaobcadbdbeapaobcbfadaRapapapaRadbgadacabababab
+abababababababacadapaNapadadadadadadadadbhbhadadadadadadadadadadadadadababab
+abababababababacadaYaNaZadbibjbkblbmbnadbobpadbqbrbsbtbubvbwbzbybzbAadababab
+abababababacabacadbBbCbBadbDbEbFbGbGbHbvaYaZbvbIbJapapapbvbKbybybKbyadababab
+abababababacababadbMaNbNadaRapapapapbObvaYaZbvbPapaoaoaoaoaoaoaoaoaoadababab
+abababababacabacadapapapadbQaoapbRbSbTbvaYaZbvbUapapbbbVbybKbybybXbyadababab
+abababababababacadbYapbZadbQapapcacbccadaYaZadcdcebRcfcgbyaNcibyaNciadababab
+ababababababacabadcjckadadcjclcmadbvadadcnaZadcocpadbvbvadadadadadadadababab
+ababababababababadcqapaRbvcrcscscscscscsctcucscscscscscscvcwcxapcyadabababab
+aaabababababacacadczapapckcAcBcCcDcDcDcDcEcFcDcDcDcDcDcDcGcHapapcIadabababab
+aaabababababacadadadcJadadadadadadcKcjadaYaZadadcLcjadadadadapapcyadabababab
+abababababababadcMcMcMcMcMcMcMcjaRapapadaYaZadaRapapcNbbcOadcPapcQadabababab
+abababababababadcMcMcMcMcMcMcMcJcRapapadaYaZadapaocScTcUcVadcWcXcYadabababab
+abababababababadcMcMcMcMcMcMcMcJbHapcZadaYaZaddaaodbbJapaNadadadadadabababab
+ababababababacaddccMcMcMcMcMcMcJddapdeadaYaZaddfaodgdhapaNcLdidjdiadabababab
+abababababababadcMcMcMcMcMcMdkaddlapdmadaYaZaddnapapapapbNaddododoadabababab
+ababababababacadcMcMcMcMcMcMcMdpapapdqadcAcGadadadadadadadaddodrdoadabababab
+ababababababacadcMcMcMcMcMcMcMaddaapaRaddsdsadacacacacacabadadadadadabababab
+ababababababacadadadadadadadadadbvdtbvaddudvadacacacababababababacacabababab
+ababababababacacacabababacacacaddwaNdwadaNaNadacababababacababababababababab
+ababababababababababababababacadadadadaddsdsadababacacababababababababababab
+abababababababababababababababababababdxababdxababababababababababababababab
+abababababababababababababababababababababababababababababababababababababaa
+aaababababababababababababababababababababababababababababababababababababaa
+aaaaabaaababababababababababababababababababababababababababababababaaaaaaaa
+"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_tomb.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_tomb.dmm
deleted file mode 100644
index f10d1062cdfe..000000000000
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_tomb.dmm
+++ /dev/null
@@ -1,56 +0,0 @@
-"a" = (/turf/template_noop,/area/template_noop)
-"b" = (/turf/closed/mineral/volcanic/lava_land_surface,/area/lavaland/underground)
-"c" = (/turf/template_noop,/area/lavaland/underground)
-"d" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/underground)
-"e" = (/obj/effect/decal/remains/human,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/underground)
-"f" = (/turf/open/floor/plating/lava/smooth/lava_land_surface,/area/lavaland/underground)
-"g" = (/turf/closed/indestructible/riveted{icon = 'icons/turf/walls/iron_wall.dmi'; icon_state = "iron"; name = "dense wall"},/area/ruin/powered)
-"h" = (/obj/structure/table,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"i" = (/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"j" = (/mob/living/simple_animal/hostile/skeleton,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"k" = (/obj/structure/bodycontainer/morgue{desc = "An oddly modernized tomb, at least compared to where it currently is."; name = "tomb"},/obj/effect/mob_spawn/human/skeleton,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"l" = (/obj/item/weapon/grown/bananapeel,/obj/structure/mineral_door/transparent/diamond,/turf/open/floor/vault{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"m" = (/obj/item/weapon/ore/diamond,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"n" = (/turf/open/floor/vault{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"o" = (/obj/item/weapon/ore/gold,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"p" = (/turf/open/floor/plating/lava/smooth/lava_land_surface{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"},/area/ruin/powered)
-"q" = (/obj/structure/table,/obj/item/weapon/tome,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"r" = (/obj/item/weapon/grown/bananapeel,/obj/structure/mineral_door/silver,/turf/open/floor/vault{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"s" = (/obj/item/weapon/ore/bananium,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"t" = (/obj/item/weapon/grown/bananapeel,/obj/structure/mineral_door/gold,/turf/open/floor/vault{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"u" = (/obj/structure/table/optable/abductor{desc = "A strange, alien-like table for cutting up things, like people."; name = "strange alien slab"},/obj/effect/gibspawner/human,/obj/effect/mob_spawn/human/skeleton,/obj/item/weapon/veilrender/honkrender,/obj/item/clothing/mask/gas/clown_hat,/turf/open/floor/vault{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"v" = (/obj/structure/table,/obj/item/weapon/spellbook/oneuse/charge,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"w" = (/obj/structure/bodycontainer/morgue{desc = "An oddly modernized tomb, at least compared to where it currently is."; name = "tomb"},/obj/effect/mob_spawn/human/skeleton{helmet = /obj/item/clothing/head/ushanka; name = "russian remains"; uniform = /obj/item/clothing/under/soviet},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"x" = (/obj/item/weapon/ore/uranium,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"y" = (/obj/item/weapon/ore/plasma,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"z" = (/obj/item/weapon/grown/bananapeel,/obj/structure/mineral_door/iron,/turf/open/floor/vault{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"A" = (/obj/structure/table,/obj/item/weapon/twohanded/spear,/obj/item/weapon/shield/riot/buckler,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-"B" = (/obj/item/weapon/grown/bananapeel,/obj/structure/mineral_door/iron,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface},/area/ruin/powered)
-
-(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaabbaaaaaaaaaaaaaaaa
-aaaaabbbbbcbbbbbbbbaaaaaa
-aaabbbbbbbdebbbedfdaaaaaa
-aaaabbbgggggggggggbbaaaaa
-aaaeddeghiijijiihgbbbbdaa
-aaaddfbgikiikiikigdebbbaa
-aaadebggjiiiiiiijggdebbaa
-aadbbgggggglglggggggddfaa
-aabggggmnnnninnnnoggggbba
-aabgkjgnmippippiongkjgbbb
-bbbghignnpipipipnngqigbda
-bdegjirnnppnsnppnntijgbea
-bdbgkigiiiisusiiiigkigbba
-aebgjirnnppnsnppnntijgeba
-adbgvignnpipipipnnghigfda
-abbgwjgnxippippiyngkjgbda
-abbggggxnnnninnnnyggggbba
-adebbbgggggzgzgggggbbbbba
-aadfbfeggAiiiiiAggbbebbaa
-aadfffbbgAijijiAgbeddbbaa
-aaaddebbgAiiiiiAgedfaaaaa
-aaaaadbbgggBgBgggbddaaaaa
-aaaaaaabbbbbdbbbbbdaaaaaa
-aaaaaaabbbbbdbbbbbdaaaaaa
-"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_ufo_crash.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_ufo_crash.dmm
index a3a5f9065778..2ab7d6bf234b 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_ufo_crash.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_ufo_crash.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_ww_vault.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_ww_vault.dmm
index f0bf9594479a..85943df963e0 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_ww_vault.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_ww_vault.dmm
@@ -1,118 +1,10009 @@
-"a" = (/turf/template_noop,/area/template_noop)
-"b" = (/turf/closed/indestructible,/area/ruin/powered)
-"c" = (/turf/open/floor/engine/cult,/area/ruin/powered)
-"d" = (/obj/structure/cult/pylon,/turf/open/floor/engine/cult,/area/ruin/powered)
-"e" = (/turf/open/floor/plating{icon_state = "cultdamage5"},/area/ruin/powered)
-"f" = (/mob/living/simple_animal/hostile/faithless,/turf/open/floor/engine/cult,/area/ruin/powered)
-"g" = (/turf/open/floor/plasteel/circuit/off,/area/ruin/powered)
-"h" = (/turf/closed/indestructible{desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick."; icon = 'icons/turf/walls/cult_wall.dmi'; icon_state = "cult"},/area/ruin/powered)
-"i" = (/turf/open/floor/plating{icon_state = "cultdamage3"},/area/ruin/powered)
-"j" = (/turf/open/floor/plating{icon_state = "cultdamage6"},/area/ruin/powered)
-"k" = (/obj/effect/gateway,/turf/open/floor/engine/cult,/area/ruin/powered)
-"l" = (/mob/living/simple_animal/hostile/faithless,/turf/open/floor/plasteel/circuit/off,/area/ruin/powered)
-"m" = (/obj/machinery/wish_granter_dark,/turf/open/floor/plasteel/circuit/gcircuit/off,/area/ruin/powered)
-"n" = (/turf/open/floor/plasteel/circuit/gcircuit/off,/area/ruin/powered)
-"o" = (/obj/structure/cult/pylon,/turf/open/floor/plasteel/circuit/gcircuit/off,/area/ruin/powered)
-"p" = (/obj/structure/signpost,/turf/open/floor/plasteel/circuit/gcircuit/off,/area/ruin/powered)
-"q" = (/obj/effect/meatgrinder,/turf/open/floor/plasteel/circuit/gcircuit/off,/area/ruin/powered)
-"r" = (/obj/structure/cult/pylon,/turf/open/floor/plasteel/circuit/off,/area/ruin/powered)
-"s" = (/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"t" = (/turf/open/floor/plating{icon_state = "cultdamage2"},/area/ruin/powered)
-"u" = (/turf/open/floor/carpet,/area/ruin/powered)
-"v" = (/mob/living/simple_animal/hostile/faithless,/turf/open/floor/carpet,/area/ruin/powered)
-"w" = (/obj/machinery/door/airlock/vault{locked = 1},/turf/open/floor/engine/cult,/area/ruin/powered)
-"x" = (/obj/structure/cult/pylon,/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"y" = (/mob/living/simple_animal/hostile/faithless,/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"z" = (/turf/template_noop,/turf/closed/indestructible{desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick."; icon = 'icons/turf/walls/cult_wall.dmi'; icon_state = "cult"},/area/ruin/powered)
-"A" = (/mob/living/simple_animal/hostile/faithless,/turf/template_noop,/area/template_noop)
-"B" = (/obj/effect/mob_spawn/human/miner/rig,/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/ruin/powered)
-"C" = (/obj/machinery/door/airlock/vault{locked = 1},/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth; blocks_air = 1},/area/ruin/powered)
-"D" = (/turf/closed/indestructible,/area/template_noop)
-"E" = (/obj/item/weapon/paper{info = "meat grinder requires sacri"},/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/template_noop)
-"F" = (/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/template_noop)
-"G" = (/obj/effect/mob_spawn/human/syndicatecommando,/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/template_noop)
-"H" = (/mob/living/simple_animal/hostile/faithless,/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/template_noop)
-"I" = (/obj/machinery/door/airlock/vault,/obj/structure/fans/tiny/invisible,/turf/open/floor/engine/cult{baseturf = /turf/open/floor/plating/lava/smooth},/area/template_noop)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/template_noop,
+/area/template_noop)
+"b" = (
+/turf/closed/indestructible,
+/area/ruin/powered)
+"c" = (
+/turf/open/floor/engine/cult,
+/area/ruin/powered)
+"d" = (
+/obj/structure/destructible/cult/pylon,
+/turf/open/floor/engine/cult,
+/area/ruin/powered)
+"e" = (
+/turf/open/floor/plating{
+ icon_state = "cultdamage5"
+ },
+/area/ruin/powered)
+"f" = (
+/mob/living/simple_animal/hostile/faithless,
+/turf/open/floor/engine/cult,
+/area/ruin/powered)
+"g" = (
+/turf/open/floor/plasteel/circuit/off,
+/area/ruin/powered)
+"h" = (
+/turf/closed/indestructible{
+ desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick.";
+ icon = 'icons/turf/walls/cult_wall.dmi';
+ icon_state = "cult"
+ },
+/area/ruin/powered)
+"i" = (
+/turf/open/floor/plating{
+ icon_state = "cultdamage3"
+ },
+/area/ruin/powered)
+"j" = (
+/turf/open/floor/plating{
+ icon_state = "cultdamage6"
+ },
+/area/ruin/powered)
+"k" = (
+/obj/effect/gateway,
+/turf/open/floor/engine/cult,
+/area/ruin/powered)
+"l" = (
+/mob/living/simple_animal/hostile/faithless,
+/turf/open/floor/plasteel/circuit/off,
+/area/ruin/powered)
+"m" = (
+/obj/machinery/wish_granter_dark,
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/area/ruin/powered)
+"n" = (
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/area/ruin/powered)
+"o" = (
+/obj/structure/destructible/cult/pylon,
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/area/ruin/powered)
+"p" = (
+/obj/structure/signpost,
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/area/ruin/powered)
+"q" = (
+/obj/effect/meatgrinder,
+/turf/open/floor/plasteel/circuit/gcircuit/off,
+/area/ruin/powered)
+"r" = (
+/obj/structure/destructible/cult/pylon,
+/turf/open/floor/plasteel/circuit/off,
+/area/ruin/powered)
+"s" = (
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"t" = (
+/turf/open/floor/plating{
+ icon_state = "cultdamage2"
+ },
+/area/ruin/powered)
+"u" = (
+/turf/open/floor/carpet,
+/area/ruin/powered)
+"v" = (
+/mob/living/simple_animal/hostile/faithless,
+/turf/open/floor/carpet,
+/area/ruin/powered)
+"w" = (
+/obj/machinery/door/airlock/vault{
+ locked = 1
+ },
+/turf/open/floor/engine/cult,
+/area/ruin/powered)
+"x" = (
+/obj/structure/destructible/cult/pylon,
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"y" = (
+/mob/living/simple_animal/hostile/faithless,
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"z" = (
+/turf/template_noop,
+/turf/closed/indestructible{
+ desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick.";
+ icon = 'icons/turf/walls/cult_wall.dmi';
+ icon_state = "cult"
+ },
+/area/ruin/powered)
+"A" = (
+/mob/living/simple_animal/hostile/faithless,
+/turf/template_noop,
+/area/template_noop)
+"B" = (
+/obj/effect/mob_spawn/human/miner/rig,
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth
+ },
+/area/ruin/powered)
+"C" = (
+/obj/machinery/door/airlock/vault{
+ locked = 1
+ },
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ blocks_air = 1
+ },
+/area/ruin/powered)
+"D" = (
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/template_noop)
+"E" = (
+/turf/closed/indestructible,
+/area/template_noop)
+"F" = (
+/obj/item/weapon/paper{
+ info = "meat grinder requires sacri"
+ },
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/template_noop)
+"G" = (
+/obj/effect/mob_spawn/human/syndicatecommando,
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/template_noop)
+"H" = (
+/mob/living/simple_animal/hostile/faithless,
+/turf/open/floor/engine/cult{
+ baseturf = /turf/open/floor/plating/lava/smooth;
+ initial_gas_mix = "o2=14;n2=23;TEMP=300"
+ },
+/area/template_noop)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbccccbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbccccccccccccccbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbccccccccccccccccccbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbccccccccccccccccccccccccccccbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbccccccccccccdcccccccccccccccccccccccccccbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbccccccccccccccccceccfcccccccccccccgcccccccccbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbaaaaaaabhhhcccccccifcccccccccccccccccccifccccggcccccccccccccbbbbbbbbbbaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaabbccccccccccbbaaaaabbhchhccccccccccccccccfcccecccccccccccccgggccccccccccccccccccccbbbbbbaaaaaaaaabbbb
-aaaaaaaaaaaaaaaaabbbhhccchhhchchbbbbbbbcccchhcccccccccjccccccccccccckccccccccckcgggglcccccicccccccccccccbbbbbbaaabbbbmnb
-aaaaaaaaaaaaaaaaabccchhhccchhhchcccccccccccchhcccccccccccccccccccccccccccgccccccccccggggcccgccgcccgdccccbbbbbbbbbbonnnnb
-aaaaaaaaaaaaaaaabbccchhhhhfcdhchhccccccfcdccchhhhccdcccccckccccccccccccccggcccccggggggccggggggggccggccccbpnnbbbbbnnnnnnb
-aaaaaaaaaaaaaaaabcccccccccccchcchhhccccfchhhcccchhcccccceccccccccjccfcccccgclgggcccccgggggglgggggcigbbbbbnnnnnnbnnnnnnob
-aaaaaaaaaaaaaaabbcchhccccfcfchcccchhhhccchhhhcccchccccfccccccdccccccccdcccggcccccggccdggigggggggggbbbggcbnnnnnnnqbnnnnnb
-aaaaaaaaaaaaaabbcccdhhhhhhhhhhhhccccchhccccchcccchhccccccccccccccccccccccccccccccccgggggcccggcccggbggcgdbnnnnnnbnnnnnnnb
-aaaaaaaaaaaabbbcccccccfcccccccchcccccchhcccchhccfchcccccfccccccccfccccccccccccccfcccccggggggcdcccgggbgggnnnnnnbbbonnnnnb
-aaaaaaaaaaaabbhhhcccfcccccccccchhcccccchhhccchdcfchhhcccciccjcccccccccceccciccgggccggggcfgggggggggbggggrbnnnnbbbbbbbbbbb
-aaaaaaaaaaabbccchhhccccccchhhccchdccccccchhcchhhcccchcccccccccfcccjccccccfccggcccgggcckcggggccgggcbbbggcbnnobbbbaaaabbba
-aaaaaaaaaaabcccccchhhhhhhhhdcccchhcccccccchdccchcccchcccccsccccccccccccccccggccccccccgggcgccgglgggggbbbbbnnnbbbaaaaaaaaa
-aaaaaaaaaaabcccccccccfcfccccccccchcccccccfhhhcchhccchccccjscccdcccccccccccccccccdccgggcccggglggggggggggcbnnnbbaaaaaaaaaa
-aaaaaaaaaaabccchccccccccccccccchhhhhhhhccccchccchccchcccccsfccccccccccccccccfccccccgcccccccggcgggggggggcbbbbbbaaaaaaaaaa
-aaaaabbaaabbccchhhhhhhhhhccccchhcccccchhhccchhcchccchhccccccccccceccfccicccccccccccccfcccgggcgggcgggggggcccccbaaaaaaaaaa
-aaaabbbbaabccccccdcccccchhhhhchccccccccchcfcdhcchcccchcccckcicfcccccccccccfcccctcccccccggggcgggfggggggcgdccccbaaaaaaaaaa
-aaaabccbbbbhhhcccccccccccccchhhchhhhcccchccccccchdccchhccccccccccccccccccccccccccfccccggcrcggggggggclgcggccccbaaaaaaaaaa
-aaabbcccccccchhhhhhhhhccccccdhhchcfhcccchhhhhhhhhhcccchccccccccccccccccccccccccccjccgggcccggcggccggcggccgcfccbaaaaaaaaaa
-aaabccccfcfcccccccccdhhhhhhccccchfchdccchcccccccchhccchhcccccccccccccciccccccdccccccgccccggccgfcgclgggccgccccbaaaaaaaaaa
-aaabccchcccchhhhhccccccccchhccfchffhhhcccccccccccchhccchcccccccjciccccccjcfccccccccggccfggccggccggggcgdcggcccbaaaaaaaaaa
-aaabbcchhhdhhccchhhcccccccchhccchcfcchhcfchhhhhhccdhcfchccccccccccccdccccccccccccccfcccccccggccgglcgcgcccccccbaaaaaaaaaa
-aaaabbccchhhhcfccchcchhhhccchccchccfcchhcchcccchfcchcfchhccccccfcccccccccccccccfcccccccccccgcccccgcgcgcccccccbaaaaaaaaaa
-aaaaabbccccchhhccchhcccfhhhchccchhhcccchcfhcccchhcchhccchhccccccccfcccccccicccccccccccccccfcfccccgcgcggcfccccbaaaaaaaaaa
-aaaaaabbcccfcchhhcchhccccchchhcccchhhcchchhccccchcfchhccchcccfccccccccccccccccccccckcccccccccccccgcgccgccckccbaaaaaaaaaa
-aaaaaaabbcffcccdhccchhhccfhcchdccccchcchhhcchhcchcccchccchcccccccckcccccccccccfccccccccdccccccccggcgfcgccccccbaaaaaaaaaa
-aaaaaaaabcccfccccccccchhcchcchhhhccchcchcccchdcchcccchccchccccccccccccfccccccccccfccccccccccccccgcggcccccccccbaaaaaaaaaa
-aaaaaaaabhhhhhcchhhhccchhhhccccccccchcchcccchccchcccchccchcccccccfcccccccfcccccccccccjccccccccccgccccccccfcccbbaaaaaaaaa
-aaaaaaaabsssshhhhsshhcccchhhccfccccchccdcccchcchhccchhccchcccdccccdccccdccccdccccdccccccccjcccccccccccccccccccbaaaaaaaaa
-aaaaaaaabssssssssssshhcfssshhcchhhcchcccchhhhcchcccchdcchhhhcuvuuuuuuuuuuuuuuuvuuucccccccccccfcecccccccccfccccbaaaaaaaaa
-aaaaaaaabshhhhhchhssshfcsssshhhhshhhhcccchfcfchhcccchccchccwcuuuuuuuuuuuuvuuuuuuuuccfccccccccccccccccdccccccccbbbbbaaaaa
-aaabbbbbbssssshcchssshhcsssshssssssshhccchcfchhfccchhfcchccwcuuuvuuuuuuuuuuuuuuuuucccccccccfcccccckccccjccfcccccccbaaaaa
-aabbsssbbhhhsshcchhssxhhsssshsssssssshhcchccchdcchhhfcchhcchcuuuuuuuvuuuuuuuuuuuuuccckcccccccccccccfcccccccccdcfccbaaaaa
-aabsshsshsyssshccfhsssshhcchhssssssssshcchhcchhfchccccfhdcchcdccccdccccdccccdccccdccccccccccccccccccccccccccccccccbaaaaa
-aabshhhssysyxshccfhhssssssshsssshhsschhccchcchhcchccchhhccchcccfcccccciccccccccccccbbbbccccccdccjccjcccccfcecccccbbaaaaa
-aabsshhhhhhhhhhhccchhhhhhshhssshhsssshsssshhchcfchccccccccchccfcccccccccccccccfcccbbaabbbbcccccccccccccccccccccccbaaaaaa
-aabbssshzsysssshdccccccchhhsssshxssshhsssshhccccchcccccffcchcccccccccccccccccccccbbaaaaaabbbcccccccccccccccccccccbaaaaaa
-aaabbbshsyhsxsshcccccccccchssshhsyshhssssshcccccbbbbbbbbccchcccccccccccccfccccccbbaaaaaaaaabbcccccccfcdccjcccccfcbaaaaaa
-aaaaabshshhsssshhhhhhhhccchssshsssshsssssshccccbbaaaaaabbbbbbbbbbcccckcccccccccbbaaaaaaaaaaabbccccjcccccccccccfccbaaaaaa
-aaaaabshshssshhhsssssshccchssxhhhhhhsssssshbbbbbaaaaaaaaaaaaaaaabbcccccccfccccbbaaaaaaaaaaaaabbcccccccccccfcccccbbaaaaaa
-aaaaabshshsssssssssysshssssssssssssssssscbbbaaaaaaaaaaaaaaaaaaaaabbbccccccccccbaaaaaaaaaaaaaaabbbccccfcfcccccfccbaaaaaaa
-aaaaabscshssssssssyssshssssssssssssssyssbbaaaaaaaaaaaaaaaaaaaaaaaaabbbbccccccbbaaaaaaaaaaaaaaaaabbccccccccccccccbaaaaaaa
-aaaaabhhhhhhhhhhhhhwwhhhhhhhhhhhhhhhhhhbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbccbaaaaaaaaaaaaaAaaaaabbbbbbbbbbbbbbbbaaaaaaa
-aaaaabbbsssssssssssssssssssssssssssssssbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaa
-aaaaaaabbbsssssxssxssxssxssxssxssxssxssbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaabbbbbssssssssssBsysssssssssssbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaabbbssssssssssssssssssssssssbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaabbsssssssssssssssssssssssbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAaaa
-aaaaaaaaaaaaabbbbsssssssssssssssssssbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaabbbbbbbbbbbbbbCCbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaDEFDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaDGFDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaDFFDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaDFHDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaDIIDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+s
+s
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+s
+s
+h
+s
+s
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(6,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+b
+s
+h
+h
+h
+s
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(7,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+b
+s
+s
+h
+h
+s
+s
+s
+s
+s
+s
+h
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(8,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+h
+h
+c
+c
+b
+b
+a
+a
+a
+a
+a
+b
+b
+s
+s
+h
+h
+h
+h
+h
+h
+c
+h
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(9,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+f
+c
+h
+c
+c
+c
+b
+b
+b
+b
+b
+b
+b
+b
+h
+s
+h
+h
+s
+s
+s
+s
+s
+h
+s
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(10,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+h
+h
+c
+c
+c
+c
+h
+s
+s
+s
+s
+h
+s
+y
+h
+s
+y
+h
+h
+h
+h
+h
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+f
+c
+d
+h
+c
+c
+f
+c
+h
+s
+s
+h
+s
+h
+y
+s
+h
+y
+h
+h
+s
+s
+s
+h
+s
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+c
+h
+c
+c
+c
+h
+h
+c
+f
+f
+c
+h
+s
+s
+h
+s
+h
+s
+y
+h
+s
+s
+s
+s
+s
+s
+h
+s
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+c
+c
+c
+h
+c
+c
+h
+h
+h
+h
+c
+c
+f
+h
+s
+s
+h
+s
+s
+s
+x
+h
+s
+x
+s
+s
+s
+s
+h
+s
+s
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+c
+h
+h
+c
+h
+c
+c
+h
+c
+c
+c
+h
+h
+s
+h
+s
+s
+s
+s
+h
+s
+s
+s
+h
+s
+s
+h
+s
+s
+b
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+h
+c
+c
+c
+c
+c
+c
+c
+h
+c
+h
+c
+f
+h
+h
+c
+c
+c
+h
+s
+h
+h
+h
+h
+h
+h
+s
+s
+s
+h
+s
+s
+h
+s
+s
+s
+s
+s
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+h
+c
+c
+c
+h
+h
+c
+c
+h
+c
+h
+c
+c
+c
+h
+d
+c
+c
+h
+s
+c
+c
+c
+c
+c
+h
+h
+h
+h
+h
+s
+s
+h
+s
+x
+s
+s
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+h
+h
+c
+c
+c
+h
+c
+c
+h
+c
+h
+h
+c
+c
+h
+h
+c
+h
+h
+s
+h
+c
+c
+c
+c
+c
+d
+c
+h
+s
+s
+s
+h
+s
+s
+s
+s
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+c
+c
+c
+h
+c
+c
+c
+h
+d
+c
+h
+c
+c
+h
+c
+c
+c
+c
+c
+h
+s
+s
+h
+h
+h
+f
+f
+c
+c
+c
+h
+s
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+a
+a
+a
+a
+a
+a
+D
+a
+a
+a
+a
+a
+a
+a
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+h
+h
+c
+c
+h
+c
+c
+h
+c
+c
+h
+h
+h
+c
+c
+c
+h
+s
+s
+s
+s
+h
+h
+h
+c
+c
+c
+h
+s
+s
+y
+h
+s
+x
+s
+s
+s
+s
+b
+D
+D
+D
+a
+a
+a
+D
+a
+a
+a
+a
+a
+a
+a
+"}
+(20,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+h
+d
+c
+c
+c
+h
+c
+c
+h
+c
+c
+h
+c
+c
+c
+c
+h
+h
+c
+c
+h
+h
+s
+s
+s
+s
+s
+h
+h
+c
+c
+h
+s
+y
+s
+w
+s
+s
+s
+s
+s
+s
+b
+a
+a
+D
+D
+D
+D
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(21,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+h
+c
+c
+c
+h
+h
+c
+f
+c
+h
+c
+c
+h
+c
+c
+h
+d
+c
+c
+c
+c
+h
+h
+c
+c
+h
+h
+s
+s
+s
+s
+s
+h
+c
+c
+h
+s
+s
+s
+w
+s
+s
+s
+s
+s
+s
+b
+a
+a
+a
+D
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(22,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+h
+h
+h
+c
+c
+h
+c
+c
+c
+h
+f
+c
+h
+c
+c
+h
+h
+c
+c
+h
+c
+c
+h
+c
+c
+c
+h
+h
+h
+x
+s
+s
+h
+c
+c
+h
+s
+s
+s
+h
+s
+x
+s
+s
+s
+s
+b
+D
+D
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(23,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+h
+h
+c
+c
+h
+f
+c
+c
+h
+c
+c
+h
+c
+c
+c
+h
+c
+c
+h
+c
+c
+h
+h
+c
+c
+c
+f
+h
+h
+s
+s
+h
+c
+c
+h
+h
+h
+h
+h
+s
+s
+s
+s
+s
+s
+b
+a
+D
+D
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(24,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+h
+h
+c
+c
+h
+c
+c
+c
+h
+f
+c
+h
+c
+c
+c
+h
+c
+c
+h
+f
+c
+c
+h
+h
+c
+f
+c
+c
+h
+h
+s
+h
+c
+c
+c
+c
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+D
+D
+D
+D
+a
+A
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(25,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+h
+c
+c
+h
+c
+c
+c
+h
+c
+c
+h
+h
+c
+c
+h
+c
+c
+h
+h
+c
+c
+c
+h
+c
+s
+s
+s
+s
+h
+s
+h
+h
+c
+c
+c
+s
+s
+h
+s
+x
+B
+s
+s
+s
+b
+a
+D
+D
+D
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(26,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+h
+c
+h
+c
+f
+h
+c
+c
+c
+h
+c
+c
+c
+h
+c
+c
+h
+c
+c
+c
+h
+c
+f
+c
+h
+h
+s
+s
+s
+s
+c
+s
+s
+h
+c
+c
+c
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+D
+D
+D
+D
+D
+D
+D
+D
+a
+a
+a
+a
+a
+a
+"}
+(27,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+h
+c
+f
+c
+c
+h
+c
+c
+h
+h
+c
+c
+c
+h
+c
+c
+h
+h
+c
+c
+h
+h
+h
+h
+h
+h
+s
+s
+s
+s
+c
+s
+h
+h
+h
+h
+h
+s
+s
+h
+s
+s
+y
+s
+s
+s
+b
+a
+a
+a
+a
+a
+a
+a
+a
+D
+D
+a
+a
+a
+a
+"}
+(28,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+h
+h
+c
+c
+f
+h
+c
+c
+h
+d
+c
+c
+c
+h
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+c
+h
+h
+s
+s
+s
+h
+h
+h
+s
+s
+s
+s
+s
+s
+h
+s
+x
+s
+s
+s
+s
+b
+a
+a
+a
+a
+a
+a
+a
+a
+D
+a
+a
+a
+a
+a
+"}
+(29,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+h
+d
+c
+c
+h
+c
+c
+h
+c
+c
+c
+c
+h
+h
+d
+c
+c
+h
+h
+h
+h
+c
+c
+c
+c
+h
+h
+h
+h
+h
+s
+s
+s
+s
+s
+s
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+E
+E
+E
+E
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(30,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+h
+h
+h
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+h
+h
+h
+c
+c
+c
+h
+s
+s
+s
+s
+s
+s
+s
+s
+x
+s
+s
+h
+s
+s
+s
+s
+s
+s
+C
+F
+G
+D
+D
+D
+D
+D
+a
+a
+a
+a
+a
+a
+a
+"}
+(31,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+c
+c
+h
+h
+h
+h
+c
+f
+c
+c
+c
+c
+d
+h
+c
+f
+c
+h
+s
+s
+s
+s
+s
+s
+h
+h
+h
+s
+s
+h
+s
+x
+s
+s
+s
+s
+C
+D
+D
+D
+H
+D
+D
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(32,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+h
+h
+h
+c
+c
+h
+h
+h
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+c
+c
+h
+h
+s
+s
+s
+s
+h
+h
+h
+s
+h
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+E
+E
+E
+E
+a
+a
+D
+a
+a
+a
+a
+a
+a
+a
+"}
+(33,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+h
+h
+c
+c
+c
+h
+h
+h
+c
+h
+c
+c
+h
+h
+h
+h
+h
+h
+h
+c
+c
+h
+c
+c
+h
+s
+s
+s
+s
+h
+h
+x
+s
+s
+h
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+a
+a
+a
+a
+a
+a
+D
+D
+a
+a
+a
+a
+a
+a
+"}
+(34,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+h
+c
+c
+c
+c
+d
+h
+h
+h
+c
+c
+h
+c
+f
+f
+c
+c
+h
+c
+c
+c
+c
+c
+h
+h
+s
+s
+s
+h
+s
+s
+y
+s
+h
+s
+s
+h
+s
+x
+s
+s
+s
+s
+b
+a
+a
+a
+a
+a
+a
+D
+D
+a
+a
+a
+a
+a
+a
+"}
+(35,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+h
+h
+c
+c
+c
+c
+c
+c
+h
+c
+c
+h
+f
+c
+f
+f
+c
+h
+h
+c
+c
+c
+c
+c
+h
+s
+s
+s
+s
+s
+s
+s
+s
+h
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(36,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+h
+c
+c
+c
+c
+c
+c
+h
+c
+c
+h
+h
+h
+h
+c
+f
+c
+h
+c
+c
+c
+c
+c
+h
+s
+s
+s
+s
+s
+s
+h
+h
+h
+s
+s
+h
+s
+s
+s
+s
+s
+s
+b
+D
+D
+a
+a
+a
+a
+a
+a
+a
+D
+a
+a
+a
+a
+"}
+(37,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+h
+c
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+d
+h
+c
+c
+c
+h
+h
+h
+h
+h
+h
+h
+h
+s
+s
+c
+s
+h
+h
+s
+s
+s
+s
+h
+s
+x
+s
+s
+s
+b
+b
+a
+D
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(38,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+s
+h
+h
+h
+s
+s
+s
+s
+y
+h
+s
+s
+s
+b
+b
+b
+a
+a
+D
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(39,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+h
+h
+c
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+s
+s
+s
+s
+s
+s
+s
+h
+s
+s
+b
+a
+a
+a
+a
+a
+D
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(40,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+f
+f
+c
+c
+h
+h
+c
+c
+c
+c
+h
+c
+c
+c
+c
+c
+c
+h
+h
+h
+h
+h
+h
+d
+c
+c
+c
+c
+c
+c
+s
+s
+s
+s
+s
+s
+s
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(41,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+h
+h
+c
+c
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+h
+h
+h
+h
+h
+c
+f
+c
+c
+c
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+s
+s
+s
+s
+s
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(42,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+h
+c
+c
+c
+d
+h
+h
+c
+c
+h
+h
+c
+f
+c
+c
+c
+c
+h
+c
+c
+c
+c
+f
+h
+h
+c
+c
+c
+h
+h
+h
+h
+h
+c
+s
+s
+s
+s
+s
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(43,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+h
+h
+c
+c
+c
+h
+h
+c
+c
+c
+h
+h
+h
+c
+c
+f
+c
+h
+c
+c
+h
+h
+h
+h
+c
+c
+c
+c
+h
+f
+c
+c
+h
+h
+h
+h
+h
+h
+h
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(44,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+h
+h
+c
+c
+h
+h
+c
+c
+c
+c
+d
+h
+c
+c
+c
+c
+h
+c
+c
+h
+c
+c
+c
+c
+c
+c
+c
+h
+c
+f
+c
+c
+c
+h
+h
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(45,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+h
+h
+c
+c
+h
+h
+h
+c
+c
+c
+h
+h
+h
+d
+c
+h
+c
+c
+h
+c
+c
+c
+h
+h
+h
+h
+h
+f
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(46,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+c
+h
+h
+c
+c
+c
+h
+h
+h
+c
+c
+c
+h
+h
+c
+h
+c
+c
+h
+c
+c
+c
+h
+d
+c
+c
+c
+c
+h
+h
+h
+h
+h
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(47,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+d
+h
+c
+c
+c
+c
+c
+c
+h
+c
+c
+h
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+d
+h
+h
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(48,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+c
+h
+h
+h
+c
+c
+c
+c
+h
+c
+c
+h
+h
+h
+c
+c
+c
+c
+h
+h
+h
+f
+c
+f
+c
+f
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(49,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+c
+c
+f
+f
+c
+c
+h
+h
+h
+h
+h
+h
+c
+c
+c
+f
+h
+h
+h
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(50,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+d
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+h
+h
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(51,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+i
+c
+c
+c
+c
+c
+c
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+d
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(52,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+f
+c
+c
+c
+d
+c
+c
+c
+c
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+h
+h
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(53,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+h
+h
+c
+c
+c
+h
+h
+h
+h
+f
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(54,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+c
+c
+c
+f
+f
+c
+h
+h
+h
+h
+h
+d
+c
+f
+c
+c
+h
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(55,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+h
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(56,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+c
+f
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(57,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+e
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+c
+c
+c
+c
+c
+h
+h
+h
+h
+d
+c
+c
+f
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(58,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+i
+c
+c
+j
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+h
+h
+h
+h
+h
+h
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(59,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+k
+c
+c
+c
+c
+c
+c
+s
+s
+s
+c
+k
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(60,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+e
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+h
+w
+w
+h
+h
+h
+h
+h
+h
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(61,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+c
+c
+i
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(62,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+d
+u
+u
+u
+u
+d
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(63,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+d
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+v
+u
+u
+u
+c
+c
+f
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(64,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+j
+c
+f
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+f
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(65,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+e
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+u
+u
+v
+u
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(66,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+j
+c
+c
+f
+c
+c
+c
+c
+c
+e
+c
+c
+c
+c
+i
+c
+c
+c
+c
+c
+c
+f
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(67,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+k
+c
+c
+d
+u
+u
+u
+u
+d
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(68,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(69,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+k
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+u
+u
+u
+v
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(70,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+k
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(71,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+i
+c
+c
+c
+c
+c
+c
+f
+c
+c
+u
+u
+u
+u
+c
+i
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(72,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+i
+c
+c
+c
+c
+c
+c
+c
+c
+e
+c
+c
+c
+c
+i
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+d
+u
+u
+u
+u
+d
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(73,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(74,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+g
+g
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+u
+v
+u
+u
+c
+c
+c
+c
+f
+c
+f
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(75,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+g
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+f
+c
+c
+i
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(76,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+g
+c
+c
+i
+c
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(77,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+g
+c
+c
+c
+c
+c
+l
+c
+c
+c
+c
+g
+g
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+d
+u
+u
+u
+u
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(78,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+g
+c
+c
+c
+c
+g
+c
+c
+c
+c
+g
+c
+c
+c
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(79,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+g
+g
+k
+c
+c
+g
+c
+c
+c
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+v
+u
+u
+u
+c
+c
+f
+c
+c
+c
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(80,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+g
+c
+c
+c
+g
+c
+c
+c
+g
+c
+c
+c
+c
+c
+t
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(81,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+g
+g
+c
+g
+c
+c
+c
+f
+g
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+u
+u
+u
+u
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(82,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+g
+c
+g
+c
+g
+c
+c
+c
+g
+c
+c
+c
+c
+c
+f
+j
+c
+c
+c
+c
+c
+c
+c
+f
+c
+d
+u
+u
+u
+u
+d
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(83,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+g
+c
+g
+c
+g
+c
+c
+c
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(84,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+g
+c
+g
+c
+c
+g
+c
+g
+g
+c
+g
+g
+c
+c
+c
+c
+c
+g
+f
+c
+c
+k
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(85,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+l
+g
+g
+c
+c
+g
+c
+g
+c
+c
+g
+c
+c
+c
+c
+g
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(86,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+g
+g
+g
+d
+g
+c
+g
+c
+g
+g
+c
+f
+c
+c
+g
+c
+c
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+c
+k
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(87,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+g
+c
+g
+g
+g
+g
+g
+k
+g
+c
+c
+c
+c
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(88,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+g
+c
+g
+g
+g
+g
+c
+c
+g
+c
+c
+c
+g
+g
+c
+c
+f
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(89,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+g
+g
+i
+c
+g
+f
+g
+c
+c
+c
+c
+g
+c
+c
+c
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(90,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+g
+g
+g
+c
+g
+g
+g
+g
+g
+c
+g
+g
+r
+c
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(91,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+i
+c
+g
+g
+g
+c
+g
+g
+g
+c
+g
+c
+g
+g
+c
+g
+g
+c
+c
+c
+f
+c
+c
+c
+c
+j
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(92,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+g
+g
+l
+g
+g
+g
+g
+g
+c
+g
+g
+g
+c
+g
+g
+c
+c
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+A
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(93,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+g
+g
+g
+g
+c
+g
+c
+g
+l
+g
+c
+g
+g
+c
+c
+g
+g
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(94,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+g
+g
+g
+c
+d
+g
+c
+g
+g
+c
+g
+g
+g
+g
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+d
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(95,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+g
+g
+g
+g
+c
+c
+g
+g
+l
+g
+g
+g
+g
+g
+g
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(96,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+g
+g
+g
+c
+c
+g
+g
+g
+g
+g
+g
+f
+g
+c
+c
+c
+g
+c
+c
+c
+c
+c
+c
+c
+e
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(97,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+g
+g
+g
+c
+g
+g
+g
+g
+g
+c
+g
+g
+c
+g
+g
+g
+c
+c
+c
+g
+g
+g
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(98,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+g
+g
+g
+g
+c
+g
+g
+g
+g
+g
+g
+g
+c
+g
+l
+g
+g
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(99,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+g
+g
+i
+b
+b
+g
+b
+b
+g
+g
+g
+g
+g
+g
+g
+l
+g
+c
+c
+c
+c
+c
+g
+c
+c
+c
+c
+k
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(100,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+d
+g
+g
+b
+g
+g
+g
+b
+g
+g
+g
+g
+g
+c
+c
+g
+g
+g
+g
+g
+g
+g
+g
+c
+c
+c
+c
+c
+f
+c
+j
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(101,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+b
+b
+g
+b
+g
+b
+b
+g
+g
+g
+g
+l
+g
+g
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(102,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+b
+g
+c
+g
+g
+g
+b
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+c
+c
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(103,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+b
+g
+g
+g
+g
+g
+b
+g
+g
+g
+c
+c
+c
+c
+d
+c
+c
+g
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+d
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(104,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+b
+c
+d
+g
+r
+c
+b
+c
+c
+g
+g
+g
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+j
+c
+c
+c
+c
+c
+c
+c
+c
+f
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(105,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+n
+b
+b
+b
+b
+b
+c
+d
+g
+g
+g
+g
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(106,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+p
+n
+n
+n
+n
+n
+n
+n
+n
+b
+c
+c
+c
+c
+c
+g
+c
+c
+c
+c
+c
+c
+f
+c
+f
+c
+c
+c
+c
+f
+c
+c
+j
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(107,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+n
+n
+n
+n
+n
+n
+n
+n
+n
+b
+c
+c
+c
+f
+c
+c
+c
+c
+c
+k
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(108,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+n
+n
+n
+n
+n
+n
+o
+n
+n
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+e
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(109,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+n
+n
+n
+n
+n
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(110,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+n
+n
+n
+n
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+d
+c
+c
+c
+c
+c
+c
+c
+f
+c
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(111,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+n
+n
+n
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+f
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(112,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+n
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+f
+c
+c
+c
+c
+f
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(113,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+n
+q
+n
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(114,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+n
+n
+b
+n
+o
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(115,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+o
+n
+n
+n
+n
+n
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(116,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+n
+n
+n
+n
+n
+n
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(117,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+n
+n
+n
+n
+n
+n
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+A
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(118,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+m
+n
+n
+n
+n
+n
+n
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(119,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+n
+n
+n
+o
+n
+n
+n
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(120,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_egg.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_egg.dmm
deleted file mode 100644
index 2b525bd80d6f..000000000000
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_egg.dmm
+++ /dev/null
@@ -1,16 +0,0 @@
-"a" = (/turf/template_noop,/area/template_noop)
-"b" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/template_noop)
-"c" = (/obj/structure/alien/weeds,/obj/structure/alien/resin/wall,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/awaycontent/a7{name = "The Egg"})
-"d" = (/obj/structure/alien/weeds,/obj/structure/alien/egg,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/awaycontent/a7{name = "The Egg"})
-
-(1,1,1) = {"
-aabbbbbaa
-abbcccbba
-bbcccccbb
-bcccdcccb
-bccdddccb
-bcccdcccb
-bbcccccbb
-abbcccbba
-aabbbbbaa
-"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm
index 75239b9ae531..32c417fb6523 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
@@ -53,7 +53,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -141,7 +141,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -206,7 +206,7 @@
item_state = "facehugger_impregnated";
stat = 2
},
-/obj/item/weapon/gun/projectile/automatic/pistol,
+/obj/item/weapon/gun/ballistic/automatic/pistol,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/awaycontent/a5{
always_unpowered = 1;
@@ -336,7 +336,7 @@
/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -407,7 +407,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -426,7 +426,7 @@
/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -615,7 +615,15 @@
"O" = (
/obj/structure/alien/weeds/node,
/turf/template_noop,
-/area/template_noop)
+/area/awaycontent/a5{
+ always_unpowered = 1;
+ has_gravity = 1;
+ name = "The Hive";
+ power_environ = 0;
+ power_equip = 0;
+ power_light = 0;
+ poweralm = 0
+ })
"P" = (
/obj/structure/alien/weeds{
icon_state = "weeds2"
@@ -644,13 +652,29 @@
"R" = (
/obj/structure/alien/weeds,
/turf/template_noop,
-/area/template_noop)
+/area/awaycontent/a5{
+ always_unpowered = 1;
+ has_gravity = 1;
+ name = "The Hive";
+ power_environ = 0;
+ power_equip = 0;
+ power_light = 0;
+ poweralm = 0
+ })
"S" = (
/obj/structure/alien/weeds{
icon_state = "weeds2"
},
/turf/template_noop,
-/area/template_noop)
+/area/awaycontent/a5{
+ always_unpowered = 1;
+ has_gravity = 1;
+ name = "The Hive";
+ power_environ = 0;
+ power_equip = 0;
+ power_light = 0;
+ poweralm = 0
+ })
"T" = (
/obj/structure/alien/weeds/node,
/obj/structure/alien/resin/wall,
@@ -1468,7 +1492,7 @@ a
a
a
a
-P
+c
"}
(26,1,1) = {"
a
@@ -1499,8 +1523,8 @@ c
a
a
a
-U
-N
+b
+h
"}
(27,1,1) = {"
a
@@ -1529,10 +1553,10 @@ g
q
b
c
-N
-P
-T
-R
+h
+c
+y
+g
"}
(28,1,1) = {"
a
@@ -1563,8 +1587,8 @@ q
b
O
R
-V
-S
+p
+q
"}
(29,1,1) = {"
a
@@ -1595,8 +1619,8 @@ l
b
O
S
-V
-R
+p
+g
"}
(30,1,1) = {"
a
@@ -1625,10 +1649,10 @@ h
c
b
c
-P
-T
-S
-V
+c
+y
+q
+p
"}
(31,1,1) = {"
a
@@ -1658,9 +1682,9 @@ a
a
a
a
-P
-R
-S
+c
+g
+q
"}
(32,1,1) = {"
a
@@ -1690,9 +1714,9 @@ a
a
a
a
-N
-V
-R
+h
+p
+g
"}
(33,1,1) = {"
a
@@ -1721,9 +1745,9 @@ a
a
a
a
-P
-P
-S
+c
+c
+q
a
"}
(34,1,1) = {"
@@ -1753,7 +1777,7 @@ a
a
a
a
-P
+c
a
a
a
diff --git a/_maps/RandomRuins/SpaceRuins/DJstation.dmm b/_maps/RandomRuins/SpaceRuins/DJstation.dmm
index 13fba2f83b16..caacb02feb69 100644
--- a/_maps/RandomRuins/SpaceRuins/DJstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/DJstation.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
diff --git a/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm b/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm
index b0a18c5fa373..137dd2b0be9e 100644
--- a/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm
+++ b/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm
@@ -1,14509 +1,872 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/open/space,
-/area/space)
-"ab" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ac" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/space)
-"ad" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/airless,
-/area/solar/derelict_starboard)
-"ae" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"af" = (
-/turf/open/floor/plating/airless,
-/turf/open/floor/plating/airless{
- icon_state = "platingdmg2"
- },
-/area/solar/derelict_starboard)
-"ag" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/solar/derelict_starboard)
-"ah" = (
-/obj/machinery/power/solar{
- id = "derelictsolar";
- name = "Derelict Solar Array"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/airless,
-/area/solar/derelict_starboard)
-"ai" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/derelict_starboard)
-"aj" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"ak" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"al" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"am" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"an" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"ao" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"ap" = (
-/obj/machinery/power/solar{
- id = "derelictsolar";
- name = "Derelict Solar Array"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless,
-/area/solar/derelict_starboard)
-"aq" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space,
-/area/solar/derelict_starboard)
-"ar" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/space,
-/area/solar/derelict_starboard)
-"as" = (
-/turf/closed/wall,
-/area/space)
-"at" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"au" = (
-/obj/machinery/door/airlock/external{
- name = "External Engineering"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"av" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"aw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"ax" = (
-/turf/closed/wall/r_wall,
-/area/space)
-"ay" = (
-/turf/open/floor/plating/airless,
-/area/space)
-"az" = (
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aA" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aB" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aC" = (
-/obj/machinery/power/smes,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aD" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/solar_control{
- id = "derelictsolar";
- name = "Primary Solar Control";
- track = 0
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"aF" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aH" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aJ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"aK" = (
-/obj/machinery/door/airlock/external{
- name = "Air Bridge Access"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"aL" = (
-/obj/machinery/door/airlock/external{
- name = "Air Bridge Access"
- },
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"aM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aN" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aO" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aP" = (
-/obj/machinery/door/window,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aQ" = (
-/obj/machinery/power/apc{
- dir = 8;
- environ = 0;
- equipment = 0;
- lighting = 0;
- locked = 0;
- name = "Starboard Solar APC";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aR" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aS" = (
-/obj/machinery/door/airlock/external{
- name = "External Engineering"
- },
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"aT" = (
-/obj/machinery/door/airlock/highsecurity,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"aU" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"aV" = (
-/obj/machinery/computer/monitor,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"aY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/derelict/solar_control)
-"aZ" = (
-/obj/structure/grille/broken,
-/turf/open/floor/plating/airless,
-/area/space)
-"ba" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bb" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/porta_turret_cover,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bc" = (
-/obj/machinery/porta_turret_cover,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bd" = (
-/obj/machinery/door/airlock/engineering{
- name = "Starboard Solar Access";
- req_access_txt = "10"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"be" = (
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"bf" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bg" = (
-/obj/machinery/door/window,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bh" = (
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bi" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bj" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bk" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bl" = (
-/turf/open/floor/plasteel{
- icon_state = "damaged1"
- },
-/area/derelict/solar_control)
-"bm" = (
-/turf/open/floor/plasteel{
- icon_state = "damaged5"
- },
-/area/derelict/solar_control)
-"bn" = (
-/obj/item/weapon/stock_parts/matter_bin,
-/turf/open/floor/plasteel{
- icon_state = "damaged4"
- },
-/area/derelict/solar_control)
-"bo" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/smes,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bp" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/microwave,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bq" = (
-/obj/structure/rack,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"br" = (
-/turf/open/floor/plasteel/airless,
-/area/space)
-"bs" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bt" = (
-/turf/open/floor/plasteel{
- icon_state = "damaged2"
- },
-/area/derelict/solar_control)
-"bu" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel{
- icon_state = "damaged3"
- },
-/area/derelict/solar_control)
-"bv" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/cryo_tube,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bw" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/space)
-"bx" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/space)
-"by" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"bz" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bA" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"bB" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"bC" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/space)
-"bD" = (
-/obj/item/weapon/stock_parts/console_screen,
-/turf/open/space,
-/area/derelict/bridge/ai_upload)
-"bE" = (
-/turf/open/floor/plasteel/airless/circuit,
-/area/derelict/bridge/ai_upload)
-"bF" = (
-/obj/machinery/porta_turret_cover,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"bG" = (
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/bridge/ai_upload)
-"bH" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bI" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/computer/solar_control,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bJ" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/autolathe,
-/obj/item/weapon/circuitboard/machine/protolathe{
- pixel_x = -5;
- pixel_y = -3
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bK" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/circuit_imprinter,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"bL" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Worn-out APC";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"bM" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/airless/circuit,
-/area/derelict/bridge/ai_upload)
-"bN" = (
-/obj/structure/frame/computer,
-/obj/item/weapon/circuitboard/computer/rdconsole,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"bO" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"bP" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bQ" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/space)
-"bR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/airless/circuit,
-/area/derelict/bridge/ai_upload)
-"bS" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"bT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/closed/wall/r_wall,
-/area/derelict/bridge/ai_upload)
-"bU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/closed/wall/r_wall,
-/area/derelict/bridge/ai_upload)
-"bV" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/closed/wall/r_wall,
-/area/derelict/bridge/ai_upload)
-"bW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/closed/wall/r_wall,
-/area/derelict/bridge/ai_upload)
-"bX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"bY" = (
-/obj/item/weapon/ore/iron,
-/obj/item/weapon/ore/iron,
-/obj/item/weapon/ore/iron,
-/turf/open/space,
-/area/space)
-"bZ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/gravity_generator)
-"ca" = (
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/gravity_generator)
-"cb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/derelict/bridge/access)
-"cc" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cd" = (
-/obj/item/weapon/ore/slag,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/gravity_generator)
-"ce" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/space)
-"cf" = (
-/obj/structure/rack,
-/obj/item/weapon/melee/classic_baton,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cg" = (
-/obj/structure/rack,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"ch" = (
-/obj/structure/rack,
-/obj/item/clothing/head/helmet/swat,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"ci" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cj" = (
-/obj/structure/rack,
-/obj/item/weapon/electronics/apc,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"ck" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cl" = (
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/gravity_generator)
-"cm" = (
-/obj/machinery/gravity_generator/main/station{
- on = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/gravity_generator)
-"cn" = (
-/obj/item/weapon/ore/slag,
-/turf/open/space,
-/area/space)
-"co" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/closed/wall,
-/area/derelict/bridge/access)
-"cp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cr" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/gravity_generator)
-"cs" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 0;
- name = "Worn-out APC";
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"ct" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"cu" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/rack,
-/obj/item/stack/cable_coil/cut,
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"cw" = (
-/obj/machinery/door/airlock/command{
- name = "E.V.A.";
- req_access = null;
- req_access_txt = "18"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cx" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Secure Storage";
- req_access_txt = "10"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cy" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cB" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Access";
- req_access_txt = "10"
- },
-/turf/open/floor/plasteel,
-/area/derelict/gravity_generator)
-"cC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cE" = (
-/turf/open/floor/plating,
-/area/space)
-"cF" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/space)
-"cG" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/item/wallframe/apc,
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"cI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cJ" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/frame/machine,
-/obj/item/weapon/stock_parts/console_screen,
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cK" = (
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/space)
-"cL" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/space,
-/area/space)
-"cM" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"cN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cO" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cP" = (
-/obj/machinery/door/airlock/glass,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cQ" = (
-/obj/item/weapon/reagent_containers/food/drinks/beer,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cR" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/table,
-/obj/item/weapon/paper{
- info = "If the equipment breaks there should be enough spare parts in our engineering storage near the north east solar array.";
- name = "Equipment Inventory"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/gravity_generator)
-"cS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cT" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/stock_parts/matter_bin{
- pixel_x = -10;
- pixel_y = 5
- },
-/obj/item/weapon/stock_parts/matter_bin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/stock_parts/matter_bin,
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cU" = (
-/obj/item/weapon/stock_parts/matter_bin,
-/turf/open/space,
-/area/space)
-"cV" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"cW" = (
-/obj/structure/sign/electricshock,
-/turf/closed/wall/r_wall,
-/area/derelict/singularity_engine)
-"cX" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/derelict/singularity_engine)
-"cY" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Access";
- req_access_txt = "10"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"cZ" = (
-/obj/structure/sign/securearea{
- name = "ENGINEERING ACCESS"
- },
-/turf/closed/wall/r_wall,
-/area/derelict/gravity_generator)
-"da" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/space,
-/area/space)
-"db" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"dc" = (
-/obj/structure/frame/computer,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dd" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"de" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"df" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dg" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dh" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"di" = (
-/obj/item/weapon/grenade/empgrenade,
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dj" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/singularity_engine)
-"dk" = (
-/obj/item/stack/cable_coil/cut,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"dl" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Access";
- req_access_txt = "10"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/gravity_generator)
-"dm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"dn" = (
-/obj/item/weapon/reagent_containers/food/drinks/beer,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"do" = (
-/obj/structure/table,
-/obj/item/weapon/paper/crumpled,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dp" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dq" = (
-/obj/structure/window/reinforced,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"dr" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/singularity_engine)
-"ds" = (
-/obj/structure/window/reinforced,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/singularity_engine)
-"dt" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/singularity_engine)
-"du" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"dv" = (
-/obj/structure/closet/radiation,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/derelict/gravity_generator)
-"dw" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"dx" = (
-/obj/machinery/power/emitter{
- dir = 1;
- icon_state = "emitter"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"dy" = (
-/obj/machinery/field/generator,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"dz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"dA" = (
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"dB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plating,
-/area/derelict/bridge)
-"dC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dD" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating/airless,
-/area/space)
-"dE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"dF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"dG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"dH" = (
-/obj/structure/noticeboard,
-/turf/closed/wall/r_wall,
-/area/derelict/singularity_engine)
-"dI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"dJ" = (
-/obj/machinery/door/window/eastleft{
- name = "Heads of Staff";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"dK" = (
-/obj/structure/table,
-/obj/item/device/paicard,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dL" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dM" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dN" = (
-/obj/item/weapon/storage/toolbox/syndicate,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"dO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"dP" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"dQ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"dR" = (
-/obj/item/weapon/paper{
- info = "Objective #1: Destroy the station with a nuclear device.";
- name = "Objectives of a Nuclear Operative"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"dS" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"dT" = (
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dU" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dV" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dW" = (
-/obj/structure/table,
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dX" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/beer,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"dY" = (
-/obj/item/stack/rods,
-/turf/open/space,
-/area/space)
-"dZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"ea" = (
-/obj/item/weapon/shard,
-/obj/structure/grille/broken,
-/obj/effect/decal/remains/human{
- desc = "This guy seemed to have died in terrible way! Half his remains are dust.";
- icon_state = "remains";
- name = "Syndicate agent remains"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"eb" = (
-/obj/item/clothing/suit/space/syndicate/black/engie,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"ec" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/singularity_engine)
-"ed" = (
-/obj/structure/table,
-/obj/item/weapon/rack_parts,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"ee" = (
-/obj/structure/window/fulltile,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"ef" = (
-/obj/structure/table,
-/obj/machinery/power/apc{
- dir = 0;
- name = "Worn-out APC";
- pixel_y = -24
- },
-/obj/structure/cable,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"eg" = (
-/obj/structure/table,
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"eh" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"ei" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"ej" = (
-/obj/item/clothing/head/helmet/space/syndicate/black/engie,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"ek" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"el" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"em" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"en" = (
-/obj/machinery/door/window{
- dir = 2;
- name = "Captain's Quarters";
- req_access_txt = "20"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/derelict/bridge)
-"eo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"ep" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"eq" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"er" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"es" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/singularity_engine)
-"et" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"eu" = (
-/obj/item/drone_shell,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"ev" = (
-/obj/structure/table,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"ew" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/weapon/electronics/airlock,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"ex" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/obj/item/weapon/stock_parts/matter_bin,
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"ey" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell{
- charge = 100;
- maxcharge = 15000
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"ez" = (
-/obj/structure/girder,
-/turf/open/floor/plating/airless,
-/area/space)
-"eA" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"eB" = (
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"eC" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"eD" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"eE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"eF" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"eG" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"eH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"eI" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"eJ" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/singularity_engine)
-"eK" = (
-/obj/structure/grille,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"eL" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/singularity_engine)
-"eM" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Tech Storage";
- req_access_txt = "23"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"eN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/derelict/bridge/access)
-"eO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"eP" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"eQ" = (
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"eR" = (
-/obj/item/stack/rods,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"eS" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"eT" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"eU" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/hallway/primary)
-"eV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/hallway/primary)
-"eW" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"eX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plating/airless,
-/area/derelict/bridge/access)
-"eY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"eZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"fa" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"fb" = (
-/obj/item/weapon/ore/slag,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"fc" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plating/airless,
-/area/space)
-"fd" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"fe" = (
-/obj/structure/window/fulltile,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ff" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"fg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"fh" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"fi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"fj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"fk" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"fl" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/space)
-"fm" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"fn" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 0;
- name = "Worn-out APC";
- pixel_y = -24
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"fo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"fp" = (
-/obj/machinery/door/window,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"fq" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
-/area/space)
-"fr" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/space)
-"fs" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"ft" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"fu" = (
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"fv" = (
-/obj/structure/grille,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"fw" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless,
-/area/space)
-"fx" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"fy" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/space)
-"fz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"fA" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"fB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"fC" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/hallway/primary)
-"fD" = (
-/obj/structure/lattice,
-/obj/structure/window/fulltile,
-/turf/open/space,
-/area/space)
-"fE" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"fF" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"fG" = (
-/obj/structure/closet/coffin,
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"fH" = (
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"fI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"fJ" = (
-/obj/item/weapon/shard,
-/turf/open/space,
-/area/space)
-"fK" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"fL" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"fM" = (
-/obj/machinery/door/airlock/medical{
- name = "Morgue";
- req_access_txt = "6"
- },
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"fN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"fO" = (
-/obj/item/weapon/shard,
-/obj/structure/grille/broken,
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"fP" = (
-/obj/machinery/door/airlock/external{
- name = "External Engineering"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"fQ" = (
-/obj/machinery/door/window{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"fR" = (
-/obj/structure/table,
-/obj/machinery/computer/pod/old{
- name = "ProComp IIe";
- pixel_y = 7;
- id = "derelict_gun"
- },
-/turf/open/floor/plasteel/chapel,
-/area/derelict/medical/chapel)
-"fS" = (
-/obj/machinery/door/morgue{
- name = "coffin storage";
- req_access_txt = "22"
- },
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"fT" = (
-/obj/structure/bodycontainer/morgue,
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"fU" = (
-/turf/open/floor/plasteel/airless/white,
-/area/space)
-"fV" = (
-/obj/item/weapon/firstaid_arm_assembly,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"fW" = (
-/obj/structure/closet,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/medical)
-"fX" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/medical)
-"fY" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"fZ" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/singularity_engine)
-"ga" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"gb" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"gc" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/derelict/medical/chapel)
-"gd" = (
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/derelict/medical/chapel)
-"ge" = (
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/derelict/medical/chapel)
-"gf" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/derelict/medical/chapel)
-"gg" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"gh" = (
-/obj/item/stack/medical/bruise_pack,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"gi" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plating/airless,
-/area/space)
-"gj" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/derelict/medical/chapel)
-"gk" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel,
-/area/derelict/medical/chapel)
-"gl" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/derelict/medical/chapel)
-"gm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/chapel,
-/area/derelict/medical/chapel)
-"gn" = (
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/derelict/medical/chapel)
-"go" = (
-/turf/open/floor/plasteel/chapel,
-/area/derelict/medical/chapel)
-"gp" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/medical)
-"gq" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"gr" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"gs" = (
-/obj/item/drone_shell,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"gt" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/hallway/primary)
-"gu" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"gv" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"gw" = (
-/obj/structure/window/reinforced,
-/turf/open/space,
-/area/space)
-"gx" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"gy" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/derelict/medical/chapel)
-"gz" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/derelict/medical/chapel)
-"gA" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/derelict/medical/chapel)
-"gB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"gC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/derelict/medical/chapel)
-"gD" = (
-/obj/machinery/sleeper{
- icon_state = "sleeper-open";
- dir = 4
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"gE" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/item/weapon/reagent_containers/glass/beaker,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"gF" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless/white,
-/area/space)
-"gG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/hallway/primary)
-"gH" = (
-/obj/machinery/door/poddoor{
- id = "derelict_gun";
- name = "Derelict Mass Driver"
- },
-/turf/open/floor/plating,
-/area/space)
-"gI" = (
-/obj/machinery/mass_driver{
- dir = 8;
- icon_state = "mass_driver";
- id = "derelict_gun"
- },
-/obj/machinery/door/window{
- dir = 4;
- req_access_txt = "25"
- },
-/obj/structure/closet/coffin,
-/turf/open/floor/plating,
-/area/derelict/medical/chapel)
-"gJ" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"gK" = (
-/obj/item/stack/medical/bruise_pack,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/medical)
-"gL" = (
-/obj/item/stack/medical/ointment,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/medical)
-"gM" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"gN" = (
-/obj/structure/closet/l3closet,
-/turf/open/floor/plating/airless,
-/area/space)
-"gO" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/space,
-/area/space)
-"gP" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/space,
-/area/space)
-"gQ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"gR" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/derelict/medical/chapel)
-"gS" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/derelict/medical/chapel)
-"gT" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/derelict/medical/chapel)
-"gU" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/derelict/medical/chapel)
-"gV" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"gW" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"gX" = (
-/obj/machinery/door/airlock/glass{
- name = "Med-Sci";
- req_access_txt = "9"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"gY" = (
-/obj/structure/table,
-/turf/open/floor/plating/airless,
-/area/space)
-"gZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ha" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"hb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/chapel,
-/area/derelict/medical/chapel)
-"hc" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"he" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hf" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hg" = (
-/obj/item/weapon/reagent_containers/glass/beaker,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/medical)
-"hh" = (
-/obj/structure/closet/wardrobe/genetics_white,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hi" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"hj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/hallway/primary)
-"hk" = (
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"hl" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/derelict/medical/chapel)
-"hm" = (
-/obj/machinery/door/window{
- dir = 8
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/medical/chapel)
-"hn" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/medical/chapel)
-"ho" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Worn-out APC";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/medical/chapel)
-"hp" = (
-/obj/machinery/power/apc{
- dir = 0;
- name = "Worn-out APC";
- pixel_y = -24
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hq" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/bed,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hr" = (
-/obj/item/stack/medical/ointment,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hs" = (
-/obj/structure/bed,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"ht" = (
-/obj/machinery/door/airlock/medical{
- name = "Medical"
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hu" = (
-/obj/structure/window/fulltile,
-/turf/open/space,
-/area/space)
-"hv" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"hw" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"hx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"hy" = (
-/obj/machinery/door/window,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/medical/chapel)
-"hz" = (
-/obj/machinery/door/window/southleft,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hA" = (
-/obj/machinery/door/window/southright,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"hB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/research{
- name = "Toxins Research";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hD" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"hE" = (
-/obj/machinery/door/airlock/external{
- name = "Arrivals Docking Bay 1"
- },
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"hF" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/space)
-"hG" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/derelict/hallway/primary)
-"hI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"hJ" = (
-/obj/structure/window/fulltile,
-/turf/open/floor/plating/airless,
-/area/space)
-"hK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"hL" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"hM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/window/fulltile,
-/turf/open/floor/plating/airless,
-/area/space)
-"hN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"hO" = (
-/obj/machinery/door/airlock/command{
- name = "Teleporter Room"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/medical/chapel)
-"hP" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/derelict/hallway/primary)
-"hQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hS" = (
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hT" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"hU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/derelict/hallway/primary)
-"hV" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hX" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"hZ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ia" = (
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"ib" = (
-/obj/machinery/door/window,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ic" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"id" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ie" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"if" = (
-/obj/machinery/vending/hydronutrients,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ig" = (
-/obj/structure/girder,
-/turf/open/floor/plasteel/airless,
-/area/space)
-"ih" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"ii" = (
-/obj/structure/bed,
-/turf/open/floor/plasteel/airless,
-/area/space)
-"ij" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"ik" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"il" = (
-/obj/machinery/door/airlock/security{
- name = "Security";
- req_access = null;
- req_access_txt = "1"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"im" = (
-/obj/machinery/vending/hydroseeds,
-/turf/open/floor/plasteel/airless,
-/area/hallway/primary/port)
-"in" = (
-/obj/item/weapon/cigbutt,
-/turf/open/space,
-/area/space)
-"io" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"ip" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless,
-/area/space)
-"iq" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ir" = (
-/obj/machinery/vending/sovietsoda,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"is" = (
-/obj/effect/decal/cleanable/blood/gibs/old,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"it" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"iu" = (
-/obj/structure/lattice,
-/obj/item/stack/cable_coil/cut,
-/turf/open/space,
-/area/space)
-"iv" = (
-/obj/effect/decal/cleanable/blood/splatter,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"iw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/obj/effect/decal/cleanable/blood/splatter,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ix" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"iy" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Access";
- req_access_txt = "24"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"iz" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"iA" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"iB" = (
-/obj/structure/closet/wardrobe/orange,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/item/weapon/shovel/spade,
-/obj/item/weapon/cultivator,
-/turf/open/floor/plasteel/airless,
-/area/space)
-"iC" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"iD" = (
-/obj/structure/closet/wardrobe,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"iE" = (
-/obj/item/weapon/stock_parts/manipulator{
- pixel_x = -15;
- pixel_y = 10
- },
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"iF" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"iG" = (
-/obj/structure/chair/stool,
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"iH" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker{
- list_reagents = list("sacid" = 50)
- },
-/obj/item/weapon/paper/crumpled/bloody{
- desc = "Looks like someone started shakily writing a will in space common, but were interrupted by something bloody...";
- info = "I, Victor Belyakov, do hereby leave my _- ";
- name = "unifinished paper scrap"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"iI" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"iJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iK" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless,
-/area/space)
-"iM" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless,
-/area/space)
-"iN" = (
-/obj/structure/grille,
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"iO" = (
-/turf/open/floor/plasteel/airless/floorgrime,
-/area/derelict/hallway/primary)
-"iP" = (
-/obj/item/ammo_casing/a357,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"iQ" = (
-/obj/structure/table,
-/obj/item/device/healthanalyzer,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"iR" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iT" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iU" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iV" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iW" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"iX" = (
-/obj/structure/closet/wardrobe/mixed,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"iY" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"iZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"ja" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"jb" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"jc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"jd" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Airlock"
- },
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"je" = (
-/obj/machinery/door/window{
- dir = 8
- },
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plasteel/airless,
-/area/space)
-"jf" = (
-/obj/item/ammo_casing/a357{
- pixel_x = -5
- },
-/obj/item/ammo_casing/a357{
- pixel_x = 5;
- pixel_y = 6
- },
-/obj/item/ammo_casing/a357,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"jg" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"jh" = (
-/obj/structure/grille,
-/obj/item/weapon/shard,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"ji" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating/airless,
-/area/space)
-"jj" = (
-/turf/open/floor/plasteel{
- icon_state = "damaged2";
- initial_gas_mix = "TEMP=2.7"
- },
-/area/derelict/atmospherics)
-"jk" = (
-/obj/item/stack/rods,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"jl" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/space,
-/area/space)
-"jm" = (
-/obj/structure/frame/computer,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"jn" = (
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"jo" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/atmospherics)
-"jp" = (
-/obj/structure/door_assembly/door_assembly_mai{
- name = "airlock assembly"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"jq" = (
-/obj/item/weapon/wirecutters,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"jr" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"js" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/space)
-"jt" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"ju" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged1"
- },
-/area/derelict/atmospherics)
-"jv" = (
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"jw" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 8;
- name = "8maintenance loot spawner"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"jx" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Aux Storage";
- req_access_txt = "23"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"jy" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 8;
- name = "Worn-out APC";
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"jz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"jA" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Worn-out APC";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"jB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict9"
- },
-/area/derelict/hallway/secondary)
-"jC" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict10"
- },
-/area/derelict/hallway/secondary)
-"jD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict11"
- },
-/area/derelict/hallway/secondary)
-"jE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict12"
- },
-/area/derelict/hallway/secondary)
-"jF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict13"
- },
-/area/derelict/hallway/secondary)
-"jG" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict14"
- },
-/area/derelict/hallway/secondary)
-"jH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict15"
- },
-/area/derelict/hallway/secondary)
-"jI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict16"
- },
-/area/derelict/hallway/secondary)
-"jJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"jK" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict1"
- },
-/area/derelict/hallway/secondary)
-"jL" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict2"
- },
-/area/derelict/hallway/secondary)
-"jM" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict3"
- },
-/area/derelict/hallway/secondary)
-"jN" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict4"
- },
-/area/derelict/hallway/secondary)
-"jO" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict5"
- },
-/area/derelict/hallway/secondary)
-"jP" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict6"
- },
-/area/derelict/hallway/secondary)
-"jQ" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict7"
- },
-/area/derelict/hallway/secondary)
-"jR" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "derelict8"
- },
-/area/derelict/hallway/secondary)
-"jS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Aft Solar Access";
- req_access_txt = "10"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"jT" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Airlock"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"jU" = (
-/obj/machinery/door/firedoor,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"jV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"jW" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"jX" = (
-/obj/structure/girder/reinforced,
-/turf/open/floor/plating/airless,
-/area/space)
-"jY" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/closed/wall/r_wall,
-/area/derelict/se_solar)
-"jZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/closed/wall/r_wall,
-/area/derelict/se_solar)
-"ka" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Aft Solar Access";
- req_access_txt = "10"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kb" = (
-/obj/machinery/power/smes,
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kc" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kd" = (
-/obj/docking_port/stationary{
- dheight = 0;
- dir = 2;
- dwidth = 11;
- height = 22;
- id = "whiteship_z4";
- name = "KSS13: Derelict";
- width = 35
- },
-/turf/open/space,
-/area/space)
-"ke" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/item/drone_shell,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kf" = (
-/obj/item/weapon/storage/toolbox/syndicate,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kg" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable,
-/obj/machinery/power/solar_control{
- id = "derelictsolar";
- name = "Primary Solar Control";
- track = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kh" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 8;
- environ = 0;
- equipment = 0;
- lighting = 0;
- locked = 0;
- name = "Worn-out APC";
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/open/floor/plating/airless,
-/area/derelict/se_solar)
-"ki" = (
-/obj/item/weapon/paper{
- desc = "";
- info = "The Syndicate have cunningly disguised a Syndicate Uplink as your PDA. Simply enter the code \"678 Bravo\" into the ringtone select to unlock its hidden features.
Objective #1. Kill the God damn AI in a fire blast that it rocks the station. Success!
Objective #2. Escape alive. Failed.";
- name = "Mission Objectives"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/se_solar)
-"kj" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/clothing/head/helmet/space/syndicate/black/red,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kk" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kl" = (
-/obj/item/clothing/suit/space/syndicate/black/red,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"km" = (
-/obj/effect/decal/remains/human{
- desc = "This guy seemed to have died in terrible way! Half his remains are dust.";
- icon_state = "remains";
- name = "Syndicate agent remains"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"kn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"ko" = (
-/obj/structure/cable,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/derelict_aft)
-"kp" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/derelict_aft)
-"kq" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/solar{
- id = "derelictsolar";
- name = "Derelict Solar Array"
- },
-/turf/open/floor/plasteel/airless,
-/area/solar/derelict_aft)
-"kr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/derelict_aft)
-"ks" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/solar{
- id = "derelictsolar";
- name = "Derelict Solar Array"
- },
-/turf/open/floor/plating/airless{
- icon_state = "platingdmg3"
- },
-/area/solar/derelict_aft)
-"kt" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/space,
-/area/solar/derelict_aft)
-"ku" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/derelict_aft)
-"kv" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/space,
-/area/solar/derelict_aft)
-"kw" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/space,
-/area/solar/derelict_aft)
-"kx" = (
-/obj/structure/cable,
-/obj/machinery/power/solar{
- id = "derelictsolar";
- name = "Derelict Solar Array"
- },
-/turf/open/floor/plasteel/airless,
-/area/solar/derelict_aft)
-"ky" = (
-/turf/open/floor/plating/airless{
- icon_state = "platingdmg1"
- },
-/area/solar/derelict_aft)
-"kz" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/space,
-/area/solar/derelict_aft)
-"kA" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/derelict_aft)
-"kB" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless,
-/area/solar/derelict_aft)
-"kC" = (
-/turf/closed/wall,
-/area/derelict/solar_control)
-"kD" = (
-/turf/closed/wall/r_wall,
-/area/derelict/bridge/ai_upload)
-"kE" = (
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"kF" = (
-/turf/closed/wall/r_wall,
-/area/derelict/solar_control)
-"kG" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/derelict/bridge/ai_upload)
-"kH" = (
-/turf/closed/wall,
-/area/derelict/bridge/ai_upload)
-"kI" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"kJ" = (
-/obj/machinery/door/window,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/ai_upload)
-"kK" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"kL" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/bridge/ai_upload)
-"kM" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/bridge/ai_upload)
-"kN" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/ai_upload)
-"kO" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/bridge/ai_upload)
-"kP" = (
-/turf/open/space,
-/area/derelict/bridge/ai_upload)
-"kQ" = (
-/turf/open/floor/plating/airless,
-/area/derelict/bridge/ai_upload)
-"kR" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/derelict/bridge/ai_upload)
-"kS" = (
-/turf/closed/wall/r_wall,
-/area/derelict/gravity_generator)
-"kT" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/derelict/solar_control)
-"kU" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/gravity_generator)
-"kV" = (
-/turf/closed/wall,
-/area/derelict/bridge/access)
-"kW" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/gravity_generator)
-"kX" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/gravity_generator)
-"kY" = (
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"kZ" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/smes,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"la" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"lb" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"lc" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"ld" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/gravity_generator)
-"le" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"lf" = (
-/turf/open/floor/plating,
-/area/derelict/bridge/access)
-"lg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/gravity_generator)
-"lh" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"li" = (
-/turf/closed/wall/r_wall,
-/area/derelict/singularity_engine)
-"lj" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"lk" = (
-/obj/machinery/door/window,
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"ll" = (
-/turf/closed/wall,
-/area/derelict/bridge)
-"lm" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"ln" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/singularity_engine)
-"lo" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/singularity_engine)
-"lp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/gravity_generator)
-"lr" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/gravity_generator)
-"ls" = (
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lt" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/singularity_engine)
-"lu" = (
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"lv" = (
-/turf/open/floor/plating,
-/area/derelict/bridge)
-"lw" = (
-/turf/open/floor/plasteel,
-/area/derelict/gravity_generator)
-"lx" = (
-/turf/closed/wall,
-/area/derelict/gravity_generator)
-"ly" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"lz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lA" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/singularity_engine)
-"lB" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/singularity_engine)
-"lC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"lD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"lE" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"lF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge)
-"lG" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lH" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lK" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lL" = (
-/turf/closed/wall/r_wall,
-/area/derelict/bridge)
-"lM" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"lN" = (
-/turf/open/space,
-/area/derelict/bridge/access)
-"lO" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lP" = (
-/obj/machinery/door/window,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/derelict/bridge/access)
-"lQ" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/bridge/access)
-"lS" = (
-/turf/closed/wall,
-/area/derelict/hallway/primary)
-"lT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"lU" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lV" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"lW" = (
-/turf/closed/wall/r_wall,
-/area/derelict/hallway/primary)
-"lX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"lY" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/hallway/primary)
-"lZ" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/hallway/primary)
-"ma" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"mb" = (
-/turf/open/floor/plating/airless,
-/area/derelict/bridge/access)
-"mc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"md" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/derelict/hallway/primary)
-"me" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"mf" = (
-/obj/structure/grille/broken,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"mg" = (
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"mh" = (
-/obj/structure/girder,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"mi" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"mj" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"mk" = (
-/turf/closed/wall/r_wall,
-/area/derelict/arrival)
-"ml" = (
-/turf/closed/wall,
-/area/derelict/arrival)
-"mm" = (
-/turf/closed/wall,
-/area/derelict/medical/chapel)
-"mn" = (
-/turf/closed/wall,
-/area/derelict/singularity_engine)
-"mo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"mp" = (
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"mq" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"mr" = (
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"ms" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"mt" = (
-/obj/structure/grille,
-/turf/open/space,
-/area/derelict/singularity_engine)
-"mu" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/derelict/arrival)
-"mv" = (
-/turf/open/floor/plating/airless,
-/area/derelict/arrival)
-"mw" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/arrival)
-"mx" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"my" = (
-/turf/closed/wall,
-/area/derelict/medical)
-"mz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"mA" = (
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"mB" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"mC" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/hallway/primary)
-"mD" = (
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"mE" = (
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"mF" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/medical)
-"mG" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/medical)
-"mH" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/medical)
-"mI" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"mJ" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"mK" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
-/area/derelict/singularity_engine)
-"mL" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless/white,
-/area/derelict/medical)
-"mM" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"mN" = (
-/turf/open/floor/plating,
-/area/derelict/medical/chapel)
-"mO" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/medical)
-"mP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"mQ" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"mR" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/medical/chapel)
-"mS" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- dir = 2;
- icon_state = "coil_red2"
- },
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/medical)
-"mT" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/derelict/arrival)
-"mU" = (
-/turf/closed/wall/r_wall,
-/area/derelict/medical/chapel)
-"mV" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/derelict/hallway/primary)
-"mW" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"mX" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"mY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/research{
- name = "Toxins Research";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/arrival)
-"mZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"na" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"nb" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"nc" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 0;
- name = "Worn-out APC";
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/derelict/arrival)
-"nd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"ne" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"nf" = (
-/obj/structure/window/fulltile,
-/turf/open/floor/plating/airless,
-/area/derelict/arrival)
-"ng" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"nh" = (
-/obj/structure/girder,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"ni" = (
-/obj/structure/bed,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"nj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"nk" = (
-/obj/machinery/door/window,
-/turf/open/floor/plasteel/airless,
-/area/hallway/primary/port)
-"nl" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"nm" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 0;
- name = "Worn-out APC";
- pixel_y = -24
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"nn" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"no" = (
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"np" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"nq" = (
-/turf/closed/wall,
-/area/derelict/atmospherics)
-"nr" = (
-/turf/closed/wall/r_wall,
-/area/derelict/atmospherics)
-"ns" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/hallway/primary)
-"nt" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Access";
- req_access_txt = "24"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"nu" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"nv" = (
-/turf/closed/wall,
-/area/derelict/hallway/secondary)
-"nw" = (
-/obj/structure/girder,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"nx" = (
-/turf/closed/wall/r_wall,
-/area/derelict/hallway/secondary)
-"ny" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/primary)
-"nz" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/derelict/atmospherics)
-"nA" = (
-/obj/structure/window/fulltile,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"nB" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"nC" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/derelict/atmospherics)
-"nD" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/derelict/atmospherics)
-"nE" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/atmospherics)
-"nF" = (
-/obj/structure/window/fulltile,
-/turf/open/space,
-/area/derelict/atmospherics)
-"nG" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/derelict/atmospherics)
-"nH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"nI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"nJ" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/derelict/atmospherics)
-"nK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nL" = (
-/obj/item/stack/cable_coil/cut,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"nM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"nN" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/derelict/atmospherics)
-"nO" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/primary)
-"nP" = (
-/turf/open/space,
-/area/derelict/atmospherics)
-"nQ" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/airless,
-/area/derelict/atmospherics)
-"nR" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nS" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nT" = (
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"nU" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nW" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nY" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/hallway/secondary)
-"nZ" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/derelict/hallway/secondary)
-"oa" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"ob" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"oc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"od" = (
-/turf/closed/wall/r_wall,
-/area/derelict/se_solar)
-"oe" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"of" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/derelict/se_solar)
-"og" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"oh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"oi" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/derelict/se_solar)
-"oj" = (
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"ok" = (
-/turf/open/floor/plating/airless,
-/area/derelict/se_solar)
-"ol" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"om" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating/airless,
-/area/derelict/hallway/secondary)
-"on" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"oo" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"op" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/airless,
-/area/derelict/se_solar)
-"oq" = (
-/turf/open/floor/plating/airless,
-/turf/open/floor/plating/airless{
- icon_state = "platingdmg2"
- },
-/area/solar/derelict_aft)
-"or" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/space,
-/area/solar/derelict_aft)
-"os" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/space,
-/area/solar/derelict_aft)
-"ot" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/derelict_aft)
-"ou" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/solar/derelict_aft)
+"aa" = (/turf/open/space,/area/space)
+"ab" = (/obj/structure/lattice,/turf/open/space,/area/space)
+"ac" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"ad" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plasteel/airless,/area/solar/derelict_starboard)
+"ae" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/space,/area/solar/derelict_starboard)
+"af" = (/turf/open/floor/plating/airless,/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/solar/derelict_starboard)
+"ag" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/solar/derelict_starboard)
+"ah" = (/obj/machinery/power/solar{id = "derelictsolar";name = "Derelict Solar Array"},/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plasteel/airless,/area/solar/derelict_starboard)
+"ai" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/derelict_starboard)
+"aj" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/space,/area/solar/derelict_starboard)
+"ak" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/space,/area/solar/derelict_starboard)
+"al" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/space,/area/solar/derelict_starboard)
+"am" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/space,/area/solar/derelict_starboard)
+"an" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/space,/area/solar/derelict_starboard)
+"ao" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/space,/area/solar/derelict_starboard)
+"ap" = (/obj/machinery/power/solar{id = "derelictsolar";name = "Derelict Solar Array"},/obj/structure/cable,/turf/open/floor/plasteel/airless,/area/solar/derelict_starboard)
+"aq" = (/obj/structure/lattice/catwalk,/obj/structure/cable,/turf/open/space,/area/solar/derelict_starboard)
+"ar" = (/obj/structure/lattice/catwalk,/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/space,/area/solar/derelict_starboard)
+"as" = (/turf/closed/wall,/area/derelict/solar_control)
+"at" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/derelict/solar_control)
+"au" = (/obj/machinery/door/airlock/external{name = "External Engineering"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plating,/area/derelict/solar_control)
+"av" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plating,/area/derelict/solar_control)
+"aw" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating,/area/derelict/solar_control)
+"ax" = (/turf/closed/wall/r_wall,/area/derelict/bridge/ai_upload)
+"ay" = (/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"az" = (/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aA" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aB" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aC" = (/obj/machinery/power/smes,/obj/structure/cable{d2 = 8;icon_state = "0-8"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aD" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/machinery/power/solar_control{id = "derelictsolar";name = "Primary Solar Control";track = 0},/obj/structure/cable,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aE" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/space)
+"aF" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/derelict/solar_control)
+"aG" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aH" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aI" = (/obj/machinery/power/terminal{icon_state = "term";dir = 1},/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aJ" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aK" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"aL" = (/obj/machinery/door/airlock/external{name = "Air Bridge Access"},/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"aM" = (/obj/machinery/door/airlock/external{name = "Air Bridge Access"},/turf/open/floor/plating,/area/derelict/solar_control)
+"aN" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aO" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aP" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aQ" = (/obj/machinery/door/window,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aR" = (/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"aS" = (/turf/closed/wall/r_wall,/area/derelict/solar_control)
+"aT" = (/obj/machinery/power/apc{dir = 8;environ = 0;equipment = 0;lighting = 0;locked = 0;name = "Starboard Solar APC";pixel_x = -24;pixel_y = 0},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aU" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"aV" = (/obj/machinery/door/airlock/external{name = "External Engineering"},/turf/open/floor/plating,/area/derelict/solar_control)
+"aW" = (/obj/machinery/door/airlock/highsecurity,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"aX" = (/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"aY" = (/turf/closed/wall/r_wall,/area/ruin/unpowered/no_grav)
+"aZ" = (/obj/machinery/computer/monitor,/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"ba" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bb" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bc" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/derelict/solar_control)
+"bd" = (/obj/structure/grille/broken,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"be" = (/obj/machinery/light/small,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bf" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/porta_turret_cover,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bg" = (/obj/machinery/porta_turret_cover,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bh" = (/obj/machinery/door/airlock/engineering{name = "Starboard Solar Access";req_access_txt = "10"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bi" = (/obj/structure/grille,/turf/open/space,/area/ruin/unpowered/no_grav)
+"bj" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/derelict/bridge/ai_upload)
+"bk" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bl" = (/turf/closed/wall,/area/derelict/bridge/ai_upload)
+"bm" = (/obj/machinery/door/window,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bn" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bo" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bp" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bq" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"br" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bs" = (/turf/open/floor/plasteel{icon_state = "damaged1"},/area/derelict/solar_control)
+"bt" = (/obj/machinery/door/window,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bu" = (/turf/open/floor/plasteel{icon_state = "damaged5"},/area/derelict/solar_control)
+"bv" = (/obj/item/weapon/stock_parts/matter_bin,/turf/open/floor/plasteel{icon_state = "damaged4"},/area/derelict/solar_control)
+"bw" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/smes,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bx" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/microwave,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"by" = (/obj/structure/rack,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bz" = (/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"bA" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3;name = "3maintenance loot spawner"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bB" = (/turf/open/floor/plasteel{icon_state = "damaged2"},/area/derelict/solar_control)
+"bC" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel{icon_state = "damaged3"},/area/derelict/solar_control)
+"bD" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/cryo_tube,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bE" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/bridge/ai_upload)
+"bF" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/bridge/ai_upload)
+"bG" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"bH" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bI" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"bJ" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"bK" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/bridge/ai_upload)
+"bL" = (/turf/open/space,/area/derelict/bridge/ai_upload)
+"bM" = (/obj/item/weapon/stock_parts/console_screen,/turf/open/space,/area/derelict/bridge/ai_upload)
+"bN" = (/turf/open/floor/plasteel/airless/circuit,/area/derelict/bridge/ai_upload)
+"bO" = (/turf/open/floor/plating/airless,/area/derelict/bridge/ai_upload)
+"bP" = (/obj/machinery/porta_turret_cover,/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"bQ" = (/obj/item/device/aicard,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/bridge/ai_upload)
+"bR" = (/obj/structure/lattice,/turf/open/space,/area/derelict/bridge/ai_upload)
+"bS" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"bT" = (/obj/structure/rack,/obj/item/weapon/circuitboard/computer/solar_control,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bU" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/autolathe,/obj/item/weapon/circuitboard/machine/protolathe{pixel_x = -5;pixel_y = -3},/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bV" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/circuit_imprinter,/turf/open/floor/plasteel,/area/derelict/bridge/ai_upload)
+"bW" = (/obj/machinery/power/apc{dir = 8;name = "Worn-out APC";pixel_x = -24;pixel_y = 0},/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"bX" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/airless/circuit,/area/derelict/bridge/ai_upload)
+"bY" = (/obj/structure/frame/computer,/obj/item/weapon/circuitboard/computer/rdconsole,/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"bZ" = (/obj/structure/frame/computer,/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"ca" = (/obj/machinery/door/airlock/external,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"cb" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/space)
+"cc" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel/airless/circuit,/area/derelict/bridge/ai_upload)
+"cd" = (/obj/machinery/light,/turf/open/floor/plasteel/airless,/area/derelict/bridge/ai_upload)
+"ce" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/closed/wall/r_wall,/area/derelict/bridge/ai_upload)
+"cf" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/closed/wall/r_wall,/area/derelict/bridge/ai_upload)
+"cg" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/closed/wall/r_wall,/area/derelict/bridge/ai_upload)
+"ch" = (/turf/closed/wall,/area/ruin/unpowered/no_grav)
+"ci" = (/turf/closed/wall/r_wall,/area/space)
+"cj" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/closed/wall/r_wall,/area/derelict/bridge/ai_upload)
+"ck" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel,/area/derelict/solar_control)
+"cl" = (/turf/closed/wall/r_wall,/area/derelict/gravity_generator)
+"cm" = (/obj/machinery/light/small,/turf/open/floor/plasteel,/area/derelict/solar_control)
+"cn" = (/obj/item/weapon/ore/iron,/obj/item/weapon/ore/iron,/obj/item/weapon/ore/iron,/turf/open/space,/area/space)
+"co" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/gravity_generator)
+"cp" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/gravity_generator)
+"cq" = (/obj/item/weapon/stock_parts/manipulator,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/gravity_generator)
+"cr" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/closed/wall,/area/derelict/bridge/access)
+"cs" = (/turf/closed/wall,/area/derelict/bridge/access)
+"ct" = (/obj/machinery/door/airlock/maintenance,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cu" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/gravity_generator)
+"cv" = (/obj/item/weapon/ore/slag,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/gravity_generator)
+"cw" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/gravity_generator)
+"cx" = (/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cy" = (/obj/structure/rack,/obj/item/weapon/melee/classic_baton,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cz" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cA" = (/obj/structure/rack,/obj/item/clothing/head/helmet/swat,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cB" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cC" = (/obj/structure/rack,/obj/item/weapon/electronics/apc,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cD" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/smes,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cE" = (/obj/structure/rack,/obj/item/weapon/stock_parts/capacitor,/obj/item/weapon/stock_parts/manipulator,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cF" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cG" = (/obj/item/weapon/screwdriver,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/gravity_generator)
+"cH" = (/obj/machinery/gravity_generator/main/station{on = 0},/turf/open/floor/plasteel/airless,/area/derelict/gravity_generator)
+"cI" = (/obj/item/weapon/ore/slag,/turf/open/space,/area/space)
+"cJ" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/closed/wall,/area/derelict/bridge/access)
+"cK" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cL" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cM" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cN" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cO" = (/turf/open/floor/plasteel/airless,/area/derelict/gravity_generator)
+"cP" = (/obj/item/stack/cable_coil/cut,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/gravity_generator)
+"cQ" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cR" = (/obj/structure/rack,/obj/item/weapon/stock_parts/cell/high,/obj/item/weapon/stock_parts/cell/high,/obj/item/weapon/stock_parts/cell/high,/obj/item/weapon/stock_parts/cell/high,/obj/item/weapon/stock_parts/cell/high,/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/plating,/area/derelict/bridge/access)
+"cS" = (/obj/machinery/light/small{dir = 4},/obj/structure/rack,/obj/item/stack/cable_coil/cut,/obj/item/stack/cable_coil/cut,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cT" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/derelict/bridge/access)
+"cU" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/derelict/bridge/access)
+"cV" = (/obj/machinery/door/airlock/command{name = "E.V.A.";req_access = null;req_access_txt = "18"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cW" = (/obj/machinery/door/airlock/engineering{name = "Engineering Secure Storage";req_access_txt = "10"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cX" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"cY" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"cZ" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"da" = (/obj/machinery/door/airlock/engineering{name = "Engineering Access";req_access_txt = "10"},/turf/open/floor/plasteel,/area/derelict/gravity_generator)
+"db" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"dc" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"dd" = (/turf/open/floor/plating,/area/derelict/bridge/access)
+"de" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless/solarpanel,/area/ruin/unpowered/no_grav)
+"df" = (/obj/structure/cable{icon_state = "0-4";d2 = 4},/obj/item/wallframe/apc,/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"dg" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"dh" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"di" = (/obj/structure/cable{d2 = 8;icon_state = "0-8"},/obj/structure/frame/machine,/obj/item/weapon/stock_parts/console_screen,/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"dj" = (/turf/open/floor/plasteel/airless/solarpanel,/area/ruin/unpowered/no_grav)
+"dk" = (/obj/item/stack/cable_coil/cut,/turf/open/space,/area/space)
+"dl" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dm" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating,/area/derelict/bridge/access)
+"dn" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"do" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dp" = (/obj/machinery/door/airlock/glass,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dq" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dr" = (/turf/closed/wall/r_wall,/area/derelict/singularity_engine)
+"ds" = (/obj/machinery/light/small{dir = 8},/obj/structure/table,/obj/item/weapon/paper{info = "If the equipment breaks there should be enough spare parts in our engineering storage near the north east solar array.";name = "Equipment Inventory"},/turf/open/floor/plasteel/airless,/area/derelict/gravity_generator)
+"dt" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"du" = (/obj/machinery/light/small{dir = 4},/obj/item/weapon/stock_parts/matter_bin{pixel_x = -10;pixel_y = 5},/obj/item/weapon/stock_parts/matter_bin{pixel_x = 5;pixel_y = 5},/obj/item/weapon/stock_parts/matter_bin,/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"dv" = (/obj/item/weapon/stock_parts/matter_bin,/turf/open/space,/area/space)
+"dw" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dx" = (/obj/machinery/door/window,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dy" = (/obj/structure/window/reinforced,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dz" = (/turf/closed/wall,/area/derelict/bridge)
+"dA" = (/obj/structure/sign/electricshock,/turf/closed/wall/r_wall,/area/derelict/singularity_engine)
+"dB" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/derelict/singularity_engine)
+"dC" = (/obj/machinery/door/airlock/engineering{name = "Engineering Access";req_access_txt = "10"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating/airless,/area/derelict/gravity_generator)
+"dD" = (/obj/structure/sign/securearea{name = "ENGINEERING ACCESS"},/turf/closed/wall/r_wall,/area/derelict/gravity_generator)
+"dE" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/space,/area/space)
+"dF" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"dG" = (/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/derelict/bridge)
+"dH" = (/obj/structure/frame/computer,/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plasteel,/area/derelict/bridge)
+"dI" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/plasteel,/area/derelict/bridge)
+"dJ" = (/obj/machinery/computer/security,/turf/open/floor/plasteel,/area/derelict/bridge)
+"dK" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 3;pixel_y = -7},/turf/open/floor/plasteel,/area/derelict/bridge)
+"dL" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel,/area/derelict/bridge)
+"dM" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3;pixel_y = 7},/turf/open/floor/plasteel,/area/derelict/bridge)
+"dN" = (/obj/item/weapon/grenade/empgrenade,/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/bridge)
+"dO" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"dP" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/singularity_engine)
+"dQ" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/singularity_engine)
+"dR" = (/obj/item/stack/cable_coil/cut,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"dS" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"dT" = (/obj/machinery/door/airlock/engineering{name = "Engineering Access";req_access_txt = "10"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/gravity_generator)
+"dU" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/derelict/gravity_generator)
+"dV" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/derelict/gravity_generator)
+"dW" = (/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"dX" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/singularity_engine)
+"dY" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating,/area/derelict/bridge/access)
+"dZ" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel,/area/derelict/bridge)
+"ea" = (/turf/open/floor/plasteel,/area/derelict/bridge)
+"eb" = (/turf/open/floor/plating,/area/derelict/bridge)
+"ec" = (/obj/structure/table,/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel,/area/derelict/bridge)
+"ed" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/bridge)
+"ee" = (/obj/structure/window/reinforced,/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"ef" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/singularity_engine)
+"eg" = (/obj/structure/window/reinforced,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/singularity_engine)
+"eh" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/singularity_engine)
+"ei" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"ej" = (/turf/open/floor/plasteel,/area/derelict/gravity_generator)
+"ek" = (/obj/structure/closet/radiation,/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'";icon_state = "radiation";name = "RADIOACTIVE AREA";pixel_x = 32;pixel_y = 0},/turf/open/floor/plasteel,/area/derelict/gravity_generator)
+"el" = (/turf/closed/wall,/area/derelict/gravity_generator)
+"em" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"en" = (/obj/machinery/power/emitter{dir = 1;icon_state = "emitter"},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"eo" = (/obj/machinery/field/generator,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"ep" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"eq" = (/obj/structure/window/reinforced/fulltile,/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"er" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plating,/area/derelict/bridge)
+"es" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/derelict/bridge)
+"et" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/bridge)
+"eu" = (/obj/item/stack/rods,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"ev" = (/obj/structure/grille,/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"ew" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"ex" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"ey" = (/obj/structure/noticeboard,/turf/closed/wall/r_wall,/area/derelict/singularity_engine)
+"ez" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"eA" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"eB" = (/obj/machinery/door/window/eastleft{name = "Heads of Staff";req_access_txt = "19"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"eC" = (/obj/structure/table,/obj/item/device/paicard,/turf/open/floor/plasteel,/area/derelict/bridge)
+"eD" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/derelict/bridge)
+"eE" = (/obj/structure/table,/obj/item/weapon/stock_parts/cell,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/bridge)
+"eF" = (/obj/item/weapon/storage/toolbox/syndicate,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"eG" = (/obj/item/stack/cable_coil/cut,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/singularity_engine)
+"eH" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"eI" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating,/area/derelict/bridge/access)
+"eJ" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"eK" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel,/area/derelict/bridge)
+"eL" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/bridge)
+"eM" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel,/area/derelict/bridge)
+"eN" = (/obj/item/weapon/paper{info = "Objective #1: Destroy the station with a nuclear device.";name = "Objectives of a Nuclear Operative"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"eO" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating,/area/derelict/bridge/access)
+"eP" = (/obj/structure/table,/turf/open/floor/plasteel,/area/derelict/bridge)
+"eQ" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/derelict/bridge)
+"eR" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/derelict/bridge)
+"eS" = (/obj/structure/chair,/turf/open/floor/plasteel,/area/derelict/bridge)
+"eT" = (/obj/structure/table,/obj/item/weapon/screwdriver,/turf/open/floor/plasteel,/area/derelict/bridge)
+"eU" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/drinks/beer,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/bridge)
+"eV" = (/obj/item/stack/rods,/turf/open/space,/area/space)
+"eW" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"eX" = (/obj/item/weapon/shard,/obj/structure/grille/broken,/obj/effect/decal/remains/human{desc = "This guy seemed to have died in terrible way! Half his remains are dust.";icon_state = "remains";name = "Syndicate agent remains"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"eY" = (/obj/item/clothing/suit/space/syndicate/black/engie,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"eZ" = (/obj/item/stack/rods,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fa" = (/obj/item/weapon/shard,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/singularity_engine)
+"fb" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fc" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fd" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fe" = (/obj/structure/table,/obj/item/weapon/rack_parts,/turf/open/floor/plasteel,/area/derelict/bridge)
+"ff" = (/obj/structure/window/fulltile,/turf/open/floor/plasteel,/area/derelict/bridge)
+"fg" = (/obj/structure/table,/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/obj/structure/cable,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/derelict/bridge)
+"fh" = (/obj/structure/table,/obj/machinery/light/small,/turf/open/floor/plasteel,/area/derelict/bridge)
+"fi" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/derelict/bridge)
+"fj" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"fk" = (/obj/item/clothing/head/helmet/space/syndicate/black/engie,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fl" = (/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fm" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fn" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fo" = (/turf/closed/wall/r_wall,/area/derelict/bridge)
+"fp" = (/obj/machinery/door/window{dir = 2;name = "Captain's Quarters";req_access_txt = "20"},/obj/structure/grille,/turf/open/floor/plating/airless,/area/derelict/bridge)
+"fq" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fr" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"fs" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"ft" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fu" = (/obj/item/stack/cable_coil/cut,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/singularity_engine)
+"fv" = (/obj/effect/spawner/lootdrop/crate_spawner,/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fw" = (/obj/effect/mob_spawn/derelict_drone,/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fx" = (/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fy" = (/obj/structure/table,/obj/item/device/assembly/flash/handheld,/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fz" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/obj/item/weapon/electronics/airlock,/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fA" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 3;pixel_y = -7},/obj/item/weapon/stock_parts/matter_bin,/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fB" = (/obj/structure/table,/obj/item/weapon/stock_parts/cell{charge = 100;maxcharge = 15000},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fC" = (/turf/open/space,/area/derelict/bridge/access)
+"fD" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"fE" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fF" = (/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1;pixel_y = -1},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fG" = (/obj/item/stack/cable_coil/cut,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"fH" = (/obj/item/stack/cable_coil/cut,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"fI" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"fJ" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"fK" = (/obj/machinery/door/window,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/derelict/bridge/access)
+"fL" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"fM" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fN" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fO" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/singularity_engine)
+"fP" = (/obj/structure/grille,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"fQ" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/singularity_engine)
+"fR" = (/obj/machinery/door/airlock/maintenance{name = "Tech Storage";req_access_txt = "23"},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fS" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/derelict/bridge/access)
+"fT" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"fU" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"fV" = (/obj/item/weapon/screwdriver,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fW" = (/obj/item/stack/rods,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"fX" = (/obj/item/weapon/shard{icon_state = "medium"},/obj/item/stack/cable_coil/cut,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"fY" = (/obj/structure/table,/obj/machinery/light/small{dir = 4},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"fZ" = (/turf/closed/wall,/area/derelict/hallway/primary)
+"ga" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/hallway/primary)
+"gb" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/hallway/primary)
+"gc" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"gd" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless,/area/derelict/bridge/access)
+"ge" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"gf" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"gg" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"gh" = (/obj/item/weapon/ore/slag,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gi" = (/obj/item/weapon/shard,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gj" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gk" = (/turf/closed/wall/r_wall,/area/derelict/hallway/primary)
+"gl" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"gm" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/hallway/primary)
+"gn" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/hallway/primary)
+"go" = (/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"gp" = (/obj/structure/window/fulltile,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"gq" = (/turf/open/floor/plating/airless,/area/derelict/bridge/access)
+"gr" = (/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"gs" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"gt" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gu" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gw" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gx" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"gy" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"gz" = (/turf/open/floor/plasteel/airless{icon_state = "floorscorched2"},/area/derelict/hallway/primary)
+"gA" = (/obj/machinery/light/small,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"gB" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/turf/open/floor/plasteel/airless,/area/derelict/bridge/access)
+"gC" = (/turf/open/floor/plasteel/airless{icon_state = "floorscorched2"},/area/ruin/unpowered/no_grav)
+"gD" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/ruin/unpowered/no_grav)
+"gE" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gF" = (/obj/machinery/door/window,/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"gG" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"gH" = (/turf/open/floor/plasteel/airless{icon_state = "floorscorched1"},/area/ruin/unpowered/no_grav)
+"gI" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"gJ" = (/obj/structure/grille/broken,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gK" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/singularity_engine)
+"gL" = (/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"gM" = (/obj/item/weapon/crowbar,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"gN" = (/obj/structure/grille,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"gO" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"gP" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/unpowered/no_grav)
+"gQ" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"gR" = (/obj/item/weapon/shard{icon_state = "small"},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gS" = (/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gT" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"gU" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"gV" = (/turf/closed/wall/r_wall,/area/derelict/arrival)
+"gW" = (/turf/closed/wall,/area/derelict/arrival)
+"gX" = (/turf/closed/wall,/area/derelict/medical/chapel)
+"gY" = (/turf/closed/wall,/area/derelict/singularity_engine)
+"gZ" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"ha" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"hb" = (/obj/machinery/light/small,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/hallway/primary)
+"hc" = (/obj/structure/lattice,/obj/structure/window/fulltile,/turf/open/space,/area/ruin/unpowered/no_grav)
+"hd" = (/obj/structure/table,/turf/open/floor/plasteel,/area/derelict/arrival)
+"he" = (/obj/structure/chair,/turf/open/floor/plasteel,/area/derelict/arrival)
+"hf" = (/turf/open/floor/plasteel,/area/derelict/arrival)
+"hg" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel,/area/derelict/arrival)
+"hh" = (/obj/structure/chair{dir = 8},/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/derelict/arrival)
+"hi" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/derelict/arrival)
+"hj" = (/obj/structure/closet/coffin,/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"hk" = (/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"hl" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"hm" = (/obj/item/weapon/shard,/turf/open/space,/area/space)
+"hn" = (/obj/structure/grille,/turf/open/space,/area/derelict/singularity_engine)
+"ho" = (/obj/item/weapon/shard,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/singularity_engine)
+"hp" = (/turf/open/floor/plasteel/airless{icon_state = "floorscorched2"},/area/derelict/arrival)
+"hq" = (/turf/open/floor/plating/airless,/area/derelict/arrival)
+"hr" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/arrival)
+"hs" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/derelict/arrival)
+"ht" = (/obj/machinery/light/small,/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"hu" = (/obj/machinery/door/airlock/medical{name = "Morgue";req_access_txt = "6"},/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"hv" = (/turf/closed/wall,/area/derelict/medical)
+"hw" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/medical)
+"hx" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/medical)
+"hy" = (/obj/item/weapon/shard,/obj/structure/grille/broken,/turf/open/floor/plating/airless,/area/derelict/medical)
+"hz" = (/turf/open/floor/plating/airless,/area/derelict/medical)
+"hA" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/derelict/medical)
+"hB" = (/obj/machinery/door/airlock/external{name = "External Engineering"},/turf/open/floor/plating/airless,/area/space)
+"hC" = (/obj/structure/grille,/turf/open/space,/area/space)
+"hD" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/hallway/primary)
+"hE" = (/obj/machinery/door/window{dir = 8},/turf/open/floor/plasteel,/area/derelict/arrival)
+"hF" = (/obj/structure/table,/obj/machinery/computer/pod/old{name = "ProComp IIe";pixel_y = 7;id = "derelict_gun"},/turf/open/floor/plasteel/chapel,/area/derelict/medical/chapel)
+"hG" = (/obj/machinery/door/morgue{name = "coffin storage";req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"hH" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"hI" = (/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"hJ" = (/obj/item/weapon/firstaid_arm_assembly,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"hK" = (/obj/structure/closet,/obj/structure/window/reinforced{dir = 8},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/medical)
+"hL" = (/obj/structure/frame/computer,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/medical)
+"hM" = (/obj/machinery/light{dir = 1},/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plating/airless,/area/derelict/medical)
+"hN" = (/obj/machinery/light/small,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/singularity_engine)
+"hO" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"hP" = (/turf/open/floor/plating,/area/derelict/arrival)
+"hQ" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/grille,/turf/open/space,/area/space)
+"hR" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 8},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/chapel{dir = 1},/area/derelict/medical/chapel)
+"hS" = (/turf/open/floor/plasteel/chapel{dir = 4},/area/derelict/medical/chapel)
+"hT" = (/turf/open/floor/plasteel/chapel{dir = 1},/area/derelict/medical/chapel)
+"hU" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/chapel{dir = 1},/area/derelict/medical/chapel)
+"hV" = (/obj/machinery/light{icon_state = "tube1";dir = 8},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"hW" = (/obj/item/stack/medical/bruise_pack,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"hX" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/medical)
+"hY" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/medical)
+"hZ" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/medical)
+"ia" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/ruin/unpowered/no_grav)
+"ib" = (/obj/item/stack/cable_coil/cut,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"ic" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/arrival)
+"id" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/derelict/arrival)
+"ie" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 8},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/chapel{dir = 8},/area/derelict/medical/chapel)
+"if" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/chapel,/area/derelict/medical/chapel)
+"ig" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/chapel{dir = 8},/area/derelict/medical/chapel)
+"ih" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/chapel,/area/derelict/medical/chapel)
+"ii" = (/turf/open/floor/plasteel/chapel{dir = 8},/area/derelict/medical/chapel)
+"ij" = (/turf/open/floor/plasteel/chapel,/area/derelict/medical/chapel)
+"ik" = (/obj/structure/chair,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/medical)
+"il" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating/airless,/area/derelict/medical)
+"im" = (/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"in" = (/obj/effect/mob_spawn/derelict_drone,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"io" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating/airless,/area/derelict/singularity_engine)
+"ip" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/hallway/primary)
+"iq" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/ruin/unpowered/no_grav)
+"ir" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/derelict/arrival)
+"is" = (/obj/structure/chair{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/arrival)
+"it" = (/obj/structure/window/reinforced,/turf/open/space,/area/space)
+"iu" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/grille,/turf/open/space,/area/space)
+"iv" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/chapel{dir = 1},/area/derelict/medical/chapel)
+"iw" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/chapel{dir = 4},/area/derelict/medical/chapel)
+"ix" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/chapel{dir = 1},/area/derelict/medical/chapel)
+"iy" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"iz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/derelict/medical/chapel)
+"iA" = (/obj/machinery/sleeper{icon_state = "sleeper-open";dir = 4},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"iB" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/item/weapon/reagent_containers/glass/beaker,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"iC" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"iD" = (/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"iE" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless/white,/area/ruin/unpowered/no_grav)
+"iF" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/hallway/primary)
+"iG" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/derelict/arrival)
+"iH" = (/obj/machinery/door/poddoor{id = "derelict_gun";name = "Derelict Mass Driver"},/turf/open/floor/plating,/area/ruin/unpowered/no_grav)
+"iI" = (/turf/open/floor/plating,/area/ruin/unpowered/no_grav)
+"iJ" = (/turf/open/floor/plating,/area/derelict/medical/chapel)
+"iK" = (/obj/machinery/mass_driver{dir = 8;icon_state = "mass_driver";id = "derelict_gun"},/obj/machinery/door/window{dir = 4;req_access_txt = "25"},/obj/structure/closet/coffin,/turf/open/floor/plating,/area/derelict/medical/chapel)
+"iL" = (/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"iM" = (/obj/item/stack/medical/bruise_pack,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/medical)
+"iN" = (/obj/item/stack/medical/ointment,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/medical)
+"iO" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/turf/open/floor/plating/airless,/area/derelict/medical)
+"iP" = (/obj/structure/closet/l3closet,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"iQ" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"iR" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
+"iS" = (/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space)
+"iT" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/open/space,/area/space)
+"iU" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/chapel{dir = 1},/area/derelict/medical/chapel)
+"iV" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/chapel{dir = 4},/area/derelict/medical/chapel)
+"iW" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/chapel{dir = 1},/area/derelict/medical/chapel)
+"iX" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/chapel{dir = 4},/area/derelict/medical/chapel)
+"iY" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"iZ" = (/obj/item/weapon/cigbutt,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"ja" = (/obj/machinery/door/airlock/glass{name = "Med-Sci";req_access_txt = "9"},/turf/open/floor/plating/airless,/area/derelict/medical)
+"jb" = (/obj/structure/table,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"jc" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"jd" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/derelict/arrival)
+"je" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plasteel/chapel,/area/derelict/medical/chapel)
+"jf" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jg" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jh" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"ji" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jj" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/medical)
+"jk" = (/obj/item/weapon/reagent_containers/glass/beaker,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/medical)
+"jl" = (/obj/structure/closet/wardrobe/genetics_white,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jm" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"jn" = (/obj/item/weapon/shard,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"jo" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"jp" = (/turf/open/floor/plasteel/airless/white,/area/ruin/unpowered/no_grav)
+"jq" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"jr" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/hallway/primary)
+"js" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"jt" = (/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/derelict/arrival)
+"ju" = (/obj/machinery/light/small,/turf/open/floor/plasteel/chapel{dir = 4},/area/derelict/medical/chapel)
+"jv" = (/obj/machinery/door/window{dir = 8},/turf/open/floor/plasteel/airless,/area/derelict/medical/chapel)
+"jw" = (/turf/open/floor/plasteel/airless,/area/derelict/medical/chapel)
+"jx" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless,/area/derelict/medical/chapel)
+"jy" = (/obj/machinery/power/apc{dir = 4;name = "Worn-out APC";pixel_x = 24;pixel_y = 0},/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plasteel/airless,/area/derelict/medical/chapel)
+"jz" = (/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/obj/structure/cable,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jA" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/bed,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jB" = (/obj/item/stack/medical/ointment,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jC" = (/obj/structure/bed,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jD" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/medical)
+"jE" = (/obj/machinery/door/airlock/medical{name = "Medical"},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jF" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"jG" = (/obj/structure/window/fulltile,/turf/open/space,/area/ruin/unpowered/no_grav)
+"jH" = (/obj/machinery/light{icon_state = "tube1";dir = 8},/turf/open/floor/plasteel,/area/derelict/arrival)
+"jI" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/turf/open/floor/plasteel,/area/derelict/arrival)
+"jJ" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/derelict/arrival)
+"jK" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating,/area/derelict/arrival)
+"jL" = (/turf/closed/wall/r_wall,/area/derelict/medical/chapel)
+"jM" = (/obj/machinery/door/window,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/derelict/medical/chapel)
+"jN" = (/obj/machinery/door/window/southleft,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jO" = (/obj/machinery/door/window/southright,/turf/open/floor/plasteel/airless/white,/area/derelict/medical)
+"jP" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"jQ" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Toxins Research";req_access_txt = "7"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"jR" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"jS" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"jT" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space,/area/ruin/unpowered/no_grav)
+"jU" = (/obj/machinery/door/airlock/external{name = "Arrivals Docking Bay 1"},/turf/open/floor/plating,/area/derelict/arrival)
+"jV" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/ruin/unpowered/no_grav)
+"jW" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"jX" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless{icon_state = "floorscorched1"},/area/derelict/hallway/primary)
+"jY" = (/turf/open/floor/plasteel/airless{icon_state = "floorscorched1"},/area/derelict/hallway/primary)
+"jZ" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"ka" = (/obj/structure/frame/computer,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kb" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"kc" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"kd" = (/obj/structure/window/fulltile,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"ke" = (/obj/effect/decal/cleanable/dirt,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"kf" = (/obj/effect/decal/cleanable/dirt,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"kg" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/window/fulltile,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"kh" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/machinery/door/airlock/research{name = "Toxins Research";req_access_txt = "7"},/turf/open/floor/plasteel/airless,/area/derelict/arrival)
+"ki" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel,/area/derelict/arrival)
+"kj" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plating,/area/derelict/arrival)
+"kk" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel,/area/derelict/arrival)
+"kl" = (/obj/machinery/door/airlock/command{name = "Teleporter Room"},/turf/open/floor/plasteel/airless,/area/derelict/medical/chapel)
+"km" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless{icon_state = "floorscorched1"},/area/derelict/hallway/primary)
+"kn" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"ko" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kp" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kq" = (/obj/item/device/assembly/prox_sensor{pixel_x = -8;pixel_y = 4},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kr" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/turf/open/floor/plasteel,/area/derelict/arrival)
+"ks" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/derelict/arrival)
+"kt" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"ku" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/airless{icon_state = "floorscorched1"},/area/derelict/hallway/primary)
+"kv" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kw" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kx" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"ky" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kz" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kA" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kB" = (/obj/structure/window/fulltile,/turf/open/floor/plating/airless,/area/derelict/arrival)
+"kC" = (/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel,/area/derelict/arrival)
+"kD" = (/obj/machinery/door/window,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kE" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kF" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kG" = (/obj/structure/cable{d2 = 8;icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kH" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kI" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kJ" = (/obj/structure/girder,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kK" = (/obj/structure/girder,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"kL" = (/obj/structure/window/fulltile,/turf/open/space,/area/space)
+"kM" = (/obj/structure/girder,/turf/open/floor/plating,/area/derelict/arrival)
+"kN" = (/obj/structure/bed,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kO" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"kP" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"kQ" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"kR" = (/obj/machinery/door/airlock/security{name = "Security";req_access = null;req_access_txt = "1"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kS" = (/obj/machinery/door/window,/turf/open/floor/plasteel/airless,/area/hallway/primary/port)
+"kT" = (/obj/machinery/vending/hydroseeds,/turf/open/floor/plasteel/airless,/area/hallway/primary/port)
+"kU" = (/obj/item/weapon/cigbutt,/turf/open/space,/area/space)
+"kV" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/derelict/arrival)
+"kW" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kX" = (/obj/structure/table,/obj/item/weapon/stock_parts/cell,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kY" = (/obj/machinery/vending/sovietsoda,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"kZ" = (/obj/effect/decal/cleanable/blood/gibs/old,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"la" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lb" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"lc" = (/obj/structure/window/reinforced{dir = 8},/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"ld" = (/obj/structure/lattice,/obj/item/stack/cable_coil/cut,/turf/open/space,/area/space)
+"le" = (/obj/effect/decal/cleanable/blood/splatter,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lf" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/obj/effect/decal/cleanable/blood/splatter,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lg" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lh" = (/obj/machinery/door/airlock/maintenance{name = "Atmospherics Access";req_access_txt = "24"},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"li" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"lj" = (/obj/item/stack/cable_coil/cut{amount = 2;dir = 2;icon_state = "coil_red2"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"lk" = (/obj/structure/closet/wardrobe/orange,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/obj/item/weapon/shovel/spade,/obj/item/weapon/cultivator,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"ll" = (/obj/structure/grille,/turf/open/floor/plating,/area/derelict/arrival)
+"lm" = (/obj/structure/closet/wardrobe,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3;name = "3maintenance loot spawner"},/turf/open/floor/plasteel,/area/derelict/arrival)
+"ln" = (/obj/item/weapon/stock_parts/manipulator{pixel_x = -15;pixel_y = 10},/obj/item/weapon/stock_parts/manipulator,/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"lo" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3;name = "3maintenance loot spawner"},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"lp" = (/obj/structure/chair/stool,/obj/effect/decal/remains/human,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lq" = (/obj/structure/table,/obj/item/weapon/reagent_containers/glass/beaker{list_reagents = list("sacid" = 50)},/obj/item/weapon/paper/crumpled/bloody{desc = "Looks like someone started shakily writing a will in space common, but were interrupted by something bloody...";info = "I, Victor Belyakov, do hereby leave my _- ";name = "unfinished paper scrap"},/obj/item/weapon/pen,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lr" = (/obj/structure/table,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"ls" = (/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"lt" = (/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lv" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lw" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lx" = (/turf/closed/wall,/area/derelict/atmospherics)
+"ly" = (/turf/closed/wall/r_wall,/area/derelict/atmospherics)
+"lz" = (/turf/open/space,/area/ruin/unpowered/no_grav)
+"lA" = (/obj/structure/lattice,/turf/open/space,/area/ruin/unpowered/no_grav)
+"lB" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"lC" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"lD" = (/obj/structure/grille,/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"lE" = (/obj/structure/bed,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"lF" = (/turf/open/floor/plasteel/airless/floorgrime,/area/derelict/hallway/primary)
+"lG" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/hallway/primary)
+"lH" = (/obj/item/ammo_casing/a357,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lI" = (/obj/structure/table,/obj/item/device/healthanalyzer,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"lJ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lK" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lL" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{icon_state = "connector_map";dir = 8},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lM" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lN" = (/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/obj/machinery/meter,/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lO" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{icon_state = "intact";dir = 9},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lP" = (/obj/machinery/door/airlock/maintenance{name = "Atmospherics Access";req_access_txt = "24"},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lQ" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"lR" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"lS" = (/obj/structure/closet/wardrobe/mixed,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/plasteel,/area/derelict/arrival)
+"lT" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"lU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{icon_state = "intact";dir = 5},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lW" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"lX" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"lY" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/derelict/arrival)
+"lZ" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"},/turf/open/floor/plating,/area/derelict/arrival)
+"ma" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"mb" = (/obj/structure/lattice,/obj/item/stack/cable_coil/cut,/turf/open/space,/area/ruin/unpowered/no_grav)
+"mc" = (/obj/machinery/door/window{dir = 8},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"md" = (/turf/closed/wall,/area/derelict/hallway/secondary)
+"me" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"mf" = (/turf/closed/wall/r_wall,/area/derelict/hallway/secondary)
+"mg" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"mh" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"mi" = (/obj/item/ammo_casing/a357{pixel_x = -5},/obj/item/ammo_casing/a357{pixel_x = 5;pixel_y = 6},/obj/item/ammo_casing/a357,/turf/open/floor/plasteel/airless,/area/derelict/hallway/primary)
+"mj" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"mk" = (/turf/open/floor/plasteel/airless{icon_state = "floorscorched1"},/area/derelict/atmospherics)
+"ml" = (/obj/structure/window/fulltile,/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"mm" = (/obj/structure/grille,/obj/item/weapon/shard,/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/space)
+"mn" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"mo" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"mp" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/atmospherics)
+"mq" = (/turf/open/floor/plasteel{icon_state = "damaged2";initial_gas_mix = "TEMP=2.7"},/area/derelict/atmospherics)
+"mr" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/derelict/atmospherics)
+"ms" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/atmospherics)
+"mt" = (/obj/structure/window/fulltile,/turf/open/space,/area/derelict/atmospherics)
+"mu" = (/obj/item/stack/rods,/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"mv" = (/obj/item/weapon/shard{icon_state = "small"},/turf/open/space,/area/space)
+"mw" = (/obj/structure/frame/computer,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"mx" = (/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"my" = (/obj/machinery/light/small,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/derelict/atmospherics)
+"mz" = (/obj/structure/lattice,/turf/open/space,/area/derelict/atmospherics)
+"mA" = (/obj/item/stack/cable_coil/cut,/turf/open/space,/area/ruin/unpowered/no_grav)
+"mB" = (/obj/structure/door_assembly/door_assembly_mai{name = "airlock assembly"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"mC" = (/obj/item/weapon/wirecutters,/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"mD" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"mE" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"mF" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"mG" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/atmospherics)
+"mH" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/ruin/unpowered/no_grav)
+"mI" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"mJ" = (/obj/item/stack/cable_coil/cut,/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"mK" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"mL" = (/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"mM" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"mN" = (/turf/open/floor/plasteel/airless{icon_state = "damaged1"},/area/derelict/atmospherics)
+"mO" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/space,/area/ruin/unpowered/no_grav)
+"mP" = (/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"mQ" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 8;name = "8maintenance loot spawner"},/turf/open/floor/plating/airless,/area/derelict/atmospherics)
+"mR" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating/airless,/area/derelict/hallway/primary)
+"mS" = (/turf/open/space,/area/derelict/atmospherics)
+"mT" = (/obj/machinery/light/small,/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"mU" = (/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"mV" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"mW" = (/obj/machinery/door/airlock/maintenance{name = "Aux Storage";req_access_txt = "23"},/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"mX" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/structure/cable,/obj/machinery/power/apc{dir = 8;name = "Worn-out APC";pixel_x = -24;pixel_y = 0},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"mY" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"mZ" = (/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"na" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"nb" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"nc" = (/obj/machinery/power/apc{dir = 1;name = "Worn-out APC";pixel_x = 0;pixel_y = 24},/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel/airless,/area/derelict/atmospherics)
+"nd" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"ne" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict9"},/area/derelict/hallway/secondary)
+"nf" = (/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict10"},/area/derelict/hallway/secondary)
+"ng" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict11"},/area/derelict/hallway/secondary)
+"nh" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict12"},/area/derelict/hallway/secondary)
+"ni" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict13"},/area/derelict/hallway/secondary)
+"nj" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict14"},/area/derelict/hallway/secondary)
+"nk" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict15"},/area/derelict/hallway/secondary)
+"nl" = (/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "derelict16"},/area/derelict/hallway/secondary)
+"nm" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"nn" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"no" = (/turf/open/floor/plasteel/airless{icon_state = "derelict1"},/area/derelict/hallway/secondary)
+"np" = (/turf/open/floor/plasteel/airless{icon_state = "derelict2"},/area/derelict/hallway/secondary)
+"nq" = (/turf/open/floor/plasteel/airless{icon_state = "derelict3"},/area/derelict/hallway/secondary)
+"nr" = (/turf/open/floor/plasteel/airless{icon_state = "derelict4"},/area/derelict/hallway/secondary)
+"ns" = (/turf/open/floor/plasteel/airless{icon_state = "derelict5"},/area/derelict/hallway/secondary)
+"nt" = (/turf/open/floor/plasteel/airless{icon_state = "derelict6"},/area/derelict/hallway/secondary)
+"nu" = (/turf/open/floor/plasteel/airless{icon_state = "derelict7"},/area/derelict/hallway/secondary)
+"nv" = (/turf/open/floor/plasteel/airless{icon_state = "derelict8"},/area/derelict/hallway/secondary)
+"nw" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"nx" = (/obj/structure/lattice,/turf/open/space,/area/derelict/hallway/secondary)
+"ny" = (/obj/structure/grille,/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"nz" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"nA" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"nB" = (/turf/closed/wall/r_wall,/area/derelict/se_solar)
+"nC" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Aft Solar Access";req_access_txt = "10"},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nD" = (/obj/machinery/door/airlock/external{name = "Escape Airlock"},/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"nE" = (/obj/machinery/door/firedoor,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"nF" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nG" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/airless,/area/derelict/hallway/secondary)
+"nH" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"nI" = (/obj/structure/girder/reinforced,/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
+"nJ" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/closed/wall/r_wall,/area/derelict/se_solar)
+"nK" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/closed/wall/r_wall,/area/derelict/se_solar)
+"nL" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/machinery/door/airlock/engineering{name = "Aft Solar Access";req_access_txt = "10"},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nM" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/derelict/se_solar)
+"nN" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"nO" = (/obj/machinery/power/smes,/obj/structure/cable,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nP" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nQ" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/derelict/se_solar)
+"nR" = (/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nS" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nT" = (/obj/docking_port/stationary{dheight = 0;dir = 2;dwidth = 11;height = 22;id = "whiteship_z4";name = "KSS13: Derelict";width = 35},/turf/open/space,/area/space)
+"nU" = (/obj/machinery/power/terminal{icon_state = "term";dir = 1},/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/effect/mob_spawn/derelict_drone,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nV" = (/turf/open/floor/plating/airless,/area/derelict/se_solar)
+"nW" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nX" = (/obj/item/weapon/storage/toolbox/syndicate,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nY" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/structure/cable,/obj/machinery/power/solar_control{id = "derelictsolar";name = "Primary Solar Control";track = 0},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"nZ" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 8;environ = 0;equipment = 0;lighting = 0;locked = 0;name = "Worn-out APC";pixel_x = -24;pixel_y = 0},/turf/open/floor/plating/airless,/area/derelict/se_solar)
+"oa" = (/obj/item/weapon/paper{desc = "";info = "The Syndicate have cunningly disguised a Syndicate Uplink as your PDA. Simply enter the code \"678 Bravo\" into the ringtone select to unlock its hidden features.
Objective #1. Kill the God damn AI in a fire blast that it rocks the station. Success!
Objective #2. Escape alive. Failed.";name = "Mission Objectives"},/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/derelict/se_solar)
+"ob" = (/obj/machinery/light/small{dir = 4},/obj/item/clothing/head/helmet/space/syndicate/black/red,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"oc" = (/obj/item/stack/rods,/turf/open/floor/plating/airless,/area/derelict/hallway/secondary)
+"od" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"oe" = (/obj/machinery/light/small,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"of" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"og" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"oh" = (/obj/item/clothing/suit/space/syndicate/black/red,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"oi" = (/obj/effect/decal/remains/human{desc = "This guy seemed to have died in terrible way! Half his remains are dust.";icon_state = "remains";name = "Syndicate agent remains"},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"oj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1;scrub_N2O = 0;scrub_Toxins = 0},/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"ok" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/door/airlock/external,/turf/open/floor/plasteel/airless,/area/derelict/se_solar)
+"ol" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/derelict_aft)
+"om" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/derelict_aft)
+"on" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/machinery/power/solar{id = "derelictsolar";name = "Derelict Solar Array"},/turf/open/floor/plasteel/airless,/area/solar/derelict_aft)
+"oo" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/derelict_aft)
+"op" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/machinery/power/solar{id = "derelictsolar";name = "Derelict Solar Array"},/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/solar/derelict_aft)
+"oq" = (/turf/open/floor/plating/airless,/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/solar/derelict_aft)
+"or" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/space,/area/solar/derelict_aft)
+"os" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/space,/area/solar/derelict_aft)
+"ot" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/turf/open/space,/area/solar/derelict_aft)
+"ou" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/derelict_aft)
+"ov" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/space,/area/solar/derelict_aft)
+"ow" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/space,/area/solar/derelict_aft)
+"ox" = (/obj/structure/cable,/obj/machinery/power/solar{id = "derelictsolar";name = "Derelict Solar Array"},/turf/open/floor/plasteel/airless,/area/solar/derelict_aft)
+"oy" = (/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/solar/derelict_aft)
+"oz" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/derelict_aft)
+"oA" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/space,/area/solar/derelict_aft)
+"oB" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/derelict_aft)
+"oC" = (/obj/structure/lattice/catwalk,/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/space,/area/solar/derelict_aft)
+"oD" = (/obj/machinery/power/tracker,/obj/structure/cable,/turf/open/floor/plasteel/airless,/area/solar/derelict_aft)
(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gw
-gH
-gP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-be
-gb
-gb
-gx
-cE
-gQ
-gb
-gb
-be
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(3,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-mm
-mm
-mm
-gc
-gj
-gy
-mN
-gR
-gj
-gc
-mU
-ax
-ax
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fG
-mm
-fR
-gd
-gk
-gz
-mN
-gS
-go
-gd
-mU
-bx
-fr
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fG
-mm
-mm
-ge
-gl
-gA
-mN
-gT
-gn
-ge
-mU
-ay
-da
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(6,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fG
-fG
-mm
-gd
-gm
-gz
-gI
-gS
-hb
-hl
-mU
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fG
-fL
-mm
-gf
-gn
-ge
-gn
-ge
-gn
-ge
-mU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fH
-fH
-mm
-gd
-go
-gd
-go
-gU
-go
-gd
-mU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(9,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fH
-fH
-mm
-ge
-gn
-ge
-gn
-gf
-gn
-ge
-mU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(10,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fH
-fH
-fS
-gd
-go
-gd
-go
-gd
-go
-gd
-mU
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(11,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fH
-mm
-mm
-mm
-mm
-mm
-mm
-mm
-mm
-hm
-mU
-ab
-ab
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(12,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fH
-mm
-fT
-fT
-fT
-fT
-fT
-fT
-mm
-mR
-mU
-da
-ay
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(13,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fI
-fM
-fH
-fH
-fH
-gB
-fH
-fH
-mm
-mR
-mU
-hF
-bx
-ay
-ax
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(14,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fG
-mm
-fI
-fT
-fT
-fT
-fT
-fH
-mm
-mR
-mU
-mU
-hO
-mU
-mU
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(15,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-mm
-mm
-fH
-fH
-fH
-gC
-fH
-fH
-mm
-hn
-mm
-lS
-ma
-lS
-lS
-lS
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(16,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fH
-fT
-fT
-fT
-fT
-fL
-mm
-mR
-mm
-hG
-mg
-mj
-lZ
-mg
-ab
-ab
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(17,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-fH
-fH
-fH
-fH
-fH
-fH
-mm
-ho
-hy
-hH
-mg
-lZ
-mg
-lY
-lZ
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(18,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mm
-mm
-mm
-fM
-mm
-fM
-mm
-mm
-mm
-mm
-mV
-hP
-nd
-lS
-lS
-lS
-lS
-mg
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(19,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-my
-mD
-gg
-mD
-gD
-mD
-mD
-gg
-gD
-lS
-ma
-hQ
-hU
-lS
-ni
-nl
-lS
-mg
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(20,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-fN
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-lS
-ma
-ma
-ne
-lS
-mW
-hQ
-lS
-mg
-mg
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(21,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-fN
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-lS
-mW
-ma
-ne
-ma
-ma
-iq
-lS
-iE
-mg
-mg
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(22,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-fN
-fV
-mD
-mD
-mD
-mD
-mD
-mD
-mD
-lS
-ma
-ma
-ne
-lS
-lS
-lS
-lS
-mX
-mV
-mg
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-li
-li
-li
-ab
-ab
-aa
-aa
-aa
-aa
-my
-mD
-mD
-mD
-mD
-mD
-mD
-hc
-hp
-lS
-hG
-ma
-ne
-lS
-ni
-nl
-lS
-mV
-iO
-mg
-mg
-ab
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-li
-li
-li
-li
-li
-li
-li
-ab
-aa
-aa
-aa
-mz
-fW
-gh
-mD
-gE
-gJ
-gV
-hd
-hq
-lS
-ma
-hR
-ne
-lS
-mW
-hQ
-lS
-iF
-ma
-mV
-mg
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-aa
-ab
-ab
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-li
-li
-eG
-dw
-lA
-li
-li
-ab
-ab
-aa
-aa
-fO
-fX
-mF
-mF
-mL
-mD
-mD
-he
-hr
-lS
-ma
-ma
-ne
-ib
-ma
-nl
-lS
-mV
-ns
-ma
-mg
-mg
-lS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-as
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-li
-li
-lA
-ln
-lt
-lA
-lA
-li
-li
-ab
-aa
-fJ
-mA
-mA
-mG
-gp
-mF
-gK
-gW
-hf
-hs
-lS
-lS
-lS
-hV
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-ny
-lS
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-nv
-nT
-nT
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-aJ
-kE
-aT
-kE
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-li
-li
-li
-li
-li
-li
-li
-li
-eC
-lO
-eP
-eP
-ff
-li
-li
-li
-aa
-aa
-mB
-mA
-mA
-gq
-mG
-mF
-mD
-he
-mD
-lS
-mX
-nb
-ne
-ma
-nj
-ir
-ma
-ma
-nb
-ma
-ma
-jf
-lS
-mg
-aa
-mg
-mg
-ab
-mg
-aa
-aa
-nw
-nR
-nT
-nZ
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-aK
-kD
-kD
-kE
-kD
-kH
-kH
-kH
-kH
-kH
-kH
-kH
-kH
-kH
-kH
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-li
-li
-li
-li
-li
-li
-li
-li
-li
-eD
-lJ
-er
-er
-dF
-li
-li
-li
-mn
-ls
-my
-fY
-mH
-mA
-mA
-gL
-mF
-hf
-my
-lS
-ma
-ma
-ne
-ma
-nj
-is
-iv
-iG
-iP
-ma
-ma
-ma
-lS
-mg
-mg
-nL
-mg
-lS
-mg
-ab
-mg
-nv
-nR
-nT
-oa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-aU
-ba
-kD
-kG
-kG
-kG
-kG
-kG
-kG
-kQ
-kQ
-bQ
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-li
-li
-dq
-dE
-ls
-lA
-ln
-lA
-lA
-lA
-lA
-lA
-lo
-lA
-ln
-lA
-ln
-lt
-ls
-ls
-fP
-ab
-mA
-mA
-mA
-mG
-mF
-mF
-mS
-hz
-mP
-mP
-hW
-ng
-nj
-is
-iw
-iH
-iQ
-iI
-ix
-ma
-lS
-mC
-lY
-mg
-mg
-mg
-mg
-nI
-mg
-nv
-nR
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(30,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-aT
-kD
-kH
-kH
-kH
-kH
-kH
-kH
-kH
-kH
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ax
-ab
-li
-li
-dr
-dE
-lA
-lo
-lt
-ln
-lA
-lA
-lA
-lo
-lo
-lt
-lo
-lA
-fs
-lo
-mn
-mt
-ab
-ab
-mA
-mA
-mA
-mA
-mG
-mG
-ht
-hA
-ma
-ma
-ma
-lT
-ij
-ma
-ix
-iI
-iI
-iI
-ix
-ma
-lS
-lZ
-nI
-lZ
-ma
-lS
-lZ
-mg
-mg
-nv
-nU
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(31,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kE
-kE
-kE
-kE
-kE
-kE
-kE
-kE
-bc
-kD
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-cF
-li
-li
-ln
-ds
-dE
-lA
-lt
-ln
-dZ
-eo
-eo
-eE
-lA
-lo
-lG
-fg
-eo
-mf
-fx
-ab
-ab
-be
-ab
-ab
-aa
-aa
-mA
-mA
-mO
-my
-lS
-ma
-ma
-ma
-lT
-ib
-ma
-ma
-ix
-ma
-ma
-ma
-ma
-ib
-ma
-ma
-nM
-ma
-lS
-lY
-nO
-lY
-nv
-nV
-nR
-ob
-ac
-aa
-aa
-aa
-kd
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(32,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-bb
-kD
-kD
-kD
-kD
-kD
-kD
-bi
-kD
-kD
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-li
-li
-lo
-dt
-dE
-lA
-ln
-dZ
-ei
-ep
-ei
-eF
-eH
-lt
-fb
-fh
-ls
-ls
-ls
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-gM
-mA
-hg
-my
-lS
-ma
-mQ
-ma
-lT
-ik
-ma
-ma
-ma
-mQ
-ma
-ma
-ma
-lS
-ns
-ma
-ma
-lY
-lS
-ma
-lZ
-ma
-jx
-nR
-nR
-nv
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(33,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-bc
-kE
-kE
-kE
-kE
-kE
-kE
-kE
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-li
-cW
-dj
-dt
-dF
-dN
-dR
-ea
-ej
-lo
-lo
-ls
-ls
-ls
-ls
-ls
-ls
-ln
-ls
-mf
-ls
-lA
-li
-li
-ab
-ab
-my
-gX
-my
-my
-lS
-lS
-lS
-lS
-ic
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-mh
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-nv
-nR
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(34,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kE
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-kS
-kS
-kS
-kS
-li
-li
-dk
-ln
-ls
-lo
-ln
-eb
-ek
-ls
-ls
-lG
-ls
-ls
-ls
-ls
-ln
-lt
-ln
-lH
-fK
-lA
-li
-li
-li
-ab
-my
-mA
-hh
-my
-lS
-ma
-nb
-ma
-lT
-nb
-ma
-lS
-nn
-iR
-iY
-no
-jg
-nB
-jm
-jr
-nN
-no
-nn
-no
-nq
-nP
-nv
-nR
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(35,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kE
-kE
-kE
-kE
-kE
-kE
-kE
-bc
-kD
-aa
-aa
-aa
-aa
-aa
-bY
-kW
-kW
-kX
-ld
-cz
-cG
-cR
-cX
-lp
-du
-lz
-ln
-lt
-lG
-ls
-ls
-ls
-aa
-aa
-aa
-aa
-aa
-ls
-ls
-mi
-er
-lA
-ln
-lA
-li
-li
-li
-my
-gX
-my
-my
-lS
-ma
-hQ
-ma
-lT
-ma
-ma
-lS
-no
-iS
-iZ
-nn
-no
-no
-jn
-nn
-jt
-nn
-no
-jv
-nq
-nP
-nq
-jA
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(36,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-bi
-kD
-kD
-aa
-aa
-ab
-aa
-ab
-kU
-cd
-cl
-ld
-ld
-cA
-lg
-ld
-kS
-dl
-cB
-li
-lB
-ln
-ls
-ls
-ls
-ls
-aa
-aa
-aa
-aa
-aa
-ls
-ls
-ln
-lA
-ln
-lo
-fZ
-li
-gr
-li
-my
-fy
-bx
-mD
-lS
-ma
-ma
-ma
-id
-mP
-nm
-lS
-iJ
-no
-ja
-no
-no
-no
-no
-no
-nn
-no
-nn
-nu
-nn
-nq
-nv
-nW
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(37,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-bc
-kE
-kE
-kE
-kE
-kE
-kE
-kE
-kD
-kD
-aa
-ay
-ab
-aa
-kS
-bZ
-kX
-cm
-ld
-ld
-cB
-cI
-cS
-cY
-lq
-lw
-li
-lA
-ls
-ec
-ls
-ls
-ls
-aa
-aa
-aa
-aa
-aa
-ls
-ls
-lo
-lA
-ln
-lo
-lt
-ls
-gs
-li
-gN
-ay
-ay
-fU
-lS
-ma
-hR
-ma
-lT
-ma
-ma
-lS
-no
-iT
-iT
-nu
-no
-no
-no
-no
-no
-no
-no
-no
-nJ
-nQ
-nv
-jB
-jK
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(38,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kE
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-aa
-ac
-as
-aa
-kS
-kU
-kW
-kW
-cr
-ld
-cC
-lg
-ld
-kS
-lr
-dv
-dH
-ls
-ls
-ls
-ls
-ls
-ls
-aa
-aa
-aa
-aa
-aa
-ls
-lo
-lt
-lA
-eR
-lo
-ln
-li
-mK
-li
-el
-ay
-ay
-bx
-lS
-ma
-ma
-ma
-lT
-ma
-ma
-lS
-np
-iU
-jb
-nu
-nn
-no
-no
-no
-nn
-ju
-nJ
-no
-no
-nJ
-nv
-jC
-jL
-nv
-as
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(39,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kE
-kE
-kE
-kE
-kE
-kE
-kE
-bc
-kD
-aa
-ac
-as
-aa
-kS
-ca
-kW
-cn
-kU
-kW
-cD
-cJ
-cT
-cZ
-kS
-lx
-li
-lA
-lA
-ls
-ls
-ls
-ls
-aa
-aa
-aa
-aa
-aa
-ls
-ln
-dt
-mo
-lA
-ln
-lA
-li
-li
-li
-ab
-ay
-ay
-bC
-lS
-lS
-lS
-ma
-lT
-ma
-ma
-lS
-iK
-iV
-no
-nn
-no
-nC
-nn
-nn
-no
-nn
-ju
-no
-nn
-nJ
-nv
-jD
-jM
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(40,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-bj
-kE
-kD
-kD
-ac
-as
-aa
-kS
-kS
-ab
-aa
-aa
-ab
-kS
-kS
-li
-li
-ls
-dw
-ls
-lA
-ln
-lH
-lK
-ls
-ls
-ls
-ls
-ls
-ls
-ls
-ls
-ls
-du
-dE
-lA
-lA
-li
-li
-li
-ab
-aa
-aa
-hi
-fd
-lS
-lS
-lS
-ma
-lT
-ma
-ma
-lS
-iK
-iW
-nn
-nn
-nz
-jj
-jo
-no
-no
-no
-no
-jw
-no
-no
-nv
-jE
-jN
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(41,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-bj
-kD
-kD
-kD
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-li
-li
-ln
-ln
-lA
-ln
-ln
-lI
-lK
-ls
-ls
-ls
-ls
-ls
-ls
-ls
-ls
-ls
-dt
-dE
-ln
-lA
-li
-li
-ab
-ab
-ab
-ab
-fc
-ay
-bC
-lS
-lS
-mW
-lT
-ma
-ma
-lS
-nq
-nq
-nq
-nq
-nq
-nD
-no
-no
-no
-no
-nE
-no
-no
-no
-nv
-jF
-jO
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(42,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-kD
-kE
-kE
-bo
-bq
-kE
-kE
-bI
-kD
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-li
-li
-lt
-ln
-lt
-lo
-ln
-lJ
-em
-eq
-lO
-lO
-lQ
-eQ
-ls
-fi
-ls
-ft
-mi
-dF
-lo
-ln
-li
-li
-ab
-aa
-aa
-ab
-ay
-bC
-fU
-lS
-lS
-ma
-lT
-ma
-ma
-iy
-no
-nt
-nn
-nt
-nt
-nD
-no
-nD
-nD
-nJ
-ju
-nC
-nq
-nq
-nv
-jG
-jP
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(43,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-bc
-kE
-kE
-kE
-kE
-ba
-kD
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-cK
-li
-li
-ln
-ln
-lA
-lo
-ln
-lA
-lJ
-er
-er
-dF
-eH
-ls
-lU
-fj
-me
-me
-fz
-ln
-lt
-lo
-li
-li
-ab
-aa
-gO
-ab
-ay
-ay
-fU
-lS
-ma
-hX
-ie
-ma
-ma
-lS
-nq
-nq
-nq
-nq
-nq
-nE
-nF
-nJ
-nJ
-nC
-nC
-nF
-nq
-nP
-nv
-jH
-jQ
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(44,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-kD
-bh
-kE
-bp
-bv
-kE
-kD
-bJ
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ax
-ab
-li
-li
-dx
-lA
-lA
-lt
-lo
-ln
-lA
-ls
-ls
-lA
-lA
-ls
-lA
-lo
-lt
-lo
-ln
-lA
-li
-li
-ab
-aa
-fy
-aa
-ab
-ay
-ay
-fU
-lS
-ma
-lT
-ma
-lW
-lW
-lW
-nr
-nr
-nr
-nr
-nr
-nF
-nG
-nF
-nq
-nq
-nF
-nG
-nG
-nP
-nv
-jI
-jR
-nv
-dD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(45,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-bc
-kE
-kE
-kE
-kE
-kJ
-aT
-ba
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-li
-li
-dy
-ls
-lA
-ln
-lt
-lo
-es
-lA
-lA
-eJ
-eR
-lA
-lA
-lo
-lA
-lo
-lA
-lA
-li
-li
-aa
-aa
-fy
-aa
-aa
-eI
-bx
-bC
-lS
-ma
-lT
-ma
-lW
-br
-ay
-aa
-aa
-aa
-aa
-ax
-aa
-ab
-ab
-aa
-bx
-bx
-aa
-ab
-aa
-nv
-nW
-nR
-ob
-dD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(46,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kD
-kD
-kD
-kD
-bi
-kE
-bq
-bq
-bc
-kD
-bK
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-li
-li
-li
-li
-li
-li
-li
-li
-li
-ln
-eK
-eS
-ln
-lH
-li
-li
-li
-li
-li
-li
-ab
-ay
-ay
-gF
-ay
-gY
-fU
-fU
-gY
-lS
-ma
-lT
-ma
-lW
-br
-ay
-aa
-ab
-ab
-ab
-ax
-ab
-ab
-ab
-aa
-aa
-da
-aa
-ab
-aa
-nv
-nW
-nR
-ob
-dD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(47,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kD
-bj
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ax
-ax
-ax
-ax
-ax
-ax
-ax
-li
-lA
-eL
-eL
-lV
-eF
-li
-li
-li
-li
-li
-li
-ab
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-ma
-lT
-ma
-lW
-ip
-ay
-ab
-ab
-aa
-ab
-ax
-aa
-bx
-ab
-ab
-ab
-ab
-ab
-as
-aa
-nv
-nW
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(48,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kD
-aT
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ax
-li
-ls
-ln
-ln
-lt
-lA
-li
-li
-aa
-aa
-aa
-aa
-mg
-mj
-lY
-lZ
-lS
-ma
-ma
-ma
-ma
-ma
-ma
-lT
-ma
-lW
-br
-ay
-dD
-ab
-aa
-ab
-ax
-ab
-ax
-js
-ab
-ax
-ay
-as
-as
-as
-nv
-nW
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ac
-ac
-ac
-ac
-"}
-(49,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kD
-kE
-kJ
-kK
-kK
-bA
-bF
-kG
-kG
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-li
-li
-lA
-eT
-lA
-li
-li
-ab
-aa
-mg
-mg
-lX
-ga
-lY
-lY
-gG
-gt
-gZ
-mP
-mP
-hB
-mP
-mP
-hY
-ma
-lW
-br
-br
-ay
-ab
-aa
-iu
-aa
-aa
-cL
-ab
-aa
-ax
-ay
-aa
-ab
-aa
-nv
-nW
-nR
-ob
-ac
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ax
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-ac
-"}
-(50,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kD
-kD
-kD
-kG
-kG
-kK
-kG
-kG
-kG
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-li
-li
-li
-li
-lW
-lW
-lW
-ab
-fk
-fB
-mg
-lY
-lY
-lZ
-gt
-lZ
-lZ
-ma
-ma
-ma
-lT
-ma
-ma
-hZ
-mP
-il
-it
-iz
-br
-ay
-ay
-ay
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-ab
-aa
-nv
-nW
-nR
-nv
-ax
-ax
-jX
-ab
-ab
-iu
-ay
-ay
-ax
-aa
-aa
-kq
-or
-kx
-aa
-kq
-ot
-kx
-aa
-ac
-"}
-(51,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kG
-kG
-kK
-kG
-kG
-kG
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-ax
-aa
-ab
-li
-li
-lW
-fk
-lX
-lX
-mj
-lY
-lY
-lZ
-lZ
-lZ
-lZ
-ma
-lS
-ma
-ma
-mQ
-lT
-ma
-ma
-lW
-lW
-lW
-br
-iA
-iL
-eO
-iA
-ay
-fA
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-ab
-aa
-nv
-nW
-nR
-ob
-ac
-aa
-ay
-ab
-ay
-ay
-bx
-br
-aa
-aa
-aa
-kq
-kt
-kx
-aa
-kq
-kz
-kx
-aa
-ac
-"}
-(52,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kD
-kK
-kD
-kD
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kV
-kV
-kV
-kV
-kV
-lS
-lS
-mc
-lS
-lS
-lS
-lS
-lS
-lS
-ma
-lS
-lS
-lS
-lS
-lS
-lS
-lS
-lT
-lS
-lS
-lW
-if
-nk
-br
-br
-iM
-br
-br
-br
-ax
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ay
-nv
-nW
-nR
-ob
-ac
-aa
-ay
-ay
-ay
-bx
-bB
-br
-od
-aa
-aa
-kq
-kt
-kx
-aa
-kq
-kt
-kx
-aa
-ac
-"}
-(53,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-kD
-kG
-kG
-kG
-kG
-kD
-kD
-kN
-kD
-kD
-kD
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cL
-aa
-aa
-aa
-aa
-aa
-aa
-kV
-et
-eB
-lM
-kV
-eU
-lX
-eU
-lS
-lZ
-lZ
-ma
-lS
-ma
-ma
-ma
-lS
-ma
-mg
-ma
-ma
-ma
-lT
-ma
-ma
-lW
-lW
-im
-ax
-ax
-iN
-fo
-dG
-je
-ax
-ay
-ay
-aa
-aa
-ab
-aa
-aa
-ay
-br
-nv
-nW
-nR
-ob
-ac
-aa
-od
-od
-od
-od
-on
-od
-od
-ab
-aa
-aa
-os
-aa
-aa
-aa
-kA
-aa
-aa
-ac
-"}
-(54,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kK
-kK
-bE
-bL
-bF
-kD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cL
-kV
-eu
-lM
-lM
-eM
-eV
-lY
-md
-lS
-mg
-mg
-ma
-lS
-md
-lZ
-lZ
-lS
-md
-ma
-ma
-hj
-ma
-lT
-lZ
-hR
-ma
-lW
-lW
-ax
-ip
-br
-br
-br
-br
-ax
-br
-fA
-ay
-aa
-ab
-aa
-aa
-ay
-br
-nv
-nW
-nR
-ob
-ac
-aa
-jY
-kb
-ke
-kg
-kk
-oh
-kn
-ko
-kp
-kr
-ku
-kr
-ot
-kr
-ku
-kr
-kB
-ac
-"}
-(55,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kK
-kO
-bE
-bM
-bR
-bT
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-cL
-aa
-da
-cL
-aa
-aa
-aa
-aa
-aa
-kV
-lM
-lM
-lM
-kV
-eV
-lZ
-lZ
-fp
-mg
-lZ
-ma
-ma
-lZ
-mg
-lZ
-lS
-lZ
-mg
-ma
-ma
-ma
-eV
-ma
-lZ
-ma
-nh
-lS
-as
-br
-br
-ii
-ii
-br
-ax
-br
-ay
-ay
-ay
-ax
-aa
-ay
-br
-br
-nv
-nW
-nR
-nv
-od
-od
-jZ
-od
-ok
-od
-oo
-od
-od
-ab
-aa
-aa
-os
-aa
-aa
-aa
-kA
-aa
-aa
-ab
-"}
-(56,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kK
-kL
-kO
-bN
-bS
-bU
-ax
-ax
-ax
-ax
-aa
-aa
-aa
-aa
-aa
-cL
-cU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kV
-ev
-lM
-lM
-eN
-lT
-ma
-ma
-lS
-lS
-lZ
-lZ
-lS
-md
-md
-mg
-md
-md
-md
-ma
-mQ
-mg
-lT
-ma
-lZ
-ma
-lZ
-lS
-as
-iB
-ii
-ii
-ii
-br
-ax
-br
-iA
-br
-br
-ax
-ay
-br
-br
-br
-nv
-jJ
-nK
-nK
-jS
-jV
-ka
-oh
-oh
-kh
-oj
-oj
-od
-aa
-aa
-kq
-kv
-kx
-aa
-kq
-kv
-kx
-aa
-ac
-"}
-(57,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kL
-kL
-bG
-kO
-bE
-bU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-cL
-ax
-aa
-aa
-aa
-aa
-aa
-ab
-kV
-ew
-lM
-lM
-eN
-lT
-ma
-fm
-lS
-ma
-ma
-fC
-lS
-lS
-md
-lW
-lW
-lW
-lW
-lW
-lW
-ma
-lT
-mg
-ma
-ma
-lS
-lS
-as
-as
-as
-as
-as
-nv
-nx
-nx
-jp
-nx
-nx
-nx
-nv
-nv
-nv
-nv
-nv
-nW
-nR
-nT
-od
-od
-od
-oi
-ol
-oj
-kl
-oj
-od
-aa
-aa
-ks
-kw
-ky
-aa
-kq
-kv
-kx
-aa
-ac
-"}
-(58,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kK
-kP
-kR
-kM
-kL
-bU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-ax
-ax
-aa
-aa
-aa
-aa
-ab
-ab
-kV
-ex
-lM
-lM
-eN
-lT
-ma
-ma
-lS
-fu
-ma
-ma
-lS
-md
-mC
-lW
-bx
-fl
-fl
-bw
-lW
-ma
-lT
-ma
-hS
-ma
-ig
-aa
-bC
-ay
-ab
-ab
-ab
-nw
-nA
-jk
-jq
-nK
-nK
-nK
-nK
-nK
-nK
-nK
-jy
-nX
-nY
-nT
-nT
-jW
-of
-oj
-kf
-ki
-km
-ok
-od
-aa
-aa
-oq
-cL
-aa
-cL
-kq
-ou
-kx
-aa
-ab
-"}
-(59,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kK
-bD
-kP
-kL
-bE
-bU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-ax
-ax
-aa
-aa
-aa
-ab
-ab
-ab
-kV
-ey
-lM
-lM
-eN
-lT
-fe
-fe
-lS
-fv
-ma
-lS
-lS
-md
-md
-lW
-fl
-bw
-ce
-fl
-lW
-lW
-hC
-lW
-lW
-lW
-as
-aa
-aa
-ab
-as
-aa
-ab
-nx
-nx
-nx
-nH
-nH
-nH
-nH
-nH
-nH
-nx
-nR
-nR
-nT
-nR
-nR
-nR
-jW
-of
-kc
-oj
-kj
-oj
-op
-od
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-ab
-"}
-(60,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-kD
-kG
-kG
-kG
-kG
-kD
-kM
-kO
-kO
-bO
-kK
-bV
-bW
-bW
-bW
-cb
-cb
-co
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-eX
-kV
-kV
-lS
-lS
-lS
-lS
-lS
-mC
-mg
-lW
-bx
-fl
-aa
-aa
-ay
-lS
-lT
-lS
-ez
-ez
-ab
-aa
-aa
-aa
-ab
-aa
-aa
-ax
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-nv
-nS
-nR
-nR
-nR
-nR
-nR
-nx
-nx
-nx
-nx
-nx
-nx
-nx
-nx
-ac
-ac
-ac
-ac
-ab
-ac
-ac
-ab
-ab
-ac
-aa
-"}
-(61,1,1) = {"
-aa
-aa
-aa
-ab
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-by
-kK
-bE
-bE
-bE
-kD
-kG
-kG
-kG
-kV
-kY
-lb
-kY
-le
-kY
-lh
-lj
-kY
-lh
-lj
-kY
-kY
-kY
-kV
-kV
-kV
-kV
-kV
-lM
-eY
-mb
-lM
-lS
-mh
-lS
-lS
-lS
-md
-mg
-lW
-bw
-fl
-aa
-aa
-ab
-hu
-fA
-hu
-ab
-ab
-aa
-aa
-dY
-ab
-ab
-aa
-aa
-ax
-ay
-as
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-nv
-nR
-nR
-nR
-nR
-nT
-oe
-og
-og
-og
-om
-og
-og
-og
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(62,1,1) = {"
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kK
-bE
-bE
-kK
-kK
-kD
-kG
-kG
-kG
-kV
-kY
-lb
-kY
-le
-kY
-kY
-lk
-kY
-kY
-lk
-lf
-kY
-kY
-kV
-kY
-kY
-kY
-kV
-lM
-eY
-lM
-lM
-lS
-mg
-aa
-ab
-as
-ay
-as
-ab
-aa
-aa
-aa
-aa
-ab
-hu
-cH
-as
-aa
-aa
-aa
-aa
-aa
-ab
-cL
-aa
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-jz
-nH
-nH
-oc
-jT
-nx
-nx
-nx
-nx
-nx
-nx
-nx
-nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(63,1,1) = {"
-ab
-aa
-af
-ai
-ap
-ab
-ab
-ac
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kG
-kG
-kG
-kV
-cf
-cp
-kY
-le
-kY
-cM
-cV
-la
-dm
-dz
-dI
-dO
-dI
-la
-la
-la
-la
-lP
-lR
-eZ
-lR
-fn
-kV
-kV
-ab
-fD
-fl
-fl
-as
-ab
-ab
-ab
-ab
-ab
-ay
-as
-fA
-hI
-hu
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gw
-jU
-oe
-og
-og
-og
-og
-og
-om
-om
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(64,1,1) = {"
-ac
-aa
-ag
-ai
-ap
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kD
-kD
-kD
-kD
-kD
-kD
-kD
-kG
-kG
-kG
-kV
-cg
-lb
-kY
-cv
-kY
-lb
-lj
-kY
-kY
-lj
-kY
-cp
-kY
-kV
-kV
-kV
-kV
-kV
-lM
-lM
-lM
-lM
-kV
-kV
-ab
-as
-ay
-fl
-fD
-ab
-aa
-aa
-aa
-aa
-ab
-hu
-hu
-ay
-hu
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gw
-nA
-nx
-nx
-nx
-nx
-nx
-nx
-nx
-nx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(65,1,1) = {"
-ac
-aa
-ah
-aj
-ap
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-ay
-kD
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kV
-ch
-cq
-la
-cw
-la
-cN
-lj
-kY
-kY
-lj
-kY
-dP
-kY
-kY
-kV
-lN
-lN
-kV
-lM
-fa
-lM
-lM
-kV
-aa
-ay
-as
-ay
-fl
-fD
-aa
-aa
-aa
-aa
-aa
-ay
-aa
-hu
-eW
-hu
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gw
-nA
-gP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(66,1,1) = {"
-ac
-aa
-aa
-ak
-aa
-aa
-aa
-ac
-ay
-ay
-ay
-ay
-ay
-kD
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kV
-ci
-lc
-cs
-kV
-kV
-cO
-kV
-db
-db
-dA
-dJ
-dQ
-dS
-db
-kV
-lN
-lN
-kV
-kV
-kV
-kV
-kV
-kV
-ab
-aa
-as
-fl
-ay
-fD
-aa
-aa
-cL
-aa
-aa
-ab
-aa
-hu
-hJ
-ay
-aa
-aa
-in
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-nT
-gP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(67,1,1) = {"
-ac
-aa
-ah
-al
-ap
-aa
-aa
-kC
-kC
-aE
-aL
-kF
-kF
-kF
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kV
-kV
-kV
-kV
-kV
-kV
-cP
-kV
-lm
-dn
-lu
-lu
-lC
-dT
-ed
-lL
-ax
-ab
-ab
-cL
-ab
-aa
-aa
-aa
-ab
-aa
-fD
-fl
-fl
-fD
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-as
-hK
-ez
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(68,1,1) = {"
-ac
-aa
-ah
-al
-ap
-aa
-aa
-at
-az
-aB
-aM
-aQ
-aV
-kC
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kG
-kV
-cj
-kY
-ct
-le
-lf
-lb
-kV
-dc
-lu
-lu
-lu
-lC
-dU
-dT
-lL
-ab
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-ay
-ay
-ml
-mu
-mv
-mk
-ce
-aa
-aa
-aa
-aa
-ab
-aa
-as
-hL
-as
-aa
-aa
-aa
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-jl
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(69,1,1) = {"
-aa
-aa
-ah
-al
-ap
-aa
-aa
-at
-aA
-aF
-aN
-aR
-aW
-kC
-kG
-kG
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kV
-kZ
-kY
-kY
-cx
-kY
-lb
-kV
-dd
-lv
-dB
-lu
-lD
-lu
-ee
-en
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-ay
-br
-ml
-mu
-mu
-mk
-bC
-aa
-aa
-aa
-aa
-ay
-ab
-hD
-hM
-aa
-aa
-aa
-ab
-iu
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-gO
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(70,1,1) = {"
-ad
-ae
-ae
-am
-aq
-ar
-ae
-au
-aB
-aG
-aO
-az
-aX
-kC
-kC
-kC
-kC
-bf
-bs
-bz
-az
-az
-az
-bz
-az
-az
-bz
-kC
-kV
-ck
-kY
-cu
-le
-kY
-lb
-kV
-de
-lu
-dC
-lu
-lE
-lF
-ef
-lL
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-fl
-br
-ml
-mv
-mw
-mk
-ce
-ce
-aa
-aa
-aa
-ab
-aa
-as
-eW
-hu
-aa
-aa
-aa
-iu
-aa
-aa
-ab
-aa
-aa
-dY
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(71,1,1) = {"
-aa
-aa
-ah
-an
-ap
-aa
-aa
-av
-aC
-aH
-aO
-az
-aX
-kC
-bf
-kC
-kI
-az
-az
-az
-az
-az
-az
-az
-az
-az
-az
-az
-kV
-kV
-kV
-kV
-kV
-kY
-lb
-kV
-df
-lu
-lu
-dK
-lv
-dV
-eg
-lL
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-as
-as
-as
-ml
-mv
-mw
-mk
-ay
-ab
-bw
-aa
-aa
-ab
-aa
-as
-fA
-hu
-aa
-aa
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-jl
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(72,1,1) = {"
-ab
-aa
-ah
-an
-ap
-aa
-aa
-aw
-aD
-aI
-aP
-az
-aR
-bd
-aM
-bg
-bk
-bm
-bt
-bk
-aM
-aM
-aM
-aM
-aM
-bX
-az
-kT
-kV
-kY
-kV
-kY
-kV
-kY
-lb
-kV
-dg
-lu
-lu
-lu
-lu
-lu
-lm
-lL
-ax
-ab
-ab
-aa
-aa
-aa
-aa
-ay
-ay
-ay
-ml
-mw
-mv
-mk
-gi
-bw
-ab
-bx
-mk
-ay
-aa
-as
-eW
-hu
-aa
-aa
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(73,1,1) = {"
-ab
-aa
-ah
-an
-ap
-aa
-aa
-kC
-kC
-kC
-kC
-az
-az
-kC
-az
-kC
-bl
-bn
-bu
-bl
-az
-bH
-az
-az
-az
-aR
-aM
-aM
-cc
-la
-cc
-la
-cy
-la
-cQ
-kV
-dd
-lu
-lv
-lu
-lu
-dV
-lm
-ll
-ez
-ab
-aa
-aa
-aa
-aa
-ay
-ay
-ax
-mk
-ml
-ml
-fQ
-mk
-mk
-mk
-mk
-mk
-mk
-ay
-ab
-fD
-eW
-hu
-aa
-hu
-ml
-ml
-hu
-hu
-hu
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(74,1,1) = {"
-ac
-aa
-aa
-ak
-aa
-aa
-aa
-ac
-ac
-ac
-kC
-aS
-aY
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-kC
-az
-kC
-kC
-kC
-kC
-kC
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-kV
-dh
-do
-lu
-dL
-lu
-dW
-dU
-ll
-ay
-aa
-aa
-aa
-aa
-ay
-ay
-bC
-br
-mk
-mp
-mx
-mr
-mr
-mp
-gu
-mr
-ml
-mk
-mk
-mk
-mk
-mY
-mk
-nf
-ih
-mE
-ih
-iC
-iC
-iC
-jc
-eA
-jh
-jl
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(75,1,1) = {"
-ac
-aa
-ah
-an
-ap
-aa
-aa
-ac
-ab
-ac
-ac
-aa
-aZ
-be
-be
-aa
-aa
-aa
-aa
-be
-be
-kC
-az
-kC
-be
-be
-as
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ll
-di
-dp
-ly
-dM
-ly
-dX
-eh
-ll
-as
-aa
-aa
-aa
-aa
-ay
-ay
-fq
-fl
-mk
-mq
-mp
-mr
-mr
-mp
-gu
-mr
-mr
-mr
-mr
-hv
-ml
-mZ
-ml
-ml
-ml
-io
-mr
-mr
-ih
-mr
-jd
-mE
-jd
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(76,1,1) = {"
-ac
-aa
-ah
-an
-ap
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kC
-bP
-kC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-as
-aa
-ac
-dD
-ac
-ac
-ay
-dD
-ac
-ac
-aa
-aa
-ay
-ay
-ay
-ay
-fr
-bC
-mk
-mr
-mx
-mr
-mE
-mr
-mr
-mr
-mr
-mr
-mr
-mr
-mr
-hN
-mr
-mr
-mr
-mr
-mr
-mr
-mr
-mr
-jc
-fd
-ji
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(77,1,1) = {"
-ac
-aa
-ah
-ao
-ap
-ab
-ab
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-dY
-aa
-aa
-aa
-aa
-aa
-ay
-ay
-br
-fl
-br
-bx
-mk
-ms
-mr
-mr
-mr
-mp
-gu
-mr
-ml
-ml
-mr
-mr
-mr
-na
-nc
-ml
-ml
-mr
-mE
-mr
-mr
-mr
-mT
-ay
-as
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(78,1,1) = {"
-ac
-aa
-aa
-aa
-ab
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ax
-ax
-ax
-ax
-ax
-ax
-mk
-mr
-mr
-mr
-mr
-mI
-gv
-mM
-ml
-ha
-mr
-mr
-mr
-mE
-mr
-mr
-ml
-hk
-mr
-mr
-mr
-mr
-mT
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(79,1,1) = {"
-ac
-ac
-ac
-ac
-ab
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-as
-as
-as
-as
-as
-as
-ml
-fE
-fF
-mr
-mr
-mr
-mr
-mp
-ml
-ha
-mr
-mr
-mr
-mr
-mr
-mr
-ml
-io
-mr
-mE
-mr
-mr
-mT
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(80,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-ay
-ay
-bC
-br
-fw
-ml
-fF
-mr
-mr
-mr
-mJ
-mr
-mx
-ml
-ha
-hk
-hw
-mr
-mr
-hT
-ia
-ml
-mr
-mr
-mr
-mr
-mr
-mT
-ay
-as
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(81,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-as
-ez
-as
-as
-ez
-as
-ml
-ml
-ml
-ml
-ml
-ml
-ml
-ml
-ml
-ml
-ml
-ml
-hE
-ml
-ml
-ml
-ml
-mk
-mr
-iD
-mr
-iX
-mT
-aa
-aa
-ay
-aa
-ay
-aa
-ay
-aa
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(82,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ay
-ay
-ay
-ay
-ay
-ay
-ay
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-mT
-mE
-mT
-aa
-aa
-mk
-mk
-mk
-mk
-mk
-mk
-mk
-ax
-ax
-ax
-ax
-ax
-ax
-ax
-ax
-ax
-ax
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(83,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-hx
-hE
-hx
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacaaadaaababacacacacacacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafagahaaahahahaeahahahaaahahahaaacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaiaiajakalalalamanananakananaoaaacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabapapapaaapapapaqapapapaaapapapababaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaabaaaaaaaaaaaaaraaaaaaaaaaaaabaaacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaabaaaaaaaaaaaaaeaaaaaaaaaaaaabaaacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacacacacacacasatatauavawasacacacacabacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaaaxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayasazaAaBaCaDasaEabaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaxaxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayaFaBaGaHaIaJasaEaEaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaKaLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayaMaNaOaPaPaQasasaEaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaRaxaxaxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayaSaTaUazazazazaVaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaWaxaXaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxayayayayayayaYayayayayayayaYayayayayayayaSaZbabbbbaUazbcbdaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaRaRbeaWaRbfbgaxaxaxbgaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaSasasasasbhasasbiaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaxaxaxaxaRaxaRaRaRaxaRaRaRaxaxaxaxaxaxaxbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjasbkaNazasbiaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbjblaRaxaRaxaRaxaRaxaRaxaxaxbgaxbgaxaxaxaxaxbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjasasbmasasaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbjblaRaxaRaxaRaxaRaxaRaxaxaRaRbnaRbobpaWaRaxbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjasasbqbrbsasaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbjblaRaxaRaxaRaxaRaxaRaxaxaRaRaRaRaRaxaxbtaxbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjbjasbkazbubvasaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbjblaRaxaRaxaRaxaRaxaRaxaxbwaRbxaRbyaxaxbzbjbjaxaxaxaxaxaxaxaxaxaxaxaxaxbjbjbjbjasbAazbBbCasaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbjblaRaxaRaxaRaxaRaxaRaxaxbyaRbDaRbyaxaxbzbjbjaxaxbzbzbzbEbzbzbFbGbzaxaxbjbjbjbjasbHazbrbsasbiaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbjblaRboaRaxaRboaRaxaRbpbpaRbeaRbtbgaxaxbIbzbzbzbJbzbKbEbEbLbMbKbzbNaxaxbjbjbjbjasazazaNazasbiaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbOblbgaxaxaxbgaxaxaxbgaRaxaRaxaxaWaxaxaxbPbjbjaxaxbNbNbKbQbRbLbKbNbNaxaxbjbjbjbjasazazaNbSasasasaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablbOblaxaxaxaxaxaxaxaxaxaxaxbTaxbUbebVaxaxbjbjbjaxaxbWbXbYbKbFbEbZbNbzaxaxbjbjbjbjasazazaNazazazcaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablcbababaaaaaaaaaaaaaaaaaxaxaxaxaxaxaxaxaxbjbjbjaxaxbPcccdbNbEbNbzbNbzaxaxbjbjbjbjasbHazaNazasasasaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaablaaaaababaaaaaaaaayacacacabayaaaaaaaaaaaxaxaxaxaxaxaxcecfcfcfcfcgaxaxaxaxbjbjbjbjasazazaNazasbiaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaababchchchabaaaaaaaaaaaaaaaaaaaaaaaaaaaaciaaaaaacjbjbjbjbjbjbjbjbjasazazckaUasbiaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaciaaaaaacjbjbjbjbjbjbjbjbjasbHazazaNaschaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaabclclclclaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaciaaaaaacjbjbjbjbjbjbjbjbjasasazcmaNasaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaacncocpcocqclaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaciaaaaaacrcscscscscscscscscscscscsctcsaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaabcucvcwcucuabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacrcxcxcyczcAcBcscCcDcEcscxcFcsaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabcucGcHcucIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacJcKcKcLcKcMcNcscxcxcxcscsctcsaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaclcwcOcOcPcoaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacscxcxcxcxcFcQcscRcxcScscxcFcsaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaclcOcOcOcOcuabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacscTcTcTcUcVcscscTcWcTcscscXcsaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababaYaaaaclcYcZdadbdcclabaaaYababaaaaaaaaaaaaaaaaaaaaaaaaaaaacscxcxcxcxcFcscsddcxcxcxcxcFcsaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababaYdeababcldfdgdhdgdiclababdjaYabababaaaaaaaaaaaaaadkdkcicicicsdlcxdmcKdndodpcKcKcKcKcKdqcsacaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababdrdrdrdrdscOdtcOdudrdrdrdrabababababaaaaaaaaaaaaaadvdkcicicsdwdxdydwdwcscscscscscscscscsdzchaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrdrdrdrdAdrdBcldCcldDdrdrdrdrdrdrababaaaaaaaaaadkaadEaacicicicscxcxcFcxcxdFdGdHdIdJdKdLdIdMdNaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdrdrdOdPdQdRdSdTdUdVcldWdOdXdOdrdrdrabaaaaaaaaaaaaaadkaaaaaaaacsdlcxdYcxcxdFdZeaebeaeaeaeaecedacaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdreeefegehehdOeidaejekelemdOdOdOeneodrciaaaaaaaaaaaaaaaaaaaaaaaacsdwdxepdwdweqeaeaereseaeaebeaeteuaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdrevevevevewdWexdrdreydrdWezdXezezdWdrciaaaaaaaaaaaaaaaaaaaaaaaacscxddeAcxcxeBeaeaeaeaeCeaeaeDeEacaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdrdWezezezeFdPdOeGezdWezezdOdPdPezezdrciaaaaaaaaaaaaaaaaaaaaaaabcscxcxeHcLeIeJeKeKeLeMebeaeaeaetacaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrdrezdPdXdOeNdOdXdOdWdWezdOdOdOdOdXdOdrciaaaaaaaaaaaaaaaaaaaaababcscxcxeAcxcxeOePeQeaeReSeaeSeTeUayeVaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababdrdrdOdXdOeWeXeYeZdWfadWdWfbfcfdezdPdXdrciabaaaaaaaaaadkaaaaabababcscscscFcscxdFfeePfffgfhdGdGeQfieuaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababdrdrezdOeWfjfkfldWdWdWdWdWfmfmfnfddOdPdrciababaacicscscscscscscscscscscxcFcscscsfofofpfofofodzdzdzacaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrdrdrezezfqfrdPdWdWdWdWdWdWdWdWfsftezfudrciciababcicsfvfwfxfyfzfAfBcscscxcFcsfCfCaYabayayaaaYfDaychacaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdrdrdrdrezezfqfjdPdWdWdWdWdWdWdWdWfEftdWezdrdrdrdrdraacsfFfxfxfxfxfxfxcscscxcFcsfCfCabaaaaaaaaababaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrdrezfGfHezezfIfJdWeZaaaaaaaaaadWdWfEewdWezdOezdWdrdrabcsfxfxfxfxfxfxfxcscscsfKcscscsabaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdrfLdOfEfdezdPezfMdWdWaaaaaaaaaadWdWfNfMezfOfPfQdOezdrdrcscsfRcsfSfSfSfScsfxfxfTfxfxcsdkaaaaaaaaaaaaaaaaayayaYchaychayaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdremdXfUftdPdPdPdXdWdWaaaaaaaaaadWdWfVdWezfWfXfQdOfYdrdrfZgagbgbgcgcgcgcgdgegegffxggcsababaaaaaaaaaaaaaaayayaYchayfDayaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadrdrezezfUftezdXeZghdWdWaaaaaaaaaadWdWdWgidWezdOgjdXezgkgkfZglgmgngogogogpcsgqfxfTfxfxcsaaaaaaaaaaaaaaayayaygraYchaychayaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrdrezgsewdOdPgtgudWdWaaaaaaaaaadWdWgvgwezezfbfJezdrgkgxgygagzgngogAgogpcsfxfxgBfxfxcsaaaaaaaaaaaaayayayaygCaYchgDchayaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrdrdrdrdrezezfqdWdWdOdWdWdWdWdWdWdWdWgEdPdPdrdrdrdrgkglfZfZfZgFfZfZfZfZfZfZfZcscscscsaaaaayaychayaygDgGgHgraYchgrfDayaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababdrdrdrdOgIgJdWdOdXdWdWdWdPdOdWdWgKgEdXezdrdrdrababglfZgngLgLfZgogMgNfZgOgLcscsaaababayaygCchayaYgrgCgDgPaYchgQchayaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababdrdrdXdPgRdWdWdOgSdOdPdXeheiehgSgTdPdPdrdraaaagxgUfZgngLgngngogogofZfZaaababayaaaaaygrgrchaygVgVgVgVgVgVgWgWgWayaa
+aaaagXgXgXgXgXgXgXgXgXgXgXgXgXaaaaaaaaaaaaaaaaaaaaaaaagYdWgYababgJfbftezezezgZevevewdOdOezdrdraagLhagmfZgogogognhbgofZfZfZabhcchchchhcgWgWgWgWgWgWhdhehfhghfhhhigWaaaa
+aaaagXhjhjhjhjhkhkhkhkhkhlhjgXaaaaaaaaaaaaaaaaaaaahmaadWdWhnababdWhoezdOdOfWezezdOdPdXezezdrdraagLgLgmfZfZfZgofZfZfZfZfZfZchgCayaygCgChphphqhqhrgWhshdhshfhfhihfgWaaaa
+aaaagXgXgXhjhthkhkhkgXgXhugXgXgXgXgXhvhwhwhwhvhxhyhzhAhvhBabhCabezezdOdPdPdPdOezezdOdPdrdrdrdraaglgmgnfZgogzgngzfZgzgzhDgzaygCgCgCaygChqhphrhrhqhEhfhfhfhfhfhfhfgWaaaa
+aahCgXhFgXgXgXgXgXhGgXhHhkhlhkhkhkgXhIhIhIhJhIhKhLhzhzhMababababdrdrezhNdXdOezdrdrdrdrdrdrababgLhOgmgngogogngLgzgzhDgzgLgLchchhchchchcgVgVgVgVgVgVhfhfhPhfhfhfhfgWaaaa
+aahQhRhShThShUhShThSgXhHhkhHhkhHhkgXhVhIhIhIhIhWhXhYhzhZhzhzababdrdrdrdrdWdrdrdrdrdrdrabaaayfZgUgmgngnfZgogngngLgkgkgkgkgkabababaaaaaaiagDiaayibgVhdhdhfhdichfidgWaaaa
+aahQieifigihiiijiiijgXhHhkhHhkhHhkhuhIhIhIhIhIhIhXikilhzhzhzaaababdrdriminiodrdrabababaaaaayfZgmgmipgnfZfZfZfZgzgkgPgCgPiqaaabaaaaaaaaaaaaiaabiqgVirirhfirishfhfgWaaaa
+itiuiviwixiwhThShThSgXhHiyhHizhHhkgXiAhIhIhIhIiBiChXhYhzhzhzaaaaababdrdrdrdrdrababaaaaiDiDiEfZgniFgngofZgogzgngzgkgCiqgCgCaaabaaaadkaaaaaaaaiqabgVhfhfhfhfiGhdhsgWaaaa
+iHiIiJiJiJiKiiijiiijgXhHhkhHhkhHhkhuhIhIhIhIhIiLhIiMhXiNhYhzhziOhvhvhvhviPiQabaaabaaiRaaaaayfZfZipgnfZfZgLgogLgzgkgCiaaaaaaaabaaaaaaaaaaaaaaaagPgVgWhfhfgWgWgWgWgWaaaa
+iSiTiUiViWiVhTiXhUhSgXhHhkhkhkhthkgXhIhIhIhIhIiYhIiZhIhXhXhYhzhzjahzjaiDayayayaaababababaajbfZgojcgogofZgogogogogkiqgCaaaaaaabaaaaaaaaaaaaaaaagVgVgVhfhfgWjdjdjdgWaaaa
+aahQieijiijeiiijiiijgXgXgXgXgXgXgXgXhVhIhIhIjfjgjhjijhjihXhYjjjkhvjlhvgPayayayjmjnayayayjojpfZgojqgogofZgojrgojsgkgkgkayababayabayabababayababayaygVhfhfhfhfhfjtgWaaaa
+aahQhRhShTjuhThShThSjvjwjwjwjxjwjygXiAhIhIhIjzjAjBjChIhvjDjEhvhvhvhvhvhIjpgPgDjFaygDayaygPjpfZgojqgojsfZgogogogLgogogkfZjGjGchjGaaaaaaaaabaaaaaaabgVjHhfhfhfhfjIgWjJjK
+aahCjLjLjLjLjLjLjLjLjLjLjLjLgXgXjMgXfZfZfZfZfZfZfZfZfZfZjNjOfZfZfZfZfZfZfZfZfZfZgDjpjpjpgDjbfZgojPgcgcgcgcgcgbgcgcgcjQgcjRjSjRjGjGjGchchjTchchchhcgVgWhfhfhfhfhfjUhPjU
+aaaaaYgPayabaaaaaaababdEjVjLfZjWjXjYgogojZgojWgogofZkagojqgogogofZgogogogogofZfZfZfZfZfZfZfZfZgojqgogofZgogngogogLgogkfZjGchkbaykckdkekfkgkcjRkckckhkikjkkhPhfhfgWjJjK
+aaaaaYgHdEaaaaaaaaaaabaygPklgogLgLkmkngogogogokogofZkpgojqgogojsfZkpkngokogofZfZfZfZgogogogogogojqgogofZgokogngngokqgkfDabaajGjGjGayfDchaajGjGjGjGgVgWhfkrhfhfksgWaaaa
+aaaaabayaaaaaaaaaaaaayabayjLfZgUgnktkukvkvkvkvkvkvkwkvkvkxgogogofZgogogogogogogojZgokygcgcgcgcgckzkAgkgkgkgogogogogogkfDabaaaaaaaaaaaaaaaaaaaaaaaakBgWhfgWhfhfkCgWaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaYjLfZgngLfZfZfZgofZfZfZkDfZgogokEgcgcgckFgcgckGgcgcgcgcgcgckHgogogogogogojqgkkIgkgkkJgnfZkKchabaaaaaaaaaaaaaaaaaaaaaaaakLkMgWhfgWgWgWgWgWgVaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaafZgLgmfZkNjZgofZkNjZgofZkOkOkOkPkDkQfZkpgojqgogogogogogogogkgkgkgkgkgkkRgkkSkTgkfZfZfZaaaaaaaaaaaaaaaakUaaaaabaaababgWhPkVhfhfjtkVhfgVgVac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabgnfZkWknkXfZkWknkWfZkYkZkZgogogofZgogolagogogogogogogogkgrgrlbgrgrlcgrgraYaYchchchgDaaaaeVaaaaaaaaaaaaabldldababgWkMhfhfhPhfhfhfhfgVac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababfZfZfZfZfZfZfZfZfZgolelflggogofZfZfZfZfZfZfZfZfZlhfZgkayayayaygrliljgraYlbgrlkchayabaaabababaaaaaaabababaaabaakLllhfhfhfhfhPhflmgVac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabgLgLgLlnkajYlojYfZgolplqlrlggofZlsltlultlvlwlwlxltlxlylzlzlAeuaygrlBlClDgrgrlEchabchababdkabababababaaabaaaaaakLllkMhfhfhfhfhfhfgVac
+aaaaaaaaaaaaaaaaaaaaaaaaaaababababababgLgLjYlFgolGfZkplHlIlrgojsfZlJlKltlLlMlNlOlxlPlxlylzlAlAlAlAaylQgrlRgrlElEchabaaaaaaaaabababaaabaaaaabaaaakLllhfhfhfhfhfhflSgVac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababgLgLgLjYgofZgogolrlrgogofZlTlUlVlLlWltlslxlslxlylzlAlzlzlzayljgrlXgrlElEchababaaaaababaaaaaaaaaaaaaaaaaaaalYlZlYjJjJjJjJjJgVac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagLgLgLfZgogolglggogofZltlsltmamalslslxlPlxlylzlAlAlAmbayaygrmcgrgrgrmdmemfaYaYabaaaaaaaaaaaaaaaaaaaaaamghPjFayayayayaaaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababgLmhmigogogogogofZmjltltltlsltmklxlPlxlyaYaYaYaYlzlzjRaYaYaYaYaYmfmlmfaaayaaaaaaaaaaaaaaaaeVaaaaaammlZmnchaaaachaaaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfZfZfZfZfZfZkDfZgOmoltltltltmpmqmrmrmsmtlzlAlzlAlzlzlzlAaygrgrgrmfmumfaachaaaaaaaaaaaaaaaaaaaaaaaamvaaaaaaaaaaacayaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababaagLgLhDgngolGfZmwmxltltltlsmyltltmtmzlAlAgPaYmAlzlzlAayjRayljmBmCmDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababaaaagLgmmEgogofZmFlsltltltlsltltmrmGmtlAlAlAmHlAlAlAlAlzayaygrmfmImDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacayaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaagLmJgLgnmKgofZmLmMlsltlsltltltmrmGlxlzlzlAlAlzlzlzlAlzlzaygrmfmImDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaabaagLgLgLgogogmfZltlsltltmNlsltltmGmplxgPlzlAaYaYlzlzlAlAlAaYaYmfmImDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacayaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaabababfZgLfZfZfZfZlsltlsltmGmNltmsmNmpmtgPmOlAayaylzlzlAlzlzlzaymdmImDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaagLgLgLgngmgofZltmPmaltltltmQltmpmtmzlzlzlAchlzlzlzlAlzlzaygrmdmImDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayacayaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababaaaaabmEgLmRgnfZlxlxlsmGltlsltltlxlxmzlAlAchchlAlAlAlAayaygrgrmdmImfmdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacacaaaYac
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaagLgLgLgmgofZmSmSlxmTmGmGltltlxmSmSlzlzlzchlzlzlzaygrgrgrgrmdmImUmVmdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababchmdmemdmdmdmdmWmdmdlxmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmdmXmUmUmUmYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababmZmUmUmUnanbmUmUmUncndnenfngnhninjnknlndndndndndndndndndndndnmndnnmZmUmUmDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabmZmZmZmUmUmUmUmUmUmUmUnonpnqnrnsntnunvmUmUmUmUmUmUmUmUmUmUmUmImUnwmUmUmUmDaaaaaaaaaamvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababnxnynznznzmdnznznznznzmdnznznznznzmdnznznznznzmdnznznznzmdmImZmZmUmUmUnAitititaaaaaaiRaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayacacacacacacacacacacchacacacacaceueueuacacacaYacacacacnBnCnBmZmUmUmZnDnEmlmlmZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaaaaaaaanBnFnBnGnGmfnHmfnHmfiSiSiSaaaaaamvaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanIayaynBnJnKnLnBnMnMmfnNmfnNmfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababaynBnOnBnPnQnRnSmfnNmfnNmfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabayaynBnUnVnPnWnXnRmfnNmfnNmfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabldaygPnBnYnBnZnRoaobmfocmfnNmfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaygPodoeofognRohoinRmfnNmfnNmfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaygrgrnBnPnBnRnRnVojmfnNmfocmfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaYaYaanBnBoknBnBnBnBnBmfnNmfocmfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaabolabaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaomaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaonononaaooaaonopoqaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaorososotouotovowdkaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaoxoxoxaaooaaoxoyaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaozaaaaaadkaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaonononaaooaaonononaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabozoAosoBouoBovovoCababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaoxoxoxaaooaaoxoxoxaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaoDaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacacacacacacacabacacababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"}
diff --git a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
index b44df3813f84..83bc060f9404 100644
--- a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
+++ b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -13,7 +13,7 @@
d2 = 4
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ac" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -24,7 +24,7 @@
pixel_y = 0
},
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ad" = (
/obj/machinery/shieldwallgen{
active = 2;
@@ -41,7 +41,7 @@
icon_state = "2-8"
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ae" = (
/obj/machinery/shieldwallgen{
active = 2;
@@ -59,7 +59,7 @@
d2 = 2
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"af" = (
/obj/machinery/shieldwallgen{
active = 2;
@@ -71,22 +71,22 @@
icon_state = "0-8"
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ag" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ah" = (
/turf/closed/mineral,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ai" = (
/turf/open/floor/plating/asteroid,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aj" = (
/obj/structure/flora/rock,
/turf/open/floor/plating/asteroid,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ak" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -97,11 +97,11 @@
pixel_y = 0
},
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"al" = (
/obj/structure/flora/ausbushes/genericbush,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"am" = (
/mob/living/simple_animal/hostile/poison/bees,
/mob/living/simple_animal/hostile/poison/bees,
@@ -110,50 +110,50 @@
/mob/living/simple_animal/hostile/poison/bees,
/mob/living/simple_animal/hostile/poison/bees,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"an" = (
/mob/living/simple_animal/hostile/poison/bees,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ao" = (
/obj/structure/flora/ausbushes/lavendergrass,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ap" = (
/mob/living/simple_animal/hostile/asteroid/goldgrub{
will_burrow = 0
},
/turf/open/floor/plating/asteroid,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aq" = (
/obj/structure/flora/ausbushes/grassybush,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ar" = (
/obj/structure/flora/rock/pile,
/turf/open/floor/plating/asteroid,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"as" = (
/mob/living/simple_animal/hostile/asteroid/basilisk,
/turf/open/floor/plating/asteroid,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"at" = (
/turf/closed/wall/r_wall,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"au" = (
/obj/structure/flora/ausbushes/leafybush,
/mob/living/simple_animal/hostile/poison/bees,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"av" = (
/obj/structure/flora/ausbushes/brflowers,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aw" = (
/obj/structure/flora/rock,
/obj/machinery/light,
/turf/open/floor/plating/asteroid,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ax" = (
/obj/structure/table/reinforced,
/obj/item/weapon/clipboard,
@@ -166,10 +166,10 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ay" = (
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"az" = (
/obj/structure/table/reinforced,
/obj/item/weapon/storage/box/syringes{
@@ -184,20 +184,20 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aA" = (
/obj/structure/flora/ausbushes/ywflowers,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aB" = (
/obj/machinery/light,
/mob/living/simple_animal/hostile/poison/bees,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aC" = (
/obj/structure/flora/ausbushes/ppflowers,
/turf/open/floor/grass,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aD" = (
/obj/structure/cable{
d1 = 4;
@@ -212,7 +212,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aE" = (
/obj/machinery/shieldwallgen{
active = 2;
@@ -241,7 +241,7 @@
tag = ""
},
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aF" = (
/obj/structure/cable{
d1 = 4;
@@ -250,7 +250,7 @@
pixel_y = 0
},
/turf/closed/wall/r_wall,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aG" = (
/obj/structure/table/reinforced,
/obj/structure/cable{
@@ -263,7 +263,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aH" = (
/obj/structure/cable{
d1 = 4;
@@ -272,7 +272,7 @@
pixel_y = 0
},
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aI" = (
/obj/structure/table/reinforced,
/obj/machinery/computer/med_data/laptop,
@@ -285,7 +285,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aJ" = (
/obj/machinery/shieldwallgen{
active = 2;
@@ -309,7 +309,7 @@
icon_state = "0-8"
},
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aK" = (
/obj/structure/window/reinforced{
dir = 4
@@ -320,7 +320,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aM" = (
/obj/structure/cable{
d1 = 1;
@@ -329,20 +329,20 @@
pixel_y = 0
},
/turf/closed/wall/r_wall,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aN" = (
/obj/structure/table/reinforced,
/obj/item/weapon/folder,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aO" = (
/obj/structure/chair/office/light{
dir = 8
},
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aP" = (
/obj/structure/table/reinforced,
/obj/item/weapon/reagent_containers/glass/bottle/liver_enhance_virion,
@@ -350,7 +350,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aQ" = (
/obj/structure/window/reinforced{
dir = 8
@@ -364,7 +364,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aS" = (
/obj/machinery/power/apc{
dir = 8;
@@ -386,7 +386,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aT" = (
/obj/structure/cable{
d1 = 2;
@@ -405,7 +405,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aU" = (
/obj/structure/rack,
/obj/item/weapon/crowbar,
@@ -416,20 +416,20 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aV" = (
/obj/machinery/smartfridge/chemistry,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aW" = (
/obj/structure/table/reinforced,
/obj/item/weapon/gun/syringe,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aX" = (
/obj/structure/table/reinforced,
/obj/item/weapon/grenade/chem_grenade/antiweed{
@@ -449,7 +449,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aY" = (
/obj/structure/table/reinforced,
/obj/item/weapon/gun/energy/temperature{
@@ -458,7 +458,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"aZ" = (
/obj/structure/table/reinforced,
/obj/item/weapon/cultivator,
@@ -466,7 +466,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"ba" = (
/obj/machinery/light/small{
dir = 8
@@ -474,13 +474,13 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bb" = (
/obj/machinery/door/airlock/hatch{
name = "Bio-Research Station"
},
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bc" = (
/obj/structure/cable{
d1 = 1;
@@ -489,7 +489,7 @@
pixel_y = 0
},
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bd" = (
/obj/machinery/power/terminal,
/obj/structure/cable{
@@ -499,13 +499,13 @@
pixel_y = 0
},
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"be" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bf" = (
/obj/machinery/power/smes/magical{
desc = "A high-capacity superconducting magnetic energy storage (SMES) unit.";
@@ -521,21 +521,21 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bg" = (
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/light,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bh" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bi" = (
/obj/structure/table/reinforced,
/obj/item/weapon/reagent_containers/hypospray/medipen/stimpack,
@@ -543,7 +543,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bj" = (
/obj/structure/table/reinforced,
/obj/item/weapon/surgicaldrill,
@@ -557,33 +557,33 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bk" = (
/obj/structure/table/optable,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bl" = (
/obj/machinery/computer/operating,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bm" = (
/obj/structure/closet/wardrobe/science_white,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bn" = (
/obj/structure/table/reinforced,
/obj/item/weapon/reagent_containers/food/snacks/carrotfries,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bo" = (
/obj/machinery/shieldwallgen{
active = 2;
@@ -609,7 +609,7 @@
icon_state = "1-4"
},
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bp" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/green,
@@ -617,7 +617,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bq" = (
/obj/item/stack/cable_coil/cut,
/obj/item/stack/tile/plasteel{
@@ -626,7 +626,7 @@
},
/obj/item/weapon/wirecutters,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"br" = (
/obj/structure/table/reinforced,
/obj/machinery/microwave,
@@ -639,7 +639,7 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bs" = (
/obj/structure/cable{
d1 = 4;
@@ -658,7 +658,7 @@
},
/obj/machinery/shieldwallgen,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bt" = (
/obj/structure/cable{
d2 = 8;
@@ -666,32 +666,32 @@
},
/obj/machinery/shieldwallgen,
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bu" = (
/obj/structure/flora/ausbushes/sunnybush,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bv" = (
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bw" = (
/obj/machinery/light{
dir = 1
},
/mob/living/simple_animal/hostile/carp,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bx" = (
/obj/structure/flora/ausbushes/palebush,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"by" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/closed/wall/r_wall,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bz" = (
/obj/machinery/space_heater,
/obj/structure/disposalpipe/segment{
@@ -705,58 +705,55 @@
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bA" = (
/obj/structure/table/reinforced,
/obj/machinery/juicer,
/turf/open/floor/plasteel{
icon_state = "dark"
},
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bB" = (
/obj/structure/alien/weeds,
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bC" = (
/obj/structure/alien/weeds/node,
/obj/machinery/light{
dir = 1
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bD" = (
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_dead";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/dead,
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bE" = (
/obj/structure/flora/ausbushes/sparsegrass,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bF" = (
/obj/structure/disposalpipe/segment,
/turf/closed/wall/r_wall,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bG" = (
/obj/machinery/door/airlock/external,
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bH" = (
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bI" = (
/obj/structure/flora/ausbushes/reedbush,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bJ" = (
/mob/living/simple_animal/crab{
faction = list("carp")
},
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bK" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating/airless,
@@ -766,13 +763,13 @@
dir = 8
},
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bM" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plasteel/darkgreen,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bN" = (
/obj/structure/grille{
density = 0;
@@ -782,11 +779,11 @@
icon_state = "small"
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bO" = (
/obj/item/weapon/shard,
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bP" = (
/obj/structure/lattice,
/turf/open/space,
@@ -805,7 +802,7 @@
},
/obj/structure/cable,
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bR" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -822,21 +819,21 @@
/obj/structure/cable,
/obj/machinery/shieldwallgen,
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bT" = (
/obj/structure/grille,
/obj/item/weapon/shard{
icon_state = "medium"
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bU" = (
/obj/structure/grille{
density = 0;
icon_state = "brokengrille"
},
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
"bV" = (
/obj/machinery/shieldwallgen,
/turf/open/space,
@@ -847,7 +844,7 @@
/area/space)
"bX" = (
/turf/open/floor/plating/airless,
-/area/ruin/unpowered)
+/area/ruin/abandonedzoo)
(1,1,1) = {"
aa
diff --git a/_maps/RandomRuins/SpaceRuins/asteroid1.dmm b/_maps/RandomRuins/SpaceRuins/asteroid1.dmm
index aa1bbf3334fe..7bc6c92e1b9a 100644
--- a/_maps/RandomRuins/SpaceRuins/asteroid1.dmm
+++ b/_maps/RandomRuins/SpaceRuins/asteroid1.dmm
@@ -1,6 +1,6 @@
"a" = (/turf/open/space,/area/space)
-"b" = (/turf/open/floor/plating/asteroid/airless,/area/space)
-"c" = (/turf/closed/mineral/random/high_chance,/area/space)
+"b" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
+"c" = (/turf/closed/mineral/random/high_chance,/area/ruin/unpowered/no_grav)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaa
diff --git a/_maps/RandomRuins/SpaceRuins/asteroid2.dmm b/_maps/RandomRuins/SpaceRuins/asteroid2.dmm
index c6fafdd759aa..c39e9f5896a8 100644
--- a/_maps/RandomRuins/SpaceRuins/asteroid2.dmm
+++ b/_maps/RandomRuins/SpaceRuins/asteroid2.dmm
@@ -1,7 +1,7 @@
"a" = (/turf/open/space,/area/space)
-"b" = (/turf/open/floor/plating/asteroid/airless,/area/space)
-"c" = (/turf/closed/mineral,/area/space)
-"d" = (/turf/closed/mineral/random/high_chance,/area/space)
+"b" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
+"c" = (/turf/closed/mineral,/area/ruin/unpowered/no_grav)
+"d" = (/turf/closed/mineral/random/high_chance,/area/ruin/unpowered/no_grav)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaa
diff --git a/_maps/RandomRuins/SpaceRuins/asteroid3.dmm b/_maps/RandomRuins/SpaceRuins/asteroid3.dmm
index 408231bc71b2..982008462c50 100644
--- a/_maps/RandomRuins/SpaceRuins/asteroid3.dmm
+++ b/_maps/RandomRuins/SpaceRuins/asteroid3.dmm
@@ -1,9 +1,9 @@
"a" = (/turf/open/space,/area/space)
-"b" = (/turf/open/floor/plating/asteroid/airless,/area/space)
-"c" = (/turf/closed/mineral,/area/space)
-"d" = (/turf/closed/mineral/random/high_chance,/area/space)
-"e" = (/obj/effect/decal/remains/human,/turf/open/floor/plating/asteroid/airless,/area/space)
-"f" = (/obj/item/weapon/pickaxe/diamond,/turf/open/floor/plating/asteroid/airless,/area/space)
+"b" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
+"c" = (/turf/closed/mineral,/area/ruin/unpowered/no_grav)
+"d" = (/turf/closed/mineral/random/high_chance,/area/ruin/unpowered/no_grav)
+"e" = (/obj/effect/decal/remains/human,/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
+"f" = (/obj/item/weapon/pickaxe/diamond,/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaa
diff --git a/_maps/RandomRuins/SpaceRuins/asteroid4.dmm b/_maps/RandomRuins/SpaceRuins/asteroid4.dmm
index 0bc46ef7dc58..5fc9d7c285d6 100644
--- a/_maps/RandomRuins/SpaceRuins/asteroid4.dmm
+++ b/_maps/RandomRuins/SpaceRuins/asteroid4.dmm
@@ -1,41 +1,39 @@
"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/mineral,/area/space)
-"c" = (/turf/closed/mineral/random/high_chance,/area/space)
-"d" = (/turf/open/floor/plating/asteroid/airless,/area/space)
-"e" = (/turf/closed/mineral/clown,/area/ruin/unpowered)
-"f" = (/turf/open/floor/plating/asteroid,/area/ruin/unpowered)
-"g" = (/obj/item/weapon/shard,/obj/item/weapon/paper{info = "Extraction was successful! The disguise was perfect, the clowns never knew what hit 'em! Once I get back to base with the bananium samples I'll be rich, I tell you! RICH!"},/turf/open/floor/plating/asteroid,/area/ruin/unpowered)
-"h" = (/obj/item/stack/sheet/mineral/bananium{amount = 15},/turf/open/floor/plating,/area/ruin/unpowered)
-"i" = (/turf/open/floor/plating/asteroid,/turf/closed/wall/shuttle{dir = 2;icon_state = "swall_f10";layer = 2},/area/ruin/unpowered)
-"j" = (/turf/closed/wall/shuttle{icon_state = "swall3";dir = 2},/area/ruin/unpowered)
-"k" = (/obj/structure/chair{dir = 1},/obj/item/weapon/shard,/obj/effect/mob_spawn/human/clown{brute_damage = 120;oxy_damage = 75},/turf/open/floor/plasteel/shuttle,/area/ruin/unpowered)
-"l" = (/obj/structure/chair{dir = 1},/obj/item/weapon/storage/pod{pixel_x = -26},/turf/open/floor/plasteel/shuttle,/area/ruin/unpowered)
-"m" = (/turf/open/floor/plating,/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/shuttle{icon_state = "swall_f5";dir = 2},/area/ruin/unpowered)
-"n" = (/obj/machinery/door/airlock/shuttle{name = "Escape Pod Airlock"},/turf/open/floor/plasteel/shuttle,/area/ruin/unpowered)
-"o" = (/turf/open/floor/plating,/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/shuttle{icon_state = "swall_f9";dir = 2},/area/ruin/unpowered)
-"p" = (/turf/closed/mineral,/area/ruin/unpowered)
-"q" = (/turf/closed/mineral/random/high_chance,/area/ruin/unpowered)
-"r" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
+"b" = (/turf/closed/mineral,/area/ruin/unpowered/no_grav)
+"c" = (/turf/closed/mineral/random/high_chance,/area/ruin/unpowered/no_grav)
+"d" = (/turf/closed/mineral,/area/ruin/unpowered)
+"e" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
+"f" = (/turf/closed/mineral/random/high_chance,/area/ruin/unpowered)
+"g" = (/turf/closed/mineral/clown,/area/ruin/unpowered)
+"h" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
+"i" = (/turf/open/floor/plating/asteroid,/area/ruin/unpowered)
+"j" = (/turf/open/floor/plating/asteroid,/turf/closed/wall/mineral/titanium,/area/ruin/unpowered)
+"k" = (/turf/open/floor/plating,/obj/item/stack/sheet/mineral/bananium{amount = 15},/turf/closed/wall/mineral/titanium,/area/ruin/unpowered)
+"l" = (/turf/closed/wall/mineral/titanium,/area/ruin/unpowered)
+"m" = (/obj/structure/chair{dir = 1},/obj/item/weapon/shard,/obj/effect/mob_spawn/human/clown{brute_damage = 120;oxy_damage = 75},/obj/item/weapon/paper{info = "Extraction was successful! The disguise was perfect, the clowns never knew what hit 'em! Once I get back to base with the bananium samples I'll be rich, I tell you! RICH!"},/obj/item/stack/sheet/mineral/bananium{amount = 15},/turf/open/floor/mineral/titanium/blue,/area/ruin/unpowered)
+"n" = (/obj/structure/chair{dir = 1},/obj/item/weapon/storage/pod{pixel_x = -26},/turf/open/floor/mineral/titanium/blue,/area/ruin/unpowered)
+"o" = (/obj/structure/shuttle/engine/propulsion/burst,/turf/closed/wall/mineral/titanium/overspace,/area/ruin/unpowered)
+"p" = (/obj/machinery/door/airlock/titanium{name = "Escape Pod Airlock"},/turf/open/floor/mineral/titanium/blue,/area/ruin/unpowered)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaa
aabbbaaaaaaaaaaaaaaa
acccbbbbaaaaaaaaaaaa
-acccbbcbbbaaaaaapaaa
-abbbbbbbbbbaaaappaaa
-abddbbbbbbcaaaapppaa
-aadddbbbbbcaaaappaaa
-aaadddddbaaaaapppaaa
-aaaaadddbaaaaappaaaa
-aaaaaaaaaaaaaappaaaa
-aaaaaaaaaaaaqqppaaaa
-aaabaaaaaappqqpaaaaa
-aaabaaaaapppeppaaaaa
-aabbbaaarppeefpqaaaa
-aabbbaaarrpghipqaaaa
-abbbbaaarrpjkjppaaaa
-abbaaaaaaapjljpaaaaa
-aaaaabaaaaamnoaaaaaa
+acccbbcbbbaaaaaadaaa
+abbbbbbbbbbaaaaddaaa
+abeebbbbbbcaaaadddaa
+aaeeebbbbbcaaaaddaaa
+aaaeeeeebaaaaadddaaa
+aaaaaeeebaaaaaddaaaa
+aaaaaaaaaaaaaaddaaaa
+aaaaaaaaaaaaffddaaaa
+aaabaaaaaaddffdaaaaa
+aaabaaaaadddgddaaaaa
+aabbbaaahddggidfaaaa
+aabbbaaahhdjkjdfaaaa
+abbbbaaahhdlmlddaaaa
+abbaaaaaaadlnldaaaaa
+aaaaabaaaaaopoaaaaaa
aaabaaaaaaaaaaaaaaaa
"}
diff --git a/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
new file mode 100644
index 000000000000..1748ebe6d7d8
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
@@ -0,0 +1,289 @@
+"aa" = (/turf/open/space,/area/space)
+"ab" = (/turf/closed/wall,/area/ruin/derelictoutpost/cargobay)
+"ac" = (/obj/machinery/door/poddoor{id = "bigderelictshipdock"},/turf/open/floor/plating/airless,/area/ruin/derelictoutpost/cargobay)
+"ad" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
+"ae" = (/turf/open/floor/plating,/area/ruin/derelictoutpost/cargobay)
+"af" = (/obj/structure/sign/vacuum{pixel_y = 32},/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ag" = (/obj/machinery/door/poddoor{id = "bigderelictshipdock"},/turf/open/floor/plating,/area/ruin/derelictoutpost/cargobay)
+"ah" = (/obj/structure/sign/vacuum{pixel_y = 32},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ai" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"aj" = (/obj/machinery/button/door{name = "tradepost entry doors";pixel_y = 24},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ak" = (/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"al" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"am" = (/turf/open/floor/engine,/area/ruin/derelictoutpost/cargobay)
+"an" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ao" = (/obj/machinery/power/apc{cell_type = 0;dir = 4;name = "Cargo Bay APC";pixel_x = 24;pixel_y = 0},/obj/structure/cable{d2 = 8;icon_state = "0-8"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ap" = (/obj/structure/table,/obj/machinery/light{dir = 8},/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"aq" = (/turf/open/floor/engine,/turf/closed/wall/mineral/titanium/interior,/area/ruin/derelictoutpost/dockedship)
+"ar" = (/obj/structure/shuttle/engine/propulsion/burst/right{dir = 1;icon_state = "burst_r";name = "shuttle engine";tag = "icon-burst_r (NORTH)"},/turf/open/floor/plating,/area/ruin/derelictoutpost/dockedship)
+"as" = (/obj/structure/shuttle/engine/propulsion/burst/left{dir = 1;icon_state = "burst_l";name = "shuttle engine";tag = "icon-burst_l (NORTH)"},/turf/open/floor/plating,/area/ruin/derelictoutpost/dockedship)
+"at" = (/turf/closed/wall/mineral/titanium,/area/ruin/derelictoutpost/dockedship)
+"au" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"av" = (/obj/structure/table,/obj/machinery/light{icon_state = "tube1";dir = 4},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"aw" = (/obj/structure/table,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ax" = (/obj/structure/window/reinforced{tag = "icon-rwindow (NORTH)";icon_state = "rwindow";dir = 1},/obj/structure/window/reinforced{tag = "icon-rwindow (WEST)";icon_state = "rwindow";dir = 8},/obj/structure/shuttle/engine/heater{tag = "icon-heater (NORTH)";icon_state = "heater";dir = 1},/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"ay" = (/obj/structure/window/reinforced{tag = "icon-rwindow (NORTH)";icon_state = "rwindow";dir = 1},/obj/structure/window/reinforced{tag = "icon-rwindow (EAST)";icon_state = "rwindow";dir = 4},/obj/structure/shuttle/engine/heater{tag = "icon-heater (NORTH)";icon_state = "heater";dir = 1},/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"az" = (/obj/structure/table,/obj/item/clothing/head/soft,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"aA" = (/turf/closed/wall,/area/ruin/derelictoutpost/powerstorage)
+"aB" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/ruin/derelictoutpost/powerstorage)
+"aC" = (/turf/closed/mineral,/area/ruin/unpowered/no_grav)
+"aD" = (/obj/machinery/door/poddoor{id = "bigderelictship"},/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aE" = (/obj/structure/closet/crate/medical,/obj/item/weapon/storage/firstaid/o2,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aF" = (/obj/structure/closet/crate/medical,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aG" = (/obj/structure/closet/crate/medical,/obj/item/weapon/storage/firstaid/brute,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aH" = (/obj/structure/closet/crate/engineering,/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aI" = (/obj/structure/closet/crate/engineering/electrical,/obj/item/weapon/storage/toolbox/electrical,/obj/item/weapon/stock_parts/cell/hyper,/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aJ" = (/obj/structure/table,/obj/item/clothing/gloves/fingerless,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"aK" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"aL" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"aM" = (/turf/open/floor/plating,/area/ruin/derelictoutpost/powerstorage)
+"aN" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargobay)
+"aO" = (/obj/structure/closet/crate/secure/loot,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aP" = (/obj/structure/closet/crate/internals,/obj/item/weapon/storage/toolbox/emergency,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/clothing/mask/breath,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aQ" = (/obj/structure/closet/crate/radiation,/obj/item/clothing/head/radiation,/obj/item/clothing/suit/radiation,/obj/item/device/geiger_counter,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aR" = (/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"aS" = (/turf/closed/wall/r_wall,/area/ruin/derelictoutpost/powerstorage)
+"aT" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargobay)
+"aU" = (/obj/structure/closet/crate/critter{name = "critter crate - mr.tiggles";opened = 1},/obj/item/weapon/paper/crumpled/snowdin{info = "A crumpled piece of manifest paper, out of the barely legible pen writing, you can see something about a warning involving whatever was originally in the crate."},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle/yellow,/area/ruin/derelictoutpost/dockedship)
+"aV" = (/obj/structure/closet/crate/engineering,/obj/item/weapon/storage/toolbox/mechanical,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle/yellow,/area/ruin/derelictoutpost/dockedship)
+"aW" = (/obj/structure/closet/crate/engineering/electrical,/obj/item/weapon/storage/toolbox/electrical,/obj/item/weapon/stock_parts/cell/hyper,/turf/open/floor/mineral/titanium/yellow,/area/ruin/derelictoutpost/dockedship)
+"aX" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargobay)
+"aY" = (/obj/structure/lattice,/turf/open/space,/area/space)
+"aZ" = (/turf/closed/wall,/area/ruin/derelictoutpost)
+"ba" = (/obj/item/clothing/head/helmet,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bb" = (/obj/machinery/power/smes,/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bc" = (/obj/structure/table,/obj/item/weapon/stock_parts/cell/hyper,/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bd" = (/obj/machinery/power/smes,/obj/structure/cable{d2 = 8;icon_state = "0-8"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"be" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle,/area/ruin/derelictoutpost/dockedship)
+"bf" = (/obj/effect/decal/cleanable/blood/old,/turf/open/floor/mineral/titanium/blue,/area/ruin/derelictoutpost/dockedship)
+"bg" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/turf/open/floor/plasteel/shuttle,/area/ruin/derelictoutpost/dockedship)
+"bh" = (/obj/machinery/button/door{id = "bigderelictship";name = "shuttle cargo doors";pixel_x = 24},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle,/area/ruin/derelictoutpost/dockedship)
+"bi" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bj" = (/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bk" = (/obj/structure/sign/vacuum{pixel_y = 32},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bl" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bm" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 9},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bn" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bo" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/obj/structure/sign/vacuum{pixel_y = 32},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bp" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bq" = (/obj/effect/mob_spawn/human/corpse/nanotrasensoldier{helmet = null;id_job = "Tradepost Officer";name = "Tradeport Officer";random = 1},/obj/item/weapon/paper/crumpled/snowdin{icon_state = "scrap_bloodied";info = "If anyone finds this, please, don't let my kids know I died a coward.."},/obj/effect/decal/cleanable/blood/old{name = "dried blood splatter";pixel_x = -29},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"br" = (/obj/machinery/power/terminal{icon_state = "term";dir = 1},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bs" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bt" = (/obj/machinery/door/airlock/titanium,/turf/open/floor/mineral/titanium/blue,/area/ruin/derelictoutpost/dockedship)
+"bu" = (/turf/open/floor/mineral/titanium/blue,/area/ruin/derelictoutpost/dockedship)
+"bv" = (/obj/item/chair,/obj/effect/decal/cleanable/blood/old,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle,/area/ruin/derelictoutpost/dockedship)
+"bw" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle,/area/ruin/derelictoutpost/dockedship)
+"bx" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"by" = (/obj/machinery/door/airlock/glass_security{id_tag = "innerbrig";name = "Security Checkpoint";req_access_txt = "63"},/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bz" = (/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bA" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bB" = (/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bC" = (/turf/closed/wall/r_wall,/area/ruin/derelictoutpost)
+"bD" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bE" = (/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bF" = (/obj/structure/alien/resin/wall{color = "#8EC127";desc = "Thick material shaped into a wall. Eugh.";icon_state = "smooth";name = "gelatinous wall"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bG" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old,/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTH)";name = "dried blood trail";icon_state = "trails_1";dir = 1},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bH" = (/obj/item/ammo_casing/c45{caliber = null;desc = "A .45 bullet casing. This one is spent.";icon_state = "s-casing";name = "spent bullet casing"},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bI" = (/obj/item/weapon/gun/ballistic/automatic/pistol/m1911{spawnwithmagazine = 0},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bJ" = (/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bK" = (/obj/structure/table,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"bL" = (/obj/structure/table,/turf/open/floor/mineral/titanium/blue,/area/ruin/derelictoutpost/dockedship)
+"bM" = (/obj/machinery/computer,/turf/open/floor/mineral/titanium/blue,/area/ruin/derelictoutpost/dockedship)
+"bN" = (/obj/structure/table_frame,/obj/item/stack/sheet/metal,/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle,/area/ruin/derelictoutpost/dockedship)
+"bO" = (/obj/item/weapon/shard,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/shuttle,/area/ruin/derelictoutpost/dockedship)
+"bP" = (/obj/effect/gibspawner/human,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"bQ" = (/obj/structure/filingcabinet,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bR" = (/obj/item/weapon/shard,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bS" = (/obj/item/chair,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bT" = (/obj/effect/decal/cleanable/blood/old,/obj/machinery/button/door{id = "bigderelictcheckpoint";name = "security checkpoint control";pixel_y = -24},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"bU" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/turf/open/floor/plating{icon_plating = "wall_thermite";icon_state = "wall_thermite";name = "melted wall"},/area/ruin/derelictoutpost)
+"bV" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bW" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 6},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bX" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTH)";name = "dried blood trail";icon_state = "trails_1";dir = 1},/obj/machinery/light{icon_state = "tube1";dir = 4},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"bY" = (/obj/item/device/gps{gpstag = "Distress Signal"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"bZ" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4";tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"ca" = (/obj/machinery/power/apc{cell_type = 0;dir = 4;name = "Power Storage APC";pixel_x = 23;pixel_y = 2},/obj/structure/cable{d2 = 8;icon_state = "0-8"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"cb" = (/obj/structure/closet/wardrobe/cargotech,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cc" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/ruin/derelictoutpost/dockedship)
+"cd" = (/obj/structure/grille/broken,/obj/item/weapon/shard,/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating,/area/ruin/derelictoutpost/dockedship)
+"ce" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cf" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{tag = "icon-rwindow (NORTH)";icon_state = "rwindow";dir = 1},/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"cg" = (/obj/item/weapon/shard,/obj/item/stack/cable_coil{amount = 2;icon_state = "coil_red2";item_state = "coil_red"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/table_frame,/obj/item/stack/sheet/metal,/obj/item/stack/sheet/plasteel,/turf/open/floor/plasteel/darkred,/area/ruin/derelictoutpost)
+"ch" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"ci" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cj" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"ck" = (/obj/machinery/power/apc{cell_type = 0;dir = 2;name = "Tradepost APC";pixel_x = 0;pixel_y = -24},/obj/structure/cable{d2 = 8;icon_state = "0-8"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cl" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTH)";name = "dried blood trail";icon_state = "trails_1";dir = 1},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cm" = (/obj/structure/alien/resin/wall{color = "#8EC127";desc = "Thick material shaped into a wall. Eugh.";icon_state = "smooth";name = "gelatinous wall"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"cn" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical,/obj/item/stack/cable_coil,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"co" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"cp" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4";tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"cq" = (/obj/structure/barricade/wooden,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"cr" = (/obj/machinery/door/airlock/engineering{name = "Power Storage";req_access_txt = "10"},/obj/structure/barricade/wooden,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/powerstorage)
+"cs" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ct" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cu" = (/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating,/area/ruin/derelictoutpost/cargobay)
+"cv" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating,/area/ruin/derelictoutpost/cargobay)
+"cw" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cx" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cy" = (/obj/machinery/door/airlock/glass,/obj/machinery/door/poddoor{id = "bigderelictcheckpoint";name = "checkpoint security doors"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cz" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cA" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cB" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cC" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/mob/living/simple_animal/hostile/creature{desc = "Awh its so sm-OH GOD WHAT THE FUCK.";health = 25;maxHealth = 25;name = "hatchling";resize = 0.85},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cD" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 10},/mob/living/simple_animal/hostile/creature{desc = "Awh its so sm-OH GOD WHAT THE FUCK.";health = 25;maxHealth = 25;name = "hatchling";resize = 0.85},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cE" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"cF" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"cG" = (/obj/machinery/firealarm{dir = 8;pixel_x = -24},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cH" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4";tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cI" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/obj/structure/janitorialcart,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cJ" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/obj/item/weapon/mop,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cK" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 10},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cL" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cM" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cN" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cO" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cP" = (/obj/item/weapon/shard,/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cQ" = (/obj/machinery/firealarm{dir = 4;pixel_x = 24},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"cR" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"cS" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTH)";name = "dried blood trail";icon_state = "trails_1";dir = 1},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"cT" = (/obj/item/ammo_casing/c45{caliber = null;desc = "A .45 bullet casing. This one is spent.";icon_state = "s-casing";name = "spent bullet casing"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cU" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cV" = (/obj/effect/decal/cleanable/xenoblood/xsplatter,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cW" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargobay)
+"cX" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTH)";name = "dried blood trail";icon_state = "trails_1";dir = 1},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"cY" = (/obj/structure/grille/broken,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"cZ" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old,/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTH)";name = "dried blood trail";icon_state = "trails_1";dir = 1},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"da" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"db" = (/obj/item/ammo_casing/c45{caliber = null;desc = "A .45 bullet casing. This one is spent.";icon_state = "s-casing";name = "spent bullet casing"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dc" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/machinery/light,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dd" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 10},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"de" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"df" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/machinery/light,/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4";tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dg" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dh" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/door_assembly/door_assembly_mai{density = 0;desc = "A pried-open airlock. Scratch marks mark the sidings of the door.";name = "pried-open airlock"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plating,/area/ruin/derelictoutpost/cargobay)
+"di" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"dj" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/item/weapon/shard,/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dk" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"dl" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/mob/living/simple_animal/hostile/creature{name = "Miss Tiggles"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"dm" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old,/obj/structure/alien/gelpod,/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"dn" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"do" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 6},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dp" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dq" = (/obj/effect/decal/cleanable/xenoblood/xsplatter,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dr" = (/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"ds" = (/turf/closed/mineral,/area/ruin/derelictoutpost)
+"dt" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"du" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/item/weapon/gun/ballistic/automatic/pistol/m1911{spawnwithmagazine = 0},/obj/item/ammo_box/magazine/m45,/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dv" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 9},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dw" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dx" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dy" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dz" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dA" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dB" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 6},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"dC" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"dD" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dE" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dF" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 10},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dG" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dH" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 6},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dI" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"dJ" = (/obj/item/weapon/gun/ballistic/automatic/pistol/m1911{spawnwithmagazine = 0},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dK" = (/obj/item/ammo_casing/c45{caliber = null;desc = "A .45 bullet casing. This one is spent.";icon_state = "s-casing";name = "spent bullet casing"},/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dL" = (/turf/closed/wall,/area/ruin/derelictoutpost/cargostorage)
+"dM" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 9},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"dN" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/turf/open/floor/plating{icon_plating = "wall_thermite";icon_state = "wall_thermite";name = "melted wall"},/area/ruin/derelictoutpost)
+"dO" = (/obj/structure/alien/resin/membrane{color = "#4BAE56";desc = "A strange combination of thin, gelatinous material.";icon_state = "smooth";name = "gelatinous membrane"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/turf/open/floor/plating{icon_plating = "wall_thermite";icon_state = "wall_thermite";name = "melted wall"},/area/ruin/derelictoutpost)
+"dP" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/glowshroom/single,/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"dQ" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 6},/turf/open/floor/plasteel,/area/ruin/derelictoutpost)
+"dR" = (/obj/structure/alien/resin/membrane{color = "#4BAE56";desc = "A strange combination of thin, gelatinous material.";icon_state = "smooth";name = "gelatinous membrane"},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"dS" = (/obj/item/ammo_box/magazine/m45,/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"dT" = (/obj/machinery/suit_storage_unit/standard_unit,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"dU" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"dV" = (/obj/structure/closet/crate,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"dW" = (/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"dX" = (/obj/structure/closet/crate/secure/loot,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"dY" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/obj/item/stack/sheet/plasteel/twenty,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"dZ" = (/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"ea" = (/obj/structure/closet/crate,/obj/item/weapon/storage/pill_bottle/stimulant,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eb" = (/obj/structure/closet/crate,/obj/item/target/syndicate,/obj/item/target/clown,/obj/item/target/clown,/obj/item/target/alien,/obj/item/target,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"ec" = (/obj/structure/closet/crate/medical,/obj/item/weapon/storage/firstaid/regular{empty = 1;name = "First-Aid (empty)"},/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"ed" = (/obj/structure/closet/crate/medical,/obj/item/weapon/storage/firstaid/regular{empty = 1;name = "First-Aid (empty)"},/obj/item/weapon/storage/firstaid/o2,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"ee" = (/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"ef" = (/obj/structure/alien/resin/membrane{color = "#4BAE56";desc = "A strange combination of thin, gelatinous material.";icon_state = "smooth";name = "gelatinous membrane"},/turf/open/floor/plating/asteroid/airless,/area/ruin/derelictoutpost)
+"eg" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/mob/living/simple_animal/hostile/creature{desc = "Awh its so sm-OH GOD WHAT THE FUCK.";health = 25;maxHealth = 25;name = "hatchling";resize = 0.85},/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"eh" = (/obj/effect/decal/cleanable/blood/old{icon_state = "trails_1";name = "dried blood trail"},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargobay)
+"ei" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"ej" = (/obj/structure/closet/crate,/obj/item/stack/sheet/cloth/ten,/obj/item/stack/sheet/cloth/ten,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"ek" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/obj/item/stack/sheet/cardboard/fifty,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"el" = (/obj/machinery/power/apc{cell_type = 0;dir = 4;name = "Cargo Storage APC";pixel_x = 24;pixel_y = 0},/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"em" = (/turf/closed/wall,/area/ruin/unpowered/no_grav)
+"en" = (/obj/structure/alien/resin/wall{color = "#8EC127";desc = "Thick material shaped into a wall. Eugh.";icon_state = "smooth";name = "gelatinous wall"},/turf/open/floor/plating/asteroid,/area/ruin/unpowered/no_grav)
+"eo" = (/obj/structure/closet/crate/internals,/obj/item/weapon/storage/toolbox/emergency,/obj/item/clothing/mask/breath,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"ep" = (/obj/structure/closet/crate/engineering/electrical,/obj/item/weapon/storage/toolbox/electrical,/obj/item/stack/cable_coil,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eq" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/obj/item/weapon/crowbar,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"er" = (/obj/structure/closet/crate/medical,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"es" = (/obj/structure/closet/crate/engineering,/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"et" = (/obj/structure/closet/crate/medical,/obj/item/weapon/storage/firstaid/brute,/obj/item/weapon/storage/firstaid/fire,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eu" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"ev" = (/obj/structure/alien/weeds{color = "#4BAE56";desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";name = "gelatinous floor"},/obj/structure/alien/gelpod,/turf/open/floor/plating/asteroid,/area/ruin/derelictoutpost)
+"ew" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"ex" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"ey" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (WEST)";name = "dried blood trail";icon_state = "trails_1";dir = 8},/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"ez" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (NORTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 5},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"eA" = (/obj/structure/closet/crate,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eB" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/obj/item/device/paicard,/obj/machinery/light,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eC" = (/obj/structure/closet/crate,/obj/item/device/pda/clear,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eD" = (/obj/machinery/firealarm{dir = 1;pixel_y = -24},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"eE" = (/obj/structure/closet/crate/internals,/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/weapon/tank/internals/emergency_oxygen/engi,/obj/item/weapon/storage/firstaid/toxin,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eF" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eG" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"eH" = (/obj/structure/closet/crate/engineering,/obj/item/device/multitool,/turf/open/floor/plasteel,/obj/effect/turf_decal/delivery,/area/ruin/derelictoutpost/cargostorage)
+"eI" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHWEST)";name = "dried blood trail";icon_state = "trails_1";dir = 10},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4";tag = ""},/turf/open/floor/plasteel,/area/ruin/derelictoutpost/cargostorage)
+"eJ" = (/obj/structure/door_assembly/door_assembly_mai{density = 0;desc = "A pried-open airlock. Scratch marks mark the sidings of the door.";name = "pried-open airlock"},/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (EAST)";name = "dried blood trail";icon_state = "trails_1";dir = 4},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0;tag = ""},/turf/open/floor/plating,/area/ruin/derelictoutpost/cargostorage)
+"eK" = (/obj/effect/decal/cleanable/blood/old{tag = "icon-trails_1 (SOUTHEAST)";name = "dried blood trail";icon_state = "trails_1";dir = 6},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plating,/area/ruin/derelictoutpost)
+"eL" = (/obj/machinery/door/airlock/maintenance,/turf/open/floor/plating,/area/ruin/derelictoutpost/cargobay)
+
+(1,1,1) = {"
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaabacacacacacacacacacabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaadabababaeaeaeaeaeaeaeaeaeabababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaadabafabagagagagagagagagagabahabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaadadabaiajaeaeaeaeaeaeaeaeaeajakabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaadadabalakaeamamamamamamamaeanaoabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaadadabapakaeaqarasatarasaqaeauavabadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaadadabawakaeataxayataxayataeauazabadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaAaBaAaCaCabawakaeaDaEaFaGaHaIaDaeauaJabadadaaaaaaaaaaaKaLaKadadadaKaLaKaaaaaa
+aaaAaMaAaCaCabaNakaeaDaOaPaQaHaIaDaeauaNabadaaaaaaaaaaadaKaRaKadadadaKaRaKadadaa
+aaaAaBaAaAaAaSaTakaeaDaOaPaUaVaWaDaeauaXabadaYaYaYaYaYaZaZaLaZaZaZaZaZaLaZaZadad
+aaaAbabbbcbdaSaJakaeatbebfbebgbhataeauavabaZaKaKaKaKaZaZbibjbkblbmbnbobnbpaZaCad
+aaaAbqbrbsbraSazakaebtbubebvbwbebtaeaubxbxbybzbzbAbBbCbDbjblblblbEbFbFbFbGaZaCad
+aaaAbHbIbsbJaSbKakaeatbebLbMbNbOataeaubPbxbCbQbRbSbTbUbnbnbnbnbVbWaZblblbXaZaCaC
+aaaAbJbYbZcaaScbakaeaqatcccccdataqaecebxakbCbCcfcgbCbCchbjcicjckbjbFbFbFclaZcmcm
+aaaAcncocpcqcrcsctaeaeaeaeaecucvaecvcwcxcscyczczcAczcycAczcAcBaZbFbFcCbFcDcEcFcm
+aaaAaAaSaSaSaScGcHcscIcJcxcxcKcLcMcxcNakakbCcOcPblcQbCbFbFbFbFbFbFblblbFcRcRcScm
+aaadadabcTcTcUakcVbxbxbxaXcWcWcXbxbxceakabaZaZaKcYaKaZblciblblbFciblbFbFcmcmcZcm
+adadaCabakbxdadbdcbxcVakcWaNcWdddededfdgdhdiaZcRdjcRaZdkblbldlbFbldkbFcidmdndocm
+adaCaCabdpdqabababababababababababababababdraZdsdtcRaZbldmbFbFbFbFcCbFbFcmducRcm
+adadaCabcTbxabdvdwdxdydzdsdsdvdxdAdAdAdxbUdBaZcRcRdsaZbldCbFblcCbFblblbldDcRcmcm
+adaCaCabbxbxabdmdEcmdsdFdGdGdHdsdscmcRcRaZdIaZcRcRdsaZbldCbFciblbFbFbFbFcmdtcmaa
+aaadaCabdJdKdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLdMdNdndndndOdPdQbFblcCblbldkblcmcRdRad
+aaadaCabbxdSdLdTdUdVdWdXdXdYdZeadWebeceddLeeaZefefefaZcRegcRcRdDcRblcRcmcmcRdRad
+aaadaCabbxeheidWdWejdWdWdWdWdWekdWdWdWeldLeeemaCaCadencRcRcRdDcmcmcmcmcmcRcRdRaa
+aaadadabdpeheidWdWeodWdWepeqdWerdWeseteudLeeemaCaCadencRcRevblcmcRdtcRegblevcmaa
+aaadadabakddewexexexexexeyexexexexexeyezdLeeemaCaCadencmcRdDcRcmcRcmcmdRdRcmcmaa
+aaadadabakakdLeAeBeCdWeDeEdWdXdXeFeGeHeIeJeKemaCaCadadcmcmcRegcmcRcmaaaaaaaaaaaa
+aaadadabeLabdLdLdLdLdLdLdLdLdLdLdLdLdLdLdLaRemadadadadaacmcRcRcRcRcmaaaaaaaaaaaa
+aaadadaZaRaRaRaRaRaRaRaRaRaRaRaRaRaRaRaRaRaRemadadaaaaaacmcmdRdRcmcmaaaaaaaaaaaa
+aaaaadaZaZaZaZaZaZaZaZaZaZaZaZaZaZaZaZaZaZaZemadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaadadadadadadadadaCaCaCaCaCaCaCaCaCaCaCaCadadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaadadaaaaadadadadadaCaCaCaCaCaCaCadadadadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaadadadadadadadadadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadadadadadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/bus.dmm b/_maps/RandomRuins/SpaceRuins/bus.dmm
new file mode 100644
index 000000000000..06fc73991c8e
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/bus.dmm
@@ -0,0 +1,821 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/open/space,
+/area/space)
+"ab" = (
+/turf/closed/mineral/ash_rock,
+/area/ruin/unpowered/no_grav)
+"ac" = (
+/obj/item/trash/sosjerky,
+/turf/open/space,
+/area/space)
+"ad" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"ae" = (
+/mob/living/simple_animal/hostile/lizard,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"af" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"ag" = (
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/weapon/stock_parts/manipulator/femto,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"ah" = (
+/obj/item/stack/cable_coil{
+ amount = 5
+ },
+/obj/item/weapon/shard{
+ icon_state = "small"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"ai" = (
+/obj/item/weapon/book/random,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aj" = (
+/obj/structure/fluff/bus/dense,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"ak" = (
+/obj/structure/fluff/bus/passable{
+ tag = "icon-wheredahoodat";
+ icon_state = "wheredahoodat"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"al" = (
+/obj/effect/decal/cleanable/salt,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"am" = (
+/obj/structure/fluff/bus/passable/seat{
+ tag = "icon-backseat";
+ icon_state = "backseat"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"an" = (
+/obj/structure/fluff/bus/passable/seat{
+ tag = "icon-backseat";
+ icon_state = "backseat"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"ao" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"ap" = (
+/obj/structure/fluff/bus/passable/seat{
+ icon_state = "backseat";
+ pixel_y = 15;
+ tag = "icon-backseat"
+ },
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aq" = (
+/obj/structure/fluff/bus/passable/seat{
+ tag = "icon-backseat";
+ icon_state = "backseat"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"ar" = (
+/obj/structure/fluff/bus/passable/seat{
+ tag = "icon-backseat";
+ icon_state = "backseat"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/orange,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"as" = (
+/obj/structure/fluff/bus/passable/seat/driver{
+ icon_state = "driverseat";
+ pixel_y = 17;
+ tag = "icon-driverseat"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/cherry_bomb,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"at" = (
+/obj/structure/fluff/bus/dense{
+ tag = "icon-hoodtop";
+ icon_state = "hoodtop"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"au" = (
+/obj/item/clothing/head/cone,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"av" = (
+/obj/structure/table,
+/obj/item/device/paicard,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aw" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"ax" = (
+/obj/structure/fluff/bus/passable,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"ay" = (
+/obj/structure/fluff/bus/passable,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"az" = (
+/obj/structure/fluff/bus/passable,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aA" = (
+/obj/structure/fluff/bus/passable,
+/obj/structure/closet/crate/freezer,
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aB" = (
+/obj/structure/fluff/bus/passable,
+/obj/effect/mine/sound/bwoink,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aC" = (
+/obj/structure/fluff/bus/passable,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aD" = (
+/obj/structure/fluff/bus/passable,
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aE" = (
+/obj/structure/fluff/bus/passable{
+ tag = "icon-topdoor";
+ icon_state = "topdoor"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aF" = (
+/obj/structure/fluff/bus/dense{
+ tag = "icon-hoodbottom";
+ icon_state = "hoodbottom"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aG" = (
+/obj/structure/fluff/bus/passable/seat{
+ tag = "icon-backseat";
+ icon_state = "backseat"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aH" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/coffee,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aI" = (
+/obj/structure/fluff/bus/dense{
+ tag = "icon-frontwallbottomrear";
+ icon_state = "frontwallbottomrear"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aJ" = (
+/obj/structure/fluff/bus/dense{
+ tag = "icon-frontwallbottom";
+ icon_state = "frontwallbottom"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aK" = (
+/obj/structure/fluff/bus/dense{
+ tag = "icon-reartire";
+ icon_state = "reartire"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aL" = (
+/obj/structure/fluff/bus/dense{
+ tag = "icon-frontwallbottom";
+ icon_state = "frontwallbottom"
+ },
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aM" = (
+/obj/structure/fluff/bus/passable{
+ icon_state = "bottomdoor";
+ layer = 3;
+ tag = "icon-bottomdoor"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aN" = (
+/obj/structure/fluff/bus/dense{
+ tag = "icon-fronttire";
+ icon_state = "fronttire"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aO" = (
+/obj/effect/decal/cleanable/robot_debris/old,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aP" = (
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aQ" = (
+/obj/item/weapon/reagent_containers/glass/rag,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aR" = (
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aS" = (
+/obj/item/clothing/head/helmet/space,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aT" = (
+/obj/effect/decal/remains/human,
+/obj/item/clothing/head/helmet/space,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aU" = (
+/obj/structure/fluff/bus/passable/seat{
+ tag = "icon-backseat";
+ icon_state = "backseat"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aV" = (
+/obj/structure/fluff/bus/passable/seat{
+ tag = "icon-backseat";
+ icon_state = "backseat"
+ },
+/obj/effect/decal/remains/human,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aW" = (
+/obj/structure/fluff/bus/passable/seat/driver{
+ icon_state = "driverseat";
+ pixel_y = 17;
+ tag = "icon-driverseat"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"aX" = (
+/obj/effect/decal/cleanable/shreds,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aY" = (
+/obj/effect/decal/remains/human,
+/obj/item/clothing/suit/space,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aZ" = (
+/obj/structure/fluff/bus/passable,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/food/snacks/faggot,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"ba" = (
+/obj/structure/fluff/bus/passable,
+/obj/item/weapon/banhammer,
+/turf/open/floor/plasteel/airless/black{
+ icon_state = "bus"
+ },
+/area/ruin/unpowered/no_grav)
+"bb" = (
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+
+(1,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ad
+ad
+ad
+au
+aa
+ad
+ad
+ad
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ad
+ad
+aw
+ad
+ad
+ad
+ad
+ad
+ad
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ad
+aw
+ad
+aP
+aj
+aU
+az
+aI
+ad
+ad
+"}
+(5,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ad
+al
+ad
+ad
+ad
+aj
+am
+aZ
+aK
+ad
+ad
+"}
+(6,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ab
+ad
+ad
+ad
+ad
+aw
+ad
+aj
+aV
+ba
+aL
+ad
+ad
+"}
+(7,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ad
+ad
+aj
+am
+ax
+aI
+ad
+aj
+aU
+az
+aJ
+ad
+ad
+"}
+(8,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+ad
+ad
+aj
+an
+ay
+aJ
+ad
+aj
+aW
+aE
+aM
+ad
+ad
+"}
+(9,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+ae
+ad
+aj
+am
+az
+aK
+ad
+ak
+at
+aF
+aN
+ad
+ad
+"}
+(10,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ab
+ad
+aj
+ao
+aA
+aJ
+aQ
+ad
+aX
+ad
+ad
+ad
+aa
+"}
+(11,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ab
+ad
+aj
+ap
+aB
+aJ
+ad
+aR
+ad
+ad
+au
+ad
+aa
+"}
+(12,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ab
+ad
+aj
+aq
+aC
+aL
+ad
+ad
+aY
+ad
+ad
+aa
+aa
+"}
+(13,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+af
+ad
+aj
+ar
+ax
+aJ
+ad
+aS
+ad
+bb
+ad
+aa
+aa
+"}
+(14,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ag
+ad
+aj
+am
+aD
+aJ
+ad
+aO
+ad
+ad
+ad
+aa
+aa
+"}
+(15,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ah
+ad
+aj
+as
+aE
+aM
+ad
+ad
+aP
+ad
+aa
+aa
+aa
+"}
+(16,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ab
+ai
+ak
+at
+aF
+aN
+ad
+ad
+ad
+ad
+aa
+aa
+aa
+"}
+(17,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ad
+au
+ad
+ad
+au
+ad
+ad
+ad
+aa
+aa
+aa
+"}
+(18,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ad
+ad
+aO
+ad
+ad
+ad
+ad
+aa
+aa
+aa
+"}
+(19,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ad
+ad
+ad
+aT
+ad
+ad
+aa
+aa
+aa
+"}
+(20,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ad
+ad
+ad
+ad
+aa
+aa
+aa
+aa
+"}
+(21,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ad
+aG
+ad
+ad
+ad
+ad
+aa
+aa
+aa
+aa
+"}
+(22,1,1) = {"
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+ad
+av
+aH
+ad
+ad
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(23,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/caravanambush.dmm b/_maps/RandomRuins/SpaceRuins/caravanambush.dmm
new file mode 100644
index 000000000000..896b8528aea5
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/caravanambush.dmm
@@ -0,0 +1,5709 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/open/space,
+/area/space)
+"ab" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ruin/powered)
+"ac" = (
+/obj/machinery/door/airlock/external{
+ icon_state = "door_locked";
+ locked = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ad" = (
+/turf/closed/wall,
+/area/ruin/powered)
+"ae" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/ruin/powered)
+"af" = (
+/obj/machinery/suit_storage_unit,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ag" = (
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ah" = (
+/turf/open/floor/plating/airless,
+/area/ruin/powered)
+"ai" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aj" = (
+/obj/structure/statue/silver/medborg,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ak" = (
+/mob/living/simple_animal/hostile/pirate/ranged{
+ environment_smash = 0
+ },
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"al" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"am" = (
+/obj/structure/closet{
+ name = "pirate outfits"
+ },
+/obj/item/clothing/head/collectable/pirate,
+/obj/item/clothing/suit/pirate,
+/obj/item/clothing/under/pirate,
+/obj/item/clothing/shoes/jackboots,
+/obj/item/clothing/head/bandana,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"an" = (
+/obj/structure/table,
+/obj/item/stack/sheet/mineral/gold{
+ amount = 25
+ },
+/obj/item/weapon/coin/plasma,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ao" = (
+/obj/structure/table,
+/obj/item/stack/sheet/mineral/gold{
+ amount = 25
+ },
+/obj/item/weapon/coin/gold,
+/obj/item/weapon/coin/gold,
+/obj/item/weapon/coin/mythril,
+/obj/item/weapon/coin/plasma,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ap" = (
+/obj/structure/table,
+/obj/item/weapon/coin/gold,
+/obj/item/weapon/coin/gold,
+/obj/item/weapon/coin/gold,
+/obj/item/weapon/coin/mythril,
+/obj/item/weapon/coin/plasma,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aq" = (
+/obj/structure/table,
+/mob/living/simple_animal/parrot{
+ faction = list("pirate");
+ name = "Pegwing"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ar" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/powered)
+"as" = (
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 8
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/ruin/powered)
+"at" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/brown,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"au" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"av" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/bag/money/vault,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aw" = (
+/obj/structure/closet/crate/secure/loot,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ax" = (
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ay" = (
+/obj/machinery/computer,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"az" = (
+/obj/structure/table,
+/obj/item/weapon/storage/bag/money/vault,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aA" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/stack/sheet/mineral/gold{
+ amount = 25
+ },
+/obj/item/stack/sheet/mineral/bananium{
+ amount = 5
+ },
+/obj/item/stack/sheet/mineral/silver{
+ amount = 25
+ },
+/obj/item/stack/sheet/mineral/uranium{
+ amount = 10
+ },
+/obj/item/stack/sheet/mineral/diamond{
+ amount = 5
+ },
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/powered)
+"aC" = (
+/turf/closed/mineral,
+/area/ruin/unpowered/no_grav)
+"aD" = (
+/obj/item/stack/rods,
+/turf/open/space,
+/area/space)
+"aE" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-pile (EAST)";
+ icon_state = "pile";
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"aF" = (
+/mob/living/simple_animal/hostile/pirate,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aG" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/mob/living/simple_animal/hostile/pirate,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aH" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"aI" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ruin/unpowered/no_grav)
+"aJ" = (
+/obj/machinery/door/airlock/external{
+ icon_state = "door_locked";
+ locked = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/unpowered/no_grav)
+"aK" = (
+/turf/closed/wall/mineral/iron,
+/area/ruin/unpowered/no_grav)
+"aL" = (
+/obj/item/weapon/coin/mythril,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aM" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aN" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"aO" = (
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 8
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/ruin/unpowered/no_grav)
+"aP" = (
+/obj/structure/chair,
+/obj/item/weapon/shard,
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"aQ" = (
+/obj/structure/chair,
+/obj/effect/decal/cleanable/shreds,
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"aR" = (
+/obj/item/weapon/shard,
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"aS" = (
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered/no_grav)
+"aT" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-singular";
+ icon_state = "singular"
+ },
+/turf/open/space,
+/area/space)
+"aU" = (
+/obj/structure/rack,
+/obj/item/weapon/tank/internals/plasma/full,
+/obj/item/weapon/tank/internals/plasma/full,
+/obj/item/weapon/tank/internals/plasma/full,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aV" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-singular";
+ icon_state = "singular"
+ },
+/obj/effect/decal/cleanable/shreds,
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"aW" = (
+/obj/effect/gibspawner/human,
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"aX" = (
+/turf/open/space,
+/turf/open/floor/plating/airless{
+ icon = 'icons/obj/smooth_structures/lattice.dmi';
+ icon_plating = "lattice";
+ icon_state = "lattice";
+ name = "anchor chain"
+ },
+/area/space)
+"aY" = (
+/obj/structure/statue/gold/cmo,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"aZ" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"ba" = (
+/obj/structure/table,
+/obj/item/stack/sheet/mineral/gold{
+ amount = 25
+ },
+/turf/open/floor/plasteel,
+/area/ruin/powered)
+"bb" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/ruin/powered)
+"bc" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/item/stack/rods,
+/obj/effect/gibspawner/human,
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"bd" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/item/weapon/shard,
+/obj/item/stack/sheet/metal,
+/obj/effect/decal/cleanable/shreds,
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"be" = (
+/turf/open/floor/plasteel/airless/shuttle/red,
+/area/ruin/unpowered/no_grav)
+"bf" = (
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"bg" = (
+/turf/open/floor/wood/airless,
+/area/ruin/unpowered/no_grav)
+"bh" = (
+/obj/structure/closet/crate/secure/weapon,
+/obj/item/weapon/gun/ballistic/automatic/pistol/APS,
+/turf/open/floor/wood/airless,
+/area/ruin/unpowered/no_grav)
+"bi" = (
+/mob/living/simple_animal/hostile/pirate/space{
+ environment_smash = 0
+ },
+/turf/open/floor/wood/airless,
+/area/ruin/unpowered/no_grav)
+"bj" = (
+/obj/structure/closet/crate/secure/weapon,
+/obj/item/weapon/gun/ballistic/shotgun/automatic/dual_tube,
+/turf/open/floor/wood/airless,
+/area/ruin/unpowered/no_grav)
+"bk" = (
+/obj/structure/girder,
+/turf/open/space,
+/area/space)
+"bl" = (
+/turf/closed/wall/mineral/titanium,
+/area/ruin/unpowered)
+"bm" = (
+/turf/open/floor/plating,
+/obj/machinery/door/poddoor{
+ id = "caravantrade1";
+ name = "cargo blastdoor"
+ },
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg2";
+ icon_state = "platingdmg2"
+ },
+/area/ruin/unpowered)
+"bn" = (
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered)
+"bo" = (
+/obj/structure/door_assembly/door_assembly_titanium{
+ density = 0;
+ name = "broken airlock"
+ },
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg2";
+ icon_state = "platingdmg2"
+ },
+/area/ruin/unpowered)
+"bp" = (
+/turf/closed/wall/mineral/titanium/overspace,
+/area/ruin/unpowered)
+"bq" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-pile (WEST)";
+ icon_state = "pile";
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"br" = (
+/obj/item/stack/sheet/metal,
+/turf/open/space,
+/area/space)
+"bs" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"bt" = (
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg2";
+ icon_state = "platingdmg2"
+ },
+/area/ruin/unpowered)
+"bu" = (
+/obj/item/stack/sheet/metal,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/stack/rods,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"bv" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bw" = (
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bx" = (
+/obj/machinery/button/door{
+ pixel_x = 24
+ },
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"by" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bz" = (
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
+/area/ruin/unpowered)
+"bA" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-pile";
+ icon_state = "pile"
+ },
+/turf/open/space,
+/area/space)
+"bB" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered)
+"bC" = (
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"bD" = (
+/obj/structure/closet/crate/secure/gear,
+/obj/item/ammo_casing/shotgun/techshell,
+/obj/item/ammo_casing/shotgun/techshell,
+/obj/item/ammo_casing/shotgun/techshell,
+/obj/item/ammo_casing/shotgun/pulseslug,
+/obj/item/weapon/storage/box/lethalshot,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bE" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bF" = (
+/mob/living/simple_animal/hostile/pirate/space/ranged{
+ environment_smash = 0
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bG" = (
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bH" = (
+/mob/living/simple_animal/hostile/pirate/space{
+ environment_smash = 0
+ },
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bI" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bJ" = (
+/turf/open/floor/plating,
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg2";
+ icon_state = "platingdmg2"
+ },
+/area/ruin/unpowered)
+"bK" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-plating (NORTH)";
+ icon_state = "plating";
+ dir = 1
+ },
+/turf/open/space,
+/area/space)
+"bL" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bM" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bN" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bO" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"bP" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
+ },
+/area/ruin/powered)
+"bQ" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-plating (NORTH)";
+ icon_state = "plating";
+ dir = 1
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"bR" = (
+/obj/structure/girder,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"bS" = (
+/obj/structure/girder,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg2";
+ icon_state = "platingdmg2"
+ },
+/area/ruin/unpowered)
+"bT" = (
+/obj/item/stack/sheet/metal,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered)
+"bU" = (
+/obj/item/stack/rods,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"bV" = (
+/obj/structure/closet/crate/secure/gear,
+/obj/item/ammo_casing/shotgun/frag12,
+/obj/item/ammo_casing/shotgun/frag12,
+/obj/item/ammo_casing/shotgun/frag12,
+/obj/item/ammo_casing/shotgun/frag12,
+/obj/item/weapon/storage/box/beanbag,
+/obj/item/weapon/storage/box/rubbershot,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bW" = (
+/obj/structure/closet/crate/secure/gear,
+/obj/item/ammo_box/c10mm,
+/obj/item/ammo_casing/shotgun/meteorshot,
+/obj/item/ammo_casing/shotgun/meteorshot,
+/obj/item/ammo_casing/shotgun/meteorshot,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bX" = (
+/obj/structure/closet/crate/secure/gear,
+/obj/item/ammo_box/a40mm,
+/obj/item/ammo_box/a40mm,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"bY" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"bZ" = (
+/obj/machinery/computer,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"ca" = (
+/obj/structure/shuttle/engine/propulsion/burst/left{
+ tag = "icon-burst_l (EAST)";
+ icon_state = "burst_l";
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"cb" = (
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 8
+ },
+/turf/closed/wall/mineral/titanium,
+/area/ruin/unpowered)
+"cc" = (
+/obj/structure/table,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"ce" = (
+/obj/structure/table,
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"cf" = (
+/obj/machinery/computer,
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"cg" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-plating (EAST)";
+ icon_state = "plating";
+ dir = 4
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"ch" = (
+/turf/open/space,
+/obj/item/stack/rods,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg2";
+ icon_state = "platingdmg2"
+ },
+/area/ruin/unpowered)
+"ci" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"cj" = (
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"ck" = (
+/obj/structure/closet/crate/secure/weapon,
+/obj/item/weapon/gun/ballistic/revolver/grenadelauncher/unrestricted,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cl" = (
+/mob/living/simple_animal/hostile/pirate/space{
+ environment_smash = 0
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cm" = (
+/obj/structure/door_assembly/door_assembly_titanium{
+ density = 0;
+ name = "broken airlock"
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cn" = (
+/obj/structure/table,
+/obj/item/device/gps{
+ gpstag = "Distress Signal"
+ },
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"co" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"cp" = (
+/obj/structure/closet/crate/secure/engineering,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/clothing/gloves/color/yellow,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cq" = (
+/obj/item/weapon/shard,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cr" = (
+/obj/structure/table_frame,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cs" = (
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"ct" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/mob/living/simple_animal/hostile/syndicate{
+ environment_smash = 0;
+ name = "Syndicate Salvage Pilot"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"cu" = (
+/obj/structure/closet/crate/secure/engineering,
+/obj/item/weapon/wrench{
+ color = "#ff0000";
+ desc = "A prototype of a new wrench design, allegedly the red color scheme makes it go faster.";
+ name = "experimental wrench";
+ toolspeed = 3
+ },
+/obj/item/weapon/screwdriver{
+ color = "#ff0000";
+ desc = "A prototype of a new screwdriver design, allegedly the red color scheme makes it go faster.";
+ name = "experimental screwdriver";
+ toolspeed = 3
+ },
+/obj/item/weapon/wirecutters{
+ color = "#ff0000";
+ desc = "A prototype of a new wirecutter design, allegedly the red color scheme makes it go faster.";
+ name = "experimental wirecutters";
+ toolspeed = 3
+ },
+/obj/item/weapon/crowbar/red{
+ color = "#ff0000";
+ desc = "A prototype of a new crowbar design, allegedly the red color scheme makes it go faster.";
+ name = "experimental crowbar";
+ toolspeed = 3
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"cv" = (
+/obj/effect/decal/cleanable/dirt,
+/mob/living/simple_animal/hostile/syndicate/ranged/space{
+ environment_smash = 0;
+ name = "Syndicate Salvage Worker"
+ },
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cw" = (
+/obj/item/stack/rods,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"cx" = (
+/turf/open/space,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg2";
+ icon_state = "platingdmg2"
+ },
+/area/ruin/unpowered)
+"cy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/girder,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"cz" = (
+/obj/item/stack/sheet/metal,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"cA" = (
+/obj/structure/closet/crate/secure/weapon,
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cB" = (
+/obj/structure/closet/crate/secure/weapon,
+/obj/item/weapon/gun/syringe/syndicate,
+/obj/item/weapon/gun/syringe/rapidsyringe,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cC" = (
+/obj/structure/closet/crate/secure/weapon,
+/obj/item/weapon/gun/ballistic/automatic/c20r/toy/unrestricted,
+/obj/item/weapon/gun/ballistic/automatic/c20r/toy/unrestricted,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cD" = (
+/mob/living/simple_animal/hostile/pirate/space/ranged{
+ environment_smash = 0
+ },
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cE" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cF" = (
+/obj/structure/shuttle/engine/propulsion/burst/right{
+ tag = "icon-burst_r (EAST)";
+ icon_state = "burst_r";
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"cG" = (
+/mob/living/simple_animal/hostile/syndicate/melee/space{
+ environment_smash = 0;
+ name = "Syndicate Salvage Worker"
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cH" = (
+/obj/item/stack/rods,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered)
+"cI" = (
+/obj/structure/grille/broken,
+/obj/item/weapon/shard,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered)
+"cJ" = (
+/obj/structure/closet/crate/secure/engineering,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/gloves/color/yellow,
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"cK" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/plasteel/twenty,
+/obj/item/stack/sheet/plasteel/twenty,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cL" = (
+/obj/item/stack/sheet/metal,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg3";
+ icon_state = "platingdmg3"
+ },
+/area/ruin/unpowered)
+"cN" = (
+/obj/structure/closet/crate/secure/plasma,
+/obj/item/weapon/tank/internals/plasma/full,
+/obj/item/weapon/tank/internals/plasma/full,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 25
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cO" = (
+/obj/item/weapon/shard,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cP" = (
+/obj/item/chair,
+/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cQ" = (
+/obj/item/stack/rods,
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered)
+"cR" = (
+/obj/structure/fluff/broken_flooring{
+ tag = "icon-plating (WEST)";
+ icon_state = "plating";
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"cS" = (
+/obj/machinery/door/airlock/external{
+ icon_state = "door_locked";
+ locked = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/powered)
+"cT" = (
+/obj/machinery/porta_turret/syndicate/pod,
+/turf/open/floor/plating/airless,
+/area/ruin/powered)
+"cU" = (
+/obj/effect/decal/cleanable/dirt,
+/mob/living/simple_animal/hostile/syndicate/melee/space/stormtrooper{
+ environment_smash = 0;
+ name = "Syndicate Salvage Leader"
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cV" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"cW" = (
+/obj/structure/closet/crate/secure/plasma,
+/obj/item/weapon/tank/internals/plasma/full,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 25
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cX" = (
+/obj/structure/closet/crate/secure/engineering,
+/obj/item/organ/cyberimp/arm/toolset,
+/obj/item/organ/cyberimp/arm/toolset,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cY" = (
+/obj/structure/closet/crate/secure/plasma,
+/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"cZ" = (
+/mob/living/simple_animal/hostile/syndicate/ranged/space/stormtrooper{
+ environment_smash = 0;
+ name = "Syndicate Salvage Leader"
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"da" = (
+/obj/item/stack/rods,
+/obj/item/weapon/shard,
+/mob/living/simple_animal/hostile/syndicate/melee/space{
+ environment_smash = 0;
+ name = "Syndicate Salvage Worker"
+ },
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"db" = (
+/obj/item/weapon/shard,
+/turf/open/floor/plating/airless{
+ icon_plating = "platingdmg1";
+ icon_state = "platingdmg1"
+ },
+/area/ruin/unpowered)
+"dc" = (
+/obj/item/weapon/shard,
+/turf/open/space,
+/area/space)
+"dd" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"de" = (
+/obj/structure/closet/crate/secure/plasma,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 25
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 25
+ },
+/obj/item/weapon/tank/internals/plasma/full,
+/obj/item/weapon/tank/internals/plasma/full,
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"df" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"dg" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/rglass{
+ amount = 20
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 20
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"dh" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/stack/sheet/mineral/gold{
+ amount = 25
+ },
+/obj/item/stack/sheet/mineral/bananium{
+ amount = 5
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"di" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/stack/sheet/mineral/silver{
+ amount = 25
+ },
+/obj/item/stack/sheet/mineral/uranium{
+ amount = 10
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"dj" = (
+/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"dk" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"dl" = (
+/obj/structure/closet/crate/secure/plasma,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 25
+ },
+/obj/item/weapon/tank/internals/plasma/full,
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"dm" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"dn" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/mineral/gold{
+ amount = 25
+ },
+/obj/item/stack/sheet/mineral/silver{
+ amount = 25
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"do" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"dp" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/mineral/silver{
+ amount = 25
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/unpowered)
+"dq" = (
+/mob/living/simple_animal/hostile/syndicate/ranged/space{
+ environment_smash = 0;
+ name = "Syndicate Salvage Worker"
+ },
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"dr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/clipboard,
+/turf/open/floor/mineral/titanium/blue/airless,
+/area/ruin/unpowered)
+"ds" = (
+/obj/structure/shuttle/engine/heater,
+/turf/closed/wall/mineral/plastitanium,
+/area/ruin/powered)
+"dt" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/stack/sheet/mineral/diamond{
+ amount = 5
+ },
+/obj/item/stack/sheet/mineral/gold{
+ amount = 25
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"du" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/mob/living/simple_animal/hostile/syndicate{
+ environment_smash = 0;
+ name = "Syndicate Salvage Pilot"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"dv" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/turf/open/floor/plating/airless,
+/area/ruin/powered)
+"dw" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"dx" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/mineral/diamond{
+ amount = 5
+ },
+/obj/item/stack/sheet/mineral/uranium{
+ amount = 10
+ },
+/obj/item/stack/sheet/mineral/silver{
+ amount = 25
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ruin/powered)
+"dy" = (
+/mob/living/simple_animal/hostile/syndicate/ranged/space/stormtrooper{
+ environment_smash = 0;
+ name = "Syndicate Salvage Leader"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"dz" = (
+/mob/living/simple_animal/hostile/syndicate/ranged/space{
+ environment_smash = 0;
+ name = "Syndicate Salvage Worker"
+ },
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+
+(1,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(5,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(6,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(7,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(8,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ar
+ab
+ar
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(9,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+cT
+ab
+as
+ab
+as
+ab
+cT
+aa
+aa
+aa
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(10,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+dm
+dt
+dw
+ab
+aa
+aC
+aC
+aa
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(11,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+dm
+cs
+dw
+ab
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(12,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+cS
+cs
+cs
+cs
+cS
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+"}
+(13,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+dn
+cs
+dx
+ab
+aa
+aa
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(14,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+cs
+du
+cs
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(15,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ce
+cf
+ce
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(16,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ae
+aB
+aB
+aB
+bb
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(17,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(18,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(19,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aH
+aH
+aC
+aC
+aC
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+aa
+aa
+aa
+bl
+aa
+aa
+aa
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(20,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aH
+aH
+aC
+aC
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+ca
+co
+cF
+bl
+ca
+co
+cF
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(21,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aH
+aH
+aC
+aC
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+cb
+cb
+cb
+bl
+cb
+cb
+cb
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(22,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aH
+aH
+aC
+aC
+bf
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+bv
+bw
+bw
+bw
+bw
+bw
+bw
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(23,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aH
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bs
+bC
+cv
+cK
+bG
+bG
+bw
+bw
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(24,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aH
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+bA
+aa
+aa
+cg
+ci
+bE
+bG
+dg
+bG
+cc
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(25,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aH
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aD
+aT
+br
+ci
+cL
+bG
+dh
+cG
+bw
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(26,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aH
+aH
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+cw
+ci
+bE
+bG
+do
+bw
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(27,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+bq
+aa
+aa
+aa
+bs
+cx
+cM
+cU
+bG
+bG
+bw
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+br
+aa
+bs
+ci
+cL
+bG
+di
+dp
+bx
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(29,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ch
+cy
+bE
+bl
+cm
+bl
+bl
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(30,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aI
+aN
+aI
+aN
+aI
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bq
+aa
+bB
+cz
+bG
+bG
+dj
+dq
+bw
+bO
+aa
+aa
+aa
+aa
+aC
+aa
+aa
+aC
+aa
+aa
+aa
+aa
+"}
+(31,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aI
+aO
+aI
+aO
+aI
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bQ
+ci
+ci
+bw
+cV
+bw
+bw
+bw
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(32,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aI
+aP
+aV
+bc
+aI
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bR
+bz
+cc
+bN
+bZ
+cc
+cE
+bz
+bp
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aa
+aa
+aa
+aa
+aa
+"}
+(33,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aI
+aQ
+aW
+bd
+aI
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bp
+bJ
+bJ
+bJ
+bJ
+bJ
+bp
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(34,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aJ
+aR
+aK
+be
+aJ
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(35,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aI
+aK
+aK
+aK
+aI
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(36,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aK
+aS
+aK
+be
+aK
+aD
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+"}
+(37,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aD
+aa
+aT
+aK
+aS
+aI
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(38,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aD
+aK
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(39,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aE
+aa
+aa
+aX
+aD
+aa
+aT
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(40,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(41,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(42,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(43,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(44,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(45,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(46,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aT
+aa
+aa
+bl
+aa
+aa
+aa
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(47,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aT
+br
+aa
+bs
+bS
+cj
+co
+cF
+bl
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(48,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bk
+aa
+aE
+aa
+bl
+cb
+cb
+cb
+bl
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(49,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+bs
+aD
+bK
+bT
+ci
+bw
+bw
+bl
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(50,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+ab
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+bt
+bB
+bB
+bU
+bE
+bw
+bH
+bl
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(51,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ad
+ar
+ar
+ar
+ar
+ad
+aX
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+bu
+bC
+bC
+bV
+bG
+cA
+cc
+bl
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(52,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ad
+as
+as
+as
+as
+ad
+ad
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bm
+bv
+bD
+bE
+bG
+ck
+cB
+bw
+bm
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(53,1,1) = {"
+aa
+ab
+ad
+ab
+ab
+aj
+at
+aw
+aw
+at
+aY
+ad
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+bm
+bw
+bE
+bG
+bF
+bG
+bG
+bw
+bm
+aa
+aa
+aH
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(54,1,1) = {"
+aa
+ab
+af
+af
+ab
+ag
+at
+aF
+aL
+at
+ag
+ab
+af
+af
+ad
+aa
+aa
+aa
+aa
+aa
+bn
+bw
+bF
+bG
+bW
+cl
+bG
+bw
+bm
+aa
+aa
+aH
+aC
+aC
+aC
+aC
+aH
+aH
+dz
+aH
+aC
+aa
+aa
+aa
+aa
+"}
+(55,1,1) = {"
+aa
+ac
+ag
+ag
+ai
+ak
+ag
+ag
+ag
+ak
+ag
+ai
+ag
+ag
+ac
+bg
+bg
+bg
+bj
+bg
+bn
+bx
+bG
+bG
+bX
+bG
+cC
+bx
+bm
+aa
+aa
+aH
+aH
+aC
+aC
+aH
+aH
+aH
+aH
+aH
+aC
+aa
+aa
+aa
+aa
+"}
+(56,1,1) = {"
+aa
+ac
+ag
+ag
+ai
+ag
+at
+ag
+ag
+at
+ag
+ai
+ag
+ag
+ac
+bg
+bh
+bi
+bg
+bg
+bl
+bl
+bl
+bL
+bl
+cm
+bl
+bl
+bl
+aa
+aa
+aC
+aH
+aH
+aH
+dz
+aC
+aC
+aH
+dz
+aC
+aa
+aa
+aa
+aa
+"}
+(57,1,1) = {"
+aa
+ad
+af
+af
+ad
+al
+at
+ag
+ag
+at
+al
+ab
+af
+af
+ad
+aa
+aa
+aa
+aa
+aa
+bo
+bw
+bw
+bM
+bw
+bw
+bw
+bw
+bO
+aa
+aa
+aC
+aC
+dy
+aH
+aC
+aC
+aC
+aH
+aH
+aC
+aa
+aa
+aa
+aa
+"}
+(58,1,1) = {"
+aa
+ae
+ab
+ab
+ad
+am
+ag
+ag
+ag
+ag
+am
+ad
+ab
+ab
+bb
+aa
+aa
+aa
+aa
+aa
+bl
+by
+bH
+bw
+bY
+bw
+cD
+bw
+bl
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(59,1,1) = {"
+aa
+aa
+aa
+ah
+ad
+an
+at
+ag
+ag
+at
+az
+ad
+ah
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bp
+bz
+bI
+bN
+bZ
+cn
+cE
+bz
+bp
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aH
+aH
+aC
+aa
+aa
+aa
+aa
+aa
+"}
+(60,1,1) = {"
+aa
+aa
+aa
+ad
+ab
+ao
+at
+ag
+ag
+at
+aZ
+ab
+ad
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bp
+bJ
+bJ
+bJ
+bJ
+bJ
+bp
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aH
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+"}
+(61,1,1) = {"
+aa
+aa
+aa
+ah
+ab
+ap
+ag
+ak
+ag
+aF
+ba
+ab
+ah
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(62,1,1) = {"
+aa
+aa
+aa
+ad
+ab
+aq
+au
+ag
+ag
+aM
+az
+ab
+ad
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(63,1,1) = {"
+aa
+aa
+aa
+ae
+ab
+ab
+ab
+ag
+ag
+ab
+ab
+ab
+bb
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(64,1,1) = {"
+aa
+aa
+aa
+aa
+ae
+ad
+av
+ag
+ag
+aU
+ad
+bb
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ar
+ab
+ar
+ab
+aa
+aa
+aa
+aa
+"}
+(65,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+aw
+ag
+ag
+aw
+ad
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+cT
+ab
+as
+ab
+as
+ab
+cT
+aa
+aa
+aa
+"}
+(66,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ax
+ag
+ag
+ax
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+dm
+cs
+dw
+ab
+aa
+aa
+aa
+aa
+"}
+(67,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ay
+aG
+aM
+ay
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+dm
+cs
+dw
+ab
+aa
+aa
+aa
+aa
+"}
+(68,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+az
+ag
+ag
+ax
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+cS
+cs
+cs
+cs
+cS
+aa
+aa
+aa
+aa
+"}
+(69,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ad
+aA
+ag
+ag
+ag
+ad
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+cs
+cs
+cs
+ab
+aa
+aa
+aa
+aa
+"}
+(70,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ae
+aB
+aB
+aB
+aB
+bb
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+aa
+aa
+aa
+bl
+aa
+aa
+aa
+bl
+aa
+aa
+aa
+aa
+ab
+cs
+du
+cs
+ab
+aa
+aa
+aa
+aa
+"}
+(71,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+ca
+co
+cF
+bl
+ca
+co
+cF
+bl
+aa
+aa
+aa
+aa
+ab
+ce
+cf
+ce
+ab
+aa
+aa
+aa
+aa
+"}
+(72,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+cb
+cb
+cb
+bl
+cb
+cb
+cb
+bl
+aa
+aa
+aa
+aa
+ae
+aB
+aB
+aB
+bb
+aa
+aa
+aa
+aa
+"}
+(73,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+bw
+bw
+bw
+bw
+bw
+bw
+bw
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(74,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+bw
+bw
+bG
+bG
+cW
+bw
+bw
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(75,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bl
+cc
+bG
+bG
+cN
+bG
+bG
+cc
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(76,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+bm
+bw
+bG
+bG
+bG
+cX
+bG
+bw
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(77,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+bm
+bw
+bG
+cG
+bG
+bG
+bG
+bw
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(78,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+bm
+bw
+cp
+bG
+cG
+cY
+bG
+bw
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(79,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+bm
+bx
+bG
+bG
+bG
+cZ
+bG
+bx
+bm
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(80,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+bl
+bl
+bl
+cm
+bl
+cm
+bl
+bl
+bl
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(81,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+bO
+bw
+bw
+bw
+cO
+bM
+bw
+dr
+bO
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(82,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+bl
+cd
+cq
+bv
+cP
+da
+bv
+bw
+bl
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(83,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aH
+aH
+aa
+aa
+aa
+aa
+aa
+bp
+bz
+cr
+cH
+cQ
+db
+dk
+bz
+bp
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(84,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aC
+aH
+aC
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+bp
+bn
+cI
+cR
+bs
+bn
+bp
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+"}
+(85,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aH
+aC
+aC
+aC
+aC
+aH
+aH
+aC
+aH
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+"}
+(86,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aC
+aH
+aH
+aH
+aH
+aH
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+dc
+aa
+cT
+aa
+aa
+aa
+aa
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(87,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+bP
+ab
+ab
+ab
+cS
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(88,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aB
+ce
+cs
+cs
+cs
+dd
+dd
+ds
+dv
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(89,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aH
+aC
+aC
+aC
+aC
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aB
+cf
+ct
+cJ
+cs
+de
+dl
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(90,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aH
+aH
+aH
+aC
+aC
+aC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aB
+ce
+cu
+cs
+cs
+df
+df
+ds
+dv
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(91,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ae
+ab
+ab
+ab
+cS
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(92,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+cT
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(93,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(94,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(95,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(96,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm b/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm
index 7e76ca74041e..13d2f98575c3 100644
--- a/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm
+++ b/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm
@@ -1,29 +1,29 @@
"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/mineral/random,/area/space)
-"c" = (/turf/open/floor/plating/asteroid/airless,/area/space)
+"b" = (/turf/closed/mineral/random,/area/ruin/unpowered/no_grav)
+"c" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
"d" = (/turf/closed/wall/mineral/clown,/area/ruin/unpowered)
"e" = (/obj/machinery/door/airlock/clown,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"f" = (/obj/effect/mob_spawn/human/clown,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"g" = (/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"h" = (/obj/structure/closet/crate,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"i" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"j" = (/obj/structure/closet/secure_closet{name = "clown locker";req_access_txt = "46"},/obj/item/clothing/shoes/clown_shoes/banana_shoes,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"k" = (/obj/structure/shuttle/engine/heater{color = "#FFFF00";dir = 4;icon_state = "heater"},/obj/structure/window/reinforced{color = "#FFFF00";dir = 8},/turf/open/floor/plating/airless{color = "#FFFF00"},/area/ruin/unpowered)
-"l" = (/obj/structure/shuttle/engine/propulsion{color = "#FFFF00";dir = 8;icon_state = "propulsion_l"},/turf/open/space,/area/ruin/unpowered)
-"m" = (/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
-"n" = (/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"o" = (/obj/item/weapon/shard{icon_state = "medium"},/obj/structure/chair{dir = 8},/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
-"p" = (/obj/effect/mob_spawn/human/clown{name = "Clown Pilot"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"q" = (/obj/item/weapon/paper{info = "The call has gone out! Our ancestral home has been rediscovered! Not a small patch of land, but a true clown nation, a true Clown Planet! We're on our way home at last!"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"r" = (/obj/structure/grille{color = "#FFFF00"},/obj/structure/window/reinforced{color = "#FFFF00"},/obj/structure/window/reinforced{color = "#FFFF00";dir = 4},/obj/structure/window/reinforced{color = "#FFFF00";dir = 8},/turf/open/floor/plating/airless{color = "#FFFF00"},/area/ruin/unpowered)
-"s" = (/obj/item/weapon/shard,/obj/structure/chair{dir = 8},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"t" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"u" = (/obj/item/weapon/storage/bag/ore,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"v" = (/obj/item/weapon/pickaxe,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"w" = (/obj/structure/closet/crate,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"x" = (/obj/item/weapon/shovel,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
-"y" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
-"z" = (/turf/closed/mineral/random,/area/ruin/unpowered)
+"f" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
+"g" = (/obj/effect/mob_spawn/human/clown,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"h" = (/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"i" = (/obj/structure/closet/crate,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"j" = (/obj/structure/closet/crate{icon_state = "crateopen";opened = 1},/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"k" = (/obj/structure/closet/secure_closet{name = "clown locker";req_access_txt = "46"},/obj/item/clothing/shoes/clown_shoes/banana_shoes,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2;name = "2maintenance loot spawner"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"l" = (/obj/structure/shuttle/engine/heater{color = "#FFFF00";dir = 4;icon_state = "heater"},/obj/structure/window/reinforced{color = "#FFFF00";dir = 8},/turf/open/floor/plating/airless{color = "#FFFF00"},/area/ruin/unpowered)
+"m" = (/obj/structure/shuttle/engine/propulsion{color = "#FFFF00";dir = 8;icon_state = "propulsion_l"},/turf/open/space,/area/ruin/unpowered)
+"n" = (/turf/closed/mineral/random,/area/ruin/unpowered)
+"o" = (/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
+"p" = (/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"q" = (/obj/item/weapon/shard{icon_state = "medium"},/obj/structure/chair{dir = 8},/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
+"r" = (/obj/effect/mob_spawn/human/clown{name = "Clown Pilot"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"s" = (/obj/item/weapon/paper{info = "The call has gone out! Our ancestral home has been rediscovered! Not a small patch of land, but a true clown nation, a true Clown Planet! We're on our way home at last!"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"t" = (/obj/structure/grille{color = "#FFFF00"},/obj/structure/window/reinforced{color = "#FFFF00"},/obj/structure/window/reinforced{color = "#FFFF00";dir = 4},/obj/structure/window/reinforced{color = "#FFFF00";dir = 8},/turf/open/floor/plating/airless{color = "#FFFF00"},/area/ruin/unpowered)
+"u" = (/obj/item/weapon/shard,/obj/structure/chair{dir = 8},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"v" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"w" = (/obj/item/weapon/storage/bag/ore,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"x" = (/obj/item/weapon/pickaxe,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"y" = (/obj/structure/closet/crate,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/obj/item/weapon/ore/bananium,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
+"z" = (/obj/item/weapon/shovel,/turf/open/floor/mineral/bananium/airless,/area/ruin/unpowered)
(1,1,1) = {"
abbaaaaccccccaaaaaaaaaaaaaaa
@@ -31,11 +31,11 @@ bbbbaabbbbbccbbbaaaaaaaaaaaa
bbbbbbbbbbbccbbaaaaaaaaaaaaa
abbbbbbbbbbbbbbaaaaaaaaaaaaa
abbbbbbbbbbbbccaadddeeddddda
-aabbbbbbbbbbbbcdddyfgghhijkl
-aaabbbbbbbbbbbbzzzmgggggngkl
-aabbbbbbbbbbbbbzzopgqngngnkl
-aabbbbbbbbbbbbbrgsgtgfgggnkl
-aabbbbbbbbbbbbbddduvggwwhxkl
+aabbbbbbbbbbbbcdddfghhiijklm
+aaabbbbbbbbbbbbnnnohhhhhphlm
+aabbbbbbbbbbbbbnnqrhsphphplm
+aabbbbbbbbbbbbbthuhvhghhhplm
+aabbbbbbbbbbbbbdddwxhhyyizlm
aabbbbbbbbbbbbbbbdddeeddddda
abbbbbbbbbbbbbbbbbbbbbbbbaaa
abbabbbbbccbbbbbbbbbbbaaaaaa
diff --git a/_maps/RandomRuins/SpaceRuins/crashedship.dmm b/_maps/RandomRuins/SpaceRuins/crashedship.dmm
index 05ca50a5b13c..edfe6668cf96 100644
--- a/_maps/RandomRuins/SpaceRuins/crashedship.dmm
+++ b/_maps/RandomRuins/SpaceRuins/crashedship.dmm
@@ -1,480 +1,439 @@
"aa" = (/turf/open/space,/area/space)
"ab" = (/obj/item/weapon/circular_saw,/obj/structure/lattice,/turf/open/space,/area/space)
-"ac" = (/turf/closed/wall/shuttle{icon_state = "swall4"},/area/awaymission/BMPship/Aft)
-"ad" = (/turf/closed/wall/shuttle{icon_state = "swall12"},/area/awaymission/BMPship/Aft)
-"ae" = (/turf/closed/wall/shuttle{icon_state = "swall14"},/area/awaymission/BMPship/Aft)
-"af" = (/turf/closed/wall/shuttle{icon_state = "swall_s10";dir = 2},/area/awaymission/BMPship/Aft)
-"ag" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"ah" = (/obj/machinery/porta_turret{dir = 8;emagged = 1;installation = /obj/item/weapon/gun/energy/lasercannon},/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"ai" = (/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"aj" = (/turf/closed/wall/shuttle{icon_state = "swall3";dir = 2},/area/awaymission/BMPship/Aft)
-"ak" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"al" = (/turf/open/floor/plating,/turf/closed/wall/shuttle{icon_state = "swall_f5";dir = 2},/area/awaymission/BMPship/Aft)
-"am" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"an" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"ao" = (/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"ap" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"aq" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"ar" = (/obj/machinery/light/small,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"as" = (/turf/closed/wall/shuttle{icon_state = "swall7"},/area/awaymission/BMPship/Aft)
-"at" = (/turf/closed/wall/shuttle{icon_state = "swall_s6";dir = 2},/area/space)
-"au" = (/turf/closed/wall/shuttle{icon_state = "swall13"},/area/awaymission/BMPship/Aft)
-"av" = (/turf/closed/wall/shuttle{icon_state = "swall8"},/area/awaymission/BMPship/Aft)
-"aw" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/open/floor/plating{icon_state = "panelscorched"},/area/awaymission/BMPship/Aft)
-"ax" = (/turf/closed/wall/shuttle{icon_state = "swall12";dir = 2},/area/awaymission/BMPship/Aft)
-"ay" = (/turf/closed/wall/shuttle,/area/awaymission/BMPship/Midship)
-"az" = (/obj/structure/bed/roller,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aA" = (/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aB" = (/obj/item/weapon/restraints/handcuffs,/obj/item/weapon/restraints/handcuffs,/obj/structure/closet/crate,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aC" = (/obj/item/weapon/scalpel,/obj/structure/closet/crate,/obj/item/weapon/tank/internals/anesthetic,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aD" = (/obj/item/bodybag,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aE" = (/obj/item/weapon/storage/box/syringes,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aF" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aG" = (/obj/structure/table/optable,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aH" = (/obj/machinery/computer/operating,/obj/structure/cable{d2 = 8;icon_state = "0-8"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aI" = (/turf/closed/wall/shuttle{icon_state = "swall3"},/area/awaymission/BMPship/Midship)
-"aJ" = (/turf/open/floor/plating/warnplate{dir = 9},/area/awaymission/BMPship/Aft)
-"aK" = (/obj/structure/closet/crate/freezer,/obj/item/organ/appendix,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/golem,/turf/open/floor/plating/warnplate{dir = 1},/area/awaymission/BMPship/Aft)
-"aL" = (/obj/structure/closet/crate/freezer,/obj/item/organ/brain,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/slime,/turf/open/floor/plating/warnplate{dir = 1},/area/awaymission/BMPship/Aft)
-"aM" = (/obj/structure/table,/obj/item/stack/packageWrap,/turf/open/floor/plating/warnplate{dir = 1},/area/awaymission/BMPship/Aft)
-"aN" = (/obj/structure/table,/obj/item/weapon/storage/box,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/warnplate{dir = 1},/area/awaymission/BMPship/Aft)
-"aO" = (/turf/open/floor/plating/warnplate{dir = 1},/area/awaymission/BMPship/Aft)
-"aP" = (/turf/open/floor/plating/warnplate{dir = 5},/turf/closed/wall/shuttle{icon_state = "swall_f5";dir = 2},/area/awaymission/BMPship/Aft)
-"aQ" = (/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/awaymission/BMPship/Midship)
-"aR" = (/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Midship)
-"aS" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"aT" = (/turf/closed/wall/shuttle{icon_state = "swall1"},/area/awaymission/BMPship/Midship)
-"aU" = (/turf/open/floor/plating/warnplate{dir = 8},/area/awaymission/BMPship/Aft)
-"aV" = (/obj/item/weapon/storage/box,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"aW" = (/obj/item/weapon/hand_labeler,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"aX" = (/obj/structure/closet/crate/large,/turf/open/floor/plating/warnplate{dir = 4},/area/awaymission/BMPship/Aft)
-"aY" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"aZ" = (/obj/structure/table/wood,/obj/item/stack/spacecash/c500,/obj/item/stack/spacecash/c100,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
-"ba" = (/obj/structure/bed,/obj/item/weapon/bedsheet/yellow,/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
-"bb" = (/obj/structure/rack,/turf/open/floor/plating/warnplate{dir = 1},/area/awaymission/BMPship/Fore)
-"bc" = (/turf/open/floor/plating/warnplate{dir = 5},/area/awaymission/BMPship/Fore)
-"bd" = (/obj/structure/sign/vacuum,/turf/closed/wall/shuttle{icon_state = "swall1"},/area/awaymission/BMPship/Fore)
-"be" = (/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Midship)
-"bf" = (/turf/open/floor/plating/airless{icon_state = "panelscorched"},/area/awaymission/BMPship/Midship)
-"bg" = (/obj/effect/decal/cleanable/blood/gibs/old,/obj/effect/gibspawner/human,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bh" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/item/clothing/glasses/regular/hipster,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bi" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bj" = (/obj/machinery/door/unpowered/shuttle,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf,/area/awaymission/BMPship/Midship)
-"bk" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating/warnplate{dir = 8},/area/awaymission/BMPship/Aft)
-"bl" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bm" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/drinks/beer,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bn" = (/obj/machinery/computer/teleporter,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bo" = (/obj/machinery/teleport/station,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bp" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bq" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"br" = (/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
-"bs" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
-"bt" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
-"bu" = (/turf/closed/wall/shuttle{icon_state = "swall2"},/area/awaymission/BMPship/Midship)
-"bv" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bw" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c50,/turf/open/floor/plating/warnplate{dir = 4},/area/awaymission/BMPship/Aft)
-"bx" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"by" = (/turf/open/floor/plasteel{icon_state = "wood-broken"},/area/awaymission/BMPship/Fore)
-"bz" = (/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Fore)
-"bA" = (/obj/machinery/light/small,/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Fore)
-"bB" = (/turf/open/floor/plating/warnplate{dir = 6},/area/awaymission/BMPship/Fore)
-"bC" = (/turf/closed/wall/shuttle{icon_state = "swall11"},/area/awaymission/BMPship/Midship)
-"bD" = (/obj/machinery/light,/obj/effect/decal/cleanable/blood/gibs/old,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bE" = (/obj/machinery/button/door{id = "packerMed";pixel_y = -24},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bF" = (/obj/machinery/sleeper{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bG" = (/obj/machinery/sleep_console,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bH" = (/obj/machinery/light,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bI" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bJ" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/obj/item/weapon/hand_labeler,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bK" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bL" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/obj/item/weapon/storage/box,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"bM" = (/turf/open/floor/plating/warnplate{dir = 4},/area/awaymission/BMPship/Aft)
-"bN" = (/turf/closed/wall/shuttle{icon_state = "swallc2"},/area/awaymission/BMPship/Fore)
-"bO" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plasteel{icon_state = "carpetside";dir = 1},/area/awaymission/BMPship/Fore)
-"bP" = (/obj/machinery/door/airlock/silver,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"bQ" = (/turf/closed/wall/shuttle{icon_state = "swall15"},/area/awaymission/BMPship/Midship)
-"bR" = (/obj/machinery/door/poddoor/shutters{id = "packerMed"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"bS" = (/obj/structure/closet/crate/large,/turf/open/floor/plating/warnplate{dir = 10},/area/awaymission/BMPship/Aft)
-"bT" = (/obj/structure/kitchenspike,/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"bU" = (/obj/structure/closet/crate,/obj/item/device/analyzer,/obj/item/stack/spacecash/c10,/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"bV" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c200,/obj/item/stack/spacecash/c500,/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"bW" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/hugemushroomslice,/obj/item/organ/appendix,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/golem/adamantine,/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"bX" = (/obj/machinery/button/door{id = "packerCargo";pixel_y = -24},/obj/machinery/light/small,/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"bY" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"bZ" = (/turf/open/space,/turf/closed/wall/shuttle{icon_state = "swall_f9";dir = 2},/area/space)
-"ca" = (/turf/open/floor/carpet,/turf/closed/wall/shuttle{icon_state = "swall_f9";dir = 2},/area/awaymission/BMPship/Fore)
-"cb" = (/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"cc" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/machinery/power/apc{dir = 1;environ = 0;equipment = 3;locked = 0;pixel_y = 32;req_access = ""},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"cd" = (/obj/structure/table,/obj/item/weapon/screwdriver,/obj/item/weapon/screwdriver,/obj/item/weapon/paper{info = "The next person who takes one of my screwdrivers gets stabbed with one. They are MINE. - Love, Madsen";name = "scribbled note"},/obj/item/weapon/screwdriver,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"ce" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cf" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 8},/area/awaymission/BMPship/Midship)
-"cg" = (/obj/structure/sink{dir = 2},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/awaymission/BMPship/Midship)
-"ch" = (/obj/machinery/vending/hydroseeds{slogan_delay = 700},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/awaymission/BMPship/Midship)
-"ci" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/awaymission/BMPship/Midship)
-"cj" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 4},/area/awaymission/BMPship/Midship)
-"ck" = (/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cl" = (/obj/structure/table,/obj/item/weapon/kitchen/knife/butcher,/obj/item/weapon/reagent_containers/food/drinks/beer,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cm" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cn" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"co" = (/obj/machinery/processor,/obj/machinery/light{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cp" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cq" = (/obj/structure/table,/obj/item/weapon/kitchen/knife,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cr" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cs" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb2,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"ct" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/door/poddoor/shutters{id = "packerCargo"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"cu" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"cv" = (/obj/item/weapon/reagent_containers/food/snacks/hugemushroomslice,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cw" = (/turf/open/floor/plasteel,/area/awaymission/BMPship/Midship)
-"cx" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel,/area/awaymission/BMPship/Midship)
-"cy" = (/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cz" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cA" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cB" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"cC" = (/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"cD" = (/obj/machinery/door/airlock/silver,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"cE" = (/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cF" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cG" = (/obj/effect/decal/cleanable/blood/gibs/old,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cH" = (/obj/machinery/gibber,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cI" = (/turf/open/floor/plasteel/hydrofloor,/area/awaymission/BMPship/Aft)
-"cJ" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"cK" = (/turf/closed/wall/shuttle{icon_state = "swallc3"},/area/awaymission/BMPship/Aft)
-"cL" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"cM" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"cN" = (/obj/item/weapon/reagent_containers/food/snacks/hugemushroomslice,/turf/open/floor/plasteel,/area/awaymission/BMPship/Midship)
-"cO" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cP" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cQ" = (/obj/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cR" = (/obj/machinery/door/window,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cS" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
-"cT" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"cU" = (/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"cV" = (/obj/structure/closet/secure_closet/freezer/meat{opened = 1},/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cW" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cX" = (/obj/effect/decal/cleanable/blood/splatter,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cY" = (/obj/item/weapon/crowbar,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
-"cZ" = (/turf/open/floor/plasteel/warning{dir = 8},/area/awaymission/BMPship/Aft)
-"da" = (/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/obj/machinery/power/apc{dir = 1;environ = 0;equipment = 3;locked = 0;pixel_y = 32;req_access = ""},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"db" = (/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"dc" = (/obj/structure/table,/obj/item/weapon/paper{info = "I'm no scientist, but judging from the design and components, it seems to be some kind of teleporter. This thing is gonna be worth a lot of cash to the right man. The boys are excited, as they have every right to be, and I've let them crack into that case of beer we got. I normally wouldn't allow such a thing, but this is a time for celebration! It's not like a couple drinks will hurt anything.";name = "Captain's log entry"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dd" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"de" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"df" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dg" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 10},/area/awaymission/BMPship/Midship)
-"dh" = (/turf/open/floor/plasteel/green/side,/area/awaymission/BMPship/Midship)
-"di" = (/obj/machinery/seed_extractor,/obj/item/seeds/plump/walkingmushroom,/turf/open/floor/plasteel/green/side,/area/awaymission/BMPship/Midship)
-"dj" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 6},/area/awaymission/BMPship/Midship)
-"dk" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dl" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dm" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dn" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"do" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"dp" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"dq" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"dr" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"ds" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"dt" = (/obj/item/device/multitool,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"du" = (/obj/structure/shuttle/engine/heater{icon_state = "heater";dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/engine/airless,/area/awaymission/BMPship/Aft)
-"dv" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion";dir = 8},/turf/open/space,/area/awaymission/BMPship/Aft)
-"dw" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dx" = (/obj/structure/chair/stool,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dy" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dz" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dA" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dB" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dC" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dD" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dE" = (/turf/closed/wall/r_wall,/area/awaymission/BMPship/Midship)
-"dF" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"dG" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/warning{dir = 8},/area/awaymission/BMPship/Aft)
-"dH" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"dI" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"dJ" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
-"dK" = (/obj/item/weapon/shard,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dL" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dM" = (/obj/machinery/door/airlock/silver,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"dN" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dO" = (/obj/machinery/shieldwallgen,/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"dP" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dQ" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/machinery/power/apc{dir = 1;locked = 0;pixel_y = 28;req_access = ""},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dR" = (/turf/open/floor/plasteel/loadingarea/dirtydirty{dir = 4},/area/awaymission/BMPship/Midship)
-"dS" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey1"},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"dT" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey1"},/obj/structure/plasticflaps,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"dU" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal/deliveryChute{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"dV" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/awaymission/BMPship/Midship)
-"dW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dX" = (/obj/structure/disposalpipe/segment{dir = 2;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"dY" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"dZ" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"ea" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"eb" = (/obj/structure/rack,/obj/item/weapon/storage/box/lights,/turf/open/floor/plasteel/warning{dir = 8},/area/awaymission/BMPship/Aft)
-"ec" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel/hydrofloor,/area/awaymission/BMPship/Aft)
-"ed" = (/obj/machinery/power/smes/magical{desc = "A high-capacity superconducting magnetic energy storage (SMES) unit.";name = "power storage unit"},/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"ee" = (/obj/structure/cable{icon_state = "0-4";d2 = 4},/obj/machinery/power/terminal{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"ef" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"eg" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/grille,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
-"eh" = (/obj/structure/table,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"ei" = (/obj/structure/chair/office{dir = 8},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"ej" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"ek" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"el" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"em" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"en" = (/obj/machinery/conveyor_switch/oneway{id = "meatConvey1"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eo" = (/obj/structure/disposalpipe/segment{dir = 1;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"ep" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eq" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"er" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"es" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"et" = (/obj/effect/decal/cleanable/blood/gibs/old,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"eu" = (/obj/structure/rack,/obj/item/weapon/storage/belt/utility/full,/turf/open/floor/plasteel/warning{dir = 8},/area/awaymission/BMPship/Aft)
-"ev" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"ew" = (/turf/closed/wall/shuttle{icon_state = "swall_s9";dir = 2},/area/awaymission/BMPship/Aft)
-"ex" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"ey" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"ez" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"eA" = (/obj/effect/decal/cleanable/dirt,/obj/effect/gibspawner/xeno,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"eB" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eC" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eD" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eE" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eF" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"eG" = (/obj/effect/gibspawner/human,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"eH" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"eI" = (/obj/structure/rack,/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/plasteel/warning{dir = 8},/area/awaymission/BMPship/Aft)
-"eJ" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/grille,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
-"eK" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"eL" = (/obj/machinery/light,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eM" = (/obj/effect/gibspawner/generic,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eN" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eO" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"eP" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"eQ" = (/obj/structure/rack,/turf/open/floor/plasteel/warning{dir = 8},/area/awaymission/BMPship/Aft)
-"eR" = (/obj/machinery/power/smes/magical{desc = "A high-capacity superconducting magnetic energy storage (SMES) unit.";name = "power storage unit"},/obj/structure/cable,/obj/structure/cable,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"eS" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"eT" = (/obj/effect/decal/cleanable/cobweb,/obj/machinery/power/port_gen/pacman/super,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"eU" = (/obj/structure/closet,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"eV" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/obj/structure/closet,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"eW" = (/obj/item/weapon/wrench,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"eX" = (/obj/structure/disposalpipe/segment{dir = 4;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eY" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"eZ" = (/obj/structure/mopbucket,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fa" = (/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/kitchen/knife,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fb" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"fc" = (/turf/closed/wall/shuttle{icon_state = "swall_s5";dir = 2},/area/awaymission/BMPship/Fore)
-"fd" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"fe" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/machinery/door/unpowered/shuttle,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
-"ff" = (/turf/closed/wall/shuttle{icon_state = "swall11";dir = 2},/area/awaymission/BMPship/Fore)
-"fg" = (/obj/effect/gibspawner/xeno,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"fh" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel{icon_state = "panelscorched"},/area/awaymission/BMPship/Midship)
-"fi" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"fj" = (/turf/open/floor/plasteel/loadingarea/dirty{dir = 4},/area/awaymission/BMPship/Midship)
-"fk" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey2"},/obj/item/weapon/kitchen/knife,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"fl" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey2"},/obj/structure/plasticflaps,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"fm" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey2"},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"fn" = (/obj/structure/disposalpipe/segment{dir = 8;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"fo" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fp" = (/obj/structure/window/reinforced,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fq" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fr" = (/obj/item/stack/cable_coil,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fs" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"ft" = (/obj/item/stack/sheet/mineral/uranium{amount = 50},/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"fu" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"fv" = (/obj/item/weapon/shard{icon_state = "small"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"fw" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless{icon_state = "panelscorched"},/area/awaymission/BMPship/Fore)
-"fx" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
-"fy" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/item/weapon/kitchen/knife,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"fz" = (/obj/machinery/conveyor_switch/oneway{id = "meatConvey2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"fA" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"fB" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"fC" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"fD" = (/obj/item/weapon/mop,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"fE" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fF" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/warning{dir = 4},/area/awaymission/BMPship/Aft)
-"fG" = (/obj/item/weapon/shard,/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Fore)
-"fH" = (/obj/structure/chair/stool,/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
-"fI" = (/obj/item/stack/cable_coil{amount = 5},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"fJ" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"fK" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"fL" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"fM" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"fN" = (/obj/structure/reagent_dispensers,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
-"fO" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"fP" = (/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
-"fQ" = (/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/turf/closed/wall/shuttle{dir = 3;icon_state = "swall_f10";layer = 2},/area/awaymission/BMPship/Fore)
-"fR" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/plating/airless{icon_state = "panelscorched"},/area/awaymission/BMPship/Fore)
-"fS" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Fore)
-"fT" = (/obj/machinery/light/small,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
-"fU" = (/turf/open/floor/plasteel{icon_state = "platingdmg3"},/area/awaymission/BMPship/Midship)
-"fV" = (/turf/open/floor/plasteel{icon_state = "platingdmg1"},/area/awaymission/BMPship/Midship)
-"fW" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"fX" = (/obj/machinery/door/airlock/silver{locked = 1},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"fY" = (/obj/machinery/door/unpowered/shuttle,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"fZ" = (/turf/closed/mineral/random,/area/awaymission/BMPship)
-"ga" = (/obj/item/device/multitool,/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/space)
-"gb" = (/turf/closed/wall/shuttle{icon_state = "swallc1"},/area/awaymission/BMPship/Fore)
-"gc" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/door/airlock/silver,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"gd" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"ge" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gf" = (/obj/structure/table,/obj/item/weapon/paper{info = "DEAR DAIRY: So we was doing our typpical route when the captain says we've been picking up weird signals on some backwatter planet. Madsen wanted to stay on course but he ain't the captain, so we went out of the way to check it out. There was lots of rocks on the way, but we got to the planet fine. Found a big fancy camp with nobody around and this big metal donut thing with NT stamps all over it right in the middle. Case of beer too. Captain reckons we can pass it off to some buyer in the Syndicate. Ingram says it's bad luck and that someone is going to come look for it but it sounds like better money than selling bad meat to jerky companies.";name = "Old Diary"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gg" = (/obj/structure/table,/obj/item/weapon/pen/red,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gh" = (/obj/structure/closet,/obj/item/clothing/under/overalls,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gi" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"gj" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/engine,/area/awaymission/BMPship/Fore)
-"gk" = (/obj/structure/cable,/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
-"gl" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"gm" = (/obj/structure/rack,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"gn" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship/Fore)
-"go" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "platingdmg1"},/area/awaymission/BMPship/Midship)
-"gp" = (/obj/item/wallframe/apc,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gq" = (/obj/structure/ore_box,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gr" = (/obj/structure/ore_box,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gs" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gt" = (/obj/effect/decal/remains/human,/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gu" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gv" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gw" = (/obj/structure/cable{d2 = 8;icon_state = "0-8"},/obj/item/wallframe/apc,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gx" = (/obj/effect/decal/remains/human,/obj/item/clothing/head/helmet/space/syndicate/green/dark,/obj/effect/gibspawner/generic,/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
-"gy" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/grille,/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"gz" = (/obj/machinery/door/unpowered/shuttle,/turf,/area/awaymission/BMPship/Fore)
-"gA" = (/obj/effect/gibspawner/robot,/turf/open/floor/plasteel/airless{icon_state = "floorscorched2"},/area/awaymission/BMPship/Fore)
-"gB" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "platingdmg2"},/area/awaymission/BMPship/Midship)
-"gC" = (/obj/structure/mecha_wreckage/ripley,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gD" = (/obj/structure/bed,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gE" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/item/weapon/storage/wallet/random,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gF" = (/obj/structure/closet,/obj/item/clothing/under/lawyer/bluesuit,/obj/item/clothing/suit/apron,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gG" = (/obj/item/clothing/suit/space/syndicate/green/dark,/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
-"gH" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"gI" = (/obj/effect/gibspawner/robot,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gJ" = (/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gK" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gL" = (/obj/machinery/door/unpowered/shuttle,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"gM" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gN" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gO" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
-"gP" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "panelscorched"},/area/awaymission/BMPship/Midship)
-"gQ" = (/obj/effect/decal/remains/human,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gR" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gS" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
-"gT" = (/obj/structure/mirror{pixel_y = 28},/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
-"gU" = (/obj/structure/toilet{dir = 8},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
-"gV" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "platingdmg3"},/area/awaymission/BMPship/Midship)
-"gW" = (/obj/item/weapon/caution,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gX" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"gY" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c10,/obj/item/stack/spacecash/c200,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"gZ" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c10,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"ha" = (/obj/structure/sink{dir = 2},/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
-"hb" = (/turf/open/floor/plasteel/cafeteria{dir = 2},/turf/closed/wall/shuttle{icon_state = "swall_f6";dir = 2},/area/awaymission/BMPship/Aft)
-"hc" = (/obj/item/clothing/gloves/color/fyellow,/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
-"hd" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"he" = (/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"hf" = (/obj/item/weapon/poster/contraband,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"hg" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"hh" = (/turf/open/floor/plating,/turf/closed/wall/shuttle{icon_state = "swall_f6";dir = 2},/area/awaymission/BMPship/Aft)
-"hi" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
-"hj" = (/turf/closed/mineral/diamond,/area/awaymission/BMPship)
-"hk" = (/turf/closed/mineral/clown,/area/awaymission/BMPship)
-"hl" = (/turf/closed/wall/shuttle{icon_state = "swall_s6";dir = 2},/area/awaymission/BMPship/Midship)
-"hm" = (/turf/closed/wall/shuttle{icon_state = "swall12"},/area/awaymission/BMPship/Midship)
-"hn" = (/turf/closed/wall/shuttle{icon_state = "swall14"},/area/awaymission/BMPship/Midship)
-"ho" = (/turf/closed/wall/shuttle{icon_state = "swall4"},/area/awaymission/BMPship/Fore)
-"hp" = (/turf/closed/wall/shuttle{icon_state = "swall12"},/area/awaymission/BMPship/Fore)
-"hq" = (/turf/closed/wall/shuttle{icon_state = "swall14"},/area/awaymission/BMPship/Fore)
-"hr" = (/turf/closed/wall/shuttle{icon_state = "swall_s10";dir = 2},/area/awaymission/BMPship/Fore)
-"hs" = (/turf/closed/wall/shuttle{icon_state = "swall3"},/area/awaymission/BMPship/Aft)
-"ht" = (/turf/closed/wall/shuttle{icon_state = "swall3"},/area/awaymission/BMPship/Fore)
-"hu" = (/turf/open/floor/plating/warnplate{dir = 9},/area/awaymission/BMPship/Fore)
-"hv" = (/turf/open/floor/plating/warnplate{dir = 1},/area/awaymission/BMPship/Fore)
-"hw" = (/turf/open/floor/plating/warnplate{dir = 8},/area/awaymission/BMPship/Fore)
-"hx" = (/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
-"hy" = (/turf/closed/wall/shuttle{icon_state = "swall2"},/area/awaymission/BMPship/Fore)
-"hz" = (/turf/closed/wall/shuttle{icon_state = "swall8"},/area/awaymission/BMPship/Fore)
-"hA" = (/turf/closed/wall/shuttle{icon_state = "swall1"},/area/awaymission/BMPship/Fore)
-"hB" = (/turf/closed/wall/shuttle{icon_state = "swall13"},/area/awaymission/BMPship/Midship)
-"hC" = (/turf/closed/wall/shuttle{icon_state = "swall8"},/area/awaymission/BMPship/Midship)
-"hD" = (/turf/closed/wall/shuttle{icon_state = "swall4"},/area/awaymission/BMPship/Midship)
-"hE" = (/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"hF" = (/obj/machinery/light/small,/turf/open/floor/plating/warnplate{dir = 2},/area/awaymission/BMPship/Aft)
-"hG" = (/turf/open/floor/plating/warnplate{dir = 6},/area/awaymission/BMPship/Aft)
-"hH" = (/turf/closed/wall/shuttle{icon_state = "swall_s6";dir = 2},/area/awaymission/BMPship/Fore)
-"hI" = (/turf/closed/wall/shuttle{icon_state = "swall3";dir = 2},/area/awaymission/BMPship/Fore)
-"hJ" = (/turf/closed/wall/shuttle{icon_state = "swall7"},/area/awaymission/BMPship/Midship)
-"hK" = (/turf/closed/wall/shuttle{icon_state = "swall15"},/area/awaymission/BMPship/Aft)
-"hL" = (/turf/closed/wall/shuttle{icon_state = "swall3";dir = 2},/area/awaymission/BMPship/Midship)
-"hM" = (/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
-"hN" = (/turf/closed/wall/shuttle{icon_state = "swall2"},/area/awaymission/BMPship/Aft)
-"hO" = (/turf/closed/wall/shuttle{icon_state = "swall11"},/area/awaymission/BMPship/Aft)
-"hP" = (/turf/closed/wall/shuttle{icon_state = "swall1"},/area/awaymission/BMPship/Aft)
-"hQ" = (/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"hR" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
-"hS" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
-"hT" = (/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Fore)
-"hU" = (/obj/structure/lattice,/turf/open/space,/area/awaymission/BMPship/Fore)
-"hV" = (/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
-"hW" = (/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/awaymission/BMPship/Fore)
-"hX" = (/turf/closed/wall/shuttle{icon_state = "swallc2"},/area/awaymission/BMPship/Aft)
-"hY" = (/turf/closed/wall/shuttle{icon_state = "swallc3"},/area/awaymission/BMPship/Fore)
-"hZ" = (/turf/closed/mineral/random,/area/awaymission/BMPship/Midship)
-"ia" = (/obj/machinery/porta_turret{dir = 8;emagged = 1;installation = /obj/item/weapon/gun/energy/lasercannon},/turf/open/floor/engine,/area/awaymission/BMPship/Fore)
-"ib" = (/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship/Fore)
-"ic" = (/turf/closed/wall/shuttle,/area/awaymission/BMPship/Fore)
-"id" = (/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship/Midship)
-"ie" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"if" = (/obj/item/stack/cable_coil{amount = 5},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
-"ig" = (/turf/open/floor/engine,/area/awaymission/BMPship/Fore)
-"ih" = (/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
-"ii" = (/turf/closed/mineral/random,/area/awaymission/BMPship/Fore)
-"ij" = (/turf/closed/wall/shuttle,/area/awaymission/BMPship)
-"ik" = (/turf/closed/wall/shuttle{icon_state = "swall13"},/area/awaymission/BMPship/Fore)
-"il" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ac" = (/turf/closed/wall/mineral/titanium,/area/awaymission/BMPship/Aft)
+"ad" = (/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Aft)
+"ae" = (/turf/closed/wall/mineral/titanium/overspace,/area/awaymission/BMPship/Aft)
+"af" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ag" = (/obj/machinery/porta_turret{dir = 8;emagged = 1;installation = /obj/item/weapon/gun/energy/lasercannon},/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ah" = (/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ai" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"aj" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ak" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"al" = (/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"am" = (/obj/structure/lattice,/turf/open/space,/area/space)
+"an" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ao" = (/obj/machinery/light/small,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ap" = (/turf/closed/wall/mineral/titanium/overspace,/area/awaymission/BMPship/Midship)
+"aq" = (/turf/closed/wall/mineral/titanium,/area/awaymission/BMPship/Midship)
+"ar" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/open/floor/plating{icon_state = "panelscorched"},/area/awaymission/BMPship/Aft)
+"as" = (/obj/structure/bed/roller,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"at" = (/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"au" = (/obj/item/weapon/restraints/handcuffs,/obj/item/weapon/restraints/handcuffs,/obj/structure/closet/crate,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"av" = (/obj/item/weapon/scalpel,/obj/structure/closet/crate,/obj/item/weapon/tank/internals/anesthetic,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"aw" = (/obj/item/bodybag,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"ax" = (/obj/item/weapon/storage/box/syringes,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"ay" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"az" = (/obj/structure/table/optable,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"aA" = (/obj/machinery/computer/operating,/obj/structure/cable{d2 = 8;icon_state = "0-8"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"aB" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 9},/area/awaymission/BMPship/Aft)
+"aC" = (/obj/structure/closet/crate/freezer,/obj/item/organ/appendix,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/golem,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 1},/area/awaymission/BMPship/Aft)
+"aD" = (/obj/structure/closet/crate/freezer,/obj/item/organ/brain,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/slime,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 1},/area/awaymission/BMPship/Aft)
+"aE" = (/obj/structure/table,/obj/item/stack/packageWrap,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 1},/area/awaymission/BMPship/Aft)
+"aF" = (/obj/structure/table,/obj/item/weapon/storage/box,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 1},/area/awaymission/BMPship/Aft)
+"aG" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 1},/area/awaymission/BMPship/Aft)
+"aH" = (/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Fore)
+"aI" = (/turf/closed/wall/mineral/titanium/overspace,/area/awaymission/BMPship/Fore)
+"aJ" = (/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/awaymission/BMPship/Midship)
+"aK" = (/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Midship)
+"aL" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"aM" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"aN" = (/obj/item/weapon/storage/box,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"aO" = (/obj/item/weapon/hand_labeler,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"aP" = (/obj/structure/closet/crate/large,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"aQ" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"aR" = (/obj/structure/table/wood,/obj/item/stack/spacecash/c500,/obj/item/stack/spacecash/c100,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
+"aS" = (/obj/structure/bed,/obj/item/weapon/bedsheet/yellow,/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
+"aT" = (/turf/closed/wall/mineral/titanium,/area/awaymission/BMPship/Fore)
+"aU" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 9},/area/awaymission/BMPship/Fore)
+"aV" = (/obj/structure/rack,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 1},/area/awaymission/BMPship/Fore)
+"aW" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 1},/area/awaymission/BMPship/Fore)
+"aX" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 5},/area/awaymission/BMPship/Fore)
+"aY" = (/obj/structure/sign/vacuum,/turf/closed/wall/mineral/titanium,/area/awaymission/BMPship/Fore)
+"aZ" = (/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Midship)
+"ba" = (/turf/open/floor/plating/airless{icon_state = "panelscorched"},/area/awaymission/BMPship/Midship)
+"bb" = (/obj/effect/decal/cleanable/blood/gibs/old,/obj/effect/gibspawner/human,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bc" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/item/clothing/glasses/regular/hipster,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bd" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"be" = (/obj/machinery/door/unpowered/shuttle,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf,/area/awaymission/BMPship/Midship)
+"bf" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"bg" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bh" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/drinks/beer,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bi" = (/obj/machinery/computer/teleporter,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bj" = (/obj/machinery/teleport/station,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bk" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bl" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"bm" = (/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
+"bn" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/awaymission/BMPship/Fore)
+"bo" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Fore)
+"bp" = (/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
+"bq" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
+"br" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bs" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c50,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"bt" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"bu" = (/turf/open/floor/plasteel{icon_state = "wood-broken"},/area/awaymission/BMPship/Fore)
+"bv" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Fore)
+"bw" = (/obj/machinery/light/small,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Fore)
+"bx" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 6},/area/awaymission/BMPship/Fore)
+"by" = (/obj/machinery/light,/obj/effect/decal/cleanable/blood/gibs/old,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bz" = (/obj/machinery/button/door{id = "packerMed";pixel_y = -24},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bA" = (/obj/machinery/sleeper{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bB" = (/obj/machinery/sleep_console,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bC" = (/obj/machinery/light,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bD" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bE" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/obj/item/weapon/hand_labeler,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bF" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bG" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/obj/item/weapon/storage/box,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"bH" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"bI" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plasteel{icon_state = "carpetside";dir = 1},/area/awaymission/BMPship/Fore)
+"bJ" = (/obj/machinery/door/airlock/silver,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"bK" = (/obj/machinery/door/poddoor/shutters{id = "packerMed"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"bL" = (/obj/structure/closet/crate/large,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 10},/area/awaymission/BMPship/Aft)
+"bM" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bN" = (/obj/machinery/light/small,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bO" = (/obj/structure/kitchenspike,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bP" = (/obj/structure/closet/crate,/obj/item/device/analyzer,/obj/item/stack/spacecash/c10,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bQ" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c1000,/obj/item/stack/spacecash/c200,/obj/item/stack/spacecash/c500,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bR" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/hugemushroomslice,/obj/item/organ/appendix,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/golem/adamantine,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bS" = (/obj/machinery/button/door{id = "packerCargo";pixel_y = -24},/obj/machinery/light/small,/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bT" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 2},/area/awaymission/BMPship/Aft)
+"bU" = (/turf/open/floor/plating,/obj/effect/turf_decal/stripes/line{dir = 6},/area/awaymission/BMPship/Aft)
+"bV" = (/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"bW" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/machinery/power/apc{dir = 1;environ = 0;equipment = 3;locked = 0;pixel_y = 32;req_access = ""},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"bX" = (/obj/structure/table,/obj/item/weapon/screwdriver,/obj/item/weapon/screwdriver,/obj/item/weapon/paper{info = "The next person who takes one of my screwdrivers gets stabbed with one. They are MINE. - Love, Madsen";name = "scribbled note"},/obj/item/weapon/screwdriver,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"bY" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"bZ" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 8},/area/awaymission/BMPship/Midship)
+"ca" = (/obj/structure/sink{dir = 2},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/awaymission/BMPship/Midship)
+"cb" = (/obj/machinery/vending/hydroseeds{slogan_delay = 700},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/awaymission/BMPship/Midship)
+"cc" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/awaymission/BMPship/Midship)
+"cd" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 4},/area/awaymission/BMPship/Midship)
+"ce" = (/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cf" = (/obj/structure/table,/obj/item/weapon/kitchen/knife/butcher,/obj/item/weapon/reagent_containers/food/drinks/beer,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"cg" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"ch" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"ci" = (/obj/machinery/processor,/obj/machinery/light{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"cj" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"ck" = (/obj/structure/table,/obj/item/weapon/kitchen/knife,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cl" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cm" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cn" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/door/poddoor/shutters{id = "packerCargo"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"co" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"cp" = (/obj/item/weapon/reagent_containers/food/snacks/hugemushroomslice,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cq" = (/turf/open/floor/plasteel,/area/awaymission/BMPship/Midship)
+"cr" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel,/area/awaymission/BMPship/Midship)
+"cs" = (/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"ct" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"cu" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cv" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"cw" = (/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"cx" = (/obj/machinery/door/airlock/silver,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"cy" = (/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cz" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cA" = (/obj/effect/decal/cleanable/blood/gibs/old,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cB" = (/obj/machinery/gibber,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cC" = (/turf/open/floor/plasteel/hydrofloor,/area/awaymission/BMPship/Aft)
+"cD" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"cE" = (/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"cF" = (/turf/closed/wall/mineral/titanium/overspace,/area/space)
+"cG" = (/turf/open/floor/carpet,/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Fore)
+"cH" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"cI" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"cJ" = (/obj/item/weapon/reagent_containers/food/snacks/hugemushroomslice,/turf/open/floor/plasteel,/area/awaymission/BMPship/Midship)
+"cK" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cL" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"cM" = (/obj/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"cN" = (/obj/machinery/door/window,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"cO" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plasteel/barber,/area/awaymission/BMPship/Midship)
+"cP" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"cQ" = (/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"cR" = (/obj/structure/closet/secure_closet/freezer/meat{opened = 1},/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cS" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/obj/item/weapon/reagent_containers/food/snacks/meat/slab,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cT" = (/obj/effect/decal/cleanable/blood/splatter,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cU" = (/obj/item/weapon/crowbar,/turf/open/floor/plasteel/white,/area/awaymission/BMPship/Aft)
+"cV" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"cW" = (/obj/structure/cable{icon_state = "0-2";pixel_y = 1;d2 = 2},/obj/machinery/power/apc{dir = 1;environ = 0;equipment = 3;locked = 0;pixel_y = 32;req_access = ""},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"cX" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"cY" = (/obj/structure/table,/obj/item/weapon/paper{info = "I'm no scientist, but judging from the design and components, it seems to be some kind of teleporter. This thing is gonna be worth a lot of cash to the right man. The boys are excited, as they have every right to be, and I've let them crack into that case of beer we got. I normally wouldn't allow such a thing, but this is a time for celebration! It's not like a couple drinks will hurt anything.";name = "Captain's log entry"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"cZ" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"da" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"db" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"dc" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 10},/area/awaymission/BMPship/Midship)
+"dd" = (/turf/open/floor/plasteel/green/side,/area/awaymission/BMPship/Midship)
+"de" = (/obj/machinery/seed_extractor,/obj/item/seeds/plump/walkingmushroom,/turf/open/floor/plasteel/green/side,/area/awaymission/BMPship/Midship)
+"df" = (/obj/machinery/hydroponics,/turf/open/floor/plasteel/green/side{dir = 6},/area/awaymission/BMPship/Midship)
+"dg" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dh" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"di" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dj" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"dk" = (/turf/closed/wall/mineral/titanium/nodiagonal,/area/awaymission/BMPship/Aft)
+"dl" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"dm" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"dn" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"do" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"dp" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"dq" = (/obj/item/device/multitool,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"dr" = (/obj/structure/shuttle/engine/heater{icon_state = "heater";dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/engine/airless,/area/awaymission/BMPship/Aft)
+"ds" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion";dir = 8},/turf/open/space,/area/awaymission/BMPship/Aft)
+"dt" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"du" = (/obj/structure/chair/stool,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"dv" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"dw" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dx" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dy" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dz" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dA" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dB" = (/turf/closed/wall/r_wall,/area/awaymission/BMPship/Midship)
+"dC" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"dD" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"dE" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"dF" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"dG" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
+"dH" = (/obj/item/weapon/shard,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"dI" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"dJ" = (/obj/machinery/door/airlock/silver,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"dK" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dL" = (/obj/machinery/shieldwallgen,/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"dM" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dN" = (/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/machinery/power/apc{dir = 1;locked = 0;pixel_y = 28;req_access = ""},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dO" = (/turf/open/floor/plasteel/loadingarea/dirtydirty{dir = 4},/area/awaymission/BMPship/Midship)
+"dP" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey1"},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"dQ" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey1"},/obj/structure/plasticflaps,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"dR" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/disposal/deliveryChute{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"dS" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/awaymission/BMPship/Midship)
+"dT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dU" = (/obj/structure/disposalpipe/segment{dir = 2;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"dV" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"dW" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"dX" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"dY" = (/obj/structure/rack,/obj/item/weapon/storage/box/lights,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"dZ" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel/hydrofloor,/area/awaymission/BMPship/Aft)
+"ea" = (/obj/machinery/power/smes/magical{desc = "A high-capacity superconducting magnetic energy storage (SMES) unit.";name = "power storage unit"},/obj/structure/cable{icon_state = "0-2";d2 = 2},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2";d2 = 2},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"eb" = (/obj/structure/cable{icon_state = "0-4";d2 = 4},/obj/machinery/power/terminal{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"ec" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"ed" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/grille,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
+"ee" = (/obj/structure/table,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"ef" = (/obj/structure/chair/office{dir = 8},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"eg" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"eh" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"ei" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"ej" = (/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"ek" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"el" = (/obj/machinery/conveyor_switch/oneway{id = "meatConvey1"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"em" = (/obj/structure/disposalpipe/segment{dir = 1;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"en" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"ep" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"eq" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"er" = (/obj/effect/decal/cleanable/blood/gibs/old,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"es" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"et" = (/obj/structure/rack,/obj/item/weapon/storage/belt/utility/full,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"eu" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"ev" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"ew" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"ex" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"ey" = (/obj/effect/decal/cleanable/dirt,/obj/effect/gibspawner/xeno,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"ez" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eA" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eB" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eC" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eD" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"eE" = (/obj/effect/gibspawner/human,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"eF" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"eG" = (/obj/structure/rack,/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"eH" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/grille,/turf/open/floor/plating,/area/awaymission/BMPship/Fore)
+"eI" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"eJ" = (/obj/machinery/door/window{base_state = "right";dir = 4;icon_state = "right"},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"eK" = (/obj/machinery/light,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eL" = (/obj/effect/gibspawner/generic,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eM" = (/obj/structure/cable{d1 = 2;d2 = 4;icon_state = "2-4"},/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eN" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"eO" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"eP" = (/obj/structure/rack,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/awaymission/BMPship/Aft)
+"eQ" = (/obj/machinery/power/smes/magical{desc = "A high-capacity superconducting magnetic energy storage (SMES) unit.";name = "power storage unit"},/obj/structure/cable,/obj/structure/cable,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"eR" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"eS" = (/obj/effect/decal/cleanable/cobweb,/obj/machinery/power/port_gen/pacman/super,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"eT" = (/obj/structure/closet,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"eU" = (/obj/machinery/light{icon_state = "tube1";dir = 4},/obj/structure/closet,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"eV" = (/obj/item/weapon/wrench,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"eW" = (/obj/structure/disposalpipe/segment{dir = 4;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eX" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"eY" = (/obj/structure/mopbucket,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"eZ" = (/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/kitchen/knife,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"fa" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/item/weapon/stock_parts/cell/high,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"fb" = (/obj/machinery/door/unpowered/shuttle,/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Aft)
+"fc" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"fd" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/obj/machinery/door/unpowered/shuttle,/turf/open/floor/carpet,/area/awaymission/BMPship/Fore)
+"fe" = (/obj/effect/gibspawner/xeno,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"ff" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel{icon_state = "panelscorched"},/area/awaymission/BMPship/Midship)
+"fg" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"fh" = (/turf/open/floor/plasteel/loadingarea/dirty{dir = 4},/area/awaymission/BMPship/Midship)
+"fi" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey2"},/obj/item/weapon/kitchen/knife,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"fj" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey2"},/obj/structure/plasticflaps,/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"fk" = (/obj/machinery/conveyor{dir = 4;id = "meatConvey2"},/turf/open/floor/plating,/area/awaymission/BMPship/Midship)
+"fl" = (/obj/structure/disposalpipe/segment{dir = 8;icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"fm" = (/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Midship)
+"fn" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"fo" = (/obj/structure/window/reinforced,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"fp" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"fq" = (/obj/item/stack/cable_coil,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"fr" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"fs" = (/obj/item/stack/sheet/mineral/uranium{amount = 50},/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"ft" = (/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Fore)
+"fu" = (/obj/structure/lattice,/turf/open/space,/area/awaymission/BMPship/Fore)
+"fv" = (/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
+"fw" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"fx" = (/obj/item/weapon/shard{icon_state = "small"},/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"fy" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless{icon_state = "panelscorched"},/area/awaymission/BMPship/Fore)
+"fz" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
+"fA" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/obj/item/weapon/kitchen/knife,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"fB" = (/obj/machinery/conveyor_switch/oneway{id = "meatConvey2"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"fC" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"fD" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"fE" = (/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"fF" = (/obj/item/weapon/mop,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"fG" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"fH" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 4},/area/awaymission/BMPship/Aft)
+"fI" = (/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/awaymission/BMPship/Fore)
+"fJ" = (/obj/item/weapon/shard,/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Fore)
+"fK" = (/obj/structure/chair/stool,/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
+"fL" = (/obj/item/stack/cable_coil{amount = 5},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"fM" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"fN" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"fO" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"fP" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"fQ" = (/obj/structure/reagent_dispensers,/turf/open/floor/plasteel/showroomfloor,/area/awaymission/BMPship/Aft)
+"fR" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"fS" = (/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
+"fT" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/plating/airless{icon_state = "panelscorched"},/area/awaymission/BMPship/Fore)
+"fU" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/plating/airless{icon_state = "platingdmg1"},/area/awaymission/BMPship/Fore)
+"fV" = (/obj/machinery/light/small,/turf/open/floor/plasteel/bar,/area/awaymission/BMPship/Midship)
+"fW" = (/turf/open/floor/plasteel{icon_state = "platingdmg3"},/area/awaymission/BMPship/Midship)
+"fX" = (/turf/open/floor/plasteel{icon_state = "platingdmg1"},/area/awaymission/BMPship/Midship)
+"fY" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"fZ" = (/obj/machinery/door/airlock/silver{locked = 1},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"ga" = (/obj/machinery/door/unpowered/shuttle,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gb" = (/turf/closed/mineral/random,/area/awaymission/BMPship)
+"gc" = (/obj/item/device/multitool,/turf/open/floor/plating/airless{icon_state = "platingdmg2"},/area/awaymission/BMPship)
+"gd" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/obj/machinery/door/airlock/silver,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"ge" = (/turf/closed/mineral/random,/area/awaymission/BMPship/Midship)
+"gf" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gg" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gh" = (/obj/structure/table,/obj/item/weapon/paper{info = "DEAR DAIRY: So we was doing our typpical route when the captain says we've been picking up weird signals on some backwatter planet. Madsen wanted to stay on course but he ain't the captain, so we went out of the way to check it out. There was lots of rocks on the way, but we got to the planet fine. Found a big fancy camp with nobody around and this big metal donut thing with NT stamps all over it right in the middle. Case of beer too. Captain reckons we can pass it off to some buyer in the Syndicate. Ingram says it's bad luck and that someone is going to come look for it but it sounds like better money than selling bad meat to jerky companies.";name = "Old Diary"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gi" = (/obj/structure/table,/obj/item/weapon/pen/red,/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gj" = (/obj/structure/closet,/obj/item/clothing/under/overalls,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gk" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"gl" = (/obj/machinery/porta_turret{dir = 8;emagged = 1;installation = /obj/item/weapon/gun/energy/lasercannon},/turf/open/floor/engine,/area/awaymission/BMPship/Fore)
+"gm" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/engine,/area/awaymission/BMPship/Fore)
+"gn" = (/obj/structure/cable,/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/awaymission/BMPship/Fore)
+"go" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"gp" = (/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship/Fore)
+"gq" = (/obj/structure/rack,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"gr" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship/Fore)
+"gs" = (/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship/Midship)
+"gt" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "platingdmg1"},/area/awaymission/BMPship/Midship)
+"gu" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gv" = (/obj/item/wallframe/apc,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gw" = (/obj/structure/ore_box,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gx" = (/obj/item/stack/cable_coil{amount = 5},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gy" = (/obj/structure/ore_box,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gz" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gA" = (/obj/effect/decal/remains/human,/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gB" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_y = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gC" = (/obj/structure/cable{d1 = 1;d2 = 4;icon_state = "1-4"},/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gD" = (/obj/structure/cable{d2 = 8;icon_state = "0-8"},/obj/item/wallframe/apc,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gE" = (/obj/effect/decal/remains/human,/obj/item/clothing/head/helmet/space/syndicate/green/dark,/obj/effect/gibspawner/generic,/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
+"gF" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/grille,/obj/item/weapon/shard{icon_state = "small"},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"gG" = (/turf/open/floor/engine,/area/awaymission/BMPship/Fore)
+"gH" = (/obj/machinery/door/unpowered/shuttle,/turf,/area/awaymission/BMPship/Fore)
+"gI" = (/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"gJ" = (/obj/effect/gibspawner/robot,/turf/open/floor/plasteel/airless{icon_state = "floorscorched2"},/area/awaymission/BMPship/Fore)
+"gK" = (/turf/closed/mineral/random,/area/awaymission/BMPship/Fore)
+"gL" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "platingdmg2"},/area/awaymission/BMPship/Midship)
+"gM" = (/obj/structure/mecha_wreckage/ripley,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gN" = (/obj/structure/bed,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gO" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/item/weapon/storage/wallet/random,/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gP" = (/obj/structure/closet,/obj/item/clothing/under/lawyer/bluesuit,/obj/item/clothing/suit/apron,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gQ" = (/obj/item/clothing/suit/space/syndicate/green/dark,/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
+"gR" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/grille,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Fore)
+"gS" = (/turf/closed/wall/mineral/titanium,/area/awaymission/BMPship)
+"gT" = (/obj/effect/gibspawner/robot,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gU" = (/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gV" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"gW" = (/obj/machinery/door/unpowered/shuttle,/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Midship)
+"gX" = (/obj/structure/cable{d1 = 4;d2 = 8;icon_state = "4-8";pixel_x = 0},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gY" = (/obj/structure/cable{d1 = 1;d2 = 8;icon_state = "1-8"},/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"gZ" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
+"ha" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "panelscorched"},/area/awaymission/BMPship/Midship)
+"hb" = (/obj/effect/decal/remains/human,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"hc" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"hd" = (/obj/machinery/door/unpowered/shuttle,/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
+"he" = (/obj/structure/mirror{pixel_y = 28},/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
+"hf" = (/obj/structure/toilet{dir = 8},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
+"hg" = (/turf/open/floor/plating/airless{broken = 1;icon_state = "platingdmg3"},/area/awaymission/BMPship/Midship)
+"hh" = (/obj/item/weapon/caution,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"hi" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/airless,/area/awaymission/BMPship/Midship)
+"hj" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c10,/obj/item/stack/spacecash/c200,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"hk" = (/obj/structure/closet/crate,/obj/item/stack/spacecash/c10,/turf/open/floor/plasteel,/area/awaymission/BMPship/Aft)
+"hl" = (/obj/structure/sink{dir = 2},/turf/open/floor/plasteel/cafeteria{dir = 2},/area/awaymission/BMPship/Aft)
+"hm" = (/turf/open/floor/plasteel/cafeteria{dir = 2},/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Aft)
+"hn" = (/obj/item/clothing/gloves/color/fyellow,/turf/open/floor/plating/asteroid/airless,/area/awaymission/BMPship)
+"ho" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"hp" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"hq" = (/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"hr" = (/obj/item/weapon/poster/contraband,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"hs" = (/obj/item/weapon/reagent_containers/food/drinks/beer,/turf/open/floor/plating,/area/awaymission/BMPship/Aft)
+"ht" = (/turf/open/floor/plating,/turf/closed/wall/mineral/titanium/interior,/area/awaymission/BMPship/Aft)
+"hu" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/grille,/turf/open/floor/engine,/area/awaymission/BMPship/Aft)
+"hv" = (/turf/closed/mineral/diamond,/area/awaymission/BMPship)
+"hw" = (/turf/closed/mineral/clown,/area/awaymission/BMPship)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacadadaeadafaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagahaiajakalafaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamaiaianaoaoalafaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapaaaaaaaaaaaaaaaaaaaaaaaaaqaharajaoaoaoasafaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaphlhmhmhmhmhmhmhmhmhmhnadadadauavawacauauadaxafaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaapaaapayazaAaBaCaDaEaFaGaHaIaJaKaLaMaNaOaOaOaOaOaOaPafaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaahohphphqhphphphphphphphraaaaaaaaaaaaapaQaRaAaAaAaAaAaAaSaAaAaTaUaoaoaVaoaoaoaoaoaoaWaXhsaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaYaZbahthubbhvbbhvbbbcbdaaaaaaaaaaapbeaRaAbfbgaAaAazaAbhbibibjbkblaobmaoaobnbobpaoaoaXhsaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaabqbrbshthwhxhxhxhxhxhxbtaaaaaaaphlayaAbfaRaAbfaAaAaAaAaAaAaAbuaUbvaoaoaoaoaoaoaoaoaobwhsaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaabxbybrhthxbzbzbAbzbzbBhyaaaaaahlbCbebfaAbDbEaAaAaAbFbGbHbFbGaIaUbIbJbKbKbLbKbKbKbKblbMhsaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaabNhzbOhAbPbNhmhmhmhmhmhBhmhmhmhBbQhmhmhmhmhCbRbRbRhDhmhmhmhmbCbShEhFbThEhEbUbVbWbXbYhGhsaaaaaaaaaaaa
-aaaaaaaaaaaaaabZaahHcacbcbcccbhIcdcecfcgchcicgcjceckaIclcmcncockckckckcpcqcrcpcshJadadadadadadadadaeavctachKafaaaaaaaaaa
-aaaaaaaaaaaaaaaahHcacbcbcbcucbhIckcvcfcwcwcwcxcjckckaTcycycyczckckckckcAcAckcAckhLcBcBcCcDcEcFcGcHhscIcJhMcKauadaeafaaaa
-aaaaaaaaaaaaaaatcacbcbcbcbcLcMhIckckcfcwcNcwcwcjckckcOcPcQcRcSckckckckckckcTckckaIcCcUcChNcVcWcXcYhscZcJcIcIdadbasauadaf
-aaaaaaaaaaaahHcacbcbdcdddecbdfhIckckdgdhdhdidhdjckckbuckdkdldldldldldldldldldmckhLcCdncCcKadadadadhOcZdodpdqdrdshPdtdudv
-aaaaaaaaaaaahAcbcbcbdwdxcbcbdyhAdzdAdBdBdBdBdBdBdmckaTckdCckdDdEdEdEdEdEdEdEdCckaIcCdncCcCcCcCcCdFhsdGdHaobvaodIanaidudv
-aaaaaaaaaaaadJdedKcbcbcbcbcbdLdMdBdNdEdEdEdEdEdOdPckdQckdCdRdSdTdSdSdSdSdUdVdWdXaTcCdndYdZdZeacCcChsebecaoedeeefhNaidudv
-aaaaaaaaaaaaegeheicbejcbcbcbdfhyckckdEekekekelhQdCemdCckdCckendEdEdEdEdEdEdEdCeoepeqeresetethRcCcChseuecaobvaoevasaeadew
-aaaaaaaaaaaaegeheicbcbexeyeyezhAckckdEekeAhQelhQeBdBeCdBeDckckckckckeEckckckdCckckcCdneFaoeGeHcCcChseIdHaobvaodIasauadaf
-aaaaaaaaaaaaeJcbcbcbcbcucbcbcbbPckckdEeKekhQhShQdCckeLckdCckckeMckckckckckckeNdldleOePeFetaoeHcCcChseQdHaoeReeeShPeTdudv
-aaaaaaaaaaaahycbcbcbcbcucbeUeVhydzckdEekhQhQeleWdCckbuckdCckdDdEdEdEdEdEdEdEdCeXeYeqereseZaofacCdFhsdGfbaoaoaodbanaidudv
-aaaaaaaaaaaafchqhphpfdfehphphpffckckdEhQhQfgfhhQdCfiaTckdCfjfkflfmfmfmfmdUdVdWfnbucCdnfofpfpfqcCcChscZecaofraofshNftdudv
-aaaaaaaaaaaaaafchThUhVfufvfwfxhIckckdEdEdEdEdEdOfyckcOckdCckfzdEdEdEdEdEdEdEdCckaIcCfAfBfBfBfCcCfDhscZdHhMcIfEfFasaeadew
-aaaaaaaaaaaaaaaahUhWfGhUfHfIfJhIckckckckckckckckhQckbuckfKdBdBdBdBdBdBdldldldNckhLfLcCcCcCcCdnfMfNhscZfOaohXaeadauewaaaa
-aafPfPaaaaapaaaaaaaafQfRfShVfJhIckfTckckckckfUckfVfUaIckfTckckckfTckckckckfTckckhJadavfWacavfXacadauavfYachKewaaaaaaaaaa
-fZfZfZfPaaapaagaapaahYhphpgbgchYhmhmhmhmhmhmhmayhZhDbQhmhmhmhmhmhmhmhmhmhmhmhmhmbChMhMhMhMgdcJgegfgggddHghhsaaaaaaaaaaaa
-fZfZfZfZfPaaaaaaaaaagiiagjhAgkglibgmhTgnhVicfZfZfZfZaTididaAgoidieaAidgogpgqifgraIgshMaohMhMgtgugugugugvgwhsaaaaaaaaaaaa
-fZfZfZfZgxaaaaaaaaaagyigiggzihhWihibgAihibiifZfZfZfZfZayidgBgCaAidgoaAaAaAaAaAaAaTgehMhMgDhMgEhMgDhMhMhMgFhsaaaaaaaaaaaa
-aaaafZfPgGaaaaaaaaaagHiaighyhVhVibhTibhVibicfZfZfZijfZfZfZidgIidaAaAaAaAaAaAgJgKgLgMgMgMgMgMgNhMhMhMacadadhOaaaaaaaaaaaa
-aaaaaafPaaaaaaaagOfPhohphpikhpiciiibicfZfZfZfZfZfZfZfZfZfZfZgogBaAaAidaAaAgPaAaAbuhMhMgQgRhMgDhMgDhMgSgTgUhsaaaaaaaaaaaa
-aaaaaaaaaaaaaaaafPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZayidgBaAaAgVgWgWgWgXaIgYgZhMaohMhMhMhMhMhNhahbewaaaaaaaaaaaa
-aaaaaaaaaaaaaahcfPfPfPfZfZfZfZfZfZfZfZfZfZfZijfZfZfZfZfZfZfZfZayhDhmhmhmhmhmhmhmhBadadadaeavfWacaeaeauadewaaaaaaaaaaaaaa
-aaaaaaaaaaaafPfPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPaaaaaaaaaahdahilhPheaohfasewaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaafPfPfPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPaaaaaaaaaaamaiaianaohghhewaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaafPfPfPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPaaaaaaaaaahiahaihNakhhewaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaafPfZfZfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPaaaaaaaaaaacadadauadewaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaafZfZfZfPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaafZfZfZfZfZfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaafZfZfZfZfZfPfPfPfZfZhjfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaafZfZfZfZfZfPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPfPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaafZfZfZfZfZfPfPfPfZfZfZfZfZfZhkfZfZfZfZfZfZfZfZfZfZfZfPfPfPfPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaafZfZfZfZfZfPfPfPfZfZfZhkfZfZhkfZfZfZfZfZfZfZfZfZfPfPfPfPfZfZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaafZfZfZfZfPfPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfPfPfZfZfZfZfZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaafZfZfPfPfPfPfPfPfZfZfZfZfZfZfZfZfZfZfZfZfPfPfPfPfZfZfZfZfZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaafPfPfPfPfPfPfZfZfZfZfZfZfZfZfPfPfPfPaaaaaafZfZfZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafPfPfPfPfPfPfPfPfPfPfPfPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacadadadadaeaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafagahacaiadaeaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajahahakalaladaeaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamaaaaaaaaaaaaaaaaaaaaaaaaanagaoacalalaladaeaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamapaqaqaqaqaqaqaqaqaqaqacacacacacaracadadadadaeaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamaaamaqasatauavawaxayazaAaqaBaCaDaEaFaGaGaGaGaGaGadaeaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaHaHaHaHaHaHaHaHaHaHaHaIaaaaaaaaaaaaamaJaKatatatatatataLatataqaMalalaNalalalalalalaOaPadaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaQaRaSaTaUaVaWaVaWaVaXaYaaaaaaaaaaamaZaKatbabbatatasatbcbdbdbebfbgalbhalalbibjbkalalaPadaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaablbmbnaTbobpbpbpbpbpbpbqaaaaaaamapaqatbaaKatbaatatatatatatataqaMbralalalalalalalalalbsadaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaabtbubmaTbpbvbvbwbvbvbxaTaaaaaaapaqaZbaatbybzatatatbAbBbCbAbBaqaMbDbEbFbFbGbFbFbFbFbgbHadaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaTaTbIaTbJaTaqaqaqaqaqaqaqaqaqaqaqaqaqaqaqaqbKbKbKaqaqaqaqaqaqbLbMbNbObMbMbPbQbRbSbTbUadaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaIaTbVbVbWbVaTbXbYbZcacbcccacdbYceaqcfcgchcicececececjckclcjcmaqacacacacacacacacadaccnadadaeaaaaaaaaaa
+aaaaaaaaaaaaaaaaaIaTbVbVbVcobVaTcecpbZcqcqcqcrcdceceaqcscscsctcececececucucecuceaqcvcvcwcxcyczcAcBadcCcDcEadacacacaeaaaa
+aaaaaaaaaaaaaacFcGbVbVbVbVcHcIaTcecebZcqcJcqcqcdcececKcLcMcNcOcececececececPceceaqcwcQcwaccRcScTcUadcVcDcCcCcWcXadadadae
+aaaaaaaaaaaaaIaTbVbVcYcZdabVdbaTcecedcdddddedddfceceaqcedgdhdhdhdhdhdhdhdhdhdiceaqcwdjcwdkacacacacadcVdldmdndodpaddqdrds
+aaaaaaaaaaaaaTbVbVbVdtdubVbVdvaTdwdxdydydydydydydiceaqcedzcedAdBdBdBdBdBdBdBdzceaqcwdjcwcwcwcwcwdCaddDdEalbraldFakahdrds
+aaaaaaaaaaaadGdadHbVbVbVbVbVdIdJdydKdBdBdBdBdBdLdMcedNcedzdOdPdQdPdPdPdPdRdSdTdUaqcwdjdVdWdWdXcwcwaddYdZaleaebecadahdrds
+aaaaaaaaaaaaedeeefbVegbVbVbVdbaTcecedBeheheheiejdzekdzcedzceeldBdBdBdBdBdBdBdzemeneoepeqererescwcwadetdZalbraleuadadadae
+aaaaaaaaaaaaedeeefbVbVevewewexaTcecedBeheyejeiejezdyeAdyeBcececececeeCcececedzcececwdjeDaleEeFcwcwadeGdEalbraldFacadadae
+aaaaaaaaaaaaeHbVbVbVbVcobVbVbVbJcecedBeIehejeJejdzceeKcedzceceeLcecececececeeMdhdheNeOeDeraleFcwcwadePdEaleQebeRadeSdrds
+aaaaaaaaaaaaaTbVbVbVbVcobVeTeUaTdwcedBehejejeieVdzceaqcedzcedAdBdBdBdBdBdBdBdzeWeXeoepeqeYaleZcwdCaddDfaalalalcXfbahdrds
+aaaaaaaaaaaaaIaTaTaTfcfdaTaTaTaTcecedBejejfeffejdzfgaqcedzfhfifjfkfkfkfkdRdSdTflfmcwdjfnfofofpcwcwadcVdZalfqalfradfsdrds
+aaaaaaaaaaaaaaaIftfufvfwfxfyfzaTcecedBdBdBdBdBdLfAcecKcedzcefBdBdBdBdBdBdBdBdzcefmcwfCfDfDfDfEcwfFadcVdEcEcCfGfHadadadae
+aaaaaaaaaaaaaaaafufIfJfufKfLfMaTcecececececececeejceaqcefNdydydydydydydhdhdhdKcefmfOcwcwcwcwdjfPfQadcVfRaladadadadaeaaaa
+aafSfSaaaaamaaaaaaaaaHfTfUfvfMaTcefVcecececefWcefXfWaqcefVcececefVcecececefVcecefmacacfYacacfZacacadacgaacadaeaaaaaaaaaa
+gbgbgbfSaaamaagcamaaaHaHaHaHgdaTaqaqaqaqaqaqaqaqgefmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmcEcEcEcEgfcDggghgigfdEgjadaaaaaaaaaaaa
+gbgbgbgbfSaaaaaaaaaagkglgmaHgngogpgqftgrfvaTgbgbgbgbaqgsgsatgtgsguatgsgtgvgwgxgyfmgzcEalcEcEgAgBgBgBgBgCgDadaaaaaaaaaaaa
+gbgbgbgbgEaaaaaaaaaagFgGgGgHgIfIgIgpgJgIgpgKgbgbgbgbgbaqgsgLgMatgsgtatatatatatatfmggcEcEgNcEgOcEgNcEcEcEgPadaaaaaaaaaaaa
+aaaagbfSgQaaaaaaaaaagRglgGaHfvfvgpftgpfvgpaTgbgbgbgSgbgbgbgsgTgsatatatatatatgUgVgWgXgXgXgXgXgYcEcEcEadadadadaaaaaaaaaaaa
+aaaaaafSaaaaaaaagZfSaHaHaHaHaHaHgKgpaTgbgbgbgbgbgbgbgbgbgbgbgtgLatatgsatathaatatfmcEcEhbhccEgNcEgNcEhdhehfadaaaaaaaaaaaa
+aaaaaaaaaaaaaaaafSfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbaqgsgLatathghhhhhhhifmhjhkcEalcEcEcEcEcEadhlhmaeaaaaaaaaaaaa
+aaaaaaaaaaaaaahnfSfSfSgbgbgbgbgbgbgbgbgbgbgbgSgbgbgbgbgbgbgbgbfmfmfmfmfmfmfmfmfmfmadadadadadfYadadadadadaeaaaaaaaaaaaaaa
+aaaaaaaaaaaafSfSfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSaaaaaaaaaahoaghpachqalhracaeaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaafSfSfSfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSaaaaaaaaaaajahahakalhshtaeaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaafSfSfSfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSaaaaaaaaaahuagahacaihtaeaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaafSgbgbfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSaaaaaaaaaadkacacacacaeaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaagbgbgbfSfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaagbgbgbgbgbfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaagbgbgbgbgbfSfSfSgbgbhvgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaagbgbgbgbgbfSfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaagbgbgbgbgbfSfSfSgbgbgbgbgbgbhwgbgbgbgbgbgbgbgbgbgbgbfSfSfSfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaagbgbgbgbgbfSfSfSgbgbgbhwgbgbhwgbgbgbgbgbgbgbgbgbfSfSfSfSgbgbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaagbgbgbgbfSfSfSfSgbgbgbgbgbgbgbgbgbgbgbgbgbgbgbfSfSgbgbgbgbgbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaagbgbfSfSfSfSfSfSgbgbgbgbgbgbgbgbgbgbgbgbfSfSfSfSgbgbgbgbgbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaafSfSfSfSfSfSgbgbgbgbgbgbgbgbfSfSfSfSaaaaaagbgbgbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafSfSfSfSfSfSfSfSfSfSfSfSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"}
diff --git a/_maps/RandomRuins/SpaceRuins/deepstorage.dmm b/_maps/RandomRuins/SpaceRuins/deepstorage.dmm
deleted file mode 100644
index 4ef456676a05..000000000000
--- a/_maps/RandomRuins/SpaceRuins/deepstorage.dmm
+++ /dev/null
@@ -1,185 +0,0 @@
-"aa" = (/turf/open/space,/area/space)
-"ab" = (/turf/closed/mineral/random/low_chance,/area/ruin/unpowered)
-"ac" = (/turf/closed/wall/mineral/iron,/area/ruin/unpowered)
-"ad" = (/obj/structure/closet/cardboard,/obj/item/stack/sheet/mineral/silver,/obj/item/stack/sheet/mineral/gold,/obj/item/stack/sheet/mineral/silver,/obj/item/stack/sheet/mineral/silver,/obj/item/stack/sheet/mineral/gold,/obj/item/stack/sheet/mineral/gold,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ae" = (/obj/structure/closet/cardboard,/obj/item/weapon/storage/box/monkeycubes,/obj/item/weapon/storage/box/monkeycubes,/obj/item/weapon/storage/box/monkeycubes,/obj/item/weapon/storage/toolbox/drone,/obj/item/weapon/storage/toolbox/drone,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"af" = (/obj/structure/closet/cardboard,/obj/item/stack/sheet/cardboard,/obj/item/stack/cable_coil,/obj/item/stack/sheet/mineral/wood,/obj/item/stack/sheet/mineral/wood,/obj/item/stack/packageWrap,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ag" = (/obj/structure/closet/cardboard,/obj/item/weapon/storage/box/mousetraps,/obj/item/weapon/storage/box/mousetraps,/obj/item/weapon/storage/box/drinkingglasses,/obj/item/weapon/storage/box/zipties,/obj/item/weapon/switchblade,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ah" = (/obj/structure/closet/cardboard,/obj/item/stack/sheet/metal{amount = 50; pixel_x = 2; pixel_y = 2},/obj/item/stack/sheet/metal{amount = 50; pixel_x = 2; pixel_y = 2},/obj/item/stack/sheet/metal{amount = 50; pixel_x = 2; pixel_y = 2},/obj/item/stack/sheet/metal{amount = 50; pixel_x = 2; pixel_y = 2},/obj/item/stack/rods{amount = 50},/obj/item/stack/rods{amount = 50},/obj/item/stack/rods{amount = 50},/obj/item/stack/rods{amount = 50},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ai" = (/obj/structure/closet/cardboard,/obj/item/stack/sheet/glass{amount = 50},/obj/item/stack/sheet/glass{amount = 50},/obj/item/stack/sheet/glass{amount = 50},/obj/item/stack/sheet/glass{amount = 50},/obj/item/stack/sheet/plasteel{amount = 10},/obj/item/stack/sheet/plasteel{amount = 10},/obj/item/stack/sheet/plasteel{amount = 10},/obj/item/stack/sheet/plasteel{amount = 10},/obj/item/clothing/shoes/combat,/obj/item/clothing/shoes/combat,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"aj" = (/obj/structure/closet/cardboard,/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/device/flashlight,/obj/item/weapon/shovel,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ak" = (/obj/structure/closet/cardboard,/obj/item/device/flashlight/lantern,/obj/item/device/flashlight/lantern,/obj/item/device/flashlight/lantern,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/device/tape/random,/obj/item/weapon/storage/box/rxglasses,/obj/item/weapon/extinguisher,/obj/item/weapon/extinguisher,/obj/item/clothing/glasses/night,/obj/item/clothing/glasses/night,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"al" = (/obj/structure/closet/cardboard,/obj/item/weapon/storage/box/syringes,/obj/item/weapon/storage/box/syringes,/obj/item/weapon/storage/box/beakers,/obj/item/weapon/storage/box/beakers,/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/box/bodybags,/obj/item/clothing/glasses/meson/engine,/obj/item/clothing/glasses/meson/engine,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"am" = (/obj/structure/closet/cardboard,/obj/item/weapon/kitchen/knife,/obj/item/weapon/kitchen/knife,/obj/item/weapon/cultivator,/obj/item/weapon/hatchet,/obj/item/weapon/kitchen/rollingpin,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"an" = (/obj/structure/closet/cardboard,/obj/item/weapon/defibrillator,/obj/item/weapon/storage/box/medipens,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ao" = (/obj/structure/closet/cardboard,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/item/ammo_box/c9mm,/obj/item/ammo_box/c9mm,/obj/item/ammo_box/c9mm,/obj/item/ammo_box/c9mm,/obj/item/ammo_box/c9mm,/obj/item/ammo_box/c9mm,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ap" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"aq" = (/obj/machinery/iv_drip,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"ar" = (/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"as" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"at" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"au" = (/obj/machinery/door/airlock/highsecurity{name = "Bunker"},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"av" = (/obj/structure/toilet{dir = 4},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"aw" = (/obj/structure/mirror{pixel_x = 30},/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"ax" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/drone,/obj/item/device/flashlight,/obj/item/device/flashlight,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"ay" = (/obj/structure/table,/obj/item/weapon/gun/projectile/automatic/wt550{pixel_x = -3; pixel_y = 6},/obj/item/weapon/gun/projectile/automatic/wt550{pixel_x = 2; pixel_y = 0},/obj/structure/reagent_dispensers/peppertank{pixel_y = 30},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"az" = (/obj/structure/table,/obj/item/weapon/storage/backpack/dufflebag/sec{contents = newlist(/obj/item/weapon/scalpel,/obj/item/weapon/hemostat,/obj/item/weapon/retractor,/obj/item/weapon/cautery,/obj/item/weapon/circular_saw,/obj/item/weapon/surgical_drapes,/obj/item/clothing/mask/surgical); desc = "A large dufflebag for holding extra supplies - this one has a material inlay with space for various sharp-looking tools."; name = "dufflebag"; pixel_y = 5},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aA" = (/obj/structure/table,/obj/item/device/radio{pixel_x = -4},/obj/item/device/radio,/obj/item/device/radio{pixel_x = 4},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aB" = (/obj/structure/table,/obj/item/stack/sheet/metal{amount = 50; pixel_x = 2; pixel_y = 2},/obj/item/stack/rods{amount = 50},/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aC" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/brute{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/firstaid/brute,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aD" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/firstaid/regular,/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aE" = (/obj/structure/closet/crate/radiation,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aF" = (/obj/structure/closet/cardboard,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"aG" = (/obj/structure/closet/cardboard,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"aH" = (/obj/structure/closet/cardboard,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aI" = (/obj/machinery/vending/clothing,/turf/open/floor/wood,/area/ruin/unpowered)
-"aJ" = (/turf/open/floor/wood{icon_state = "wood-broken3"},/area/ruin/unpowered)
-"aK" = (/obj/structure/bed,/turf/open/floor/wood,/area/ruin/unpowered)
-"aL" = (/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"aM" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"aN" = (/obj/structure/table,/obj/item/clothing/gloves/combat{pixel_x = -3; pixel_y = 4},/obj/item/clothing/gloves/combat{pixel_x = 3; pixel_y = -2},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"aO" = (/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aP" = (/obj/structure/table,/obj/item/device/mass_spectrometer/adv,/obj/item/device/mass_spectrometer/adv,/obj/item/device/healthanalyzer,/obj/item/device/healthanalyzer,/obj/item/stack/medical/gauze,/obj/item/stack/medical/gauze,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"aQ" = (/obj/structure/closet/radiation,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aR" = (/obj/structure/closet/cardboard,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/item/weapon/reagent_containers/food/snacks/beans,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aS" = (/obj/structure/closet/cardboard,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"aT" = (/obj/structure/closet/wardrobe/pink,/turf/open/floor/wood{icon_state = "wood-broken"},/area/ruin/unpowered)
-"aU" = (/turf/open/floor/wood,/area/ruin/unpowered)
-"aV" = (/obj/structure/bed,/turf/open/floor/wood{icon_state = "wood-broken7"},/area/ruin/unpowered)
-"aW" = (/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"aX" = (/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"aY" = (/obj/machinery/light/small{dir = 8},/obj/structure/table,/obj/item/weapon/storage/firstaid/toxin{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/pill_bottle/charcoal,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"aZ" = (/obj/structure/table,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare{pixel_y = 6},/obj/item/device/flashlight/flare,/obj/item/weapon/crowbar/red,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"ba" = (/obj/machinery/suit_storage_unit/standard_unit,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bb" = (/obj/structure/closet/wardrobe/pjs,/obj/machinery/light/small{dir = 8},/turf/open/floor/wood,/area/ruin/unpowered)
-"bc" = (/turf/open/floor/wood{icon_state = "wood-broken4"},/area/ruin/unpowered)
-"bd" = (/obj/structure/bed,/turf/open/floor/wood{icon_state = "wood-broken3"},/area/ruin/unpowered)
-"be" = (/obj/machinery/shower{dir = 4},/obj/item/weapon/soap,/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"bf" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/unpowered)
-"bg" = (/obj/structure/closet/cardboard,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bh" = (/obj/structure/closet/cardboard,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bi" = (/obj/machinery/door/airlock/highsecurity{name = "Bunker"},/turf/open/floor/wood,/area/ruin/unpowered)
-"bj" = (/obj/machinery/door/airlock/highsecurity{name = "Bunker"},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered)
-"bk" = (/obj/structure/fireaxecabinet{pixel_y = 30},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bl" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 4},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bm" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bn" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bo" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 4},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bp" = (/obj/machinery/door/airlock/highsecurity{name = "Bunker"},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bq" = (/obj/machinery/processor{name = "processor"},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"br" = (/obj/structure/table,/obj/item/weapon/storage/box/matches,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bs" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bt" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bu" = (/obj/machinery/light{dir = 1},/obj/machinery/hydroponics/constructable,/turf/open/floor/light,/area/ruin/unpowered)
-"bv" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/light,/area/ruin/unpowered)
-"bw" = (/obj/machinery/blackbox_recorder,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bx" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/port_gen/pacman,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"by" = (/obj/machinery/power/smes/magical{desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; name = "power storage unit"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bz" = (/obj/machinery/telecomms/relay/preset/telecomms,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bA" = (/obj/machinery/light/small{dir = 1},/obj/structure/tank_dispenser/oxygen,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bB" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bC" = (/obj/machinery/light,/obj/machinery/hydroponics/constructable,/turf/open/floor/light,/area/ruin/unpowered)
-"bD" = (/obj/machinery/autolathe,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bE" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bF" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bG" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bH" = (/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bI" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bJ" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/snacks/beans,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bK" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bL" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bM" = (/obj/machinery/power/apc{dir = 8; name = "Bunker APC"; pixel_x = -24; pixel_y = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0; tag = ""},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bO" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bP" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bQ" = (/obj/structure/table,/obj/item/weapon/kitchen/knife,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bR" = (/obj/structure/table,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bS" = (/obj/structure/table,/obj/item/weapon/kitchen/fork,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bT" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bU" = (/obj/machinery/space_heater,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"bV" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bW" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"bX" = (/obj/machinery/smartfridge,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bY" = (/obj/machinery/light/small,/turf/open/floor/plasteel/bar,/area/ruin/unpowered)
-"bZ" = (/obj/machinery/vending/hydroseeds{slogan_delay = 700},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"ca" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"cb" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"cc" = (/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"cd" = (/obj/structure/table/reinforced,/obj/machinery/computer/security/telescreen{dir = 1; name = "Bunker Entrance"; network = list("Bunker1"); pixel_x = 0; pixel_y = 2},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"ce" = (/obj/structure/table/reinforced,/obj/machinery/button/door{id = "bunker1"; name = "Inner Doors"; pixel_y = 6},/obj/machinery/button/door{id = "bunker2"; name = "Outer Doors"; pixel_y = -4},/turf/open/floor/plasteel/floorgrime,/area/ruin/unpowered)
-"cf" = (/obj/machinery/door/poddoor{id = "bunker1"; name = "Bunker Door"; tag = "inner"},/turf/open/floor/plating,/area/ruin/unpowered)
-"cg" = (/turf/open/floor/plating,/area/ruin/unpowered)
-"ch" = (/obj/machinery/camera{network = list("Bunker1")},/turf/open/floor/plating,/area/ruin/unpowered)
-"ci" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/ruin/unpowered)
-"cj" = (/obj/machinery/door/poddoor{id = "bunker2"; name = "Bunker Door"; tag = "outer"},/turf/open/floor/plating,/area/ruin/unpowered)
-"ck" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
-
-(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababab
-aaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababaaaaababababab
-aaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababababaa
-aaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaababababababababababababababababaaaa
-aaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaababababababababababababababababababaaaa
-aaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaaaa
-aaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaaaaaaaaaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaaaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
-aaaaababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaaaa
-aaaaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaaaa
-aaabababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababaaaaaa
-aaabababababababababababababababababababababababababababababababababababababababacacacacacacacacababababababababababababababababababababababababababababababababababaaaaaa
-aaabababababababababababababababababababababababababababababababababababababababacadaeafagahaiacabababababababababababababababababababababababababababababababababaaaaaaaa
-aaabababababababababababababababababababababababababababababababababababababababacajakalamanaoacababababababababababababababababababababababababababababababababaaaaaaaaaa
-ababababababababababababababababababababababababababababababababababababababababacapaqararasatacababababababababababababababababababababababababababababababababaaaaaaaaaa
-ababababababababababababababababababababababababababababababacacacacacacacacacacacacacauacacacacacabababababababababababababababababababababababababababababababaaaaaaaaaa
-aaabababababababababababababababababababababababababacacacacacavawacaxayazaAaBaCaDacaEaraFaGaHaHacabababababababababababababababababababababababababababababababaaaaaaaaaa
-aaabababababababababababababababababababababababababacaIaJaKacaLaMacaNaraOararaOaPacaQaraRaRaSaHacababababababababababababababababababababababababababababababababaaaaaaaa
-aaaaababababababababababababababababababababababababacaTaUaVacaWaXacaYaraOaOaOaraZacbaaOaRaRaHaHacababababababababababababababababababababababababababababababababaaaaaaaa
-aaaaaaabababababababababababababababababababababababacbbbcbdacbeaXacacbfbfaubfbfacacbaaOarbgbhbgacababababababababababababababababababababababababababababababababaaaaaaaa
-aaaaaaaaabababababababababababababababababababacacacacacbiacacacbjacbkaraOaOaOaOauaOaOararbgbhbhacabababababababababababababababababababababababababababababababababaaaaaa
-aaaaaaaaabababababababababababababababababababacblaracarararbmaOaOaOarararaOaObnacacacacacacacacacabababababababababababababababababababababababababababababababababaaaaaa
-aaaaaaaaabababababababababababababababababababacboarbpaOaraOaOaOaOaObqbrbsbtaOaOacbubvbvbuacababababababababababababababababababababababababababababababababababababaaaaaa
-aaaaaaaaabababababababababababababababababababacacacacacacauacacaraOacacacacaOaOauaOaOaOaOacabababababababababababababababababababababababababababababababababababababaaaa
-aaaaaaaaaaababababababababababababababababababacbwbxbybzaOarbAacarararaOaOaraObBacbCbvbvbCacabababababababababababababababababababababababababababababababababababababaaaa
-aaaaaaaaaaaaabababababababababababababababababacbDarbEaOararbFacbGbHbIbJbKararbLacacacacacacabababababababababababababababababababababababababababababababababababababaaaa
-aaaaaaaaaaaaabababababababababababababababababacbMbNbOaOaOaObPacbQbHbRbSbKararbTacabababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaababababababababababababababababacbUaraOararbVbWacbXbYbHbHbHaraObZacabababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaababababababababababababababababaccaaOaraOcbaOccacacacacacacacacacacabababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaabababababababababababababababababacararaOcdcccebWacababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaabababababababababababababababababaccfcfacacacacacacababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaabababababababababababababababababaccgcgcgchciacababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaababababababababababababababababaccgcgcgcgcgacababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaabababababababababababababababacacacaccjcjacababababababababababababababababababababababababababababababababababababababababababababababababababababababaa
-aaaaaaaaaaaaaaaaababababababababababababababababckckckckckckabababababababababababababababababababababababababababababababababababababababababababababababababababababaaaa
-aaaaaaaaaaaaaaaaabababababababababababababababckckckckckckckabababababababababababababababababababababababababababababababababababababababababababababababababababababaaaa
-aaaaaaaaaaaaaaaaabababababababababababababababckckckckckckabababababababababababababababababababababababababababababababababababababababababababababababababababababaaaaaa
-aaaaaaaaaaaaaaaaabababababababababababababababckckckckckckabababababababababababababababababababababababababababababababababababababababababababababababababababababaaaaaa
-aaaaaaaaaaaaaaaaababababababababababababababckckckckckababababababababababababababababababababababababababababababababababababababababababababababababababababababaaaaaaaa
-aaaaaaaaaaaaaaaaababababababababababababababckckckckckababababababababababababababababababababababababababababababababababababababababababababababababababababababaaaaaaaa
-aaaaaaaaaaaaaaaaaaabababababababababababababckckckckckabababababababababababababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaababababababababababababababckckckckckabababababababababababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaababababababababababababababckckckckckckababababababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaabababababababababababababckckckckckababababababababababababababababababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaabababababababababababababckckckckckababababababababaaaaaaababababababababababababababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababababababckckckckckababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/RandomRuins/SpaceRuins/derelict4.dmm b/_maps/RandomRuins/SpaceRuins/derelict4.dmm
index 82fe49f59b77..afb3ab7ce449 100644
--- a/_maps/RandomRuins/SpaceRuins/derelict4.dmm
+++ b/_maps/RandomRuins/SpaceRuins/derelict4.dmm
@@ -1,63 +1,1782 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/mineral,/area/ruin/unpowered)
-"c" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
-"d" = (/turf/closed/mineral/random/high_chance,/area/ruin/unpowered)
-"e" = (/turf/closed/wall/shuttle/smooth,/area/ruin/unpowered)
-"f" = (/obj/machinery/door/airlock/shuttle,/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"g" = (/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"h" = (/turf/open/floor/plasteel/airless{icon_plating = "plating";icon_regular_floor = "shuttlefloor";icon_state = "shuttlefloor"},/area/ruin/unpowered)
-"i" = (/obj/structure/chair,/obj/structure/window/reinforced{tag = "icon-rwindow (WEST)";icon_state = "rwindow";dir = 8},/turf/open/floor/plasteel/airless{icon_plating = "plating";icon_regular_floor = "shuttlefloor";icon_state = "shuttlefloor"},/area/ruin/unpowered)
-"j" = (/obj/structure/chair,/turf/open/floor/plasteel/airless{icon_plating = "plating";icon_regular_floor = "shuttlefloor";icon_state = "shuttlefloor"},/area/ruin/unpowered)
-"k" = (/obj/effect/spawner/lootdrop/crate_spawner,/turf/open/floor/plasteel/airless{icon_plating = "plating";icon_regular_floor = "shuttlefloor";icon_state = "shuttlefloor"},/area/ruin/unpowered)
-"l" = (/obj/structure/shuttle/engine/propulsion{tag = "icon-propulsion (WEST)";icon_state = "propulsion";dir = 8},/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"m" = (/obj/item/weapon/shard,/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"n" = (/obj/structure/chair{tag = "icon-chair (WEST)";icon_state = "chair";dir = 8},/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"o" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"p" = (/obj/structure/table,/turf/open/floor/plasteel/airless{icon_plating = "plating";icon_regular_floor = "shuttlefloor";icon_state = "shuttlefloor"},/area/ruin/unpowered)
-"q" = (/obj/item/weapon/shard,/obj/structure/chair{tag = "icon-chair (WEST)";icon_state = "chair";dir = 8},/turf/open/floor/plasteel/airless{icon_plating = "plating";icon_regular_floor = "shuttlefloor";icon_state = "shuttlefloor"},/area/ruin/unpowered)
-"r" = (/obj/structure/chair{dir = 1},/obj/structure/window/reinforced{tag = "icon-rwindow (WEST)";icon_state = "rwindow";dir = 8},/turf/open/floor/plasteel/airless{icon_plating = "plating";icon_regular_floor = "shuttlefloor";icon_state = "shuttlefloor"},/area/ruin/unpowered)
-"s" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"t" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/ruin/unpowered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/turf/closed/mineral,
+/area/ruin/unpowered)
+"c" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered)
+"d" = (
+/turf/closed/mineral/random/high_chance,
+/area/ruin/unpowered)
+"e" = (
+/turf/closed/wall/mineral/titanium,
+/area/ruin/unpowered)
+"f" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"g" = (
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"h" = (
+/turf/open/floor/plasteel/airless/shuttle,
+/area/ruin/unpowered)
+"i" = (
+/obj/structure/chair,
+/obj/structure/window/reinforced{
+ tag = "icon-rwindow (WEST)";
+ icon_state = "rwindow";
+ dir = 8
+ },
+/turf/open/floor/plasteel/airless/shuttle,
+/area/ruin/unpowered)
+"j" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/airless/shuttle,
+/area/ruin/unpowered)
+"k" = (
+/obj/effect/spawner/lootdrop/crate_spawner,
+/turf/open/floor/plasteel/airless/shuttle,
+/area/ruin/unpowered)
+"l" = (
+/obj/structure/shuttle/engine/propulsion{
+ tag = "icon-propulsion (WEST)";
+ icon_state = "propulsion";
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"m" = (
+/obj/item/weapon/shard,
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"n" = (
+/obj/structure/chair{
+ tag = "icon-chair (WEST)";
+ icon_state = "chair";
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"o" = (
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"p" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/airless/shuttle,
+/area/ruin/unpowered)
+"q" = (
+/obj/item/weapon/shard,
+/obj/structure/chair{
+ tag = "icon-chair (WEST)";
+ icon_state = "chair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/airless/shuttle,
+/area/ruin/unpowered)
+"r" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ tag = "icon-rwindow (WEST)";
+ icon_state = "rwindow";
+ dir = 8
+ },
+/turf/open/floor/plasteel/airless/shuttle,
+/area/ruin/unpowered)
+"s" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"t" = (
+/obj/structure/girder,
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaacccbbbbaaaaaaaaaaaaaaabaaaaaaaaaaaa
-aaaaacccbbbbaaaaaaaaaaaaaabbbaaaaaaaaaaa
-aaaaaaccbbaaaaaaaaaaaaaaaabbbaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaabbdddddbbaaabbbbaaaaaaaaaaa
-aaaaaaaaaaabbbbddddbbbbbbbbbbbaaaaaaaaaa
-aaaaaaaaaaacbbbbbdbbbbbbbbbbbbbaaaaaaaaa
-aaaaaaaaccccbbbbbbbbbccbbdddbbbaaaaaaaaa
-aaaaaaaacccccbddbbccccccccccbccaaaaaaaaa
-aaaaaaaaaccccbddbbeeeefeeeeecccaaaaaaaaa
-aaaaaaaaacccccbbbgggghhijkelcccaaaaaaaaa
-aaaaaaaaacccccbbbgmnhhhhhhelcccaaaaaaaaa
-aaaaaaaaaccccbbbbopqhhhhhgelcccaaaaaaaaa
-aaaaaaaaaccccbbdbbghhhhrsgelcaaaaaaaaaaa
-aaaaaaaaaabccbbbbbeeeefetgeecaaaaaaaaaaa
-aaaaaabaaabbbbbbbccccccccccccaaaaaaaaaaa
-aaaaaaaaaabbbbbbbbbbcccccccccaaaaaaaaaaa
-aaabaaaaaaaabbbbbbbbbccccaaaaaaaaaaaaaaa
-aaaaaaaaaaaaabdbbdddbccccaaaaaaaaaaaaaaa
-aaaaabbaaaaaaaaabdddbbbaaaaaaaaaaaaabaaa
-aaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaabbaaaaaaaaaaaaaaaabbbaaaaaaaaaccbbaa
-aaaaaaaaaaaaaaaaaaaaadbbbbaaaaaaacccdbaa
-aaaaaaaaaaaaaaaaaaadbbbbccaaaaaaacbdbaaa
-aaaaaaaaaaaaaaaaaadbbbbcaaaaaaaaacbbbaaa
-aaaaaaaaaaaaaaaaaddbbcccaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaababbbbbcccaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaabbbbbccccaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaabbbbdcccaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaabbcccccaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaabccaaaaaaaaaaaaaaaaaaaaa
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(6,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(7,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(8,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(9,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(10,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+c
+c
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+d
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+d
+d
+b
+b
+d
+d
+b
+b
+b
+d
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+d
+d
+d
+b
+b
+b
+g
+g
+o
+b
+b
+c
+b
+b
+d
+d
+a
+a
+a
+a
+a
+d
+b
+b
+b
+c
+c
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+d
+d
+b
+b
+c
+e
+g
+m
+p
+g
+e
+c
+b
+b
+d
+d
+a
+a
+a
+a
+d
+d
+b
+b
+d
+c
+c
+"}
+(20,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+d
+b
+b
+b
+c
+e
+g
+n
+q
+h
+e
+c
+b
+b
+d
+d
+a
+a
+a
+d
+b
+b
+b
+c
+c
+c
+a
+"}
+(21,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+c
+e
+g
+h
+h
+h
+e
+c
+c
+b
+b
+b
+a
+a
+a
+b
+b
+b
+b
+c
+c
+c
+a
+"}
+(22,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+e
+h
+h
+h
+h
+e
+c
+c
+c
+c
+b
+a
+a
+d
+b
+b
+c
+c
+c
+c
+c
+a
+"}
+(23,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+f
+h
+h
+h
+h
+f
+c
+c
+c
+c
+b
+a
+b
+b
+b
+b
+c
+c
+c
+a
+a
+a
+"}
+(24,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+e
+i
+h
+h
+r
+e
+c
+c
+c
+c
+a
+a
+b
+b
+b
+c
+c
+c
+a
+a
+a
+a
+"}
+(25,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+b
+b
+b
+c
+e
+j
+h
+h
+s
+t
+c
+c
+c
+c
+a
+a
+b
+b
+c
+a
+a
+a
+a
+a
+a
+a
+"}
+(26,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+d
+c
+e
+k
+h
+g
+g
+g
+c
+c
+a
+a
+a
+a
+a
+b
+c
+a
+a
+a
+a
+a
+a
+a
+"}
+(27,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+a
+a
+b
+b
+b
+d
+c
+e
+e
+e
+e
+e
+e
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(28,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+b
+b
+b
+d
+c
+e
+l
+l
+l
+l
+e
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(29,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+a
+a
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(30,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(31,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(32,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(33,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(34,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+a
+a
+a
+a
+a
+a
+"}
+(35,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+b
+b
+a
+a
+a
+a
+a
+a
+"}
+(36,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+d
+b
+a
+a
+a
+a
+a
+a
+"}
+(37,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+b
+d
+b
+b
+a
+a
+a
+a
+a
+a
+"}
+(38,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(39,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(40,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
"}
diff --git a/_maps/RandomRuins/SpaceRuins/derelict5.dmm b/_maps/RandomRuins/SpaceRuins/derelict5.dmm
index 00d3158f9292..63135f7d3ede 100644
--- a/_maps/RandomRuins/SpaceRuins/derelict5.dmm
+++ b/_maps/RandomRuins/SpaceRuins/derelict5.dmm
@@ -1,62 +1,1755 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/mineral,/area/space)
-"c" = (/turf/open/floor/plating/asteroid/airless,/area/space)
-"d" = (/turf/closed/mineral,/area/ruin/unpowered)
-"e" = (/turf/closed/wall,/area/ruin/unpowered)
-"f" = (/turf/closed/wall/rust,/area/ruin/unpowered)
-"g" = (/turf/open/floor/plating,/area/ruin/unpowered)
-"h" = (/obj/structure/closet/crate,/turf/open/floor/plating,/area/ruin/unpowered)
-"i" = (/obj/effect/spawner/lootdrop/crate_spawner,/turf/open/floor/plating,/area/ruin/unpowered)
-"j" = (/obj/structure/barricade/wooden,/obj/structure/door_assembly,/turf/open/floor/plating,/area/ruin/unpowered)
-"k" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical,/turf/open/floor/plating,/area/ruin/unpowered)
-"l" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/ruin/unpowered)
-"m" = (/obj/effect/decal/remains/human,/turf/open/floor/plating,/area/ruin/unpowered)
-"n" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/syndicate,/turf/open/floor/plating,/area/ruin/unpowered)
-"o" = (/obj/structure/table,/turf/open/floor/plating,/area/ruin/unpowered)
-"p" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
-"q" = (/obj/structure/barricade/wooden,/turf/open/floor/plating,/area/ruin/unpowered)
-"r" = (/obj/structure/barricade/wooden,/obj/machinery/door/airlock/external,/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered)
-"s" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/ruin/unpowered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/turf/closed/mineral,
+/area/ruin/unpowered/no_grav)
+"c" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"d" = (
+/turf/closed/mineral,
+/area/ruin/unpowered)
+"e" = (
+/turf/closed/wall,
+/area/ruin/unpowered)
+"f" = (
+/turf/closed/wall/rust,
+/area/ruin/unpowered)
+"g" = (
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"h" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"i" = (
+/obj/effect/spawner/lootdrop/crate_spawner,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"j" = (
+/obj/structure/barricade/wooden,
+/obj/structure/door_assembly,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"k" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"l" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"m" = (
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"n" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/syndicate,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"o" = (
+/obj/structure/table,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"p" = (
+/turf/open/floor/plating/asteroid,
+/area/ruin/unpowered)
+"q" = (
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"r" = (
+/obj/structure/barricade/wooden,
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered)
+"s" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbabbaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaabaaaabbbbaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaa
-aaaaaaaaaaabbbbbaaaaaaaaaaaaaaaaaaaabaaa
-aaaaaaaabbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaa
-aaaaaacbbbbbbbbbbbbbbbaaaaaaaaaaaabaaaaa
-aaaaaacbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaa
-aaaaaccbbbbbbbddeefddeeddbbbbbaaaaaaaaaa
-aaaaaccbbbbbbbdgggeggghfibbbbbbbaaaaaaaa
-aaaaaccccbbbbbfiggjggghfhebbbbbbaaaaaaaa
-aaaaaccccbbbbbfigkflgggjgfbbbbbbbbaaaaaa
-aaaaaaaccbbbbbemgnfhggoffebbbbbbbbaaaaaa
-aaaaaaacccbbbbfghielgggglbbbbbbbbbbbaaaa
-aaaaaaaaccbbbbeffeeeejeeebbbbbbbbbbbaaaa
-aaaaaaaaccbbbbegggpggggpebbbbbbbbbbbaaaa
-aaaaaaaaccccbbeggglgpgpqdbbbbbbbbbbbaaaa
-aaabaaaaacccccddedeffeerebbbbbbbbbbbaaaa
-aaaaaaaaaaacccbbbbbbbbeqebbbbbbbbbbbbaaa
-aaaaaaaaaaacccccccbbbbesebbbbbbbbbbbbaaa
-aaaaaaaaaaaaacccccbbbbbcbbbbbbbbbbbbbaaa
-aaaaabaaaaaaacccccccccccccbbbbbbbbbbbaaa
-aaaaaaaaaaaaaaaaacccccccccbbbbbbbbbbbaaa
-aaaaaaabbaaaaaaaaaccccccccbbbbbbbbbbbaaa
-aaaaaaabbbbaaaaaaacccccccccbbccbbbbbbaaa
-aaaaaaabbbbaaaaaaacccccccccccccccbbbbbaa
-aaaaaaaaabbaaaaaaaaccccccccccccccbbbbbaa
-aaaaaaaaabbaaaaaaaaccccccccccccccbbbbbaa
-aaaaaaaaaaaaaaaaaaaccccccccccccccbbbbbaa
-aaaaaaaaaaaaaaaaabbcccccccccccccccbbbbaa
-abbaaaaaaaaaaaaaabbcccccccccccccccbbbbaa
-abbaaaaaaaaaaaaaabbbbcccccccccccbbbbbbaa
-abbbaaaaaaaaaaaaaabbbcccccccccccbbbbbaaa
-aaaaaaaaaaaaaaaaaabbbbbbbcccccbbbbbbbaaa
-aaaaaaaaaaaaaaaaaaaabbbbbbccccbbbbbbbaaa
-aaaaabaaaaaaaaaaaaaabbbbbbbbbbbbbbaaaaaa
-aaabaaaaaaaaaaaaaaaaaabbbbbbbbbaaaaaaaaa
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+b
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(6,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+"}
+(7,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(8,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(9,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(10,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+d
+d
+f
+f
+e
+f
+e
+e
+e
+d
+b
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+d
+g
+i
+i
+m
+g
+f
+g
+g
+d
+b
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+e
+g
+g
+g
+g
+h
+f
+g
+g
+e
+b
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+e
+g
+g
+k
+n
+i
+e
+g
+g
+d
+b
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+f
+e
+j
+f
+f
+e
+e
+p
+l
+e
+b
+b
+b
+c
+c
+c
+c
+c
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(20,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+d
+g
+g
+l
+h
+l
+e
+g
+g
+f
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+a
+a
+a
+"}
+(21,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+d
+g
+g
+g
+g
+g
+e
+g
+p
+f
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+b
+a
+"}
+(22,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+e
+g
+g
+g
+g
+g
+j
+g
+g
+e
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+a
+"}
+(23,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+e
+h
+h
+g
+o
+g
+e
+g
+p
+e
+e
+e
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+"}
+(24,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+d
+f
+f
+j
+f
+g
+e
+p
+q
+r
+q
+s
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+"}
+(25,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+d
+i
+h
+g
+f
+l
+e
+e
+d
+e
+e
+e
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+"}
+(26,1,1) = {"
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+b
+b
+e
+f
+e
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+"}
+(27,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+"}
+(28,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+"}
+(29,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+"}
+(30,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+"}
+(31,1,1) = {"
+a
+a
+a
+b
+b
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+"}
+(32,1,1) = {"
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+a
+"}
+(33,1,1) = {"
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+b
+a
+"}
+(34,1,1) = {"
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+b
+b
+b
+b
+b
+a
+"}
+(35,1,1) = {"
+a
+a
+b
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(36,1,1) = {"
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(37,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(38,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(39,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(40,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
"}
diff --git a/_maps/RandomRuins/SpaceRuins/derelict6.dmm b/_maps/RandomRuins/SpaceRuins/derelict6.dmm
index c18faa00cbec..84d2fd243381 100644
--- a/_maps/RandomRuins/SpaceRuins/derelict6.dmm
+++ b/_maps/RandomRuins/SpaceRuins/derelict6.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -44,9 +44,7 @@
},
/area/ruin/unpowered)
"ag" = (
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
"ah" = (
/turf/open/floor/plating/airless{
@@ -93,9 +91,7 @@
icon_state = "tube-broken";
status = 2
},
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
"ao" = (
/obj/structure/closet/emcloset,
@@ -131,9 +127,7 @@
/area/ruin/unpowered)
"at" = (
/obj/item/stack/rods,
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
"au" = (
/obj/item/stack/sheet/metal,
@@ -144,21 +138,15 @@
/area/ruin/unpowered)
"av" = (
/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
"aw" = (
/obj/item/stack/sheet/metal,
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
"ax" = (
-/mob/living/simple_animal/retaliate/ghost,
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/mob/living/simple_animal/hostile/retaliate/ghost,
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
"ay" = (
/turf/open/floor/plating/airless,
@@ -198,9 +186,7 @@
icon_state = "tube-broken";
status = 2
},
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
"aD" = (
/turf/open/space,
@@ -217,17 +203,13 @@
/area/ruin/unpowered)
"aF" = (
/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"aG" = (
/obj/structure/door_assembly/door_assembly_glass{
name = "broken airlock"
},
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"aH" = (
/turf/open/floor/plating/airless,
@@ -235,16 +217,12 @@
"aI" = (
/obj/structure/table,
/obj/machinery/microwave,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"aJ" = (
/obj/structure/table,
/obj/item/weapon/storage/box/drinkingglasses,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"aK" = (
/obj/structure/closet/secure_closet/freezer/fridge,
@@ -253,32 +231,22 @@
icon_state = "tube-broken";
status = 2
},
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"aL" = (
/obj/structure/closet/secure_closet/freezer/kitchen,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"aM" = (
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"aN" = (
/obj/item/trash/plate,
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"aO" = (
/obj/item/chair,
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"aP" = (
/obj/machinery/light{
@@ -296,21 +264,15 @@
/turf/open/floor/plating/airless,
/area/ruin/unpowered)
"aR" = (
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"aS" = (
/obj/structure/table_frame,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"aT" = (
/obj/item/weapon/kitchen/fork,
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"aU" = (
/obj/structure/table/wood,
@@ -330,15 +292,11 @@
/area/ruin/unpowered)
"aW" = (
/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"aX" = (
/obj/item/chair/stool/bar,
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"aY" = (
/turf/open/floor/plasteel/bar{
@@ -359,29 +317,21 @@
/turf/open/space,
/area/space)
"ba" = (
-/mob/living/simple_animal/retaliate/ghost,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/mob/living/simple_animal/hostile/retaliate/ghost,
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"bb" = (
/obj/item/weapon/reagent_containers/food/snacks/donkpocket,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"bc" = (
/obj/structure/table,
/obj/item/weapon/shard,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"bd" = (
/obj/structure/chair/stool/bar,
-/turf/open/floor/plasteel/bar{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/bar,
/area/ruin/unpowered)
"be" = (
/turf/open/floor/plasteel/bar{
@@ -411,9 +361,7 @@
status = 2
},
/obj/structure/table_frame,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"bi" = (
/obj/item/stack/sheet/metal,
@@ -426,9 +374,7 @@
"bj" = (
/obj/item/trash/plate,
/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel/cafeteria{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless/cafeteria,
/area/ruin/unpowered)
"bk" = (
/obj/structure/table_frame/wood,
@@ -483,69 +429,78 @@
icon_state = "platingdmg1"
},
/area/ruin/unpowered)
-"bI" = (
+"bs" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (WEST)";
- name = "broken plating";
- icon_state = "plating";
- dir = 8
+ tag = "icon-singular (NORTH)";
+ icon_state = "singular";
+ dir = 1
},
/turf/open/space,
-/area/ruin/unpowered)
-"bH" = (
+/area/space)
+"bt" = (
/obj/structure/fluff/broken_flooring{
- icon_state = "plating";
- name = "broken plating"
+ tag = "icon-side (NORTH)";
+ icon_state = "side";
+ dir = 1
},
/obj/structure/lattice,
/turf/open/space,
/area/ruin/unpowered)
-"bG" = (
+"bu" = (
+/obj/structure/fluff/broken_flooring,
+/turf/open/space,
+/area/ruin/unpowered)
+"bv" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
- icon_state = "singular";
- dir = 4
+ icon_state = "pile"
},
/turf/open/space,
/area/space)
-"bF" = (
+"bw" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-side (EAST)";
- icon_state = "side";
- dir = 4
+ tag = "icon-plating (NORTH)";
+ name = "broken plating";
+ icon_state = "plating";
+ dir = 1
},
/turf/open/space,
/area/ruin/unpowered)
-"bE" = (
-/obj/structure/lattice,
+"bx" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-corner (WEST)";
- icon_state = "corner";
- dir = 8
+ tag = "icon-plating (EAST)";
+ name = "broken plating";
+ icon_state = "plating";
+ dir = 4
},
+/obj/structure/lattice,
/turf/open/space,
/area/ruin/unpowered)
-"bD" = (
+"by" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
- icon_state = "singular";
+ tag = "icon-pile (EAST)";
+ icon_state = "pile";
dir = 4
},
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
-"bC" = (
+"bz" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-corner (NORTH)";
- icon_state = "corner";
- dir = 1
+ tag = "icon-plating (EAST)";
+ name = "broken plating";
+ icon_state = "plating";
+ dir = 4
},
/turf/open/space,
/area/ruin/unpowered)
+"bA" = (
+/obj/structure/fluff/broken_flooring{
+ icon_state = "singular"
+ },
+/turf/open/space,
+/area/space)
"bB" = (
/obj/structure/fluff/broken_flooring{
tag = "icon-singular (EAST)";
@@ -555,80 +510,67 @@
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"bA" = (
-/obj/structure/fluff/broken_flooring{
- icon_state = "singular"
- },
-/turf/open/space,
-/area/space)
-"bz" = (
+"bC" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (EAST)";
- name = "broken plating";
- icon_state = "plating";
- dir = 4
+ tag = "icon-corner (NORTH)";
+ icon_state = "corner";
+ dir = 1
},
/turf/open/space,
/area/ruin/unpowered)
-"by" = (
+"bD" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (EAST)";
- icon_state = "pile";
+ tag = "icon-singular (EAST)";
+ icon_state = "singular";
dir = 4
},
-/turf/open/floor/plasteel{
- initial_gas_mix = "TEMP=2.7"
- },
+/turf/open/floor/plasteel/airless,
/area/ruin/unpowered)
-"bx" = (
+"bE" = (
+/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (EAST)";
- name = "broken plating";
- icon_state = "plating";
- dir = 4
+ tag = "icon-corner (WEST)";
+ icon_state = "corner";
+ dir = 8
},
-/obj/structure/lattice,
/turf/open/space,
/area/ruin/unpowered)
-"bw" = (
+"bF" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (NORTH)";
- name = "broken plating";
- icon_state = "plating";
- dir = 1
+ tag = "icon-side (EAST)";
+ icon_state = "side";
+ dir = 4
},
/turf/open/space,
/area/ruin/unpowered)
-"bv" = (
+"bG" = (
/obj/structure/fluff/broken_flooring{
- icon_state = "pile"
+ tag = "icon-singular (EAST)";
+ icon_state = "singular";
+ dir = 4
},
/turf/open/space,
/area/space)
-"bu" = (
-/obj/structure/fluff/broken_flooring,
-/turf/open/space,
-/area/ruin/unpowered)
-"bt" = (
+"bH" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-side (NORTH)";
- icon_state = "side";
- dir = 1
+ icon_state = "plating";
+ name = "broken plating"
},
/obj/structure/lattice,
/turf/open/space,
/area/ruin/unpowered)
-"bs" = (
+"bI" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (NORTH)";
- icon_state = "singular";
- dir = 1
+ tag = "icon-plating (WEST)";
+ name = "broken plating";
+ icon_state = "plating";
+ dir = 8
},
/turf/open/space,
-/area/space)
+/area/ruin/unpowered)
(1,1,1) = {"
aa
diff --git a/_maps/RandomRuins/SpaceRuins/dragoontomb.dmm b/_maps/RandomRuins/SpaceRuins/dragoontomb.dmm
new file mode 100644
index 000000000000..4248be10be83
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/dragoontomb.dmm
@@ -0,0 +1,1886 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"c" = (
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/ruin/unpowered/no_grav)
+"d" = (
+/mob/living/simple_animal/hostile/flan/water,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"e" = (
+/mob/living/simple_animal/hostile/flan/fire,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"f" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"g" = (
+/obj/item/weapon/bikehorn,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"h" = (
+/turf/closed/wall/mineral/iron,
+/area/ruin/unpowered/no_grav)
+"i" = (
+/obj/structure/rack,
+/obj/item/weapon/kitchen/knife/combat/survival,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"j" = (
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"k" = (
+/obj/structure/rack,
+/obj/item/weapon/twohanded/spear,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"l" = (
+/obj/structure/rack,
+/obj/item/weapon/relic,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"m" = (
+/obj/structure/mineral_door/wood,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"n" = (
+/obj/structure/rack,
+/obj/item/weapon/dice/d4,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"o" = (
+/obj/structure/rack,
+/obj/item/weapon/dice/d8,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"p" = (
+/obj/structure/rack,
+/obj/item/weapon/dice/d12,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"q" = (
+/obj/structure/rack,
+/obj/item/weapon/dice/d00,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"r" = (
+/obj/structure/rack,
+/obj/item/weapon/dice/d20,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"s" = (
+/obj/structure/statue/silver/sec,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"t" = (
+/obj/structure/statue/silver/md,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"u" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/twohanded/skybulge,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"v" = (
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"w" = (
+/obj/structure/mineral_door/silver,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"x" = (
+/obj/structure/closet/coffin,
+/obj/item/stack/sheet/bone,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"y" = (
+/mob/living/simple_animal/hostile/flan/fire,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"z" = (
+/obj/structure/statue/silver/secborg,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"A" = (
+/obj/structure/statue/silver/medborg,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"B" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/reagent_containers/food/snacks/donkpocket,
+/turf/open/floor/mineral/silver,
+/area/ruin/unpowered/no_grav)
+"C" = (
+/turf/open/floor/plating/astplate{
+ icon_state = "astplate_warn";
+ initial_gas_mix = "TEMP=2.7";
+ tag = "icon-astplate_warn (WEST)"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 8
+ },
+/area/ruin/unpowered/no_grav)
+"D" = (
+/turf/open/floor/plating/astplate{
+ icon_state = "astplate_warn";
+ initial_gas_mix = "TEMP=2.7";
+ tag = "icon-astplate_warn (EAST)"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 4
+ },
+/area/ruin/unpowered/no_grav)
+"E" = (
+/obj/item/weapon/dice/d10,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"F" = (
+/obj/structure/grille,
+/turf/open/space,
+/area/ruin/unpowered/no_grav)
+"G" = (
+/obj/item/weapon/dice/d100,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"H" = (
+/turf/open/floor/plating/astplate{
+ icon_state = "astplate_warn";
+ initial_gas_mix = "TEMP=2.7";
+ tag = "icon-astplate_warn (SOUTHWEST)"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 10
+ },
+/area/ruin/unpowered/no_grav)
+"I" = (
+/turf/open/floor/plating/astplate{
+ icon_state = "astplate_warn";
+ initial_gas_mix = "TEMP=2.7";
+ tag = "icon-astplate_warn (SOUTHEAST)"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 6
+ },
+/area/ruin/unpowered/no_grav)
+"J" = (
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"K" = (
+/obj/item/weapon/dice/d1,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"L" = (
+/turf/open/floor/mineral/silver{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+
+(1,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+a
+a
+a
+a
+c
+c
+c
+c
+c
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+c
+c
+c
+a
+a
+a
+a
+c
+c
+c
+a
+a
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+a
+a
+a
+"}
+(6,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+c
+c
+c
+c
+c
+a
+a
+"}
+(7,1,1) = {"
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+c
+b
+c
+c
+c
+c
+c
+b
+b
+c
+c
+b
+b
+c
+c
+c
+b
+c
+b
+c
+c
+b
+c
+c
+c
+c
+c
+a
+a
+"}
+(8,1,1) = {"
+a
+b
+b
+b
+b
+b
+c
+c
+b
+b
+b
+b
+b
+d
+c
+c
+c
+c
+b
+b
+c
+c
+c
+b
+b
+c
+b
+b
+c
+c
+c
+c
+c
+c
+b
+c
+c
+a
+a
+a
+"}
+(9,1,1) = {"
+a
+a
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+c
+c
+c
+b
+b
+b
+b
+c
+c
+c
+b
+b
+b
+c
+c
+c
+c
+b
+c
+c
+b
+c
+c
+c
+a
+a
+"}
+(10,1,1) = {"
+a
+a
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+b
+c
+c
+c
+b
+b
+b
+b
+c
+c
+c
+b
+d
+c
+c
+c
+c
+b
+b
+c
+c
+b
+c
+c
+c
+c
+a
+"}
+(11,1,1) = {"
+a
+a
+a
+c
+c
+c
+c
+c
+b
+b
+b
+c
+c
+b
+b
+c
+c
+c
+c
+b
+E
+c
+b
+c
+b
+c
+c
+c
+c
+b
+b
+c
+c
+b
+b
+c
+c
+c
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+c
+c
+c
+c
+b
+d
+b
+b
+c
+c
+b
+b
+b
+c
+c
+c
+c
+c
+c
+G
+c
+b
+c
+c
+c
+b
+b
+c
+c
+c
+b
+b
+c
+c
+b
+b
+a
+"}
+(13,1,1) = {"
+a
+a
+a
+c
+c
+c
+c
+b
+b
+b
+e
+b
+c
+c
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+b
+b
+c
+c
+b
+b
+c
+c
+c
+c
+c
+c
+c
+b
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+a
+c
+c
+c
+c
+b
+b
+c
+b
+b
+b
+c
+c
+c
+c
+b
+b
+b
+b
+b
+c
+c
+c
+b
+b
+c
+b
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+c
+c
+c
+c
+c
+b
+c
+c
+b
+g
+c
+c
+c
+c
+c
+b
+b
+b
+b
+c
+c
+c
+b
+b
+c
+b
+c
+c
+c
+c
+c
+c
+b
+b
+a
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+c
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+c
+c
+c
+c
+c
+b
+b
+c
+b
+b
+c
+b
+c
+b
+c
+c
+b
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+c
+c
+c
+c
+c
+c
+b
+d
+b
+b
+c
+c
+c
+c
+c
+c
+c
+b
+b
+b
+c
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+c
+c
+c
+c
+c
+b
+b
+c
+c
+c
+c
+f
+c
+c
+c
+c
+c
+b
+b
+c
+c
+b
+b
+b
+d
+b
+c
+c
+c
+c
+b
+b
+b
+a
+a
+a
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+c
+c
+c
+c
+c
+c
+c
+c
+a
+a
+a
+f
+a
+a
+f
+a
+a
+c
+b
+b
+c
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+b
+b
+a
+a
+a
+"}
+(20,1,1) = {"
+a
+a
+a
+a
+b
+b
+c
+c
+c
+c
+a
+a
+h
+h
+h
+h
+h
+h
+h
+h
+f
+c
+c
+b
+b
+b
+b
+c
+c
+b
+b
+c
+c
+c
+c
+c
+b
+a
+a
+a
+"}
+(21,1,1) = {"
+a
+a
+a
+a
+b
+b
+b
+b
+c
+c
+c
+f
+h
+i
+j
+h
+n
+j
+j
+h
+a
+f
+c
+c
+b
+b
+b
+c
+c
+c
+b
+b
+c
+c
+c
+c
+b
+b
+a
+a
+"}
+(22,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+c
+a
+h
+j
+j
+m
+j
+j
+j
+h
+F
+F
+c
+c
+J
+b
+c
+c
+c
+c
+c
+b
+c
+c
+c
+c
+c
+c
+a
+a
+"}
+(23,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+a
+a
+h
+k
+j
+h
+o
+j
+j
+C
+C
+C
+H
+b
+b
+b
+c
+b
+b
+b
+c
+b
+c
+c
+c
+c
+c
+a
+a
+a
+"}
+(24,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+c
+a
+h
+h
+h
+h
+p
+j
+y
+D
+D
+D
+I
+b
+b
+d
+c
+c
+b
+b
+c
+b
+c
+c
+c
+c
+c
+a
+a
+a
+"}
+(25,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+c
+c
+f
+h
+l
+j
+h
+q
+j
+j
+h
+F
+F
+c
+b
+b
+c
+c
+c
+b
+K
+c
+b
+c
+c
+c
+c
+c
+c
+a
+a
+"}
+(26,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+a
+h
+j
+j
+m
+j
+j
+j
+h
+f
+c
+c
+b
+b
+c
+b
+c
+c
+c
+c
+b
+c
+b
+c
+c
+c
+c
+a
+a
+"}
+(27,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+c
+f
+h
+k
+j
+h
+r
+L
+j
+h
+a
+c
+b
+b
+c
+c
+b
+c
+c
+c
+c
+c
+c
+b
+c
+c
+b
+b
+a
+a
+"}
+(28,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+a
+f
+h
+h
+h
+h
+h
+w
+h
+h
+a
+c
+b
+c
+c
+b
+b
+c
+c
+b
+c
+c
+c
+b
+d
+b
+b
+b
+a
+a
+"}
+(29,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+c
+a
+f
+a
+a
+a
+h
+s
+v
+z
+h
+f
+c
+b
+c
+b
+b
+c
+c
+c
+b
+c
+c
+c
+b
+c
+c
+c
+a
+a
+a
+"}
+(30,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+c
+c
+f
+f
+h
+h
+v
+h
+h
+a
+c
+c
+c
+b
+d
+c
+b
+c
+b
+c
+c
+c
+b
+c
+c
+b
+b
+a
+a
+"}
+(31,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+a
+a
+h
+t
+v
+A
+h
+a
+a
+c
+c
+c
+b
+c
+b
+c
+b
+b
+b
+b
+b
+c
+c
+b
+a
+a
+a
+"}
+(32,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+c
+a
+h
+h
+v
+h
+h
+f
+f
+f
+c
+b
+b
+c
+c
+c
+c
+b
+b
+c
+c
+c
+c
+c
+a
+a
+a
+"}
+(33,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+f
+h
+u
+v
+B
+h
+a
+a
+c
+c
+b
+b
+b
+c
+c
+c
+b
+c
+c
+c
+c
+c
+c
+c
+a
+a
+"}
+(34,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+a
+h
+h
+x
+h
+h
+a
+a
+c
+c
+c
+b
+b
+c
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+a
+a
+"}
+(35,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+h
+h
+h
+f
+a
+c
+c
+c
+c
+c
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+c
+a
+a
+a
+"}
+(36,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+a
+f
+c
+c
+c
+c
+b
+b
+b
+b
+c
+c
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+"}
+(37,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+c
+c
+c
+c
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+a
+a
+a
+a
+a
+a
+"}
+(38,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+c
+c
+b
+b
+b
+b
+a
+a
+a
+a
+b
+b
+c
+c
+c
+a
+a
+a
+a
+a
+a
+a
+"}
+(39,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(40,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/emptyshell.dmm b/_maps/RandomRuins/SpaceRuins/emptyshell.dmm
index f0470d1b5662..f6e9dc5aaadc 100644
--- a/_maps/RandomRuins/SpaceRuins/emptyshell.dmm
+++ b/_maps/RandomRuins/SpaceRuins/emptyshell.dmm
@@ -1,31 +1,345 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"c" = (/turf/closed/wall/r_wall,/area/ruin/unpowered)
-"d" = (/turf/open/floor/plating,/area/ruin/unpowered)
-"e" = (/obj/effect/spawner/lootdrop/crate_spawner,/turf/open/floor/plating,/area/ruin/unpowered)
-"f" = (/obj/item/ammo_box/magazine/sniper_rounds,/turf/open/floor/plating,/area/ruin/unpowered)
-"g" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/ruin/unpowered)
-"h" = (/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"i" = (/obj/item/stack/rods,/turf/open/floor/plating,/area/ruin/unpowered)
-"j" = (/obj/machinery/door/airlock,/turf/open/floor/plating,/area/ruin/unpowered)
-"k" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/ruin/unpowered)
-"l" = (/obj/item/stack/cable_coil,/turf/open/floor/plating,/area/ruin/unpowered)
-"m" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/ruin/unpowered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"c" = (
+/turf/closed/wall/r_wall,
+/area/ruin/unpowered)
+"d" = (
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"e" = (
+/obj/effect/spawner/lootdrop/crate_spawner,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"f" = (
+/obj/item/ammo_box/magazine/sniper_rounds,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"g" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"h" = (
+/obj/item/stack/rods,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"i" = (
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered)
+"j" = (
+/obj/machinery/door/airlock,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"k" = (
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"l" = (
+/obj/item/stack/cable_coil,
+/turf/open/floor/plating,
+/area/ruin/unpowered)
+"m" = (
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 4;
+ name = "4maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/ruin/unpowered)
(1,1,1) = {"
-aaaaaaaaabaaaaaaa
-aaabbaaababaabaaa
-aaabccccccccccaba
-aabccccccccccccaa
-abacccdeddfdcccba
-abaccddddddgdccbb
-bbbhcdiddddddccbb
-aahhjddidgdddccaa
-aahhjddkdddddccbb
-abbhcddddddidccbb
-aaaccldeddmddccbb
-aaacccdddddecccaa
-aaaccccccccccccba
-aabaccccccccccaaa
-aaaabbaaaaaaaaaaa
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+b
+b
+b
+a
+a
+b
+a
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+b
+a
+a
+b
+i
+i
+b
+a
+a
+a
+b
+a
+"}
+(4,1,1) = {"
+a
+b
+b
+c
+c
+c
+i
+i
+i
+i
+c
+c
+c
+a
+a
+"}
+(5,1,1) = {"
+a
+b
+c
+c
+c
+c
+c
+j
+j
+c
+c
+c
+c
+c
+b
+"}
+(6,1,1) = {"
+a
+a
+c
+c
+c
+d
+d
+d
+d
+d
+l
+c
+c
+c
+b
+"}
+(7,1,1) = {"
+a
+a
+c
+c
+d
+d
+h
+d
+d
+d
+d
+d
+c
+c
+a
+"}
+(8,1,1) = {"
+a
+a
+c
+c
+e
+d
+d
+h
+k
+d
+e
+d
+c
+c
+a
+"}
+(9,1,1) = {"
+a
+b
+c
+c
+d
+d
+d
+d
+d
+d
+d
+d
+c
+c
+a
+"}
+(10,1,1) = {"
+b
+a
+c
+c
+d
+d
+d
+g
+d
+d
+d
+d
+c
+c
+a
+"}
+(11,1,1) = {"
+a
+b
+c
+c
+f
+d
+d
+d
+d
+d
+m
+d
+c
+c
+a
+"}
+(12,1,1) = {"
+a
+a
+c
+c
+d
+g
+d
+d
+d
+h
+d
+e
+c
+c
+a
+"}
+(13,1,1) = {"
+a
+a
+c
+c
+c
+d
+d
+d
+d
+d
+d
+c
+c
+c
+a
+"}
+(14,1,1) = {"
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+b
+a
+b
+b
+b
+a
+b
+b
+b
+a
+b
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+a
+b
+b
+b
+a
+a
+a
+a
"}
diff --git a/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm b/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
index d7cafd2e13a7..f1ffdb1706d2 100644
--- a/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
+++ b/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
@@ -1,52 +1,52 @@
"a" = (/turf/open/space,/area/space)
"b" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"c" = (/turf/closed/wall,/area/ruin/unpowered)
-"d" = (/obj/machinery/light{dir = 1},/obj/structure/bed,/obj/effect/decal/remains/human,/turf/open/floor/plasteel{icon_state = "warndark";dir = 8},/area/ruin/unpowered)
-"e" = (/obj/structure/window/reinforced{dir = 4;pixel_x = 0},/turf/open/floor/plasteel{icon_state = "warndark";dir = 4},/area/ruin/unpowered)
-"f" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/light{dir = 1},/obj/structure/bed,/obj/effect/decal/remains/human,/turf/open/floor/plasteel{icon_state = "warndark";dir = 8},/area/ruin/unpowered)
-"g" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/light{dir = 1},/obj/structure/bed,/turf/open/floor/plasteel{icon_state = "warndark";dir = 8},/area/ruin/unpowered)
-"h" = (/turf/open/floor/plasteel{icon_state = "warndark";dir = 4},/area/ruin/unpowered)
-"i" = (/turf/open/floor/plasteel{icon_state = "warndark";dir = 8},/area/ruin/unpowered)
-"j" = (/obj/structure/window/reinforced{dir = 4;pixel_x = 0},/obj/machinery/atmospherics/components/unary/outlet_injector,/turf/open/floor/plasteel{icon_state = "warndark";dir = 4},/area/ruin/unpowered)
-"k" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel{icon_state = "warndark";dir = 8},/area/ruin/unpowered)
-"l" = (/obj/machinery/atmospherics/components/unary/outlet_injector,/turf/open/floor/plasteel{icon_state = "warndark";dir = 4},/area/ruin/unpowered)
-"m" = (/obj/structure/closet/crate/freezer,/obj/item/stack/sheet/animalhide/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"n" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/machinery/light{dir = 1},/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"o" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/clothing/under/rank/prisoner,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"p" = (/obj/structure/window/reinforced{dir = 1;layer = 2.9},/turf/open/floor/plasteel{dir = 1;icon_state = "blue"},/area/ruin/unpowered)
-"q" = (/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/atmospherics/components/binary/pump{dir = 1},/turf/open/floor/plasteel{dir = 1;icon_state = "blue"},/area/ruin/unpowered)
-"r" = (/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"s" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"t" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/power/apc{cell_type = 2500;dir = 1;name = "Worn-out APC";pixel_x = 1;pixel_y = 26},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"u" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"v" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"w" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/obj/machinery/light{dir = 4;icon_state = "tube1"},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"x" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"y" = (/obj/structure/table/reinforced,/obj/item/weapon/kitchen/knife/butcher,/obj/item/weapon/restraints/handcuffs,/obj/item/weapon/reagent_containers/spray/pepper,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"z" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"A" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4;initialize_directions = 11},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"B" = (/turf/open/floor/plasteel,/area/ruin/unpowered)
-"C" = (/obj/machinery/gibber,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"D" = (/obj/structure/table/reinforced,/obj/item/clothing/suit/straight_jacket,/obj/item/weapon/reagent_containers/syringe/lethal,/obj/item/weapon/reagent_containers/syringe/lethal/choral,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"E" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"F" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"G" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"H" = (/obj/machinery/door/airlock/security,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"I" = (/obj/item/weapon/reagent_containers/glass/bottle/morphine{pixel_x = -4;pixel_y = 1},/obj/item/weapon/reagent_containers/glass/bottle/chloralhydrate{name = "chloral hydrate bottle"},/obj/item/weapon/reagent_containers/glass/bottle/toxin{pixel_x = 6;pixel_y = 8},/obj/item/weapon/reagent_containers/glass/bottle/morphine{pixel_x = 5;pixel_y = 1},/obj/item/weapon/reagent_containers/glass/bottle/facid{name = "fluorosulfuric acid bottle";pixel_x = -3;pixel_y = 6},/obj/structure/table/reinforced,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"J" = (/obj/structure/rack,/obj/item/weapon/storage/toolbox/drone,/obj/item/weapon/melee/baton/cattleprod,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"K" = (/obj/structure/table,/obj/item/weapon/pen/red,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"L" = (/obj/structure/table,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"M" = (/obj/structure/table,/obj/item/weapon/storage/box/prisoner,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"N" = (/obj/structure/window/reinforced{dir = 4;pixel_x = 0},/obj/machinery/light,/obj/structure/table,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"O" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel{icon_state = "bot";dir = 1},/area/ruin/unpowered)
-"P" = (/obj/structure/table/reinforced,/obj/item/weapon/surgicaldrill,/obj/item/weapon/hemostat,/obj/item/weapon/scalpel,/obj/item/weapon/surgical_drapes,/obj/item/weapon/retractor,/obj/item/weapon/cautery,/obj/item/weapon/circular_saw,/obj/machinery/light,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"Q" = (/obj/structure/table/optable,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"R" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/syringe,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/glass/bottle/mutagen,/obj/item/weapon/reagent_containers/glass/bottle/mutagen,/obj/item/weapon/razor,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"S" = (/obj/machinery/suit_storage_unit/security,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"T" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"U" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"V" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/ruin/unpowered)
-"W" = (/turf/open/floor/plating,/area/ruin/unpowered)
+"c" = (/turf/closed/wall,/area/ruin/gasthelizard)
+"d" = (/obj/machinery/light{dir = 1},/obj/structure/bed,/obj/effect/decal/remains/human,/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 8},/area/ruin/gasthelizard)
+"e" = (/obj/structure/window/reinforced{dir = 4;pixel_x = 0},/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 4},/area/ruin/gasthelizard)
+"f" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/light{dir = 1},/obj/structure/bed,/obj/effect/decal/remains/human,/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 8},/area/ruin/gasthelizard)
+"g" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/light{dir = 1},/obj/structure/bed,/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 8},/area/ruin/gasthelizard)
+"h" = (/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 4},/area/ruin/gasthelizard)
+"i" = (/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 8},/area/ruin/gasthelizard)
+"j" = (/obj/structure/window/reinforced{dir = 4;pixel_x = 0},/obj/machinery/atmospherics/components/unary/outlet_injector,/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 4},/area/ruin/gasthelizard)
+"k" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 8},/area/ruin/gasthelizard)
+"l" = (/obj/machinery/atmospherics/components/unary/outlet_injector,/turf/open/floor/plasteel/airless/black,/obj/effect/turf_decal/stripes/line{dir = 4},/area/ruin/gasthelizard)
+"m" = (/obj/structure/closet/crate/freezer,/obj/item/stack/sheet/animalhide/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"n" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/machinery/light{dir = 1},/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"o" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/clothing/under/rank/prisoner,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"p" = (/obj/structure/window/reinforced{dir = 1;layer = 2.9},/turf/open/floor/plasteel{dir = 1;icon_state = "blue"},/area/ruin/gasthelizard)
+"q" = (/obj/machinery/door/window/brigdoor/northleft,/obj/machinery/atmospherics/components/binary/pump{dir = 1},/turf/open/floor/plasteel{dir = 1;icon_state = "blue"},/area/ruin/gasthelizard)
+"r" = (/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"s" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"t" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/power/apc{cell_type = 2500;dir = 1;name = "Worn-out APC";pixel_x = 1;pixel_y = 26},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"u" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"v" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"w" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/obj/machinery/light{dir = 4;icon_state = "tube1"},/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"x" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"y" = (/obj/structure/table/reinforced,/obj/item/weapon/kitchen/knife/butcher,/obj/item/weapon/restraints/handcuffs,/obj/item/weapon/reagent_containers/spray/pepper,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"z" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"A" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4;initialize_directions = 11},/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"B" = (/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"C" = (/obj/machinery/gibber,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"D" = (/obj/structure/table/reinforced,/obj/item/clothing/suit/straight_jacket,/obj/item/weapon/reagent_containers/syringe/lethal,/obj/item/weapon/reagent_containers/syringe/lethal/choral,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"E" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"F" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"G" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"H" = (/obj/machinery/door/airlock/security,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"I" = (/obj/item/weapon/reagent_containers/glass/bottle/morphine{pixel_x = -4;pixel_y = 1},/obj/item/weapon/reagent_containers/glass/bottle/chloralhydrate{name = "chloral hydrate bottle"},/obj/item/weapon/reagent_containers/glass/bottle/toxin{pixel_x = 6;pixel_y = 8},/obj/item/weapon/reagent_containers/glass/bottle/morphine{pixel_x = 5;pixel_y = 1},/obj/item/weapon/reagent_containers/glass/bottle/facid{name = "fluorosulfuric acid bottle";pixel_x = -3;pixel_y = 6},/obj/structure/table/reinforced,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"J" = (/obj/structure/rack,/obj/item/weapon/storage/toolbox/drone,/obj/item/weapon/melee/baton/cattleprod,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"K" = (/obj/structure/table,/obj/item/weapon/pen/red,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"L" = (/obj/structure/table,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"M" = (/obj/structure/table,/obj/item/weapon/storage/box/prisoner,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"N" = (/obj/structure/window/reinforced{dir = 4;pixel_x = 0},/obj/machinery/light,/obj/structure/table,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"O" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel{icon_state = "bot";dir = 1},/area/ruin/gasthelizard)
+"P" = (/obj/structure/table/reinforced,/obj/item/weapon/surgicaldrill,/obj/item/weapon/hemostat,/obj/item/weapon/scalpel,/obj/item/weapon/surgical_drapes,/obj/item/weapon/retractor,/obj/item/weapon/cautery,/obj/item/weapon/circular_saw,/obj/machinery/light,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"Q" = (/obj/structure/table/optable,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"R" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/syringe,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/glass/bottle/mutagen,/obj/item/weapon/reagent_containers/glass/bottle/mutagen,/obj/item/weapon/razor,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/gasthelizard)
+"S" = (/obj/machinery/suit_storage_unit/security,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"T" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"U" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/ruin/gasthelizard)
+"V" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/ruin/gasthelizard)
+"W" = (/turf/open/floor/plating,/area/ruin/gasthelizard)
(1,1,1) = {"
aaaababababbaaaaaaa
diff --git a/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm b/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm
index afaf654fecdb..7ad88ec5e264 100644
--- a/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm
+++ b/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm
@@ -1,43 +1,333 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/wall/shuttle{dir = 8;icon_state = "diagonalWall3"},/area/ruin/powered/authorship)
-"c" = (/turf/closed/wall/shuttle{icon_state = "wall3"},/area/ruin/powered/authorship)
-"d" = (/turf/closed/wall/shuttle{dir = 1;icon_state = "diagonalWall3"},/area/ruin/powered/authorship)
-"e" = (/obj/structure/shuttle/engine/propulsion{tag = "icon-propulsion (EAST)";icon_state = "propulsion";dir = 4},/turf/open/space,/area/ruin/powered/authorship)
-"f" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/shuttle/engine/heater{tag = "icon-heater (WEST)";icon_state = "heater";dir = 8},/turf/open/floor/plating,/area/ruin/powered/authorship)
-"g" = (/obj/structure/table/wood,/obj/item/clothing/under/shorts/black,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"h" = (/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"i" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"j" = (/obj/structure/closet,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"k" = (/obj/machinery/vending/assist,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"l" = (/obj/structure/table/wood,/obj/item/clothing/shoes/sandal,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"m" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"n" = (/obj/structure/table/wood,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"o" = (/obj/structure/table/wood,/obj/machinery/computer/libraryconsole/bookmanagement,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"p" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/turf/open/floor/plating,/area/ruin/powered/authorship)
-"q" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/powered/authorship)
-"r" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"s" = (/obj/machinery/door/poddoor{id = "goonwizship1"},/obj/machinery/button/door{id = "goonwizship1";name = "Strange Ship Door Button";pixel_y = 32},/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"t" = (/obj/machinery/door/airlock/external,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"u" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"v" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"w" = (/obj/structure/table/wood,/obj/item/weapon/paper,/obj/item/weapon/pen,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"x" = (/obj/machinery/light,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"y" = (/mob/living/simple_animal/bot/medbot,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"z" = (/turf/closed/wall/shuttle{dir = 2;icon_state = "diagonalWall3"},/area/ruin/powered/authorship)
-"A" = (/obj/structure/chair,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
-"B" = (/turf/closed/wall/shuttle{dir = 4;icon_state = "diagonalWall3"},/area/ruin/powered/authorship)
-"C" = (/obj/machinery/light,/obj/structure/bed,/turf/open/floor/plasteel/shuttle/purple,/area/ruin/powered/authorship)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
+ },
+/area/ruin/powered/authorship)
+"c" = (
+/turf/closed/wall/shuttle{
+ icon_state = "wall3"
+ },
+/area/ruin/powered/authorship)
+"d" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/ruin/powered/authorship)
+"e" = (
+/obj/structure/shuttle/engine/propulsion{
+ tag = "icon-propulsion (EAST)";
+ icon_state = "propulsion";
+ dir = 4
+ },
+/turf/open/space,
+/area/ruin/powered/authorship)
+"f" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/shuttle/engine/heater{
+ tag = "icon-heater (WEST)";
+ icon_state = "heater";
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/powered/authorship)
+"g" = (
+/obj/structure/table/wood,
+/obj/item/clothing/under/shorts/black,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"h" = (
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"i" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"j" = (
+/obj/structure/closet,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"k" = (
+/obj/machinery/vending/assist,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"l" = (
+/obj/structure/table/wood,
+/obj/item/clothing/shoes/sandal,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"m" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"n" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"o" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"p" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/ruin/powered/authorship)
+"q" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/powered/authorship)
+"r" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"s" = (
+/obj/machinery/door/poddoor{
+ id = "goonwizship1"
+ },
+/obj/machinery/button/door{
+ id = "goonwizship1";
+ name = "Strange Ship Door Button";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"t" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"u" = (
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"v" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"w" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"x" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"y" = (
+/mob/living/simple_animal/bot/medbot,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"z" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/ruin/powered/authorship)
+"A" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
+"B" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/ruin/powered/authorship)
+"C" = (
+/obj/machinery/light,
+/obj/structure/bed,
+/turf/open/floor/plasteel/shuttle/purple,
+/area/ruin/powered/authorship)
(1,1,1) = {"
-aabcccccdaaaa
-aefghijkcaaaa
-aeflhhhhccccd
-bccccmhhcmhjc
-cnophhhhqhhrc
-shhthhhhuhvwc
-chxpyhhhqhhnc
-zccccmhhcmhjc
-aefAhhhhccccB
-aefnnChjcaaaa
-aazcccccBaaaa
+a
+a
+a
+b
+c
+s
+c
+z
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+e
+e
+c
+n
+h
+h
+c
+e
+e
+a
+"}
+(3,1,1) = {"
+b
+f
+f
+c
+o
+h
+x
+c
+f
+f
+z
+"}
+(4,1,1) = {"
+c
+g
+l
+c
+p
+t
+p
+c
+A
+n
+c
+"}
+(5,1,1) = {"
+c
+h
+h
+c
+h
+h
+y
+c
+h
+n
+c
+"}
+(6,1,1) = {"
+c
+i
+h
+m
+h
+h
+h
+m
+h
+C
+c
+"}
+(7,1,1) = {"
+c
+j
+h
+h
+h
+h
+h
+h
+h
+h
+c
+"}
+(8,1,1) = {"
+c
+k
+h
+h
+h
+h
+h
+h
+h
+j
+c
+"}
+(9,1,1) = {"
+d
+c
+c
+c
+q
+u
+q
+c
+c
+c
+B
+"}
+(10,1,1) = {"
+a
+a
+c
+m
+h
+h
+h
+m
+c
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+c
+h
+h
+v
+h
+h
+c
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+c
+j
+r
+w
+n
+j
+c
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+d
+c
+c
+c
+c
+c
+B
+a
+a
"}
diff --git a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm
index efbcfee9a2c7..bf1115867504 100644
--- a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm
@@ -1,127 +1,6585 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/mineral,/area/ruin/unpowered/no_grav)
-"c" = (/turf/closed/wall/r_wall,/area/awaymission/listeningpost)
-"d" = (/turf/open/floor/plating,/area/awaymission/listeningpost)
-"e" = (/obj/machinery/power/smes/magical{desc = "A high-capacity superconducting magnetic energy storage (SMES) unit.";name = "power storage unit"},/turf/open/floor/plating,/area/awaymission/listeningpost)
-"f" = (/obj/machinery/door/airlock,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"g" = (/turf/closed/wall,/area/awaymission/listeningpost)
-"h" = (/obj/structure/table,/obj/item/weapon/paper/monitorkey,/obj/item/device/radio/intercom{desc = "Talk through this. Evilly";freerange = 1;frequency = 1213;name = "Syndicate Intercom";pixel_x = 32;subspace_transmission = 1;syndie = 1},/obj/item/clothing/glasses/regular,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"i" = (/obj/structure/table,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"j" = (/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"k" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/awaymission/listeningpost)
-"l" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/unpowered/no_grav)
-"m" = (/obj/machinery/computer/message_monitor,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"n" = (/obj/structure/chair{dir = 4},/mob/living/simple_animal/hostile/syndicate{desc = "A weary looking syndicate operative."},/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"o" = (/obj/structure/table,/obj/item/weapon/paper{info = "Nothing of interest to report.";name = "november report"},/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"p" = (/obj/item/device/radio/intercom{desc = "Talk through this. Evilly";freerange = 1;frequency = 1213;name = "Syndicate Intercom";pixel_x = 32;subspace_transmission = 1;syndie = 1},/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"q" = (/obj/structure/rack,/obj/item/clothing/suit/space/syndicate,/obj/item/clothing/mask/gas,/obj/item/clothing/head/helmet/space/syndicate,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"r" = (/obj/machinery/door/airlock,/obj/structure/safe/floor,/obj/item/weapon/paper{info = "I wonder how much longer they will accept my empty reports. They will cancel the case soon without results. When the pickup comes, I will tell them I have lost faith in our cause, and beg them to consider a diplomatic solution. How many nuclear teams have been dispatched with those nukes? I must try and prevent more from ever being sent. If they will not listen to reason, I will detonate the warehouse myself. Maybe some day in the immediate future, space will be peaceful, though I don't intend to live to see it. And that is why I write this down- it is my sacrifice that stabilised your worlds, traveller. Spare a thought for me, and please attempt to prevent nuclear proliferation, should it ever rear it's ugly head again. -Donk Co. Operative #451";name = "odd report"},/obj/item/weapon/gun/projectile/automatic/pistol,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"s" = (/obj/structure/disposalpipe/segment{dir = 4;icon_state = "pipe-c"},/turf/closed/mineral,/area/ruin/unpowered/no_grav)
-"t" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/mineral,/area/ruin/unpowered/no_grav)
-"u" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
-"v" = (/obj/structure/bed,/obj/item/weapon/bedsheet/brown,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"w" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"x" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel,/area/awaymission/listeningpost)
-"y" = (/obj/structure/disposalpipe/segment,/turf/closed/mineral,/area/ruin/unpowered/no_grav)
-"z" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"A" = (/obj/structure/closet,/obj/item/clothing/gloves/boxing,/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"B" = (/obj/structure/filingcabinet,/obj/item/weapon/paper{info = "A good start to the operation: intercepted Nanotrasen military communications. A convoy is scheduled to transfer nuclear warheads to a new military base. This is as good a chance as any to get our hands on some heavy weaponry, I suggest we take it.";name = "april report"},/obj/item/weapon/paper{info = "Nothing of real interest to report this month. I have intercepted faint transmissions from what appears to be some sort of pirate radio station. They do not appear to be relevant to my assignment.";name = "may report"},/obj/item/weapon/paper{info = "Nanotrasen communications have been noticably less frequent recently. The pirate radio station I found last month has been transmitting pro-Nanotrasen propaganda. I will continue to monitor it.";name = "june report"},/obj/item/weapon/paper{info = "Nothing of interest to report.";name = "july report"},/obj/item/weapon/paper{info = "Nothing of interest to report.";name = "august report"},/obj/item/weapon/paper{info = "Nothing of interest to report.";name = "september report"},/obj/item/weapon/paper{info = "Nothing of interest to report.";name = "october report"},/obj/item/weapon/paper{info = "1 x Stechtkin pistol - $600
1 x silencer - $200
shipping charge - $4360
total - $5160";name = "receipt"},/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"C" = (/obj/structure/table,/obj/item/weapon/paper{info = "Mission Details: You have been assigned to a newly constructed listening post constructed within an asteroid in Nanotrasen space to monitor their plasma mining operations. Accurate intel is crucial to the success of our operatives onboard, do not fail us.";name = "mission briefing"},/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"D" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"E" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/ruin/unpowered/no_grav)
-"F" = (/obj/structure/disposalpipe/segment{dir = 8;icon_state = "pipe-c"},/turf/closed/mineral,/area/ruin/unpowered/no_grav)
-"G" = (/obj/machinery/door/airlock{name = "Toilet"},/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"H" = (/turf/open/floor/plasteel/freezer,/area/ruin/unpowered/no_grav)
-"I" = (/obj/machinery/shower{icon_state = "shower";dir = 8},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered/no_grav)
-"J" = (/obj/structure/toilet{icon_state = "toilet00";dir = 8},/turf/open/floor/plasteel/freezer,/area/ruin/unpowered/no_grav)
-"K" = (/turf/closed/mineral/clown,/area/ruin/unpowered/no_grav)
-"L" = (/turf/closed/wall/shuttle{icon_state = "wall3"},/area/ruin/unpowered/no_grav)
-"M" = (/turf/open/floor/plasteel/airless/circuit/gcircuit,/area/ruin/unpowered/no_grav)
-"N" = (/turf/closed/wall/r_wall,/area/ruin/unpowered/no_grav)
-"O" = (/turf/open/space,/area/ruin/unpowered/no_grav)
-"P" = (/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"Q" = (/obj/machinery/door/airlock,/turf/open/floor/plasteel,/area/ruin/unpowered/no_grav)
-"R" = (/turf/closed/wall,/area/ruin/unpowered/no_grav)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/turf/closed/mineral,
+/area/ruin/unpowered/no_grav)
+"c" = (
+/turf/closed/wall/r_wall,
+/area/awaymission/listeningpost)
+"d" = (
+/turf/open/floor/plating,
+/area/awaymission/listeningpost)
+"e" = (
+/obj/machinery/power/smes/magical{
+ desc = "A high-capacity superconducting magnetic energy storage (SMES) unit.";
+ name = "power storage unit"
+ },
+/turf/open/floor/plating,
+/area/awaymission/listeningpost)
+"f" = (
+/obj/machinery/door/airlock,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"g" = (
+/turf/closed/wall,
+/area/awaymission/listeningpost)
+"h" = (
+/obj/structure/table,
+/obj/item/weapon/paper/monitorkey,
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. Evilly";
+ freerange = 1;
+ frequency = 1213;
+ name = "Syndicate Intercom";
+ pixel_x = 32;
+ subspace_transmission = 1;
+ syndie = 1
+ },
+/obj/item/clothing/glasses/regular,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"i" = (
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"j" = (
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"k" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plating,
+/area/awaymission/listeningpost)
+"l" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"m" = (
+/obj/machinery/computer/message_monitor,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"n" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/mob/living/simple_animal/hostile/syndicate{
+ desc = "A weary looking syndicate operative."
+ },
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"o" = (
+/obj/structure/table,
+/obj/item/weapon/paper{
+ info = "Nothing of interest to report.";
+ name = "november report"
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"p" = (
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. Evilly";
+ freerange = 1;
+ frequency = 1213;
+ name = "Syndicate Intercom";
+ pixel_x = 32;
+ subspace_transmission = 1;
+ syndie = 1
+ },
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"q" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/space/syndicate,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/helmet/space/syndicate,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"r" = (
+/obj/machinery/door/airlock,
+/obj/structure/safe/floor,
+/obj/item/weapon/paper{
+ info = "I wonder how much longer they will accept my empty reports. They will cancel the case soon without results. When the pickup comes, I will tell them I have lost faith in our cause, and beg them to consider a diplomatic solution. How many nuclear teams have been dispatched with those nukes? I must try and prevent more from ever being sent. If they will not listen to reason, I will detonate the warehouse myself. Maybe some day in the immediate future, space will be peaceful, though I don't intend to live to see it. And that is why I write this down- it is my sacrifice that stabilised your worlds, traveller. Spare a thought for me, and please attempt to prevent nuclear proliferation, should it ever rear it's ugly head again. -Donk Co. Operative #451";
+ name = "odd report"
+ },
+/obj/item/weapon/gun/ballistic/automatic/pistol,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"s" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/closed/mineral,
+/area/ruin/unpowered/no_grav)
+"t" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/mineral,
+/area/ruin/unpowered/no_grav)
+"u" = (
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"v" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/brown,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"w" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"x" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"y" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/mineral,
+/area/ruin/unpowered/no_grav)
+"z" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"A" = (
+/obj/structure/closet,
+/obj/item/clothing/gloves/boxing,
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"B" = (
+/obj/structure/filingcabinet,
+/obj/item/weapon/paper{
+ info = "A good start to the operation: intercepted Nanotrasen military communications. A convoy is scheduled to transfer nuclear warheads to a new military base. This is as good a chance as any to get our hands on some heavy weaponry, I suggest we take it.";
+ name = "april report"
+ },
+/obj/item/weapon/paper{
+ info = "Nothing of real interest to report this month. I have intercepted faint transmissions from what appears to be some sort of pirate radio station. They do not appear to be relevant to my assignment.";
+ name = "may report"
+ },
+/obj/item/weapon/paper{
+ info = "Nanotrasen communications have been noticably less frequent recently. The pirate radio station I found last month has been transmitting pro-Nanotrasen propaganda. I will continue to monitor it.";
+ name = "june report"
+ },
+/obj/item/weapon/paper{
+ info = "Nothing of interest to report.";
+ name = "july report"
+ },
+/obj/item/weapon/paper{
+ info = "Nothing of interest to report.";
+ name = "august report"
+ },
+/obj/item/weapon/paper{
+ info = "Nothing of interest to report.";
+ name = "september report"
+ },
+/obj/item/weapon/paper{
+ info = "Nothing of interest to report.";
+ name = "october report"
+ },
+/obj/item/weapon/paper{
+ info = "1 x Stechtkin pistol - $600
1 x silencer - $200
shipping charge - $4360
total - $5160";
+ name = "receipt"
+ },
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"C" = (
+/obj/structure/table,
+/obj/item/weapon/paper{
+ info = "Mission Details: You have been assigned to a newly constructed listening post constructed within an asteroid in Nanotrasen space to monitor their plasma mining operations. Accurate intel is crucial to the success of our operatives onboard, do not fail us.";
+ name = "mission briefing"
+ },
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"D" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"E" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/awaymission/listeningpost)
+"F" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/closed/mineral,
+/area/ruin/unpowered/no_grav)
+"G" = (
+/obj/machinery/door/airlock{
+ name = "Toilet"
+ },
+/turf/open/floor/plasteel,
+/area/awaymission/listeningpost)
+"H" = (
+/turf/open/floor/plasteel/freezer,
+/area/awaymission/listeningpost)
+"I" = (
+/obj/machinery/shower{
+ icon_state = "shower";
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/awaymission/listeningpost)
+"J" = (
+/obj/structure/toilet{
+ icon_state = "toilet00";
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/awaymission/listeningpost)
+"K" = (
+/turf/closed/mineral/clown,
+/area/ruin/unpowered/no_grav)
+"L" = (
+/turf/closed/wall/shuttle{
+ icon_state = "wall3"
+ },
+/area/ruin/unpowered/no_grav)
+"M" = (
+/turf/open/floor/plasteel/airless/circuit/gcircuit,
+/area/ruin/unpowered/no_grav)
+"N" = (
+/turf/closed/wall/r_wall,
+/area/ruin/unpowered/no_grav)
+"O" = (
+/turf/open/space,
+/area/ruin/unpowered/no_grav)
+"P" = (
+/turf/open/floor/plasteel,
+/area/ruin/unpowered/no_grav)
+"Q" = (
+/obj/machinery/door/airlock,
+/turf/open/floor/plasteel,
+/area/ruin/unpowered/no_grav)
+"R" = (
+/turf/closed/wall,
+/area/ruin/unpowered/no_grav)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbaaaaaabbbbbbbbbbbbbbbbaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbccccbbbbbaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbcdecbbbbbaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbNccfgccccaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbcchijjkddkaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalbbbbbbbbbbbbbbbbbbcmnojjkddkaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbOlbbbbbbbbbbbbbbbbbbccpijjccccaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbllbbbbbbbbbbbbbbbbbbbcjjjqcbbbbaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbblbbbbbbbbbbbbbbbbccccrgggcbsttuaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcvwgjjjxcbybbbbbbaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbNPPQPPPzNbybbbbbbba
-aaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbNABRCPDEEtFbbbbbaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbNNNNNGRNbbbbbbbbbaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbNHINbbbbbbbbbaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbNHJNbbbbbbbbbba
-aaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbNNNNbbbbbbbbbbb
-aaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
-aaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
-aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
-aaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbba
-aaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbba
-aaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaa
-aaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaa
-aaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbblllbbbbbbbbbbbbbbbbbbbbaaaaaa
-aaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbKKbbbbbbbllaaabbbbbbbbbbbbbbbbbaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbKbbKbbblllaaaabbbbbbbbbbbbbbaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbKbbbbbbbbbbbblaaaaabbbbbbbbbbbbbbaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbKKbbbbbbbbbbblaaaabbbbbbbbbbbbbaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbKKbbbbbbbbbbblaabbbbbbbbbbbbbbaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbKbbbbbbaabbbbbbbbbbbbbaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbabbbbbbbbbbbbaaaaaaaaaaaaaaaa
-aaaaaabbbbaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaa
-aaaaabbbbbbbaaaaaabbbbbbbbbbbbbbbbbbbbKKbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaa
-aaaabbbbbbbbbbbaaabbbbbbbbbbbbbbbbKbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaa
-aaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbKbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaa
-aaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaa
-aaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbKKbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaa
-aabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbblllllbbbbaaaaaaaaaaaaaaaaaa
-aabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbblaaaabbaaaaaaaaaaaaaaaaaaa
-aabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbllbaaaaaaaaaaaaaaaaaaaaaa
-aabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaa
-abbbbbbbbbbbbbbbbbbbbbbbbbbbbbLLLLLLLbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaa
-abbbbbbbbbbbbbbbbbbbbbbbbbbbbblMMMMMLbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaa
-abbbbbbbbbbbbbbbbbbbbbbbbbbbbbbMMMMMLbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaa
-bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbMMMMLbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-bbbbbbbbbbbbbbbblbbbbbbbbbbbbbbMMMMMLbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-bbbbbbbbbbbbbbbbllbbbbbbbbbbbbblMMMMLbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-bbbbbbbbbbbbbbbaalbbbbbbbbbbbbllLLLLLbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-bbbbbbbbbbbbbaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-abbbbbbbbbbbaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-aaaaabbbbbbaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaabbbbbbbbbblbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaabbbbbbbbllbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaabbbbbbbbalbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaabbbbbbbaalbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaabbbbaaabbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(6,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(7,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(8,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(9,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(10,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+l
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+l
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(20,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(21,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(22,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(23,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(24,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+"}
+(25,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+"}
+(26,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(27,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(28,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+l
+l
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(29,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(30,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+"}
+(31,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+L
+l
+b
+b
+b
+b
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(32,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+L
+M
+M
+b
+M
+l
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(33,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+L
+M
+M
+M
+M
+M
+L
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(34,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+L
+M
+M
+M
+M
+M
+L
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(35,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+K
+K
+b
+b
+b
+b
+K
+b
+b
+b
+b
+b
+b
+b
+L
+M
+M
+M
+M
+M
+L
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(36,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+K
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+L
+M
+M
+M
+M
+M
+L
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(37,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+L
+L
+L
+L
+L
+L
+L
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(38,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(39,1,1) = {"
+a
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+b
+b
+b
+b
+b
+b
+b
+K
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(40,1,1) = {"
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+K
+b
+b
+b
+b
+b
+b
+K
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(41,1,1) = {"
+b
+b
+b
+b
+b
+a
+a
+b
+b
+b
+b
+a
+a
+a
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(42,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+l
+l
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(43,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(44,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+K
+b
+K
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(45,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(46,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(47,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(48,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+l
+l
+l
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(49,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+l
+l
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(50,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(51,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(52,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(53,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+a
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(54,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+a
+l
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(55,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(56,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(57,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(58,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(59,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+c
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(60,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+v
+j
+A
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(61,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+b
+c
+w
+j
+B
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(62,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+c
+m
+c
+c
+c
+g
+f
+g
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(63,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+c
+h
+n
+p
+j
+r
+j
+j
+C
+c
+c
+c
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(64,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+i
+o
+i
+j
+g
+j
+j
+j
+G
+H
+H
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(65,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+c
+d
+f
+j
+j
+j
+j
+g
+j
+j
+D
+g
+I
+J
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(66,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+c
+e
+g
+j
+j
+j
+q
+g
+x
+z
+E
+c
+c
+c
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(67,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+c
+c
+c
+k
+k
+c
+c
+c
+c
+c
+E
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(68,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+c
+d
+d
+c
+b
+b
+b
+b
+t
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(69,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+c
+d
+d
+c
+b
+s
+y
+y
+F
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(70,1,1) = {"
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+c
+k
+k
+c
+b
+t
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(71,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+b
+t
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(72,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+a
+a
+a
+a
+u
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(73,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(74,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(75,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(76,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(77,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
"}
diff --git a/_maps/RandomRuins/SpaceRuins/mechtransport.dmm b/_maps/RandomRuins/SpaceRuins/mechtransport.dmm
index f9d7df2278ad..5d5b8741b62e 100644
--- a/_maps/RandomRuins/SpaceRuins/mechtransport.dmm
+++ b/_maps/RandomRuins/SpaceRuins/mechtransport.dmm
@@ -1,68 +1,382 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/wall/shuttle{icon_state = "swall_s6";dir = 2},/area/ruin/powered)
-"c" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/powered)
-"d" = (/turf/closed/wall/shuttle{icon_state = "swall_s10";dir = 2},/area/ruin/powered)
-"e" = (/turf/closed/wall/shuttle{icon_state = "swall3";dir = 2},/area/ruin/powered)
-"f" = (/obj/structure/closet/crate/secure/loot,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"g" = (/obj/structure/closet/crate/secure/loot,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"h" = (/obj/structure/table,/obj/machinery/button/door{id = "mechaship1";name = "Mecha Cargo Ship Doors"},/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"i" = (/obj/structure/table,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"j" = (/obj/machinery/computer/shuttle,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"k" = (/obj/effect/decal/cleanable/vomit/old,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"l" = (/obj/effect/decal/remains/human,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"m" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"n" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"o" = (/turf/closed/wall/shuttle{icon_state = "swall13";dir = 2},/area/ruin/powered)
-"p" = (/obj/machinery/door/airlock/hatch{name = "Cockpit";req_access_txt = "101"},/turf/open/floor/plasteel/shuttle{icon_state = "shuttlefloor3"},/area/ruin/powered)
-"q" = (/turf/closed/wall/shuttle{icon_state = "swall12";dir = 2},/area/ruin/powered)
-"r" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plasteel/airless/shuttle/white,/area/ruin/powered)
-"s" = (/turf/open/floor/plasteel/airless/shuttle/white,/area/ruin/powered)
-"t" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/airless/shuttle/white,/area/ruin/powered)
-"u" = (/obj/effect/decal/cleanable/cobweb2,/turf/open/floor/plasteel/airless/shuttle/white,/area/ruin/powered)
-"v" = (/obj/structure/mecha_wreckage/phazon,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"w" = (/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"x" = (/obj/structure/mecha_wreckage/ripley/firefighter,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"y" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"z" = (/obj/structure/mecha_wreckage/ripley,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"A" = (/obj/mecha/working/ripley,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"B" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"C" = (/obj/effect/decal/cleanable/robot_debris/up,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"D" = (/obj/machinery/door/poddoor{id = "mechaship1";name = "Cargo Bay Door"},/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"E" = (/obj/effect/decal/cleanable/robot_debris,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"F" = (/obj/structure/mecha_wreckage/durand,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"G" = (/obj/item/stack/tile/plasteel,/turf/open/floor/plating/airless,/area/ruin/powered)
-"H" = (/turf/open/floor/plating/airless,/area/ruin/powered)
-"I" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"J" = (/obj/machinery/computer/mecha,/turf/open/floor/plasteel/shuttle,/area/ruin/powered)
-"K" = (/obj/effect/decal/cleanable/robot_debris/gib,/turf/open/floor/plating/airless,/area/ruin/powered)
-"L" = (/obj/effect/decal/cleanable/robot_debris,/obj/item/stack/tile/plasteel,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"M" = (/turf/open/floor/plating{icon_state = "platingdmg1";initial_gas_mix = "TEMP=2.7"},/area/ruin/powered)
-"N" = (/turf/open/floor/plating{icon_state = "platingdmg2";initial_gas_mix = "TEMP=2.7"},/area/ruin/powered)
-"O" = (/obj/structure/mecha_wreckage/odysseus,/turf/open/floor/plasteel/airless/shuttle/yellow,/area/ruin/powered)
-"P" = (/obj/item/stack/sheet/metal,/turf/open/space,/area/space)
-"Q" = (/obj/structure/mecha_wreckage/gygax,/turf/open/floor/plasteel/airless/shuttle/white,/area/ruin/powered)
-"R" = (/turf/open/floor/plating{icon_state = "platingdmg3";initial_gas_mix = "TEMP=2.7"},/area/space)
-"S" = (/obj/item/stack/rods,/turf/open/floor/plating/airless,/area/ruin/powered)
-"T" = (/turf/closed/wall/shuttle{icon_state = "swall14";dir = 2},/area/ruin/powered)
-"U" = (/turf/closed/wall/shuttle{icon_state = "swall_s9";dir = 2},/area/ruin/powered)
-"V" = (/obj/item/stack/rods,/turf/open/space,/area/space)
-"W" = (/turf/closed/wall/shuttle{icon_state = "swall15";dir = 2},/area/ruin/powered)
-"X" = (/obj/structure/shuttle/engine/propulsion,/turf/open/space,/area/ruin/powered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/turf/closed/wall/mineral/titanium/overspace,
+/area/ruin/powered/mechtransport)
+"c" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/powered/mechtransport)
+"d" = (
+/turf/closed/wall/shuttle{
+ icon_state = "swall_s10";
+ dir = 2
+ },
+/area/ruin/powered/mechtransport)
+"e" = (
+/turf/closed/wall/mineral/titanium,
+/area/ruin/powered/mechtransport)
+"f" = (
+/obj/structure/closet/crate/secure/loot,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"g" = (
+/obj/structure/closet/crate/secure/loot,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"h" = (
+/obj/structure/table,
+/obj/machinery/button/door{
+ id = "mechaship1";
+ name = "Mecha Cargo Ship Doors"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"i" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"j" = (
+/obj/machinery/computer/shuttle,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"k" = (
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"l" = (
+/obj/effect/decal/remains/human,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"m" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"n" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"o" = (
+/turf/closed/wall/shuttle{
+ icon_state = "swall13";
+ dir = 2
+ },
+/area/ruin/powered/mechtransport)
+"p" = (
+/obj/machinery/door/airlock/hatch{
+ name = "Cockpit";
+ req_access_txt = "101"
+ },
+/turf/open/floor/mineral/titanium,
+/area/ruin/powered/mechtransport)
+"q" = (
+/turf/closed/wall/shuttle{
+ icon_state = "swall12";
+ dir = 2
+ },
+/area/ruin/powered/mechtransport)
+"r" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/mineral/titanium/airless,
+/area/ruin/powered/mechtransport)
+"s" = (
+/turf/open/floor/mineral/titanium/airless,
+/area/ruin/powered/mechtransport)
+"t" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/airless,
+/area/ruin/powered/mechtransport)
+"u" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/mineral/titanium/airless,
+/area/ruin/powered/mechtransport)
+"v" = (
+/obj/structure/mecha_wreckage/phazon,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"w" = (
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"x" = (
+/obj/structure/mecha_wreckage/ripley/firefighter,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"y" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"z" = (
+/obj/structure/mecha_wreckage/ripley,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"A" = (
+/obj/mecha/working/ripley,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"B" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"C" = (
+/obj/effect/decal/cleanable/robot_debris/up,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"D" = (
+/obj/machinery/door/poddoor{
+ id = "mechaship1";
+ name = "Cargo Bay Door"
+ },
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"E" = (
+/obj/effect/decal/cleanable/robot_debris,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"F" = (
+/obj/structure/mecha_wreckage/durand,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"G" = (
+/obj/item/stack/tile/plasteel,
+/turf/open/floor/plating/airless,
+/area/ruin/powered/mechtransport)
+"H" = (
+/turf/open/floor/plating/airless,
+/area/ruin/powered/mechtransport)
+"I" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"J" = (
+/obj/machinery/computer/mecha,
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/mechtransport)
+"K" = (
+/obj/effect/decal/cleanable/robot_debris/gib,
+/turf/open/floor/plating/airless,
+/area/ruin/powered/mechtransport)
+"L" = (
+/obj/effect/decal/cleanable/robot_debris,
+/obj/item/stack/tile/plasteel,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"M" = (
+/turf/open/floor/plating/airless{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/ruin/powered/mechtransport)
+"N" = (
+/turf/open/floor/plating/airless{
+ icon_state = "platingdmg2"
+ },
+/area/ruin/powered/mechtransport)
+"O" = (
+/obj/structure/mecha_wreckage/odysseus,
+/turf/open/floor/mineral/titanium/yellow/airless,
+/area/ruin/powered/mechtransport)
+"P" = (
+/obj/item/stack/sheet/metal,
+/turf/open/space,
+/area/space)
+"Q" = (
+/obj/structure/mecha_wreckage/gygax,
+/turf/open/floor/mineral/titanium/airless,
+/area/ruin/powered/mechtransport)
+"R" = (
+/turf/open/floor/plating/airless{
+ icon_state = "platingdmg3"
+ },
+/area/space)
+"S" = (
+/obj/item/stack/rods,
+/turf/open/floor/plating/airless,
+/area/ruin/powered/mechtransport)
+"T" = (
+/turf/closed/wall/shuttle{
+ icon_state = "swall14";
+ dir = 2
+ },
+/area/ruin/powered/mechtransport)
+"U" = (
+/turf/closed/wall/shuttle{
+ icon_state = "swall_s9";
+ dir = 2
+ },
+/area/ruin/powered/mechtransport)
+"V" = (
+/obj/item/stack/rods,
+/turf/open/space,
+/area/space)
+"W" = (
+/turf/closed/wall/shuttle{
+ icon_state = "swall15";
+ dir = 2
+ },
+/area/ruin/powered/mechtransport)
+"X" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/space,
+/area/ruin/powered/mechtransport)
(1,1,1) = {"
-abcccccda
-aefghijea
-aeklmnJea
-bopqqqqod
-erststtue
-evwwxyzAe
-eBwCwzwyD
-eEFGwwwwD
-GHwFyHywD
-ISHwKLwBD
-MHNGOOwyD
-PIIHsHQse
-aRIPSHqTU
-aVaaIabWd
-aaaaaaXXX
+a
+a
+a
+b
+e
+e
+e
+e
+G
+I
+M
+P
+a
+a
+a
+"}
+(2,1,1) = {"
+b
+e
+e
+e
+r
+v
+B
+E
+H
+S
+H
+I
+R
+V
+a
+"}
+(3,1,1) = {"
+c
+f
+k
+p
+s
+w
+w
+F
+w
+H
+N
+I
+I
+a
+a
+"}
+(4,1,1) = {"
+c
+g
+l
+e
+t
+w
+C
+G
+F
+w
+G
+H
+P
+a
+a
+"}
+(5,1,1) = {"
+c
+h
+m
+e
+s
+x
+w
+w
+y
+K
+O
+s
+S
+I
+a
+"}
+(6,1,1) = {"
+c
+i
+n
+e
+t
+y
+z
+w
+H
+L
+O
+H
+H
+a
+a
+"}
+(7,1,1) = {"
+c
+j
+J
+e
+t
+z
+w
+w
+y
+w
+w
+Q
+e
+b
+X
+"}
+(8,1,1) = {"
+b
+e
+e
+e
+u
+A
+y
+w
+w
+B
+y
+s
+e
+e
+X
+"}
+(9,1,1) = {"
+a
+a
+a
+b
+e
+e
+D
+D
+D
+D
+D
+e
+b
+b
+X
"}
diff --git a/_maps/RandomRuins/SpaceRuins/miracle.dmm b/_maps/RandomRuins/SpaceRuins/miracle.dmm
new file mode 100644
index 000000000000..cdf0fa605b6a
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/miracle.dmm
@@ -0,0 +1,13 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/obj/item/weapon/storage/backpack/satchel/flat/secret{
+ reward_all_of_these = list(/obj/item/weapon/gun/energy/pulse/prize)
+ },
+/turf/open/floor/fakespace{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/fakespace)
+
+(1,1,1) = {"
+a
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm b/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm
index 76aafafcc0d8..b932f96bc0c5 100644
--- a/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm
+++ b/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm
@@ -1,164 +1,160 @@
"aa" = (/turf/open/space,/area/space)
"ab" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"ac" = (/turf/open/floor/plating/airless,/area/space)
+"ac" = (/turf/open/floor/plating/airless,/area/tcommsat/chamber)
"ad" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/open/space,/area/space)
"ae" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space,/area/space)
"af" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/space)
-"ag" = (/turf/closed/wall/r_wall,/area/space)
-"ah" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/space)
-"ai" = (/turf/closed/wall/r_wall,/area/tcommsat/chamber)
-"aj" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"ak" = (/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"al" = (/obj/structure/window/reinforced{dir = 4},/turf/open/space,/area/space)
-"am" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"an" = (/obj/machinery/power/apc{cell_type = 2500;dir = 1;name = "Worn-out APC";pixel_x = 1;pixel_y = 26},/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"ao" = (/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"ap" = (/obj/item/weapon/stock_parts/cell,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"aq" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"ar" = (/obj/item/weapon/coin/clown,/turf/open/floor/engine,/area/tcommsat/chamber)
-"as" = (/obj/structure/bed,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"at" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"au" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/tcommsat/chamber)
-"av" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/tcommsat/chamber)
-"aw" = (/obj/structure/lattice,/obj/structure/window/reinforced{dir = 4},/turf/open/space,/area/space)
-"ax" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"ay" = (/obj/item/weapon/wrench,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"az" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"aA" = (/obj/structure/lattice,/obj/structure/window/reinforced{dir = 8},/turf/open/space,/area/space)
-"aB" = (/obj/effect/spawner/lootdrop/crate_spawner,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aC" = (/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aD" = (/obj/structure/table,/obj/item/weapon/paper,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aE" = (/obj/structure/table,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/blue,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aF" = (/obj/structure/frame/computer,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aG" = (/obj/structure/table,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aH" = (/obj/item/weapon/reagent_containers/food/snacks/meat/slab/synthmeat{name = "Cuban Pete-Meat"},/turf/open/floor/engine,/area/tcommsat/chamber)
-"aI" = (/obj/structure/grille,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aJ" = (/obj/structure/grille/broken,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aK" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"aL" = (/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"aM" = (/obj/item/stack/cable_coil/cut{amount = 1},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"aN" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/closet,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"aO" = (/obj/structure/window/reinforced{dir = 8},/turf/open/space,/area/space)
-"aP" = (/obj/item/weapon/folder/yellow,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aQ" = (/obj/structure/bed,/obj/effect/decal/remains/human,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aR" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/open/space,/area/space)
-"aS" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/open/space,/area/space)
-"aT" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"aU" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/space,/area/space)
-"aV" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space)
-"aW" = (/obj/structure/window/reinforced,/turf/open/space,/area/space)
-"aX" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/tcommsat/chamber)
-"aY" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"aZ" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"ba" = (/obj/item/weapon/reagent_containers/food/snacks/meat/slab/synthmeat{name = "Cuban Pete-Meat"},/obj/item/stack/spacecash,/turf/open/floor/engine,/area/tcommsat/chamber)
-"bb" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bc" = (/obj/structure/table,/obj/item/weapon/storage/fancy/cigarettes,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bd" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"be" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bf" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bg" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bh" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/item/weapon/electronics/airlock,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bi" = (/obj/structure/door_assembly/door_assembly_hatch,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bj" = (/obj/item/weapon/cigbutt,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bk" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bl" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bm" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bn" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/tcommsat/chamber)
-"bp" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/space)
-"bq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/grille/broken,/turf/open/floor/plating/airless,/area/space)
-"br" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/space)
-"bs" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating/airless,/area/space)
-"bt" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bu" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space)
-"bv" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/open/space,/area/space)
-"bw" = (/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space)
-"bx" = (/obj/structure/table,/obj/item/device/radio/off,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"by" = (/obj/structure/chair,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bz" = (/obj/machinery/door/airlock/maintenance_hatch,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bA" = (/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bB" = (/obj/machinery/door/airlock/hatch,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bC" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/lattice,/turf/open/space,/area/space)
-"bD" = (/obj/structure/window/reinforced{dir = 8},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bE" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"bF" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"bG" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"bH" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"bI" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bJ" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/lattice,/turf/open/space,/area/space)
-"bK" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/item/stack/rods,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bL" = (/obj/item/stack/rods,/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"bM" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bN" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bO" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/tcommsat/chamber)
-"bP" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
-"bQ" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
-"bR" = (/obj/effect/decal/cleanable/blood,/obj/item/weapon/scalpel{pixel_y = 12},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bS" = (/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bT" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/tcommsat/chamber)
-"bU" = (/obj/structure/rack,/obj/item/weapon/circuitboard/computer/teleporter,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"bV" = (/obj/item/device/radio/off,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"bW" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
-"bX" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"bY" = (/obj/effect/decal/cleanable/blood,/obj/structure/chair,/obj/item/clothing/under/rank/centcom_officer,/obj/item/weapon/restraints/handcuffs,/obj/effect/decal/remains/human,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"bZ" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"ca" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cb" = (/obj/structure/door_assembly/door_assembly_mhatch,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cc" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"cd" = (/obj/item/weapon/cigbutt,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"ce" = (/obj/effect/decal/cleanable/blood,/obj/item/device/assembly/signaler,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cf" = (/obj/structure/table,/obj/item/weapon/reagent_containers/syringe/lethal/choral,/obj/item/weapon/reagent_containers/syringe/lethal{pixel_y = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cg" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/tcommsat/chamber)
-"ch" = (/obj/item/weapon/storage/toolbox/syndicate,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"ci" = (/obj/structure/table,/obj/item/device/electropack,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"cj" = (/obj/structure/table,/obj/item/weapon/hemostat,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"ck" = (/obj/structure/table,/obj/item/weapon/circular_saw,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cl" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
-"cm" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/item/stack/rods,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cn" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/space,/area/space)
-"co" = (/obj/structure/window/reinforced,/obj/structure/lattice,/turf/open/space,/area/space)
-"cp" = (/turf/open/floor/plasteel/airless/warning{dir = 9},/area/tcommsat/chamber)
-"cq" = (/turf/open/floor/plasteel/airless/warning/corner{dir = 4},/area/tcommsat/chamber)
-"cr" = (/turf/open/floor/plasteel/airless/warning{dir = 1},/area/tcommsat/chamber)
-"cs" = (/turf/open/floor/plasteel/airless/warning{dir = 5},/area/tcommsat/chamber)
-"ct" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/space,/area/space)
-"cu" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cv" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel/airless/warning{dir = 8},/area/tcommsat/chamber)
-"cw" = (/obj/item/stack/rods,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
-"cx" = (/turf/open/floor/plasteel/airless/warning{dir = 4},/area/tcommsat/chamber)
-"cy" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
-"cz" = (/turf/open/floor/plasteel/airless/warning{dir = 10},/area/tcommsat/chamber)
-"cA" = (/obj/machinery/light/small,/obj/item/weapon/paper,/turf/open/floor/plasteel/airless/warning/corner{dir = 1},/area/tcommsat/chamber)
-"cB" = (/turf/open/floor/plasteel/airless/warning{dir = 6},/area/tcommsat/chamber)
-"cC" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
-"cD" = (/obj/structure/lattice,/obj/item/stack/rods,/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
-"cE" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"cF" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
-"cG" = (/obj/structure/grille/broken,/turf/open/space,/area/space)
-"cH" = (/obj/machinery/door/airlock/hatch,/turf/open/floor/plasteel,/area/tcommsat/chamber)
-"cI" = (/turf/open/floor/plasteel/warning{dir = 9},/area/tcommsat/chamber)
-"cJ" = (/turf/open/floor/plasteel/warning{dir = 1},/area/tcommsat/chamber)
-"cK" = (/turf/open/floor/plasteel/warning{dir = 5},/area/tcommsat/chamber)
-"cL" = (/turf/open/floor/plasteel/warning/corner{dir = 4},/area/tcommsat/chamber)
-"cM" = (/turf/open/floor/plasteel,/area/tcommsat/chamber)
-"cN" = (/turf/open/floor/plasteel/warning/corner{dir = 8},/area/tcommsat/chamber)
-"cO" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/chamber)
-"cP" = (/obj/structure/sign/vacuum,/turf/closed/wall/r_wall,/area/tcommsat/chamber)
-"cQ" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/warning{dir = 9},/area/tcommsat/chamber)
-"cR" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel,/area/tcommsat/chamber)
-"cS" = (/obj/structure/closet/malf/suits,/turf/open/floor/plasteel,/area/tcommsat/chamber)
-"cT" = (/obj/structure/door_assembly/door_assembly_ext,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
-"cU" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/tcommsat/chamber)
-"cV" = (/turf/open/floor/plasteel/warning{dir = 8},/area/tcommsat/chamber)
-"cW" = (/obj/item/weapon/crowbar,/turf/open/floor/plating/airless,/area/space)
-"cX" = (/obj/structure/closet/crate,/obj/item/clothing/glasses/night,/turf/open/floor/plasteel/warning{dir = 10},/area/tcommsat/chamber)
-"cY" = (/turf/open/floor/plasteel/warning/corner{dir = 1},/area/tcommsat/chamber)
-"cZ" = (/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1;pixel_y = -1},/turf/open/floor/plasteel/warning{dir = 10},/area/tcommsat/chamber)
-"da" = (/turf/open/floor/plasteel/warning{dir = 2},/area/tcommsat/chamber)
-"db" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/warning{dir = 6},/area/tcommsat/chamber)
-"dc" = (/obj/structure/frame/computer,/turf/open/floor/plating,/area/tcommsat/chamber)
-"dd" = (/obj/machinery/teleport/station,/turf/open/floor/plating,/area/tcommsat/chamber)
-"de" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/tcommsat/chamber)
+"ag" = (/turf/closed/wall/r_wall,/area/tcommsat/chamber)
+"ah" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"ai" = (/obj/structure/window/reinforced{dir = 4},/turf/open/space,/area/space)
+"aj" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"ak" = (/obj/machinery/power/apc{cell_type = 2500;dir = 1;name = "Worn-out APC";pixel_x = 1;pixel_y = 26},/obj/structure/cable{icon_state = "0-4";d2 = 4},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"al" = (/obj/machinery/light/small{dir = 1},/obj/structure/cable{d1 = 2;d2 = 8;icon_state = "2-8"},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"am" = (/obj/item/weapon/stock_parts/cell,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"an" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"ao" = (/obj/item/weapon/coin/clown,/turf/open/floor/engine,/area/tcommsat/chamber)
+"ap" = (/obj/structure/bed,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aq" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"ar" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/tcommsat/chamber)
+"as" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/tcommsat/chamber)
+"at" = (/obj/structure/lattice,/obj/structure/window/reinforced{dir = 4},/turf/open/space,/area/space)
+"au" = (/obj/structure/cable{d1 = 1;d2 = 2;icon_state = "1-2";pixel_y = 0},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"av" = (/obj/item/weapon/wrench,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"aw" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"ax" = (/obj/structure/lattice,/obj/structure/window/reinforced{dir = 8},/turf/open/space,/area/space)
+"ay" = (/obj/effect/spawner/lootdrop/crate_spawner,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"az" = (/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aA" = (/obj/structure/table,/obj/item/weapon/paper,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aB" = (/obj/structure/table,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/blue,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aC" = (/obj/structure/frame/computer,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aD" = (/obj/structure/table,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aE" = (/obj/item/weapon/reagent_containers/food/snacks/meat/slab/synthmeat{name = "Cuban Pete-Meat"},/turf/open/floor/engine,/area/tcommsat/chamber)
+"aF" = (/obj/structure/grille,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aG" = (/obj/structure/grille/broken,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aH" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"aI" = (/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"aJ" = (/obj/item/stack/cable_coil/cut{amount = 1},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"aK" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/closet,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"aL" = (/obj/structure/window/reinforced{dir = 8},/turf/open/space,/area/space)
+"aM" = (/obj/item/weapon/folder/yellow,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aN" = (/obj/structure/bed,/obj/effect/decal/remains/human,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aO" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/open/space,/area/space)
+"aP" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/open/space,/area/space)
+"aQ" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"aR" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/space,/area/space)
+"aS" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space)
+"aT" = (/obj/structure/window/reinforced,/turf/open/space,/area/space)
+"aU" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/tcommsat/chamber)
+"aV" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aW" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aX" = (/obj/item/weapon/reagent_containers/food/snacks/meat/slab/synthmeat{name = "Cuban Pete-Meat"},/obj/item/stack/spacecash,/turf/open/floor/engine,/area/tcommsat/chamber)
+"aY" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"aZ" = (/obj/structure/table,/obj/item/weapon/storage/fancy/cigarettes,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"ba" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bb" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bc" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bd" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"be" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/item/weapon/electronics/airlock,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bf" = (/obj/structure/door_assembly/door_assembly_hatch,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bg" = (/obj/item/weapon/cigbutt,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bh" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bi" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bj" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bk" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bl" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall/r_wall,/area/tcommsat/chamber)
+"bm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/grille/broken,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bn" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bo" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bp" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bq" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space)
+"br" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/open/space,/area/space)
+"bs" = (/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space)
+"bt" = (/obj/structure/table,/obj/item/device/radio/off,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bu" = (/obj/structure/chair,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bv" = (/obj/machinery/door/airlock/maintenance_hatch,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bw" = (/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bx" = (/obj/machinery/door/airlock/hatch,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"by" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/lattice,/turf/open/space,/area/space)
+"bz" = (/obj/structure/window/reinforced{dir = 8},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bA" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bB" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bC" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bD" = (/obj/structure/grille,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bE" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bF" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/lattice,/turf/open/space,/area/space)
+"bG" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/item/stack/rods,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bH" = (/obj/item/stack/rods,/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bI" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bJ" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bK" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/tcommsat/chamber)
+"bL" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
+"bM" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
+"bN" = (/obj/effect/decal/cleanable/blood,/obj/item/weapon/scalpel{pixel_y = 12},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bO" = (/obj/structure/window/reinforced{dir = 4},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bP" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/tcommsat/chamber)
+"bQ" = (/obj/structure/rack,/obj/item/weapon/circuitboard/computer/teleporter,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bR" = (/obj/item/device/radio/off,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bS" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
+"bT" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bU" = (/obj/effect/decal/cleanable/blood,/obj/structure/chair,/obj/item/clothing/under/rank/centcom_officer,/obj/item/weapon/restraints/handcuffs,/obj/effect/decal/remains/human,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bV" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"bW" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bX" = (/obj/structure/door_assembly/door_assembly_mhatch,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"bY" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"bZ" = (/obj/item/weapon/cigbutt,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"ca" = (/obj/effect/decal/cleanable/blood,/obj/item/device/assembly/signaler,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"cb" = (/obj/structure/table,/obj/item/weapon/reagent_containers/syringe/lethal/choral,/obj/item/weapon/reagent_containers/syringe/lethal{pixel_y = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"cc" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/tcommsat/chamber)
+"cd" = (/obj/item/weapon/storage/toolbox/syndicate,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"ce" = (/obj/structure/table,/obj/item/device/electropack,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"cf" = (/obj/structure/table,/obj/item/weapon/hemostat,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"cg" = (/obj/structure/table,/obj/item/weapon/circular_saw,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"ch" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
+"ci" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/obj/item/stack/rods,/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"cj" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/space,/area/space)
+"ck" = (/obj/structure/window/reinforced,/obj/structure/lattice,/turf/open/space,/area/space)
+"cl" = (/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/line{dir = 9},/area/tcommsat/chamber)
+"cm" = (/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/corner{dir = 4},/area/tcommsat/chamber)
+"cn" = (/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/line{dir = 1},/area/tcommsat/chamber)
+"co" = (/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/line{dir = 5},/area/tcommsat/chamber)
+"cp" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/space,/area/space)
+"cq" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"cr" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/line{dir = 8},/area/tcommsat/chamber)
+"cs" = (/obj/item/stack/rods,/turf/open/floor/plasteel/airless,/area/tcommsat/chamber)
+"ct" = (/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/line{dir = 4},/area/tcommsat/chamber)
+"cu" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/airless/black,/area/tcommsat/chamber)
+"cv" = (/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/line{dir = 10},/area/tcommsat/chamber)
+"cw" = (/obj/machinery/light/small,/obj/item/weapon/paper,/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/corner{dir = 1},/area/tcommsat/chamber)
+"cx" = (/turf/open/floor/plasteel/airless,/obj/effect/turf_decal/stripes/line{dir = 6},/area/tcommsat/chamber)
+"cy" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
+"cz" = (/obj/structure/lattice,/obj/item/stack/rods,/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
+"cA" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"cB" = (/obj/structure/grille,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/chamber)
+"cC" = (/obj/structure/grille/broken,/turf/open/space,/area/space)
+"cD" = (/obj/machinery/door/airlock/hatch,/turf/open/floor/plasteel,/area/tcommsat/chamber)
+"cE" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 9},/area/tcommsat/chamber)
+"cF" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 1},/area/tcommsat/chamber)
+"cG" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 5},/area/tcommsat/chamber)
+"cH" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/corner{dir = 4},/area/tcommsat/chamber)
+"cI" = (/turf/open/floor/plasteel,/area/tcommsat/chamber)
+"cJ" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/corner{dir = 8},/area/tcommsat/chamber)
+"cK" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/chamber)
+"cL" = (/obj/structure/sign/vacuum,/turf/closed/wall/r_wall,/area/tcommsat/chamber)
+"cM" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 9},/area/tcommsat/chamber)
+"cN" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel,/area/tcommsat/chamber)
+"cO" = (/obj/structure/closet/malf/suits,/turf/open/floor/plasteel,/area/tcommsat/chamber)
+"cP" = (/obj/structure/door_assembly/door_assembly_ext,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"cQ" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/tcommsat/chamber)
+"cR" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 8},/area/tcommsat/chamber)
+"cS" = (/obj/item/weapon/crowbar,/turf/open/floor/plating/airless,/area/tcommsat/chamber)
+"cT" = (/obj/structure/closet/crate,/obj/item/clothing/glasses/night,/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 10},/area/tcommsat/chamber)
+"cU" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/corner{dir = 1},/area/tcommsat/chamber)
+"cV" = (/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1;pixel_y = -1},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 10},/area/tcommsat/chamber)
+"cW" = (/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 2},/area/tcommsat/chamber)
+"cX" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/obj/effect/turf_decal/stripes/line{dir = 6},/area/tcommsat/chamber)
+"cY" = (/obj/structure/frame/computer,/turf/open/floor/plating,/area/tcommsat/chamber)
+"cZ" = (/obj/machinery/teleport/station,/turf/open/floor/plating,/area/tcommsat/chamber)
+"da" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/tcommsat/chamber)
(1,1,1) = {"
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
@@ -174,40 +170,40 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeababacacacacacacacababaeaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaeaaaaabaaaaacaaaaabaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeadadaaaaabadaeaeaeaeaeaeaeafaeadaeaeaeaeaeaeadabaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaeagahahacahagagagagagagagagagagagagagagagagagagahacababaaabaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaadaeagagagagagaiaiaiaiaiagagagagagagagagagaiaiaiaiajakabababababaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagagabaaalamanaoapaqaiaiaiaiaiaiaiaiaiaraiasatauavakakabacahadaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagabababawamakaxayazaAaiaBaCaDaEaFaGaiaHaiaIaJaCauavavakahagaeaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagaaabaaalaKaLaMaLaNaOaiaCaPaCaCaCaFaiaHaiaQaIaCaCauauaiagagaeaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaadagagaaabaaaaaRaSaTaUaVaWaXaYaCaZaCaCaFaibaaiaIaIaCbbbcbdaiagagaeaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagaaabaaalbebfbgbfbgbhbiaCaCbjaCaCaiaiaiaibkblaCbjbmbnbobpbpbqbrbsaaaaaaaaaa
-aaaaaaaaaaaaaaaaababadaeaeaeagagaaabaaalbtbubvbwbwbwaiaCbxbyaCaCbzbAaiaiaiaibBaiaiaiaiagagaeaeadabaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaabaeagagabababbCbDaAaiaiaiaiaibEbFbGbGbHaibzaiaiaibCbIbJabababagagaeaeaeaaaaaaaaaa
-aaaaaaababacacacacacababaaaeagagaaabaaalbKbJaiakakakakakbLakakakakbAbAakaibCbIaaaaabaaagagaeaeaaabaaaaaaaa
-ababababababababacacacacaaaeagagaaabaaalbMbJaiakakbAbAakbAbAbAbAbAbAakakaibCbNaObObPbQaiagagaeabacababaaaa
-aaaaaaaaaaababababacacacaaaeagagaaabaaaabtbJaiakbAbAbAbAbAakbAbRbAbAbAakaibCbSaObTaCaCbUaiagaeaaabaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaacaaaeagagaaabaaalbIaOaiakbAbAbAbAbAakbAbVbAbAbAakaibCbIaWbWaCaCaGaiagaeaaabaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaacacafagagabababbCbtaAaiakbAbAbAakbXbYakbZbAbAbAakaibCbMcacbaCaCccaiagafacabaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaacaaaeagagaaabaaalbtaOaiakbAbAakbAbAcdcecfbAbAbAakaialbIbwcgaCchaCaiagaeaaabaaaaaaaa
-aaaaaaaaaaaaabababacacacaaaeagagaaabaaaabIaaaiakbAbAbAbAbAcicjckbAbAakakaiaabIaObTaCaCaGaiagaeaaacaaaaaaaa
-aaaaaaaaaaabababacacacacaaaeagagaaabaaalbtaOaiakbAakbAbAbAbAbAbAbAbAbAakaialbIaOclbPbQaiagagaeabacabababab
-aaaaaaabababababababababaaaeagagaaabaaaacmaOaiakakakakakakakakakakakakakaialbNaOaaabaaagagaeaeaaabababaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaeaeagagabababbCbSaAaiaiaiaiaiaiaiaiaiaiaiaiaiaiaibCbIaAabababagahaeaeaeaaaaaaaaaa
-aaaaaaaaaaaaabababababadaeaeahagaaaaaaalbIcncoaWaaaicpcqaucrcqavcsaiaWaWaWctbIaOaaabaaahabaeaeaeadabababaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaadacahaaaaaaalcubgbfbfbfbBcvaCaCaCaCcwcxbBbfbgbfbfcyaOaaabaaacabadaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaabacabaaaaaaaabwbwbvbwbwaiczcAauauaCaucBaibwbwbwcCbwaaaaabaaabaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaababaaaaaaaaaaaaabaaaiaiaiaiaiavajaiaiaiaiaaaaaaaaaaaaabaaaaaaaaabaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaababababcDcEauaCaiaCauaCaiaCaFcFababababaaaaaaaaaaaaaaabcGaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagaiaCaCaCaCaCaCataCaCaiagaaaaaaaaaaaaaaaaaaabacaeaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacahagagagagagaiaiaiaiaicHaiaiaiaiaiagagahacababaaaaaaaaacahaeaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacahagagagagagagagagagaicIcJcKaiagagagacabababaaaaaaabababahagadaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaeadaeaeaeaeaeaeaeaiaicLcMcNaiaiaeaeaeadaaaaaaaaaaaaabagagagaeaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadacacaeaeaiaicOcMcMcMcMaiaiaeaeaaaaaaaaabacacahagagaeaeaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacacacaiaicPcQcMcMcMcMcRcSaiaeadaaaaaaaaaaababacagaeaeaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacacaccTakcUcVcMcMcMcMcMcMaiaeaeaaaaaaaaaaabadaeaeaeaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacWacacaiaicPcXcYcMcMcMcMcSaiaeaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacaeaeaiaicZdadadadbaiaiaeaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabadadaeaeaeaiaidcdddeaiaiaeaeaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaeaeaeaiaiaiaiaiaeaeaeadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaadaeagagagagagagagagagagagagagagagagagagagagagagagahacabababababaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagagabaaaiajakalamanagagagagagagagagagaoagapaqarasacacabacahadaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagabababatajacauavawaxagayazaAaBaCaDagaEagaFaGazarasasacahagaeaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagaaabaaaiaHaIaJaIaKaLagazaMazazazaCagaEagaNaFazazararagagagaeaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaadagagaaabaaaaaOaPaQaRaSaTaUaVazaWazazaCagaXagaFaFazaYaZbaagagagaeaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaeagagaaabaaaibbbcbdbcbdbebfazazbgazazagagagagbhbiazbgbjbkblblblbmbnboaaaaaaaaaa
+aaaaaaaaaaaaaaaaababadaeaeaeagagaaabaaaibpbqbrbsbsbsagazbtbuazazbvbwagagagagbxagagagagagagaeaeadabaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaabaeagagabababbybzaxagagagagagbAbBbCbCbDagbvagagagbybEbFabababagagaeaeaeaaaaaaaaaa
+aaaaaaababacacacacacababaaaeagagaaabaaaibGbFagacacacacacbHacacacacbwbwacagbybEaaaaabaaagagaeaeaaabaaaaaaaa
+ababababababababacacacacaaaeagagaaabaaaibIbFagacacbwbwacbwbwbwbwbwbwacacagbybJaLbKbLbMagagagaeabacababaaaa
+aaaaaaaaaaababababacacacaaaeagagaaabaaaabpbFagacbwbwbwbwbwacbwbNbwbwbwacagbybOaLbPazazbQagagaeaaabaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaacaaaeagagaaabaaaibEaLagacbwbwbwbwbwacbwbRbwbwbwacagbybEaTbSazazaDagagaeaaabaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaacacafagagabababbybpaxagacbwbwbwacbTbUacbVbwbwbwacagbybIbWbXazazbYagagafacabaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaacaaaeagagaaabaaaibpaLagacbwbwacbwbwbZcacbbwbwbwacagaibEbsccazcdazagagaeaaabaaaaaaaa
+aaaaaaaaaaaaabababacacacaaaeagagaaabaaaabEaaagacbwbwbwbwbwcecfcgbwbwacacagaabEaLbPazazaDagagaeaaacaaaaaaaa
+aaaaaaaaaaabababacacacacaaaeagagaaabaaaibpaLagacbwacbwbwbwbwbwbwbwbwbwacagaibEaLchbLbMagagagaeabacabababab
+aaaaaaabababababababababaaaeagagaaabaaaaciaLagacacacacacacacacacacacacacagaibJaLaaabaaagagaeaeaaabababaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaeaeagagabababbybOaxagagagagagagagagagagagagagagagbybEaxabababagahaeaeaeaaaaaaaaaa
+aaaaaaaaaaaaabababababadaeaeahagaaaaaaaibEcjckaTaaagclcmarcncmascoagaTaTaTcpbEaLaaabaaahabaeaeaeadabababaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaadacahaaaaaaaicqbdbcbcbcbxcrazazazazcsctbxbcbdbcbccuaLaaabaaacabadaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaabacabaaaaaaaabsbsbrbsbsagcvcwararazarcxagbsbsbscybsaaaaabaaabaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaababaaaaaaaaaaaaabaaagagagagagasahagagagagaaaaaaaaaaaaabaaaaaaaaabaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaababababczcAarazagazarazagazaCcBababababaaaaaaaaaaaaaaabcCaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagagazazazazazazaqazazagagaaaaaaaaaaaaaaaaaaabacaeaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacahagagagagagagagagagagcDagagagagagagagahacababaaaaaaaaacahaeaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacahagagagagagagagagagagcEcFcGagagagagacabababaaaaaaabababahagadaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaeadaeaeaeaeaeaeaeagagcHcIcJagagaeaeaeadaaaaaaaaaaaaabagagagaeaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadacacaeaeagagcKcIcIcIcIagagaeaeaaaaaaaaabacacahagagaeaeaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacacacagagcLcMcIcIcIcIcNcOagaeadaaaaaaaaaaababacagaeaeaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacacaccPaccQcRcIcIcIcIcIcIagaeaeaaaaaaaaaaabadaeaeaeaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacSacacagagcLcTcUcIcIcIcIcOagaeaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacaeaeagagcVcWcWcWcXagagaeaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabadadaeaeaeagagcYcZdaagagaeaeaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaeaeaeagagagagagaeaeaeadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaeaaaeaeaeafaeaeaeaaaeaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaabaaaaacaaaaabaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaabacabacacacabababaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
diff --git a/_maps/RandomRuins/SpaceRuins/oldteleporter.dmm b/_maps/RandomRuins/SpaceRuins/oldteleporter.dmm
index 4de656779ce9..94c5a7c02680 100644
--- a/_maps/RandomRuins/SpaceRuins/oldteleporter.dmm
+++ b/_maps/RandomRuins/SpaceRuins/oldteleporter.dmm
@@ -1,17 +1,17 @@
"a" = (/turf/open/space,/area/space)
-"b" = (/obj/structure/lattice,/turf/open/space,/area/ruin/unpowered/no_grav)
-"c" = (/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
-"d" = (/turf/closed/wall/r_wall,/area/ruin/unpowered/no_grav)
-"e" = (/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
-"f" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/ruin/unpowered/no_grav)
-"g" = (/obj/machinery/light_construct/small{dir = 1},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/unpowered/no_grav)
-"h" = (/obj/machinery/computer/teleporter,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
-"i" = (/obj/machinery/teleport/station,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
-"j" = (/obj/machinery/teleport/hub,/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
-"k" = (/obj/machinery/light_construct/small{dir = 4},/turf/open/floor/plating/airless,/area/ruin/unpowered/no_grav)
-"l" = (/obj/structure/table,/obj/item/weapon/stock_parts/cell{charge = 100;maxcharge = 15000},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
-"m" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/ruin/unpowered/no_grav)
-"n" = (/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/turf/open/floor/plasteel/airless,/area/ruin/unpowered/no_grav)
+"b" = (/obj/structure/lattice,/turf/open/space,/area/ruin/oldteleporter)
+"c" = (/turf/open/floor/plating/airless,/area/ruin/oldteleporter)
+"d" = (/turf/closed/wall/r_wall,/area/ruin/oldteleporter)
+"e" = (/turf/open/floor/plasteel/airless,/area/ruin/oldteleporter)
+"f" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/ruin/oldteleporter)
+"g" = (/obj/structure/light_construct/small{dir = 1},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/oldteleporter)
+"h" = (/obj/machinery/computer/teleporter,/turf/open/floor/plasteel/airless,/area/ruin/oldteleporter)
+"i" = (/obj/machinery/teleport/station,/turf/open/floor/plasteel/airless,/area/ruin/oldteleporter)
+"j" = (/obj/machinery/teleport/hub,/turf/open/floor/plasteel/airless,/area/ruin/oldteleporter)
+"k" = (/obj/structure/light_construct/small{dir = 4},/turf/open/floor/plating/airless,/area/ruin/oldteleporter)
+"l" = (/obj/structure/table,/obj/item/weapon/stock_parts/cell{charge = 100;maxcharge = 15000},/turf/open/floor/plasteel/airless,/area/ruin/oldteleporter)
+"m" = (/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/ruin/oldteleporter)
+"n" = (/obj/machinery/power/apc{dir = 0;name = "Worn-out APC";pixel_y = -24},/turf/open/floor/plasteel/airless,/area/ruin/oldteleporter)
(1,1,1) = {"
aaaaaaaaaababbbbbaaba
diff --git a/_maps/RandomRuins/SpaceRuins/onehalf.dmm b/_maps/RandomRuins/SpaceRuins/onehalf.dmm
index e4801445dc81..f13e8fff22aa 100644
--- a/_maps/RandomRuins/SpaceRuins/onehalf.dmm
+++ b/_maps/RandomRuins/SpaceRuins/onehalf.dmm
@@ -1,193 +1,2083 @@
-"aa" = (/turf/open/space,/area/space)
-"ab" = (/obj/structure/lattice,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/space,/area/space)
-"ac" = (/obj/structure/lattice,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/space,/area/space)
-"ad" = (/obj/structure/lattice,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/space,/area/space)
-"ae" = (/obj/structure/lattice,/obj/item/stack/cable_coil/cut{amount = 2; dir = 2; icon_state = "coil_red2"},/turf/open/space,/area/space)
-"af" = (/obj/structure/lattice,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/space,/area/space)
-"ag" = (/turf/closed/wall,/area/ruin/onehalf/dorms_med)
-"ah" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/onehalf/dorms_med)
-"ai" = (/obj/structure/lattice,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/space,/area/space)
-"aj" = (/turf/open/floor/plating/airless,/area/ruin/onehalf/hallway)
-"ak" = (/turf/closed/wall,/area/ruin/onehalf/hallway)
-"al" = (/obj/machinery/sleeper/syndie{dir = 4},/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"am" = (/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"an" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/toxin{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/firstaid/fire,/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"ao" = (/obj/structure/bed,/obj/item/weapon/bedsheet/black,/turf/open/floor/plasteel,/area/ruin/onehalf/dorms_med)
-"ap" = (/turf/open/floor/plasteel,/area/ruin/onehalf/dorms_med)
-"aq" = (/obj/machinery/door/airlock/external,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"ar" = (/turf/closed/wall,/area/ruin/onehalf/drone_bay)
-"as" = (/obj/machinery/door/poddoor{id = "onehalf_drone1ext"; name = "mining drone bay blast door"},/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"at" = (/obj/machinery/door/poddoor{id = "onehalf_drone2ext"; name = "mining drone bay blast door"},/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"au" = (/obj/machinery/door/poddoor/preopen{id = "onehalf_drone3ext"; name = "mining drone bay blast door"},/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"av" = (/obj/machinery/door/poddoor{id = "onehalf_drone4ext"; name = "mining drone bay blast door"},/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"aw" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"ax" = (/obj/structure/lattice,/turf/open/space,/area/ruin/onehalf/hallway)
-"ay" = (/obj/structure/table_frame,/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/onehalf/hallway)
-"az" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"aA" = (/obj/item/roller,/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"aB" = (/obj/machinery/light{icon_state = "tube1"; dir = 4},/obj/structure/table,/obj/item/weapon/storage/firstaid/brute{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"aC" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/ruin/onehalf/dorms_med)
-"aD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"aE" = (/obj/structure/disposalpipe/trunk,/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"aF" = (/obj/structure/disposalpipe/trunk,/obj/item/weapon/ore/diamond,/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"aG" = (/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"aH" = (/obj/item/stack/rods,/turf/open/space,/area/ruin/onehalf/hallway)
-"aI" = (/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/ruin/onehalf/hallway)
-"aJ" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/ruin/onehalf/hallway)
-"aK" = (/obj/machinery/iv_drip,/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"aL" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"aM" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/closet/crate/medical,/obj/item/clothing/tie/stethoscope,/obj/item/device/healthanalyzer,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/machinery/power/apc{dir = 4; name = "Crew Quarters APC"; pixel_x = 26; pixel_y = 0},/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"aN" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor{id = "onehalf_drone1int"; name = "mining drone bay blast door"},/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"aO" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor{id = "onehalf_drone2int"; name = "mining drone bay blast door"},/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"aP" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor{id = "onehalf_drone3int"; name = "mining drone bay blast door"},/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"aQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/poddoor{id = "onehalf_drone4int"; name = "mining drone bay blast door"},/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"aR" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/plating/airless,/area/ruin/onehalf/drone_bay)
-"aS" = (/obj/structure/lattice,/obj/item/weapon/storage/toolbox/syndicate,/turf/open/space,/area/space)
-"aT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/onehalf/hallway)
-"aU" = (/turf/open/floor/plasteel/airless{icon_state = "damaged1"},/area/ruin/onehalf/hallway)
-"aV" = (/obj/machinery/door/airlock/glass_medical,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/ruin/onehalf/dorms_med)
-"aW" = (/obj/machinery/door/airlock,/turf/open/floor/plasteel,/area/ruin/onehalf/dorms_med)
-"aX" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"aY" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{cell_type = 2500; dir = 1; name = "Mining Drone Bay APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"aZ" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"ba" = (/obj/machinery/button/door{id = "onehalf_drone2int"; name = "Drone 2 Internal Hatch Override"; pixel_x = 8; pixel_y = 27},/obj/machinery/button/door{id = "onehalf_drone2ext"; name = "Drone 2 External Hatch Override"; pixel_x = 8; pixel_y = 37},/obj/machinery/button/door{id = "onehalf_drone1int"; name = "Drone 1 Internal Hatch Override"; pixel_x = -8; pixel_y = 27},/obj/machinery/button/door{id = "onehalf_drone1ext"; name = "Drone 1 External Hatch Override"; pixel_x = -8; pixel_y = 37},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bb" = (/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bc" = (/obj/machinery/button/door{id = "onehalf_drone3int"; name = "Drone 3 Internal Hatch Override"; pixel_x = -8; pixel_y = 27},/obj/machinery/button/door{id = "onehalf_drone3ext"; name = "Drone 3 External Hatch Override"; pixel_x = -8; pixel_y = 37},/obj/machinery/button/door{id = "onehalf_drone4ext"; name = "Drone 4 External Hatch Override"; pixel_x = 8; pixel_y = 37},/obj/machinery/button/door{id = "onehalf_drone4int"; name = "Drone 4 Internal Hatch Override"; pixel_x = 8; pixel_y = 27},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bd" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"be" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating/airless{broken = 1; icon_state = "platingdmg1"},/area/ruin/onehalf/hallway)
-"bf" = (/obj/structure/disposalpipe/broken{tag = "icon-pipe-b (EAST)"; icon_state = "pipe-b"; dir = 4},/obj/item/stack/cable_coil/cut{amount = 2; dir = 2; icon_state = "coil_red2"},/turf/open/floor/plating/airless{broken = 1; icon_state = "platingdmg2"},/area/ruin/onehalf/hallway)
-"bg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/onehalf/hallway)
-"bh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/ruin/onehalf/hallway)
-"bi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bj" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j1"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/airless{icon_state = "damaged1"},/area/ruin/onehalf/hallway)
-"bk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bl" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j1"; dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/glass,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance_hatch,/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"br" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel{icon_state = "floorgrime"},/area/ruin/onehalf/drone_bay)
-"bs" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-y"; dir = 1},/turf/open/floor/plasteel{icon_state = "floorgrime"},/area/ruin/onehalf/drone_bay)
-"bt" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/bin,/turf/open/floor/plating,/area/ruin/onehalf/drone_bay)
-"bu" = (/obj/structure/disposalpipe/broken{tag = "icon-pipe-b (EAST)"; icon_state = "pipe-b"; dir = 4},/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/ruin/onehalf/hallway)
-"bv" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/onehalf/hallway)
-"bw" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bx" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/airless{icon_state = "damaged1"},/area/ruin/onehalf/hallway)
-"by" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/power/apc{dir = 2; name = "Hallway APC"; pixel_y = -24},/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bz" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/ruin/onehalf/hallway)
-"bA" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bB" = (/obj/machinery/door/airlock/glass,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bC" = (/obj/structure/disposalpipe/junction{dir = 8; icon_state = "pipe-j1"},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bE" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/ruin/onehalf/drone_bay)
-"bF" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel{icon_state = "floorgrime"},/area/ruin/onehalf/drone_bay)
-"bG" = (/turf/open/floor/plasteel{icon_state = "floorgrime"},/area/ruin/onehalf/drone_bay)
-"bH" = (/obj/structure/chair/office{tag = "icon-chair (EAST)"; icon_state = "chair"; dir = 4},/turf/open/floor/plasteel{icon_state = "floorgrime"},/area/ruin/onehalf/drone_bay)
-"bI" = (/obj/structure/girder,/turf/open/floor/plating/airless,/area/ruin/onehalf/hallway)
-"bJ" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/ruin/onehalf/hallway)
-"bK" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/airless{icon_state = "damaged4"},/area/ruin/onehalf/hallway)
-"bL" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/ruin/onehalf/hallway)
-"bM" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/bin,/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bN" = (/obj/structure/girder/reinforced,/obj/item/stack/sheet/plasteel,/turf/open/floor/plating/airless,/area/ruin/onehalf/hallway)
-"bO" = (/obj/structure/girder/reinforced,/turf/open/floor/plating/airless,/area/ruin/onehalf/hallway)
-"bP" = (/turf/closed/wall/r_wall,/area/ruin/onehalf/hallway)
-"bQ" = (/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/ruin/onehalf/hallway)
-"bR" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/airless,/area/ruin/onehalf/hallway)
-"bS" = (/turf/closed/wall/r_wall,/area/ruin/onehalf/bridge)
-"bT" = (/obj/item/stack/sheet/metal,/turf/open/space,/area/space)
-"bU" = (/turf/open/floor/plating/airless{broken = 1; icon_state = "platingdmg1"},/area/ruin/onehalf/hallway)
-"bV" = (/obj/structure/disposalpipe/segment,/obj/item/stack/rods,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/ruin/onehalf/hallway)
-"bW" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/ruin/onehalf/hallway)
-"bX" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"bY" = (/obj/structure/table/reinforced,/obj/item/device/flashlight/lamp,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"bZ" = (/obj/structure/table/reinforced,/obj/item/weapon/paper,/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"ca" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cb" = (/obj/machinery/light{dir = 1},/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cc" = (/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cd" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{cell_type = 2500; dir = 1; name = "Bridge APC"; pixel_y = 24},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"ce" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/table/reinforced,/obj/item/stack/spacecash/c500{pixel_y = 8},/obj/item/stack/spacecash/c1000,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cf" = (/obj/structure/girder/reinforced,/turf/open/floor/plating/airless,/area/space)
-"cg" = (/obj/structure/disposalpipe/junction{tag = "icon-pipe-j1 (NORTH)"; icon_state = "pipe-j1"; dir = 1},/obj/item/weapon/shard,/turf/open/floor/plating/airless{broken = 1; icon_state = "platingdmg2"},/area/ruin/onehalf/hallway)
-"ch" = (/obj/structure/lattice,/obj/structure/disposalpipe/broken{tag = "icon-pipe-b (EAST)"; icon_state = "pipe-b"; dir = 4},/obj/structure/disposalpipe/broken{tag = "icon-pipe-b (WEST)"; icon_state = "pipe-b"; dir = 8},/obj/item/stack/rods,/turf/open/space,/area/ruin/onehalf/hallway)
-"ci" = (/obj/structure/lattice,/obj/structure/disposalpipe/segment{dir = 4},/obj/item/weapon/shard{icon_state = "small"},/turf/open/space,/area/space)
-"cj" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"ck" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/structure/table/reinforced,/obj/item/weapon/paper_bin{amount = 12},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cl" = (/obj/structure/chair/office{dir = 8},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cm" = (/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cn" = (/obj/structure/chair/office{tag = "icon-chair (NORTH)"; icon_state = "chair"; dir = 1},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"co" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/table/reinforced,/obj/item/weapon/lighter,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cp" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"cq" = (/obj/item/stack/rods,/turf/open/space,/area/space)
-"cr" = (/turf/open/floor/plating/airless,/area/space)
-"cs" = (/obj/item/stack/sheet/plasteel{amount = 10},/obj/structure/lattice,/turf/open/space,/area/space)
-"ct" = (/obj/structure/lattice,/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/ruin/onehalf/hallway)
-"cu" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/ruin/onehalf/hallway)
-"cv" = (/obj/structure/girder/reinforced,/turf/open/floor/plating/airless,/area/ruin/onehalf/bridge)
-"cw" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/bin,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cx" = (/obj/item/stack/tile/plasteel,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cy" = (/obj/machinery/power/solar_control,/obj/structure/cable,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cz" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"cA" = (/obj/item/stack/tile/wood,/turf/open/space,/area/space)
-"cB" = (/turf/open/space,/area/ruin/onehalf/hallway)
-"cC" = (/obj/structure/lattice,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/space,/area/ruin/onehalf/hallway)
-"cD" = (/obj/structure/lattice,/obj/structure/disposalpipe/broken{tag = "icon-pipe-b (WEST)"; icon_state = "pipe-b"; dir = 8},/obj/structure/disposalpipe/broken{tag = "icon-pipe-b (NORTH)"; icon_state = "pipe-b"; dir = 1},/turf/open/space,/area/ruin/onehalf/hallway)
-"cE" = (/obj/machinery/door/airlock/glass_command{name = "Bridge"},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cF" = (/obj/machinery/light/small,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cG" = (/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/obj/machinery/door/airlock/glass_command{name = "Bridge"},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cH" = (/obj/item/weapon/crowbar/red,/obj/item/device/multitool,/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"cI" = (/obj/structure/safe/floor,/obj/item/weapon/tank/internals/oxygen/red,/obj/item/clothing/mask/gas/syndicate,/obj/item/clothing/suit/space/hardsuit/syndi,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/obj/item/weapon/folder/syndicate/mining,/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"cJ" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cK" = (/obj/structure/lattice,/obj/item/stack/cable_coil/cut{amount = 2; dir = 2; icon_state = "coil_red2"},/turf/open/space,/area/ruin/onehalf/hallway)
-"cL" = (/turf/open/floor/plating/airless{broken = 1; icon_state = "platingdmg2"},/area/ruin/onehalf/hallway)
-"cM" = (/obj/machinery/light{dir = 8},/obj/machinery/vending/sovietsoda,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cN" = (/obj/item/stack/sheet/plasteel,/turf/open/space,/area/space)
-"cO" = (/obj/structure/lattice,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/space,/area/ruin/onehalf/hallway)
-"cP" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/ruin/onehalf/hallway)
-"cQ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ruin/onehalf/hallway)
-"cR" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cS" = (/obj/structure/chair/office,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cT" = (/obj/machinery/button/door{id = "bridge_onehalf"; name = "Bridge Blast Door"; pixel_x = 32; pixel_y = 5},/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cU" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cV" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"cW" = (/obj/structure/lattice,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/space,/area/space)
-"cX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/ruin/onehalf/hallway)
-"cY" = (/obj/structure/table/reinforced,/obj/item/device/flashlight,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"cZ" = (/obj/structure/table/reinforced,/obj/item/weapon/ore/bluespace_crystal,/obj/item/weapon/coin/plasma,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"da" = (/obj/structure/closet/firecloset/full,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"db" = (/obj/machinery/light,/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/area/ruin/onehalf/bridge)
-"dc" = (/obj/structure/girder/reinforced,/obj/item/stack/sheet/plasteel,/turf/open/floor/plating/airless,/area/space)
-"dd" = (/turf/open/floor/plating/airless{broken = 1; icon_state = "platingdmg2"},/area/space)
-"de" = (/obj/structure/grille{density = 0; icon_state = "brokengrille"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating/airless{broken = 1; icon_state = "platingdmg1"},/area/ruin/onehalf/hallway)
-"df" = (/obj/structure/grille,/obj/item/weapon/shard,/turf/open/floor/plating/airless{icon_state = "platingdmg3"},/area/ruin/onehalf/hallway)
-"dg" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"dh" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"di" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "bridge_onehalf"; name = "bridge blast door"},/turf/open/floor/plating,/area/ruin/onehalf/bridge)
-"dj" = (/obj/structure/lattice,/obj/item/stack/sheet/plasteel,/turf/open/space,/area/space)
-"dk" = (/obj/structure/lattice,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/weapon/shard{icon_state = "medium"},/turf/open/space,/area/space)
-"dl" = (/obj/structure/lattice,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/item/stack/rods,/turf/open/space,/area/space)
-"dm" = (/obj/structure/lattice,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/space,/area/space)
-"dn" = (/obj/item/stack/cable_coil/cut{amount = 2; dir = 2; icon_state = "coil_red2"},/turf/open/space,/area/space)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/open/space,
+/area/space)
+"ab" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"ac" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"ad" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"ae" = (
+/obj/item/stack/cable_coil/cut{
+ amount = 2;
+ dir = 2;
+ icon_state = "coil_red2"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"af" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"ag" = (
+/turf/closed/wall,
+/area/ruin/onehalf/dorms_med)
+"ah" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/onehalf/dorms_med)
+"ai" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"aj" = (
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/hallway)
+"ak" = (
+/turf/closed/wall,
+/area/ruin/onehalf/hallway)
+"al" = (
+/obj/machinery/sleeper/syndie{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"am" = (
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"an" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/fire,
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"ao" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/dorms_med)
+"ap" = (
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/dorms_med)
+"aq" = (
+/obj/machinery/door/airlock/external,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"ar" = (
+/turf/closed/wall,
+/area/ruin/onehalf/drone_bay)
+"as" = (
+/obj/machinery/door/poddoor{
+ id = "onehalf_drone1ext";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating/airless{
+ dir = 1;
+ icon_state = "warnplate"
+ },
+/area/ruin/onehalf/drone_bay)
+"at" = (
+/obj/machinery/door/poddoor{
+ id = "onehalf_drone2ext";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating/airless{
+ dir = 1;
+ icon_state = "warnplate"
+ },
+/area/ruin/onehalf/drone_bay)
+"au" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "onehalf_drone3ext";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating/airless{
+ dir = 1;
+ icon_state = "warnplate"
+ },
+/area/ruin/onehalf/drone_bay)
+"av" = (
+/obj/machinery/door/poddoor{
+ id = "onehalf_drone4ext";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating/airless{
+ dir = 1;
+ icon_state = "warnplate"
+ },
+/area/ruin/onehalf/drone_bay)
+"aw" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"ax" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"ay" = (
+/obj/structure/table_frame,
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged3"
+ },
+/area/ruin/onehalf/hallway)
+"az" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"aA" = (
+/obj/item/roller,
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"aB" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"aC" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/dorms_med)
+"aD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"aE" = (
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/drone_bay)
+"aF" = (
+/obj/structure/disposalpipe/trunk,
+/obj/item/weapon/ore/diamond,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/drone_bay)
+"aG" = (
+/turf/open/floor/plating/airless{
+ dir = 1;
+ icon_state = "warnplate"
+ },
+/area/ruin/onehalf/drone_bay)
+"aH" = (
+/obj/item/stack/rods,
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"aI" = (
+/turf/open/floor/plating/airless{
+ icon_state = "platingdmg3"
+ },
+/area/ruin/onehalf/hallway)
+"aJ" = (
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged5"
+ },
+/area/ruin/onehalf/hallway)
+"aK" = (
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"aL" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"aM" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/closet/crate/medical,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/device/healthanalyzer,
+/obj/item/weapon/reagent_containers/blood/OMinus,
+/obj/item/weapon/reagent_containers/blood/OMinus,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Crew Quarters APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"aN" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor{
+ id = "onehalf_drone1int";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"aO" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor{
+ id = "onehalf_drone2int";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"aP" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor{
+ id = "onehalf_drone3int";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"aQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor{
+ id = "onehalf_drone4int";
+ name = "mining drone bay blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"aR" = (
+/obj/structure/disposaloutlet{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/drone_bay)
+"aS" = (
+/obj/structure/lattice,
+/obj/item/weapon/storage/toolbox/syndicate,
+/turf/open/space,
+/area/space)
+"aT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged3"
+ },
+/area/ruin/onehalf/hallway)
+"aU" = (
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged1"
+ },
+/area/ruin/onehalf/hallway)
+"aV" = (
+/obj/machinery/door/airlock/glass_medical,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/onehalf/dorms_med)
+"aW" = (
+/obj/machinery/door/airlock,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/dorms_med)
+"aX" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/ruin/onehalf/drone_bay)
+"aY" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 1;
+ name = "Mining Drone Bay APC";
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ruin/onehalf/drone_bay)
+"aZ" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ruin/onehalf/drone_bay)
+"ba" = (
+/obj/machinery/button/door{
+ id = "onehalf_drone2int";
+ name = "Drone 2 Internal Hatch Override";
+ pixel_x = 8;
+ pixel_y = 27
+ },
+/obj/machinery/button/door{
+ id = "onehalf_drone2ext";
+ name = "Drone 2 External Hatch Override";
+ pixel_x = 8;
+ pixel_y = 37
+ },
+/obj/machinery/button/door{
+ id = "onehalf_drone1int";
+ name = "Drone 1 Internal Hatch Override";
+ pixel_x = -8;
+ pixel_y = 27
+ },
+/obj/machinery/button/door{
+ id = "onehalf_drone1ext";
+ name = "Drone 1 External Hatch Override";
+ pixel_x = -8;
+ pixel_y = 37
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ruin/onehalf/drone_bay)
+"bb" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ruin/onehalf/drone_bay)
+"bc" = (
+/obj/machinery/button/door{
+ id = "onehalf_drone3int";
+ name = "Drone 3 Internal Hatch Override";
+ pixel_x = -8;
+ pixel_y = 27
+ },
+/obj/machinery/button/door{
+ id = "onehalf_drone3ext";
+ name = "Drone 3 External Hatch Override";
+ pixel_x = -8;
+ pixel_y = 37
+ },
+/obj/machinery/button/door{
+ id = "onehalf_drone4ext";
+ name = "Drone 4 External Hatch Override";
+ pixel_x = 8;
+ pixel_y = 37
+ },
+/obj/machinery/button/door{
+ id = "onehalf_drone4int";
+ name = "Drone 4 Internal Hatch Override";
+ pixel_x = 8;
+ pixel_y = 27
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/ruin/onehalf/drone_bay)
+"bd" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/ruin/onehalf/drone_bay)
+"be" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"bf" = (
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating/airless{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/ruin/onehalf/hallway)
+"bg" = (
+/obj/structure/disposalpipe/broken{
+ tag = "icon-pipe-b (EAST)";
+ icon_state = "pipe-b";
+ dir = 4
+ },
+/obj/item/stack/cable_coil/cut{
+ amount = 2;
+ dir = 2;
+ icon_state = "coil_red2"
+ },
+/turf/open/floor/plating/airless{
+ broken = 1;
+ icon_state = "platingdmg2"
+ },
+/area/ruin/onehalf/hallway)
+"bh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged3"
+ },
+/area/ruin/onehalf/hallway)
+"bi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged5"
+ },
+/area/ruin/onehalf/hallway)
+"bj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"bk" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged1"
+ },
+/area/ruin/onehalf/hallway)
+"bl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"bm" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"bn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"br" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance_hatch,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/ruin/onehalf/drone_bay)
+"bt" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-y";
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/ruin/onehalf/drone_bay)
+"bu" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plating,
+/area/ruin/onehalf/drone_bay)
+"bv" = (
+/obj/structure/disposalpipe/broken{
+ tag = "icon-pipe-b (EAST)";
+ icon_state = "pipe-b";
+ dir = 4
+ },
+/turf/open/floor/plating/airless{
+ icon_state = "platingdmg3"
+ },
+/area/ruin/onehalf/hallway)
+"bw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged3"
+ },
+/area/ruin/onehalf/hallway)
+"bx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"by" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged1"
+ },
+/area/ruin/onehalf/hallway)
+"bz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Hallway APC";
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"bA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged4"
+ },
+/area/ruin/onehalf/hallway)
+"bB" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"bC" = (
+/obj/machinery/door/airlock/glass,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bD" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bG" = (
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/drone_bay)
+"bH" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/ruin/onehalf/drone_bay)
+"bI" = (
+/turf/open/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/ruin/onehalf/drone_bay)
+"bJ" = (
+/obj/structure/chair/office{
+ tag = "icon-chair (EAST)";
+ icon_state = "chair";
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/ruin/onehalf/drone_bay)
+"bK" = (
+/obj/structure/girder,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/hallway)
+"bL" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged4"
+ },
+/area/ruin/onehalf/hallway)
+"bM" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged4"
+ },
+/area/ruin/onehalf/hallway)
+"bN" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged2"
+ },
+/area/ruin/onehalf/hallway)
+"bO" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"bP" = (
+/obj/structure/girder/reinforced,
+/obj/item/stack/sheet/plasteel,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/hallway)
+"bQ" = (
+/obj/structure/girder/reinforced,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/hallway)
+"bR" = (
+/turf/closed/wall/r_wall,
+/area/ruin/onehalf/hallway)
+"bS" = (
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged2"
+ },
+/area/ruin/onehalf/hallway)
+"bT" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/airless,
+/area/ruin/onehalf/hallway)
+"bU" = (
+/turf/closed/wall/r_wall,
+/area/ruin/onehalf/bridge)
+"bV" = (
+/obj/item/stack/sheet/metal,
+/turf/open/space,
+/area/space)
+"bW" = (
+/turf/open/floor/plating/airless{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/ruin/onehalf/hallway)
+"bX" = (
+/obj/structure/disposalpipe/segment,
+/obj/item/stack/rods,
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged5"
+ },
+/area/ruin/onehalf/hallway)
+"bY" = (
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/hallway)
+"bZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"ca" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cb" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cc" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cd" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/frame/computer,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"ce" = (
+/obj/structure/frame/computer,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cf" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 1;
+ name = "Bridge APC";
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cg" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/spacecash/c500{
+ pixel_y = 8
+ },
+/obj/item/stack/spacecash/c1000,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"ch" = (
+/obj/structure/disposalpipe/junction{
+ tag = "icon-pipe-j1 (NORTH)";
+ icon_state = "pipe-j1";
+ dir = 1
+ },
+/obj/item/weapon/shard,
+/turf/open/floor/plating/airless{
+ broken = 1;
+ icon_state = "platingdmg2"
+ },
+/area/ruin/onehalf/hallway)
+"ci" = (
+/obj/structure/lattice,
+/obj/structure/disposalpipe/broken{
+ tag = "icon-pipe-b (EAST)";
+ icon_state = "pipe-b";
+ dir = 4
+ },
+/obj/structure/disposalpipe/broken{
+ tag = "icon-pipe-b (WEST)";
+ icon_state = "pipe-b";
+ dir = 8
+ },
+/obj/item/stack/rods,
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"cj" = (
+/obj/structure/lattice,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/weapon/shard{
+ icon_state = "small"
+ },
+/turf/open/space,
+/area/space)
+"ck" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"cl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin{
+ total_paper = 12
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cm" = (
+/obj/structure/chair/office{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cn" = (
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"co" = (
+/obj/structure/chair/office{
+ tag = "icon-chair (NORTH)";
+ icon_state = "chair";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"cr" = (
+/obj/item/stack/rods,
+/turf/open/space,
+/area/space)
+"cs" = (
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"ct" = (
+/obj/structure/lattice,
+/obj/item/weapon/shard{
+ icon_state = "medium"
+ },
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"cu" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged5"
+ },
+/area/ruin/onehalf/hallway)
+"cv" = (
+/obj/structure/girder/reinforced,
+/turf/open/floor/plating/airless,
+/area/ruin/onehalf/bridge)
+"cw" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cx" = (
+/obj/item/stack/tile/plasteel,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cy" = (
+/obj/machinery/power/solar_control,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"cA" = (
+/obj/item/stack/tile/wood,
+/turf/open/space,
+/area/space)
+"cB" = (
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"cC" = (
+/obj/structure/lattice,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"cD" = (
+/obj/structure/lattice,
+/obj/structure/disposalpipe/broken{
+ tag = "icon-pipe-b (WEST)";
+ icon_state = "pipe-b";
+ dir = 8
+ },
+/obj/structure/disposalpipe/broken{
+ tag = "icon-pipe-b (NORTH)";
+ icon_state = "pipe-b";
+ dir = 1
+ },
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"cE" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Bridge"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cF" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cG" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/obj/machinery/door/airlock/glass_command{
+ name = "Bridge"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cH" = (
+/obj/item/weapon/crowbar/red,
+/obj/item/device/multitool,
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"cI" = (
+/obj/structure/safe/floor,
+/obj/item/weapon/tank/internals/oxygen/red,
+/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/suit/space/hardsuit/syndi,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,
+/obj/item/weapon/folder/syndicate/mining,
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"cJ" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cK" = (
+/obj/structure/lattice,
+/obj/item/stack/cable_coil/cut{
+ amount = 2;
+ dir = 2;
+ icon_state = "coil_red2"
+ },
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"cL" = (
+/turf/open/floor/plating/airless{
+ broken = 1;
+ icon_state = "platingdmg2"
+ },
+/area/ruin/onehalf/hallway)
+"cM" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/vending/sovietsoda,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cN" = (
+/obj/item/stack/sheet/plasteel,
+/turf/open/space,
+/area/space)
+"cO" = (
+/obj/structure/lattice,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space,
+/area/ruin/onehalf/hallway)
+"cP" = (
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged3"
+ },
+/area/ruin/onehalf/hallway)
+"cQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/onehalf/hallway)
+"cR" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cS" = (
+/obj/structure/chair/office,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cT" = (
+/obj/machinery/button/door{
+ id = "bridge_onehalf";
+ name = "Bridge Blast Door";
+ pixel_x = 32;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cU" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"cW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"cX" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/airless{
+ icon_state = "damaged5"
+ },
+/area/ruin/onehalf/hallway)
+"cY" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"cZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/ore/bluespace_crystal,
+/obj/item/weapon/coin/plasma,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"da" = (
+/obj/structure/closet/firecloset/full,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"db" = (
+/obj/machinery/light,
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel,
+/area/ruin/onehalf/bridge)
+"dc" = (
+/obj/structure/grille{
+ density = 0;
+ icon_state = "brokengrille"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/airless{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/ruin/onehalf/hallway)
+"dd" = (
+/obj/structure/grille,
+/obj/item/weapon/shard,
+/turf/open/floor/plating/airless{
+ icon_state = "platingdmg3"
+ },
+/area/ruin/onehalf/hallway)
+"de" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"df" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"dg" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge_onehalf";
+ name = "bridge blast door"
+ },
+/turf/open/floor/plating,
+/area/ruin/onehalf/bridge)
+"dh" = (
+/obj/item/stack/sheet/plasteel,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"di" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/item/weapon/shard{
+ icon_state = "medium"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"dj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/item/stack/rods,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"dk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"dl" = (
+/obj/item/stack/cable_coil/cut{
+ amount = 2;
+ dir = 2;
+ icon_state = "coil_red2"
+ },
+/turf/open/space,
+/area/space)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaabacacacacacacacacacadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaeacafagagagagagagahagagaiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaajakakakagalamanagaoapaoagaqarasaratarauaravaraaaaaaaaaaaa
-aaaaawaxaxayazagaAamaBagaCapaoagaDaraEaraFaraEaraEarawaraGaraaaa
-aaaaaaaHaIaxaJagaKaLaMagaoapaoagaqaraNaraOaraParaQaraaaraRaraaaa
-aaaaaSajaxaTaUagagaVagagagaWagagaXaYaZbaaZbbaZbcaZarararbdararaa
-aaaaawbebfbgbhbibibjbhbhbkbiblbmbnbobpbobpbobpbobpbobqbrbsbtbdaa
-aaaaaabubvbvbwbwbvbxbwbwbybzbAbBbobobCbDbCbobCbDbEbbarbFbGbHbdaa
-aaaaaabIajakbJbKbLbMbNbObPbQbRbSbSbSbSbSbSbSbSbSbSbSararbdararaa
-aaaaaaaabTbUbIakbObPajawbPbUbVbWaabXbYbZcacbcccdcebSawaaaaaaaaaa
-aaaaaaaaaaaaaaaacfaaaabTaxaxcgchcicjckclcmcncmcmcocpadaaaaaaaaaa
-aaaaaaaaaaaaaacqcrcsaaaaajctcucvbSbScwcmcxcmcmcmcyczaiaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaawcAaacBcCcDcEcFcGcmcxcHcIcmcJccczaiaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaacqawajcKcLbSbSbScMcmcmcmcmcmccczaiaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaacNcAaxcOcPcQawbXcRclcmcScmcTcUcVcWaaaaaaaaaa
-aaaaaaaaaaaaaaaaaacqaaaabPcXaJcQaabXcYcZdacccccmdbbSaiaaaaaaaaaa
-aaaaaaaaaaaaaaaaaadcawddbOdedfbSbSbSbSdgdhdhdhdibSbSaiaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaadjdkdlacacacacacdmacacacdmacacafaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaadnaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+aw
+aa
+aS
+aw
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+aj
+ax
+aH
+aj
+bf
+bv
+bK
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(5,1,1) = {"
+aa
+aa
+ae
+ak
+ax
+aI
+ax
+bg
+bw
+aj
+bV
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(6,1,1) = {"
+aa
+aa
+ac
+ak
+ay
+ax
+aT
+bh
+bw
+ak
+bW
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(7,1,1) = {"
+aa
+ab
+af
+ak
+az
+aJ
+aU
+bi
+bx
+bL
+bK
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(8,1,1) = {"
+aa
+ac
+ag
+ag
+ag
+ag
+ag
+bj
+bx
+bM
+ak
+aa
+cr
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(9,1,1) = {"
+aa
+ac
+ag
+al
+aA
+aK
+ag
+bj
+bw
+bN
+bQ
+bQ
+aj
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(10,1,1) = {"
+aa
+ac
+ag
+am
+am
+aL
+aV
+bk
+by
+bO
+bR
+aa
+cs
+aw
+aa
+aa
+cr
+bP
+aa
+aa
+"}
+(11,1,1) = {"
+aa
+ac
+ag
+an
+aB
+aM
+ag
+bi
+bx
+bP
+aj
+aa
+aa
+cA
+cr
+cN
+aa
+aw
+aa
+dl
+"}
+(12,1,1) = {"
+aa
+ac
+ag
+ag
+ag
+ag
+ag
+bi
+bx
+bQ
+aw
+bV
+aa
+aa
+aw
+cA
+aa
+cL
+dh
+aa
+"}
+(13,1,1) = {"
+aa
+ac
+ag
+ao
+aC
+ao
+ag
+bl
+bz
+bR
+bR
+ax
+aj
+cB
+aj
+ax
+bR
+bQ
+di
+aa
+"}
+(14,1,1) = {"
+aa
+ac
+ah
+ap
+ap
+ap
+aW
+bj
+bA
+bS
+bW
+ax
+ct
+cK
+cK
+cK
+cX
+dc
+dj
+aa
+"}
+(15,1,1) = {"
+aa
+ac
+ag
+ao
+ao
+ao
+ag
+bm
+bB
+bT
+bX
+ch
+cu
+cD
+cL
+cP
+aJ
+dd
+ac
+aa
+"}
+(16,1,1) = {"
+aa
+ac
+ag
+ag
+ag
+ag
+ag
+bn
+bC
+bU
+bY
+ci
+cv
+cE
+bU
+cQ
+cQ
+bU
+ac
+aa
+"}
+(17,1,1) = {"
+aa
+ad
+ai
+aq
+aD
+aq
+aX
+bo
+bp
+bU
+aa
+cj
+bU
+cF
+bU
+aw
+aa
+bU
+ac
+aa
+"}
+(18,1,1) = {"
+aa
+aa
+aa
+ar
+ar
+ar
+aY
+bp
+bp
+bU
+bZ
+ck
+bU
+cG
+bU
+bZ
+bZ
+bU
+ac
+aa
+"}
+(19,1,1) = {"
+aa
+aa
+aa
+as
+aE
+aN
+aZ
+bq
+bD
+bU
+ca
+cl
+cw
+cn
+cM
+cR
+cY
+bU
+ac
+aa
+"}
+(20,1,1) = {"
+aa
+aa
+aa
+ar
+ar
+ar
+ba
+bp
+bE
+bU
+cb
+cm
+cn
+cx
+cn
+cm
+cZ
+de
+dk
+aa
+"}
+(21,1,1) = {"
+aa
+aa
+aa
+at
+aF
+aO
+aZ
+bq
+bD
+bU
+cc
+cn
+cx
+cH
+cn
+cn
+da
+df
+ac
+aa
+"}
+(22,1,1) = {"
+aa
+aa
+aa
+ar
+ar
+ar
+bb
+bp
+bp
+bU
+cd
+co
+cn
+cI
+cn
+cS
+ce
+df
+ac
+aa
+"}
+(23,1,1) = {"
+aa
+aa
+aa
+au
+aE
+aP
+aZ
+bq
+bD
+bU
+ce
+cn
+cn
+cn
+cn
+cn
+ce
+df
+ac
+aa
+"}
+(24,1,1) = {"
+aa
+aa
+aa
+ar
+ar
+ar
+bc
+bp
+bE
+bU
+cf
+cn
+cn
+cJ
+cn
+cT
+cn
+dg
+dk
+aa
+"}
+(25,1,1) = {"
+aa
+aa
+aa
+av
+aE
+aQ
+bd
+bq
+bF
+bU
+cg
+cp
+cy
+ce
+ce
+cU
+db
+bU
+ac
+aa
+"}
+(26,1,1) = {"
+aa
+aa
+aa
+ar
+ar
+ar
+ar
+bp
+bG
+bU
+bU
+cq
+cz
+cz
+cz
+cV
+bU
+bU
+ac
+aa
+"}
+(27,1,1) = {"
+aa
+aa
+aa
+aa
+aw
+aa
+ar
+br
+ar
+ar
+aw
+ad
+ai
+ai
+ai
+cW
+ai
+ai
+af
+aa
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+ar
+ar
+ar
+bs
+bH
+ar
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(29,1,1) = {"
+aa
+aa
+aa
+aa
+aG
+aR
+be
+bt
+bI
+be
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(30,1,1) = {"
+aa
+aa
+aa
+aa
+ar
+ar
+ar
+bu
+bJ
+ar
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(31,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ar
+be
+be
+ar
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(32,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
"}
diff --git a/_maps/RandomRuins/SpaceRuins/originalcontent.dmm b/_maps/RandomRuins/SpaceRuins/originalcontent.dmm
new file mode 100644
index 000000000000..c84843bc1e02
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/originalcontent.dmm
@@ -0,0 +1,175 @@
+"aa" = (/turf/open/space,/area/space)
+"ab" = (/obj/structure/fluff/paper/corner,/turf/open/space,/area/space)
+"ac" = (/obj/structure/fluff/paper,/turf/open/space,/area/space)
+"ad" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/turf/open/space,/area/space)
+"ae" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/turf/open/space,/area/space)
+"af" = (/turf/closed/indestructible/paper,/area/ruin/powered)
+"ag" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHWEST)";icon_state = "paper";dir = 10},/turf/open/space,/area/space)
+"ah" = (/obj/structure/fluff/paper/corner,/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/turf/open/space,/area/space)
+"ai" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHEAST)";icon_state = "paper";dir = 6},/turf/open/space,/area/space)
+"aj" = (/obj/machinery/door/airlock/freezer{name = "airlock";opacity = 0},/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"ak" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHWEST)";icon_state = "paper";dir = 9},/turf/open/indestructible/paper,/area/ruin/powered)
+"al" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"am" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHEAST)";icon_state = "paper";dir = 5},/turf/open/indestructible/paper,/area/ruin/powered)
+"an" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/turf/open/indestructible/paper,/area/ruin/powered)
+"ao" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"ap" = (/turf/open/indestructible/paper,/area/ruin/powered)
+"aq" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"ar" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/turf/open/indestructible/paper,/area/ruin/powered)
+"as" = (/obj/item/weapon/paper/crumpled{desc = "Various scrawled out drawings and sketches reside on the paper, apparently he didn't much care for these drawings."},/turf/open/indestructible/paper,/area/ruin/powered)
+"at" = (/mob/living/simple_animal/hostile/stickman,/turf/open/indestructible/paper,/area/ruin/powered)
+"au" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (EAST)";icon_state = "paperstack";dir = 4},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"av" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"aw" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/turf/open/space,/area/space)
+"ax" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"ay" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHWEST)";icon_state = "paper";dir = 10},/turf/open/indestructible/paper,/area/ruin/powered)
+"az" = (/obj/structure/fluff/paper,/turf/open/indestructible/paper,/area/ruin/powered)
+"aA" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/turf/open/indestructible/paper,/area/ruin/powered)
+"aB" = (/obj/structure/fluff/paper/stack,/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTH)";icon_state = "paperstack";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"aC" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHEAST)";icon_state = "paper";dir = 5},/obj/structure/fluff/paper{tag = "icon-paper (NORTHWEST)";icon_state = "paper";dir = 9},/turf/open/indestructible/paper,/area/ruin/powered)
+"aD" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/obj/structure/fluff/paper/corner,/mob/living/simple_animal/hostile/stickman,/turf/open/indestructible/paper,/area/ruin/powered)
+"aE" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"aF" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/barricade/wooden,/turf/open/indestructible/paper,/area/ruin/powered)
+"aG" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHWEST)";icon_state = "paper";dir = 10},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/obj/structure/barricade/wooden,/turf/open/indestructible/paper,/area/ruin/powered)
+"aH" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/obj/structure/fluff/paper{tag = "icon-paper (NORTHEAST)";icon_state = "paper";dir = 5},/obj/structure/barricade/wooden,/turf/open/indestructible/paper,/area/ruin/powered)
+"aI" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTH)";icon_state = "paperstack";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"aJ" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/obj/structure/fluff/paper/corner,/turf/open/indestructible/paper,/area/ruin/powered)
+"aK" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper,/turf/open/indestructible/paper,/area/ruin/powered)
+"aL" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/mob/living/simple_animal/hostile/stickman,/turf/open/indestructible/paper,/area/ruin/powered)
+"aM" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (SOUTHWEST)";icon_state = "paperstack";dir = 10},/turf/open/indestructible/paper,/area/ruin/powered)
+"aN" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"aO" = (/obj/structure/fluff/paper,/mob/living/simple_animal/hostile/stickman/dog,/turf/open/indestructible/paper,/area/ruin/powered)
+"aP" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"aQ" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHWEST)";icon_state = "paper";dir = 10},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"aR" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/turf/open/indestructible/paper,/area/ruin/powered)
+"aS" = (/obj/structure/fluff/paper/corner,/mob/living/simple_animal/hostile/stickman/dog,/turf/open/indestructible/paper,/area/ruin/powered)
+"aT" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHEAST)";icon_state = "paper";dir = 6},/turf/open/indestructible/paper,/area/ruin/powered)
+"aU" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/obj/structure/fluff/paper,/turf/open/indestructible/paper,/area/ruin/powered)
+"aV" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHEAST)";icon_state = "paper";dir = 6},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"aW" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper/stack,/turf/open/indestructible/paper,/area/ruin/powered)
+"aX" = (/obj/structure/fluff/paper/stack,/turf/open/indestructible/paper,/area/ruin/powered)
+"aY" = (/obj/structure/fluff/paper/corner,/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"aZ" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"ba" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/mob/living/simple_animal/hostile/stickman/dog,/turf/open/indestructible/paper,/area/ruin/powered)
+"bb" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/turf/open/indestructible/paper,/area/ruin/powered)
+"bc" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHWEST)";icon_state = "paper";dir = 9},/turf/open/space,/area/space)
+"bd" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/turf/open/space,/area/space)
+"be" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/turf/open/space,/area/space)
+"bf" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTHWEST)";icon_state = "paperstack";dir = 9},/turf/open/indestructible/paper,/area/ruin/powered)
+"bg" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/item/toy/crayon/yellow,/turf/open/indestructible/paper,/area/ruin/powered)
+"bh" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/item/toy/crayon/red,/turf/open/indestructible/paper,/area/ruin/powered)
+"bi" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper/corner,/turf/open/indestructible/paper,/area/ruin/powered)
+"bj" = (/obj/structure/fluff/paper,/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"bk" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/mob/living/simple_animal/hostile/stickman,/turf/open/indestructible/paper,/area/ruin/powered)
+"bl" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTHWEST)";icon_state = "paperstack";dir = 9},/turf/open/indestructible/paper,/area/ruin/powered)
+"bm" = (/obj/structure/fluff/paper,/mob/living/simple_animal/hostile/stickman,/turf/open/indestructible/paper,/area/ruin/powered)
+"bn" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHWEST)";icon_state = "paper";dir = 9},/obj/structure/fluff/paper{tag = "icon-paper (SOUTHWEST)";icon_state = "paper";dir = 10},/turf/open/space,/area/space)
+"bo" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/turf/open/space,/area/space)
+"bp" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/item/toy/crayon/rainbow,/turf/open/indestructible/paper,/area/ruin/powered)
+"bq" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (EAST)";icon_state = "paperstack";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"br" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (EAST)";icon_state = "paperstack";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"bs" = (/obj/item/toy/crayon/spraycan,/turf/open/indestructible/paper,/area/ruin/powered)
+"bt" = (/obj/item/weapon/storage/crayons,/turf/open/indestructible/paper,/area/ruin/powered)
+"bu" = (/mob/living/simple_animal/hostile/stickman/ranged,/turf/open/indestructible/paper,/area/ruin/powered)
+"bv" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTH)";icon_state = "paperstack";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"bw" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/space,/area/space)
+"bx" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHEAST)";icon_state = "paper";dir = 5},/turf/open/space,/area/space)
+"by" = (/obj/structure/fluff/paper/corner,/turf/open/indestructible/paper,/area/ruin/powered)
+"bz" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTHWEST)";icon_state = "paperstack";dir = 9},/obj/structure/fluff/paper,/turf/open/indestructible/paper,/area/ruin/powered)
+"bA" = (/obj/item/device/toner,/turf/open/indestructible/paper,/area/ruin/powered)
+"bB" = (/obj/structure/easel,/obj/item/weapon/paper/pamphlet{icon = 'icons/obj/fluff.dmi';icon_state = "painting4";info = "This picture depicts a crudely-drawn stickman firing a crudely-drawn gun.";name = "Painting - 'BANG' "},/turf/open/indestructible/paper,/area/ruin/powered)
+"bC" = (/obj/item/toy/crayon/yellow,/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/turf/open/indestructible/paper,/area/ruin/powered)
+"bD" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/turf/open/indestructible/paper,/area/ruin/powered)
+"bE" = (/mob/living/simple_animal/hostile/stickman/dog,/turf/open/indestructible/paper,/area/ruin/powered)
+"bF" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTH)";icon_state = "paperstack";dir = 1},/obj/structure/fluff/paper/stack,/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"bG" = (/obj/item/toy/crayon/blue,/mob/living/simple_animal/hostile/stickman/ranged,/turf/open/indestructible/paper,/area/ruin/powered)
+"bH" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/item/toy/crayon/yellow,/turf/open/indestructible/paper,/area/ruin/powered)
+"bI" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHWEST)";icon_state = "paper";dir = 9},/obj/structure/closet/crate/bin,/obj/item/weapon/paper/crumpled{desc = "Various scrawled out drawings and sketches reside on the paper, apparently he didn't much care for these drawings."},/obj/item/weapon/paper/crumpled{desc = "Various scrawled out drawings and sketches reside on the paper, apparently he didn't much care for these drawings."},/obj/item/weapon/paper/crumpled{desc = "Various scrawled out drawings and sketches reside on the paper, apparently he didn't much care for these drawings."},/obj/item/device/gps{gpstag = "Pulpy Signal"},/turf/open/indestructible/paper,/area/ruin/powered)
+"bJ" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/easel,/obj/item/weapon/paper/pamphlet{icon = 'icons/obj/fluff.dmi';icon_state = "painting1";info = "This picture depicts a sunny day on a lush hillside, set under a shaded tree.";name = "Painting - 'Treeside' "},/turf/open/indestructible/paper,/area/ruin/powered)
+"bK" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTHEAST)";icon_state = "paper";dir = 5},/obj/structure/table/wood,/obj/item/weapon/storage/crayons,/turf/open/indestructible/paper,/area/ruin/powered)
+"bL" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (SOUTHEAST)";icon_state = "paperstack";dir = 6},/turf/open/indestructible/paper,/area/ruin/powered)
+"bM" = (/obj/item/toy/crayon/purple,/turf/open/indestructible/paper,/area/ruin/powered)
+"bN" = (/obj/structure/fluff/paper/corner,/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"bO" = (/obj/machinery/door/airlock/freezer{name = "airlock";opacity = 0},/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper,/turf/open/indestructible/paper,/area/ruin/powered)
+"bP" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (WEST)";icon_state = "papercorner";dir = 8},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (EAST)";icon_state = "paperstack";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"bQ" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/obj/structure/fluff/paper/stack,/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTH)";icon_state = "paperstack";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"bR" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (EAST)";icon_state = "paperstack";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"bS" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTH)";icon_state = "paperstack";dir = 1},/obj/structure/fluff/paper/stack,/turf/open/indestructible/paper,/area/ruin/powered)
+"bT" = (/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (SOUTHEAST)";icon_state = "paperstack";dir = 6},/turf/open/indestructible/paper,/area/ruin/powered)
+"bU" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/mob/living/simple_animal/hostile/stickman,/turf/open/indestructible/paper,/area/ruin/powered)
+"bV" = (/obj/item/toy/crayon/yellow,/turf/open/indestructible/paper,/area/ruin/powered)
+"bW" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/easel,/obj/item/weapon/paper/pamphlet{icon = 'icons/obj/fluff.dmi';icon_state = "painting3";info = "This picture depicts a smiling clown. Something doesn't feel right about this..";name = "Painting - 'Pennywise' "},/turf/open/indestructible/paper,/area/ruin/powered)
+"bX" = (/obj/item/toy/crayon/blue,/turf/open/indestructible/paper,/area/ruin/powered)
+"bY" = (/obj/item/toy/crayon/red,/turf/open/indestructible/paper,/area/ruin/powered)
+"bZ" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/bed,/obj/item/weapon/bedsheet/rainbow,/turf/open/indestructible/paper,/area/ruin/powered)
+"ca" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHWEST)";icon_state = "paper";dir = 10},/obj/structure/table/wood,/obj/item/weapon/storage/crayons,/turf/open/indestructible/paper,/area/ruin/powered)
+"cb" = (/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTHWEST)";icon_state = "paperstack";dir = 9},/obj/item/toy/crayon/purple,/turf/open/indestructible/paper,/area/ruin/powered)
+"cc" = (/mob/living/simple_animal/hostile/boss/paper_wizard,/turf/open/indestructible/paper,/area/ruin/powered)
+"cd" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/table/wood,/obj/item/toy/crayon/rainbow,/obj/item/toy/crayon/spraycan,/turf/open/indestructible/paper,/area/ruin/powered)
+"ce" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/fluff/paper/corner{tag = "icon-papercorner (EAST)";icon_state = "papercorner";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"cf" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/fluff/paper/stack,/turf/open/indestructible/paper,/area/ruin/powered)
+"cg" = (/obj/structure/fluff/paper{tag = "icon-paper (EAST)";icon_state = "paper";dir = 4},/obj/structure/table/wood,/obj/item/weapon/paper_bin,/turf/open/indestructible/paper,/area/ruin/powered)
+"ch" = (/obj/structure/fluff/paper,/obj/item/weapon/paper/crumpled{desc = "Various scrawled out drawings and sketches reside on the paper, apparently he didn't much care for these drawings."},/turf/open/indestructible/paper,/area/ruin/powered)
+"ci" = (/obj/structure/fluff/paper,/obj/structure/fluff/paper/corner{tag = "icon-papercorner (NORTH)";icon_state = "papercorner";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"cj" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/mob/living/simple_animal/hostile/stickman,/turf/open/indestructible/paper,/area/ruin/powered)
+"ck" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHEAST)";icon_state = "paper";dir = 6},/obj/structure/fluff/paper{tag = "icon-paper (NORTHEAST)";icon_state = "paper";dir = 5},/turf/open/indestructible/paper,/area/ruin/powered)
+"cl" = (/obj/structure/fluff/paper/corner,/obj/structure/fluff/paper/stack{tag = "icon-paperstack (EAST)";icon_state = "paperstack";dir = 4},/turf/open/indestructible/paper,/area/ruin/powered)
+"cm" = (/obj/structure/fluff/paper,/obj/structure/table/wood,/obj/item/weapon/storage/crayons,/obj/item/weapon/storage/crayons,/turf/open/indestructible/paper,/area/ruin/powered)
+"cn" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHEAST)";icon_state = "paper";dir = 6},/obj/structure/table/wood,/obj/item/weapon/canvas/twentythreeXtwentythree,/obj/item/weapon/canvas,/obj/item/weapon/canvas/nineteenXnineteen,/turf/open/indestructible/paper,/area/ruin/powered)
+"co" = (/obj/structure/fluff/paper,/obj/structure/fluff/paper/stack{tag = "icon-paperstack (NORTHWEST)";icon_state = "paperstack";dir = 9},/obj/item/toy/crayon/blue,/turf/open/indestructible/paper,/area/ruin/powered)
+"cp" = (/obj/structure/fluff/paper{tag = "icon-paper (SOUTHWEST)";icon_state = "paper";dir = 10},/obj/machinery/photocopier,/turf/open/indestructible/paper,/area/ruin/powered)
+"cq" = (/obj/structure/fluff/paper,/obj/structure/table/wood,/obj/item/weapon/storage/crayons,/obj/item/weapon/pen/fourcolor,/turf/open/indestructible/paper,/area/ruin/powered)
+"cr" = (/obj/structure/fluff/paper,/obj/structure/easel,/obj/item/weapon/paper/pamphlet{icon = 'icons/obj/fluff.dmi';icon_state = "painting2";info = "This picture depicts a man yelling on a bridge for no apparent reason.";name = "Painting - 'Hands-On-Face' "},/turf/open/indestructible/paper,/area/ruin/powered)
+"cs" = (/obj/structure/fluff/paper,/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/mob/living/simple_animal/hostile/stickman/dog,/turf/open/indestructible/paper,/area/ruin/powered)
+"ct" = (/obj/structure/fluff/paper,/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/turf/open/indestructible/paper,/area/ruin/powered)
+"cu" = (/obj/structure/fluff/paper{tag = "icon-paper (WEST)";icon_state = "paper";dir = 8},/obj/structure/fluff/paper/stack{tag = "icon-paperstack (SOUTHEAST)";icon_state = "paperstack";dir = 6},/turf/open/indestructible/paper,/area/ruin/powered)
+"cv" = (/obj/structure/fluff/paper,/obj/structure/fluff/paper/stack{tag = "icon-paperstack (SOUTHEAST)";icon_state = "paperstack";dir = 6},/turf/open/indestructible/paper,/area/ruin/powered)
+"cw" = (/obj/structure/fluff/paper{tag = "icon-paper (NORTH)";icon_state = "paper";dir = 1},/mob/living/simple_animal/hostile/stickman/ranged,/turf/open/indestructible/paper,/area/ruin/powered)
+
+(1,1,1) = {"
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacacacacacadaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafafafafafafafagacacacacahacadaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacaiafafafafafafafafafafafafafafajafagadaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacaiafafafafafafafafafakalalalalamafanafafagadaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafafafafafafakalalalaoapapapapaqafajafafafagadaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaabacaiafafafafafafafafarapasapapapatapapaualavamafafafawaaaaaa
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafafafafafafafafarapapapapapapapapapapapaxamafafagacadaa
+aaaaaaaaaaaaaaaaaaaaaaabacacaiafafafafafafafafafafayazazaAaBapapapapapapapapaqafafafafawaa
+aaaaaaaaaaaaaaaaaaabacaiafafafafafafafafaCafafafafafafafayaDazazaAapapatapapaqafafafafawaa
+aaaaaaaaaaaaaaaaaaaeafafafafafafafafafafaEamafafafafafafafaFafafayaAapasapapaxamafafafagad
+aaaaaaaaaaaaaaabacaiafafafafafafafakalalaoaqafafafafafafafaGaHafafarapapapapapaqafafafafaw
+aaaaaaaaaaaaaaaeafafafafafafafafafayazaAaIaJaKaLalalamafafafanafafayazaAapaMapaqafafafafaw
+aaaaaaaaaaaaaaaeafafafafafafafafafafafayazaNafayazaOaNafafafanafafafafayaAapapaxamafafafaw
+aaaaaaaaaaaaaaaeafafafafafafafafafafafafafaPafafafafaQaRamafanafafafafafarapaSazaTafafafaw
+aaaaaaaaaaaaabaiafafafafafafafafafafafafafaEalamafafafayaUaKaVafafafafafayazaTafafafafafaw
+aaaaaaaaabacaiafafafafakalaWalamafafafafafaraXaqafafafafafafafafafafafafafafafafafafafafaw
+aaaaaaaaaeafafafafafakaYazazazaZalbaamafafayazbbalamafafafafafafafafafafafafafafafafbcbdbe
+aaaaaaaaaeafafafafafaraqafafafayazaAaqafafafafarapbfafafafakalalalamafafafafafafafafawaaaa
+aaaaabacaiafafafafafaraqafafafafafbgaxalamafafayazaZbhalbibjazazazbbalamafafafafafafawaaaa
+abacaiafafafafafafafaybkamafafafafarapblaxamafafafayazbmaTafafafafayazbbalamafafafbnboaaaa
+aeafafafafafafafafafafbpbqafafafakaoapapapaxamafafafafafafafafafafafafbrbsaqafafafafawaaaa
+aeafafafafafafafafafakaYaTafakalaoblapbtapbuaxalalalalalalalamafafafafayazbvafafafafawaaaa
+bwbdbxafafafafafafafaraqafafarapapapapapapbyazbzaAapapapaXapaqafafafafafafaEalamafafawaaaa
+aaaabwbdbdbdbxafafafaraqafafarapapbuapapapaqafafarapaIapapapaqafafafafafafarbuaqafafagaaaa
+aaaaaaaaaaaaaeafafafaraqafafarapapapbAapbBaqafafbCapbyazazazaTafafafafafafayazbDafafafawaa
+aaaaaaaaaaaaaeafafafaraqafafayaAapapbEapapbFalalaobGbHafafafafafbIbJbKafafafafanafafafawaa
+aaaaaaaaaaaabwbxafafarbLafafafarapaMapapapapasbMapapbNbObPalbQalaobAaqafafafafanafafafawaa
+aaaaaaaaaaaaaaaeafafaraqafafafayazazaAapapapbRapapbMaqafayaAapbSbMapbTamafafafanafafafawaa
+aaaaaaaaaaaaaaaeafafarbUafafafafafafarapbubtapapbVapaqafafbWapbXbtbYapbZafafafanafafafawaa
+aaaaaaaaaaaaaaaeafafaraxamafafafafafayazazazazaAapapaxamafcaaAapcbccapcdafafakceafafafawaa
+aaaaaaaaaaaaaaaeafafarapaqafafafafafafafafafafayazazazaNafafcfbRapapapcgafafarbqafafafawaa
+aaaaaaaaaaaaaaaeafafaychciaRcjalamafafafafafafafafafafaQckafarapapclcmcnafafaraqafafafawaa
+aaaaaaaaaaaaaabwbxafafafafaycoazaZalalamafafafafafafafafafafcpcqcraTafafafakaYaTafafafawaa
+aaaaaaaaaaaaaaaaaeafafafafafafafayazazaZalalalbicsctctaRamafafafafafafafafcuaqafafafafawaa
+aaaaaaaaaaaaaaaabwbxafafafafafafafafafayazazcvaTafafafayciaRalamafafakalcwaYaTafafafafawaa
+aaaaaaaaaaaaaaaaaaaeafafafafafafafafafafafafafafafafafafafayazaZalalaoapapaqafafafafbcbeaa
+aaaaaaaaaaaaaaaaaaaeafafafafbcbdbdbdbdbxafafafafafafafafafafafayazazazazazaTafafafafawaaaa
+aaaaaaaaaaaaaaaaaaaeafafafafawaaaaaaaaaeafafafafafafafafafafafafafafafafafafafafafafawaaaa
+aaaaaaaaaaaaaaaaaaaeafafafafawaaaaaaaabwbdbdbdbdbdbdbdbdbdbdbdbdbxafafafafafafbcbdbdbeaaaa
+aaaaaaaaaaaaaaaaaabwbxafafbcbeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabwbdbdbdbdbdbdbeaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaeafafawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaaaeafafawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aaaaaaaaaaaaaaaaaaaabwbdbdbeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/puzzle1.dmm b/_maps/RandomRuins/SpaceRuins/puzzle1.dmm
deleted file mode 100644
index d225e42629b0..000000000000
--- a/_maps/RandomRuins/SpaceRuins/puzzle1.dmm
+++ /dev/null
@@ -1,486 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
-/turf/open/space,
-/area/space)
-"b" = (
-/turf/closed/indestructible/opshuttle,
-/area/space)
-"c" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"d" = (
-/turf/closed/indestructible/opshuttle,
-/area/ruin/unpowered)
-"e" = (
-/obj/structure/fans/tiny/invisible,
-/obj/machinery/door/airlock/external,
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"f" = (
-/obj/structure/reflector/single/mapping,
-/turf/open/floor/plating/lava,
-/area/ruin/unpowered)
-"g" = (
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"h" = (
-/obj/structure/reflector/single/mapping{
- tag = "icon-reflector (WEST)";
- icon_state = "reflector";
- dir = 8
- },
-/turf/open/floor/plating/lava,
-/area/ruin/unpowered)
-"i" = (
-/turf/open/floor/plating/lava,
-/area/ruin/unpowered)
-"j" = (
-/obj/structure/closet/crate,
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"k" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/crowbar,
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"l" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/gun/energy/laser{
- can_charge = 0;
- desc = "A basic energy-based laser gun. The charge port on the weapon itself seems purposefully disabled.";
- name = "modified laser gun"
- },
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"m" = (
-/obj/machinery/door/poddoor,
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"n" = (
-/obj/structure/reflector/single/mapping{
- tag = "icon-reflector (WEST)";
- icon_state = "reflector";
- dir = 8
- },
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"o" = (
-/obj/structure/reflector/single/mapping,
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"p" = (
-/obj/machinery/power/apc{
- cell_type = 30000;
- dir = 8;
- name = "Door-Substainer";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"q" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/paper{
- info = "Congradulations, strange space traveler. You have solved the puzzle of this box! Your prize is the satisfaction of understanding which side to shoot and a useless gun!";
- name = "congradulations!"
- },
-/obj/item/weapon/reagent_containers/food/drinks/trophy,
-/turf/open/indestructible,
-/area/ruin/unpowered)
-"r" = (
-/obj/structure/reflector/single/mapping{
- tag = "icon-reflector (EAST)";
- icon_state = "reflector";
- dir = 4
- },
-/turf/open/floor/plating/lava,
-/area/ruin/unpowered)
-"s" = (
-/obj/structure/reflector/single/mapping{
- tag = "icon-reflector (NORTH)";
- icon_state = "reflector";
- dir = 1
- },
-/turf/open/floor/plating/lava,
-/area/ruin/unpowered)
-
-(1,1,1) = {"
-a
-a
-b
-b
-b
-b
-b
-a
-a
-a
-a
-b
-b
-b
-b
-b
-a
-a
-a
-"}
-(2,1,1) = {"
-a
-b
-b
-c
-c
-c
-b
-b
-b
-b
-b
-b
-c
-c
-c
-b
-b
-a
-a
-"}
-(3,1,1) = {"
-b
-b
-c
-c
-d
-c
-c
-c
-c
-c
-c
-c
-c
-d
-c
-c
-b
-b
-a
-"}
-(4,1,1) = {"
-b
-c
-c
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-c
-c
-b
-a
-"}
-(5,1,1) = {"
-b
-c
-d
-d
-f
-i
-i
-i
-i
-i
-i
-i
-i
-r
-d
-d
-c
-b
-a
-"}
-(6,1,1) = {"
-b
-c
-c
-d
-g
-d
-i
-i
-f
-i
-i
-i
-r
-i
-d
-c
-c
-b
-a
-"}
-(7,1,1) = {"
-b
-b
-c
-d
-g
-d
-d
-d
-g
-d
-d
-d
-i
-i
-d
-c
-b
-b
-b
-"}
-(8,1,1) = {"
-a
-b
-c
-d
-g
-j
-k
-d
-n
-g
-p
-d
-i
-i
-d
-c
-b
-a
-a
-"}
-(9,1,1) = {"
-a
-b
-c
-e
-g
-g
-g
-m
-g
-g
-g
-d
-h
-s
-d
-c
-c
-a
-a
-"}
-(10,1,1) = {"
-a
-b
-c
-e
-g
-g
-g
-m
-g
-g
-g
-d
-f
-r
-d
-c
-c
-a
-a
-"}
-(11,1,1) = {"
-a
-b
-c
-d
-g
-j
-l
-d
-o
-g
-q
-d
-i
-i
-d
-c
-b
-a
-a
-"}
-(12,1,1) = {"
-b
-b
-c
-d
-g
-d
-d
-d
-g
-d
-d
-d
-i
-i
-d
-c
-b
-b
-b
-"}
-(13,1,1) = {"
-b
-c
-c
-d
-g
-d
-i
-i
-h
-i
-i
-i
-s
-i
-d
-c
-c
-b
-a
-"}
-(14,1,1) = {"
-b
-c
-d
-d
-h
-i
-i
-i
-i
-i
-i
-i
-i
-s
-d
-d
-c
-b
-a
-"}
-(15,1,1) = {"
-b
-c
-c
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-d
-c
-c
-b
-a
-"}
-(16,1,1) = {"
-b
-b
-c
-c
-d
-c
-c
-c
-c
-c
-c
-c
-c
-d
-c
-c
-b
-b
-a
-"}
-(17,1,1) = {"
-a
-b
-b
-c
-c
-c
-b
-b
-b
-b
-b
-b
-c
-c
-c
-b
-b
-a
-a
-"}
-(18,1,1) = {"
-a
-a
-b
-b
-b
-b
-b
-a
-a
-a
-a
-b
-b
-b
-b
-b
-a
-a
-a
-"}
diff --git a/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm b/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm
new file mode 100644
index 000000000000..ba1b7616752c
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm
@@ -0,0 +1,508 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/turf/open/space,
+/turf/closed/indestructible/oldshuttle/corner{
+ tag = "icon-corner (WEST)";
+ icon_state = "corner";
+ dir = 8
+ },
+/area/ruin/powered)
+"c" = (
+/turf/closed/indestructible/oldshuttle,
+/area/ruin/powered)
+"d" = (
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"e" = (
+/turf/open/space,
+/turf/closed/indestructible/oldshuttle/corner,
+/area/ruin/powered)
+"f" = (
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/turf/closed/indestructible/oldshuttle/corner{
+ tag = "icon-corner (NORTH)";
+ icon_state = "corner";
+ dir = 1
+ },
+/area/ruin/powered)
+"g" = (
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"h" = (
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/turf/closed/indestructible/oldshuttle/corner{
+ tag = "icon-corner (EAST)";
+ icon_state = "corner";
+ dir = 4
+ },
+/area/ruin/powered)
+"i" = (
+/obj/structure/closet{
+ icon_state = "oldcloset";
+ name = "strange closet"
+ },
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"j" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ tag = "icon-propulsion (NORTH)";
+ icon_state = "propulsion";
+ dir = 1
+ },
+/turf/open/space,
+/area/ruin/powered)
+"k" = (
+/mob/living/simple_animal/hostile/retaliate/spaceman,
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"l" = (
+/turf/closed/indestructible/oldshuttle{
+ tag = "icon-orange";
+ icon_state = "orange"
+ },
+/area/ruin/powered)
+"m" = (
+/obj/structure/chair/old{
+ tag = "icon-chairold (NORTH)";
+ icon_state = "chairold";
+ dir = 1
+ },
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"n" = (
+/obj/structure/chair/old{
+ tag = "icon-chairold (NORTH)";
+ icon_state = "chairold";
+ dir = 1
+ },
+/obj/item/weapon/crowbar/large{
+ desc = "It's a big crowbar. It doesn't fit in your pockets, because it's big. It feels oddly heavy..";
+ force = 20;
+ name = "heavy crowbar"
+ },
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"o" = (
+/obj/structure/chair/old{
+ tag = "icon-chairold (NORTH)";
+ icon_state = "chairold";
+ dir = 1
+ },
+/mob/living/simple_animal/hostile/retaliate/spaceman,
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"p" = (
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/turf/closed/indestructible/oldshuttle/corner{
+ tag = "icon-corner (WEST)";
+ icon_state = "corner";
+ dir = 8
+ },
+/area/ruin/powered)
+"q" = (
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/turf/closed/indestructible/oldshuttle/corner,
+/area/ruin/powered)
+"r" = (
+/turf/open/space,
+/turf/closed/indestructible/oldshuttle/corner{
+ tag = "icon-corner (NORTH)";
+ icon_state = "corner";
+ dir = 1
+ },
+/area/ruin/powered)
+"s" = (
+/turf/open/space,
+/turf/closed/indestructible/oldshuttle/corner{
+ tag = "icon-corner (EAST)";
+ icon_state = "corner";
+ dir = 4
+ },
+/area/ruin/powered)
+"t" = (
+/obj/machinery/power/generator,
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"u" = (
+/obj/machinery/power/smes,
+/turf/open/floor/oldshuttle{
+ baseturf = /turf/open/space;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/ruin/powered)
+"v" = (
+/obj/structure/shuttle/engine/propulsion/burst/left,
+/turf/open/space,
+/area/ruin/powered)
+"w" = (
+/obj/structure/shuttle/engine/propulsion/burst/right,
+/turf/open/space,
+/area/ruin/powered)
+"x" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/turf/open/space,
+/area/ruin/powered)
+
+(1,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+c
+l
+v
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+b
+c
+c
+f
+g
+l
+l
+x
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+b
+d
+f
+g
+g
+g
+g
+l
+l
+x
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+j
+l
+g
+g
+g
+g
+p
+d
+l
+w
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+b
+c
+g
+g
+g
+p
+r
+a
+a
+a
+a
+"}
+(6,1,1) = {"
+a
+a
+b
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+s
+a
+"}
+(7,1,1) = {"
+a
+b
+f
+i
+c
+i
+i
+i
+i
+i
+i
+c
+u
+c
+s
+"}
+(8,1,1) = {"
+b
+f
+i
+i
+c
+m
+m
+m
+o
+m
+m
+c
+g
+q
+c
+"}
+(9,1,1) = {"
+c
+g
+g
+g
+g
+m
+m
+m
+m
+m
+p
+c
+g
+g
+c
+"}
+(10,1,1) = {"
+d
+g
+g
+g
+k
+g
+g
+g
+g
+g
+c
+t
+g
+g
+d
+"}
+(11,1,1) = {"
+c
+g
+g
+g
+g
+m
+m
+m
+m
+m
+q
+c
+g
+g
+c
+"}
+(12,1,1) = {"
+e
+h
+i
+i
+c
+n
+m
+m
+o
+m
+m
+c
+g
+p
+c
+"}
+(13,1,1) = {"
+a
+e
+h
+i
+c
+i
+i
+i
+i
+i
+i
+c
+u
+c
+r
+"}
+(14,1,1) = {"
+a
+a
+e
+c
+c
+c
+c
+c
+c
+c
+c
+c
+c
+r
+a
+"}
+(15,1,1) = {"
+a
+a
+a
+a
+e
+c
+g
+g
+g
+q
+s
+a
+a
+a
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+a
+j
+l
+g
+g
+g
+g
+q
+d
+l
+v
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+e
+d
+h
+g
+g
+g
+g
+l
+l
+x
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+e
+c
+c
+h
+g
+l
+l
+x
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+e
+c
+l
+w
+a
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/spacebar.dmm b/_maps/RandomRuins/SpaceRuins/spacebar.dmm
index d8d84a01eb1c..5b78a2965fea 100644
--- a/_maps/RandomRuins/SpaceRuins/spacebar.dmm
+++ b/_maps/RandomRuins/SpaceRuins/spacebar.dmm
@@ -1,81 +1,68 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
"ab" = (
/turf/closed/mineral,
-/area/space)
+/area/ruin/unpowered/no_grav)
"ac" = (
-/turf/open/floor/plating/asteroid,
-/area/space)
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
"ad" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/ruin/unpowered)
+/area/ruin/powered/spacebar)
"ae" = (
/turf/closed/wall,
-/area/ruin/unpowered)
+/area/ruin/powered/spacebar)
"af" = (
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"ag" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/powered/spacebar)
+"ag" = (
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
+/area/ruin/powered/spacebar)
"ah" = (
-/turf/closed/mineral,
-/area/ruin/powered)
-"ai" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating/asteroid,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/ruin/powered)
+/area/ruin/powered/spacebar)
+"ai" = (
+/turf/closed/mineral,
+/area/ruin/powered/spacebar)
"aj" = (
+/turf/open/floor/plating/asteroid,
+/turf/closed/wall/mineral/titanium/interior,
+/area/ruin/powered/spacebar)
+"ak" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
-/area/ruin/powered)
-"ak" = (
-/turf/open/floor/plating/asteroid,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/ruin/powered)
+/area/ruin/powered/spacebar)
"al" = (
/turf/closed/wall,
-/area/ruin/powered)
+/area/ruin/powered/spacebar/bar)
"am" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/ruin/powered)
+/turf/closed/wall/mineral/titanium,
+/area/ruin/powered/spacebar)
"an" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
-/area/ruin/powered)
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/spacebar)
"ao" = (
/obj/structure/table,
/obj/machinery/chem_dispenser/drinks/beer,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"ap" = (
/obj/structure/table,
/obj/machinery/chem_dispenser/drinks,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"aq" = (
/obj/structure/table,
/obj/machinery/light/small{
@@ -83,125 +70,135 @@
},
/obj/item/weapon/book/manual/barman_recipes,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"ar" = (
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"as" = (
/obj/structure/table,
/obj/item/toy/figure/bartender,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"at" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/drinks/shaker,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"au" = (
/obj/effect/mob_spawn/human/bartender/alive,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"av" = (
/obj/structure/reagent_dispensers/beerkeg,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar/bar)
"aw" = (
-/turf/open/floor/plasteel/shuttle,
-/area/ruin/powered)
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/spacebar)
"ax" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/wood,
+/area/ruin/powered/spacebar/bar)
+"ay" = (
/obj/machinery/door/airlock{
name = "Bar Storage";
req_access_txt = "25"
},
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"ay" = (
+/area/ruin/powered/spacebar/bar)
+"az" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber,
+/turf/open/floor/wood,
+/area/ruin/powered/spacebar/bar)
+"aA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump,
+/turf/open/floor/wood,
+/area/ruin/powered/spacebar/bar)
+"aB" = (
/obj/structure/table,
/obj/machinery/reagentgrinder,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"az" = (
+/area/ruin/powered/spacebar/bar)
+"aC" = (
/turf/open/floor/plating,
/obj/structure/shuttle/engine/propulsion/burst,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/ruin/powered)
-"aA" = (
-/obj/machinery/door/airlock/shuttle{
+/turf/closed/wall/mineral/titanium/interior,
+/area/ruin/powered/spacebar)
+"aD" = (
+/obj/machinery/door/airlock/titanium{
name = "Escape Pod Airlock"
},
-/turf/open/floor/plasteel/shuttle,
-/area/ruin/powered)
-"aB" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/ruin/powered)
-"aC" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/ruin/powered/spacebar)
+"aE" = (
/obj/machinery/button/door{
id = "spacebardock";
name = "pod dock door cycle";
pixel_x = -32
},
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aD" = (
+/area/ruin/powered/spacebar/bar)
+"aF" = (
/obj/machinery/vending/boozeomat,
/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aE" = (
+/area/ruin/powered/spacebar/bar)
+"aG" = (
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/turf/open/floor/wood,
+/area/ruin/powered/spacebar/bar)
+"aH" = (
/obj/machinery/light/small,
/obj/structure/table,
/obj/machinery/microwave,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aF" = (
+/area/ruin/powered/spacebar/bar)
+"aI" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/powered/spacebar/bar)
+"aJ" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 10
},
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aG" = (
+/area/ruin/powered/spacebar/bar)
+"aK" = (
+/turf/closed/wall,
+/area/ruin/powered/spacebar)
+"aL" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plating/asteroid,
+/area/ruin/powered/spacebar)
+"aM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid,
+/area/ruin/powered/spacebar)
+"aN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/powered/spacebar/bar)
+"aO" = (
/obj/structure/table,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aH" = (
+/area/ruin/powered/spacebar/bar)
+"aP" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/drinks/beer,
/obj/item/weapon/reagent_containers/glass/rag,
@@ -209,10 +206,18 @@
dir = 4
},
/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aI" = (
+/area/ruin/powered/spacebar/bar)
+"aQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/powered/spacebar/bar)
+"aR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/ruin/powered/spacebar/bar)
+"aS" = (
/obj/machinery/door/airlock{
name = "Bar Storage";
req_access_txt = "25"
@@ -220,177 +225,291 @@
/turf/open/floor/plasteel{
icon_state = "wood"
},
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aJ" = (
+/area/ruin/powered/spacebar/bar)
+"aT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plating/asteroid,
+/area/ruin/powered/spacebar)
+"aU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid,
+/area/ruin/powered/spacebar)
+"aV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/powered/spacebar/bar)
+"aW" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"aX" = (
/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aK" = (
+/area/ruin/powered/spacebar/bar)
+"aY" = (
+/obj/structure/chair/stool,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aL" = (
+/area/ruin/powered/spacebar/bar)
+"aZ" = (
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"ba" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber,
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bb" = (
/obj/machinery/light{
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aM" = (
+/area/ruin/powered/spacebar/bar)
+"bc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bd" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"be" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/ruin/powered)
-"aN" = (
+/area/ruin/powered/spacebar/bar)
+"bf" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aO" = (
+/area/ruin/powered/spacebar/bar)
+"bg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bh" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bi" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bj" = (
/obj/machinery/door/airlock/external,
/turf/open/floor/plating,
-/area/ruin/powered)
-"aP" = (
+/area/ruin/powered/spacebar/bar)
+"bk" = (
/turf/open/floor/plating,
-/area/ruin/powered)
-"aQ" = (
+/area/ruin/powered/spacebar/bar)
+"bl" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bp" = (
+/obj/machinery/teleport/station,
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bq" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"br" = (
/obj/structure/chair{
tag = "icon-chair (EAST)";
icon_state = "chair";
dir = 4
},
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aR" = (
+/area/ruin/powered/spacebar/bar)
+"bs" = (
/obj/structure/table/wood,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aS" = (
+/area/ruin/powered/spacebar/bar)
+"bt" = (
/obj/structure/chair{
tag = "icon-chair (WEST)";
icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aT" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
+/area/ruin/powered/spacebar/bar)
+"bu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aU" = (
+/area/ruin/powered/spacebar/bar)
+"bv" = (
+/obj/machinery/teleport/hub,
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bw" = (
/obj/structure/chair,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aV" = (
+/area/ruin/powered/spacebar/bar)
+"bx" = (
+/obj/machinery/bluespace_beacon,
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"by" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bz" = (
/obj/machinery/vending/cola,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aW" = (
+/area/ruin/powered/spacebar/bar)
+"bA" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aX" = (
+/area/ruin/powered/spacebar/bar)
+"bB" = (
/obj/machinery/vending/coffee,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aY" = (
+/area/ruin/powered/spacebar/bar)
+"bC" = (
/obj/machinery/vending/snack,
/obj/machinery/light,
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"aZ" = (
+/area/ruin/powered/spacebar/bar)
+"bD" = (
/obj/structure/chair{
dir = 1
},
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"ba" = (
+/area/ruin/powered/spacebar/bar)
+"bE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/powered/spacebar/bar)
+"bF" = (
/obj/machinery/door/airlock{
name = "Unisex Bathroom"
},
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bb" = (
+/area/ruin/powered/spacebar/bar)
+"bG" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/powered/spacebar/bar)
+"bH" = (
/obj/structure/urinal{
pixel_x = -32
},
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bc" = (
+/area/ruin/powered/spacebar/bar)
+"bI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bd" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
+/area/ruin/powered/spacebar/bar)
+"bJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/powered/spacebar/bar)
+"bK" = (
+/turf/open/floor/plasteel/freezer,
+/area/ruin/powered/spacebar/bar)
+"bL" = (
+/obj/structure/urinal{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/powered/spacebar/bar)
+"bM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/powered/spacebar/bar)
+"bN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/powered/spacebar/bar)
+"bO" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
/obj/structure/mirror{
pixel_x = 28
},
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"be" = (
+/area/ruin/powered/spacebar/bar)
+"bP" = (
/obj/structure/table/wood,
/obj/machinery/light{
icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bf" = (
+/area/ruin/powered/spacebar/bar)
+"bQ" = (
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bg" = (
+/area/ruin/powered/spacebar/bar)
+"bR" = (
/obj/structure/toilet{
dir = 4
},
@@ -398,430 +517,122 @@
dir = 8
},
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bh" = (
+/area/ruin/powered/spacebar/bar)
+"bS" = (
/obj/machinery/door/airlock{
name = "Toilet"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bi" = (
-/obj/effect/glowshroom/single,
+/area/ruin/powered/spacebar/bar)
+"bT" = (
+/obj/structure/glowshroom/single,
/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bj" = (
-/turf/open/floor/plating,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bk" = (
-/obj/machinery/bluespace_beacon,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bl" = (
-/turf/open/floor/plating{
- icon_plating = "warnplate";
- icon_state = "warnplate"
- },
-/area/ruin/powered)
-"bm" = (
-/obj/machinery/door/poddoor/preopen{
- id = "spacebardock";
- name = "airlock dock"
- },
-/turf/open/floor/plating,
-/area/ruin/powered)
-"bn" = (
-/obj/machinery/door/poddoor{
- id = "spacebardock";
- name = "airlock dock"
- },
-/turf/open/floor/plating,
-/area/ruin/powered)
-"bo" = (
-/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bp" = (
-/obj/structure/closet/secure_closet/freezer/kitchen,
-/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bq" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"br" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bs" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plating,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bt" = (
-/turf/open/floor/plating/asteroid/airless,
-/area/space)
-"bu" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber,
-/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump,
-/turf/open/floor/wood,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"by" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"bz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bA" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bB" = (
+/area/ruin/powered/spacebar/bar)
+"bU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"bD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"bE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bF" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bG" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bJ" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- locked = 0;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bL" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bM" = (
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bN" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bR" = (
-/obj/machinery/teleport/station,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bT" = (
-/obj/machinery/teleport/hub,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/area/ruin/powered/spacebar)
"bV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plating,
+/area/ruin/powered/spacebar)
"bW" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/turf/open/floor/plating,
+/area/ruin/powered/spacebar)
"bX" = (
-/obj/structure/urinal{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
+/obj/machinery/atmospherics/components/unary/tank/air,
+/turf/open/floor/plating/asteroid,
+/area/ruin/powered/spacebar)
"bY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"bZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber,
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"ca" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"cb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered{
- name = "Space Bar"
- })
-"cc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"cd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/mineral,
-/area/ruin/powered)
-"ce" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"cf" = (
+/area/ruin/powered/spacebar)
+"bZ" = (
/obj/machinery/button/door{
id = "spacebardock";
name = "Podbay Airlock";
pixel_y = -24
},
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"cg" = (
+/area/ruin/powered/spacebar)
+"ca" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"ch" = (
+/area/ruin/powered/spacebar)
+"cb" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/machinery/meter,
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"ci" = (
+/area/ruin/powered/spacebar)
+"cc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
},
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"cj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"ck" = (
+/area/ruin/powered/spacebar)
+"cd" = (
/obj/machinery/atmospherics/components/binary/valve/open,
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"cl" = (
+/area/ruin/powered/spacebar)
+"ce" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"cm" = (
+/area/ruin/powered/spacebar)
+"cf" = (
+/turf/open/floor/plating/asteroid,
+/area/ruin/unpowered/no_grav)
+"cg" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "spacebardock";
+ name = "airlock dock"
+ },
+/turf/open/floor/plating,
+/area/ruin/powered/spacebar)
+"ch" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/machinery/meter,
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"cn" = (
+/area/ruin/powered/spacebar)
+"ci" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
/turf/open/floor/plating/asteroid,
-/area/ruin/powered)
-"co" = (
+/area/ruin/powered/spacebar)
+"cj" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/ruin/powered)
-"cp" = (
+/area/ruin/powered/spacebar)
+"ck" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating/asteroid/airless,
-/area/space)
-"cq" = (
+/area/ruin/unpowered/no_grav)
+"cl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/mineral,
-/area/space)
-"cr" = (
+/area/ruin/unpowered/no_grav)
+"cm" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 1
},
/turf/open/floor/plating/asteroid/airless,
-/area/space)
+/area/ruin/unpowered/no_grav)
+"cn" = (
+/obj/machinery/door/poddoor{
+ id = "spacebardock";
+ name = "airlock dock"
+ },
+/turf/open/floor/plating,
+/area/ruin/powered/spacebar)
(1,1,1) = {"
aa
@@ -1005,19 +816,19 @@ aa
aa
aa
aa
-bt
+ac
ab
ab
ab
-bt
+ac
aa
aa
-bt
+ac
ab
ab
ab
-bt
-bt
+ac
+ac
aa
aa
aa
@@ -1045,23 +856,23 @@ aa
aa
aa
aa
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
aa
aa
aa
@@ -1087,27 +898,27 @@ aa
aa
aa
aa
-bt
-bt
-aM
-aM
-al
-aM
-bt
-bt
-bt
-aM
-aM
-aM
-aM
-aM
-bt
-bt
-al
-aO
-al
-bt
-bt
+ac
+ac
+ad
+ad
+ae
+ad
+ac
+ac
+ac
+ad
+ad
+ad
+ad
+ad
+ac
+ac
+ae
+bV
+ae
+ac
+ac
ab
ab
aa
@@ -1128,27 +939,27 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-aM
-bt
-aM
-aM
-af
-af
-af
-af
-af
-aM
-aM
-al
-aP
-al
-bt
+ac
+ac
+ac
+ad
+ag
+ag
+ad
+ac
+ad
+ad
+ag
+ag
+ag
+ag
+ag
+ad
+ad
+ae
+bW
+ae
+ac
ab
ab
ab
@@ -1169,30 +980,30 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-af
-af
-aM
-af
-af
-af
-af
-af
-af
-af
-af
-af
-al
-aP
-al
-al
-al
-al
+ac
+ac
+ac
+ad
+ag
+ag
+ag
+ag
+ad
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ae
+bW
+ae
+ae
+ae
+ae
ab
ab
aa
@@ -1210,31 +1021,31 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-al
-aO
-al
-af
-af
-al
+ac
+ac
+ac
+ad
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ae
+bV
+ae
+ag
+ag
+ae
ab
ab
aa
@@ -1251,37 +1062,37 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-al
-al
-al
-al
-al
-al
-al
-al
+ac
+ac
+ac
+ad
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
aa
aa
"}
@@ -1292,37 +1103,37 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-ai
+ac
+ac
+ac
+ad
+ag
+aj
am
am
-az
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-aP
-bm
-aP
-aP
-aP
-aP
-bn
+aC
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+bW
+cg
+bW
+bW
+bW
+bW
+cn
aa
aa
aa
@@ -1334,37 +1145,37 @@ aa
aa
aa
aa
-bt
-bt
-aM
-af
-af
-aj
+ac
+ac
+ad
+ag
+ag
+ak
an
aw
-aA
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-aP
-bm
-aP
-aP
-aP
-aP
-bn
+aD
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+bW
+cg
+bW
+bW
+bW
+bW
+cn
aa
aa
aa
@@ -1375,38 +1186,38 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-ak
+ac
+ac
+ac
+ad
+ag
+ag
+aj
am
am
-aB
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-aP
-bm
-aP
-aP
-aP
-aP
-bn
+aC
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+bW
+cg
+bW
+bW
+bW
+bW
+cn
aa
aa
aa
@@ -1417,38 +1228,38 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-aP
-bm
-aP
-aP
-aP
-aP
-bn
+ac
+ac
+ac
+ad
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+bW
+cg
+bW
+bW
+bW
+bW
+cn
aa
aa
aa
@@ -1458,39 +1269,39 @@ aa
aa
aa
aa
-bt
-bt
-bt
+ac
+ac
+ac
ad
-af
-af
-af
-af
-af
-af
-af
-bx
-bC
-af
-af
-af
-af
-af
-af
-ai
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+aL
+aT
+ag
+ag
+ag
+ag
+ag
+ag
+aj
am
am
-az
-af
-af
-af
-aP
-bm
-aP
-aP
-aP
-aP
-bn
+aC
+ag
+ag
+ag
+bW
+cg
+bW
+bW
+bW
+bW
+cn
aa
aa
aa
@@ -1500,39 +1311,39 @@ aa
aa
aa
aa
-bt
-bt
-bt
+ac
+ac
+ac
ad
-af
-af
-af
-ah
-ah
-ah
-af
-by
-bD
-bo
-bs
-bo
-af
-af
-af
-aj
+ag
+ag
+ag
+ai
+ai
+ai
+ag
+aM
+aU
+al
+bj
+al
+ag
+ag
+ag
+ak
an
aw
-aA
-af
-af
-af
-aP
-bm
-aP
-aP
-aP
-aP
-bn
+aD
+ag
+ag
+ag
+bW
+cg
+bW
+bW
+bW
+bW
+cn
aa
aa
aa
@@ -1542,40 +1353,40 @@ aa
aa
aa
aa
-bt
-bt
-bt
+ac
+ac
+ac
ae
-af
-af
-ah
-ah
-ah
-ah
-ah
-by
-bD
-br
-bj
-br
-af
-af
-af
-ak
+ag
+ag
+ai
+ai
+ai
+ai
+ai
+aM
+aU
+be
+bk
+be
+ag
+ag
+ag
+aj
am
am
-aB
-af
-af
-cf
-al
-al
-al
-al
-al
-al
-al
-al
+aC
+ag
+ag
+bZ
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
aa
aa
"}
@@ -1584,39 +1395,39 @@ aa
aa
aa
aa
-bt
-bt
-bt
+ac
+ac
+ac
ad
-af
-ah
-ah
-ah
-ah
-ah
-ah
-by
-bD
-aN
-bj
-br
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-al
-bt
-bt
-bt
-bt
+ag
+ai
+ai
+ai
+ai
+ai
+ai
+aM
+aU
+bf
+bk
+be
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ae
+ac
+ac
+ac
+ac
aa
aa
aa
@@ -1626,39 +1437,39 @@ aa
aa
aa
ab
-bt
-bt
-bt
+ac
+ac
+ac
ad
-af
-af
-ah
-bo
-bo
-bo
-bo
-bz
-bE
-bo
-bs
-bo
-bo
-bo
-bo
-bo
-br
-af
-af
-af
-af
-ah
-af
-af
+ag
+ag
+ai
al
-bt
-bt
-bt
-bt
+al
+al
+al
+aN
+aV
+al
+bj
+al
+al
+al
+al
+al
+be
+ag
+ag
+ag
+ag
+ai
+ag
+ag
+ae
+ac
+ac
+ac
+ac
aa
aa
aa
@@ -1669,37 +1480,37 @@ aa
aa
ab
ab
-bt
-bt
-bt
-aM
-af
-ah
-bo
+ac
+ac
+ac
+ad
+ag
+ai
+al
ao
-bu
-aC
-aG
-bF
-aK
-aK
-aT
-aU
-aR
+ax
+aE
+aO
+aW
aZ
-bW
-aK
-br
-af
-af
-ah
-ah
-ah
-af
-al
-bt
-bt
-bt
+aZ
+bq
+bw
+bs
+bD
+bG
+aZ
+be
+ag
+ag
+ai
+ai
+ai
+ag
+ae
+ac
+ac
+ac
aa
aa
aa
@@ -1711,37 +1522,37 @@ aa
aa
ab
ab
-bt
-bt
-bt
-aM
-af
-af
-bo
+ac
+ac
+ac
+ad
+ag
+ag
+al
ap
ar
ar
-aG
-bG
-bI
-bN
-bI
-bI
-bN
-bI
-bN
-bI
-bI
-br
-cc
-cc
-cc
-cc
-cg
-aM
-bt
-bt
-bt
+aO
+aX
+bc
+bl
+bc
+bc
+bl
+bc
+bl
+bc
+bc
+be
+bU
+bU
+bU
+bU
+ca
+ad
+ac
+ac
+ac
aa
aa
aa
@@ -1754,35 +1565,35 @@ aa
aa
ab
ab
-bt
-bt
-bt
-aM
-af
-bo
+ac
+ac
+ac
+ad
+ag
+al
aq
ar
ar
-aH
-aJ
-aK
-bO
-aQ
-aK
-bU
-aK
-bO
-aK
-aK
-aK
+aP
+aY
+aZ
+bm
br
-ce
-cg
-af
-bD
-aM
-bt
-bt
+aZ
+by
+aZ
+bm
+aZ
+aZ
+aZ
+be
+bX
+ca
+ag
+aU
+ad
+ac
+ac
aa
aa
aa
@@ -1796,35 +1607,35 @@ aa
aa
ab
ab
-bt
-bt
-bt
-aM
-af
-bo
+ac
+ac
+ac
+ad
+ag
+al
ar
ar
ar
-aG
-aJ
-aK
-bO
-aR
-aK
-aK
-aK
-bO
-aU
-be
+aO
+aY
aZ
-bo
-ce
+bm
+bs
+aZ
+aZ
+aZ
+bm
+bw
+bP
+bD
+al
+bX
+cb
+cd
ch
-ck
-cm
-aM
-bt
-bt
+ad
+ac
+ac
aa
aa
aa
@@ -1837,36 +1648,36 @@ aa
aa
aa
aa
+ac
+ac
+ac
+ad
+ag
+ag
+al
+al
+ay
+aF
+aN
+aZ
+aZ
+bm
bt
-bt
-bt
-aM
-af
-af
-bo
-bo
-ax
-aD
+aZ
bz
-aK
-aK
-bO
-aS
-aK
+al
aV
-bo
-bE
-bo
-bo
-bo
-bo
-ce
+al
+al
+al
+al
+bX
+cc
+ag
ci
-af
-cn
-aM
-bt
-bt
+ad
+ac
+ac
aa
aa
aa
@@ -1879,37 +1690,37 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-bo
+ac
+ac
+ac
+ad
+ag
+ag
+al
as
ar
-bp
-bz
-bH
-bK
-bO
-aK
-bk
-aW
-bo
-bX
-bb
-bo
+aG
+aN
+ba
bg
-bo
-ah
-af
+bm
+aZ
bx
-af
-aM
-bt
-bt
-bt
+bA
+al
+bH
+bL
+al
+bR
+al
+ai
+ag
+aL
+ag
+ad
+ac
+ac
+ac
aa
aa
aa
@@ -1921,37 +1732,37 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-bo
+ac
+ac
+ac
+ad
+ag
+ag
+al
at
-bv
-aE
-bA
-aL
-bL
-bP
-bS
+az
+aH
+aQ
+bb
+bh
+bn
+bu
+bu
+bB
+bE
+bI
+bM
+bE
bS
-aX
-bV
+bE
+bY
+bY
+ce
bY
-ca
-bV
-bh
-bV
-cj
cj
+ck
cl
-cj
-co
-cp
-cq
-cr
+cm
aa
aa
aa
@@ -1963,37 +1774,37 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-bo
+ac
+ac
+ac
+ad
+ag
+ag
+al
au
-bw
-bq
-bB
-bI
-bI
-bQ
-aK
-aK
-aY
-bo
-bZ
-cb
-bf
+aA
+aI
+aR
+bc
bc
bo
-ah
-ah
-af
-af
-aM
-bt
-bt
-bt
+aZ
+aZ
+bC
+al
+bJ
+bN
+bQ
+bK
+al
+ai
+ai
+ag
+ag
+ad
+ac
+ac
+ac
aa
aa
aa
@@ -2005,36 +1816,36 @@ aa
aa
aa
aa
-bt
-bt
-bt
-aM
-af
-af
-bo
+ac
+ac
+ac
+ad
+ag
+ag
+al
ar
ar
ar
-aI
-aK
-aK
-aK
-aK
-aK
-aK
-bo
-bc
-bc
-bc
-bi
-bo
-ah
-ah
-af
-af
-aM
-bt
-bt
+aS
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+al
+bK
+bK
+bK
+bT
+al
+ai
+ai
+ag
+ag
+ad
+ac
+ac
ab
aa
aa
@@ -2048,35 +1859,35 @@ aa
aa
aa
aa
-bt
-bt
-aM
-af
-af
-bo
+ac
+ac
+ad
+ag
+ag
+al
av
-ay
-aF
-bo
-bJ
-bM
-bR
-bT
-aK
-aK
-ba
-bc
-bd
+aB
+aJ
+al
bd
-bc
-bo
-ah
-ah
-ah
-af
-aM
-bt
-bt
+bi
+bp
+bv
+aZ
+aZ
+bF
+bK
+bO
+bO
+bK
+al
+ai
+ai
+ai
+ag
+ad
+ac
+ac
ab
aa
aa
@@ -2090,35 +1901,35 @@ aa
aa
aa
aa
-bt
-bt
-ag
-af
-af
-bo
-bo
-bo
-bo
-bo
-bo
-br
-br
-br
-br
-bo
-bo
-bo
-bo
-bo
-bo
-bo
-ah
-ah
+ac
+ac
ah
-af
-aM
-bt
-bt
+ag
+ag
+al
+al
+al
+al
+al
+al
+be
+be
+be
+be
+al
+al
+al
+al
+al
+al
+al
+ai
+ai
+ai
+ag
+ad
+ac
+ac
aa
aa
aa
@@ -2133,34 +1944,34 @@ aa
aa
aa
aa
-bt
-bt
-aM
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ah
-ah
-ah
-ah
-ah
-ah
-ah
-ah
-af
-af
-al
-bt
-bt
+ac
+ac
+ad
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ai
+ai
+ai
+ai
+ai
+ai
+ai
+ai
+ag
+ag
+ae
+ac
+ac
aa
aa
aa
@@ -2175,34 +1986,34 @@ aa
aa
aa
aa
-bt
-bt
-aM
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-af
-ah
-ah
-ah
-ah
-af
-af
-af
-aM
-bt
-bt
-bt
+ac
+ac
+ad
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ai
+ai
+ai
+ai
+ag
+ag
+ag
+ad
+ac
+ac
+ac
aa
aa
aa
@@ -2218,32 +2029,32 @@ aa
aa
aa
aa
-bt
-bt
-aM
-aM
-aM
-af
-af
-af
-af
-aM
-aM
-aM
-aM
-aM
-af
-af
-af
-af
-af
-af
-af
-aM
-aM
-al
-bt
-bt
+ac
+ac
+ad
+ad
+ad
+ag
+ag
+ag
+ag
+ad
+ad
+ad
+ad
+ad
+ag
+ag
+ag
+ag
+ag
+ag
+ag
+ad
+ad
+ae
+ac
+ac
aa
aa
aa
@@ -2260,32 +2071,32 @@ aa
aa
aa
aa
-bt
-bt
-bt
-bt
-bt
-aM
-aM
-al
-aM
-bt
-bt
-bt
-bt
-bt
-aM
-af
-af
-af
-af
-aM
-aM
-bt
-bt
-bt
-bt
-bt
+ac
+ac
+ac
+ac
+ac
+ad
+ad
+ae
+ad
+ac
+ac
+ac
+ac
+ac
+ad
+ag
+ag
+ag
+ag
+ad
+ad
+ac
+ac
+ac
+ac
+ac
aa
aa
aa
@@ -2303,30 +2114,30 @@ aa
aa
aa
aa
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
ab
-bt
-bt
-bt
-bt
-aM
-aM
-aM
-aM
-bt
-bt
-bt
+ac
+ac
+ac
+ac
+ad
+ad
+ad
+ad
+ac
+ac
+ac
ac
ab
-bt
+ac
aa
aa
aa
@@ -2348,24 +2159,24 @@ aa
aa
aa
aa
-bt
-bt
-bt
+ac
+ac
+ac
aa
ab
ab
ab
aa
aa
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
-bt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
aa
aa
aa
@@ -2400,13 +2211,13 @@ ab
aa
aa
aa
-bt
+ac
ab
ab
ab
-bt
-bt
-bt
+ac
+ac
+ac
aa
aa
aa
diff --git a/_maps/RandomRuins/SpaceRuins/spacehotel.dmm b/_maps/RandomRuins/SpaceRuins/spacehotel.dmm
new file mode 100644
index 000000000000..5ae4c74ae705
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/spacehotel.dmm
@@ -0,0 +1,11028 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/open/space,
+/area/space)
+"ab" = (
+/obj/structure/grille,
+/turf/open/space,
+/area/space)
+"ac" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"ad" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"ae" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"af" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"ag" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"ah" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"ai" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"aj" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"ak" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"al" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"am" = (
+/turf/closed/wall,
+/area/ruin/hotel)
+"an" = (
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"ao" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"ap" = (
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"ar" = (
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"as" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"at" = (
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"au" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"av" = (
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"aw" = (
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"ax" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"ay" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/obj/structure/toilet,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"az" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"aA" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"aB" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"aC" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"aD" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-02";
+ icon_state = "plant-02"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"aE" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"aF" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aG" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/obj/structure/toilet,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aH" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aI" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aJ" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-16";
+ icon_state = "plant-16"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aM" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"aN" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aO" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/obj/structure/toilet,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aP" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aQ" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aR" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-16";
+ icon_state = "plant-16"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aU" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"aV" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"aW" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/obj/structure/toilet,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"aX" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"aY" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"aZ" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"ba" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-18";
+ icon_state = "plant-18"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bc" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bd" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"be" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bf" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bg" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bj" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/red,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bk" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bl" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bm" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bn" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bp" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/blue,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bq" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"br" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bs" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bv" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bw" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bx" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"by" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bB" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/purple,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bC" = (
+/obj/item/clothing/head/cone,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"bD" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bE" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bF" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bG" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bH" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bI" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bJ" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bK" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"bL" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"bM" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bN" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Guest Room APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bO" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bP" = (
+/obj/machinery/button/door{
+ id = "a3";
+ name = "privacy button";
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bQ" = (
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bR" = (
+/obj/structure/table/wood,
+/obj/item/clothing/head/sombrero,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"bS" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bT" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Guest Room APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bU" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bV" = (
+/obj/machinery/button/door{
+ id = "a4";
+ name = "privacy button";
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bW" = (
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bX" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"bY" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"bZ" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Guest Room APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"ca" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"cb" = (
+/obj/machinery/button/door{
+ id = "a5";
+ name = "privacy button";
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"cc" = (
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"cd" = (
+/obj/structure/table/wood,
+/obj/item/clothing/head/collectable/kitty,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"ce" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"cf" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Guest Room APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"cg" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"ch" = (
+/obj/machinery/button/door{
+ id = "a6";
+ name = "privacy button";
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"ci" = (
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"cj" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"ck" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cl" = (
+/obj/machinery/door/airlock{
+ id_tag = "a3";
+ name = "Guest Room A3"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"cm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 3"
+ })
+"cn" = (
+/obj/machinery/door/airlock{
+ id_tag = "a4";
+ name = "Guest Room A4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"co" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 4"
+ })
+"cp" = (
+/obj/machinery/door/airlock{
+ id_tag = "a5";
+ name = "Guest Room A5"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"cq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 5"
+ })
+"cr" = (
+/obj/machinery/door/airlock{
+ id_tag = "a6";
+ name = "Guest Room A6"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"cs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 6"
+ })
+"ct" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/ruin/hotel)
+"cu" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/hotel)
+"cx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cz" = (
+/obj/structure/sign/fire{
+ desc = "A sign that states the labeled room's number.";
+ dir = 4;
+ icon_state = "roomnum";
+ name = "Room Number 3";
+ pixel_y = 24;
+ tag = "icon-roomnum (EAST)"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cA" = (
+/obj/structure/sign/fire{
+ desc = "A sign that states the labeled room's number.";
+ dir = 8;
+ icon_state = "roomnum";
+ name = "Room Number 4";
+ pixel_y = 24;
+ tag = "icon-roomnum (WEST)"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cC" = (
+/obj/structure/sign/fire{
+ desc = "A sign that states the labeled room's number.";
+ dir = 6;
+ icon_state = "roomnum";
+ name = "Room Number 5";
+ pixel_y = 24;
+ tag = "icon-roomnum (SOUTHEAST)"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cE" = (
+/obj/structure/sign/fire{
+ desc = "A sign that states the labeled room's number.";
+ dir = 10;
+ icon_state = "roomnum";
+ name = "Room Number 6";
+ pixel_y = 24;
+ tag = "icon-roomnum (SOUTHWEST)"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cF" = (
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel)
+"cI" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cK" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Hotel Maintenance";
+ req_access_txt = "201"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"cR" = (
+/obj/machinery/light,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cT" = (
+/obj/structure/sign/fire{
+ desc = "A sign that states the labeled room's number.";
+ dir = 1;
+ icon_state = "roomnum";
+ name = "Room Number 2";
+ pixel_y = -24;
+ tag = "icon-roomnum (NORTH)"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cU" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cV" = (
+/obj/structure/sign/fire{
+ desc = "A sign that states the labeled room's number.";
+ icon_state = "roomnum";
+ name = "Room Number 1";
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cY" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"cZ" = (
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"da" = (
+/obj/machinery/door/airlock{
+ id_tag = "a2";
+ name = "Guest Room A2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"db" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dc" = (
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dd" = (
+/obj/machinery/door/airlock{
+ id_tag = "a1";
+ name = "Guest Room A1"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"de" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"df" = (
+/obj/machinery/door/airlock/glass,
+/obj/machinery/door/firedoor,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"dg" = (
+/obj/machinery/door/airlock/glass,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"dh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/workroom)
+"di" = (
+/turf/closed/wall,
+/area/ruin/hotel/workroom)
+"dj" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Hotel Staff Storage"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel/workroom)
+"dk" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dl" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/obj/structure/toilet,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dm" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dn" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Guest Room APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"do" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dp" = (
+/obj/machinery/button/door{
+ id = "a2";
+ name = "privacy button";
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-21";
+ icon_state = "plant-21"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dr" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"ds" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dt" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/obj/structure/toilet,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"du" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dv" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Guest Room APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dx" = (
+/obj/machinery/button/door{
+ id = "a1";
+ name = "privacy button";
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dy" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-14";
+ icon_state = "plant-14"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dz" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dA" = (
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dC" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dD" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dE" = (
+/obj/structure/table,
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dF" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dG" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dH" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dI" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dJ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dM" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dN" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/yellow,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"dO" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dP" = (
+/obj/structure/window{
+ icon_state = "window";
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dQ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dT" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dU" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/ian,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"dV" = (
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dX" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"dZ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"ea" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"eb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"ec" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/ruin/hotel/workroom)
+"ed" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"ee" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"ef" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"eg" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"eh" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"ei" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"ej" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"ek" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"el" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"em" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"en" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"eo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"ep" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"eq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"er" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"es" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"et" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"eu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 2"
+ })
+"ev" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"ew" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"ex" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/guestroom{
+ name = "Hotel Guest Room 1"
+ })
+"ey" = (
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"ez" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"eA" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Laundry APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"eB" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/ruin/hotel/workroom)
+"eC" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
+/area/ruin/hotel/workroom)
+"eD" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/head/rice_hat,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
+/area/ruin/hotel/workroom)
+"eE" = (
+/obj/structure/closet/crate,
+/obj/item/weapon/bedsheet/patriot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
+/area/ruin/hotel/workroom)
+"eF" = (
+/obj/structure/closet/crate,
+/obj/item/weapon/card/id/away/hotel,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
+/area/ruin/hotel/workroom)
+"eG" = (
+/turf/closed/wall,
+/area/ruin/hotel/dock)
+"eH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/ruin/hotel)
+"eI" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"eJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"eK" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"eL" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -24;
+ tag = "icon-alarm0 (NORTH)"
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/bar)
+"eM" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -24;
+ tag = "icon-alarm0 (NORTH)"
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"eN" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Hotel Maintenance";
+ req_access_txt = "201"
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"eO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"eP" = (
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/grass,
+/area/ruin/hotel)
+"eQ" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/turf/open/floor/grass,
+/area/ruin/hotel)
+"eR" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/flora/ausbushes/fullgrass,
+/turf/open/floor/grass,
+/area/ruin/hotel)
+"eS" = (
+/obj/structure/flora/ausbushes/fullgrass,
+/turf/open/floor/grass,
+/area/ruin/hotel)
+"eT" = (
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"eU" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"eV" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"eW" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"eX" = (
+/obj/structure/chair/comfy/brown{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"eY" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"eZ" = (
+/obj/structure/chair/comfy/brown{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"fa" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"fb" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"fc" = (
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"fd" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"fe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"ff" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/head/papersack/smiley,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"fg" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"fh" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Kitchen APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ruin/hotel/bar)
+"fi" = (
+/turf/closed/wall,
+/area/ruin/hotel/bar)
+"fj" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Hotel Maintenance";
+ req_access_txt = "200,201"
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/bar)
+"fk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"fl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"fm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/grass,
+/area/ruin/hotel)
+"fn" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/grass,
+/area/ruin/hotel)
+"fo" = (
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/grass,
+/area/ruin/hotel)
+"fp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"fq" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"fr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/hotel/dock)
+"fs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"ft" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"fu" = (
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"fv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/ruin/hotel/dock)
+"fw" = (
+/obj/structure/closet/chefcloset,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"fx" = (
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"fy" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"fz" = (
+/obj/machinery/processor,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"fA" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"fB" = (
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fC" = (
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks,
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fD" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fE" = (
+/obj/machinery/vending/boozeomat{
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fF" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fG" = (
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fH" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fI" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-02";
+ icon_state = "plant-02"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"fJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"fK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"fL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"fM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"fN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"fO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"fP" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"fQ" = (
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"fR" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
+/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
+/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
+/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
+/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
+/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"fS" = (
+/obj/machinery/chem_master/condimaster{
+ name = "CondiMaster Neo"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"fT" = (
+/obj/machinery/door/airlock/freezer{
+ name = "Freezer";
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"fU" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/drinks/beer,
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"fV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"fW" = (
+/obj/machinery/door/airlock/glass,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"fX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"fY" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/knife,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"fZ" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"ga" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gb" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gc" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/sugar,
+/obj/item/weapon/reagent_containers/food/condiment/sugar,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gd" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/glass/rag,
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"ge" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"gf" = (
+/obj/machinery/door/airlock/glass,
+/obj/machinery/door/firedoor,
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"gg" = (
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/ruin/hotel/dock)
+"gh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-22";
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"gi" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ tag = "icon-tube1 (EAST)";
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"gj" = (
+/obj/effect/decal/cleanable/oil,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"gk" = (
+/obj/structure/kitchenspike,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"gl" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"gm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"gn" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"go" = (
+/obj/structure/kitchenspike,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"gp" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gq" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/rollingpin,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gr" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"gs" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Hotel Staff Room";
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gt" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/light/small{
+ tag = "icon-bulb1 (WEST)";
+ icon_state = "bulb1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"gu" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"gv" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/item/device/gps{
+ gpstag = "Twin-Nexus Hotel Retreat";
+ name = "hotel gps"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"gw" = (
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/dock)
+"gx" = (
+/obj/structure/table,
+/obj/item/weapon/screwdriver,
+/obj/item/device/multitool,
+/obj/item/weapon/wirecutters,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/dock)
+"gy" = (
+/obj/structure/chair/comfy/brown{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"gz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"gA" = (
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"gB" = (
+/obj/machinery/gibber,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"gC" = (
+/obj/structure/closet/secure_closet/freezer/meat{
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gD" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/knife,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gE" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/pack/hotsauce,
+/obj/item/weapon/reagent_containers/food/condiment/pack/hotsauce,
+/obj/item/weapon/reagent_containers/food/condiment/pack/ketchup,
+/obj/item/weapon/reagent_containers/food/condiment/pack/ketchup,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gF" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gG" = (
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gH" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/crowbar,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gI" = (
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/obj/item/weapon/paper{
+ info = "!NOTICE!
We are expecting arriving guests soon from a nearby station! Stay sharp and make sure guests enjoy their time spent here. Don't think you can sneak off while they're here, either.";
+ name = "!NOTICE!"
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gJ" = (
+/obj/structure/closet/secure_closet/freezer/kitchen/mining,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gK" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gL" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gM" = (
+/obj/effect/mob_spawn/human/hotel_staff,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"gN" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"gO" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"gP" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"gQ" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/dock)
+"gR" = (
+/obj/machinery/teleport/station,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/dock)
+"gS" = (
+/obj/machinery/teleport/hub,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/dock)
+"gT" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/weapon/reagent_containers/food/condiment/milk,
+/obj/item/weapon/reagent_containers/food/condiment/milk,
+/obj/item/weapon/reagent_containers/food/condiment/milk,
+/obj/structure/closet/secure_closet/freezer/fridge{
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gW" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"gX" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"gY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = 4
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -4
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"gZ" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/bar,
+/area/ruin/hotel/bar)
+"ha" = (
+/obj/machinery/vending/wallmed{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hb" = (
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"hc" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/paper/pamphlet{
+ info = "The Twin Nexus Hotel
A place of Sanctuary
Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff stride to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more infomation.";
+ name = "hotel pamphlet"
+ },
+/obj/item/weapon/paper/pamphlet{
+ info = "The Twin Nexus Hotel
A place of Sanctuary
Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff stride to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more infomation.";
+ name = "hotel pamphlet"
+ },
+/obj/item/weapon/paper/pamphlet{
+ info = "The Twin Nexus Hotel
A place of Sanctuary
Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff stride to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more infomation.";
+ name = "hotel pamphlet"
+ },
+/obj/item/weapon/paper/pamphlet{
+ info = "The Twin Nexus Hotel
A place of Sanctuary
Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff stride to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more infomation.";
+ name = "hotel pamphlet"
+ },
+/obj/item/weapon/paper/pamphlet{
+ info = "The Twin Nexus Hotel
A place of Sanctuary
Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff stride to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more infomation.";
+ name = "hotel pamphlet"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"hd" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/mug/tea,
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"he" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/ruin/hotel)
+"hf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"hg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/hotel/bar)
+"hh" = (
+/obj/structure/kitchenspike,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hi" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hk" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hl" = (
+/obj/structure/kitchenspike,
+/obj/machinery/light{
+ tag = "icon-tube1 (EAST)";
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hm" = (
+/obj/item/weapon/reagent_containers/food/condiment/rice,
+/obj/item/weapon/reagent_containers/food/condiment/rice,
+/obj/item/weapon/reagent_containers/food/condiment/flour,
+/obj/item/weapon/reagent_containers/food/condiment/flour,
+/obj/structure/closet/secure_closet/freezer/kitchen{
+ req_access = null;
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"ho" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hp" = (
+/obj/machinery/light{
+ tag = "icon-tube1 (EAST)";
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"hq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-18";
+ icon_state = "plant-18"
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hr" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/dock)
+"hs" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"ht" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/item/weapon/storage/box/monkeycubes,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hu" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/bear,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/bear,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/corgi,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/corgi,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/pug,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/pug,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/plant,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/plant,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hv" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/bear,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/bear,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/bear,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/corgi,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/corgi,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/pug,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/pug,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/plant,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/plant,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hw" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/knife,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/bar)
+"hx" = (
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = 4
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -4
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hy" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/chef_recipes,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hz" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hA" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Staff Room APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/mob/living/simple_animal/bot/medbot{
+ name = "Accidents Happen"
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hB" = (
+/obj/structure/mirror{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hC" = (
+/obj/structure/closet/crate/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hD" = (
+/obj/structure/reagent_dispensers/water_cooler,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hE" = (
+/obj/structure/table,
+/obj/item/weapon/card/id/away/hotel,
+/obj/item/weapon/card/id/away/hotel,
+/obj/item/weapon/card/id/away/hotel,
+/obj/item/weapon/card/id/away/hotel,
+/obj/item/weapon/card/id/away/hotel,
+/obj/item/weapon/card/id/away/hotel,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hF" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hG" = (
+/obj/effect/mob_spawn/human/hotel_staff{
+ tag = "icon-sleeper_s (NORTH)";
+ icon_state = "sleeper_s";
+ dir = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hH" = (
+/obj/effect/mob_spawn/human/hotel_staff{
+ tag = "icon-sleeper_s (NORTH)";
+ icon_state = "sleeper_s";
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"hI" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Hotel Maintenance";
+ req_access_txt = "200,201"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel/bar)
+"hJ" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/soysauce,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hK" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hL" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced,
+/obj/machinery/light/small{
+ tag = "icon-bulb1 (WEST)";
+ icon_state = "bulb1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"hM" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"hN" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/dock)
+"hO" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/dock)
+"hP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"hQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"hR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"hS" = (
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"hT" = (
+/obj/machinery/vending/dinnerware{
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"hU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/bar)
+"hV" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/guitar,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"hW" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"hX" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/piano{
+ tag = "icon-piano";
+ icon_state = "piano"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"hY" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"hZ" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"ia" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/ruin/hotel)
+"ib" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/ruin/hotel/power)
+"ic" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/hotel/power)
+"id" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Power Storage";
+ req_access_txt = "200,201"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"ie" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/ruin/hotel/power)
+"if" = (
+/obj/machinery/smartfridge/food,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"ig" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/violin,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"ih" = (
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"ii" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"ij" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"ik" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"il" = (
+/obj/machinery/door/airlock/glass,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"im" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"in" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"io" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"ip" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"iq" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"ir" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/power)
+"is" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (NORTHWEST)";
+ icon_state = "yellow";
+ dir = 9
+ },
+/area/ruin/hotel/power)
+"it" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (NORTH)";
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/ruin/hotel/power)
+"iu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/sign/fire{
+ desc = "A poster designed to remind the reader to wear appropriate insulation and head protection when working with material.";
+ icon_state = "safety";
+ name = "Safety Poster";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (NORTH)";
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/ruin/hotel/power)
+"iv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (NORTH)";
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/ruin/hotel/power)
+"iw" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Power Storage APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (NORTH)";
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/ruin/hotel/power)
+"ix" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/sheet/metal/fifty,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (NORTHEAST)";
+ icon_state = "yellow";
+ dir = 5
+ },
+/area/ruin/hotel/power)
+"iy" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"iz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/ruin/hotel/bar)
+"iA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock{
+ name = "Theatre";
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"iB" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/hotel/bar)
+"iC" = (
+/obj/machinery/light,
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"iD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"iE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"iF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"iG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel/dock)
+"iH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/clothing/gloves/color/yellow,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (WEST)";
+ icon_state = "yellow";
+ dir = 8
+ },
+/area/ruin/hotel/power)
+"iI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"iJ" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"iK" = (
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"iL" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ icon_state = "yellow";
+ dir = 4
+ },
+/area/ruin/hotel/power)
+"iM" = (
+/obj/item/weapon/twohanded/required/kirbyplants,
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"iN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"iO" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"iP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"iQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"iR" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/clothing/head/welding,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (WEST)";
+ icon_state = "yellow";
+ dir = 8
+ },
+/area/ruin/hotel/power)
+"iS" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"iT" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel/twenty,
+/obj/item/stack/rods{
+ amount = 60
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ icon_state = "yellow";
+ dir = 4
+ },
+/area/ruin/hotel/power)
+"iU" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Security APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/security)
+"iV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"iW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"iX" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"iY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -24;
+ tag = "icon-alarm0 (NORTH)"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/pool)
+"iZ" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Pool APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/pool)
+"ja" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"jb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"jc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"jd" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/wood,
+/area/ruin/hotel)
+"je" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Dock APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"jf" = (
+/obj/machinery/light,
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"jg" = (
+/obj/structure/chair/comfy/brown{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"jh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/dock)
+"ji" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (WEST)";
+ icon_state = "yellow";
+ dir = 8
+ },
+/area/ruin/hotel/power)
+"jj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"jk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"jl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"jm" = (
+/obj/structure/table,
+/obj/item/stack/sheet/rglass{
+ amount = 50
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ icon_state = "yellow";
+ dir = 4
+ },
+/area/ruin/hotel/power)
+"jn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/ruin/hotel/power)
+"jo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/hotel/security)
+"jp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/ruin/hotel/security)
+"jq" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Hotel Security Checkpoint";
+ req_access_txt = "203"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/security)
+"jr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/security)
+"js" = (
+/obj/structure/closet,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"jt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/ruin/hotel/pool)
+"ju" = (
+/obj/machinery/door/airlock/glass,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/pool)
+"jv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/pool)
+"jw" = (
+/obj/machinery/door/airlock/glass,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel/pool)
+"jx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/pool)
+"jy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/ruin/hotel/pool)
+"jz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/ruin/hotel/dock)
+"jA" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (WEST)";
+ icon_state = "yellow";
+ dir = 8
+ },
+/area/ruin/hotel/power)
+"jB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"jC" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"jD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"jE" = (
+/turf/open/floor/plasteel/yellow/corner{
+ tag = "icon-yellowcorner (EAST)";
+ icon_state = "yellowcorner";
+ dir = 4
+ },
+/area/ruin/hotel/power)
+"jF" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (NORTHEAST)";
+ icon_state = "yellow";
+ dir = 5
+ },
+/area/ruin/hotel/power)
+"jG" = (
+/turf/closed/wall,
+/area/ruin/hotel/security)
+"jH" = (
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTHWEST)";
+ icon_state = "red";
+ dir = 9
+ },
+/area/ruin/hotel/security)
+"jI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTH)";
+ icon_state = "red";
+ dir = 1
+ },
+/area/ruin/hotel/security)
+"jJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTH)";
+ icon_state = "red";
+ dir = 1
+ },
+/area/ruin/hotel/security)
+"jK" = (
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTH)";
+ icon_state = "red";
+ dir = 1
+ },
+/area/ruin/hotel/security)
+"jL" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTHEAST)";
+ icon_state = "red";
+ dir = 5
+ },
+/area/ruin/hotel/security)
+"jM" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/darkyellow,
+/area/ruin/hotel/security)
+"jN" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkyellow,
+/area/ruin/hotel/security)
+"jO" = (
+/obj/structure/closet,
+/obj/item/weapon/dice/d20,
+/turf/open/floor/plasteel/darkyellow,
+/area/ruin/hotel/security)
+"jP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/security)
+"jQ" = (
+/turf/closed/wall,
+/area/ruin/hotel/pool)
+"jR" = (
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"jS" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"jT" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"jU" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"jV" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/wood,
+/area/ruin/hotel/pool)
+"jW" = (
+/turf/open/floor/carpet,
+/area/ruin/hotel/pool)
+"jX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/ruin/hotel/pool)
+"jY" = (
+/turf/open/floor/wood,
+/area/ruin/hotel/pool)
+"jZ" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"ka" = (
+/obj/machinery/computer/arcade,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"kb" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall,
+/area/ruin/hotel/power)
+"kc" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (WEST)";
+ icon_state = "yellow";
+ dir = 8
+ },
+/area/ruin/hotel/power)
+"kd" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"ke" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"kf" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/binary/valve{
+ name = "Air Release Valve";
+ open = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/power)
+"kg" = (
+/obj/machinery/light{
+ tag = "icon-tube1 (EAST)";
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ icon_state = "yellow";
+ dir = 4
+ },
+/area/ruin/hotel/power)
+"kh" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (WEST)";
+ icon_state = "red";
+ dir = 8
+ },
+/area/ruin/hotel/security)
+"ki" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kj" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kk" = (
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kl" = (
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/ruin/hotel/security)
+"km" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ruin/hotel/security)
+"kn" = (
+/turf/open/floor/plasteel/darkyellow,
+/area/ruin/hotel/security)
+"ko" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"kp" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"kq" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (SOUTHWEST)";
+ icon_state = "yellow";
+ dir = 10
+ },
+/area/ruin/hotel/power)
+"kr" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/ruin/hotel/power)
+"ks" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/ruin/hotel/power)
+"kt" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/ruin/hotel/power)
+"ku" = (
+/obj/machinery/power/solar_control,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/ruin/hotel/power)
+"kv" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/sign/vacuum{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/ruin/hotel/power)
+"kw" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (SOUTHEAST)";
+ icon_state = "yellow";
+ dir = 6
+ },
+/area/ruin/hotel/power)
+"kx" = (
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (WEST)";
+ icon_state = "red";
+ dir = 8
+ },
+/area/ruin/hotel/security)
+"ky" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kz" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/folder/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kA" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kB" = (
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 4;
+ icon_state = "rightsecure";
+ name = "Cell Door";
+ req_access = null;
+ req_access_txt = "203"
+ },
+/turf/open/floor/plasteel/red,
+/area/ruin/hotel/security)
+"kC" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkyellow,
+/area/ruin/hotel/security)
+"kD" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ruin/hotel/pool)
+"kE" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ruin/hotel/pool)
+"kF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/ruin/hotel/pool)
+"kG" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"kH" = (
+/turf/closed/wall,
+/area/ruin/hotel/power)
+"kI" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Air Supply";
+ req_access_txt = "200,201"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"kJ" = (
+/obj/machinery/door/airlock/glass_external,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"kK" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (WEST)";
+ icon_state = "red";
+ dir = 8
+ },
+/area/ruin/hotel/security)
+"kL" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/coffee,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kM" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"kN" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/ruin/hotel/security)
+"kO" = (
+/turf/open/floor/plasteel/darkyellow,
+/obj/effect/turf_decal/stripes/line,
+/area/ruin/hotel/security)
+"kP" = (
+/turf/open/floor/plasteel/darkyellow,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
+/area/ruin/hotel/security)
+"kQ" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"kR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ruin/hotel/pool)
+"kS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ruin/hotel/pool)
+"kT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"kU" = (
+/obj/machinery/light{
+ tag = "icon-tube1 (EAST)";
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"kV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"kW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"kX" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/sign/atmosplaque{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"kY" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"kZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"la" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"lb" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/structure/sign/goldenplaque{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (WEST)";
+ icon_state = "red";
+ dir = 8
+ },
+/area/ruin/hotel/security)
+"lc" = (
+/obj/structure/table,
+/obj/item/weapon/papercutter,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"ld" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"le" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/security)
+"lf" = (
+/turf/open/floor/plasteel/darkyellow,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/ruin/hotel/security)
+"lg" = (
+/obj/structure/bed,
+/turf/open/floor/plasteel/darkyellow,
+/area/ruin/hotel/security)
+"lh" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ruin/hotel/pool)
+"li" = (
+/obj/effect/light_emitter,
+/turf/open/floor/plating/beach/water{
+ baseturf = /turf/open/space
+ },
+/area/ruin/hotel/pool)
+"lj" = (
+/turf/open/floor/plating/beach/water{
+ baseturf = /turf/open/space
+ },
+/area/ruin/hotel/pool)
+"lk" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ruin/hotel/pool)
+"ll" = (
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"lm" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/pool)
+"ln" = (
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/obj/structure/sink{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/pool)
+"lo" = (
+/obj/structure/closet/athletic_mixed,
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/pool)
+"lp" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"lq" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/power)
+"lr" = (
+/obj/structure/table,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (WEST)";
+ icon_state = "red";
+ dir = 8
+ },
+/area/ruin/hotel/security)
+"ls" = (
+/obj/structure/chair{
+ tag = "icon-chair (NORTH)";
+ icon_state = "chair";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/security)
+"lt" = (
+/obj/structure/table,
+/obj/item/toy/beach_ball,
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"lu" = (
+/turf/open/floor/plasteel/freezer,
+/area/ruin/hotel/pool)
+"lv" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 2
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lw" = (
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHWEST)";
+ icon_state = "red";
+ dir = 10
+ },
+/area/ruin/hotel/security)
+"lx" = (
+/turf/open/floor/plasteel/red/side,
+/area/ruin/hotel/security)
+"ly" = (
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
+ icon_state = "redcorner";
+ dir = 8
+ },
+/area/ruin/hotel/security)
+"lz" = (
+/obj/machinery/light{
+ tag = "icon-tube1 (EAST)";
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/ruin/hotel/security)
+"lA" = (
+/obj/structure/closet,
+/obj/item/weapon/dice/d1,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plasteel/darkyellow,
+/area/ruin/hotel/security)
+"lB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lD" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lE" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lF" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Hotel Security Checkpoint";
+ req_access_txt = "203"
+ },
+/turf/open/floor/plasteel/darkred,
+/area/ruin/hotel/security)
+"lG" = (
+/obj/structure/window{
+ tag = "icon-window (NORTH)";
+ icon_state = "window";
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"lH" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"lI" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/structure/window{
+ tag = "icon-window (NORTH)";
+ icon_state = "window";
+ dir = 1
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"lJ" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lK" = (
+/obj/effect/mob_spawn/human/hotel_staff/security,
+/turf/open/floor/plasteel/darkred,
+/area/ruin/hotel/security)
+"lL" = (
+/turf/open/floor/plasteel/darkred,
+/area/ruin/hotel/security)
+"lM" = (
+/obj/machinery/door/airlock{
+ name = "Men's Changing"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"lN" = (
+/obj/machinery/light/small{
+ tag = "icon-bulb1 (WEST)";
+ icon_state = "bulb1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkred,
+/area/ruin/hotel/security)
+"lO" = (
+/obj/structure/mirror{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/darkred,
+/area/ruin/hotel/security)
+"lP" = (
+/obj/item/weapon/bikehorn/rubberducky,
+/turf/open/floor/plating/beach/water{
+ baseturf = /turf/open/space
+ },
+/area/ruin/hotel/pool)
+"lQ" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"lR" = (
+/obj/structure/dresser,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"lS" = (
+/obj/structure/table,
+/obj/item/weapon/card/id/away/hotel/securty,
+/turf/open/floor/plasteel/darkred,
+/area/ruin/hotel/security)
+"lT" = (
+/obj/structure/closet/secure_closet/security{
+ req_access = null;
+ req_access_txt = "203"
+ },
+/obj/item/weapon/gun/energy/laser/scatter/shotty,
+/obj/item/clothing/head/helmet/justice,
+/turf/open/floor/plasteel/darkred,
+/area/ruin/hotel/security)
+"lU" = (
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHEAST)";
+ icon_state = "red";
+ dir = 6
+ },
+/area/ruin/hotel/security)
+"lV" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lW" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lX" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lY" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"lZ" = (
+/obj/machinery/power/solar,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"ma" = (
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"mb" = (
+/obj/structure/table,
+/obj/item/weapon/lipstick,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"mc" = (
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/obj/structure/sink{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"md" = (
+/turf/closed/wall,
+/area/ruin/hotel/custodial)
+"me" = (
+/mob/living/simple_animal/bot/cleanbot,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mf" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/light/small{
+ tag = "icon-bulb1 (NORTH)";
+ icon_state = "bulb1";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mg" = (
+/obj/structure/janitorialcart,
+/obj/item/weapon/mop,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mh" = (
+/obj/structure/closet/l3closet/janitor,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mi" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mj" = (
+/obj/structure/table,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mk" = (
+/obj/structure/table,
+/obj/machinery/light/small{
+ tag = "icon-bulb1 (NORTH)";
+ icon_state = "bulb1";
+ dir = 1
+ },
+/obj/item/device/lightreplacer,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"ml" = (
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/custodial)
+"mn" = (
+/obj/machinery/door/airlock{
+ name = "Women's Changing"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"mo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall,
+/area/ruin/hotel/custodial)
+"mr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"ms" = (
+/obj/structure/window,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"mt" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/item/clothing/shoes/sandal,
+/obj/structure/window,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ruin/hotel/pool)
+"mu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mw" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mx" = (
+/obj/machinery/door/airlock{
+ name = "Custodial Closet";
+ req_access_txt = "200,201"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/custodial)
+"my" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"mz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel)
+"mA" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Hotel Maintenance";
+ req_access_txt = "201"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/hotel/pool)
+"mB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"mC" = (
+/obj/structure/chair{
+ tag = "icon-chair (NORTH)";
+ icon_state = "chair";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ruin/hotel/pool)
+"mD" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ tag = "icon-plant-25";
+ icon_state = "plant-25"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mE" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mF" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mG" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mH" = (
+/obj/structure/closet/crate/trashcart,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mI" = (
+/obj/structure/table,
+/obj/item/weapon/storage/bag/trash,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mJ" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Custodial APC";
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/neutral,
+/area/ruin/hotel/custodial)
+"mK" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"mL" = (
+/obj/machinery/light,
+/obj/structure/table,
+/obj/item/toy/beach_ball,
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"mM" = (
+/obj/machinery/light,
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/ruin/hotel/pool)
+"mN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/ruin/hotel/pool)
+"mO" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"mP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"mQ" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Hotel Staff Room";
+ req_access_txt = "200"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/ruin/hotel/workroom)
+"mR" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"mS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"mT" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"mU" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+"mV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/carpet,
+/area/ruin/hotel)
+
+(1,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(5,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+ac
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(6,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ac
+aa
+aa
+lV
+aa
+aa
+lV
+aa
+aa
+lV
+aa
+aa
+lV
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(7,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+ac
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(8,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+lv
+lB
+ac
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(9,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+af
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+ip
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+lC
+ac
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(10,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+ac
+ac
+ag
+ct
+cH
+cH
+cH
+cH
+cH
+cH
+cH
+he
+cH
+cH
+cH
+ia
+iq
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+lD
+ac
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+lW
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(11,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+af
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+aj
+al
+cw
+fd
+cQ
+cQ
+cQ
+gj
+cQ
+cQ
+hf
+cQ
+cQ
+hP
+ib
+ir
+ir
+ir
+ir
+ir
+kb
+ir
+ir
+ir
+ir
+ir
+lE
+lJ
+aj
+aj
+lX
+aj
+aj
+lX
+aj
+aj
+lX
+aj
+aj
+aj
+mO
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(12,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+am
+am
+am
+am
+am
+am
+ct
+cH
+cH
+cH
+cH
+cH
+cH
+cH
+cH
+eH
+cJ
+fi
+fi
+fi
+fi
+fi
+fi
+hg
+fi
+fi
+cJ
+ic
+is
+iH
+iR
+ji
+jA
+kc
+kq
+kH
+kV
+lp
+kH
+aa
+ag
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(13,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+am
+av
+aw
+bC
+bL
+ck
+cu
+cI
+cQ
+cQ
+cQ
+cQ
+cQ
+cQ
+cQ
+eI
+fe
+fi
+fP
+fY
+gk
+gk
+gk
+hh
+ht
+fi
+hQ
+id
+it
+iI
+iI
+jj
+jB
+kd
+kr
+kH
+kW
+lp
+kH
+aa
+ag
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(14,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+am
+aw
+aw
+aw
+aw
+aw
+cv
+cJ
+aw
+aw
+bC
+aw
+ed
+aw
+aw
+eJ
+aw
+fj
+fQ
+fQ
+gl
+gz
+gz
+hi
+gz
+hI
+hR
+ic
+iu
+iJ
+iS
+jk
+iK
+ke
+ks
+kH
+kX
+lq
+kH
+aa
+ag
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(15,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+an
+an
+an
+an
+an
+an
+cw
+cK
+am
+cZ
+cZ
+cZ
+cZ
+cZ
+cZ
+eJ
+ck
+fi
+fR
+fQ
+gm
+gA
+fQ
+hj
+hu
+fi
+cJ
+ic
+iv
+iJ
+iS
+jl
+jC
+kf
+kt
+kI
+kY
+lp
+kH
+aa
+ag
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+aa
+lY
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(16,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+an
+ax
+az
+az
+az
+an
+cx
+cL
+cF
+cZ
+dk
+dH
+dH
+dH
+cZ
+eJ
+ff
+fi
+fR
+fQ
+gn
+gB
+fQ
+hk
+hv
+fi
+cJ
+ic
+iw
+iK
+iK
+iK
+jD
+iK
+ku
+kH
+kZ
+lp
+kH
+aa
+ag
+aa
+aa
+lZ
+aa
+aa
+lZ
+aa
+aa
+lZ
+aa
+aa
+lZ
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(17,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+an
+ay
+be
+be
+az
+an
+cx
+cL
+cF
+cZ
+dl
+dI
+dI
+dH
+cZ
+eJ
+fg
+fi
+fS
+fQ
+fQ
+fQ
+fQ
+fQ
+fQ
+fi
+cJ
+ic
+ix
+iL
+iT
+jm
+jE
+iK
+kv
+kH
+kH
+kH
+kH
+aa
+ag
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(18,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+an
+az
+bf
+az
+bM
+an
+cx
+cL
+cF
+cZ
+dm
+dH
+ee
+dH
+cZ
+eJ
+aw
+fi
+fQ
+fQ
+fQ
+fQ
+fQ
+gA
+fQ
+fi
+cJ
+ie
+ir
+ir
+ir
+jn
+jF
+kg
+kw
+kJ
+la
+kJ
+aj
+aj
+al
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(19,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+an
+aA
+an
+an
+an
+an
+cx
+cL
+cR
+cZ
+cZ
+cZ
+cZ
+es
+cZ
+eK
+fh
+fi
+fQ
+fZ
+go
+gk
+go
+hl
+hw
+fi
+hS
+cQ
+cQ
+cQ
+hP
+jo
+jG
+jG
+jG
+jG
+jG
+jG
+jG
+jG
+jG
+jG
+jG
+jG
+aa
+aa
+ac
+aa
+aa
+ac
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(20,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+an
+aB
+bg
+bD
+bN
+an
+cx
+cL
+cF
+cZ
+dn
+dJ
+ef
+dM
+cZ
+aw
+fi
+fi
+fT
+fi
+fi
+fi
+fi
+fi
+fi
+fi
+fi
+fi
+fi
+fi
+cJ
+jo
+jH
+kh
+kx
+kK
+lb
+lr
+lw
+jG
+lK
+lN
+lS
+jG
+md
+md
+md
+md
+md
+ac
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(21,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ao
+aB
+bh
+bE
+bO
+cl
+cy
+cM
+cS
+da
+do
+dK
+eg
+et
+cZ
+aw
+fi
+fw
+fx
+ga
+ga
+gC
+gT
+hm
+ga
+ga
+hT
+if
+iy
+fi
+iU
+jp
+jI
+ki
+ky
+kk
+kk
+kk
+lx
+lF
+lL
+lO
+lT
+jG
+me
+ml
+ml
+mD
+md
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(22,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ao
+aC
+bi
+bi
+bP
+cm
+cz
+cN
+cT
+db
+dp
+dL
+eh
+dM
+cZ
+aw
+fj
+fx
+fx
+fx
+fx
+fx
+gU
+hn
+hn
+hn
+hn
+hn
+hn
+hI
+iV
+jq
+jJ
+kj
+kz
+kL
+lc
+ls
+lx
+jG
+jG
+jG
+jG
+jG
+mf
+ml
+ml
+mE
+md
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(23,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ao
+aD
+aB
+aB
+bQ
+an
+cx
+cL
+cF
+cZ
+dq
+dM
+dM
+dM
+cZ
+eL
+fi
+fx
+fx
+gb
+gp
+gD
+gV
+fx
+hx
+hJ
+gp
+fx
+fx
+fi
+cJ
+jo
+jK
+kk
+kA
+kM
+ld
+kk
+ly
+kx
+kx
+kx
+lw
+jG
+mg
+ml
+ml
+mF
+md
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(24,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+an
+aE
+bj
+bj
+bR
+an
+cx
+cL
+cF
+cZ
+dr
+dN
+dN
+eu
+cZ
+aw
+fi
+fy
+fx
+gc
+gq
+gE
+gV
+fx
+hy
+hK
+gp
+fx
+iz
+fi
+cJ
+jo
+jL
+kl
+kl
+kN
+kl
+kl
+lz
+kl
+kl
+kl
+lU
+jG
+mh
+ml
+mu
+mG
+md
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(25,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+an
+an
+an
+an
+an
+an
+cx
+cL
+cU
+cZ
+cZ
+cZ
+cZ
+cZ
+cZ
+aw
+fi
+fz
+fx
+fx
+fx
+fx
+gV
+fx
+fx
+fx
+fx
+fx
+fx
+fi
+cJ
+jo
+jG
+km
+kB
+km
+jG
+jG
+jG
+km
+kB
+km
+jG
+jG
+mi
+mo
+mv
+mH
+md
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(26,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ap
+aF
+aH
+aH
+aH
+ap
+cx
+cL
+cF
+dc
+ds
+dO
+dO
+dO
+dc
+aw
+fi
+fA
+fx
+fA
+fA
+fA
+gW
+ho
+hz
+hz
+hU
+hU
+iA
+hU
+iW
+jr
+jM
+kn
+kn
+kO
+le
+jG
+jM
+kn
+kn
+kO
+le
+jG
+mj
+mp
+mv
+mI
+md
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(27,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ap
+aG
+bk
+bk
+aH
+ap
+cx
+cL
+cR
+dc
+dt
+dP
+dP
+dO
+dc
+aw
+fi
+fB
+fG
+fH
+gr
+fG
+gr
+fG
+gr
+fG
+hV
+ig
+ih
+fi
+cJ
+jo
+jN
+kn
+kn
+kP
+lf
+jG
+jN
+kn
+kn
+kP
+lf
+jG
+mk
+mp
+mv
+ml
+md
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ap
+aH
+bl
+aH
+bS
+ap
+cx
+cL
+cF
+dc
+du
+dO
+ei
+dO
+dc
+aw
+fi
+fC
+fG
+fU
+fG
+fG
+gX
+fG
+gX
+fG
+hW
+ih
+ih
+fi
+cJ
+jo
+jO
+kn
+kC
+kn
+lg
+jG
+lA
+kn
+kC
+kn
+lg
+jG
+ml
+mp
+mw
+mJ
+md
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(29,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+ap
+aI
+ap
+ap
+ap
+ap
+cx
+cL
+cF
+dc
+dc
+dc
+dc
+ev
+dc
+aw
+fi
+fD
+fG
+fH
+gr
+fG
+gY
+fG
+gY
+fG
+hW
+ih
+ih
+fi
+cJ
+jp
+jP
+jP
+jP
+jP
+jP
+jP
+jP
+jP
+jP
+jP
+jP
+jP
+mm
+mq
+mx
+md
+md
+am
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(30,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ap
+aJ
+bm
+bF
+bT
+ap
+cx
+cL
+cF
+dc
+dv
+dQ
+ej
+dT
+dc
+aw
+fi
+fE
+fG
+fH
+fG
+fG
+gZ
+fG
+gZ
+fG
+hW
+ih
+iB
+fi
+cJ
+js
+ck
+bL
+aw
+aw
+aw
+ed
+aw
+aw
+aw
+aw
+cI
+cQ
+cQ
+hf
+my
+aw
+aw
+am
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(31,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+aq
+aJ
+bn
+bG
+bU
+cn
+cy
+cM
+cS
+dd
+dw
+dR
+ek
+ew
+dc
+aw
+fi
+fF
+fG
+gd
+gr
+fG
+gX
+fG
+gX
+fG
+hW
+ih
+ih
+fi
+iX
+hf
+cQ
+cQ
+cQ
+cQ
+cQ
+cQ
+cQ
+cQ
+cQ
+cQ
+fe
+ma
+ck
+cv
+mz
+ed
+fg
+am
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(32,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+aq
+aK
+bo
+bo
+bV
+co
+cA
+cN
+cV
+de
+dx
+dS
+el
+dT
+dc
+aw
+fj
+fG
+fG
+fH
+fG
+fG
+gY
+fG
+gY
+fG
+hX
+ih
+ih
+fi
+cJ
+jt
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jt
+mA
+jQ
+jQ
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(33,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+aq
+aL
+aJ
+aJ
+bW
+ap
+cx
+cL
+cF
+dc
+dy
+dT
+dT
+dT
+dc
+aw
+fi
+fH
+fU
+fH
+gr
+fG
+gZ
+fG
+gZ
+fG
+hY
+ii
+ii
+fi
+cJ
+jt
+jR
+jR
+jR
+kQ
+jR
+jR
+jR
+jR
+jR
+kQ
+jR
+jR
+jR
+mr
+mB
+kQ
+jR
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(34,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ap
+aM
+bp
+bp
+bX
+ap
+cx
+cL
+cF
+dc
+dz
+dU
+dU
+ex
+dc
+eM
+ct
+fI
+cF
+cF
+cF
+cF
+cF
+cF
+cF
+cF
+cF
+cF
+eT
+am
+cJ
+jt
+jS
+ko
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+kT
+jR
+mK
+jQ
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(35,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+ap
+ap
+ap
+ap
+ap
+ap
+cx
+cL
+cR
+dc
+dc
+dc
+dc
+dc
+dc
+eN
+cw
+fJ
+cF
+cF
+cF
+cF
+cF
+hp
+cF
+cF
+cF
+cF
+eT
+am
+cJ
+jt
+jS
+ko
+kD
+kD
+lh
+lh
+lh
+kD
+kD
+kD
+lh
+lh
+lh
+kD
+kD
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(36,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ar
+aN
+aP
+aP
+aP
+ar
+cx
+cL
+cF
+df
+cF
+cF
+em
+cF
+df
+cF
+cx
+fK
+cF
+cF
+di
+di
+di
+di
+di
+di
+cF
+cF
+iC
+am
+iY
+jt
+jS
+ko
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(37,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ar
+aO
+bq
+bq
+aP
+ar
+cx
+cL
+cF
+am
+cF
+cF
+cF
+cF
+am
+cF
+cx
+fK
+cF
+cR
+di
+gF
+ha
+hq
+hA
+di
+cF
+cF
+eT
+am
+iZ
+jt
+jR
+jR
+kE
+kD
+li
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+li
+kD
+mC
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(38,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ar
+aP
+br
+aP
+bY
+ar
+cx
+cO
+cW
+dg
+cW
+cW
+cW
+cW
+dg
+cW
+fk
+fL
+cF
+cF
+gs
+gG
+gG
+gG
+mP
+mQ
+mR
+cF
+eT
+am
+cJ
+jt
+jT
+jR
+kE
+kD
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+mC
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(39,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+ar
+aQ
+ar
+ar
+ar
+ar
+cB
+cN
+cX
+dh
+dh
+dh
+dh
+dh
+dh
+eO
+fl
+fM
+cF
+ge
+di
+gH
+gG
+gG
+hB
+di
+mS
+cF
+eT
+am
+cJ
+jt
+jU
+jR
+kE
+kD
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+mC
+jR
+mL
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(40,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ar
+aR
+bs
+bH
+bZ
+ar
+cx
+cL
+cF
+di
+dA
+dV
+en
+ey
+di
+eP
+fm
+fM
+cF
+cF
+di
+gI
+gG
+gG
+hC
+di
+mS
+cF
+eT
+am
+cK
+jt
+jR
+jR
+kD
+kD
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+kD
+jR
+ll
+jQ
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(41,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+as
+aR
+bt
+bI
+ca
+cp
+cy
+cM
+cS
+dj
+dB
+dW
+eo
+ey
+di
+eQ
+fn
+fM
+cF
+cF
+di
+gJ
+gG
+gG
+hD
+di
+mS
+cF
+eT
+iM
+ja
+jt
+jV
+jY
+jY
+kD
+lj
+lj
+lj
+lj
+lj
+lP
+lj
+lj
+lj
+kD
+kD
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(42,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+as
+aS
+bu
+bu
+cb
+cq
+cC
+cN
+cY
+dh
+dC
+dX
+ep
+ey
+di
+eQ
+fn
+fM
+cF
+cF
+di
+gK
+gG
+gG
+hE
+di
+mT
+mU
+mU
+mU
+mV
+ju
+jW
+jW
+jY
+kD
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+mC
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(43,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+as
+aT
+aR
+aR
+cc
+ar
+cx
+cL
+cF
+di
+dD
+dY
+ep
+ez
+di
+eR
+fo
+fM
+cF
+cF
+di
+gL
+gG
+gG
+hF
+di
+cF
+cF
+cF
+cF
+cL
+jv
+jW
+jW
+jY
+kD
+lj
+lj
+lj
+lj
+li
+lj
+lj
+lj
+lj
+kD
+mC
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(44,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+ar
+aU
+bv
+bv
+cd
+ar
+cx
+cL
+cF
+di
+dE
+dZ
+eq
+eA
+di
+eS
+fm
+fM
+cF
+cF
+di
+gM
+gG
+gG
+hG
+di
+cF
+ij
+iD
+cW
+jb
+jw
+jX
+jX
+kF
+kR
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+mC
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(45,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+ar
+ar
+ar
+ar
+ar
+ar
+cx
+cL
+cF
+di
+di
+ea
+ep
+dV
+di
+eT
+fp
+fN
+fV
+cF
+di
+gM
+gG
+gG
+hH
+di
+hZ
+ik
+iE
+iN
+jc
+jx
+jY
+jY
+jY
+kS
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+kD
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(46,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+at
+aV
+aX
+aX
+aX
+at
+cD
+cL
+cF
+di
+dF
+ea
+ep
+dF
+di
+eU
+fq
+am
+fK
+cF
+di
+gM
+gG
+gG
+hH
+di
+cF
+cL
+am
+iO
+jd
+jt
+jZ
+jR
+kD
+kS
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+kD
+jR
+ll
+jQ
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(47,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+at
+aW
+bw
+bw
+aX
+at
+cx
+cL
+cF
+di
+dG
+ea
+er
+dG
+di
+eG
+fr
+eG
+fW
+gf
+di
+di
+gs
+gs
+di
+di
+gf
+il
+eG
+eG
+eG
+jt
+jU
+jR
+kE
+kS
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+mC
+jR
+mM
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(48,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+at
+aX
+bx
+aX
+ce
+at
+cx
+cL
+cF
+di
+dF
+eb
+dV
+dF
+di
+eV
+fs
+fO
+fX
+fu
+gt
+gN
+hb
+hb
+gN
+hL
+fu
+im
+iF
+iP
+je
+jt
+jR
+jR
+kE
+kS
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+kD
+mC
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(49,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ag
+at
+aY
+at
+at
+at
+at
+cx
+cL
+cF
+di
+di
+di
+dV
+dV
+di
+eW
+ft
+fu
+fu
+fu
+gu
+gO
+hb
+hb
+gO
+hM
+fu
+in
+fu
+eW
+eW
+jt
+jR
+jR
+kE
+kS
+li
+lj
+lj
+lj
+lj
+lj
+lj
+lj
+li
+kD
+mC
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(50,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ag
+at
+aZ
+by
+bJ
+cf
+at
+cx
+cL
+cR
+am
+ac
+di
+dV
+eB
+di
+eX
+fu
+fu
+fu
+fu
+gv
+gP
+hc
+hc
+gP
+hN
+fu
+in
+fu
+fu
+eX
+jt
+jS
+ko
+kD
+kS
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+kD
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(51,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+ag
+au
+aZ
+bz
+bK
+cg
+cr
+cy
+cP
+cF
+cG
+ac
+ec
+dV
+eC
+di
+eY
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+in
+fu
+fu
+eY
+jt
+jS
+ko
+kD
+kS
+lk
+lk
+lk
+kD
+kD
+kD
+lk
+lk
+lk
+kD
+kD
+jR
+mK
+mN
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(52,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+aa
+ag
+au
+ba
+bA
+bA
+ch
+cs
+cE
+cF
+cF
+cG
+ac
+ec
+dV
+eD
+di
+eZ
+fu
+fu
+fu
+gg
+eW
+eW
+eW
+eW
+eW
+eW
+gg
+in
+fu
+fu
+eZ
+jy
+ka
+kp
+kG
+kT
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+mK
+jQ
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(53,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+aa
+ac
+ac
+ag
+au
+bb
+aZ
+aZ
+ci
+at
+cF
+cF
+cF
+cG
+ac
+ec
+dV
+eE
+di
+eW
+fu
+fu
+fu
+gh
+eW
+gw
+gw
+gw
+gw
+eW
+gh
+in
+fu
+fu
+eW
+jt
+jR
+jR
+jR
+kU
+ll
+lt
+ll
+jR
+jR
+kU
+jR
+jR
+jR
+jR
+jR
+kU
+jR
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(54,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+ag
+at
+bc
+bB
+bB
+cj
+at
+cF
+cF
+cF
+am
+ac
+di
+dV
+eF
+di
+fa
+fu
+fu
+fu
+eG
+gw
+gQ
+gw
+gw
+gw
+gw
+eG
+in
+fu
+fu
+eW
+jt
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+lM
+jQ
+jQ
+jQ
+mn
+jQ
+jQ
+jQ
+jQ
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(55,1,1) = {"
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+ac
+aa
+aa
+af
+aj
+aj
+al
+at
+at
+at
+at
+at
+at
+cG
+cG
+cG
+am
+ac
+di
+di
+di
+di
+fb
+fu
+fu
+fu
+eG
+gx
+gR
+gw
+hr
+gw
+hO
+eG
+in
+fu
+fu
+jf
+fr
+aa
+aa
+aa
+jQ
+lm
+lm
+lm
+lG
+lH
+lQ
+jQ
+mb
+lH
+ms
+lm
+lm
+lm
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(56,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+ag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+eG
+fc
+fu
+fu
+fu
+eG
+gw
+gS
+gw
+gw
+gw
+gw
+eG
+in
+fu
+fu
+eW
+fr
+aa
+aa
+aa
+jQ
+ln
+lu
+lu
+lH
+lH
+lH
+jQ
+mc
+lH
+lH
+lu
+lu
+lu
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(57,1,1) = {"
+aa
+aa
+ab
+ac
+ac
+ad
+ae
+ae
+ae
+ae
+ah
+ak
+ak
+ak
+ak
+bd
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+eG
+eX
+fu
+fu
+fu
+gh
+eW
+gw
+gw
+gw
+gw
+eW
+gh
+in
+fu
+fu
+eX
+fr
+aa
+aa
+aa
+jQ
+ln
+lu
+lu
+lH
+lH
+lH
+jQ
+mc
+lH
+lH
+lu
+lu
+lu
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(58,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+eG
+eY
+fu
+fu
+fu
+gg
+eW
+eW
+eW
+eW
+eW
+eW
+gg
+in
+fu
+fu
+eY
+fr
+aa
+aa
+aa
+jQ
+lo
+lo
+lo
+lI
+lH
+lR
+jQ
+lR
+lH
+mt
+lo
+lo
+lo
+jQ
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(59,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+eG
+eZ
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+fu
+in
+fu
+fu
+jg
+jz
+aa
+aa
+aa
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(60,1,1) = {"
+aa
+aa
+ab
+ac
+ac
+ad
+ae
+ae
+ae
+ae
+ah
+ak
+ak
+ak
+ak
+bd
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+eG
+eW
+eW
+fu
+fu
+gi
+gy
+gy
+hd
+hs
+gy
+gy
+gi
+io
+iG
+iQ
+jh
+eG
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(61,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ac
+eG
+eG
+fv
+fv
+fv
+eG
+fv
+fv
+fv
+fv
+fv
+fv
+eG
+fv
+fv
+fv
+eG
+eG
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(62,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(63,1,1) = {"
+aa
+aa
+ab
+ac
+ac
+ad
+ae
+ae
+ae
+ae
+ah
+ak
+ak
+ak
+ak
+bd
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(64,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+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
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(65,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ag
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(66,1,1) = {"
+aa
+aa
+ab
+ac
+ac
+ad
+ae
+ae
+ae
+ae
+ah
+ak
+ak
+ak
+ak
+bd
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(67,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ai
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(68,1,1) = {"
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(69,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(70,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(71,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(72,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(73,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(74,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(75,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
diff --git a/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm b/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm
index d4f3ce9c1fb6..1d048d8a6c2b 100644
--- a/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm
+++ b/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm
@@ -1,69 +1,730 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"c" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"d" = (/turf/closed/wall/r_wall,/area/ruin/unpowered)
-"e" = (/obj/structure/table/reinforced,/obj/item/weapon/stock_parts/cell/hyper,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"f" = (/obj/structure/frame/computer,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"g" = (/turf/open/floor/plasteel,/area/ruin/unpowered)
-"h" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"i" = (/obj/machinery/door/airlock/external,/turf/open/floor/plating,/area/ruin/unpowered)
-"j" = (/obj/machinery/light{dir = 1},/turf/open/floor/plating,/area/ruin/unpowered)
-"k" = (/turf/open/floor/plating,/area/ruin/unpowered)
-"l" = (/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"m" = (/obj/structure/table/reinforced,/obj/item/weapon/folder,/obj/item/device/radio,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"n" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"o" = (/obj/machinery/porta_turret,/turf/open/floor/plating/airless,/area/ruin/unpowered)
-"p" = (/obj/structure/filingcabinet,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"q" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"r" = (/obj/machinery/power/apc{dir = 0; name = "Worn-out APC"; pixel_y = -24},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"s" = (/obj/structure/rack,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"t" = (/obj/item/weapon/rack_parts,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"u" = (/obj/item/weapon/rack_parts,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"v" = (/obj/structure/rack,/obj/item/device/firing_pin,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"w" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"x" = (/obj/machinery/door/airlock,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"y" = (/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"z" = (/obj/structure/tank_dispenser/oxygen,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"A" = (/obj/structure/table/reinforced,/obj/item/clothing/head/ushanka,/turf/open/floor/plasteel{dir = 4; icon_state = "darkredfull"},/area/ruin/unpowered)
-"B" = (/obj/structure/table/reinforced,/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"C" = (/obj/structure/table/reinforced,/obj/item/weapon/clipboard,/obj/machinery/light{dir = 1},/obj/item/device/radio,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"D" = (/obj/machinery/vending/clothing,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"E" = (/obj/structure/rack,/obj/item/ammo_box/c9mm,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"F" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"G" = (/turf/open/floor/plasteel{dir = 4; icon_state = "darkredfull"},/area/ruin/unpowered)
-"H" = (/obj/structure/bed,/obj/item/weapon/bedsheet/orange,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"I" = (/obj/structure/rack,/obj/item/clothing/head/helmet/swat,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"J" = (/obj/structure/rack,/obj/item/weapon/crowbar/red,/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"K" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"L" = (/obj/structure/chair/comfy/beige{dir = 4},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"M" = (/obj/structure/bed,/obj/item/weapon/bedsheet/orange,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"N" = (/obj/structure/rack,/obj/item/weapon/grenade/chem_grenade/teargas,/turf/open/floor/plasteel{icon_state = "dark"},/area/ruin/unpowered)
-"O" = (/obj/structure/table/reinforced,/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel{dir = 4; icon_state = "darkredfull"},/area/ruin/unpowered)
-"P" = (/obj/structure/table/reinforced,/obj/machinery/light,/obj/item/device/camera_bug,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"Q" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"R" = (/obj/structure/table/reinforced,/obj/item/weapon/pen/blue,/turf/open/floor/plasteel,/area/ruin/unpowered)
-"S" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka{pixel_x = -4; pixel_y = 4},/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka{pixel_x = 3},/turf/open/floor/plasteel,/area/ruin/unpowered)
-"T" = (/obj/structure/rack,/obj/item/weapon/storage/belt/military,/obj/machinery/light,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"U" = (/obj/structure/rack,/obj/item/clothing/head/helmet/riot,/turf/open/floor/plasteel{icon_state = "vault"; dir = 8},/area/ruin/unpowered)
-"V" = (/obj/structure/table/wood,/obj/item/weapon/reagent_containers/food/snacks/breadslice/meat,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/ruin/unpowered)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"c" = (
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/ruin/turretedoutpost)
+"d" = (
+/turf/closed/wall/r_wall,
+/area/ruin/turretedoutpost)
+"e" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/hyper,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"f" = (
+/obj/structure/frame/computer,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"g" = (
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"h" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"i" = (
+/obj/machinery/door/airlock/external,
+/turf/open/floor/plating,
+/area/ruin/turretedoutpost)
+"j" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ruin/turretedoutpost)
+"k" = (
+/turf/open/floor/plating,
+/area/ruin/turretedoutpost)
+"l" = (
+/turf/open/floor/plating/airless,
+/area/ruin/turretedoutpost)
+"m" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder,
+/obj/item/device/radio,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"n" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"o" = (
+/obj/machinery/porta_turret,
+/turf/open/floor/plating/airless,
+/area/ruin/turretedoutpost)
+"p" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"q" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"r" = (
+/obj/machinery/power/apc{
+ dir = 0;
+ name = "Worn-out APC";
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"s" = (
+/obj/structure/rack,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"t" = (
+/obj/item/weapon/rack_parts,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"u" = (
+/obj/item/weapon/rack_parts,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"v" = (
+/obj/structure/rack,
+/obj/item/device/firing_pin,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"w" = (
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"x" = (
+/obj/machinery/door/airlock,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"y" = (
+/turf/open/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/ruin/turretedoutpost)
+"z" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/ruin/turretedoutpost)
+"A" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/head/ushanka,
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "darkredfull"
+ },
+/area/ruin/turretedoutpost)
+"B" = (
+/obj/structure/table/reinforced,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"C" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"D" = (
+/obj/machinery/vending/clothing,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"E" = (
+/obj/structure/rack,
+/obj/item/ammo_box/c9mm,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"F" = (
+/obj/machinery/door/airlock/glass,
+/turf/open/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/ruin/turretedoutpost)
+"G" = (
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "darkredfull"
+ },
+/area/ruin/turretedoutpost)
+"H" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/orange,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"I" = (
+/obj/structure/rack,
+/obj/item/clothing/head/helmet/swat,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"J" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/paper/crumpled,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"K" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"L" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"M" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/orange,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"N" = (
+/obj/structure/rack,
+/obj/item/weapon/grenade/chem_grenade/teargas,
+/turf/open/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/ruin/turretedoutpost)
+"O" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper/crumpled,
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "darkredfull"
+ },
+/area/ruin/turretedoutpost)
+"P" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light,
+/obj/item/device/camera_bug,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"Q" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"R" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/pen/blue,
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"S" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka{
+ pixel_x = 3
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
+"T" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/belt/military,
+/obj/machinery/light,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"U" = (
+/obj/structure/rack,
+/obj/item/clothing/head/helmet/riot,
+/turf/open/floor/plasteel{
+ icon_state = "vault";
+ dir = 8
+ },
+/area/ruin/turretedoutpost)
+"V" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/breadslice/meat,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/turretedoutpost)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaabbab
-aaaaabaabbaaaaabababbb
-aaaaababbacccccccccccc
-aaaaabbbbbcddddddddddd
-aaaaabaaaacdefffghijki
-aaalllllllcdmnggggikki
-aaloddddddcdpqgggrdddd
-aalddstuvdddddwdxddllc
-aaldtyyyyzdABCgdgDdddc
-aaldsysEyyFGgggdgggHdc
-bbldIysJyyFGgKgdLggMdc
-abldsyyyyNdOPQRdSggMdc
-ablddstTUdddddddVggMdc
-aaloddddddolllcddddddc
-abbllllllllbbacccccccc
-aabbbbbabbbbaabbbaaaba
-aaabaabaaaabaababaaabb
-aaaaaaaaaaaaaabaaaaaaa
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+a
+b
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+a
+a
+l
+l
+l
+l
+l
+l
+l
+l
+b
+b
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+a
+a
+l
+o
+d
+d
+d
+d
+d
+d
+o
+l
+b
+b
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+a
+a
+l
+d
+d
+t
+s
+I
+s
+d
+d
+l
+b
+a
+a
+"}
+(6,1,1) = {"
+a
+b
+b
+b
+b
+l
+d
+s
+y
+y
+y
+y
+s
+d
+l
+b
+a
+a
+"}
+(7,1,1) = {"
+a
+a
+a
+b
+a
+l
+d
+t
+y
+s
+s
+y
+t
+d
+l
+b
+b
+a
+"}
+(8,1,1) = {"
+a
+a
+b
+b
+a
+l
+d
+u
+y
+E
+J
+y
+T
+d
+l
+a
+a
+a
+"}
+(9,1,1) = {"
+a
+b
+b
+b
+a
+l
+d
+v
+y
+y
+y
+y
+U
+d
+l
+b
+a
+a
+"}
+(10,1,1) = {"
+a
+b
+a
+b
+a
+l
+d
+d
+z
+y
+y
+N
+d
+d
+l
+b
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+c
+c
+c
+c
+c
+d
+d
+F
+F
+d
+d
+o
+l
+b
+a
+a
+"}
+(12,1,1) = {"
+a
+a
+c
+d
+d
+d
+d
+d
+A
+G
+G
+O
+d
+l
+b
+b
+b
+a
+"}
+(13,1,1) = {"
+a
+a
+c
+d
+e
+m
+p
+d
+B
+g
+g
+P
+d
+l
+b
+a
+a
+a
+"}
+(14,1,1) = {"
+a
+a
+c
+d
+f
+n
+q
+d
+C
+g
+K
+Q
+d
+l
+a
+a
+a
+a
+"}
+(15,1,1) = {"
+a
+a
+c
+d
+f
+g
+g
+w
+g
+g
+g
+R
+d
+c
+c
+b
+b
+b
+"}
+(16,1,1) = {"
+a
+b
+c
+d
+f
+g
+g
+d
+d
+d
+d
+d
+d
+d
+c
+b
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+c
+d
+g
+g
+g
+x
+g
+g
+L
+S
+V
+d
+c
+b
+b
+a
+"}
+(18,1,1) = {"
+a
+b
+c
+d
+h
+g
+r
+d
+D
+g
+g
+g
+g
+d
+c
+a
+a
+a
+"}
+(19,1,1) = {"
+b
+a
+c
+d
+i
+i
+d
+d
+d
+g
+g
+g
+g
+d
+c
+a
+a
+a
+"}
+(20,1,1) = {"
+b
+b
+c
+d
+j
+k
+d
+l
+d
+H
+M
+M
+M
+d
+c
+a
+a
+a
+"}
+(21,1,1) = {"
+a
+b
+c
+d
+k
+k
+d
+l
+d
+d
+d
+d
+d
+d
+c
+b
+b
+a
+"}
+(22,1,1) = {"
+b
+b
+c
+d
+i
+i
+d
+c
+c
+c
+c
+c
+c
+c
+c
+a
+b
+a
"}
diff --git a/_maps/RandomRuins/SpaceRuins/vaporwave.dmm b/_maps/RandomRuins/SpaceRuins/vaporwave.dmm
new file mode 100644
index 000000000000..e953ee9a4e66
--- /dev/null
+++ b/_maps/RandomRuins/SpaceRuins/vaporwave.dmm
@@ -0,0 +1,522 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/open/space,
+/area/space)
+"b" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"c" = (
+/obj/structure/lattice,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"d" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"e" = (
+/obj/structure/lattice,
+/turf/open/floor/plating/airless,
+/area/ruin/unpowered/no_grav)
+"f" = (
+/turf/closed/wall,
+/area/ruin/powered/aesthetic)
+"g" = (
+/turf/closed/wall/rust,
+/area/ruin/powered/aesthetic)
+"h" = (
+/obj/effect/overlay/palmtree_r,
+/turf/open/floor/holofloor/beach,
+/area/ruin/powered/aesthetic)
+"i" = (
+/obj/structure/piano,
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"j" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"k" = (
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"l" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"m" = (
+/obj/structure/table/reinforced,
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"n" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"o" = (
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"p" = (
+/obj/effect/overlay/palmtree_l,
+/turf/open/floor/holofloor/beach,
+/area/ruin/powered/aesthetic)
+"q" = (
+/turf/open/floor/holofloor/beach,
+/area/ruin/powered/aesthetic)
+"r" = (
+/obj/structure/window{
+ icon_state = "rwindow";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"s" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/glasses/sunglasses/big{
+ name = "aesthetic sunglasses"
+ },
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"t" = (
+/obj/item/device/instrument/eguitar,
+/turf/open/floor/holofloor/beach,
+/area/ruin/powered/aesthetic)
+"u" = (
+/turf/open/floor/holofloor/beach/coast_t,
+/area/ruin/powered/aesthetic)
+"v" = (
+/obj/item/weapon/statuebust,
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"w" = (
+/mob/living/simple_animal/butterfly,
+/turf/open/floor/plasteel/vaporwave,
+/area/ruin/powered/aesthetic)
+"x" = (
+/obj/structure/closet/crate/bin,
+/obj/item/device/tape/random,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"y" = (
+/turf/open/floor/holofloor/beach/coast_b,
+/area/ruin/powered/aesthetic)
+"z" = (
+/obj/structure/fans/tiny,
+/obj/machinery/door/airlock/hatch,
+/turf/open/floor/pod/dark,
+/area/ruin/powered/aesthetic)
+"A" = (
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"B" = (
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"C" = (
+/obj/structure/statue/sandstone/venus{
+ desc = "Ugh, this is merely an ugly amateurish replica of the other statue! The letters RIPGOAT are scribbled onto the base.";
+ dir = 8
+ },
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"D" = (
+/turf/open/floor/plasteel/airless/asteroid{
+ tag = "icon-recharge_floor_asteroid";
+ icon_state = "recharge_floor_asteroid"
+ },
+/area/ruin/unpowered/no_grav)
+"E" = (
+/turf/open/floor/plasteel/airless/asteroid,
+/area/ruin/unpowered/no_grav)
+"F" = (
+/obj/structure/statue/sandstone/venus{
+ dir = 4
+ },
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/area/ruin/unpowered/no_grav)
+"G" = (
+/turf/open/floor/plating/astplate{
+ initial_gas_mix = "TEMP=2.7"
+ },
+/obj/effect/turf_decal/stripes/asteroid/line,
+/area/ruin/unpowered/no_grav)
+"H" = (
+/obj/effect/overlay/palmtree_l,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"I" = (
+/turf/open/space,
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plasteel/airless/asteroid{
+ tag = "icon-platingsandeffect";
+ icon_state = "platingsandeffect"
+ },
+/area/ruin/unpowered/no_grav)
+"J" = (
+/turf/open/floor/plasteel/airless/asteroid{
+ tag = "icon-stairs-l";
+ icon_state = "stairs-l"
+ },
+/area/ruin/unpowered/no_grav)
+"K" = (
+/turf/open/floor/plasteel/airless/asteroid{
+ tag = "icon-stairs-m";
+ icon_state = "stairs-m"
+ },
+/area/ruin/unpowered/no_grav)
+"L" = (
+/turf/open/floor/plasteel/airless/asteroid{
+ tag = "icon-stairs-r";
+ icon_state = "stairs-r"
+ },
+/area/ruin/unpowered/no_grav)
+"M" = (
+/obj/effect/overlay/palmtree_r,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"N" = (
+/obj/effect/decal/sandeffect,
+/turf/open/floor/plasteel/airless/asteroid,
+/area/ruin/unpowered/no_grav)
+
+(1,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+a
+a
+a
+d
+c
+d
+a
+b
+a
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+a
+a
+a
+a
+d
+d
+c
+d
+d
+c
+d
+d
+a
+a
+a
+"}
+(4,1,1) = {"
+a
+a
+a
+d
+d
+d
+e
+c
+d
+e
+d
+d
+d
+a
+a
+"}
+(5,1,1) = {"
+a
+a
+a
+d
+f
+f
+g
+g
+g
+f
+g
+A
+d
+d
+a
+"}
+(6,1,1) = {"
+a
+a
+c
+d
+f
+h
+q
+h
+u
+y
+f
+B
+d
+d
+a
+"}
+(7,1,1) = {"
+a
+b
+c
+e
+g
+i
+r
+r
+r
+r
+f
+B
+H
+d
+d
+"}
+(8,1,1) = {"
+a
+a
+d
+d
+f
+j
+k
+k
+v
+k
+f
+C
+I
+A
+d
+"}
+(9,1,1) = {"
+a
+a
+d
+d
+f
+k
+k
+k
+k
+k
+f
+D
+J
+N
+d
+"}
+(10,1,1) = {"
+a
+a
+d
+c
+f
+l
+l
+k
+k
+k
+z
+E
+K
+E
+N
+"}
+(11,1,1) = {"
+a
+a
+d
+c
+g
+m
+s
+k
+k
+k
+f
+D
+L
+E
+N
+"}
+(12,1,1) = {"
+a
+a
+d
+c
+g
+n
+n
+k
+w
+k
+g
+F
+I
+A
+A
+"}
+(13,1,1) = {"
+b
+b
+c
+e
+f
+o
+o
+o
+o
+o
+f
+G
+M
+d
+d
+"}
+(14,1,1) = {"
+a
+a
+d
+d
+g
+p
+t
+p
+u
+y
+g
+B
+d
+d
+a
+"}
+(15,1,1) = {"
+a
+a
+d
+d
+f
+f
+g
+f
+g
+g
+g
+A
+d
+d
+a
+"}
+(16,1,1) = {"
+a
+a
+a
+d
+d
+d
+e
+c
+x
+e
+d
+d
+d
+a
+a
+"}
+(17,1,1) = {"
+a
+a
+a
+a
+a
+d
+c
+d
+d
+c
+d
+d
+d
+a
+a
+"}
+(18,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+d
+d
+d
+d
+a
+a
+a
+a
+"}
+(19,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+a
+a
+a
+a
+a
+a
+a
+a
+"}
diff --git a/_maps/RandomZLevels/Academy.dmm b/_maps/RandomZLevels/Academy.dmm
index 7f7d501f41cd..bf489a05ec42 100644
--- a/_maps/RandomZLevels/Academy.dmm
+++ b/_maps/RandomZLevels/Academy.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -235,7 +235,7 @@
/turf/open/floor/carpet,
/area/awaymission/academy/headmaster)
"aJ" = (
-/obj/structure/cult/tome,
+/obj/structure/destructible/cult/tome,
/obj/item/weapon/dice/d20/fate,
/turf/open/floor/wood,
/area/awaymission/academy/headmaster)
@@ -439,7 +439,8 @@
/obj/machinery/door/poddoor/shutters{
id = "AcademyAuto"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/academy/classrooms)
@@ -447,7 +448,8 @@
/obj/machinery/door/poddoor/shutters{
id = "AcademyAuto"
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/academy/classrooms)
@@ -461,7 +463,8 @@
/obj/machinery/door/poddoor/shutters{
id = "AcademyAuto"
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/academy/classrooms)
@@ -479,7 +482,8 @@
/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
"bA" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/academy/classrooms)
@@ -487,7 +491,8 @@
/turf/open/floor/plating,
/area/awaymission/academy/classrooms)
"bC" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/academy/classrooms)
@@ -502,9 +507,7 @@
/turf/closed/wall,
/area/awaymission/academy/classrooms)
"bF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2"
- },
+/turf/closed/wall/mineral/titanium,
/area/awaymission/academy/classrooms)
"bG" = (
/turf/closed/wall/shuttle{
@@ -575,7 +578,7 @@
/turf/open/floor/plasteel/black,
/area/awaymission/academy/headmaster)
"bQ" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -854,7 +857,7 @@
/turf/closed/wall,
/area/awaymission/academy/headmaster)
"cI" = (
-/obj/structure/divine/trap/damage,
+/obj/structure/trap/damage,
/turf/open/floor/carpet,
/area/awaymission/academy/headmaster)
"cJ" = (
@@ -862,7 +865,8 @@
/turf/open/floor/plating,
/area/awaymission/academy/classrooms)
"cK" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/academy/classrooms)
@@ -882,12 +886,14 @@
/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
"cN" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/awaymission/academy/classrooms)
"cO" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/awaymission/academy/classrooms)
@@ -1444,7 +1450,8 @@
/turf/open/floor/plasteel/white,
/area/awaymission/academy/classrooms)
"ez" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/awaymission/academy)
@@ -1505,7 +1512,8 @@
},
/area/awaymission/academy/classrooms)
"eJ" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/academy)
@@ -1617,7 +1625,8 @@
},
/area/awaymission/academy/classrooms)
"fb" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/awaymission/academy)
@@ -1910,7 +1919,8 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/academy/classrooms)
@@ -1968,19 +1978,22 @@
/area/awaymission/academy/classrooms)
"fR" = (
/mob/living/simple_animal/hostile/wizard,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/academy/classrooms)
"fS" = (
/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaymission/academy/classrooms)
"fT" = (
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/academy/classrooms)
@@ -2020,7 +2033,8 @@
/turf/open/floor/plating,
/area/awaymission/academy/classrooms)
"ga" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/academy/classrooms)
@@ -2114,7 +2128,8 @@
/obj/machinery/door/window{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/academy/classrooms)
@@ -2213,7 +2228,8 @@
dir = 4
},
/obj/item/ammo_casing,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/academy/classrooms)
@@ -2265,14 +2281,14 @@
info = "Grade: A+ Educator's Notes: Excellent form.";
name = "Summoning Midterm Exam"
},
-/obj/item/weapon/gun/projectile/shotgun/automatic/combat,
+/obj/item/weapon/gun/ballistic/shotgun/automatic/combat,
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/awaymission/academy/classrooms)
"gI" = (
/obj/structure/table,
-/obj/item/weapon/gun/projectile/revolver/russian,
+/obj/item/weapon/gun/ballistic/revolver/russian,
/obj/item/weapon/paper{
info = "Grade: B- Educator's Notes: Keep applying yourself, you're showing improvement.";
name = "Summoning Midterm Exam"
@@ -2290,9 +2306,10 @@
"gK" = (
/obj/structure/window/reinforced,
/obj/item/ammo_casing,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaymission/academy/classrooms)
"gL" = (
/mob/living/simple_animal/hostile/bear,
@@ -2313,7 +2330,8 @@
},
/area/awaymission/academy/classrooms)
"gP" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/academy/classrooms)
@@ -2409,7 +2427,8 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/academy/classrooms)
@@ -2799,7 +2818,7 @@
/area/awaymission/academy/academyaft)
"hU" = (
/obj/structure/closet,
-/obj/item/clothing/under/blackskirt,
+/obj/item/clothing/under/skirt/black,
/obj/item/clothing/glasses/regular,
/turf/open/floor/plasteel,
/area/awaymission/academy/academyaft)
@@ -2922,7 +2941,7 @@
},
/area/awaymission/academy/academyaft)
"in" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plasteel/cafeteria{
dir = 2
},
@@ -3115,7 +3134,7 @@
/turf/open/floor/wood,
/area/awaymission/academy/academyaft)
"iP" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/engine,
/area/awaymission/academy/academyaft)
"iQ" = (
@@ -3431,7 +3450,7 @@
},
/area/awaymission/academy/academyaft)
"jw" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/plasteel/yellow/side{
dir = 10
},
@@ -3440,7 +3459,7 @@
/turf/open/floor/plasteel/yellow/side,
/area/awaymission/academy/academyaft)
"jy" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/plasteel/yellow/side{
dir = 6
},
@@ -3787,7 +3806,8 @@
/obj/machinery/door/poddoor/shutters{
id = "AcademyGate"
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/awaymission/academy/academygate)
@@ -3883,11 +3903,11 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/structure/divine/trap/chill,
+/obj/structure/trap/chill,
/turf/open/floor/plating,
/area/awaymission/academy/academyaft)
"kN" = (
-/obj/structure/divine/trap/fire,
+/obj/structure/trap/fire,
/turf/open/floor/engine,
/area/awaymission/academy/academyaft)
"kO" = (
@@ -3942,13 +3962,13 @@
/turf/open/floor/engine/cult,
/area/awaymission/academy/academycellar)
"kZ" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/remains/human,
/turf/open/floor/engine/cult,
/area/awaymission/academy/academycellar)
"la" = (
-/obj/structure/divine/trap/damage,
+/obj/structure/trap/damage,
/turf/open/floor/engine/cult,
/area/awaymission/academy/academycellar)
"lb" = (
@@ -3963,11 +3983,11 @@
/turf/open/floor/mineral/uranium,
/area/awaymission/academy/academycellar)
"le" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/engine/cult,
/area/awaymission/academy/academycellar)
"lf" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/engine/cult,
/area/awaymission/academy/academycellar)
"lg" = (
@@ -11609,9 +11629,9 @@ aa
aa
bs
bF
-bW
-bW
-cs
+bF
+bF
+bF
cA
cA
cP
@@ -11738,7 +11758,7 @@ aa
aa
aa
bs
-bG
+bF
bX
bZ
bZ
@@ -11868,7 +11888,7 @@ aa
aa
aP
bs
-bG
+bF
bY
bZ
bZ
@@ -11998,7 +12018,7 @@ aa
aP
aP
bs
-bG
+bF
bZ
bZ
bZ
@@ -12128,7 +12148,7 @@ aP
aP
aa
bs
-bG
+bF
bZ
bX
bZ
@@ -12258,7 +12278,7 @@ ab
aP
aP
bs
-bG
+bF
ca
bZ
bZ
@@ -12388,7 +12408,7 @@ aP
aa
aa
bs
-bG
+bF
bZ
bZ
bZ
@@ -12518,10 +12538,10 @@ aP
aa
aa
bs
-bH
-bW
-bW
-cs
+bF
+bF
+bF
+bF
cC
cC
cR
diff --git a/_maps/RandomZLevels/Cabin.dmm b/_maps/RandomZLevels/Cabin.dmm
index 2aa4616c6286..f48bcfc3177d 100644
--- a/_maps/RandomZLevels/Cabin.dmm
+++ b/_maps/RandomZLevels/Cabin.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/closed/indestructible/rock/snow,
/area/space)
@@ -310,7 +310,7 @@
/area/awaymission/cabin)
"aZ" = (
/obj/structure/guncase/shotgun,
-/obj/item/weapon/gun/projectile/shotgun/riot,
+/obj/item/weapon/gun/ballistic/shotgun/riot,
/turf/open/floor/carpet,
/area/awaymission/cabin)
"ba" = (
diff --git a/_maps/RandomZLevels/beach.dmm b/_maps/RandomZLevels/beach.dmm
index 0f7e67d2444c..be820d8e858a 100644
--- a/_maps/RandomZLevels/beach.dmm
+++ b/_maps/RandomZLevels/beach.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
diff --git a/_maps/RandomZLevels/beach2.dmm b/_maps/RandomZLevels/beach2.dmm
index ec4111b4694b..72fbf2935293 100644
--- a/_maps/RandomZLevels/beach2.dmm
+++ b/_maps/RandomZLevels/beach2.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
diff --git a/_maps/RandomZLevels/caves.dmm b/_maps/RandomZLevels/caves.dmm
index 8e6daec75444..07f9df788c2a 100644
--- a/_maps/RandomZLevels/caves.dmm
+++ b/_maps/RandomZLevels/caves.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/closed/indestructible/rock,
/area/space)
@@ -92,7 +92,7 @@
name = "\improper BMP Asteroid Level 4"
})
"an" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/plating/asteroid/basalt/lava{
initial_gas_mix = "n2=23;o2=14"
},
@@ -108,7 +108,7 @@
name = "\improper BMP Asteroid Level 4"
})
"ap" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth;
initial_gas_mix = "n2=23;o2=14"
@@ -151,7 +151,7 @@
name = "\improper BMP Asteroid Level 4"
})
"au" = (
-/obj/structure/cult/talisman,
+/obj/structure/destructible/cult/talisman,
/obj/effect/decal/remains/human,
/obj/item/stack/sheet/runed_metal{
amount = 25
@@ -167,7 +167,7 @@
name = "\improper BMP Asteroid Level 4"
})
"av" = (
-/obj/structure/divine/trap/stun{
+/obj/structure/trap/stun{
desc = "A rune inscribed in the floor, the air feeling electrified around it.";
name = "shock rune"
},
@@ -199,7 +199,7 @@
name = "\improper BMP Asteroid Level 4"
})
"ay" = (
-/obj/structure/cult/tome,
+/obj/structure/destructible/cult/tome,
/obj/item/weapon/tome,
/obj/item/stack/sheet/runed_metal{
amount = 25
@@ -260,7 +260,7 @@
name = "\improper BMP Asteroid Level 4"
})
"aE" = (
-/obj/structure/cult/tome,
+/obj/structure/destructible/cult/tome,
/obj/item/stack/sheet/runed_metal{
amount = 25
},
@@ -474,7 +474,7 @@
name = "\improper BMP Asteroid Level 3"
})
"aY" = (
-/obj/structure/divine/trap/fire{
+/obj/structure/trap/fire{
desc = "An old rune inscribed on the floor, giving off an intense amount of heat.";
name = "flame rune"
},
@@ -485,7 +485,7 @@
name = "\improper BMP Asteroid Level 4"
})
"aZ" = (
-/obj/structure/divine/trap/fire{
+/obj/structure/trap/fire{
desc = "An old rune inscribed on the floor, giving off an intense amount of heat.";
name = "flame rune"
},
@@ -497,7 +497,7 @@
name = "\improper BMP Asteroid Level 4"
})
"ba" = (
-/obj/structure/cult/talisman,
+/obj/structure/destructible/cult/talisman,
/obj/item/weapon/plasma_fist_scroll,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth;
@@ -515,7 +515,7 @@
name = "\improper BMP Asteroid Level 3"
})
"bc" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plating/asteroid/basalt{
initial_gas_mix = "n2=23;o2=14"
},
@@ -672,7 +672,7 @@
name = "\improper BMP Asteroid Level 4"
})
"bs" = (
-/obj/structure/divine/trap/stun{
+/obj/structure/trap/stun{
desc = "A rune inscribed in the floor, the air feeling electrified around it.";
name = "shock rune"
},
@@ -683,7 +683,7 @@
name = "\improper BMP Asteroid Level 4"
})
"bt" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/mob/living/simple_animal/hostile/poison/giant_spider/hunter,
/turf/open/floor/plating/asteroid/basalt{
initial_gas_mix = "n2=23;o2=14"
@@ -692,7 +692,7 @@
name = "\improper BMP Asteroid Level 3"
})
"bu" = (
-/obj/effect/spider/cocoon,
+/obj/structure/spider/cocoon,
/turf/open/floor/plating/asteroid/basalt{
initial_gas_mix = "n2=23;o2=14"
},
@@ -700,7 +700,7 @@
name = "\improper BMP Asteroid Level 3"
})
"bv" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/plating/asteroid/basalt{
initial_gas_mix = "n2=23;o2=14"
},
@@ -745,7 +745,7 @@
name = "\improper BMP Asteroid Level 4"
})
"bA" = (
-/obj/structure/cult/tome,
+/obj/structure/destructible/cult/tome,
/obj/item/device/necromantic_stone,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/engine/cult{
@@ -781,7 +781,7 @@
name = "\improper BMP Asteroid Level 3"
})
"bE" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/engine/cult{
baseturf = /turf/open/floor/plating/lava/smooth;
@@ -805,7 +805,7 @@
name = "\improper BMP Asteroid Level 3"
})
"bG" = (
-/obj/item/weapon/gun/projectile/automatic/pistol/deagle/gold,
+/obj/item/weapon/gun/ballistic/automatic/pistol/deagle/gold,
/turf/open/floor/plating/asteroid/basalt/lava{
initial_gas_mix = "n2=23;o2=14"
},
@@ -1404,7 +1404,7 @@
},
/area/awaymission/research)
"cY" = (
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt;
initial_gas_mix = "n2=23;o2=14"
@@ -1540,7 +1540,7 @@
name = "\improper BMP Asteroid Level 2"
})
"dm" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -1580,7 +1580,7 @@
icon_state = "bulb1";
dir = 4
},
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -1588,7 +1588,7 @@
name = "\improper BMP Asteroid Level 2"
})
"dr" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -1685,7 +1685,7 @@
/area/awaymission/northblock)
"dD" = (
/obj/structure/table/wood,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -1735,7 +1735,7 @@
/area/awaymission/northblock)
"dJ" = (
/obj/item/stack/rods,
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -1800,7 +1800,7 @@
},
/area/awaymission/northblock)
"dT" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -1832,7 +1832,7 @@
"dY" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/landmark{
name = "awaystart"
},
@@ -2122,7 +2122,7 @@
/obj/structure/table,
/obj/item/weapon/gun/energy/kinetic_accelerator,
/obj/item/weapon/gun/energy/kinetic_accelerator,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -2417,7 +2417,7 @@
icon_state = "bulb1";
dir = 1
},
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/mob/living/simple_animal/hostile/poison/giant_spider/hunter,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt
@@ -2434,7 +2434,7 @@
/obj/structure/table,
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/storage/firstaid/fire,
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -2448,7 +2448,7 @@
},
/area/awaymission/BMPship)
"fv" = (
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/turf/open/floor/plating/asteroid/basalt{
initial_gas_mix = "n2=23;o2=14"
},
@@ -2493,7 +2493,7 @@
},
/area/awaymission/BMPship)
"fB" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt
},
@@ -2505,7 +2505,7 @@
},
/area/awaymission/BMPship)
"fD" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 8
diff --git a/_maps/RandomZLevels/centcomAway.dmm b/_maps/RandomZLevels/centcomAway.dmm
index b40e2d861856..60e2a5114674 100644
--- a/_maps/RandomZLevels/centcomAway.dmm
+++ b/_maps/RandomZLevels/centcomAway.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -342,7 +342,8 @@
/turf/open/floor/plating,
/area/awaymission/centcomAway/maint)
"bc" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/centcomAway/hangar)
@@ -397,7 +398,8 @@
id = "XCCHangar1";
name = "XCC Main Hangar"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/hangar)
"bm" = (
/turf/open/floor/plasteel/vault{
@@ -408,10 +410,7 @@
/turf/open/floor/plasteel/vault{
dir = 5
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/centcomAway/hangar)
"bo" = (
/obj/structure/shuttle/engine/propulsion{
@@ -492,10 +491,7 @@
/turf/open/floor/plating,
/area/awaymission/centcomAway/maint)
"bB" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/awaymission/centcomAway/hangar)
"bC" = (
/obj/structure/window/reinforced,
@@ -591,24 +587,18 @@
/area/awaymission/centcomAway/hangar)
"bS" = (
/turf/open/floor/plating,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/centcomAway/hangar)
"bT" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/centcomAway/hangar)
"bU" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"bV" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaymission/centcomAway/hangar)
"bW" = (
/obj/structure/table,
@@ -617,7 +607,7 @@
pixel_y = 4
},
/obj/item/weapon/storage/firstaid/toxin,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"bX" = (
/obj/structure/table,
@@ -626,7 +616,7 @@
pixel_x = -2;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"bY" = (
/obj/structure/table,
@@ -638,7 +628,7 @@
pixel_x = -2;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"bZ" = (
/turf/open/floor/plasteel/shuttle,
@@ -728,13 +718,10 @@
/turf/open/floor/plating/airless,
/area/awaymission/centcomAway/maint)
"cm" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/awaymission/centcomAway/hangar)
"cn" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"co" = (
/obj/item/weapon/pen,
@@ -847,41 +834,41 @@
"cJ" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cK" = (
/obj/structure/table/reinforced,
/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cL" = (
/obj/structure/table/reinforced,
/obj/item/weapon/pen,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cM" = (
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cN" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"cO" = (
/obj/machinery/sleep_console{
icon_state = "console";
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"cP" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"cQ" = (
/turf/closed/wall/shuttle{
@@ -901,32 +888,32 @@
/area/awaymission/centcomAway/cafe)
"cT" = (
/obj/structure/table/reinforced,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
/area/awaymission/centcomAway/general)
"cU" = (
/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cV" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cW" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cX" = (
/obj/structure/table/reinforced,
/obj/item/weapon/clipboard,
/obj/item/weapon/stamp,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"cY" = (
/turf/open/floor/plasteel/yellow/side{
@@ -947,16 +934,16 @@
"da" = (
/obj/structure/table,
/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"db" = (
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"dc" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"dd" = (
/obj/structure/reagent_dispensers/fueltank,
@@ -997,7 +984,7 @@
"dl" = (
/obj/structure/table,
/obj/item/weapon/storage/box/handcuffs,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"dm" = (
/obj/machinery/door/window/northright{
@@ -1007,22 +994,25 @@
name = "Security Desk";
req_access_txt = "103"
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaymission/centcomAway/hangar)
"dn" = (
/obj/structure/closet/crate,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/awaymission/centcomAway/hangar)
"do" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/centcomAway/hangar)
"dp" = (
/obj/structure/closet/crate/large,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/awaymission/centcomAway/hangar)
@@ -1055,7 +1045,8 @@
/area/awaymission/centcomAway/hangar)
"dv" = (
/obj/structure/closet/crate,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/centcomAway/hangar)
@@ -1076,7 +1067,7 @@
/area/awaymission/centcomAway/maint)
"dz" = (
/obj/structure/bed,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"dA" = (
/obj/structure/grille,
@@ -1094,7 +1085,8 @@
/area/awaymission/centcomAway/hangar)
"dB" = (
/obj/structure/ore_box,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/centcomAway/hangar)
@@ -1123,7 +1115,7 @@
/area/awaymission/centcomAway/cafe)
"dG" = (
/obj/structure/bed,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaymission/centcomAway/hangar)
"dH" = (
/obj/structure/table,
@@ -1151,22 +1143,25 @@
name = "Rest Room";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaymission/centcomAway/hangar)
"dM" = (
/obj/structure/closet/crate/large,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/awaymission/centcomAway/hangar)
"dN" = (
/obj/structure/closet/crate,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/awaymission/centcomAway/hangar)
"dO" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/awaymission/centcomAway/hangar)
@@ -1240,17 +1235,17 @@
"dZ" = (
/obj/structure/table,
/obj/structure/bedsheetbin,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"ea" = (
/obj/structure/table,
/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"eb" = (
/obj/structure/table,
/obj/item/weapon/storage/box/donkpockets,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"ec" = (
/obj/structure/flora/ausbushes,
@@ -1371,7 +1366,7 @@
name = "Cockpit";
req_access_txt = "109"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaymission/centcomAway/hangar)
"eu" = (
/turf/closed/wall/r_wall,
@@ -1397,18 +1392,18 @@
"ez" = (
/obj/structure/table,
/obj/item/device/radio/off,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"eA" = (
/obj/structure/chair{
dir = 4;
name = "Prosecution"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"eB" = (
/obj/structure/filingcabinet,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"eC" = (
/turf/open/floor/plasteel/green/side{
@@ -1495,11 +1490,12 @@
/area/awaymission/centcomAway/general)
"eR" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"eS" = (
/obj/machinery/telecomms/relay/preset/ruskie,
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/general)
"eT" = (
/obj/machinery/door/airlock/engineering{
@@ -1544,26 +1540,26 @@
"eZ" = (
/obj/structure/table,
/obj/item/weapon/storage/lockbox,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"fa" = (
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"fb" = (
/obj/structure/frame/computer,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"fc" = (
/obj/structure/table,
/obj/item/weapon/clipboard,
/obj/item/weapon/pen,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"fd" = (
/obj/structure/table,
/obj/item/weapon/paper_bin,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"fe" = (
/turf/open/floor/plasteel/green/side{
@@ -1845,12 +1841,14 @@
/turf/open/floor/plasteel/white,
/area/awaymission/centcomAway/general)
"fV" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/centcomAway/general)
"fW" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/centcomAway/general)
@@ -1960,13 +1958,15 @@
},
/area/awaymission/centcomAway/hangar)
"gn" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/awaymission/centcomAway/hangar)
"go" = (
/obj/structure/table,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/centcomAway/hangar)
@@ -2153,17 +2153,11 @@
/obj/structure/shuttle/engine/propulsion/burst{
dir = 4
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/centcomAway/hangar)
"gT" = (
/turf/open/floor/plasteel/black,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/centcomAway/hangar)
"gU" = (
/obj/structure/table,
@@ -2212,7 +2206,7 @@
/area/awaymission/centcomAway/courtroom)
"hc" = (
/obj/machinery/door/unpowered/shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"hd" = (
/obj/structure/chair{
@@ -2221,7 +2215,7 @@
/obj/item/device/radio/intercom{
pixel_y = 25
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaymission/centcomAway/hangar)
"he" = (
/obj/structure/grille,
@@ -2456,7 +2450,8 @@
pixel_y = 7;
req_access_txt = "2"
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/centcomAway/hangar)
@@ -2470,7 +2465,8 @@
pixel_x = -3;
pixel_y = -2
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/centcomAway/hangar)
@@ -2633,7 +2629,7 @@
/area/awaymission/centcomAway/general)
"is" = (
/obj/structure/bookcase,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plasteel/grimy,
/area/awaymission/centcomAway/general)
"it" = (
@@ -2641,7 +2637,8 @@
id = "XCCsec3";
name = "XCC Main Access Shutters"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/general)
"iu" = (
/obj/structure/flora/ausbushes,
@@ -2688,10 +2685,12 @@
id = "XCCMechs";
name = "XCC Mech Bay"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/hangar)
"iz" = (
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/awaymission/centcomAway/hangar)
"iA" = (
/obj/machinery/mass_driver{
@@ -2699,7 +2698,8 @@
id = "XCCMechs";
name = "gravpult"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/awaymission/centcomAway/hangar)
"iB" = (
/turf/open/floor/plasteel/loadingarea{
@@ -2920,7 +2920,7 @@
},
/area/awaymission/centcomAway/general)
"jk" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plasteel/grimy,
/area/awaymission/centcomAway/general)
"jl" = (
@@ -3114,7 +3114,8 @@
id = "XCCFerry";
name = "XCC Ferry Hangar"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/hangar)
"jM" = (
/obj/structure/chair,
@@ -3152,14 +3153,16 @@
id = "XCCsec1";
name = "XCC Checkpoint 1 Shutters"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/general)
"jS" = (
/obj/machinery/door/poddoor/shutters{
id = "XCCsec2";
name = "XCC Checkpoint 2 Shutters"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/general)
"jT" = (
/obj/structure/grille,
@@ -3252,7 +3255,8 @@
pixel_y = 7;
req_access_txt = "2"
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/centcomAway/hangar)
@@ -3273,7 +3277,10 @@
/turf/open/floor/plating,
/area/awaymission/centcomAway/hangar)
"kj" = (
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
+ dir = 6
+ },
+/obj/effect/turf_decal/delivery{
dir = 6
},
/area/awaymission/centcomAway/general)
@@ -3745,7 +3752,8 @@
id = "XCCtdomemelee";
name = "XCC Thunderdome Melee"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/thunderdome)
"lB" = (
/obj/item/weapon/reagent_containers/glass/rag,
@@ -3799,7 +3807,8 @@
id = "XCCtdome";
name = "XCC Thunderdome"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/thunderdome)
"lK" = (
/obj/machinery/igniter,
@@ -3916,7 +3925,8 @@
id = "XCCtdomeguns";
name = "XCC Thunderdome Guns"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/awaymission/centcomAway/thunderdome)
"mc" = (
/obj/item/weapon/soap/nanotrasen,
@@ -4106,42 +4116,49 @@
/turf/open/floor/plasteel/cafeteria,
/area/awaymission/centcomAway/cafe)
"mE" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/awaymission/centcomAway/cafe)
"mF" = (
/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/awaymission/centcomAway/cafe)
"mG" = (
/obj/machinery/shieldgen,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/centcomAway/cafe)
"mH" = (
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/centcomAway/cafe)
"mI" = (
/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/awaymission/centcomAway/cafe)
"mJ" = (
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/awaymission/centcomAway/cafe)
"mK" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/awaymission/centcomAway/cafe)
@@ -4181,7 +4198,7 @@
/obj/structure/safe/floor,
/obj/item/clothing/under/rank/centcom_officer,
/obj/item/clothing/suit/det_suit,
-/obj/item/weapon/gun/projectile/revolver/mateba,
+/obj/item/weapon/gun/ballistic/revolver/mateba,
/turf/open/floor/plasteel/grimy,
/area/awaymission/centcomAway/general)
"mR" = (
@@ -8707,7 +8724,7 @@ bn
bB
bB
bB
-cw
+bn
bd
be
be
@@ -8732,7 +8749,7 @@ gD
gD
gS
hc
-hv
+gS
gD
aV
ii
@@ -8837,8 +8854,8 @@ bo
bC
bR
bR
-ca
-cw
+bS
+bn
bd
bR
bd
@@ -8860,19 +8877,19 @@ gm
gD
gD
gD
-bH
+bB
hd
-bH
+bB
gD
aV
ij
-ik
+gm
ij
-ik
+gm
ij
-ik
+gm
ij
-ik
+gm
aV
bR
gD
@@ -8968,7 +8985,7 @@ bC
bR
bR
bR
-bH
+bB
bd
bd
bd
@@ -8990,19 +9007,19 @@ gm
gD
gD
gD
-bH
+bB
dc
-bH
+bB
gD
aV
-ik
-ik
-ik
-ik
-ik
-ik
-ik
-ik
+gm
+gm
+gm
+gm
+gm
+gm
+gm
+gm
aV
gD
gD
@@ -9098,17 +9115,17 @@ bC
bS
cm
cx
-cI
+cm
bB
bB
bB
-bD
bB
bB
bB
bB
bB
-eq
+bB
+bS
bR
bR
bd
@@ -9122,14 +9139,14 @@ gD
gD
gT
he
-hw
+gT
gD
aV
il
gD
gD
-ik
-ik
+gm
+gm
gD
gD
gD
@@ -9223,8 +9240,8 @@ aa
aa
aV
bd
-br
-bD
+bn
+bB
bT
cn
cn
@@ -9232,14 +9249,14 @@ cJ
cU
da
dl
-bH
+bB
dz
dz
dz
dz
dz
-er
-eq
+bB
+bS
bR
bR
bd
@@ -9354,7 +9371,7 @@ aa
aV
bd
bd
-bE
+bB
bU
cn
bV
@@ -9362,17 +9379,17 @@ cK
cV
db
db
-bH
+bB
bV
bV
bV
bV
bV
-er
-bI
bB
bB
-cw
+bB
+bB
+bn
bd
bd
bd
@@ -9492,13 +9509,13 @@ cL
cW
db
db
-bH
+bB
dz
dG
bV
dz
dz
-bH
+bB
ez
eb
eZ
@@ -9511,7 +9528,7 @@ gD
gD
gS
hc
-hv
+gS
gD
gD
aV
@@ -9614,7 +9631,7 @@ aa
aV
be
bd
-bG
+bB
bW
cn
bV
@@ -9622,13 +9639,13 @@ cM
cX
cM
dm
-cI
-bB
cm
+bB
+bB
dL
-dR
bB
-es
+bB
+cm
cP
cn
fa
@@ -9639,9 +9656,9 @@ bd
gm
gD
gD
-bH
+bB
hd
-bH
+bB
gD
gD
aV
@@ -9744,7 +9761,7 @@ aa
aV
bd
bd
-bH
+bB
bX
cn
bV
@@ -9769,9 +9786,9 @@ bd
gm
gD
gD
-bH
+bB
dc
-bH
+bB
gD
gD
mT
@@ -9874,7 +9891,7 @@ aa
aV
bd
bd
-bE
+bB
bY
cn
bV
@@ -9888,7 +9905,7 @@ cP
bV
cn
dZ
-bG
+bB
eA
cn
fc
@@ -9901,7 +9918,7 @@ gD
gD
gT
he
-hw
+gT
gD
gD
aV
@@ -10018,7 +10035,7 @@ dc
bV
cn
ea
-bH
+bB
eB
ez
fd
@@ -10134,7 +10151,7 @@ aa
aV
bd
bd
-bG
+bB
bU
cn
bV
@@ -10148,11 +10165,11 @@ bV
bV
cn
eb
-er
-bD
bB
bB
-cy
+bB
+bB
+bn
bd
bd
bd
@@ -10264,8 +10281,8 @@ aa
aV
bd
bn
-bI
-bZ
+bB
+bT
cn
cn
cP
@@ -10278,8 +10295,8 @@ cP
bV
cn
bU
-er
-cy
+bB
+bn
bd
bd
bd
@@ -10395,20 +10412,20 @@ aV
bd
bo
bC
-ca
+bS
cm
cx
-cQ
-bB
cm
+bB
+bB
bF
-du
+bB
dA
-du
+bB
bF
-dR
bB
-cy
+bB
+bn
bd
bd
bd
@@ -10528,7 +10545,7 @@ bC
bR
bR
bR
-bH
+bB
bd
dd
bd
@@ -10658,7 +10675,7 @@ bC
bR
bR
bS
-cy
+bn
bd
bd
bd
@@ -10783,11 +10800,11 @@ aa
aa
aV
bd
-br
+bn
bB
bB
bB
-cy
+bn
bd
bd
bd
@@ -13161,7 +13178,7 @@ gz
eD
eD
eD
-jl
+fY
fx
eD
eD
@@ -13543,7 +13560,7 @@ eD
ho
fv
hI
-jl
+fY
eu
eu
eu
diff --git a/_maps/RandomZLevels/challenge.dmm b/_maps/RandomZLevels/challenge.dmm
index 79a8b400cfbe..f1802f4ab6bb 100644
--- a/_maps/RandomZLevels/challenge.dmm
+++ b/_maps/RandomZLevels/challenge.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -229,7 +229,8 @@
/turf/open/floor/plating/airless,
/area/awaymission/challenge/main)
"aR" = (
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/awaymission/challenge/main)
"aS" = (
/obj/machinery/power/emitter{
@@ -310,7 +311,8 @@
/turf/open/floor/plating/airless,
/area/awaymission/challenge/main)
"ba" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/challenge/main)
@@ -329,7 +331,8 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/awaymission/challenge/main)
@@ -337,7 +340,8 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/challenge/main)
@@ -357,7 +361,8 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/challenge/main)
@@ -368,7 +373,8 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/awaymission/challenge/main)
@@ -391,7 +397,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/challenge/main)
@@ -431,7 +438,8 @@
state = 2;
use_power = 0
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/challenge/main)
@@ -460,7 +468,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/challenge/main)
@@ -482,7 +491,8 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/challenge/main)
@@ -502,13 +512,15 @@
dir = 8
},
/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/awaymission/challenge/main)
"bv" = (
/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/awaymission/challenge/main)
@@ -517,7 +529,8 @@
dir = 4
},
/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/awaymission/challenge/main)
@@ -544,13 +557,15 @@
icon_state = "tube1";
dir = 8
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/awaymission/challenge/main)
"bz" = (
/obj/machinery/light{
dir = 4
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/awaymission/challenge/main)
"bA" = (
/obj/structure/grille,
@@ -562,7 +577,8 @@
/area/awaymission/challenge/main)
"bB" = (
/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/challenge/main)
@@ -720,7 +736,7 @@
},
/area/awaymission/challenge/end)
"bQ" = (
-/obj/item/weapon/gun/projectile/revolver/russian,
+/obj/item/weapon/gun/ballistic/revolver/russian,
/turf/open/floor/plasteel/white/side{
dir = 2
},
@@ -754,7 +770,8 @@
/turf/open/floor/plating/airless,
/area/awaymission/challenge/main)
"bU" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/awaymission/challenge/main)
@@ -858,7 +875,7 @@
/area/awaymission/challenge/end)
"ck" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/revolver/mateba,
+/obj/item/weapon/gun/ballistic/revolver/mateba,
/turf/open/floor/wood,
/area/awaymission/challenge/end)
"cl" = (
@@ -927,7 +944,7 @@
/area/awaymission/challenge/end)
"cw" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/l6_saw,
+/obj/item/weapon/gun/ballistic/automatic/l6_saw,
/turf/open/floor/wood,
/area/awaymission/challenge/end)
"cx" = (
diff --git a/_maps/RandomZLevels/moonoutpost19.dmm b/_maps/RandomZLevels/moonoutpost19.dmm
index 6bdfdaf1e86c..60244ade254c 100644
--- a/_maps/RandomZLevels/moonoutpost19.dmm
+++ b/_maps/RandomZLevels/moonoutpost19.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -82,7 +82,7 @@
/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -105,7 +105,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -177,7 +177,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -249,12 +249,8 @@
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
-/obj/item/weapon/gun/projectile/automatic/pistol,
+/obj/item/clothing/mask/facehugger/impregnated,
+/obj/item/weapon/gun/ballistic/automatic/pistol,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -462,11 +458,7 @@
},
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/impregnated,
/obj/item/clothing/under/rank/security,
/obj/item/clothing/suit/armor/vest,
/obj/item/weapon/melee/baton/loaded,
@@ -536,7 +528,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -558,7 +550,7 @@
/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -891,11 +883,7 @@
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
/obj/effect/decal/cleanable/blood,
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/impregnated,
/obj/item/clothing/under/syndicate,
/obj/item/clothing/glasses/night,
/turf/open/floor/plating/asteroid{
@@ -1007,9 +995,10 @@
/obj/item/device/radio/off{
pixel_x = 2
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line,
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1028,10 +1017,12 @@
info = "Log 1:
We got our promised supply drop today. We were only meant to get it, what, a week ago? This bloody gateway keeps desyncing itself, and that means subsisting off recycled water and carb packs. No clue where the damn thing connects to on its off days, and HQ say we are 'not to touch it if it isn't linking to command.' We dumped off the assload of crates Jim filled, got our boxes of oxygen, food and drink, and closed the portal.
Log 2:
Damn thing is acting up again. Three days no contact this time. I thought I heard clanking noises from it yesterday. Jim is going on about the NT base or some shit. We've been over this before - They don't know we're here, that engineer was too drunk to recognise his suit, especially since I had it painted orange. He's starting to get annoying. We're safe.
Log 3:
Gateway synced itself up automatically today. I opened it for an instant to spy through it, got a glimpse of the inside of a transport container. Either HQ's redecorating or something, or there's more than two of these things.";
name = "Personal Log"
},
-/turf/open/floor/plasteel/warning{
- dir = 6;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1048,10 +1039,12 @@
icon_state = "1-2";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1063,10 +1056,12 @@
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
- dir = 10;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1080,9 +1075,10 @@
pixel_y = 4
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line,
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1354,10 +1350,12 @@
},
/obj/item/clothing/gloves/color/yellow,
/obj/item/device/multitool,
-/turf/open/floor/plating/warnplate{
- dir = 9;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1372,10 +1370,12 @@
d2 = 4
},
/obj/machinery/computer/monitor,
-/turf/open/floor/plating/warnplate{
- dir = 5;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1407,20 +1407,24 @@
pixel_y = 23;
req_access = "150"
},
-/turf/open/floor/plating/warnplate{
- dir = 9;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
})
"bV" = (
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating/warnplate{
- dir = 5;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1446,12 +1450,14 @@
dir = 2;
id = "awaysyndie"
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 4;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1556,12 +1562,14 @@
pixel_y = 32
},
/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 8;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1574,12 +1582,14 @@
pixel_y = 0
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 1;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1589,12 +1599,14 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 4;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1634,10 +1646,12 @@
info = "Alright, listen up. If you're reading this, I'm either taking a shit or I've been recalled back to Command. Either way, you'll need to know how to restore power. We've stolen this stuff from Nanotrasen, so all the equipment is jury-rigged. We have generators that work on both plasma and uranium, about 50 sheets should power the outpost for quite a while. If the generators aren't working, which is very likely, take the power cell on the desk and put it into the APC in the hallway. That should get the place running, at least for a little while.";
name = "Engineering Instructions"
},
-/turf/open/floor/plating/warnplate{
- dir = 8;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1662,20 +1676,24 @@
icon_state = "0-2";
d2 = 2
},
-/turf/open/floor/plating/warnplate{
- dir = 1;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
})
"cl" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1690,10 +1708,12 @@
pixel_y = 0;
serial_number = 10
},
-/turf/open/floor/plating/warnplate{
- dir = 4;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1709,12 +1729,14 @@
name = "Syndicate Outpost"
})
"co" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 8;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1911,10 +1933,12 @@
"cB" = (
/obj/machinery/space_heater,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/warnplate{
- dir = 4;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1924,12 +1948,14 @@
dir = 1;
output_dir = 2
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 4;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1945,12 +1971,14 @@
})
"cE" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 8;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -1970,7 +1998,7 @@
"cG" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/obj/item/stack/rods,
@@ -2057,10 +2085,12 @@
"cM" = (
/obj/item/weapon/storage/box/lights/mixed,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/warnplate{
- dir = 10;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2071,10 +2101,12 @@
desc = "A portable generator for emergency backup power.";
name = "P.A.C.M.A.N.-type portable generator"
},
-/turf/open/floor/plating/warnplate{
- dir = 2;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2086,20 +2118,24 @@
desc = "A portable generator for emergency backup power.";
name = "S.U.P.E.R.P.A.C.M.A.N.-type portable generator"
},
-/turf/open/floor/plating/warnplate{
- dir = 2;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
})
"cP" = (
/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating/warnplate{
- dir = 6;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2110,12 +2146,14 @@
layer = 3.1;
name = "mining conveyor"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 8;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2191,12 +2229,14 @@
})
"cV" = (
/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 8;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2236,12 +2276,15 @@
/obj/structure/alien/weeds{
icon_state = "weeds2"
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
dir = 1;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2327,12 +2370,14 @@
input_dir = 1;
output_dir = 2
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 4;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2352,12 +2397,15 @@
amount = 10
},
/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
dir = 1;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2436,23 +2484,27 @@
})
"dm" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 1;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
})
"dn" = (
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 4;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2606,12 +2658,14 @@
icon_state = "bulb-broken";
status = 2
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 9;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2632,12 +2686,14 @@
/obj/item/clothing/mask/gas,
/obj/item/weapon/pickaxe/drill,
/obj/item/clothing/head/helmet/space/syndicate/orange,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 5;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2681,12 +2737,14 @@
pixel_y = -32
},
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 10;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2706,12 +2764,14 @@
"dD" = (
/obj/structure/rack,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
- dir = 6;
heat_capacity = 1e+006;
temperature = 251
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "Syndicate Outpost"
@@ -2911,11 +2971,7 @@
/obj/item/clothing/suit/space/syndicate/orange,
/obj/item/clothing/mask/gas,
/obj/item/clothing/head/helmet/space/syndicate/orange,
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/impregnated,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -3117,15 +3173,13 @@
/obj/machinery/door/poddoor/preopen{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaybiohazard";
- name = "Acid-Proof biohazard containment door";
- unacidable = 1
+ name = "Acid-Proof biohazard containment door"
},
/obj/machinery/door/poddoor{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaybiohazard";
layer = 2.9;
- name = "Acid-Proof biohazard containment door";
- unacidable = 1
+ name = "Acid-Proof biohazard containment door"
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating{
@@ -3221,10 +3275,12 @@
/obj/structure/alien/weeds{
icon_state = "weeds2"
},
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -3287,7 +3343,7 @@
/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -3306,8 +3362,7 @@
id = "awayxenobio";
name = "Acid-Proof mounted igniter";
pixel_x = 0;
- pixel_y = 25;
- unacidable = 1
+ pixel_y = 25
},
/obj/structure/alien/weeds{
icon_state = "weeds1"
@@ -3330,11 +3385,7 @@
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/impregnated,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -3422,10 +3473,12 @@
name = "xenobiology monitor";
network = list("MO19X")
},
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -3438,8 +3491,7 @@
/obj/machinery/door/poddoor/preopen{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaylab";
- name = "Acid-Proof containment chamber blast door";
- unacidable = 1
+ name = "Acid-Proof containment chamber blast door"
},
/obj/structure/cable,
/obj/structure/grille,
@@ -3520,7 +3572,7 @@
/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -3615,10 +3667,12 @@
/obj/structure/alien/weeds{
icon_state = "weeds2"
},
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -3629,7 +3683,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -3954,11 +4008,7 @@
/obj/structure/alien/weeds{
icon_state = "weeds1"
},
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/impregnated,
/obj/item/xenos_claw,
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -3971,10 +4021,12 @@
"fj" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
- dir = 4;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4004,10 +4056,12 @@
/obj/structure/alien/weeds{
icon_state = "weeds1"
},
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4021,8 +4075,7 @@
/obj/machinery/door/poddoor/preopen{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaylab";
- name = "Acid-Proof containment chamber blast door";
- unacidable = 1
+ name = "Acid-Proof containment chamber blast door"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -4039,7 +4092,7 @@
},
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
- health = 100;
+ obj_integrity = 100;
icon_state = "egg_hatched";
name = "egg"
},
@@ -4053,11 +4106,7 @@
icon_state = "weeds1"
},
/obj/structure/bed/nest,
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/impregnated,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -4241,10 +4290,12 @@
pixel_x = 0
},
/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warning{
- dir = 4;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4280,8 +4331,7 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
desc = "A one meter section of pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof Pipe";
- unacidable = 1
+ name = "Acid-Proof Pipe"
},
/obj/item/stack/rods,
/obj/item/stack/cable_coil{
@@ -4290,10 +4340,12 @@
/obj/item/weapon/shard{
icon_state = "small"
},
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4302,14 +4354,12 @@
/obj/machinery/door/poddoor/preopen{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaylab";
- name = "Acid-Proof containment chamber blast door";
- unacidable = 1
+ name = "Acid-Proof containment chamber blast door"
},
/obj/machinery/atmospherics/pipe/simple/general/visible{
desc = "A one meter section of pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof Pipe";
- unacidable = 1
+ name = "Acid-Proof Pipe"
},
/obj/item/stack/rods,
/obj/item/stack/cable_coil{
@@ -4333,8 +4383,7 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
desc = "A one meter section of pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof Pipe";
- unacidable = 1
+ name = "Acid-Proof Pipe"
},
/obj/structure/alien/weeds{
icon_state = "weeds1"
@@ -4348,8 +4397,7 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
desc = "A one meter section of pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof Pipe";
- unacidable = 1
+ name = "Acid-Proof Pipe"
},
/obj/structure/alien/weeds{
icon_state = "weeds1"
@@ -4364,8 +4412,7 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
desc = "A one meter section of pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof Pipe";
- unacidable = 1
+ name = "Acid-Proof Pipe"
},
/obj/structure/alien/weeds{
icon_state = "weeds1"
@@ -4380,8 +4427,7 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
desc = "A one meter section of pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof Pipe";
- unacidable = 1
+ name = "Acid-Proof Pipe"
},
/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
@@ -4396,8 +4442,7 @@
dir = 8;
icon_state = "on";
name = "Acid-Proof Air Injector";
- on = 1;
- unacidable = 1
+ on = 1
},
/obj/structure/alien/weeds,
/turf/open/floor/engine,
@@ -4636,10 +4681,12 @@
pixel_x = 0;
pixel_y = -29
},
-/turf/open/floor/plasteel/warning{
- dir = 4;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4650,10 +4697,12 @@
},
/obj/structure/closet/l3closet/scientist,
/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4667,8 +4716,7 @@
/obj/machinery/door/poddoor/preopen{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaylab";
- name = "Acid-Proof containment chamber blast door";
- unacidable = 1
+ name = "Acid-Proof containment chamber blast door"
},
/obj/item/stack/cable_coil/cut{
amount = 1;
@@ -4708,11 +4756,7 @@
"ge" = (
/obj/structure/alien/weeds,
/obj/structure/bed/nest,
-/obj/item/clothing/mask/facehugger{
- icon_state = "facehugger_impregnated";
- item_state = "facehugger_impregnated";
- stat = 2
- },
+/obj/item/clothing/mask/facehugger/impregnated,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -4831,29 +4875,35 @@
/obj/structure/alien/weeds{
icon_state = "weeds2"
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
})
"go" = (
/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
})
"gp" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4864,10 +4914,12 @@
/obj/item/device/mmi,
/obj/item/device/mmi,
/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4889,14 +4941,15 @@
/obj/structure/disposalpipe/trunk{
desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof disposal pipe";
- unacidable = 1
+ name = "Acid-Proof disposal pipe"
},
/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -4909,14 +4962,12 @@
/obj/structure/disposalpipe/segment{
desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof disposal pipe";
- unacidable = 1
+ name = "Acid-Proof disposal pipe"
},
/obj/machinery/door/poddoor/preopen{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaylab";
- name = "Acid-Proof containment chamber blast door";
- unacidable = 1
+ name = "Acid-Proof containment chamber blast door"
},
/obj/structure/cable,
/obj/structure/grille,
@@ -4932,8 +4983,7 @@
/obj/structure/disposalpipe/segment{
desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating.";
dir = 4;
- name = "Acid-Proof disposal pipe";
- unacidable = 1
+ name = "Acid-Proof disposal pipe"
},
/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
@@ -4947,8 +4997,7 @@
desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating.";
dir = 2;
icon_state = "pipe-c";
- name = "Acid-Proof disposal pipe";
- unacidable = 1
+ name = "Acid-Proof disposal pipe"
},
/obj/structure/alien/weeds{
icon_state = "weeds2"
@@ -5062,7 +5111,7 @@
"gE" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/obj/item/stack/rods,
@@ -5182,10 +5231,12 @@
},
/obj/item/weapon/pen,
/obj/item/device/radio/off,
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -5195,8 +5246,7 @@
/obj/machinery/door/poddoor/preopen{
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaylab";
- name = "Acid-Proof containment chamber blast door";
- unacidable = 1
+ name = "Acid-Proof containment chamber blast door"
},
/obj/structure/cable{
icon_state = "0-2";
@@ -5214,8 +5264,7 @@
"gM" = (
/obj/structure/disposalpipe/segment{
desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating.";
- name = "Acid-Proof disposal pipe";
- unacidable = 1
+ name = "Acid-Proof disposal pipe"
},
/obj/structure/alien/weeds{
icon_state = "weeds1"
@@ -5397,10 +5446,12 @@
/obj/structure/alien/weeds{
icon_state = "weeds2"
},
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -5422,14 +5473,12 @@
/obj/structure/disposaloutlet{
desc = "An outlet for the pneumatic disposal system. This one has been applied with an acid-proof coating.";
dir = 1;
- name = "Acid-Proof disposal outlet";
- unacidable = 1
+ name = "Acid-Proof disposal outlet"
},
/obj/structure/disposalpipe/trunk{
desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating.";
dir = 1;
- name = "Acid-Proof disposal pipe";
- unacidable = 1
+ name = "Acid-Proof disposal pipe"
},
/obj/structure/alien/weeds{
icon_state = "weeds1"
@@ -5465,8 +5514,7 @@
id = "awayxenobio";
name = "Acid-Proof mounted igniter";
pixel_x = 0;
- pixel_y = -25;
- unacidable = 1
+ pixel_y = -25
},
/obj/structure/alien/weeds{
icon_state = "weeds2"
@@ -5671,7 +5719,7 @@
name = "research director's locker";
req_access_txt = "201"
},
-/obj/item/weapon/storage/backpack/satchel_tox,
+/obj/item/weapon/storage/backpack/satchel/tox,
/obj/item/clothing/gloves/color/latex,
/turf/open/floor/plasteel/cafeteria{
dir = 5
@@ -5768,7 +5816,7 @@
"hx" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/obj/item/stack/rods,
@@ -5810,7 +5858,7 @@
pixel_x = -5;
pixel_y = -2
},
-/obj/item/robot_parts/l_arm,
+/obj/item/bodypart/l_arm/robot,
/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
@@ -5993,13 +6041,13 @@
desc = "A heavy duty blast door that opens mechanically. This one has been applied with an acid-proof coating.";
id = "Awaybiohazard";
layer = 2.9;
- name = "Acid-Proof biohazard containment door";
- unacidable = 1
+ name = "Acid-Proof biohazard containment door"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006;
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6189,10 +6237,12 @@
dir = 8
},
/obj/item/weapon/circuitboard/computer/teleporter,
-/turf/open/floor/plasteel/warnwhite{
- dir = 9;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6202,20 +6252,24 @@
/obj/item/device/paicard{
pixel_x = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
})
"id" = (
/obj/structure/rack,
-/turf/open/floor/plasteel/warnwhite{
- dir = 5;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6319,7 +6373,7 @@
desc = "Oh no, seven years of bad luck!";
icon_state = "mirror_broke";
pixel_x = 28;
- shattered = 1
+ broken = 1
},
/turf/open/floor/plasteel/freezer{
heat_capacity = 1e+006
@@ -6408,10 +6462,12 @@
name = "MO19 Research"
})
"ir" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 8;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6440,10 +6496,12 @@
info = "19 06 2554
I fucking knew it. There was a major breach, that idiotic force field failed and the xenomorphs rushed out and took out the scientists. I've managed to make it to my office and closed the blast doors. I can hear them trying to pry open the doors. Probably don't have long. I have no clue what has happened to the rest of the crew, for all I know they've been killed to produce more of the fucks.";
name = "Hastily Written Note"
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 4;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6457,20 +6515,24 @@
icon_state = "shower";
name = "emergency shower"
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 9;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
})
"iv" = (
/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 5;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6652,20 +6714,24 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 10;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
})
"iL" = (
/obj/machinery/light/small,
-/turf/open/floor/plasteel/warnwhite{
- dir = 2;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6676,10 +6742,12 @@
/obj/item/device/taperecorder{
pixel_x = -3
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 6;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6692,10 +6760,12 @@
pixel_y = 2
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warnwhite{
- dir = 10;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -6703,10 +6773,12 @@
"iO" = (
/obj/structure/closet/emcloset,
/obj/machinery/light/small,
-/turf/open/floor/plasteel/warnwhite{
- dir = 6;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
@@ -8081,7 +8153,7 @@
/obj/item/stack/rods,
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/obj/item/stack/rods,
@@ -8099,7 +8171,7 @@
"kQ" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/obj/item/stack/rods,
@@ -8269,19 +8341,13 @@
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
})
"ld" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8324,10 +8390,12 @@
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 2;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8629,19 +8697,23 @@
name = "MO19 Arrivals"
})
"lF" = (
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
})
"lG" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 2;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8649,10 +8721,12 @@
"lH" = (
/obj/structure/table,
/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,
-/turf/open/floor/plasteel/warning{
- dir = 6;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8779,7 +8853,7 @@
/obj/effect/decal/remains/human{
desc = "They look like human remains. The skeleton is sitting upright with its legs tucked in and hands still holding onto its arms."
},
-/obj/item/weapon/gun/projectile/shotgun/sc_pump,
+/obj/item/weapon/gun/ballistic/shotgun/sc_pump,
/turf/open/floor/plasteel/showroomfloor{
heat_capacity = 1e+006;
temperature = 273.15
@@ -8789,11 +8863,8 @@
name = "MO19 Arrivals"
})
"lV" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8801,7 +8872,7 @@
"lW" = (
/obj/structure/table,
/obj/item/weapon/storage/lockbox,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8809,7 +8880,7 @@
"lX" = (
/obj/structure/table,
/obj/item/device/radio/off,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8828,7 +8899,7 @@
pixel_x = -32;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8840,13 +8911,13 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
})
"mb" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8855,7 +8926,7 @@
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8868,14 +8939,14 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
})
"me" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8894,10 +8965,12 @@
name = "MO19 Arrivals"
})
"mg" = (
-/turf/open/floor/plasteel/warning{
- dir = 4;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -8947,7 +9020,7 @@
})
"ml" = (
/obj/structure/table,
-/obj/item/weapon/storage/backpack/satchel/withwallet,
+/obj/item/weapon/storage/backpack/satchel/leather/withwallet,
/turf/open/floor/plasteel/black,
/area/awaycontent/a1{
has_gravity = 1;
@@ -9013,7 +9086,7 @@
"mp" = (
/obj/structure/table,
/obj/item/weapon/storage/box/donkpockets,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9025,13 +9098,13 @@
/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
})
"mr" = (
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9040,7 +9113,7 @@
/obj/effect/landmark{
name = "awaystart"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9052,7 +9125,7 @@
/obj/effect/landmark{
name = "awaystart"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9064,7 +9137,7 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9086,10 +9159,12 @@
})
"mw" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
- dir = 4;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9206,16 +9281,16 @@
})
"mG" = (
/obj/machinery/computer/shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
})
"mH" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Shuttle Cockpit"
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9224,7 +9299,7 @@
/obj/effect/landmark{
name = "awaystart"
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9239,16 +9314,16 @@
/obj/effect/landmark{
name = "awaystart"
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
})
"mK" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9291,10 +9366,12 @@
dir = 8;
network = list("MO19")
},
-/turf/open/floor/plasteel/warning{
- dir = 4;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9410,7 +9487,7 @@
/obj/structure/table,
/obj/item/weapon/clipboard,
/obj/item/weapon/pen,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9420,7 +9497,7 @@
/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9439,7 +9516,7 @@
dir = 4
},
/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9522,7 +9599,7 @@
})
"nf" = (
/obj/structure/filingcabinet,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9532,7 +9609,7 @@
dir = 8
},
/obj/machinery/light/small,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9543,7 +9620,7 @@
pixel_y = -30
},
/obj/machinery/light/small,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9622,10 +9699,12 @@
})
"no" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
- dir = 8;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "MO19 Arrivals"
@@ -9677,7 +9756,7 @@
"ns" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/obj/item/stack/rods,
@@ -9746,7 +9825,7 @@
},
/obj/structure/table,
/obj/structure/bedsheetbin,
-/obj/item/clothing/tie/black,
+/obj/item/clothing/neck/tie/black,
/obj/item/clothing/under/lawyer/blacksuit,
/turf/open/floor/plasteel/barber{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -9835,7 +9914,7 @@
"nD" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/obj/item/stack/rods,
@@ -9942,7 +10021,7 @@
name = "MO19 Arrivals"
})
"nJ" = (
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating{
broken = 1;
heat_capacity = 1e+006;
@@ -10248,7 +10327,7 @@
})
"of" = (
/obj/item/weapon/shard,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10263,7 +10342,7 @@
/obj/item/weapon/shard{
icon_state = "medium"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10278,7 +10357,7 @@
/obj/item/weapon/shard{
icon_state = "small"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10290,7 +10369,7 @@
poweralm = 0
})
"oi" = (
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10304,10 +10383,10 @@
"oj" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10320,7 +10399,7 @@
})
"ok" = (
/obj/item/stack/rods,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10333,7 +10412,7 @@
})
"ol" = (
/obj/item/stack/cable_coil,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10348,7 +10427,7 @@
/obj/item/stack/cable_coil{
amount = 5
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10365,7 +10444,7 @@
icon_state = "coil_red2";
item_state = "coil_red2"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10382,7 +10461,7 @@
icon_state = "coil_red1";
item_state = "coil_red1"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10542,7 +10621,7 @@
poweralm = 0
})
"oy" = (
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -10797,7 +10876,7 @@
poweralm = 0
})
"oN" = (
-/turf/open/floor/plasteel/shuttle/yellow,
+/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a3{
always_unpowered = 1;
ambientsounds = list('sound/ambience/ambimine.ogg');
@@ -36013,7 +36092,7 @@ lc
lA
lA
lA
-nd
+lc
ba
ba
ba
@@ -36270,8 +36349,8 @@ lV
mp
mG
mV
-ne
-nd
+lV
+lc
ba
ba
ba
@@ -37036,13 +37115,13 @@ jS
eI
ba
ba
-ly
-lY
-lC
+ld
+ld
+ld
mH
-mX
-lY
-nn
+ld
+ld
+ld
ba
ba
ba
@@ -37550,13 +37629,13 @@ fQ
eJ
hI
ba
-lz
+ld
ma
mc
mr
mc
ng
-lz
+ld
ba
ba
ba
@@ -38064,13 +38143,13 @@ jU
ku
io
ba
-lB
+ld
mc
mt
mJ
mt
mc
-lB
+ld
ba
ba
ba
@@ -38321,13 +38400,13 @@ jU
kv
io
ba
-lz
+ld
md
ms
mI
ms
nh
-lz
+ld
ba
ba
ba
@@ -38835,14 +38914,14 @@ jV
kw
hI
lc
-lC
+ld
me
mb
mr
mb
me
-mX
-nd
+ld
+lc
ba
ba
ba
@@ -39348,15 +39427,15 @@ jr
jW
kv
io
-le
+lc
lE
mf
-lC
+ld
mK
-mX
+ld
lE
mf
-nv
+lc
ba
ba
ba
diff --git a/_maps/RandomZLevels/research.dmm b/_maps/RandomZLevels/research.dmm
index be9f8f184881..e81eca35a521 100644
--- a/_maps/RandomZLevels/research.dmm
+++ b/_maps/RandomZLevels/research.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -20,7 +20,7 @@
/area/awaymission/research/exterior)
"ag" = (
/turf/open/floor/plating/asteroid/airless,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
@@ -45,15 +45,13 @@
/area/awaymission/research/interior/engineering)
"ak" = (
/turf/open/floor/plating/asteroid/airless,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/awaymission/research/interior/engineering)
"al" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/research/interior/engineering)
"am" = (
/obj/structure/window/reinforced,
@@ -241,7 +239,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged4"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/research/interior/engineering)
@@ -253,7 +251,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged1"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -321,7 +319,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged5"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/research/interior/engineering)
@@ -341,7 +339,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged3"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -481,8 +479,10 @@
/obj/machinery/gateway{
dir = 9
},
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHWEST)";
+/turf/open/floor/plasteel/black{
+ tag = "icon-warndark (NORTHWEST)"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/awaymission/research/interior/gateway)
@@ -490,7 +490,8 @@
/obj/machinery/gateway{
dir = 1
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/awaymission/research/interior/gateway)
@@ -498,8 +499,10 @@
/obj/machinery/gateway{
dir = 5
},
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHEAST)";
+/turf/open/floor/plasteel/black{
+ tag = "icon-warndark (NORTHEAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/awaymission/research/interior/gateway)
@@ -620,7 +623,8 @@
/obj/machinery/gateway{
dir = 8
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/research/interior/gateway)
@@ -634,8 +638,10 @@
/obj/machinery/gateway{
dir = 4
},
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
+/turf/open/floor/plasteel/black{
+ tag = "icon-warndark (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/research/interior/gateway)
@@ -671,8 +677,10 @@
/obj/machinery/gateway{
dir = 10
},
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHWEST)";
+/turf/open/floor/plasteel/black{
+ tag = "icon-warndark (SOUTHWEST)"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/awaymission/research/interior/gateway)
@@ -681,14 +689,17 @@
/obj/effect/landmark{
name = "awaystart"
},
-/turf/open/floor/plasteel/darkwarning,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
/area/awaymission/research/interior/gateway)
"ca" = (
/obj/machinery/gateway{
dir = 6
},
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHEAST)";
+/turf/open/floor/plasteel/black{
+ tag = "icon-warndark (SOUTHEAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/awaymission/research/interior/gateway)
@@ -1435,8 +1446,8 @@
/area/awaymission/research/interior/security)
"dU" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/wt550,
-/obj/item/weapon/gun/projectile/automatic/wt550,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
/obj/item/ammo_box/magazine/wt550m9,
/obj/item/ammo_box/magazine/wt550m9,
/turf/open/floor/plasteel/red,
@@ -1565,8 +1576,8 @@
/area/awaymission/research/interior/security)
"ep" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/pistol/m1911,
-/obj/item/weapon/gun/projectile/automatic/pistol/m1911,
+/obj/item/weapon/gun/ballistic/automatic/pistol/m1911,
+/obj/item/weapon/gun/ballistic/automatic/pistol/m1911,
/obj/item/ammo_box/magazine/m45,
/obj/item/ammo_box/magazine/m45,
/turf/open/floor/plasteel/red,
@@ -3533,10 +3544,10 @@
"jp" = (
/obj/structure/barricade/wooden{
desc = "A wooden table hastely flipped over for cover.";
- health = 55;
+ obj_integrity = 55;
icon = 'icons/obj/smooth_structures/wood_table.dmi';
icon_state = "wood_table";
- maxhealth = 55;
+ max_integrity = 55;
name = "flipped table"
},
/turf/open/floor/plasteel/yellowsiding{
@@ -3650,10 +3661,10 @@
"jG" = (
/obj/structure/barricade/wooden{
desc = "A wooden table hastely flipped over for cover.";
- health = 55;
+ obj_integrity = 55;
icon = 'icons/obj/smooth_structures/wood_table.dmi';
icon_state = "wood_table";
- maxhealth = 55;
+ max_integrity = 55;
name = "flipped table"
},
/turf/open/floor/plasteel,
@@ -3781,10 +3792,10 @@
"kb" = (
/obj/structure/barricade/wooden{
desc = "A wooden table hastely flipped over for cover.";
- health = 55;
+ obj_integrity = 55;
icon = 'icons/obj/smooth_structures/wood_table.dmi';
icon_state = "wood_table";
- maxhealth = 55;
+ max_integrity = 55;
name = "flipped table"
},
/turf/open/floor/plasteel/yellowsiding,
@@ -3918,7 +3929,7 @@
/turf/open/floor/wood,
/area/awaymission/research/interior/dorm)
"kt" = (
-/obj/item/weapon/gun/projectile/automatic/pistol/m1911,
+/obj/item/weapon/gun/ballistic/automatic/pistol/m1911,
/turf/open/floor/plasteel,
/area/awaymission/research/interior/dorm)
"ku" = (
@@ -4559,10 +4570,7 @@
/turf/open/floor/plating/asteroid,
/area/awaymission/research/exterior)
"me" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/awaymission/research/exterior)
"mf" = (
/turf/open/floor/plating/asteroid/airless,
@@ -4571,11 +4579,7 @@
icon_state = "propulsion";
dir = 8
},
-/turf/closed/wall/shuttle{
- dir = 3;
- icon_state = "swall_f10";
- layer = 2
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/research/exterior)
"mg" = (
/obj/structure/closet/emcloset,
@@ -4654,7 +4658,7 @@
/turf/open/floor/plasteel/shuttle,
/area/awaymission/research/exterior)
"mt" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Escape Pod Airlock"
},
/turf/open/floor/plasteel/shuttle,
@@ -4685,10 +4689,7 @@
/area/awaymission/research/interior/escapepods)
"my" = (
/turf/open/floor/plating/asteroid/airless,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/research/exterior)
"mz" = (
/turf/open/floor/plating/asteroid/airless,
@@ -4919,7 +4920,7 @@
/turf/open/floor/mineral/plasma,
/area/space)
"nd" = (
-/obj/structure/divine/healingfountain/anyone,
+/obj/structure/healingfountain,
/turf/open/floor/mineral/plasma,
/area/space)
"ne" = (
@@ -33351,7 +33352,7 @@ ad
ad
mf
mt
-mz
+mf
ae
ae
ae
diff --git a/_maps/RandomZLevels/snowdin.dmm b/_maps/RandomZLevels/snowdin.dmm
index 0ff2a5874e10..ef33d0f935a3 100644
--- a/_maps/RandomZLevels/snowdin.dmm
+++ b/_maps/RandomZLevels/snowdin.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/closed/indestructible/rock/snow,
/area/awaymission/snowdin)
@@ -129,7 +129,7 @@
},
/area/awaymission/snowdin/base)
"au" = (
-/obj/item/weapon/gun/projectile/shotgun/boltaction,
+/obj/item/weapon/gun/ballistic/shotgun/boltaction,
/obj/item/ammo_box/a762,
/obj/item/ammo_box/a762,
/obj/structure/closet/secure_closet{
@@ -298,25 +298,28 @@
/obj/machinery/gateway{
dir = 9
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"aP" = (
/obj/machinery/gateway{
dir = 5
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"aQ" = (
/obj/machinery/gateway{
dir = 1
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"aR" = (
/obj/structure/closet/crate,
@@ -327,18 +330,20 @@
/obj/item/clothing/suit/hooded/wintercoat,
/obj/item/clothing/shoes/winterboots,
/obj/item/clothing/shoes/winterboots,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"aS" = (
/obj/structure/closet/crate,
/obj/item/weapon/storage/firstaid/regular,
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/storage/pill_bottle/stimulant,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"aT" = (
/obj/machinery/light/small{
@@ -363,9 +368,9 @@
/area/awaymission/snowdin)
"aY" = (
/obj/structure/guncase/shotgun,
-/obj/item/weapon/gun/projectile/shotgun/automatic,
-/obj/item/weapon/gun/projectile/shotgun/automatic,
-/obj/item/weapon/gun/projectile/shotgun/automatic,
+/obj/item/weapon/gun/ballistic/shotgun/automatic,
+/obj/item/weapon/gun/ballistic/shotgun/automatic,
+/obj/item/weapon/gun/ballistic/shotgun/automatic,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/snow
},
@@ -385,30 +390,34 @@
/obj/machinery/gateway{
dir = 8
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"bc" = (
/obj/machinery/gateway{
dir = 4
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"bd" = (
/obj/machinery/gateway/centeraway{
calibrated = 0
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"be" = (
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"bf" = (
/obj/structure/closet/crate{
@@ -417,9 +426,10 @@
},
/obj/item/weapon/reagent_containers/spray/cleaner,
/obj/item/weapon/soap/nanotrasen,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"bg" = (
/obj/machinery/iv_drip,
@@ -472,17 +482,19 @@
/obj/machinery/gateway{
dir = 10
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"bo" = (
/obj/machinery/gateway{
dir = 6
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"bp" = (
/obj/machinery/gateway,
@@ -491,9 +503,10 @@
pixel_y = 1;
d2 = 2
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"bq" = (
/obj/structure/closet/crate,
@@ -509,9 +522,10 @@
/obj/item/weapon/reagent_containers/food/snacks/grown/corn,
/obj/item/weapon/reagent_containers/food/snacks/grown/cocoapod,
/obj/item/weapon/reagent_containers/food/snacks/grown/cocoapod,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/bot,
/area/awaymission/snowdin/base)
"br" = (
/obj/machinery/light{
@@ -1647,37 +1661,37 @@
},
/area/awaymission/snowdin/dungeon1)
"ek" = (
-/obj/effect/spider/stickyweb,
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plating/asteroid/snow{
temperature = 140
},
/area/awaymission/snowdin/dungeon1)
"el" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/obj/effect/spawner/lootdrop/snowdin/dungeonheavy,
/turf/open/floor/plating/asteroid/snow{
temperature = 140
},
/area/awaymission/snowdin/dungeon1)
"em" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/mob/living/simple_animal/hostile/poison/giant_spider/hunter/ice,
/turf/closed/wall/mineral/snow,
/area/awaymission/snowdin/dungeon1)
"en" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/mob/living/simple_animal/hostile/poison/giant_spider/nurse/ice,
/turf/open/floor/plating/asteroid/snow{
temperature = 140
},
/area/awaymission/snowdin/dungeon1)
"eo" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plating/ice/colder,
/area/awaymission/snowdin/dungeon1)
"ep" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plating/asteroid/snow{
temperature = 140
},
@@ -1686,11 +1700,11 @@
/turf/closed/wall/mineral/snow,
/area/awaymission/snowdin/dungeon1)
"er" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/closed/wall/mineral/snow,
/area/awaymission/snowdin/dungeon1)
"es" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/obj/structure/barricade/wooden,
/turf/open/floor/plating/asteroid/snow{
temperature = 140
@@ -1712,7 +1726,7 @@
},
/area/awaymission/snowdin/dungeon1)
"ew" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/mob/living/simple_animal/hostile/poison/giant_spider/hunter/ice,
/turf/open/floor/plating/asteroid/snow{
temperature = 140
@@ -2423,7 +2437,7 @@
name = "Contraband Locker";
req_access_txt = "3"
},
-/obj/item/weapon/gun/projectile/automatic/speargun,
+/obj/item/weapon/gun/ballistic/automatic/speargun,
/obj/item/weapon/twohanded/spear,
/obj/item/weapon/twohanded/spear,
/obj/item/weapon/twohanded/spear,
@@ -2721,7 +2735,7 @@
},
/area/awaymission/snowdin/post)
"hm" = (
-/obj/item/weapon/gun/projectile/shotgun/boltaction,
+/obj/item/weapon/gun/ballistic/shotgun/boltaction,
/obj/item/ammo_box/a762,
/obj/item/ammo_box/a762,
/obj/structure/closet/secure_closet{
@@ -3080,7 +3094,7 @@
},
/area/awaymission/snowdin/sekret)
"ir" = (
-/obj/item/weapon/gun/projectile/shotgun/boltaction,
+/obj/item/weapon/gun/ballistic/shotgun/boltaction,
/obj/item/ammo_box/a762,
/obj/item/ammo_box/a762,
/obj/structure/closet/secure_closet{
@@ -3323,9 +3337,10 @@
},
/area/awaymission/snowdin/sekret)
"iX" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/stripes/line,
/area/awaymission/snowdin/sekret)
"iY" = (
/obj/machinery/light/small,
@@ -3598,18 +3613,22 @@
name = "Armory";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/snow;
- dir = 9;
tag = "icon-warndark (NORTHWEST)"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaymission/snowdin/sekret)
"jJ" = (
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/snow;
- dir = 5;
tag = "icon-warndark (NORTHEAST)"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaymission/snowdin/sekret)
"jK" = (
/obj/effect/decal/cleanable/blood,
@@ -3645,7 +3664,8 @@
name = "Armory";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -3674,11 +3694,13 @@
},
/area/awaymission/snowdin/sekret)
"jS" = (
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black{
tag = "icon-warndark (EAST)";
- dir = 4;
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaymission/snowdin/sekret)
"jT" = (
/obj/structure/girder,
@@ -3747,19 +3769,23 @@
/obj/item/ammo_box/magazine/smgm9mm,
/obj/item/ammo_box/a40mm,
/obj/item/ammo_box/foambox/riot,
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/snow;
- dir = 9;
tag = "icon-warndark (NORTHWEST)"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaymission/snowdin/sekret)
"kb" = (
/obj/machinery/porta_turret/syndicate,
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/snow;
- dir = 5;
tag = "icon-warndark (NORTHEAST)"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaymission/snowdin/sekret)
"kc" = (
/turf/open/floor/plasteel{
@@ -3893,10 +3919,11 @@
/area/awaymission/snowdin/sekret)
"ku" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/speargun,
+/obj/item/weapon/gun/ballistic/automatic/speargun,
/obj/item/weapon/twohanded/spear,
/obj/item/weapon/twohanded/spear,
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -3915,7 +3942,7 @@
/area/awaymission/snowdin/sekret)
"kx" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/l6_saw/unrestricted,
+/obj/item/weapon/gun/ballistic/automatic/l6_saw/unrestricted,
/obj/machinery/light/small{
dir = 4
},
@@ -3997,7 +4024,7 @@
},
/area/awaymission/snowdin/sekret)
"kH" = (
-/obj/item/weapon/gun/projectile/shotgun/boltaction,
+/obj/item/weapon/gun/ballistic/shotgun/boltaction,
/obj/item/ammo_box/a762,
/obj/item/ammo_box/a762,
/obj/structure/closet/secure_closet{
@@ -4015,12 +4042,13 @@
/area/awaymission/snowdin/sekret)
"kI" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/c20r/unrestricted,
-/obj/item/weapon/gun/projectile/automatic/c20r/unrestricted,
+/obj/item/weapon/gun/ballistic/automatic/c20r/unrestricted,
+/obj/item/weapon/gun/ballistic/automatic/c20r/unrestricted,
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -4041,7 +4069,7 @@
/area/awaymission/snowdin/sekret)
"kL" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/revolver,
+/obj/item/weapon/gun/ballistic/revolver,
/obj/machinery/light/small{
dir = 4
},
@@ -4079,7 +4107,8 @@
},
/area/awaymission/snowdin/sekret)
"kQ" = (
-/turf/open/floor/plasteel/darkwarning,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
/area/awaymission/snowdin/sekret)
"kR" = (
/obj/structure/table,
@@ -4089,23 +4118,27 @@
/area/awaymission/snowdin/sekret)
"kS" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/mini_uzi,
-/obj/item/weapon/gun/projectile/automatic/mini_uzi,
-/turf/open/floor/plasteel/darkwarning{
+/obj/item/weapon/gun/ballistic/automatic/mini_uzi,
+/obj/item/weapon/gun/ballistic/automatic/mini_uzi,
+/turf/open/floor/plasteel/black{
tag = "icon-warndark (SOUTHWEST)";
- dir = 10;
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaymission/snowdin/sekret)
"kT" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/shotgun/bulldog/unrestricted,
-/obj/item/weapon/gun/projectile/automatic/shotgun/bulldog/unrestricted,
-/turf/open/floor/plasteel/darkwarning{
+/obj/item/weapon/gun/ballistic/automatic/shotgun/bulldog/unrestricted,
+/obj/item/weapon/gun/ballistic/automatic/shotgun/bulldog/unrestricted,
+/turf/open/floor/plasteel/black{
tag = "icon-warndark (SOUTHEAST)";
- dir = 6;
baseturf = /turf/open/floor/plating/asteroid/snow
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaymission/snowdin/sekret)
"kU" = (
/obj/structure/girder,
@@ -4467,7 +4500,7 @@
},
/area/awaymission/snowdin)
"lN" = (
-/obj/item/weapon/gun/projectile/automatic/pistol,
+/obj/item/weapon/gun/ballistic/automatic/pistol,
/turf/open/floor/plasteel/shuttle/red{
baseturf = /turf/open/floor/plating/asteroid/snow;
temperature = 180
@@ -4573,7 +4606,7 @@
/area/awaymission/snowdin/sekret)
"ma" = (
/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile/automatic/c20r/toy,
+/obj/item/weapon/gun/ballistic/automatic/c20r/toy,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/snow
},
@@ -4701,8 +4734,10 @@
dir = 1
},
/obj/item/ammo_casing/c10mm,
-/turf/open/floor/plasteel/warning{
- baseturf = /turf/open/floor/plating/asteroid/snow;
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/snow
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -4859,8 +4894,10 @@
"mH" = (
/obj/structure/window/reinforced,
/obj/item/ammo_casing/c10mm,
-/turf/open/floor/plasteel/warning{
- baseturf = /turf/open/floor/plating/asteroid/snow;
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/snow
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -4943,8 +4980,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plasteel/warning{
- baseturf = /turf/open/floor/plating/asteroid/snow;
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/snow
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -5000,8 +5039,10 @@
/obj/structure/window/reinforced,
/obj/item/ammo_casing/c10mm,
/obj/item/ammo_casing/c10mm,
-/turf/open/floor/plasteel/warning{
- baseturf = /turf/open/floor/plating/asteroid/snow;
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/snow
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -5083,8 +5124,10 @@
dir = 1
},
/obj/item/ammo_casing/a357,
-/turf/open/floor/plasteel/warning{
- baseturf = /turf/open/floor/plating/asteroid/snow;
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/snow
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -5150,8 +5193,10 @@
"ns" = (
/obj/structure/window/reinforced,
/obj/item/ammo_casing/a357,
-/turf/open/floor/plasteel/warning{
- baseturf = /turf/open/floor/plating/asteroid/snow;
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/snow
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/awaymission/snowdin/sekret)
@@ -5198,7 +5243,7 @@
/area/awaymission/snowdin/sekret)
"nx" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/gun/projectile/automatic/pistol,
+/obj/item/weapon/gun/ballistic/automatic/pistol,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow;
wet = 0
@@ -5216,7 +5261,7 @@
/area/awaymission/snowdin/sekret)
"nz" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/gun/projectile/shotgun/automatic/combat,
+/obj/item/weapon/gun/ballistic/shotgun/automatic/combat,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow;
wet = 0
diff --git a/_maps/RandomZLevels/spacebattle.dmm b/_maps/RandomZLevels/spacebattle.dmm
index 93b2be2c665b..ba08a341422a 100644
--- a/_maps/RandomZLevels/spacebattle.dmm
+++ b/_maps/RandomZLevels/spacebattle.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/closed/mineral/random,
/area/space)
@@ -7,7 +7,7 @@
/area/space)
"ac" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
@@ -35,15 +35,13 @@
/area/awaymission/spacebattle/syndicate2)
"ag" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate2)
"ah" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/syndicate2)
"ai" = (
/obj/structure/shuttle/engine/heater{
@@ -81,7 +79,7 @@
/area/awaymission/spacebattle/syndicate2)
"ap" = (
/mob/living/simple_animal/hostile/syndicate/ranged{
- loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/projectile/automatic/c20r,/obj/item/weapon/shield/energy)
+ loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/ballistic/automatic/c20r,/obj/item/weapon/shield/energy)
},
/turf/open/floor/plasteel/shuttle/red/syndicate,
/area/awaymission/spacebattle/syndicate2)
@@ -101,7 +99,7 @@
/area/awaymission/spacebattle/syndicate2)
"at" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/gun/projectile/automatic/c20r,
+/obj/item/weapon/gun/ballistic/automatic/c20r,
/turf/open/floor/plasteel/shuttle/red/syndicate,
/area/awaymission/spacebattle/syndicate2)
"au" = (
@@ -112,7 +110,7 @@
/area/awaymission/spacebattle/syndicate2)
"av" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
@@ -140,20 +138,18 @@
/area/awaymission/spacebattle/syndicate3)
"az" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate3)
"aA" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/gun/projectile/automatic/pistol,
+/obj/item/weapon/gun/ballistic/automatic/pistol,
/turf/open/floor/plasteel/shuttle/red/syndicate,
/area/awaymission/spacebattle/syndicate2)
"aB" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/syndicate3)
"aC" = (
/obj/structure/shuttle/engine/heater{
@@ -172,7 +168,7 @@
/area/awaymission/spacebattle/syndicate3)
"aF" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate2)
@@ -185,7 +181,7 @@
/area/awaymission/spacebattle/syndicate2)
"aH" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -205,7 +201,7 @@
/area/awaymission/spacebattle/syndicate2)
"aL" = (
/turf/open/floor/plasteel/shuttle/red/syndicate,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
@@ -216,14 +212,14 @@
/area/awaymission/spacebattle/syndicate2)
"aN" = (
/turf/open/floor/plasteel/shuttle/red/syndicate,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate2)
"aO" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
@@ -251,7 +247,7 @@
/area/awaymission/spacebattle/syndicate1)
"aS" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -261,9 +257,7 @@
/turf/open/floor/plasteel/shuttle/red/syndicate,
/area/awaymission/spacebattle/syndicate3)
"aU" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/syndicate1)
"aV" = (
/obj/structure/shuttle/engine/heater{
@@ -393,7 +387,7 @@
/area/awaymission/spacebattle/syndicate1)
"bq" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate3)
@@ -403,7 +397,7 @@
/area/awaymission/spacebattle/syndicate3)
"bs" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -419,14 +413,14 @@
/area/awaymission/spacebattle/syndicate3)
"bv" = (
/turf/open/floor/plasteel/shuttle/red/syndicate,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate3)
"bw" = (
/turf/open/floor/plasteel/shuttle/red/syndicate,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -446,7 +440,7 @@
/area/awaymission/spacebattle/syndicate3)
"bz" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate1)
@@ -456,7 +450,7 @@
/area/awaymission/spacebattle/syndicate2)
"bB" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -467,7 +461,7 @@
/area/awaymission/spacebattle/syndicate1)
"bD" = (
/turf/open/floor/plasteel/shuttle/red/syndicate,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
@@ -478,7 +472,7 @@
/area/awaymission/spacebattle/syndicate1)
"bF" = (
/turf/open/floor/plasteel/shuttle/red/syndicate,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -493,7 +487,7 @@
/area/awaymission/spacebattle/syndicate1)
"bH" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
@@ -518,15 +512,13 @@
/area/awaymission/spacebattle/cruiser)
"bL" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/cruiser)
"bM" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/cruiser)
"bN" = (
/obj/structure/window/reinforced,
@@ -566,16 +558,10 @@
/turf/open/floor/plasteel/shuttle/red/syndicate,
/area/awaymission/spacebattle/cruiser)
"bS" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/awaymission/spacebattle/cruiser)
"bT" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/awaymission/spacebattle/cruiser)
"bU" = (
/turf/closed/wall/shuttle{
@@ -653,7 +639,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged5"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/cruiser)
@@ -668,7 +654,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged4"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -681,7 +667,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged2"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/cruiser)
@@ -699,7 +685,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged5"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -727,9 +713,7 @@
},
/area/awaymission/spacebattle/cruiser)
"ct" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1"
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/awaymission/spacebattle/cruiser)
"cu" = (
/turf/closed/wall/shuttle{
@@ -922,7 +906,7 @@
/area/awaymission/spacebattle/cruiser)
"db" = (
/mob/living/simple_animal/hostile/syndicate/ranged{
- loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/projectile/automatic/c20r,/obj/item/weapon/shield/energy)
+ loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/ballistic/automatic/c20r,/obj/item/weapon/shield/energy)
},
/turf/open/floor/plasteel/shuttle/red/syndicate,
/area/awaymission/spacebattle/syndicate3)
@@ -1013,7 +997,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged4"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/cruiser)
@@ -1028,7 +1012,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged1"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -1041,9 +1025,7 @@
/area/awaymission/spacebattle/cruiser)
"du" = (
/obj/effect/decal/cleanable/blood,
-/turf/closed/wall/shuttle{
- icon_state = "swall12"
- },
+/turf/closed/wall/mineral/titanium,
/area/awaymission/spacebattle/cruiser)
"dv" = (
/turf/closed/wall/shuttle{
@@ -1085,7 +1067,8 @@
},
/area/awaymission/spacebattle/cruiser)
"dC" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/awaymission/spacebattle/cruiser)
@@ -1132,7 +1115,7 @@
/turf/open/floor/plasteel{
icon_state = "damaged3"
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -1206,7 +1189,8 @@
},
/area/awaymission/spacebattle/cruiser)
"dW" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/awaymission/spacebattle/cruiser)
@@ -1303,7 +1287,8 @@
/area/awaymission/spacebattle/cruiser)
"ej" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/awaymission/spacebattle/cruiser)
@@ -1347,19 +1332,17 @@
/area/awaymission/spacebattle/cruiser)
"eq" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate4)
"er" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/syndicate4)
"es" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -1394,7 +1377,7 @@
mob_name = "Davis Hume";
name = "Davis Hume"
},
-/obj/item/weapon/gun/projectile/shotgun/automatic/combat,
+/obj/item/weapon/gun/ballistic/shotgun/automatic/combat,
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
"ez" = (
@@ -1403,7 +1386,7 @@
/area/awaymission/spacebattle/cruiser)
"eA" = (
/mob/living/simple_animal/hostile/syndicate/ranged{
- loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/projectile/automatic/c20r,/obj/item/weapon/shield/energy)
+ loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/ballistic/automatic/c20r,/obj/item/weapon/shield/energy)
},
/turf/open/floor/plasteel/shuttle/red/syndicate,
/area/awaymission/spacebattle/syndicate1)
@@ -1538,7 +1521,7 @@
mob_name = "Kurt Kliest";
name = "Kurt Kliest"
},
-/obj/item/weapon/gun/projectile/shotgun/automatic/combat,
+/obj/item/weapon/gun/ballistic/shotgun/automatic/combat,
/obj/item/ammo_casing/shotgun,
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
@@ -1610,7 +1593,7 @@
/area/awaymission/spacebattle/cruiser)
"fj" = (
/obj/machinery/computer/security/telescreen,
-/turf/closed/wall/shuttle,
+/turf/closed/wall/mineral/titanium,
/area/awaymission/spacebattle/cruiser)
"fk" = (
/turf/closed/wall/shuttle{
@@ -1643,7 +1626,7 @@
/area/awaymission/spacebattle/cruiser)
"fp" = (
/obj/effect/mob_spawn/human/syndicatesoldier,
-/obj/item/weapon/gun/projectile/automatic/c20r,
+/obj/item/weapon/gun/ballistic/automatic/c20r,
/obj/item/ammo_casing/c10mm,
/obj/item/ammo_casing/c10mm,
/obj/effect/decal/cleanable/blood,
@@ -1660,7 +1643,7 @@
/area/awaymission/spacebattle/cruiser)
"fr" = (
/obj/effect/mob_spawn/human/nanotrasensoldier,
-/obj/item/weapon/gun/projectile/automatic/wt550,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
"fs" = (
@@ -1672,7 +1655,7 @@
"ft" = (
/obj/item/ammo_casing/a357,
/obj/item/ammo_casing/a357,
-/obj/item/weapon/gun/projectile/revolver/mateba,
+/obj/item/weapon/gun/ballistic/revolver/mateba,
/obj/effect/mob_spawn/human/commander{
mob_name = "Aaron Bowden";
name = "Aaron Bowden"
@@ -1797,7 +1780,7 @@
/area/awaymission/spacebattle/cruiser)
"fN" = (
/obj/effect/mob_spawn/human/syndicatesoldier,
-/obj/item/weapon/gun/projectile/automatic/c20r,
+/obj/item/weapon/gun/ballistic/automatic/c20r,
/obj/item/ammo_casing/c10mm,
/obj/item/ammo_casing/c10mm,
/obj/effect/decal/cleanable/blood,
@@ -2032,18 +2015,18 @@
/turf/open/floor/wood,
/area/awaymission/spacebattle/cruiser)
"gz" = (
-/obj/item/weapon/gun/projectile/shotgun/automatic/combat,
+/obj/item/weapon/gun/ballistic/shotgun/automatic/combat,
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
"gA" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate4)
"gB" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -2123,7 +2106,7 @@
/area/awaymission/spacebattle/syndicate7)
"gQ" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -2195,15 +2178,13 @@
/area/awaymission/spacebattle/cruiser)
"hb" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate7)
"hc" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/syndicate7)
"hd" = (
/obj/structure/shuttle/engine/propulsion,
@@ -2292,7 +2273,8 @@
/area/awaymission/spacebattle/cruiser)
"hr" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/awaymission/spacebattle/cruiser)
@@ -2372,7 +2354,7 @@
/area/awaymission/spacebattle/cruiser)
"hG" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -2405,7 +2387,8 @@
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
"hM" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/awaymission/spacebattle/cruiser)
@@ -2435,7 +2418,7 @@
/area/awaymission/spacebattle/cruiser)
"hR" = (
/mob/living/simple_animal/hostile/syndicate/ranged{
- loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/projectile/automatic/c20r,/obj/item/weapon/shield/energy)
+ loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/ballistic/automatic/c20r,/obj/item/weapon/shield/energy)
},
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
@@ -2561,7 +2544,7 @@
/area/awaymission/spacebattle/cruiser)
"in" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate7)
@@ -2606,7 +2589,7 @@
/area/awaymission/spacebattle/cruiser)
"iu" = (
/obj/effect/mob_spawn/human/syndicatesoldier,
-/obj/item/weapon/gun/projectile/automatic/c20r,
+/obj/item/weapon/gun/ballistic/automatic/c20r,
/turf/open/floor/plasteel{
icon_state = "damaged2"
},
@@ -2635,13 +2618,11 @@
/turf/open/space,
/area/space)
"iz" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/space)
"iA" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -2681,19 +2662,17 @@
/area/space)
"iH" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate5)
"iI" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/syndicate5)
"iJ" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -2711,13 +2690,13 @@
/area/awaymission/spacebattle/syndicate5)
"iN" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/space)
"iO" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -2750,13 +2729,13 @@
/area/awaymission/spacebattle/syndicate5)
"iU" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate5)
"iV" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -2774,19 +2753,17 @@
/area/awaymission/spacebattle/syndicate5)
"iY" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate6)
"iZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/awaymission/spacebattle/syndicate6)
"ja" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
@@ -2815,13 +2792,13 @@
/area/awaymission/spacebattle/syndicate6)
"jg" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/awaymission/spacebattle/syndicate6)
"jh" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -2874,12 +2851,12 @@
/area/awaymission/spacebattle/cruiser)
"js" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/laser,
+/obj/item/weapon/gun/ballistic/automatic/laser,
/turf/open/floor/engine,
/area/awaymission/spacebattle/cruiser)
"jt" = (
/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun/advtaser,
+/obj/item/weapon/gun/energy/e_gun/advtaser,
/turf/open/floor/engine,
/area/awaymission/spacebattle/cruiser)
"ju" = (
@@ -2944,7 +2921,7 @@
"jB" = (
/obj/structure/rack,
/obj/structure/window/reinforced,
-/obj/item/weapon/gun/energy/gun/advtaser,
+/obj/item/weapon/gun/energy/e_gun/advtaser,
/turf/open/floor/engine,
/area/awaymission/spacebattle/cruiser)
"jC" = (
@@ -3014,7 +2991,7 @@
mob_name = "Walter Strider";
name = "Walter Strider"
},
-/obj/item/weapon/gun/projectile/shotgun/automatic/combat,
+/obj/item/weapon/gun/ballistic/shotgun/automatic/combat,
/obj/item/ammo_casing/c10mm,
/obj/item/ammo_casing/c10mm,
/obj/effect/decal/cleanable/blood,
@@ -3061,7 +3038,7 @@
/area/awaymission/spacebattle/cruiser)
"jU" = (
/mob/living/simple_animal/hostile/syndicate/ranged/space{
- loot = list(/obj/effect/mob_spawn/human/corpse/syndicatecommando,/obj/item/weapon/gun/projectile/automatic/c20r)
+ loot = list(/obj/effect/mob_spawn/human/corpse/syndicatecommando,/obj/item/weapon/gun/ballistic/automatic/c20r)
},
/turf/open/floor/plasteel/airless,
/area/awaymission/spacebattle/cruiser)
@@ -3088,14 +3065,14 @@
/area/awaymission/spacebattle/cruiser)
"jY" = (
/mob/living/simple_animal/hostile/syndicate/ranged/space{
- loot = list(/obj/effect/mob_spawn/human/corpse/syndicatecommando,/obj/item/weapon/gun/projectile/automatic/c20r)
+ loot = list(/obj/effect/mob_spawn/human/corpse/syndicatecommando,/obj/item/weapon/gun/ballistic/automatic/c20r)
},
/turf/open/floor/plating/airless,
/area/awaymission/spacebattle/cruiser)
"jZ" = (
/obj/structure/rack,
-/obj/item/weapon/gun/projectile/automatic/laser,
-/obj/item/weapon/gun/projectile/automatic/laser,
+/obj/item/weapon/gun/ballistic/automatic/laser,
+/obj/item/weapon/gun/ballistic/automatic/laser,
/turf/open/floor/engine,
/area/awaymission/spacebattle/cruiser)
"ka" = (
@@ -3155,7 +3132,7 @@
/area/awaymission/spacebattle/cruiser)
"kl" = (
/obj/effect/mob_spawn/human/nanotrasensoldier,
-/obj/item/weapon/gun/projectile/automatic/wt550,
+/obj/item/weapon/gun/ballistic/automatic/wt550,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
@@ -3221,7 +3198,7 @@
/area/awaymission/spacebattle/cruiser)
"ku" = (
/mob/living/simple_animal/hostile/syndicate/ranged{
- loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/projectile/automatic/c20r,/obj/item/weapon/shield/energy)
+ loot = list(/obj/effect/mob_spawn/human/corpse/syndicatesoldier,/obj/item/weapon/gun/ballistic/automatic/c20r,/obj/item/weapon/shield/energy)
},
/turf/open/floor/plasteel/white,
/area/awaymission/spacebattle/cruiser)
@@ -21950,7 +21927,7 @@ cf
cf
cf
df
-dt
+bS
ab
ab
ab
@@ -21979,7 +21956,7 @@ cf
cf
cf
iv
-dt
+bS
ab
ab
ab
@@ -22207,7 +22184,7 @@ bY
bY
bY
bY
-bV
+bT
ab
ab
ab
@@ -22226,7 +22203,7 @@ ab
ab
ab
ab
-bV
+bT
bY
bY
bY
@@ -22464,7 +22441,7 @@ cv
cg
cg
cg
-bV
+bT
ab
ab
ab
@@ -22483,7 +22460,7 @@ ab
ab
ab
ab
-bV
+bT
cg
cg
cg
@@ -22721,7 +22698,7 @@ cc
cc
cQ
cc
-bV
+bT
ab
ab
ab
@@ -22740,7 +22717,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cc
@@ -22997,7 +22974,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cc
@@ -23235,7 +23212,7 @@ cc
cr
cr
cr
-bV
+bT
ab
ab
ab
@@ -23254,7 +23231,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cc
@@ -23492,7 +23469,7 @@ cc
cQ
cc
dh
-bV
+bT
ab
ab
ab
@@ -23511,7 +23488,7 @@ ab
ab
ab
ab
-bV
+bT
kB
cc
cc
@@ -23749,7 +23726,7 @@ cc
cc
cc
dh
-bV
+bT
ab
ab
ab
@@ -23768,7 +23745,7 @@ ab
ab
ab
ab
-bV
+bT
kD
cc
cc
@@ -24006,7 +23983,7 @@ cM
cc
cc
dh
-bV
+bT
ab
ab
ab
@@ -24025,7 +24002,7 @@ ab
ab
ab
ab
-bV
+bT
kC
cc
cc
@@ -24263,7 +24240,7 @@ cc
cc
cr
di
-bV
+bT
ab
ab
ab
@@ -24282,7 +24259,7 @@ ab
ab
ab
ab
-bV
+bT
di
cc
cc
@@ -24520,7 +24497,7 @@ cc
cS
cc
di
-bV
+bT
ab
ab
ab
@@ -24539,7 +24516,7 @@ ab
ab
ab
ab
-bV
+bT
di
cc
cc
@@ -26823,181 +26800,181 @@ ab
ab
ab
ab
-bU
-cd
-cd
-cs
-ce
-ce
-ce
-ce
-ce
-ce
-ht
-ht
-ht
-ht
-ht
-ht
-ht
-ht
-ht
-jL
-jL
-ht
-ht
-ht
-ht
-ht
-ht
-ht
-ht
-ht
-ce
-ce
-ce
-ce
-ce
-ce
-cs
-cd
-cd
-eI
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-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
-aa
-"}
-(93,1,1) = {"
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
+bT
+cd
+cd
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ht
+ht
+ht
+ht
+ht
+ht
+ht
+ht
+ht
+jL
+jL
+ht
+ht
+ht
+ht
+ht
+ht
+ht
+ht
+ht
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+cd
+cd
+bT
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+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
+aa
+"}
+(93,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
ab
ab
ab
@@ -27880,12 +27857,12 @@ ka
ka
hn
hn
-hH
-ce
-ce
-ce
-gE
-ic
+bT
+bT
+bT
+bT
+du
+bT
ib
bT
cc
@@ -28394,9 +28371,9 @@ cK
cK
ho
ho
-hH
-ce
-ic
+bT
+bT
+bT
hW
hW
hW
@@ -28908,9 +28885,9 @@ cK
cK
eT
hx
-hH
-ce
-ic
+bT
+bT
+bT
hW
hW
hW
@@ -29422,9 +29399,9 @@ cK
cK
jJ
eT
-hH
-ce
-ic
+bT
+bT
+bT
hW
hW
hW
@@ -29936,9 +29913,9 @@ cK
cK
hp
hz
-hH
-ce
-ic
+bT
+bT
+bT
hW
hW
hW
@@ -30421,43 +30398,43 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
ct
-ce
-ce
+bT
+bT
cd
cd
-ce
-ce
-dw
-ce
-ce
-ce
-ce
-ce
-ce
-ce
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
fh
fh
fh
fh
-ce
-gE
-ce
-ce
-ce
-ce
-ce
-dw
-ce
-ce
+bT
+du
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
cd
cd
-ce
-ce
-eJ
+bT
+bT
+ct
cc
cc
bT
@@ -31192,43 +31169,43 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-cu
-ce
-ce
-ce
-cs
-ce
-ce
+ct
+bT
+bT
+bT
+bT
+bT
+bT
cd
cd
-ce
-ce
-ce
-ce
-ce
-ce
-cR
-cc
-cc
-cu
-ce
-ce
-ce
-ce
-ce
-ce
+bT
+bT
+bT
+bT
+bT
+bT
+ct
+cc
+cc
+ct
+bT
+bT
+bT
+bT
+bT
+bT
hB
hB
-ce
-ce
-ce
-ce
-ce
-ce
-cR
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
bT
@@ -31449,10 +31426,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cC
cP
cP
@@ -31467,10 +31444,10 @@ da
dQ
dQ
da
-bV
+bT
cc
cc
-bV
+bT
gs
gG
gH
@@ -31485,10 +31462,10 @@ gH
il
gH
ip
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -31706,10 +31683,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cD
cP
cP
@@ -31724,10 +31701,10 @@ dx
dS
eU
ep
-bV
+bT
cc
cc
-bV
+bT
gt
gH
gH
@@ -31742,10 +31719,10 @@ gH
im
gH
iq
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -31963,10 +31940,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cE
cP
fI
@@ -31981,10 +31958,10 @@ dx
dS
dS
ep
-bV
+bT
cc
cc
-bV
+bT
gt
gH
gH
@@ -31999,10 +31976,10 @@ gH
gH
gH
ir
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -32220,10 +32197,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cF
cP
cP
@@ -32238,10 +32215,10 @@ da
jC
jC
da
-bV
+bT
cc
cc
-bV
+bT
gu
gH
gH
@@ -32256,10 +32233,10 @@ gH
il
gH
ip
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -32477,10 +32454,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cG
cP
cP
@@ -32495,10 +32472,10 @@ da
dQ
dQ
da
-bV
+bT
cc
cc
-bV
+bT
gv
gH
gH
@@ -32513,10 +32490,10 @@ gH
im
gH
iq
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -32734,10 +32711,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cH
cP
cP
@@ -32752,10 +32729,10 @@ dx
dR
dS
ep
-bV
+bT
cc
cc
-bV
+bT
gw
gH
gH
@@ -32770,10 +32747,10 @@ ii
gH
gH
ir
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -32991,10 +32968,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cI
cP
cP
@@ -33009,10 +32986,10 @@ dx
dS
eV
ep
-bV
+bT
cc
cc
-bV
+bT
gt
gH
gH
@@ -33027,10 +33004,10 @@ gW
il
gH
ip
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -33248,10 +33225,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cI
cP
cP
@@ -33266,10 +33243,10 @@ da
dT
dT
da
-bV
+bT
cc
cc
-bV
+bT
gs
gG
gH
@@ -33284,10 +33261,10 @@ gH
im
gH
iq
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -33505,46 +33482,46 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
ct
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-eJ
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
ct
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-eJ
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
-bV
+bT
ab
ab
ab
@@ -33762,7 +33739,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cc
@@ -33801,7 +33778,7 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
ab
@@ -34019,7 +33996,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cc
@@ -34058,7 +34035,7 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
ab
@@ -34276,46 +34253,46 @@ ab
ab
ab
ab
-bW
-ce
-ce
-cs
+bS
+bT
+bT
+bT
cJ
cJ
-cR
+ct
cc
cc
-cu
-ce
-ce
-ce
-ce
-ce
+ct
+bT
+bT
+bT
+bT
+bT
cK
hs
-ce
-do
+bT
+bT
cd
cd
-do
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-cR
-cc
-cc
-cu
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
+cc
+cc
+ct
cJ
cJ
-cs
-ce
-ce
-fk
+bT
+bT
+bT
+bS
ab
ab
ab
@@ -34539,10 +34516,10 @@ ab
bT
cK
cK
-bV
+bT
cc
cc
-bV
+bT
dy
dU
dU
@@ -34551,10 +34528,10 @@ ex
cp
fL
fc
-bV
+bT
fo
fJ
-bV
+bT
gx
gI
gy
@@ -34563,10 +34540,10 @@ gy
gy
hE
hJ
-bV
+bT
cc
cc
-bV
+bT
cK
cK
bT
@@ -34796,10 +34773,10 @@ ab
bT
cK
cK
-bV
+bT
cc
cc
-bV
+bT
dz
cc
cc
@@ -34808,10 +34785,10 @@ ey
cQ
cc
fd
-bV
+bT
fp
fK
-bV
+bT
gy
gy
gy
@@ -34820,10 +34797,10 @@ gy
gy
gy
gy
-bV
+bT
cp
cc
-bV
+bT
cK
cK
bT
@@ -35053,10 +35030,10 @@ ab
bT
cK
cK
-bV
+bT
cc
cc
-bV
+bT
dz
cc
cc
@@ -35080,7 +35057,7 @@ gy
cK
cp
cp
-bV
+bT
cK
cK
bT
@@ -35310,10 +35287,10 @@ ab
bT
cK
cK
-bV
+bT
cc
cc
-bV
+bT
dA
cc
cc
@@ -35337,7 +35314,7 @@ gy
hs
cQ
cc
-bV
+bT
cK
cK
bT
@@ -35567,10 +35544,10 @@ ab
bT
cK
cK
-bV
+bT
cc
cc
-bV
+bT
dB
dV
ei
@@ -35582,7 +35559,7 @@ cn
cK
hF
fM
-bV
+bT
gy
gy
gM
@@ -35591,10 +35568,10 @@ gy
gy
gy
hK
-bV
+bT
cc
cQ
-bV
+bT
cK
cK
bT
@@ -35824,34 +35801,34 @@ ab
bT
cK
cK
-bV
+bT
cc
cc
-bU
-ce
-ce
-ce
-do
-eB
+bT
+bT
+bT
+bT
+bT
+bT
hs
cK
-eB
-eJ
+bT
+ct
fo
fN
ct
-eB
-eB
-eB
-eB
-do
-eB
-eB
-eB
-eI
-cc
-cc
-bV
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+cc
+cc
+bT
cK
cK
bT
@@ -36078,17 +36055,17 @@ ab
ab
ab
ab
-bW
+bS
cJ
cJ
-bV
+bT
cc
cc
-bV
+bT
dh
dh
dh
-bV
+bT
eC
cn
fL
@@ -36101,17 +36078,17 @@ eM
eM
eM
gY
-bV
+bT
hq
dh
dh
-bV
+bT
cp
cc
-bV
+bT
cJ
cJ
-fk
+bS
ab
ab
ab
@@ -36338,14 +36315,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cm
cK
cm
cc
cc
-bV
+bT
jw
eN
eW
@@ -36358,14 +36335,14 @@ cc
cr
cc
gZ
-bV
+bT
cc
cQ
cn
hs
cn
cc
-bV
+bT
ab
ab
ab
@@ -36595,14 +36572,14 @@ ab
ab
ab
ab
-bV
+bT
fL
cp
hs
cm
hQ
cc
-bV
+bT
jy
cc
cc
@@ -36615,14 +36592,14 @@ cc
cc
cc
gZ
-bV
+bT
cc
cc
cp
-bV
+bT
cn
cc
-bV
+bT
ab
ab
ab
@@ -36852,14 +36829,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cp
hs
hF
cc
cc
-bV
+bT
jx
cc
cc
@@ -36872,14 +36849,14 @@ gz
cc
hR
gZ
-bV
+bT
cc
cc
hL
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -37109,14 +37086,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cd
cc
cc
cc
-bV
+bT
eD
cc
cc
@@ -37129,14 +37106,14 @@ cc
cc
cc
gZ
-bV
+bT
cc
cc
cc
cd
cc
cc
-bV
+bT
ab
ab
ab
@@ -37366,14 +37343,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cc
cc
cc
-bV
+bT
eD
cr
eX
@@ -37386,14 +37363,14 @@ cc
cc
cc
gZ
-bV
+bT
cc
cc
cc
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -37623,14 +37600,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cc
cc
cc
-bV
+bT
eD
cc
eY
@@ -37643,14 +37620,14 @@ cc
cc
cc
gZ
-bV
+bT
cc
cc
cc
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -37880,14 +37857,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cc
cc
cc
-bV
+bT
eD
eO
eO
@@ -37900,14 +37877,14 @@ cc
eO
eO
gZ
-bV
+bT
cc
cc
cc
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -38137,14 +38114,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
dC
dW
ej
-bV
+bT
eE
eP
eZ
@@ -38157,14 +38134,14 @@ eE
gK
gN
eE
-bV
+bT
hr
dW
hM
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -38394,14 +38371,14 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bU
-ce
+bT
+bT
cd
-ce
-dw
+bT
+bT
eF
eQ
eQ
@@ -38414,14 +38391,14 @@ eQ
eQ
eQ
ha
-dw
-ce
+bT
+bT
cd
-ce
-eI
+bT
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -38651,10 +38628,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -38675,10 +38652,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -38908,10 +38885,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -38932,10 +38909,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -39165,10 +39142,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -39189,10 +39166,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -39422,10 +39399,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -39446,10 +39423,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -39679,10 +39656,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
dD
dX
cZ
@@ -39703,10 +39680,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -39936,10 +39913,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -39960,10 +39937,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -40193,10 +40170,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -40217,10 +40194,10 @@ cZ
cZ
jr
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -40450,10 +40427,10 @@ ab
ab
ab
ab
-bV
+bT
cc
it
-bV
+bT
cZ
cZ
jr
@@ -40474,10 +40451,10 @@ hh
dD
cZ
cZ
-bV
+bT
it
cc
-bV
+bT
ab
ab
ab
@@ -40707,10 +40684,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -40731,10 +40708,10 @@ cZ
dD
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -40964,10 +40941,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -40988,10 +40965,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -41221,10 +41198,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -41245,10 +41222,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -41478,10 +41455,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -41502,10 +41479,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -41735,10 +41712,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -41759,10 +41736,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -41992,10 +41969,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -42016,10 +41993,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -42249,10 +42226,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -42273,10 +42250,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -42506,10 +42483,10 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
-bV
+bT
cZ
cZ
cZ
@@ -42530,10 +42507,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
cc
cc
-bV
+bT
ab
ab
ab
@@ -42763,34 +42740,34 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
ct
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-cR
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
ab
ab
-cu
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-ce
-eJ
+ct
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
-bV
+bT
ab
ab
ab
@@ -43020,7 +42997,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cd
@@ -43032,10 +43009,10 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -43047,7 +43024,7 @@ jS
cd
cc
cc
-bV
+bT
ab
ab
ab
@@ -43277,7 +43254,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cd
@@ -43289,10 +43266,10 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -43304,7 +43281,7 @@ jS
cd
cc
cc
-bV
+bT
ab
ab
ab
@@ -43534,34 +43511,34 @@ ab
ab
ab
ab
-bW
-ce
-ce
-do
-do
-do
-do
-do
-cR
+bS
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-cu
-cs
-cs
-cs
-cs
-cs
-ce
-ce
-ia
+ct
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bS
ab
ab
ab
@@ -43794,28 +43771,28 @@ ab
ab
ab
ab
-bW
-dv
-dv
-dv
-dv
-eI
+bS
+bT
+bT
+bT
+bT
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bU
-dv
-dv
-dv
-dv
-ia
+bT
+bT
+bT
+bT
+bT
+bS
ab
ab
ab
@@ -44053,25 +44030,25 @@ ab
ab
ab
ct
-dp
-dp
-dp
-eI
+bT
+bT
+bT
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bU
-dw
-dw
-dw
-eJ
+bT
+bT
+bT
+bT
+ct
ab
ab
ab
@@ -44313,18 +44290,18 @@ dE
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
ki
kr
@@ -44570,18 +44547,18 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
kd
kq
@@ -44827,18 +44804,18 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
ki
kr
@@ -45084,18 +45061,18 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jU
jS
-bV
+bT
kd
kd
kq
@@ -45341,18 +45318,18 @@ dG
dY
ek
el
-bV
+bT
cc
cr
cc
-bV
+bT
ab
ab
-bV
+bT
jT
jS
jS
-bV
+bT
kd
ki
kd
@@ -45598,18 +45575,18 @@ dF
dZ
el
el
-bV
+bT
cc
kl
cr
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
kd
ix
@@ -45855,14 +45832,14 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jT
jS
@@ -46112,14 +46089,14 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -46369,14 +46346,14 @@ dG
dY
ek
el
-bV
+bT
cc
it
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jW
jS
@@ -46626,14 +46603,14 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -46883,14 +46860,14 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jT
jS
@@ -47144,10 +47121,10 @@ cd
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -47397,18 +47374,18 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jU
jS
jS
-bV
+bT
kd
ix
ab
@@ -47654,18 +47631,18 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jT
jS
-bV
+bT
kd
kK
ab
@@ -47911,18 +47888,18 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
kd
ab
@@ -48168,18 +48145,18 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
kk
ab
@@ -48425,18 +48402,18 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
ko
ix
@@ -48682,18 +48659,18 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
kd
kd
@@ -48939,18 +48916,18 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
ko
kr
@@ -49196,18 +49173,18 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
kd
kq
@@ -49453,18 +49430,18 @@ dG
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
ko
kr
@@ -49710,18 +49687,18 @@ dF
dZ
el
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
kd
kq
@@ -49967,18 +49944,18 @@ dH
dY
ek
el
-bV
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bV
+bT
kd
ko
kr
@@ -50220,26 +50197,26 @@ ab
ab
ab
ab
-cu
-do
-do
-do
-eI
+ct
+bT
+bT
+bT
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bU
-cs
-cs
-cs
-cR
+bT
+bT
+bT
+bT
+ct
ab
ab
ab
@@ -50477,27 +50454,27 @@ ab
ab
ab
bS
-dv
-dv
-dv
-dv
-eI
+bT
+bT
+bT
+bT
+bT
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
-bU
-dv
-dv
-dv
-dv
-dt
+bT
+bT
+bT
+bT
+bT
+bS
ab
ab
ab
@@ -50731,33 +50708,33 @@ ab
ab
ab
bS
-ce
-ce
-dp
-dp
-dp
-dp
-dp
-eJ
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+ct
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
ct
-dw
-dw
-dw
-dw
-dw
-ce
-ce
-dt
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bS
ab
ab
ab
@@ -50987,7 +50964,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cc
@@ -50999,10 +50976,10 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -51014,7 +50991,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -51244,7 +51221,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cm
cc
@@ -51256,10 +51233,10 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -51271,7 +51248,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -51501,7 +51478,7 @@ ab
ab
ab
ab
-bV
+bT
cm
cn
cp
@@ -51513,10 +51490,10 @@ cc
cc
fr
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -51528,7 +51505,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -51770,10 +51747,10 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -51785,7 +51762,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -52027,10 +52004,10 @@ cQ
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -52042,7 +52019,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -52284,10 +52261,10 @@ jz
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -52299,7 +52276,7 @@ kA
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -52541,10 +52518,10 @@ cc
cc
cc
cQ
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -52556,7 +52533,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -52798,10 +52775,10 @@ cc
dJ
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -52813,7 +52790,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -53055,10 +53032,10 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -53070,7 +53047,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -53300,7 +53277,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cN
cc
@@ -53312,10 +53289,10 @@ hR
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jU
jS
@@ -53327,7 +53304,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -53557,7 +53534,7 @@ ab
ab
ab
ab
-bV
+bT
cp
cc
cc
@@ -53569,10 +53546,10 @@ cc
cc
cc
fr
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -53584,7 +53561,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -53814,7 +53791,7 @@ ab
ab
ab
ab
-bV
+bT
cc
cc
cc
@@ -53826,10 +53803,10 @@ cc
cc
cc
cc
-bV
+bT
ab
ab
-bV
+bT
jS
jS
jS
@@ -53841,7 +53818,7 @@ jS
jS
jS
jS
-bV
+bT
ab
ab
ab
@@ -54071,7 +54048,7 @@ ab
ab
ab
ab
-bV
+bT
cY
dd
cJ
@@ -54083,10 +54060,10 @@ dd
cJ
cY
dd
-bV
+bT
ab
ab
-bV
+bT
cY
dd
cJ
@@ -54098,7 +54075,7 @@ dd
cJ
cY
dd
-bV
+bT
ab
ab
ab
@@ -54328,7 +54305,7 @@ ab
ab
ab
ab
-bV
+bT
cZ
cZ
cZ
@@ -54340,10 +54317,10 @@ cZ
cZ
cZ
cZ
-bV
+bT
ab
ab
-bV
+bT
cZ
cZ
cZ
@@ -54355,7 +54332,7 @@ cZ
cZ
cZ
cZ
-bV
+bT
ab
ab
ab
@@ -54585,7 +54562,7 @@ ab
ab
ab
ab
-bW
+bS
cZ
de
cZ
@@ -54597,10 +54574,10 @@ de
cZ
de
cZ
-fk
+bS
ab
ab
-bW
+bS
cZ
de
cZ
@@ -54612,7 +54589,7 @@ de
cZ
de
cZ
-fk
+bS
ab
ab
ab
diff --git a/_maps/RandomZLevels/undergroundoutpost45.dmm b/_maps/RandomZLevels/undergroundoutpost45.dmm
index f4bb019090d6..5d45e81aa936 100644
--- a/_maps/RandomZLevels/undergroundoutpost45.dmm
+++ b/_maps/RandomZLevels/undergroundoutpost45.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -43,19 +43,13 @@
name = "UO45 Central Hall"
})
"af" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/awaycontent/a1{
has_gravity = 1;
name = "UO45 Central Hall"
})
"ag" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/awaycontent/a1{
has_gravity = 1;
name = "UO45 Central Hall"
@@ -207,19 +201,22 @@
/obj/machinery/door/poddoor{
id = "UO45_Elevator"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006;
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaycontent/a1{
has_gravity = 1;
name = "UO45 Central Hall"
})
"at" = (
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a1{
has_gravity = 1;
name = "UO45 Central Hall"
@@ -1150,12 +1147,12 @@
name = "UO45 Central Hall"
})
"bW" = (
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 351.9;
+ temperature = 351.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -1171,7 +1168,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 351.9;
+ temperature = 351.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -2782,7 +2779,7 @@
heat_capacity = 1e+006;
icon_plating = "asteroidplating";
icon_state = "asteroidplating";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -2967,7 +2964,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -3386,7 +3383,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a1{
has_gravity = 1;
@@ -3703,7 +3700,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a1{
has_gravity = 1;
@@ -3962,12 +3959,12 @@
name = "UO45 Central Hall"
})
"gf" = (
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -4206,7 +4203,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a2{
has_gravity = 1;
@@ -4550,7 +4547,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a5{
has_gravity = 1;
@@ -4564,7 +4561,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a2{
has_gravity = 1;
@@ -4609,7 +4606,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a2{
has_gravity = 1;
@@ -4850,39 +4847,47 @@
})
"hB" = (
/obj/machinery/r_n_d/destructive_analyzer,
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
})
"hC" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
})
"hD" = (
/obj/machinery/r_n_d/protolathe,
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
})
"hE" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 8;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -5462,10 +5467,12 @@
/obj/structure/sign/nosmoking_2{
pixel_x = -32
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -5478,10 +5485,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -5493,10 +5502,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -5508,10 +5519,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 4;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -6253,20 +6266,24 @@
})
"jF" = (
/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
})
"jG" = (
/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/warning{
- dir = 5;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -6329,7 +6346,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a6{
has_gravity = 1;
@@ -6378,7 +6395,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a5{
has_gravity = 1;
@@ -6625,7 +6642,7 @@
name = "UO45 Central Hall"
})
"kd" = (
-/obj/item/weapon/storage/backpack/satchel_tox,
+/obj/item/weapon/storage/backpack/satchel/tox,
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/suit/toggle/labcoat/science,
/obj/effect/decal/cleanable/dirt,
@@ -6909,10 +6926,12 @@
},
/obj/item/device/assembly/prox_sensor,
/obj/item/device/assembly/prox_sensor,
-/turf/open/floor/plasteel/darkwarning{
- dir = 4;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -6932,10 +6951,12 @@
"kA" = (
/obj/structure/tank_dispenser/oxygen,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -6947,10 +6968,12 @@
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -6962,10 +6985,12 @@
/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/warning{
- dir = 1;
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -7259,10 +7284,11 @@
id = "UO45_biohazard";
name = "biohazard containment door"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006;
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -7275,19 +7301,23 @@
/obj/structure/sign/nosmoking_2{
pixel_x = -32
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 9;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/space)
"la" = (
/obj/machinery/shower{
pixel_y = 15
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 1;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -7296,10 +7326,12 @@
/obj/structure/sink{
pixel_y = 25
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 5;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -7476,10 +7508,12 @@
/obj/structure/sign/nosmoking_2{
pixel_x = -32
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 4;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -8144,10 +8178,12 @@
})
"lZ" = (
/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plating/warnplate{
- dir = 8;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -8163,10 +8199,12 @@
pixel_x = 3;
pixel_y = -7
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 4;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -8299,10 +8337,12 @@
})
"ml" = (
/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 10;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -8315,20 +8355,24 @@
pixel_y = -32
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warnwhite{
- dir = 2;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
})
"mn" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 6;
+/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -8454,7 +8498,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/item/weapon/storage/backpack/satchel_eng,
+/obj/item/weapon/storage/backpack/satchel/eng,
/obj/item/clothing/suit/hazardvest,
/obj/item/clothing/mask/gas,
/obj/item/clothing/glasses/meson,
@@ -8534,19 +8578,23 @@
/obj/item/device/flashlight,
/obj/item/device/flashlight,
/obj/item/device/flashlight,
-/turf/open/floor/plasteel/darkwarning/corner{
- dir = 8;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
})
"mC" = (
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -8561,10 +8609,12 @@
layer = 2.9
},
/obj/item/weapon/tank/jetpack/carbondioxide,
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -8587,10 +8637,12 @@
layer = 2.9
},
/obj/item/clothing/shoes/magboots,
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -8606,30 +8658,36 @@
layer = 2.9
},
/obj/item/clothing/shoes/magboots,
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
})
"mG" = (
/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
})
"mH" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a6{
has_gravity = 1;
name = "UO45 Gateway"
@@ -8642,7 +8700,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a6{
has_gravity = 1;
@@ -9379,10 +9437,12 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/darkwarning/corner{
- dir = 2;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -9404,10 +9464,12 @@
icon_state = "4-8";
pixel_x = 0
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 2;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -9418,10 +9480,12 @@
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plasteel/darkwarning/corner{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10055,10 +10119,12 @@
icon_state = "1-2";
pixel_y = 0
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 4;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10102,10 +10168,12 @@
icon_state = "1-2";
pixel_y = 0
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 8;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10458,10 +10526,12 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/darkwarning{
- dir = 4;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10541,10 +10611,12 @@
/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 8;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10843,7 +10915,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -10862,7 +10934,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -10882,7 +10954,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a3{
has_gravity = 1;
@@ -10916,10 +10988,12 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/darkwarning/corner{
- dir = 8;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10934,10 +11008,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10957,10 +11033,12 @@
icon_state = "intact";
dir = 10
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10972,10 +11050,12 @@
icon_state = "4-8";
pixel_x = 0
},
-/turf/open/floor/plasteel/darkwarning{
- dir = 1;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -10986,10 +11066,12 @@
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plasteel/darkwarning/corner{
- dir = 4;
+/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -11285,7 +11367,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -11503,7 +11585,7 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/weapon/hand_labeler,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/turf/open/floor/plasteel/white/side{
dir = 2;
heat_capacity = 1e+006
@@ -11642,7 +11724,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -11661,7 +11743,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -11680,7 +11762,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -11878,20 +11960,26 @@
initialize_directions = 10
},
/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
dir = 2;
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
})
"qN" = (
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
dir = 2;
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -12438,10 +12526,13 @@
"rx" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
dir = 2;
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -13119,7 +13210,7 @@
name = "miner's equipment";
req_access = list(201)
},
-/obj/item/weapon/storage/backpack/satchel_eng,
+/obj/item/weapon/storage/backpack/satchel/eng,
/obj/item/clothing/gloves/fingerless,
/turf/open/floor/plasteel/brown/corner{
dir = 2;
@@ -14511,7 +14602,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a2{
has_gravity = 1;
@@ -14579,10 +14670,13 @@
dir = 1
},
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
dir = 2;
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -14741,10 +14835,12 @@
})
"us" = (
/obj/structure/closet/firecloset,
-/turf/open/floor/plating/warnplate{
- dir = 9;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -14754,10 +14850,12 @@
icon_state = "manifold";
dir = 8
},
-/turf/open/floor/plating/warnplate{
- dir = 1;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -14769,10 +14867,12 @@
},
/obj/structure/table/reinforced,
/obj/item/weapon/wrench,
-/turf/open/floor/plating/warnplate{
- dir = 5;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -14964,10 +15064,12 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/warnplate{
- dir = 8;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -14987,10 +15089,12 @@
/obj/machinery/atmospherics/components/binary/valve{
dir = 2
},
-/turf/open/floor/plating/warnplate{
- dir = 4;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -15198,10 +15302,11 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006;
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -15221,10 +15326,11 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006;
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -15239,10 +15345,11 @@
name = "engineering security door"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006;
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -15305,10 +15412,12 @@
})
"vh" = (
/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating/warnplate{
- dir = 10;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -15318,9 +15427,10 @@
dir = 1
},
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line,
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -15330,10 +15440,12 @@
dir = 1
},
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating/warnplate{
- dir = 6;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/area/awaycontent/a5{
has_gravity = 1;
name = "UO45 Research"
@@ -15358,7 +15470,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -15673,7 +15785,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a5{
has_gravity = 1;
@@ -15902,10 +16014,13 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
dir = 2;
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -15915,10 +16030,13 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
dir = 2;
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -15928,10 +16046,13 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
dir = 2;
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
/area/awaycontent/a3{
has_gravity = 1;
name = "UO45 Engineering"
@@ -16055,7 +16176,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a4{
has_gravity = 1;
@@ -16832,10 +16953,12 @@
dir = 2;
id = "UO45_mining"
},
-/turf/open/floor/plating/warnplate{
- dir = 4;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -16847,10 +16970,12 @@
input_dir = 4;
output_dir = 8
},
-/turf/open/floor/plating/warnplate{
- dir = 5;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -16904,10 +17029,12 @@
/obj/structure/sign/nosmoking_2{
pixel_x = -32
},
-/turf/open/floor/plating/warnplate{
- dir = 4;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -16975,10 +17102,12 @@
dir = 1;
output_dir = 2
},
-/turf/open/floor/plating/warnplate{
- dir = 5;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -17092,10 +17221,12 @@
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plating/warnplate{
- dir = 4;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -17305,10 +17436,12 @@
input_dir = 8;
output_dir = 4
},
-/turf/open/floor/plating/warnplate{
- dir = 5;
+/turf/open/floor/plating{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -17426,18 +17559,20 @@
})
"yc" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line,
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
})
"yd" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line,
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -17455,9 +17590,10 @@
pixel_y = 0
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
+/obj/effect/turf_decal/stripes/line,
/area/awaycontent/a4{
has_gravity = 1;
name = "UO45 Mining"
@@ -17483,7 +17619,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a4{
has_gravity = 1;
@@ -17495,7 +17631,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17512,7 +17648,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17533,7 +17669,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17553,7 +17689,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17568,13 +17704,13 @@
/obj/structure/alien/weeds{
icon_state = "weeds2"
},
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/obj/effect/decal/cleanable/blood/gibs/down,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17594,7 +17730,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17613,7 +17749,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17631,7 +17767,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17651,7 +17787,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17668,7 +17804,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17685,7 +17821,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17703,7 +17839,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17718,12 +17854,12 @@
/obj/structure/alien/weeds{
icon_state = "weeds1"
},
-/obj/effect/glowshroom/single,
+/obj/structure/glowshroom/single,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17741,7 +17877,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17759,7 +17895,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17777,7 +17913,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17796,7 +17932,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17813,7 +17949,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17830,7 +17966,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17848,7 +17984,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17865,7 +18001,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17883,7 +18019,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17904,7 +18040,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17924,7 +18060,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17944,7 +18080,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17963,7 +18099,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -17984,7 +18120,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -18002,7 +18138,7 @@
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
name = "Cave Floor";
- temperature = 363.9;
+ temperature = 363.9
},
/area/awaycontent/a7{
always_unpowered = 1;
@@ -18075,7 +18211,7 @@
"yN" = (
/obj/structure/grille{
density = 0;
- destroyed = 1;
+ broken = 1;
icon_state = "brokengrille"
},
/turf/open/floor/plasteel/shuttle{
@@ -48802,10 +48938,10 @@ ad
ad
ae
af
-ai
-ai
-ai
-av
+ag
+ag
+ag
+af
an
aS
aS
@@ -49062,7 +49198,7 @@ ag
aj
ak
aq
-aw
+ag
an
aF
aS
@@ -49833,7 +49969,7 @@ ag
am
ap
fu
-aA
+ag
ae
aG
aL
@@ -50086,11 +50222,11 @@ ad
ad
ad
ae
-ah
-ai
-ai
-ai
-aE
+af
+ag
+ag
+ag
+af
an
aH
aS
diff --git a/_maps/RandomZLevels/wildwest.dmm b/_maps/RandomZLevels/wildwest.dmm
index e1a8d15946db..6919d1f74c1e 100644
--- a/_maps/RandomZLevels/wildwest.dmm
+++ b/_maps/RandomZLevels/wildwest.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
/turf/open/space,
/area/space)
@@ -9,7 +9,7 @@
/turf/open/floor/engine/cult,
/area/awaymission/wwvault)
"ad" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/engine/cult,
/area/awaymission/wwvault)
"ae" = (
@@ -71,7 +71,7 @@
/turf/open/floor/plasteel/circuit/gcircuit/off,
/area/awaymission/wwvault)
"aq" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/plasteel/circuit/gcircuit/off,
/area/awaymission/wwvault)
"ar" = (
@@ -131,7 +131,7 @@
/turf/open/floor/plasteel/circuit/gcircuit/off,
/area/awaymission/wwvault)
"aB" = (
-/obj/structure/cult/pylon,
+/obj/structure/destructible/cult/pylon,
/turf/open/floor/plasteel/circuit/off,
/area/awaymission/wwvault)
"aC" = (
@@ -366,7 +366,7 @@
/area/awaymission/wwmines)
"bC" = (
/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile,
+/obj/item/weapon/gun/ballistic,
/turf/open/floor/wood,
/area/awaymission/wwmines)
"bD" = (
@@ -570,7 +570,6 @@
/turf/open/floor/wood,
/area/awaymission/wwmines)
"cc" = (
-/obj/structure/sign/maltesefalcon/left,
/turf/closed/wall/mineral/sandstone,
/area/awaymission/wwmines)
"cd" = (
@@ -621,7 +620,7 @@
/area/awaymission/wwmines)
"ch" = (
/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile,
+/obj/item/weapon/gun/ballistic,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
@@ -950,7 +949,6 @@
/turf/open/floor/carpet,
/area/awaymission/wwmines)
"dl" = (
-/obj/structure/sign/maltesefalcon/right,
/turf/closed/wall/mineral/sandstone,
/area/awaymission/wwmines)
"dm" = (
@@ -1309,7 +1307,7 @@
/turf/open/floor/carpet,
/area/awaymission/wwmines)
"eq" = (
-/obj/item/weapon/gun/projectile/shotgun,
+/obj/item/weapon/gun/ballistic/shotgun,
/turf/open/floor/wood,
/area/awaymission/wwmines)
"er" = (
@@ -1389,7 +1387,7 @@
"eE" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/blue,
-/obj/item/weapon/gun/projectile,
+/obj/item/weapon/gun/ballistic,
/turf/open/floor/wood,
/area/awaymission/wwmines)
"eF" = (
@@ -1841,7 +1839,7 @@
/area/awaymission/wwmines)
"fS" = (
/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile/shotgun,
+/obj/item/weapon/gun/ballistic/shotgun,
/turf/open/floor/wood,
/area/awaymission/wwmines)
"fT" = (
@@ -1930,7 +1928,7 @@
/area/awaymission/wwmines)
"gg" = (
/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile/revolver/russian,
+/obj/item/weapon/gun/ballistic/revolver/russian,
/turf/open/floor/wood,
/area/awaymission/wwmines)
"gh" = (
@@ -1958,7 +1956,7 @@
/turf/open/floor/wood,
/area/awaymission/wwmines)
"gm" = (
-/obj/item/weapon/gun/projectile,
+/obj/item/weapon/gun/ballistic,
/turf/open/floor/wood,
/area/awaymission/wwmines)
"gn" = (
@@ -2009,11 +2007,11 @@
/turf/open/floor/wood,
/area/awaymission/wwmines)
"gw" = (
-/obj/item/weapon/gun/projectile/automatic/pistol,
+/obj/item/weapon/gun/ballistic/automatic/pistol,
/turf/open/floor/wood,
/area/awaymission/wwmines)
"gx" = (
-/obj/item/weapon/gun/projectile/shotgun,
+/obj/item/weapon/gun/ballistic/shotgun,
/turf/open/floor/plating/ironsand{
icon_state = "ironsand1"
},
@@ -2107,15 +2105,15 @@
/obj/structure/grille,
/turf/open/floor/plasteel,
/area/awaymission/wwrefine)
+"gH" = (
+/obj/structure/sign/barsign,
+/turf/closed/wall/mineral/sandstone,
+/area/awaymission/wwmines)
"gI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6"
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/awaymission/wwrefine)
"gJ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12"
- },
+/turf/closed/wall/mineral/titanium,
/area/awaymission/wwrefine)
"gK" = (
/turf/closed/wall/shuttle{
@@ -2154,9 +2152,7 @@
},
/area/awaymission/wwrefine)
"gS" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1"
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/awaymission/wwrefine)
"gT" = (
/turf/closed/wall/shuttle{
@@ -28350,10 +28346,10 @@ aa
aa
aa
gI
-gO
-gO
-gO
-gR
+gJ
+gJ
+gJ
+gI
aa
aa
aa
@@ -28611,10 +28607,10 @@ gP
gP
gP
gS
-gO
-gO
-gO
-gR
+gJ
+gJ
+gJ
+gI
aa
aa
aa
@@ -28863,7 +28859,7 @@ fj
fo
fo
gG
-gK
+gJ
gP
gP
gP
@@ -29377,7 +29373,7 @@ gA
fo
fo
gG
-gM
+gJ
gP
gP
gP
@@ -29638,11 +29634,11 @@ gJ
gP
gP
gP
-gT
-gO
-gO
-gO
-gU
+gS
+gJ
+gJ
+gJ
+gI
aa
aa
aa
@@ -29891,11 +29887,11 @@ eJ
aa
aa
aa
-gN
-gO
-gO
-gO
-gU
+gI
+gJ
+gJ
+gJ
+gI
aa
aa
aa
@@ -44753,7 +44749,7 @@ bj
bj
bj
aT
-bu
+gH
bD
bj
bD
@@ -45279,7 +45275,7 @@ bj
bj
db
bj
-cc
+gH
aT
bj
bj
@@ -45536,7 +45532,7 @@ bj
bj
bj
bj
-dl
+bu
aT
bj
bj
diff --git a/_maps/birdstation.dm b/_maps/birdstation.dm
index 434912fa9da5..326a5217bc14 100644
--- a/_maps/birdstation.dm
+++ b/_maps/birdstation.dm
@@ -13,6 +13,7 @@ A small map intended for lowpop(40 players and less).
#define MINETYPE "lavaland"
#include "map_files\BirdStation\BirdStation.dmm"
+#ifndef TRAVIS_MASS_MAP_BUILD
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
#include "map_files\generic\z4.dmm"
@@ -29,7 +30,7 @@ A small map intended for lowpop(40 players and less).
#define MAP_NAME "BirdboatStation"
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
-
+#endif
#if !defined(MAP_OVERRIDE_FILES)
#define MAP_OVERRIDE_FILES
#include "map_files\BirdStation\job\job_changes.dm"
diff --git a/_maps/dreamstation.dm b/_maps/deltastation.dm
similarity index 72%
rename from _maps/dreamstation.dm
rename to _maps/deltastation.dm
index a015a9f13749..e297e63075fd 100644
--- a/_maps/dreamstation.dm
+++ b/_maps/deltastation.dm
@@ -4,7 +4,8 @@
#define MINETYPE "lavaland"
- #include "map_files\DreamStation\dreamstation04.dmm"
+ #include "map_files\DeltaStation\DeltaStation2.dmm"
+#ifndef TRAVIS_MASS_MAP_BUILD
#include "map_files\generic\z2.dmm"
#include "map_files\generic\z3.dmm"
#include "map_files\generic\z4.dmm"
@@ -16,14 +17,14 @@
#include "map_files\generic\z10.dmm"
#include "map_files\generic\z11.dmm"
- #define MAP_PATH "map_files/DreamStation"
- #define MAP_FILE "dreamstation04.dmm"
- #define MAP_NAME "DreamStation"
+ #define MAP_PATH "map_files/DeltaStation"
+ #define MAP_FILE "DeltaStation2.dmm"
+ #define MAP_NAME "Delta Station"
#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
-
+#endif
#elif !defined(MAP_OVERRIDE)
- #warn a map has already been included, ignoring DreamStation.
+ #warn a map has already been included, deltastation.
#endif
diff --git a/_maps/loadallmaps.dm b/_maps/loadallmaps.dm
new file mode 100644
index 000000000000..b9192f88f3c7
--- /dev/null
+++ b/_maps/loadallmaps.dm
@@ -0,0 +1,53 @@
+#define TRAVIS_MASS_MAP_BUILD
+#define MAP_TRANSITION_CONFIG DEFAULT_MAP_TRANSITION_CONFIG
+
+#include "birdstation.dm"
+#ifdef MAP_OVERRIDE_FILES
+ #undef MAP_OVERRIDE_FILES
+#endif
+
+#include "deltastation.dm"
+#ifdef MAP_OVERRIDE_FILES
+ #undef MAP_OVERRIDE_FILES
+#endif
+
+#include "metastation.dm"
+#ifdef MAP_OVERRIDE_FILES
+ #undef MAP_OVERRIDE_FILES
+#endif
+
+#include "omegastation.dm"
+#ifdef MAP_OVERRIDE_FILES
+ #undef MAP_OVERRIDE_FILES
+#endif
+
+#include "pubbystation.dm"
+#ifdef MAP_OVERRIDE_FILES
+ #undef MAP_OVERRIDE_FILES
+#endif
+
+#include "tgstation2.dm"
+#ifdef MAP_OVERRIDE_FILES
+ #undef MAP_OVERRIDE_FILES
+#endif
+
+#include "map_files\generic\z2.dmm"
+#include "map_files\generic\z3.dmm"
+#include "map_files\generic\z4.dmm"
+#include "map_files\generic\lavaland.dmm"
+#include "map_files\generic\z6.dmm"
+#include "map_files\generic\z7.dmm"
+#include "map_files\generic\z8.dmm"
+#include "map_files\generic\z9.dmm"
+#include "map_files\generic\z10.dmm"
+#include "map_files\generic\z11.dmm"
+
+#undef TRAVIS_MASS_MAP_BUILD
+
+#ifdef TRAVISBUILDING
+#include "templates.dm"
+#endif
+
+#include "runtimestation.dm"
+
+#define BYOND_WHY_YOU_NO_ALLOW_INCLUDE_LAST_LINE //because byond fails to compile if the last thing in a file is an include.
\ No newline at end of file
diff --git a/_maps/map_files/BirdStation/BirdStation.dmm b/_maps/map_files/BirdStation/BirdStation.dmm
index ed7cc9b03315..5b236a590aa0 100644
--- a/_maps/map_files/BirdStation/BirdStation.dmm
+++ b/_maps/map_files/BirdStation/BirdStation.dmm
@@ -1,4 +1,4 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aaa" = (
/turf/open/space,
/area/space)
@@ -16,26 +16,15 @@
/turf/open/space,
/area/space)
"aac" = (
-/turf/open/space,
-/obj/machinery/porta_turret/syndicate,
-/turf/closed/wall/shuttle{
- dir = 8;
- icon_state = "diagonalWall3"
- },
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
"aad" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aae" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters{
- id = "syndieshutters";
- name = "blast shutters"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aaf" = (
/turf/open/space,
@@ -47,11 +36,23 @@
/area/shuttle/syndicate)
"aag" = (
/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aah" = (
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. Evilly";
+ freerange = 1;
+ frequency = 1213;
+ name = "Syndicate Intercom";
+ pixel_y = -32;
+ subspace_transmission = 1;
+ syndie = 1
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aai" = (
/obj/structure/table,
@@ -62,8 +63,11 @@
/turf/open/floor/plasteel/shuttle/red,
/area/shuttle/syndicate)
"aaj" = (
-/obj/machinery/computer/shuttle/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/chair/comfy/beige{
+ dir = 1;
+ icon_state = "comfychair"
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aak" = (
/obj/structure/table,
@@ -80,11 +84,11 @@
/area/shuttle/syndicate)
"aam" = (
/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
+/obj/item/stack/sheet/glass{
+ amount = 10
},
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/device/multitool,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aan" = (
/obj/structure/chair/comfy/black{
@@ -120,10 +124,6 @@
/area/shuttle/syndicate)
"aar" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "diagonalWall3"
- },
/area/shuttle/syndicate)
"aas" = (
/obj/machinery/door/window{
@@ -134,7 +134,10 @@
/area/shuttle/syndicate)
"aat" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/obj/machinery/porta_turret/syndicate{
+ dir = 6
+ },
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
@@ -146,12 +149,10 @@
/turf/open/floor/plasteel/shuttle/red,
/area/shuttle/syndicate)
"aav" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/zipties{
- pixel_x = 1;
- pixel_y = 2
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aaw" = (
/obj/structure/chair{
@@ -191,8 +192,9 @@
/turf/open/floor/plasteel/shuttle/red,
/area/shuttle/syndicate)
"aaD" = (
-/obj/structure/closet/syndicate/nuclear,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/table,
+/obj/item/device/aicard,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aaE" = (
/obj/structure/chair/stool,
@@ -200,12 +202,30 @@
/area/shuttle/syndicate)
"aaF" = (
/obj/structure/table,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/weapon/c4{
+ pixel_x = 2;
+ pixel_y = -5
+ },
+/obj/item/weapon/c4{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/c4{
+ pixel_x = 2;
+ pixel_y = -3
+ },
+/obj/item/weapon/c4{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/obj/item/weapon/c4{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aaG" = (
/obj/machinery/door/poddoor{
- auto_close = 300;
id = "smindicate";
name = "outer blast door"
},
@@ -224,7 +244,7 @@
id = "syndicate";
name = "syndicate infiltrator";
roundstart_move = "syndicate_away";
- travelDir = 180;
+ port_angle = 180;
width = 18
},
/obj/docking_port/stationary{
@@ -271,11 +291,13 @@
/area/shuttle/syndicate)
"aaL" = (
/obj/machinery/door/window{
+ base_state = "right";
dir = 4;
+ icon_state = "right";
name = "EVA Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aaM" = (
/obj/machinery/door/airlock/external{
@@ -334,8 +356,8 @@
/turf/open/space,
/area/space)
"aaU" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/bed/roller,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"aaV" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -393,11 +415,9 @@
/area/shuttle/syndicate)
"abc" = (
/obj/structure/table,
-/obj/item/weapon/weldingtool/largetank{
- pixel_y = 3
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/weapon/storage/toolbox/syndicate,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abd" = (
/obj/machinery/door/window{
@@ -405,14 +425,14 @@
name = "Infirmary";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abe" = (
/obj/machinery/door/window/westright{
name = "Tool Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abf" = (
/obj/structure/table,
@@ -421,10 +441,13 @@
/turf/open/floor/plasteel/shuttle/red,
/area/shuttle/syndicate)
"abg" = (
-/obj/machinery/sleeper/syndie{
- dir = 4
+/obj/structure/window/reinforced{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/table,
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/l_arm/robot,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abh" = (
/obj/machinery/door/window{
@@ -434,7 +457,7 @@
name = "Infirmary";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abi" = (
/obj/machinery/door/window{
@@ -442,26 +465,36 @@
name = "Tool Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abj" = (
/obj/structure/table,
-/obj/item/weapon/gun/syringe{
- pixel_x = 1;
- pixel_y = 2
+/obj/structure/window/reinforced{
+ dir = 8
},
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/brute,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abk" = (
/obj/structure/table,
-/obj/item/weapon/reagent_containers/syringe/charcoal,
-/obj/item/weapon/reagent_containers/syringe/charcoal{
- pixel_y = 2
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/item/weapon/reagent_containers/syringe/charcoal{
- pixel_y = 4
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abl" = (
/obj/structure/window/reinforced{
@@ -486,7 +519,7 @@
pixel_y = 5
},
/obj/item/device/sbeacondrop/bomb,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abo" = (
/obj/structure/table,
@@ -497,7 +530,7 @@
/obj/item/weapon/grenade/syndieminibomb{
pixel_x = -1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abp" = (
/obj/structure/sink{
@@ -509,7 +542,7 @@
/obj/structure/mirror{
pixel_x = 30
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abq" = (
/obj/machinery/telecomms/allinone{
@@ -519,7 +552,12 @@
/area/shuttle/syndicate)
"abr" = (
/obj/machinery/nuclearbomb/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Secure Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abs" = (
/turf/closed/wall,
@@ -537,24 +575,20 @@
/area/engine/engineering)
"abv" = (
/obj/structure/table,
-/obj/item/weapon/circular_saw,
/obj/item/weapon/cautery,
-/obj/item/weapon/surgicaldrill,
-/obj/item/robot_parts/l_arm,
-/obj/item/robot_parts/r_arm,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/weapon/scalpel,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abw" = (
/obj/structure/table/optable,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"abx" = (
/obj/structure/table,
-/obj/item/weapon/scalpel,
/obj/item/weapon/retractor,
/obj/item/weapon/hemostat,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"aby" = (
/obj/structure/shuttle/engine/heater,
@@ -564,20 +598,27 @@
/turf/open/floor/plating,
/area/shuttle/syndicate)
"abz" = (
-/obj/structure/frame/computer,
-/obj/item/weapon/paper{
- info = "Teleporter Instruction
- Install circuit board, glass and wiring to complete Teleporter Control Console
- Use a screwdriver, wirecutter and screwdriver again on the Teleporter Station to connect it
- Set destination with Teleporter Control Computer
- Activate Teleporter Hub with Teleporter Station
";
- name = "Teleporter Instructions"
- },
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abA" = (
-/obj/machinery/teleport/station,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abB" = (
-/obj/machinery/teleport/hub/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/rack,
+/obj/item/clothing/suit/space/syndicate/black/red,
+/obj/item/clothing/head/helmet/space/syndicate/black/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abC" = (
/turf/open/floor/plasteel/black,
@@ -758,7 +799,8 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"acc" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -772,7 +814,8 @@
/obj/structure/cable/cyan{
icon_state = "0-2"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/engine/engineering)
"ace" = (
/obj/machinery/light{
@@ -826,7 +869,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -858,7 +902,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -950,10 +995,12 @@
icon_state = "intact";
dir = 9
},
-/turf/open/floor/plasteel/warning/corner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
/area/engine/engineering)
"acD" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/engine/engineering)
@@ -984,14 +1031,16 @@
/obj/structure/cable/cyan{
icon_state = "0-2"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/engine/engineering)
"acI" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
icon_state = "manifold";
dir = 1
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/engine/engineering)
@@ -1078,7 +1127,8 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"acT" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -1094,7 +1144,8 @@
icon_state = "camera";
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -1169,7 +1220,8 @@
/area/engine/engineering)
"adh" = (
/obj/machinery/atmospherics/components/binary/pump,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -1263,7 +1315,8 @@
icon_state = "pump_map";
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -1305,7 +1358,8 @@
"adx" = (
/obj/machinery/meter,
/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -1371,7 +1425,8 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 6
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -1394,7 +1449,7 @@
/area/space)
"adL" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"adM" = (
@@ -1423,13 +1478,15 @@
icon_state = "connector_map";
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
"adQ" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -1509,12 +1566,12 @@
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aec" = (
/turf/open/floor/bluegrid,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aed" = (
@@ -1523,7 +1580,7 @@
dir = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aee" = (
@@ -1543,7 +1600,7 @@
dir = 6
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aeg" = (
@@ -1551,13 +1608,13 @@
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aeh" = (
/turf/open/floor/engine{
name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000"
+ initial_gas_mix = "o2=500000;TEMP=293.15"
},
/area/engine/engineering)
"aei" = (
@@ -1566,7 +1623,7 @@
},
/turf/open/floor/engine{
name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000"
+ initial_gas_mix = "o2=500000;TEMP=293.15"
},
/area/engine/engineering)
"aej" = (
@@ -1598,7 +1655,8 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/engine/engineering)
@@ -1614,7 +1672,8 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -1624,23 +1683,24 @@
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
"aeo" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/engine/engineering)
"aep" = (
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aeq" = (
@@ -1648,7 +1708,7 @@
network = "tcommsat"
},
/turf/open/floor/plasteel,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aer" = (
@@ -1663,14 +1723,14 @@
},
/turf/open/floor/engine{
name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000"
+ initial_gas_mix = "o2=500000;TEMP=293.15"
},
/area/engine/engineering)
"aet" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/open/floor/engine{
name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000"
+ initial_gas_mix = "o2=500000;TEMP=293.15"
},
/area/engine/engineering)
"aeu" = (
@@ -1685,7 +1745,7 @@
},
/turf/open/floor/engine{
name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000"
+ initial_gas_mix = "o2=500000;TEMP=293.15"
},
/area/engine/engineering)
"aev" = (
@@ -1744,7 +1804,7 @@
/area/engine/engineering)
"aeB" = (
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aeC" = (
@@ -1757,7 +1817,7 @@
/obj/machinery/light/small,
/turf/open/floor/engine{
name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000"
+ initial_gas_mix = "o2=500000;TEMP=293.15"
},
/area/engine/engineering)
"aeE" = (
@@ -1797,9 +1857,9 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aeI" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aeJ" = (
@@ -1809,7 +1869,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -1817,7 +1878,8 @@
/obj/structure/cable/cyan{
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -1885,7 +1947,7 @@
/area/space)
"aeU" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aeV" = (
@@ -1894,7 +1956,7 @@
dir = 5
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aeW" = (
@@ -1902,7 +1964,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/engine/engineering)
@@ -1912,7 +1975,7 @@
dir = 9
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aeY" = (
@@ -2011,26 +2074,27 @@
layer = 4.1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afm" = (
/obj/machinery/camera/autoname,
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afn" = (
/obj/machinery/light{
dir = 1
},
+/obj/machinery/ntnet_relay,
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afo" = (
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afp" = (
@@ -2038,14 +2102,15 @@
icon_state = "2-4"
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"afq" = (
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -2104,7 +2169,8 @@
icon_state = "pump_map";
dir = 1
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/engine/engineering)
"afz" = (
/obj/structure/cable{
@@ -2113,11 +2179,13 @@
icon_state = "1-2";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/engine/engineering)
"afA" = (
/obj/machinery/atmospherics/components/binary/pump,
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/engine/engineering)
"afB" = (
/obj/structure/lattice,
@@ -2129,19 +2197,19 @@
"afC" = (
/obj/machinery/telecomms/bus/preset_one/birdstation,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afD" = (
/obj/machinery/blackbox_recorder,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afE" = (
/obj/machinery/telecomms/broadcaster/preset_left/birdstation,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afF" = (
@@ -2149,7 +2217,7 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"afG" = (
@@ -2164,7 +2232,7 @@
dir = 10
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"afI" = (
@@ -2177,7 +2245,8 @@
/turf/open/space,
/area/space)
"afK" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -2194,7 +2263,8 @@
network = list("heating");
pixel_y = 28
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -2302,24 +2372,24 @@
"afX" = (
/obj/machinery/telecomms/server/presets/common/birdstation,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afY" = (
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"afZ" = (
/obj/machinery/telecomms/hub/preset,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aga" = (
/obj/machinery/announcement_system,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"agb" = (
@@ -2331,7 +2401,7 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"agc" = (
@@ -2347,7 +2417,8 @@
icon_state = "pump_map";
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -2408,7 +2479,8 @@
charge = 1e+006
},
/obj/structure/cable/cyan,
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/engine/engineering)
@@ -2417,7 +2489,8 @@
charge = 1e+006
},
/obj/structure/cable/cyan,
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -2426,7 +2499,8 @@
charge = 1e+006
},
/obj/structure/cable/cyan,
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/engine/engineering)
@@ -2473,19 +2547,19 @@
"agv" = (
/obj/machinery/telecomms/processor/preset_one/birdstation,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"agw" = (
/obj/machinery/message_server,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"agx" = (
/obj/machinery/telecomms/receiver/preset_left/birdstation,
/turf/open/floor/bluegrid,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"agy" = (
@@ -2493,7 +2567,7 @@
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agz" = (
@@ -2501,7 +2575,7 @@
name = "Cyborg"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agA" = (
@@ -2509,7 +2583,7 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agB" = (
@@ -2517,18 +2591,18 @@
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agC" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agD" = (
/turf/open/floor/engine{
name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000"
+ initial_gas_mix = "plasma=240000;TEMP=293.15"
},
/area/engine/engineering)
"agE" = (
@@ -2537,7 +2611,7 @@
},
/turf/open/floor/engine{
name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000"
+ initial_gas_mix = "plasma=240000;TEMP=293.15"
},
/area/engine/engineering)
"agF" = (
@@ -2611,7 +2685,8 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/engine/engineering)
@@ -2641,7 +2716,8 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -2658,23 +2734,23 @@
"agP" = (
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"agQ" = (
/obj/machinery/door/window/southright,
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"agR" = (
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agS" = (
/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agT" = (
@@ -2682,7 +2758,7 @@
icon_state = "1-2"
},
/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"agU" = (
@@ -2697,14 +2773,14 @@
},
/turf/open/floor/engine{
name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000"
+ initial_gas_mix = "plasma=240000;TEMP=293.15"
},
/area/engine/engineering)
"agX" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/turf/open/floor/engine{
name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000"
+ initial_gas_mix = "plasma=240000;TEMP=293.15"
},
/area/engine/engineering)
"agY" = (
@@ -2719,7 +2795,7 @@
},
/turf/open/floor/engine{
name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000"
+ initial_gas_mix = "plasma=240000;TEMP=293.15"
},
/area/engine/engineering)
"agZ" = (
@@ -2742,7 +2818,8 @@
icon_state = "intact";
dir = 10
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -2766,8 +2843,8 @@
"ahf" = (
/obj/structure/cable,
/obj/machinery/power/generator{
- cold_dir = 8;
- hot_dir = 4
+ cold_dir = 4;
+ hot_dir = 8
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -2781,7 +2858,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/engine/engineering)
@@ -2790,13 +2868,15 @@
/obj/structure/cable/cyan{
icon_state = "0-4"
},
-/turf/open/floor/plasteel/darkwarning,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
/area/engine/engineering)
"ahj" = (
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/engine/engineering)
@@ -2813,7 +2893,7 @@
"ahl" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahm" = (
@@ -2821,7 +2901,7 @@
network = "tcommsat"
},
/turf/open/floor/plasteel,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahn" = (
@@ -2834,7 +2914,7 @@
layer = 4.1
},
/turf/open/floor/plasteel,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aho" = (
@@ -2845,12 +2925,12 @@
},
/obj/item/weapon/pen,
/turf/open/floor/plasteel,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahp" = (
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahq" = (
@@ -2862,7 +2942,7 @@
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"ahr" = (
@@ -2870,7 +2950,7 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"ahs" = (
@@ -2888,7 +2968,7 @@
icon_state = "tube1"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"ahu" = (
@@ -2930,12 +3010,13 @@
/obj/machinery/light/small,
/turf/open/floor/engine{
name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000"
+ initial_gas_mix = "plasma=240000;TEMP=293.15"
},
/area/engine/engineering)
"ahB" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/engine/engineering)
@@ -3018,7 +3099,7 @@
"ahL" = (
/obj/item/device/radio/beacon,
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahM" = (
@@ -3026,7 +3107,7 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahN" = (
@@ -3034,7 +3115,7 @@
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahO" = (
@@ -3046,7 +3127,7 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"ahP" = (
@@ -3054,7 +3135,7 @@
icon_state = "1-8"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"ahQ" = (
@@ -3138,7 +3219,7 @@
"aic" = (
/obj/machinery/light,
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aid" = (
@@ -3151,7 +3232,7 @@
icon_state = "0-8"
},
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aie" = (
@@ -3162,7 +3243,7 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aif" = (
@@ -3171,7 +3252,7 @@
layer = 4.1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"aig" = (
@@ -3181,7 +3262,7 @@
},
/obj/structure/cable/cyan,
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"aih" = (
@@ -3229,7 +3310,7 @@
"ain" = (
/turf/open/floor/engine{
name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000"
+ initial_gas_mix = "co2=200000;TEMP=293.15"
},
/area/engine/engineering)
"aio" = (
@@ -3238,11 +3319,12 @@
},
/turf/open/floor/engine{
name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000"
+ initial_gas_mix = "co2=200000;TEMP=293.15"
},
/area/engine/engineering)
"aip" = (
-/turf/open/floor/plating/warnplate/corner{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/engine/engineering)
@@ -3251,12 +3333,14 @@
icon_state = "pump_map";
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
"air" = (
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -3265,7 +3349,8 @@
icon_state = "camera";
dir = 10
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/engine/engineering)
@@ -3281,7 +3366,8 @@
icon_state = "manifold";
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/engine/engineering)
@@ -3304,7 +3390,7 @@
req_access_txt = "61"
},
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aiy" = (
@@ -3316,7 +3402,7 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
-/area/turret_protected/tcomeast{
+/area/ai_monitored/turret_protected/tcomeast{
name = "\improper Telecommunications Chamber"
})
"aiz" = (
@@ -3353,14 +3439,14 @@
},
/turf/open/floor/engine{
name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000"
+ initial_gas_mix = "co2=200000;TEMP=293.15"
},
/area/engine/engineering)
"aiD" = (
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
/turf/open/floor/engine{
name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000"
+ initial_gas_mix = "co2=200000;TEMP=293.15"
},
/area/engine/engineering)
"aiE" = (
@@ -3375,7 +3461,7 @@
},
/turf/open/floor/engine{
name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000"
+ initial_gas_mix = "co2=200000;TEMP=293.15"
},
/area/engine/engineering)
"aiF" = (
@@ -3408,7 +3494,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/engine/engineering)
@@ -3416,7 +3503,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -3424,7 +3512,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/engine/engineering)
@@ -3495,7 +3584,7 @@
/obj/machinery/light/small,
/turf/open/floor/engine{
name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000"
+ initial_gas_mix = "co2=200000;TEMP=293.15"
},
/area/engine/engineering)
"aiW" = (
@@ -3570,7 +3659,8 @@
dir = 4
},
/obj/machinery/meter,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/engine/engineering)
@@ -3602,7 +3692,7 @@
"aji" = (
/turf/open/floor/engine{
name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000"
+ initial_gas_mix = "n2=400000;TEMP=293.15"
},
/area/engine/engineering)
"ajj" = (
@@ -3617,7 +3707,7 @@
},
/turf/open/floor/engine{
name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000"
+ initial_gas_mix = "n2=400000;TEMP=293.15"
},
/area/engine/engineering)
"ajk" = (
@@ -3626,7 +3716,8 @@
icon_state = "manifold";
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -3637,7 +3728,8 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -3647,7 +3739,8 @@
icon_state = "intact";
dir = 9
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -3656,7 +3749,8 @@
icon_state = "intact";
dir = 5
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/engine/engineering)
@@ -3725,14 +3819,14 @@
},
/turf/open/floor/engine{
name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000"
+ initial_gas_mix = "n2=400000;TEMP=293.15"
},
/area/engine/engineering)
"ajx" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/turf/open/floor/engine{
name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000"
+ initial_gas_mix = "n2=400000;TEMP=293.15"
},
/area/engine/engineering)
"ajy" = (
@@ -3741,7 +3835,7 @@
},
/turf/open/floor/engine{
name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000"
+ initial_gas_mix = "n2=400000;TEMP=293.15"
},
/area/engine/engineering)
"ajz" = (
@@ -3802,7 +3896,7 @@
/obj/machinery/light/small,
/turf/open/floor/engine{
name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000"
+ initial_gas_mix = "n2=400000;TEMP=293.15"
},
/area/engine/engineering)
"ajI" = (
@@ -3902,12 +3996,14 @@
icon_state = "camera";
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/engine/engineering)
"ajS" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/engine/engineering)
@@ -3922,7 +4018,8 @@
/obj/item/clothing/glasses/meson/engine,
/obj/item/clothing/glasses/meson/engine,
/obj/machinery/light/small,
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/engine/engineering)
@@ -4047,7 +4144,7 @@
"akd" = (
/turf/open/floor/engine{
name = "high pressure air floor";
- initial_gas_mix = "o2=10000;n2=40015"
+ initial_gas_mix = "o2=10000;n2=40015;TEMP=293.15"
},
/area/engine/engineering)
"ake" = (
@@ -4074,7 +4171,7 @@
})
"akh" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"aki" = (
/turf/closed/wall,
/area/gateway)
@@ -4091,14 +4188,14 @@
},
/turf/open/floor/engine{
name = "high pressure air floor";
- initial_gas_mix = "o2=10000;n2=40015"
+ initial_gas_mix = "o2=10000;n2=40015;TEMP=293.15"
},
/area/engine/engineering)
"akm" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/engine{
name = "high pressure air floor";
- initial_gas_mix = "o2=10000;n2=40015"
+ initial_gas_mix = "o2=10000;n2=40015;TEMP=293.15"
},
/area/engine/engineering)
"akn" = (
@@ -4113,7 +4210,7 @@
},
/turf/open/floor/engine{
name = "high pressure air floor";
- initial_gas_mix = "o2=10000;n2=40015"
+ initial_gas_mix = "o2=10000;n2=40015;TEMP=293.15"
},
/area/engine/engineering)
"ako" = (
@@ -4206,11 +4303,11 @@
pixel_y = 0
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akA" = (
/obj/machinery/porta_turret/ai,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akB" = (
/obj/structure/table,
/obj/item/weapon/aiModule/reset,
@@ -4218,20 +4315,21 @@
dir = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akC" = (
/obj/structure/table,
/obj/item/weapon/aiModule/core/full/asimov,
/obj/item/weapon/aiModule/core/full/asimovpp,
/obj/item/weapon/aiModule/core/full/corp,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akD" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-02";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/gateway)
@@ -4260,7 +4358,8 @@
},
/area/gateway)
"akH" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/gateway)
@@ -4336,26 +4435,26 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akT" = (
/obj/structure/cable/cyan{
icon_state = "2-8"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akU" = (
/obj/machinery/door/airlock/command{
name = "command door";
req_access_txt = "19"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akV" = (
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akW" = (
/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akX" = (
/obj/machinery/computer/upload/borg,
/obj/structure/window/reinforced{
@@ -4370,7 +4469,7 @@
req_access_txt = "55"
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akY" = (
/obj/item/weapon/twohanded/required/kirbyplants{
anchored = 1;
@@ -4382,7 +4481,7 @@
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"akZ" = (
/turf/closed/wall/r_wall,
/area/maintenance/fsmaint)
@@ -4412,7 +4511,7 @@
/area/maintenance/fsmaint)
"alf" = (
/obj/structure/table/wood,
-/obj/item/clothing/under/blueskirt/redskirt,
+/obj/item/clothing/under/skirt/red,
/turf/open/floor/wood,
/area/maintenance/fsmaint)
"alg" = (
@@ -4420,7 +4519,8 @@
icon_state = "tube1";
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/gateway)
@@ -4529,7 +4629,7 @@
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"alt" = (
/obj/machinery/computer/upload/ai,
/obj/structure/window/reinforced{
@@ -4544,7 +4644,7 @@
req_access_txt = "55"
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"alu" = (
/obj/item/weapon/twohanded/required/kirbyplants{
anchored = 1;
@@ -4553,7 +4653,7 @@
name = "incredibly heavy plant"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"alv" = (
/obj/structure/cable/cyan{
icon_state = "1-2"
@@ -4621,7 +4721,8 @@
/turf/open/floor/wood,
/area/maintenance/fsmaint)
"alE" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/gateway)
@@ -4690,19 +4791,19 @@
icon_state = "0-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"alN" = (
/obj/machinery/porta_turret/ai{
dir = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"alO" = (
/obj/structure/table,
/obj/item/weapon/aiModule/supplied/freeform,
/obj/machinery/light/small,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"alP" = (
/obj/structure/table,
/obj/item/weapon/aiModule/core/full/tyrant,
@@ -4714,7 +4815,7 @@
/obj/item/weapon/aiModule/supplied/protectStation,
/obj/item/weapon/aiModule/supplied/safeguard,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"alQ" = (
/obj/structure/cable/cyan{
icon_state = "4-8"
@@ -4797,12 +4898,14 @@
/turf/open/floor/plating,
/area/gateway)
"alZ" = (
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/gateway)
"ama" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/gateway)
@@ -4810,12 +4913,14 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/gateway)
"amc" = (
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/gateway)
@@ -4892,7 +4997,7 @@
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/ai_upload)
"amo" = (
/turf/closed/wall/r_wall,
/area/crew_quarters/captain{
@@ -5097,7 +5202,8 @@
/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/teleporter{
name = "\improper Teleporter Room"
})
@@ -5694,7 +5800,7 @@
pixel_y = -29
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aok" = (
@@ -5714,7 +5820,7 @@
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aom" = (
@@ -5723,7 +5829,7 @@
icon_state = "tube1"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"aon" = (
@@ -5887,7 +5993,8 @@
})
"aoF" = (
/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
@@ -6528,7 +6635,7 @@
/turf/open/floor/wood,
/area/maintenance/fsmaint)
"aqc" = (
-/obj/item/weapon/gun/projectile/shotgun/toy,
+/obj/item/weapon/gun/ballistic/shotgun/toy,
/turf/open/floor/wood,
/area/maintenance/fsmaint)
"aqd" = (
@@ -6662,7 +6769,8 @@
dir = 1;
network = list("SS13")
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
@@ -6903,16 +7011,10 @@
/turf/open/floor/wood,
/area/maintenance/fsmaint)
"ara" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/supply)
"arb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/supply)
"arc" = (
/turf/closed/wall/shuttle{
@@ -7340,7 +7442,7 @@
d2 = 2
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"asa" = (
@@ -7588,7 +7690,7 @@
pixel_y = 24
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"asG" = (
@@ -7922,13 +8024,13 @@
icon_state = "1-4"
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"att" = (
/obj/machinery/light,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai{
+/area/ai_monitored/turret_protected/ai{
name = "\improper AI Core"
})
"atu" = (
@@ -8016,7 +8118,7 @@
/turf/open/floor/plasteel/shuttle/white,
/area/shuttle/supply)
"atI" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
@@ -8134,9 +8236,9 @@
"auc" = (
/obj/structure/disposalpipe/segment,
/obj/structure/closet/wardrobe/grey,
-/obj/item/weapon/storage/backpack/satchel_norm,
-/obj/item/weapon/storage/backpack/satchel_norm,
-/obj/item/weapon/storage/backpack/satchel_norm,
+/obj/item/weapon/storage/backpack/satchel,
+/obj/item/weapon/storage/backpack/satchel,
+/obj/item/weapon/storage/backpack/satchel,
/obj/item/weapon/storage/backpack/dufflebag,
/obj/item/weapon/storage/backpack/dufflebag,
/obj/item/weapon/storage/backpack/dufflebag,
@@ -8285,10 +8387,12 @@
home_destination = "Cargo #1";
suffix = "#1"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/quartermaster/storage)
"auv" = (
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"auw" = (
/obj/machinery/light{
@@ -8340,7 +8444,6 @@
/area/maintenance/fsmaint)
"auD" = (
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/obj/structure/cable/cyan{
@@ -8349,13 +8452,13 @@
/obj/structure/cable/cyan{
icon_state = "1-8"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/mob/living/simple_animal/bot/ed209{
name = "Officer Pingsky II";
radio_channel = "AI Private"
},
/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior{
+/area/ai_monitored/turret_protected/aisat_interior{
name = "\improper AI Core Lobby"
})
"auE" = (
@@ -8488,7 +8591,7 @@
/turf/open/floor/plating,
/area/maintenance/fsmaint)
"auU" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
@@ -8526,7 +8629,8 @@
location = "Cargo #2";
name = "navigation beacon"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/quartermaster/storage)
"auY" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
@@ -8798,7 +8902,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/hallway/primary/central)
"avI" = (
/obj/structure/cable/cyan{
@@ -9027,10 +9132,7 @@
},
/area/shuttle/mining)
"awi" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/mining)
"awj" = (
/obj/structure/grille,
@@ -9046,9 +9148,7 @@
},
/area/shuttle/mining)
"awl" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3"
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/supply)
"awm" = (
/turf/closed/wall/shuttle{
@@ -9290,7 +9390,8 @@
lootcount = 2;
name = "2maintenance loot spawner"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"awZ" = (
/obj/structure/closet/crate,
@@ -9298,7 +9399,8 @@
lootcount = 3;
name = "3maintenance loot spawner"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"axa" = (
/obj/structure/closet/crate,
@@ -9306,7 +9408,8 @@
lootcount = 4;
name = "4maintenance loot spawner"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"axb" = (
/obj/structure/cable/cyan{
@@ -9538,7 +9641,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"axN" = (
/obj/structure/closet/crate,
@@ -9549,7 +9653,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"axO" = (
/obj/structure/closet/crate/medical,
@@ -9560,7 +9665,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"axP" = (
/obj/structure/closet/crate,
@@ -9571,7 +9677,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/quartermaster/storage)
"axQ" = (
/obj/structure/cable/cyan{
@@ -9705,7 +9812,7 @@
/turf/open/floor/wood,
/area/maintenance/fsmaint)
"ayj" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Mining Shuttle Airlock";
req_access_txt = "0"
},
@@ -9715,7 +9822,7 @@
height = 5;
id = "mining";
name = "mining shuttle";
- travelDir = 270;
+ port_angle = 270;
width = 7
},
/obj/docking_port/stationary{
@@ -9733,17 +9840,19 @@
name = "cargo bay airlock";
req_access_txt = "31"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
"ayl" = (
/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
@@ -9751,7 +9860,8 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/quartermaster/miningdock{
@@ -10051,14 +10161,16 @@
/turf/open/floor/plasteel,
/area/maintenance/fsmaint)
"ayZ" = (
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
"aza" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/quartermaster/miningdock{
@@ -10211,10 +10323,12 @@
location = "Disposals";
name = "navigation beacon"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/maintenance/disposal)
"azv" = (
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/maintenance/disposal)
"azw" = (
/obj/vehicle/janicart,
@@ -10603,7 +10717,7 @@
/turf/open/floor/plating,
/area/maintenance/fsmaint)
"aAw" = (
-/obj/item/clothing/tie/petcollar,
+/obj/item/clothing/neck/petcollar,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 3;
name = "3maintenance loot spawner"
@@ -10798,7 +10912,8 @@
/turf/open/floor/plasteel,
/area/maintenance/disposal)
"aAU" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/maintenance/disposal)
@@ -10833,8 +10948,8 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/item/weapon/storage/backpack/satchel_norm,
-/obj/item/weapon/storage/backpack/satchel_norm,
+/obj/item/weapon/storage/backpack/satchel,
+/obj/item/weapon/storage/backpack/satchel,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
"aAZ" = (
@@ -10888,7 +11003,7 @@
/obj/item/weapon/wirerod,
/obj/item/weapon/reagent_containers/syringe,
/obj/item/weapon/restraints/handcuffs,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/turf/open/floor/plasteel/white,
/area/space)
"aBj" = (
@@ -11722,7 +11837,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/crew_quarters/sleep)
"aDa" = (
/obj/machinery/navbeacon{
@@ -11739,7 +11855,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/crew_quarters/sleep)
"aDb" = (
/obj/machinery/power/apc{
@@ -11850,16 +11967,10 @@
/turf/open/floor/plating,
/area/maintenance/asmaint2)
"aDn" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/escape)
"aDo" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aDp" = (
/turf/closed/wall/shuttle{
@@ -12119,7 +12230,8 @@
/obj/structure/cable/cyan{
icon_state = "2-8"
},
-/turf/open/floor/plasteel/warning/corner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
/area/maintenance/asmaint2)
"aDW" = (
/obj/item/weapon/ed209_assembly,
@@ -12304,7 +12416,7 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/hallway/primary/fore{
name = "\improper Command Hallway"
@@ -12447,7 +12559,8 @@
/obj/structure/cable/cyan{
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/maintenance/asmaint2)
@@ -12488,10 +12601,7 @@
/turf/open/floor/plasteel,
/area/maintenance/asmaint2)
"aEQ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
"aER" = (
/obj/machinery/computer/emergency_shuttle,
@@ -12621,7 +12731,7 @@
})
"aFh" = (
/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile/revolver/doublebarrel,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
/turf/open/floor/wood,
/area/crew_quarters/bar{
name = "\improper Bar and Kitchen"
@@ -12773,7 +12883,8 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/maintenance/asmaint2)
@@ -13051,7 +13162,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/maintenance/asmaint2)
@@ -13559,10 +13671,12 @@
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
"aHJ" = (
-/turf/open/floor/plasteel/warnwhite/corner,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner,
/area/toxins/xenobiology)
"aHK" = (
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/toxins/xenobiology)
"aHL" = (
/obj/machinery/button/door{
@@ -13571,10 +13685,12 @@
pixel_x = 0;
pixel_y = 24
},
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/toxins/xenobiology)
"aHM" = (
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/toxins/xenobiology)
@@ -13630,22 +13746,25 @@
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
"aHX" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/turf/open/floor/plasteel/shuttle/white,
/area/shuttle/escape)
"aHY" = (
/obj/machinery/door/airlock/external,
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/hallway/secondary/exit)
"aHZ" = (
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/hallway/secondary/exit)
"aIa" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/hallway/secondary/exit)
@@ -13914,7 +14033,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/toxins/xenobiology)
@@ -13939,7 +14059,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/toxins/xenobiology)
@@ -13964,7 +14085,7 @@
/area/maintenance/asmaint2)
"aIK" = (
/obj/structure/closet/chefcloset,
-/obj/item/clothing/under/blueskirt,
+/obj/item/clothing/under/skirt/blue,
/obj/item/clothing/under/janimaid,
/obj/item/clothing/under/sundress,
/obj/item/clothing/glasses/sunglasses/reagent,
@@ -13997,13 +14118,13 @@
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
"aIP" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/obj/docking_port/mobile/emergency{
dheight = 0;
dir = 8;
dwidth = 6;
height = 18;
- travelDir = 90;
+ port_angle = 90;
width = 14;
name = "Birdboat emergency shuttle"
},
@@ -14023,7 +14144,7 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
"aIR" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aIS" = (
@@ -14345,17 +14466,20 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/toxins/xenobiology)
"aJB" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
"aJC" = (
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/toxins/xenobiology)
@@ -14654,7 +14778,7 @@
/turf/open/floor/wood,
/area/maintenance/fsmaint)
"aKw" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
@@ -14834,7 +14958,8 @@
"aKS" = (
/obj/structure/table/glass,
/obj/item/weapon/storage/pill_bottle/mannitol,
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/medical/genetics_cloning)
@@ -14977,8 +15102,7 @@
/area/maintenance/asmaint2)
"aLm" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- name = "acidproof air injector";
- unacidable = 1
+ name = "acidproof air injector"
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
@@ -15188,7 +15312,8 @@
/obj/structure/cable/cyan{
icon_state = "0-4"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/medical/genetics_cloning)
@@ -15196,7 +15321,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/medical/genetics_cloning)
@@ -15204,7 +15330,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/medical/genetics_cloning)
@@ -15264,13 +15391,13 @@
/turf/open/floor/plasteel,
/area/bridge)
"aLS" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
"aLT" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/storage/primary{
name = "Tool Storage"
@@ -15279,7 +15406,7 @@
/obj/effect/landmark{
name = "lightsout"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/black,
/area/bridge)
"aLV" = (
@@ -15296,12 +15423,13 @@
/turf/open/floor/engine,
/area/toxins/xenobiology)
"aLX" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/mob/living/simple_animal/pet/dog/corgi/Ian,
/turf/open/floor/carpet,
/area/crew_quarters/heads)
"aLY" = (
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/maintenance/asmaint2)
"aLZ" = (
/obj/structure/closet/secure_closet/chemical,
@@ -15341,7 +15469,8 @@
/turf/open/floor/engine,
/area/toxins/xenobiology)
"aMe" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/toxins/xenobiology)
@@ -15418,19 +15547,23 @@
icon_state = "shower";
dir = 4
},
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/medical/genetics_cloning)
"aMp" = (
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/medical/genetics_cloning)
"aMq" = (
/obj/effect/landmark/start{
name = "Medical Doctor"
},
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/medical/genetics_cloning)
"aMr" = (
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/medical/genetics_cloning)
@@ -15474,7 +15607,8 @@
/turf/open/floor/plating,
/area/toxins/lab)
"aMy" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/toxins/lab)
@@ -15494,7 +15628,8 @@
/turf/open/floor/plasteel,
/area/toxins/lab)
"aMC" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/toxins/lab)
@@ -15679,7 +15814,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/toxins/xenobiology)
@@ -15694,7 +15830,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15710,7 +15847,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15726,7 +15864,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15738,7 +15877,8 @@
icon_state = "intact";
dir = 10
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15746,7 +15886,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15758,7 +15899,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15770,7 +15912,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15778,7 +15921,8 @@
/obj/structure/cable/cyan{
icon_state = "1-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -15875,7 +16019,8 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/security/brig)
"aNp" = (
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -15892,7 +16037,8 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/security/brig)
"aNr" = (
/obj/effect/spawner/structure/window/reinforced,
@@ -15915,7 +16061,8 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/medical/genetics_cloning)
@@ -16299,7 +16446,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/toxins/lab)
@@ -16327,7 +16475,8 @@
/obj/structure/cable/cyan{
icon_state = "1-8"
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/medical/robotics)
"aOy" = (
/obj/machinery/navbeacon{
@@ -16340,9 +16489,10 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/medical/robotics)
"aOz" = (
/obj/structure/cable/cyan{
@@ -16390,7 +16540,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
/area/toxins/misc_lab)
"aOF" = (
/obj/structure/window/reinforced,
@@ -16440,7 +16591,8 @@
/turf/open/floor/plasteel/white,
/area/maintenance/asmaint2)
"aOP" = (
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/toxins/xenobiology)
"aOQ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
@@ -16527,9 +16679,9 @@
/area/medical/medbay)
"aPb" = (
/obj/structure/closet/wardrobe/white/medical,
-/obj/item/clothing/tie/stethoscope,
-/obj/item/clothing/tie/stethoscope,
-/obj/item/clothing/under/blueskirt,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/clothing/under/skirt/blue,
/obj/item/clothing/under/plaid_skirt/blue,
/turf/open/floor/plasteel/white,
/area/medical/medbay)
@@ -16572,12 +16724,14 @@
name = "R&D shutter button";
pixel_x = -24
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/toxins/lab)
"aPi" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/lab)
@@ -16585,12 +16739,14 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/lab)
"aPk" = (
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/toxins/lab)
@@ -16651,7 +16807,8 @@
/turf/open/floor/plasteel,
/area/toxins/misc_lab)
"aPr" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/toxins/misc_lab)
@@ -17134,8 +17291,8 @@
/area/toxins/xenobiology)
"aQz" = (
/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun/advtaser,
-/obj/item/weapon/gun/energy/gun/advtaser{
+/obj/item/weapon/gun/energy/e_gun/advtaser,
+/obj/item/weapon/gun/energy/e_gun/advtaser{
pixel_x = 5;
pixel_y = -5
},
@@ -17165,14 +17322,16 @@
/obj/item/clothing/head/cone,
/obj/item/clothing/head/cone,
/obj/item/clothing/head/cone,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/security/brig)
"aQC" = (
/obj/structure/window/reinforced{
dir = 8
},
/obj/machinery/syndicatebomb/training,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/security/brig)
"aQD" = (
/obj/machinery/computer/crew,
@@ -17245,13 +17404,15 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel/warnwhite/corner,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner,
/area/medical/medbay)
"aQN" = (
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/medical/medbay)
"aQO" = (
/obj/structure/cable/cyan{
@@ -17260,13 +17421,15 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on{
icon_state = "vent_map"
},
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/medical/medbay)
"aQP" = (
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/medical/medbay)
@@ -17353,7 +17516,8 @@
/obj/structure/cable/cyan{
icon_state = "2-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/toxins/misc_lab)
@@ -17388,7 +17552,8 @@
dir = 4
},
/obj/item/key/security,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/security/brig)
"aRf" = (
/obj/structure/table,
@@ -17413,12 +17578,14 @@
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
"aRi" = (
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/maintenance/fore{
name = "Security Maintenance"
})
"aRj" = (
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/maintenance/fore{
@@ -17469,7 +17636,8 @@
/obj/structure/cable/cyan{
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/security/warden)
@@ -17477,7 +17645,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/security/warden)
@@ -17488,7 +17657,8 @@
/obj/structure/cable/cyan{
icon_state = "2-8"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/security/warden)
@@ -17601,7 +17771,8 @@
icon_state = "manifold";
dir = 8
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/medical/medbay)
@@ -17629,7 +17800,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/medical/medbay)
@@ -17815,9 +17987,10 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/medical/robotics)
"aRU" = (
/obj/machinery/button/door{
@@ -17875,7 +18048,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/toxins/misc_lab)
@@ -18069,7 +18243,7 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/obj/machinery/camera/autoname{
icon_state = "camera";
dir = 4
@@ -18083,7 +18257,8 @@
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 8
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/medical/medbay)
@@ -18104,7 +18279,8 @@
/turf/open/floor/plasteel/black,
/area/medical/medbay)
"aSE" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/medical/medbay)
@@ -18198,9 +18374,10 @@
icon_state = "intact";
dir = 8
},
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/medical/robotics)
"aSQ" = (
/obj/structure/cable/cyan{
@@ -18258,7 +18435,8 @@
/obj/structure/cable/cyan{
icon_state = "2-8"
},
-/turf/open/floor/plasteel/warning/corner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
/area/toxins/misc_lab)
"aSY" = (
/obj/structure/table/reinforced,
@@ -18271,12 +18449,14 @@
/turf/open/floor/plating,
/area/toxins/misc_lab)
"aSZ" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
/area/toxins/misc_lab)
"aTa" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
/area/toxins/misc_lab)
@@ -18301,7 +18481,8 @@
icon_state = "plant-21";
layer = 4.1
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -18315,7 +18496,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/maintenance/fore{
@@ -18389,13 +18571,16 @@
/obj/structure/cable/cyan{
icon_state = "1-8"
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/security/warden)
"aTo" = (
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/security/warden)
"aTp" = (
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/security/warden)
@@ -18490,13 +18675,15 @@
name = "lightsout"
},
/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/medical/medbay)
"aTB" = (
/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/medical/medbay)
@@ -18505,12 +18692,14 @@
icon_state = "vent_map";
dir = 1
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/medical/medbay)
"aTD" = (
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/area/medical/medbay)
@@ -18529,7 +18718,7 @@
name = "\improper South Hallway"
})
"aTG" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aTH" = (
@@ -18552,7 +18741,7 @@
name = "\improper South Hallway"
})
"aTL" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
"aTM" = (
@@ -18600,7 +18789,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/toxins/misc_lab)
@@ -18650,7 +18840,8 @@
/area/maintenance/asmaint2)
"aTW" = (
/obj/machinery/light,
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/toxins/xenobiology)
@@ -18675,7 +18866,8 @@
icon_state = "plant-06";
level = 4.1
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -18684,12 +18876,14 @@
icon_state = "plant-06";
level = 4.1
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
"aUa" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/maintenance/fore{
@@ -18715,7 +18909,7 @@
"aUd" = (
/obj/structure/closet/wardrobe/red,
/obj/machinery/light,
-/obj/item/clothing/under/blueskirt/redskirt,
+/obj/item/clothing/under/skirt/red,
/obj/item/clothing/under/plaid_skirt,
/turf/open/floor/plasteel/black,
/area/security/warden)
@@ -18729,18 +18923,11 @@
/area/security/warden)
"aUf" = (
/obj/structure/rack,
-/obj/item/weapon/gun/energy/temperature{
- name = "security temperature gun";
- origin_tech = "combat=2;materials=2;powerstorage=1;magnets=1";
- pin = /obj/item/device/firing_pin;
+/obj/item/weapon/gun/energy/temperature/security{
pixel_x = -5;
pixel_y = 5
},
-/obj/item/weapon/gun/energy/temperature{
- name = "security temperature gun";
- origin_tech = "combat=2;materials=2;powerstorage=1;magnets=1";
- pin = /obj/item/device/firing_pin
- },
+/obj/item/weapon/gun/energy/temperature/security,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -18757,7 +18944,8 @@
pixel_y = 5
},
/obj/machinery/light,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/security/warden)
@@ -18896,15 +19084,18 @@
/obj/machinery/shieldwallgen{
req_access = null
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/toxins/misc_lab)
"aUw" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/toxins/misc_lab)
"aUx" = (
/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/toxins/misc_lab)
"aUy" = (
/obj/machinery/chem_master,
@@ -18923,7 +19114,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/toxins/misc_lab)
@@ -18936,7 +19128,10 @@
name = "blobstart"
},
/obj/structure/target_stake,
-/turf/open/floor/plasteel/bot{
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/obj/effect/turf_decal/bot{
dir = 2
},
/area/toxins/misc_lab)
@@ -18986,7 +19181,8 @@
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-22"
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19000,7 +19196,8 @@
/obj/machinery/autolathe{
name = "maint autolathe"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/maintenance/fore{
@@ -19018,7 +19215,8 @@
},
/obj/item/device/flashlight,
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19061,11 +19259,13 @@
icon_state = "intact";
dir = 9
},
-/turf/open/floor/plasteel/warnwhite/corner,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner,
/area/medical/medbay)
"aUS" = (
/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warnwhite,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
/area/medical/medbay)
"aUT" = (
/obj/machinery/computer/crew,
@@ -19143,7 +19343,8 @@
"aVc" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/machinery/light/small,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/toxins/misc_lab)
"aVd" = (
/obj/machinery/chem_dispenser/constructable,
@@ -19165,7 +19366,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/toxins/misc_lab)
@@ -19182,12 +19384,14 @@
/turf/open/floor/plating,
/area/toxins/misc_lab)
"aVh" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/toxins/misc_lab)
"aVi" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
/area/toxins/misc_lab)
@@ -19200,7 +19404,8 @@
icon_state = "plant-05";
layer = 4.1
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19332,7 +19537,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/medical/medbay)
@@ -19372,7 +19578,8 @@
icon_state = "plant-02";
layer = 4.1
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19381,7 +19588,8 @@
icon_state = "plant-02";
layer = 4.1
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19408,7 +19616,8 @@
/obj/structure/cable/cyan{
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19416,7 +19625,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19424,7 +19634,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/area/maintenance/fore{
@@ -19573,7 +19784,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning/corner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
/area/toxins/misc_lab)
"aWe" = (
/obj/machinery/camera/autoname,
@@ -19617,13 +19829,15 @@
icon_state = "plant-17";
layer = 4.1
},
-/turf/open/floor/plasteel/whitebot,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
"aWl" = (
/obj/machinery/vending/assist,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
/area/maintenance/fore{
@@ -19634,7 +19848,8 @@
/obj/item/clothing/gloves/color/fyellow,
/obj/item/clothing/gloves/color/fyellow,
/obj/item/clothing/gloves/color/fyellow,
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -19667,7 +19882,8 @@
/turf/open/floor/plasteel/white,
/area/security/warden)
"aWq" = (
-/turf/open/floor/plasteel/whitebot/delivery,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/delivery,
/area/security/warden)
"aWr" = (
/obj/machinery/power/apc{
@@ -19751,7 +19967,8 @@
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/medical/medbay)
@@ -19831,10 +20048,7 @@
},
/area/shuttle/arrival)
"aWG" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/arrival)
"aWH" = (
/obj/item/device/assembly/mousetrap/armed,
@@ -19888,7 +20102,8 @@
/obj/structure/cable/cyan{
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/toxins/misc_lab)
@@ -19920,7 +20135,8 @@
/obj/structure/cable/cyan{
icon_state = "1-8"
},
-/turf/open/floor/plasteel/warning/corner,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
/area/maintenance/asmaint2)
"aWU" = (
/obj/structure/table,
@@ -20004,7 +20220,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/medical/medbay)
@@ -20013,7 +20230,8 @@
dir = 1;
pixel_y = 0
},
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/medical/medbay)
@@ -20079,7 +20297,8 @@
/area/toxins/misc_lab)
"aXu" = (
/obj/item/device/multitool,
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/toxins/misc_lab)
@@ -20094,7 +20313,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/maintenance/asmaint2)
@@ -20106,7 +20326,7 @@
/turf/open/floor/plasteel/showroomfloor,
/area/maintenance/asmaint2)
"aXy" = (
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/turf/open/floor/plating,
/area/maintenance/asmaint2)
"aXz" = (
@@ -20175,7 +20395,8 @@
/obj/structure/cable/cyan{
icon_state = "1-4"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -20330,7 +20551,8 @@
name = "Security Maintenance"
})
"aXZ" = (
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -20492,7 +20714,8 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/maintenance/asmaint2)
@@ -20518,7 +20741,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/area/maintenance/asmaint2)
@@ -20546,7 +20770,7 @@
})
"aYD" = (
/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile/revolver/doublebarrel/improvised,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel/improvised,
/turf/open/floor/wood,
/area/maintenance/fore{
name = "Security Maintenance"
@@ -20645,7 +20869,8 @@
/area/shuttle/arrival)
"aYP" = (
/obj/item/clothing/head/cone,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
/area/maintenance/asmaint2)
@@ -20661,7 +20886,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/maintenance/asmaint2)
"aYS" = (
/obj/machinery/navbeacon{
@@ -20675,7 +20901,8 @@
icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/maintenance/asmaint2)
"aYT" = (
/obj/structure/closet/cardboard,
@@ -20913,7 +21140,7 @@
/turf/open/floor/plasteel/shuttle,
/area/shuttle/arrival)
"aZw" = (
-/obj/effect/spider/stickyweb,
+/obj/structure/spider/stickyweb,
/turf/open/floor/plating{
icon_plating = "asteroidplating";
icon_state = "asteroidplating"
@@ -21076,7 +21303,7 @@
},
/area/shuttle/arrival)
"aZP" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
"aZQ" = (
@@ -21216,7 +21443,7 @@
id = "kitchen shutter";
name = "kitchen shutter"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/machinery/newscaster{
pixel_y = 32
},
@@ -21309,7 +21536,7 @@
/turf/closed/wall,
/area/medical/morgue)
"bav" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
icon_state = "intact";
dir = 4
@@ -21378,7 +21605,7 @@
/obj/structure/cable/cyan{
icon_state = "2-4"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
"baA" = (
@@ -21661,12 +21888,13 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bbc" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"bbd" = (
/obj/machinery/computer/camera_advanced/xenobio,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -22072,7 +22300,8 @@
location = "Arrivals Building Area";
name = "navigation beacon"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
/area/maintenance/asmaint2)
"bbV" = (
/obj/machinery/light/small{
@@ -22107,7 +22336,8 @@
},
/obj/item/device/flashlight,
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/maintenance/asmaint2)
"bca" = (
/obj/machinery/door/airlock/maintenance{
@@ -22280,7 +22510,8 @@
/turf/open/floor/plating,
/area/maintenance/asmaint2)
"bcB" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/maintenance/asmaint2)
@@ -22379,16 +22610,10 @@
icon_state = "propulsion";
dir = 4
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
"bcP" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
"bcQ" = (
/obj/structure/window/shuttle,
@@ -22401,10 +22626,7 @@
/turf/open/floor/plating,
/area/shuttle/transport)
"bcS" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
"bcT" = (
/obj/machinery/light{
@@ -22467,14 +22689,14 @@
/turf/open/floor/plasteel/white,
/area/maintenance/asmaint)
"bdf" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/turf/open/floor/plasteel/shuttle,
/area/shuttle/transport)
"bdg" = (
/turf/open/floor/plasteel/shuttle,
/area/shuttle/transport)
"bdh" = (
-/obj/machinery/door/airlock/shuttle,
+/obj/machinery/door/airlock/titanium,
/obj/docking_port/mobile{
dir = 8;
dwidth = 2;
@@ -22482,7 +22704,7 @@
id = "ferry";
name = "ferry shuttle";
roundstart_move = "ferry_away";
- travelDir = 180;
+ port_angle = 180;
width = 5
},
/obj/docking_port/stationary{
@@ -22505,9 +22727,10 @@
name = "Security Maintenance"
})
"bdj" = (
-/turf/open/floor/plasteel/delivery{
+/turf/open/floor/plasteel{
name = "floor"
},
+/obj/effect/turf_decal/delivery,
/area/maintenance/fore{
name = "Security Maintenance"
})
@@ -22656,7 +22879,8 @@
/area/space)
"bdD" = (
/obj/machinery/monkey_recycler,
-/turf/open/floor/plasteel/darkwarning{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -22667,7 +22891,8 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
/area/toxins/xenobiology)
@@ -22721,7 +22946,7 @@
/obj/structure/cable/cyan{
icon_state = "2-8"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/medical/genetics_cloning)
"bdL" = (
@@ -22790,11 +23015,11 @@
/obj/structure/cable/cyan{
icon_state = "1-2"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/security/brig)
"bdS" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/medical/robotics)
"bdT" = (
@@ -22811,14 +23036,16 @@
icon_state = "vent_map";
dir = 8
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/maintenance/asmaint2)
"bdV" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
icon_state = "manifold";
dir = 8
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/maintenance/asmaint2)
"bdW" = (
/obj/structure/cable/cyan{
@@ -22927,7 +23154,7 @@
/obj/structure/cable/cyan{
icon_state = "1-8"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"bed" = (
@@ -22993,11 +23220,11 @@
icon_state = "intact";
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/toxins/misc_lab)
"bem" = (
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/medical/medbay)
"ben" = (
@@ -23020,7 +23247,7 @@
name = "\improper South Hallway"
})
"bep" = (
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "Arrivals Shuttle Airlock"
},
/turf/open/floor/plating,
@@ -23046,7 +23273,7 @@
height = 7;
id = "arrival";
name = "arrival shuttle";
- travelDir = -90;
+ port_angle = -90;
width = 9
},
/obj/docking_port/stationary{
@@ -23056,10 +23283,7 @@
name = "port bay 1";
width = 9
},
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/arrival)
"bet" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
@@ -23170,8 +23394,9 @@
/area/toxins/xenobiology)
"beI" = (
/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun/dragnet,
-/turf/open/floor/plasteel/bot,
+/obj/item/weapon/gun/energy/e_gun/dragnet,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/security/warden)
"beJ" = (
/obj/structure/rack,
@@ -23180,12 +23405,13 @@
/obj/item/weapon/storage/box/rubbershot,
/obj/item/weapon/storage/box/rubbershot,
/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/gun/projectile/shotgun/riot{
+/obj/item/weapon/gun/ballistic/shotgun/riot{
pixel_x = -5;
pixel_y = 5
},
-/obj/item/weapon/gun/projectile/shotgun/riot,
-/turf/open/floor/plasteel/bot,
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
/area/security/warden)
"beK" = (
/obj/structure/cable/cyan{
@@ -23234,7 +23460,7 @@
lootcount = 3;
name = "teargas clusterbuster spawner"
},
-/obj/item/weapon/gun/energy/gun/hos,
+/obj/item/weapon/gun/energy/e_gun/hos,
/obj/item/weapon/storage/box/lethalshot,
/obj/item/weapon/storage/box/lethalshot,
/turf/open/floor/plasteel,
@@ -23263,6 +23489,337 @@
/area/maintenance/fore{
name = "Security Maintenance"
})
+"ZyZ" = (
+/obj/effect/landmark/xmastree/rdrod,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/lab)
+"Zza" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 9
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
+ },
+/area/space)
+"Zzb" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/space)
+"Zzc" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ id = "syndieshutters";
+ name = "blast shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/space)
+"Zzd" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/space)
+"Zze" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp{
+ pixel_x = 4;
+ pixel_y = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzf" = (
+/obj/machinery/computer/shuttle/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzg" = (
+/obj/structure/table,
+/obj/machinery/button/door{
+ id = "syndieshutters";
+ name = "remote shutter control";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzh" = (
+/obj/structure/frame/computer,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzi" = (
+/obj/structure/closet/syndicate/personal,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzj" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"Zzk" = (
+/obj/machinery/door/window{
+ name = "Cockpit";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzl" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"Zzm" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzn" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/zipties{
+ pixel_x = 1;
+ pixel_y = 2
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzo" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 4
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzp" = (
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzq" = (
+/obj/structure/closet/syndicate/nuclear,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzr" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzs" = (
+/obj/machinery/door/poddoor{
+ auto_close = 300;
+ id = "smindicate";
+ name = "outer blast door"
+ },
+/obj/machinery/button/door{
+ id = "smindicate";
+ name = "external door control";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "150"
+ },
+/obj/docking_port/mobile{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate";
+ name = "syndicate infiltrator";
+ port_angle = 0;
+ roundstart_move = "syndicate_away";
+ width = 18
+ },
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_nw";
+ name = "northwest of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/turf/open/floor/plating,
+/area/space)
+"Zzt" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/space)
+"Zzu" = (
+/obj/machinery/door/window{
+ name = "Ready Room";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzv" = (
+/obj/machinery/door/window{
+ dir = 4;
+ name = "EVA Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzw" = (
+/obj/machinery/door/airlock/external{
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzx" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/space)
+"Zzy" = (
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. Evilly";
+ freerange = 1;
+ frequency = 1213;
+ name = "Syndicate Intercom";
+ pixel_x = -32;
+ subspace_transmission = 1;
+ syndie = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"Zzz" = (
+/obj/machinery/sleeper/syndie{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzA" = (
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzB" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzC" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzD" = (
+/obj/structure/table,
+/obj/item/stack/medical/ointment,
+/obj/item/stack/medical/bruise_pack,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzE" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/cell/high{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzF" = (
+/obj/structure/table,
+/obj/item/weapon/screwdriver{
+ pixel_y = 9
+ },
+/obj/item/device/assembly/voice{
+ pixel_y = 3
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzG" = (
+/obj/structure/table,
+/obj/item/weapon/wrench,
+/obj/item/device/assembly/infra,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzH" = (
+/obj/structure/table,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzI" = (
+/obj/structure/table,
+/obj/item/weapon/weldingtool/largetank{
+ pixel_y = 3
+ },
+/obj/item/device/multitool,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzJ" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzK" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzL" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzM" = (
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Surgery";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzN" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzO" = (
+/obj/structure/table,
+/obj/item/weapon/surgicaldrill,
+/obj/item/weapon/circular_saw,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ZzP" = (
+/obj/machinery/telecomms/allinone{
+ intercept = 1
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ZzQ" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 10
+ },
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
"ZzR" = (
/obj/machinery/light/small{
dir = 1
@@ -23330,9 +23887,10 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warningcorner";
- icon_state = "warningcorner";
+/turf/open/floor/plasteel{
+ tag = "icon-warningcorner"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
/area/maintenance/asmaint2)
@@ -23340,7 +23898,8 @@
/obj/structure/cable/cyan{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
/area/maintenance/asmaint2)
"ZAc" = (
/obj/structure/table/reinforced,
@@ -23349,7 +23908,8 @@
/area/medical/medbay)
"ZAd" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/area/maintenance/asmaint2)
@@ -28102,264 +28662,7 @@ aaa
aaa
aaa
"}
-(19,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(20,1,1) = {"
+(19,1,1) = {"
aaa
aaa
aaa
@@ -28616,7 +28919,7 @@ aaa
aaa
aaa
"}
-(21,1,1) = {"
+(20,1,1) = {"
aaa
aaa
aaa
@@ -28873,7 +29176,7 @@ aaa
aaa
aaa
"}
-(22,1,1) = {"
+(21,1,1) = {"
aaa
aaa
aaa
@@ -29130,7 +29433,7 @@ aaa
aaa
aaa
"}
-(23,1,1) = {"
+(22,1,1) = {"
aaa
aaa
aaa
@@ -29387,7 +29690,7 @@ aaa
aaa
aaa
"}
-(24,1,1) = {"
+(23,1,1) = {"
aaa
aaa
aaa
@@ -29644,7 +29947,7 @@ aaa
aaa
aaa
"}
-(25,1,1) = {"
+(24,1,1) = {"
aaa
aaa
aaa
@@ -29901,7 +30204,7 @@ aaa
aaa
aaa
"}
-(26,1,1) = {"
+(25,1,1) = {"
aaa
aaa
aaa
@@ -30158,7 +30461,7 @@ aaa
aaa
aaa
"}
-(27,1,1) = {"
+(26,1,1) = {"
aaa
aaa
aaa
@@ -30415,7 +30718,7 @@ aaa
aaa
aaa
"}
-(28,1,1) = {"
+(27,1,1) = {"
aaa
aaa
aaa
@@ -30672,7 +30975,7 @@ aaa
aaa
aaa
"}
-(29,1,1) = {"
+(28,1,1) = {"
aaa
aaa
aaa
@@ -30929,7 +31232,7 @@ aaa
aaa
aaa
"}
-(30,1,1) = {"
+(29,1,1) = {"
aaa
aaa
aaa
@@ -31186,7 +31489,7 @@ aaa
aaa
aaa
"}
-(31,1,1) = {"
+(30,1,1) = {"
aaa
aaa
aaa
@@ -31443,7 +31746,7 @@ aaa
aaa
aaa
"}
-(32,1,1) = {"
+(31,1,1) = {"
aaa
aaa
aaa
@@ -31700,7 +32003,7 @@ aaa
aaa
aaa
"}
-(33,1,1) = {"
+(32,1,1) = {"
aaa
aaa
aaa
@@ -31957,7 +32260,7 @@ aaa
aaa
aaa
"}
-(34,1,1) = {"
+(33,1,1) = {"
aaa
aaa
aaa
@@ -32214,7 +32517,7 @@ aaa
aaa
aaa
"}
-(35,1,1) = {"
+(34,1,1) = {"
aaa
aaa
aaa
@@ -32471,7 +32774,7 @@ aaa
aaa
aaa
"}
-(36,1,1) = {"
+(35,1,1) = {"
aaa
aaa
aaa
@@ -32728,7 +33031,7 @@ aaa
aaa
aaa
"}
-(37,1,1) = {"
+(36,1,1) = {"
aaa
aaa
aaa
@@ -32985,7 +33288,7 @@ aaa
aaa
aaa
"}
-(38,1,1) = {"
+(37,1,1) = {"
aaa
aaa
aaa
@@ -33242,7 +33545,7 @@ aaa
aaa
aaa
"}
-(39,1,1) = {"
+(38,1,1) = {"
aaa
aaa
aaa
@@ -33499,7 +33802,7 @@ aaa
aaa
aaa
"}
-(40,1,1) = {"
+(39,1,1) = {"
aaa
aaa
aaa
@@ -33756,7 +34059,7 @@ aaa
aaa
aaa
"}
-(41,1,1) = {"
+(40,1,1) = {"
aaa
aaa
aaa
@@ -34013,7 +34316,7 @@ aaa
aaa
aaa
"}
-(42,1,1) = {"
+(41,1,1) = {"
aaa
aaa
aaa
@@ -34270,7 +34573,7 @@ aaa
aaa
aaa
"}
-(43,1,1) = {"
+(42,1,1) = {"
aaa
aaa
aaa
@@ -34527,7 +34830,7 @@ aaa
aaa
aaa
"}
-(44,1,1) = {"
+(43,1,1) = {"
aaa
aaa
aaa
@@ -34784,7 +35087,7 @@ aaa
aaa
aaa
"}
-(45,1,1) = {"
+(44,1,1) = {"
aaa
aaa
aaa
@@ -35041,7 +35344,11 @@ aaa
aaa
aaa
"}
-(46,1,1) = {"
+(45,1,1) = {"
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -35181,10 +35488,6 @@ aaa
aaa
aaa
aaa
-aaJ
-aaJ
-aaJ
-aaJ
aaa
aaa
aaa
@@ -35298,7 +35601,8 @@ aaa
aaa
aaa
"}
-(47,1,1) = {"
+(46,1,1) = {"
+aaa
aaa
aaa
aaa
@@ -35441,9 +35745,8 @@ aaJ
aaJ
aaJ
aaJ
-aaJ
-aaJ
-aaJ
+aaa
+aaa
aaa
aaa
aaa
@@ -35555,7 +35858,10 @@ aaa
aaa
aaa
"}
-(48,1,1) = {"
+(47,1,1) = {"
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -35691,9 +35997,6 @@ aaa
aaa
aaa
aaa
-aaJ
-aaJ
-aaJ
aaJ
aaJ
aaJ
@@ -35812,7 +36115,9 @@ aaa
aaa
aaa
"}
-(49,1,1) = {"
+(48,1,1) = {"
+aaa
+aaa
aaa
aaa
aaa
@@ -35946,8 +36251,6 @@ aaa
aaa
aaa
aaa
-aaJ
-aaJ
aaJ
aaJ
aaJ
@@ -36069,7 +36372,7 @@ aaa
aaa
aaa
"}
-(50,1,1) = {"
+(49,1,1) = {"
aaa
aaa
aaa
@@ -36326,7 +36629,8 @@ aaa
aaa
aaa
"}
-(51,1,1) = {"
+(50,1,1) = {"
+aaa
aaa
aaa
aaa
@@ -36459,7 +36763,6 @@ aaa
aaa
aaa
aaa
-aaJ
aaJ
aaJ
aaJ
@@ -36583,7 +36886,8 @@ aaa
aaa
aaa
"}
-(52,1,1) = {"
+(51,1,1) = {"
+aaa
aaa
aaa
aaa
@@ -36715,7 +37019,6 @@ aaa
aaa
aaa
aaa
-aaJ
aaJ
aaJ
aaJ
@@ -36840,7 +37143,7 @@ aaa
aaa
aaa
"}
-(53,1,1) = {"
+(52,1,1) = {"
aaa
aaa
aaa
@@ -37097,7 +37400,7 @@ aaa
aaa
aaa
"}
-(54,1,1) = {"
+(53,1,1) = {"
aaa
aaa
aaa
@@ -37233,16 +37536,16 @@ aaJ
aaJ
aaJ
aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaJ
aaJ
-aaa
+aaJ
+aaJ
+aaJ
+aaJ
+aaJ
+aaJ
+aaJ
+aaJ
aaa
aaa
aaa
@@ -37354,7 +37657,7 @@ aaa
aaa
aaa
"}
-(55,1,1) = {"
+(54,1,1) = {"
aaa
aaa
aaa
@@ -37497,8 +37800,8 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
+aaJ
+aaJ
aaa
aaa
aaa
@@ -37611,8 +37914,7 @@ aaa
aaa
aaa
"}
-(56,1,1) = {"
-aaa
+(55,1,1) = {"
aaa
aaa
aaa
@@ -37747,6 +38049,7 @@ aaa
aaJ
aaJ
aaJ
+aaJ
aaa
aaa
aaa
@@ -37868,7 +38171,7 @@ aaa
aaa
aaa
"}
-(57,1,1) = {"
+(56,1,1) = {"
aaa
aaa
aaa
@@ -37932,15 +38235,272 @@ aaa
aaa
aaa
aaa
-aaz
-aad
-aad
-aad
-aad
-aad
-aad
-aad
-aar
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaJ
+aaJ
+aaJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(57,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+Zza
+aac
+aac
+aac
+aac
+ZzL
+aac
+aac
+aac
+Zzj
aaa
aaa
aaa
@@ -38182,19 +38742,19 @@ aaa
aaa
aaa
aaa
-aaa
-aaz
-aad
-aad
-aad
-aad
-aad
-aad
+Zza
+aac
+aac
+aac
+aac
+aac
+aac
+Zzz
aaU
-aah
-abg
+Zzz
+ZzA
abg
-aah
+ZzO
abv
aby
abH
@@ -38439,19 +38999,19 @@ aaa
aaa
aaa
aaa
-aaa
-aad
-aaC
-aaC
-aaC
-aaC
-aaC
-aad
-aaU
-aah
-aah
-aah
-aah
+Zzb
+Zzp
+Zzp
+Zzp
+Zzp
+Zzp
+aac
+ZzA
+ZzA
+ZzA
+ZzA
+ZzM
+ZzA
abw
aby
abI
@@ -38696,18 +39256,18 @@ aaa
aaa
aaa
aaa
-aaa
-aad
-aah
-aah
-aah
-aah
-aah
-aad
-aaV
-aah
-aah
-aah
+Zzb
+aae
+aae
+aae
+aae
+aae
+aac
+ZzB
+ZzA
+ZzA
+ZzA
+ZzN
abp
abx
aby
@@ -38946,28 +39506,28 @@ aaa
aaa
aaa
aaa
-aaa
+Zza
aac
-aad
-aad
-aad
+aac
+aac
+Zzj
aar
aaa
-aaa
-aad
-aah
-aaE
-aah
-aah
-aah
-aad
-aaW
-aaE
-aah
+Zzb
+aae
+Zzr
+aae
+aae
+aae
+aac
+ZzC
+ZzA
+ZzA
+ZzA
abj
-aad
-aad
-aad
+aac
+aac
+aac
aat
aaa
aaa
@@ -39203,26 +39763,26 @@ aaa
aaa
aaa
aaa
-aaa
+Zzb
aad
aag
aam
-aao
-aad
-aaa
+aac
+aar
aaa
-aad
+Zzb
+Zzq
aaD
aaF
-aaK
-aah
-aah
-aad
-aaX
-aah
-aah
+aae
+aae
+aac
+ZzD
+ZzA
+ZzA
+ZzA
abk
-aad
+aac
aaa
aaa
aaa
@@ -39460,28 +40020,28 @@ aaa
aaa
aaa
aaa
-aaa
+Zzc
aae
-aah
-aah
-aah
-aad
-aad
-aad
-aad
-aad
-aad
-aad
+aae
+aae
+aac
+aac
+aac
+aac
+aac
+aac
+aac
+Zzv
aaL
-aaO
-aad
-aad
+aac
+aac
+ZzJ
abd
abh
-aad
-aad
-aad
-aar
+aac
+aac
+aac
+Zzj
aaa
aaa
aaa
@@ -39717,26 +40277,26 @@ aaa
aaa
aaa
aaa
-aaa
+Zzc
+Zze
aae
-aai
-aah
-aah
-aad
-aau
-aaw
-aaw
-aaw
-aaw
-aah
-aah
-aah
-aaS
-aah
-aah
-aah
-abl
-abq
+aae
+aac
+Zzm
+aae
+aae
+aae
+aae
+aaP
+aae
+aae
+Zzy
+aae
+aae
+aae
+aae
+aae
+aaP
aby
abH
aaa
@@ -39974,25 +40534,25 @@ aaa
aaa
aaa
aaa
-aaa
-aae
+Zzc
+Zzf
aaj
-aan
-aah
-aas
-aah
-aah
-aah
-aah
-aah
-aah
-aah
-aah
-aah
-aah
-aah
-aah
-abm
+aae
+Zzk
+aae
+aae
+aae
+aae
+aae
+Zzu
+aae
+aae
+aae
+aae
+aae
+aae
+aae
+aae
abr
aby
abI
@@ -40231,26 +40791,26 @@ aaa
aaa
aaa
aaa
-aaa
+Zzc
+Zzg
aae
-aak
aah
-aap
-aad
+aac
+Zzn
aav
-aax
-aax
-aax
-aax
-aah
-aah
-aah
-aah
-aah
-aah
-aah
-abl
-aah
+aav
+aav
+aav
+aaP
+aae
+aae
+aae
+aae
+aae
+aae
+aae
+aae
+aaP
aby
abJ
aaa
@@ -40488,28 +41048,28 @@ aaa
aaa
aaa
aaa
-aaa
+Zzc
+Zzh
aae
-aal
-aah
-aah
-aad
-aad
-aad
-aaA
-aad
-aad
-aad
-aaM
+aae
+aac
+aac
+aac
+Zzo
+aac
+aac
+aac
+Zzw
aaP
-aad
-aad
+aac
+aac
+aac
abe
abi
-aad
-aad
-aad
-aat
+aac
+aac
+aac
+Zzl
aaa
aaa
aaa
@@ -40745,27 +41305,27 @@ aaa
aaa
aaa
aaa
-aaa
-aad
-aal
-aah
-aaq
-aad
-aaa
+Zzb
+Zzh
+aae
+Zzi
+aac
+Zzl
aaa
aaa
aaa
-aad
-aah
-aah
-aah
-aad
-aaY
-aah
-aah
+Zzb
+aae
+aae
+aae
+aac
+ZzE
+aae
+aae
+aae
abn
-aad
-aaa
+ZzP
+Zzb
aaa
aaa
aaa
@@ -41002,29 +41562,29 @@ aaa
aaa
aaa
aaa
-aaa
-aaf
-aad
-aad
-aad
-aat
-aaa
+Zzd
+aac
+aac
+aac
+Zzl
+aar
aaa
aaa
aaa
-aaG
-aah
-aah
-aah
-aad
-aaZ
-aaE
-aah
+Zzs
+aae
+aae
+aae
+aac
+ZzF
+aae
+aae
+aae
abo
-aad
-aad
-aad
-aar
+aac
+aac
+aac
+ZzQ
aaa
aaa
aaa
@@ -41268,17 +41828,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaH
-aah
-aah
-aaQ
-aad
-aba
-aah
-aah
-aah
-aah
+Zzt
+aae
+aae
+aae
+aac
+ZzG
+aae
+aae
+aae
+aae
+aae
abz
aby
abH
@@ -41525,17 +42085,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaI
-aad
-aad
-aad
-aad
-abb
-aaE
-aah
-aah
-aah
+Zzd
+aac
+aac
+aac
+aac
+ZzH
+Zzr
+aae
+aae
+aae
+aae
abA
aby
abI
@@ -41785,14 +42345,14 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aad
+Zzx
+Zzb
+ZzI
abc
-abf
-aah
-aah
-aah
+aae
+ZzK
+ZzK
+aae
abB
aby
abJ
@@ -42043,16 +42603,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaI
-aad
-aad
-aad
-aad
-aad
-aad
-aad
-aat
+Zzd
+aac
+aac
+aac
+aac
+Zzo
+aac
+aac
+aac
+Zzl
aaa
aaa
aaa
@@ -46485,16 +47045,16 @@ aaa
aaa
aaa
aaa
-aDn
-aEU
+aDo
+aDo
aDZ
-aHf
+aDo
aDZ
aDZ
aDZ
aDZ
aDZ
-aMf
+aDo
aaa
aaa
aaa
@@ -46741,7 +47301,7 @@ aaa
aaa
aaa
aaa
-aDn
+aDo
aEQ
aFG
aET
@@ -46751,8 +47311,8 @@ aIN
aIN
aIN
aHS
-aMg
-aMf
+aEQ
+aDo
aaa
aaa
aaa
@@ -46998,7 +47558,7 @@ aaa
aaa
aaa
aaa
-aDY
+aDo
aER
aFH
aES
@@ -47259,7 +47819,7 @@ aDZ
aES
aES
aES
-aEa
+aDo
aHU
aHU
aHW
@@ -47769,7 +48329,7 @@ aaa
aaa
aaa
aaa
-aEa
+aDo
aET
aES
aET
@@ -47780,8 +48340,8 @@ aHW
aHT
aHT
aMh
-aMg
-aMf
+aEQ
+aDo
aaa
aaa
aaa
@@ -48026,11 +48586,11 @@ aaa
aaa
aaa
aaa
-aDp
-aEU
+aDo
+aDo
bah
aDZ
-aDY
+aDo
aHT
aHT
aHT
@@ -48295,7 +48855,7 @@ aHT
aHT
aHT
aNc
-aDY
+aDo
aaa
aaa
aaa
@@ -49058,7 +49618,7 @@ aDo
aEV
aFJ
aGt
-aEa
+aDo
aHT
aHT
aJM
@@ -49300,13 +49860,13 @@ aaa
aaa
aaa
aaa
-awh
-awR
+awi
+awi
awj
-awR
+awi
awj
-awR
-aAC
+awi
+awi
aaa
aaa
aaa
@@ -49323,7 +49883,7 @@ aKz
aHT
aHT
aHS
-aEa
+aDo
aaa
aaa
aaa
@@ -49567,20 +50127,20 @@ awi
aaa
aaa
aaa
-aDn
-aEb
-aEf
-aEf
-aEf
+aDo
+aDo
+aDo
+aDo
+aDo
aEQ
aHT
aHT
-aJN
-aEU
+aDo
+aDo
aHh
aDZ
-aJN
-aHj
+aDo
+aDo
aaa
aaa
aaa
@@ -50328,13 +50888,13 @@ aaa
aaa
aaa
aaa
-awk
-awR
+awi
+awi
awj
ayj
awj
-awR
-aAE
+awi
+awi
aaa
aaa
aaa
@@ -50342,12 +50902,12 @@ aDo
aEe
aEe
aEe
-aGv
-aHi
+aEQ
+aDo
aHX
aHX
-aGv
-aHi
+aDo
+aEQ
aLp
aMi
aNf
@@ -50595,20 +51155,20 @@ aaa
aaa
aaa
aaa
-aDp
-aEf
-aEf
-aEf
-aGw
-aHj
+aDo
+aDo
+aDo
+aDo
+aDo
+aDo
aHT
aHT
-aDp
-aGw
-aEf
-aEf
-aEf
-aHj
+aDo
+aDo
+aDo
+aDo
+aDo
+aDo
aaa
aaa
aaa
@@ -50852,20 +51412,20 @@ aaa
aaa
aaa
aaa
-aDq
+aDo
aEg
aEX
aFK
-aGx
-aDY
+aDo
+aDo
aHX
aIP
-aDY
-aDq
+aDo
+aDo
aEg
aEX
aFK
-aGx
+aDo
aaa
aaa
aaa
@@ -51091,15 +51651,15 @@ aaa
aaa
aaa
aaa
-ara
-arH
-arH
-arH
-arH
-arH
-arH
-arH
-awl
+arb
+arb
+arb
+arb
+arb
+arb
+arb
+arb
+arb
aaa
axJ
aym
@@ -51356,7 +51916,7 @@ atG
atG
atG
aso
-awm
+arb
awU
axJ
ayn
@@ -51666,7 +52226,7 @@ aaa
aaa
bcO
bdf
-bdo
+bcO
aaa
aaa
aaa
@@ -51924,7 +52484,7 @@ bcO
bda
bdg
bdp
-bdo
+bcO
aaa
aaa
aaa
@@ -52384,7 +52944,7 @@ atH
aup
atH
aso
-awm
+arb
awW
axK
ayr
@@ -52633,15 +53193,15 @@ aaa
aaa
aaa
aaa
-arc
-arH
-arH
+arb
+arb
+arb
ath
atI
-arH
+arb
auU
avA
-awo
+arb
aaa
axK
ays
@@ -64741,7 +65301,7 @@ aJt
aKn
aHu
aEF
-aMC
+ZyZ
aMC
aOu
aPk
diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm
new file mode 100644
index 000000000000..6f9f497d6155
--- /dev/null
+++ b/_maps/map_files/Deltastation/DeltaStation2.dmm
@@ -0,0 +1,183303 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aaa" = (
+/turf/open/space,
+/area/space)
+"aab" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_ne";
+ name = "northeast of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/turf/open/space,
+/area/space)
+"aac" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_n";
+ name = "north of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/turf/open/space,
+/area/space)
+"aad" = (
+/obj/effect/landmark{
+ name = "carpspawn"
+ },
+/turf/open/space,
+/area/space)
+"aae" = (
+/obj/structure/lattice,
+/obj/structure/grille,
+/turf/open/space,
+/area/space)
+"aaf" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"aag" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxstarboard)
+"aah" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aai" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/solar{
+ id = "forestarboard";
+ name = "Fore-Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxstarboard)
+"aaj" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aak" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aal" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aam" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aan" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "forestarboard";
+ name = "Fore-Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxstarboard)
+"aao" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aap" = (
+/obj/docking_port/stationary/random{
+ id = "pod_asteroid1";
+ name = "asteroid"
+ },
+/turf/open/space,
+/area/space)
+"aaq" = (
+/obj/docking_port/stationary/random{
+ id = "pod_asteroid2";
+ name = "asteroid"
+ },
+/turf/open/space,
+/area/space)
+"aar" = (
+/obj/structure/lattice/catwalk,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/space,
+/area/solar/auxstarboard)
+"aas" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_1)
+"aat" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_1)
+"aau" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_2)
+"aav" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_2)
+"aaw" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aax" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aay" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaz" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/computer/shuttle/pod{
+ pixel_x = -32;
+ possible_destinations = "pod_asteroid1";
+ shuttleId = "pod1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/pod_1)
+"aaA" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/computer/shuttle/pod{
+ pixel_x = -32;
+ possible_destinations = "pod_asteroid2";
+ shuttleId = "pod2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/pod_2)
+"aaB" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/mining_construction)
+"aaC" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaD" = (
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaE" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ pixel_x = 25
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/pod_1)
+"aaF" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ pixel_x = 25
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/pod_2)
+"aaG" = (
+/turf/closed/wall,
+/area/mining_construction)
+"aaH" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"aaI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaJ" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaK" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_1)
+"aaL" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Escape Pod Airlock"
+ },
+/obj/docking_port/mobile/pod{
+ id = "pod1";
+ name = "escape pod 1";
+ port_angle = 180
+ },
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plasteel/white,
+/area/shuttle/pod_1)
+"aaM" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_2)
+"aaN" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Escape Pod Airlock"
+ },
+/obj/docking_port/mobile/pod{
+ id = "pod2";
+ name = "escape pod 2";
+ port_angle = 180
+ },
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plasteel/white,
+/area/shuttle/pod_2)
+"aaO" = (
+/obj/item/stack/cable_coil,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"aaP" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaQ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaT" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaU" = (
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/mining_construction)
+"aaV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "Escape Pod 1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "Escape Pod 2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aaX" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/obj/structure/sign/vacuum{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"aaY" = (
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"aaZ" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"aba" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abb" = (
+/obj/structure/sign/pods{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abd" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abe" = (
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ tag = "icon-doors"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/mining_construction)
+"abf" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarstarboard)
+"abg" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abh" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abi" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTHWEST)"
+ },
+/area/mining_construction)
+"abj" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1;
+ icon_state = "yellow";
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTH)"
+ },
+/area/mining_construction)
+"abk" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/mining_construction)
+"abl" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarstarboard)
+"abm" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abn" = (
+/obj/machinery/power/smes,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abo" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/machinery/camera{
+ c_tag = "Solar - Fore Starboard";
+ name = "solar camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abp" = (
+/obj/structure/shuttle/engine/propulsion{
+ tag = "icon-propulsion (NORTH)";
+ icon_state = "propulsion";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"abq" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/arrival)
+"abr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"abs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"abt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"abu" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Fore Starboard Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarstarboard)
+"abv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abw" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abx" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"aby" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/door/airlock/external{
+ name = "External Solar Access";
+ req_access_txt = "10"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarstarboard)
+"abz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarstarboard)
+"abA" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/space,
+/area/solar/auxstarboard)
+"abB" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abC" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Dock - Fore";
+ dir = 8;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abD" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abE" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Shuttle - Fore Port";
+ dir = 8;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abF" = (
+/obj/structure/window/reinforced,
+/obj/structure/shuttle/engine/heater{
+ tag = "icon-heater (NORTH)";
+ icon_state = "heater";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"abG" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Shuttle - Fore Starboard";
+ dir = 4;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abH" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/mining_voucher,
+/obj/machinery/camera{
+ c_tag = "Auxillary Construction - Storage";
+ dir = 4;
+ name = "engineering camera"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"abJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"abK" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"abL" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 0;
+ tag = "icon-doors"
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarstarboard)
+"abM" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Fore Starboard Solar APC";
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abN" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abO" = (
+/obj/machinery/power/solar_control{
+ id = "forestarboard";
+ name = "Fore Starboard Solar Control";
+ track = 0
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"abP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 0;
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"abU" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/arrival)
+"abV" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"abW" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"abX" = (
+/obj/structure/table/reinforced,
+/obj/item/device/analyzer,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"abY" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"abZ" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"aca" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"acb" = (
+/obj/structure/table/reinforced,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"acc" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"acd" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/mining_construction)
+"ace" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"acf" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/mining_construction)
+"acg" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/mining_construction)
+"ach" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aci" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acj" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ack" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acl" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Arrival Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/arrival)
+"acm" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/shuttle/arrival)
+"acn" = (
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/arrival)
+"aco" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/shuttle/arrival)
+"acp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/engineering{
+ name = "Auxiliary Construction Storage";
+ req_access_txt = "32;47;48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/mining_construction)
+"acq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acs" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/shuttle/arrival)
+"act" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"acu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/shuttle/arrival)
+"acv" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/mining_construction)
+"acw" = (
+/obj/machinery/requests_console{
+ department = "Construction";
+ departmentType = 0;
+ name = "Construction RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTHWEST)"
+ },
+/area/mining_construction)
+"acx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1;
+ icon_state = "yellow";
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTH)"
+ },
+/area/mining_construction)
+"acy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/mining_shuttle_beacon,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/mining_construction)
+"acz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"acA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"acB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"acC" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acH" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/latejoin,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"acI" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/latejoin,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"acJ" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/sunnybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/arrival)
+"acK" = (
+/obj/machinery/vending/snack,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acL" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "construction";
+ name = "Construction Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"acM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"acN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"acO" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"acP" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"acQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"acR" = (
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"acS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"acT" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acU" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acV" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acW" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acX" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/arrival)
+"acY" = (
+/obj/machinery/vending/cola,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"acZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ada" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adc" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "construction";
+ name = "Construction Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"add" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"ade" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"adf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/device/assault_pod/mining,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"adg" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adh" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/fernybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/arrival)
+"adi" = (
+/obj/item/device/radio/beacon,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adj" = (
+/obj/machinery/button/door{
+ id = "construction";
+ name = "Auxiliary Construction Shutters";
+ pixel_x = -26;
+ req_access_txt = "32;47;48"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -38
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Auxillary Construction";
+ dir = 4;
+ name = "engineering camera"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"adk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"adl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"adm" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 9
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"adn" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ado" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ id = "syndieshutters";
+ name = "blast shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"adp" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"adq" = (
+/obj/structure/closet/firecloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adr" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ads" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adt" = (
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/arrival)
+"adu" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Auxiliary Construction APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"adv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"adw" = (
+/obj/machinery/door/airlock/external{
+ name = "Auxiliary Base Airlock"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/mining_construction)
+"adx" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"ady" = (
+/obj/docking_port/mobile/auxillary_base{
+ dheight = 4;
+ dir = 2;
+ dwidth = 4;
+ height = 9;
+ width = 9
+ },
+/obj/machinery/bluespace_beacon,
+/obj/machinery/computer/shuttle/auxillary_base{
+ pixel_y = 0
+ },
+/turf/closed/wall,
+/area/shuttle/auxillary_base)
+"adz" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Auxillary Base";
+ dir = 4;
+ name = "engineering camera"
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"adA" = (
+/obj/machinery/computer/med_data{
+ icon_keyboard = "syndi_key"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adB" = (
+/obj/machinery/computer/crew{
+ icon_keyboard = "syndi_key"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adD" = (
+/obj/machinery/computer/shuttle/syndicate,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adE" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adF" = (
+/obj/machinery/computer/camera_advanced{
+ icon_keyboard = "syndi_key"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adG" = (
+/obj/machinery/computer/secure_data{
+ icon_keyboard = "syndi_key"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"adL" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"adM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/shuttle/arrival)
+"adN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/assistant,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"adO" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"adP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/shuttle/arrival)
+"adQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"adR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"adS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"adT" = (
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/syndie,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adU" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/syndicate)
+"adV" = (
+/turf/open/floor/plasteel/black,
+/area/shuttle/syndicate)
+"adW" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "syndieshutters";
+ name = "Cockpit View Control";
+ pixel_x = 32;
+ pixel_y = 32;
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/syndicate)
+"adX" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/syndicate)
+"adY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"adZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aea" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aeb" = (
+/obj/effect/landmark{
+ name = "Observer-Start"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/arrival)
+"aec" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aed" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Auxiliary Construction Zone";
+ req_access_txt = "0";
+ req_one_access_txt = "32;47;48"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"aee" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/mining_construction)
+"aef" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/mining_construction)
+"aeg" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/item/weapon/pipe_dispenser,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"aeh" = (
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"aei" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"aej" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/shuttle/arrival)
+"aek" = (
+/turf/open/floor/plasteel/blue/corner,
+/area/shuttle/arrival)
+"ael" = (
+/turf/open/floor/plasteel/blue/side,
+/area/shuttle/arrival)
+"aem" = (
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/shuttle/arrival)
+"aen" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"aeo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Auxiliary Construction Zone";
+ req_access_txt = "0";
+ req_one_access_txt = "32;47;48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"aep" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 20
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/mining_construction)
+"aeq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"aer" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"aes" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"aet" = (
+/obj/machinery/status_display,
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aeu" = (
+/obj/machinery/door/airlock/hatch{
+ name = "Cockpit";
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aev" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"aew" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aex" = (
+/obj/machinery/status_display,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"aey" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Cockpit";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/shuttle/arrival)
+"aez" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"aeA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/newscaster{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (SOUTHWEST)"
+ },
+/area/mining_construction)
+"aeB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"aeC" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/mining_construction)
+"aeD" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"aeE" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 10
+ },
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"aeF" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"aeG" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"aeH" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/handcuffs{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/zipties,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"aeI" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 6
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"aeJ" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aeK" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Dock - Aft";
+ dir = 8;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aeL" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aeM" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Shuttle - Aft Port";
+ dir = 8;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aeN" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/shuttle/arrival)
+"aeO" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/shuttle/arrival)
+"aeP" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (EAST)";
+ icon_state = "blue";
+ dir = 4
+ },
+/area/shuttle/arrival)
+"aeQ" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Shuttle - Aft Starboard";
+ dir = 4;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aeR" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aeS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/mining_construction)
+"aeT" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"aeU" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"aeV" = (
+/obj/structure/frame/computer,
+/turf/open/floor/plasteel/blue,
+/area/shuttle/arrival)
+"aeW" = (
+/obj/structure/frame/computer,
+/turf/open/floor/plasteel/blue/side,
+/area/shuttle/arrival)
+"aeX" = (
+/turf/closed/wall,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aeY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aeZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-neutral (NORTHEAST)"
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afd" = (
+/obj/machinery/vending/snack,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afe" = (
+/obj/machinery/vending/cola,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aff" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afg" = (
+/obj/structure/chair/stool,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/vault,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afh" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/vault,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afi" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afk" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 4
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"afl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afm" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afp" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afr" = (
+/obj/structure/door_assembly/door_assembly_mhatch,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afs" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aft" = (
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afv" = (
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/plasteel/podhatch{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"afw" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"afx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afA" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afI" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afK" = (
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/plasteel/podhatch{
+ tag = "icon-podhatch (EAST)";
+ icon_state = "podhatch";
+ dir = 4
+ },
+/area/shuttle/syndicate)
+"afL" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"afM" = (
+/obj/machinery/door/poddoor{
+ id = "smindicate";
+ name = "outer blast door"
+ },
+/obj/machinery/button/door{
+ id = "smindicate";
+ name = "external door control";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "150"
+ },
+/obj/docking_port/mobile{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate";
+ name = "syndicate infiltrator";
+ port_angle = 0;
+ roundstart_move = "syndicate_away";
+ width = 18
+ },
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_nw";
+ name = "northwest of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/obj/structure/fans/tiny,
+/turf/open/floor/plasteel/podhatch{
+ tag = "icon-podhatch (NORTH)";
+ icon_state = "podhatch";
+ dir = 1
+ },
+/area/shuttle/syndicate)
+"afN" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"afO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afQ" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afR" = (
+/obj/structure/sign/pods,
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afS" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"afT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afV" = (
+/obj/structure/table_frame/wood,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afW" = (
+/obj/item/chair/stool/bar{
+ pixel_y = -8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afX" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afY" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"afZ" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aga" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"agb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"agc" = (
+/obj/machinery/door/airlock/external{
+ name = "Ready Room";
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"agd" = (
+/obj/item/weapon/storage/toolbox/syndicate,
+/obj/item/weapon/crowbar/red,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/podhatch{
+ dir = 10
+ },
+/area/shuttle/syndicate)
+"age" = (
+/turf/open/floor/plasteel/podhatch,
+/area/shuttle/syndicate)
+"agf" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/podhatch{
+ tag = "icon-podhatch (SOUTHEAST)";
+ icon_state = "podhatch";
+ dir = 6
+ },
+/area/shuttle/syndicate)
+"agg" = (
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/space)
+"agh" = (
+/obj/structure/table,
+/obj/item/weapon/storage/briefcase,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agi" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (NORTHWEST)";
+ icon_state = "arrival";
+ dir = 9
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agn" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ago" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agp" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agq" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Arrivals APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals - Center Port";
+ dir = 2;
+ name = "arrivals camera"
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agr" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ags" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agu" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agw" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agy" = (
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (NORTHEAST)";
+ icon_state = "arrival";
+ dir = 5
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"agB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"agC" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/meat/slab/human,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"agD" = (
+/obj/structure/table/reinforced,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"agE" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"agF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"agG" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"agH" = (
+/obj/machinery/door/airlock/external{
+ name = "E.V.A. Gear Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"agI" = (
+/obj/machinery/door/airlock/external{
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"agJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agK" = (
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (SOUTHWEST)";
+ icon_state = "arrival";
+ dir = 10
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agO" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals - Port";
+ dir = 1;
+ name = "arrivals camera"
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival/corner{
+ tag = "icon-arrivalcorner (WEST)";
+ icon_state = "arrivalcorner";
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agY" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"agZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aha" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals - Starboard";
+ dir = 1;
+ name = "arrivals camera"
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahb" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahc" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahd" = (
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (SOUTHEAST)";
+ icon_state = "arrival";
+ dir = 6
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahh" = (
+/turf/open/floor/plasteel/red/side,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahi" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahj" = (
+/turf/open/floor/plasteel/white/side,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahk" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "old sink";
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/side,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahl" = (
+/obj/structure/closet/crate/freezer/blood,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahm" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "old sink";
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white/side,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahn" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/clothing/mask/muzzle,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aho" = (
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/plasteel/podhatch{
+ tag = "icon-podhatch (SOUTHEAST)";
+ icon_state = "podhatch";
+ dir = 6
+ },
+/area/shuttle/syndicate)
+"ahp" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"ahq" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"ahr" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/space/syndicate/black/red,
+/obj/item/clothing/head/helmet/space/syndicate/black/red,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"ahs" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"aht" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock{
+ name = "Auxiliary Storage Closet";
+ req_access_txt = "32"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahu" = (
+/turf/closed/wall,
+/area/security/vacantoffice)
+"ahv" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/security/vacantoffice)
+"ahw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/vacantoffice)
+"ahx" = (
+/obj/machinery/door/airlock{
+ name = "Auxiliary Office";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/security/vacantoffice)
+"ahy" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/security/vacantoffice)
+"ahz" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ahA" = (
+/turf/closed/wall,
+/area/bridge{
+ name = "Customs"
+ })
+"ahB" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/bridge{
+ name = "Customs"
+ })
+"ahC" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge{
+ name = "Customs"
+ })
+"ahD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahG" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahH" = (
+/obj/machinery/vending/clothing,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahI" = (
+/obj/machinery/vending/coffee,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahJ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (EAST)";
+ icon_state = "arrival";
+ dir = 4
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ahL" = (
+/turf/closed/wall,
+/area/security/checkpoint2)
+"ahM" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"ahN" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/security/checkpoint2)
+"ahO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahR" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahT" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahV" = (
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/red,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ahZ" = (
+/obj/structure/table/optable,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/decal/remains/human,
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (WEST)";
+ icon_state = "whitehall";
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aia" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aib" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aic" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aid" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aie" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aif" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"aig" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"aih" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"aii" = (
+/obj/structure/table/wood,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"aij" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"aik" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"ail" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aim" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"ain" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"aio" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"aip" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aiq" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/ids,
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"air" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"ais" = (
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (NORTHEAST)";
+ icon_state = "blue";
+ dir = 5
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"ait" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aiu" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aiv" = (
+/obj/structure/filingcabinet/security,
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint2)
+"aiw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"aix" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/radio,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint2)
+"aiy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiE" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/blood/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiF" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiG" = (
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiH" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/kitchen/knife/butcher,
+/obj/item/stack/packageWrap,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiI" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/suit/apron/chef,
+/obj/item/clothing/head/chefhat,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiJ" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiL" = (
+/obj/structure/table_frame,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiM" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aiN" = (
+/obj/machinery/sleeper/syndie{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiO" = (
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = 6;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = -3
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = 4;
+ pixel_y = 1
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = 2;
+ pixel_y = 8
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiP" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/bruise_pack,
+/obj/item/stack/medical/ointment,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiQ" = (
+/obj/item/weapon/stock_parts/cell/high{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/cell/high,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiR" = (
+/obj/item/weapon/screwdriver{
+ pixel_y = 9
+ },
+/obj/item/device/assembly/voice{
+ pixel_y = 3
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiS" = (
+/obj/item/weapon/wrench,
+/obj/item/device/assembly/infra,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiT" = (
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiU" = (
+/obj/item/weapon/weldingtool/largetank{
+ pixel_y = 3
+ },
+/obj/item/device/multitool,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aiV" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxport)
+"aiW" = (
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aiX" = (
+/turf/closed/wall,
+/area/crew_quarters/electronic_marketing_den)
+"aiY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/electronic_marketing_den)
+"aiZ" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aja" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ajb" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ajc" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster16_legit"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"ajd" = (
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"aje" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"ajf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"ajg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"ajh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aji" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"ajj" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"ajk" = (
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/structure/frame/computer,
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"ajl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ajm" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Customs Desk APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"ajn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/bridge{
+ name = "Customs"
+ })
+"ajo" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (EAST)";
+ icon_state = "blue";
+ dir = 4
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"ajp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Customs Desk";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge{
+ name = "Customs"
+ })
+"ajq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ajr" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/camera{
+ c_tag = "Arrivals - Center";
+ dir = 2;
+ name = "arrivals camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ajs" = (
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ajt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aju" = (
+/obj/structure/chair/comfy/brown,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ajv" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ajw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ajx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Checkpoint";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"ajy" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2)
+"ajz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"ajA" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Security Checkpoint APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint2)
+"ajB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ajC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ajD" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ajE" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ajF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ajG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/device/flashlight,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ajH" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ajI" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"ajJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"ajK" = (
+/obj/structure/reflector/single,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ajL" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ajM" = (
+/obj/structure/reflector/box{
+ tag = "icon-reflector_box (EAST)";
+ icon_state = "reflector_box";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ajN" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ajO" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Reflector Box";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ajP" = (
+/obj/structure/reflector/single{
+ tag = "icon-reflector (WEST)";
+ icon_state = "reflector";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ajQ" = (
+/obj/structure/table/wood,
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/obj/item/weapon/wirerod,
+/obj/item/weapon/wrench,
+/obj/item/clothing/under/waiter,
+/obj/item/clothing/tie/waistcoat,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/electronic_marketing_den)
+"ajR" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/electronic_marketing_den)
+"ajS" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/electronic_marketing_den)
+"ajT" = (
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ajU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ajV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ajW" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/obj/item/device/taperecorder,
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"ajX" = (
+/obj/structure/table/wood,
+/obj/item/weapon/electronics/firelock,
+/obj/item/weapon/electronics/airlock,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ajY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ajZ" = (
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"aka" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/electronics/apc,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"akb" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"akc" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"akd" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ tag = "icon-connector_map (WEST)";
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ake" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"akf" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"akg" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"akh" = (
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"aki" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"akj" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"akk" = (
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"akl" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/structure/frame/computer,
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"akm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"akn" = (
+/obj/machinery/computer/crew,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"ako" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/bridge{
+ name = "Customs"
+ })
+"akp" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (EAST)";
+ icon_state = "blue";
+ dir = 4
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"akq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/turf/open/floor/plating,
+/area/bridge{
+ name = "Customs"
+ })
+"akr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aks" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"akt" = (
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aku" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"akv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"akw" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"akx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aky" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"akz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"akA" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2)
+"akB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"akC" = (
+/obj/machinery/computer/prisoner,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security Post - Arrivals";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint2)
+"akD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"akE" = (
+/obj/machinery/computer/arcade,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"akF" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Fore Starboard Maintenance APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"akG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"akH" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"akI" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"akJ" = (
+/obj/structure/table/wood,
+/obj/item/clothing/suit/syndicatefake,
+/obj/item/clothing/head/syndicatefake,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"akK" = (
+/turf/open/floor/plasteel/podhatch{
+ dir = 9
+ },
+/area/shuttle/syndicate)
+"akL" = (
+/turf/open/floor/plasteel/podhatch{
+ tag = "icon-podhatch (NORTH)";
+ icon_state = "podhatch";
+ dir = 1
+ },
+/area/shuttle/syndicate)
+"akM" = (
+/obj/machinery/door/airlock/hatch{
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"akN" = (
+/turf/open/floor/plasteel/podhatch{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"akO" = (
+/obj/structure/closet/syndicate/personal,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"akP" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"akQ" = (
+/obj/structure/reflector/double,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"akR" = (
+/obj/structure/reflector/double{
+ tag = "icon-reflector_double (NORTH)";
+ icon_state = "reflector_double";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"akS" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/electronic_marketing_den)
+"akT" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/electronic_marketing_den)
+"akU" = (
+/obj/structure/table/wood,
+/obj/item/clothing/neck/tie/red,
+/obj/item/clothing/head/that,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/electronic_marketing_den)
+"akV" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"akW" = (
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"akX" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"akY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/poster/contraband{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/poster/contraband{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/poster/contraband,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"akZ" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"ala" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"alb" = (
+/obj/structure/frame/computer,
+/obj/item/stack/cable_coil/white,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"alc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ald" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ tag = "icon-connector_map (WEST)";
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ale" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"alf" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/carpet,
+/area/security/vacantoffice)
+"alg" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"alh" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"ali" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"alj" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"alk" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Office Maintenance";
+ req_access_txt = "32"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/vacantoffice)
+"all" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"alm" = (
+/obj/machinery/computer/card,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Customs";
+ dir = 4;
+ name = "customs camera"
+ },
+/turf/open/floor/plasteel/blue,
+/area/bridge{
+ name = "Customs"
+ })
+"aln" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/bridge{
+ name = "Customs"
+ })
+"alo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (EAST)";
+ icon_state = "blue";
+ dir = 4
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"alp" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 8;
+ name = "Customs Desk";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge{
+ name = "Customs"
+ })
+"alq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"alr" = (
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"als" = (
+/obj/machinery/holopad,
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"alt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"alu" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"alv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 8;
+ name = "Security Desk";
+ pixel_x = -8;
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2)
+"alw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"alx" = (
+/obj/machinery/computer/security,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint2)
+"aly" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alA" = (
+/obj/structure/table/wood,
+/obj/item/toy/carpplushie,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alB" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alC" = (
+/obj/machinery/computer/arcade,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/coin/antagtoken,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/black,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alF" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder,
+/obj/item/toy/dummy,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alG" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alH" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/syndicateballoon,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"alI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"alJ" = (
+/turf/closed/wall,
+/area/maintenance/disposal)
+"alK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/reagent_containers/dropper,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"alL" = (
+/turf/open/floor/plasteel/podhatch{
+ dir = 10
+ },
+/area/shuttle/syndicate)
+"alM" = (
+/turf/open/floor/plasteel/podhatch{
+ tag = "icon-podhatch (SOUTHEAST)";
+ icon_state = "podhatch";
+ dir = 6
+ },
+/area/shuttle/syndicate)
+"alN" = (
+/obj/structure/closet/syndicate/nuclear,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"alO" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/solar{
+ id = "foreport";
+ name = "Fore-Port Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxport)
+"alP" = (
+/obj/structure/reflector/double{
+ tag = "icon-reflector_double (EAST)";
+ icon_state = "reflector_double";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"alQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"alR" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"alS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/electronic_marketing_den)
+"alT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/electronic_marketing_den)
+"alU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/electronic_marketing_den)
+"alV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"alW" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"alX" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/airlock,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"alY" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"alZ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ama" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"amb" = (
+/obj/structure/frame/computer,
+/obj/item/weapon/circuitboard/computer/secure_data,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"amc" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"amd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ame" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"amf" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"amg" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"amh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"ami" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"amj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"amk" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"aml" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/bridge{
+ name = "Customs"
+ })
+"amm" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (EAST)";
+ icon_state = "blue";
+ dir = 4
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"amn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/bridge{
+ name = "Customs"
+ })
+"amo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"amp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"amq" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"amr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ams" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"amt" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"amu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"amv" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2)
+"amw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"amx" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint2)
+"amy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amA" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/black,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amB" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amC" = (
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amE" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amF" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin";
+ pixel_x = 6
+ },
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin";
+ pixel_x = -6
+ },
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin";
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amG" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/clothing/head/collectable/HoP,
+/turf/open/floor/plasteel/redyellow,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"amH" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"amI" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/conveyor{
+ dir = 5;
+ id = "garbage";
+ verted = -1
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_end (WEST)";
+ icon_state = "plating_warn_end"
+ },
+/area/maintenance/disposal)
+"amJ" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/sign/vacuum{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (WEST)";
+ icon_state = "plating_warn_side"
+ },
+/area/maintenance/disposal)
+"amK" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (WEST)";
+ icon_state = "plating_warn_side"
+ },
+/area/maintenance/disposal)
+"amL" = (
+/obj/machinery/mass_driver{
+ dir = 4;
+ id = "trash"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (WEST)";
+ icon_state = "plating_warn_side"
+ },
+/area/maintenance/disposal)
+"amM" = (
+/obj/machinery/door/poddoor{
+ id = "trash";
+ name = "Disposals Launch Seal"
+ },
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"amN" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/l_arm/robot,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"amO" = (
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Surgery";
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"amP" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"amQ" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/brute,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"amR" = (
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"amS" = (
+/obj/item/device/sbeacondrop/bomb{
+ pixel_y = 5
+ },
+/obj/item/device/sbeacondrop/bomb,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"amT" = (
+/obj/item/weapon/grenade/syndieminibomb{
+ pixel_x = 4;
+ pixel_y = 2
+ },
+/obj/item/weapon/grenade/syndieminibomb{
+ pixel_x = -1
+ },
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"amU" = (
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Technological Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"amV" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/device/aicard,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/syndicate)
+"amW" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"amX" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"amY" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"amZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"ana" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"anb" = (
+/obj/structure/reflector/box,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"anc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"and" = (
+/obj/structure/table/wood,
+/obj/item/weapon/circuitboard/computer/arcade,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/electronic_marketing_den)
+"ane" = (
+/obj/structure/table/wood,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/circuitboard/computer/med_data,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/electronic_marketing_den)
+"anf" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ang" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"anh" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ani" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"anj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"ank" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"anl" = (
+/obj/structure/frame/computer,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"anm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ann" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-neutral (SOUTHEAST)"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ano" = (
+/obj/structure/table/wood,
+/obj/item/weapon/phone{
+ desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/newscaster{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"anp" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/light/small,
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster17_legit"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"anq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"anr" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/machinery/camera{
+ c_tag = "Vacant Office";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/vacantoffice)
+"ans" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"ant" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Auxiliary Office APC";
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white,
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"anu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"anv" = (
+/obj/structure/table/wood,
+/obj/item/device/camera,
+/obj/machinery/light/small,
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"anw" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/turf/open/floor/wood,
+/area/security/vacantoffice)
+"anx" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Contraband Locker";
+ req_access_txt = "19"
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"any" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/side,
+/area/bridge{
+ name = "Customs"
+ })
+"anz" = (
+/obj/structure/filingcabinet/medical,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (SOUTHEAST)";
+ icon_state = "blue";
+ dir = 6
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"anA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/chips,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"anB" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"anC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"anD" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"anE" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"anF" = (
+/obj/structure/closet/wardrobe/red,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint2)
+"anG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"anH" = (
+/obj/structure/closet/secure_closet/security,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint2)
+"anI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anJ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anP" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"anQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/maintenance/disposal)
+"anR" = (
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "garbage"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"anS" = (
+/obj/machinery/button/door{
+ id = "Disposal Exit";
+ name = "Disposal Vent Control";
+ pixel_x = -25;
+ pixel_y = 4;
+ req_access_txt = "12"
+ },
+/obj/machinery/button/massdriver{
+ id = "trash";
+ name = "Trash Ejector Control";
+ pixel_x = -26;
+ pixel_y = -6
+ },
+/obj/structure/chair/stool,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"anT" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "garbage";
+ name = "disposal coveyor"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"anU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"anV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"anW" = (
+/obj/item/weapon/surgicaldrill,
+/obj/item/weapon/circular_saw,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"anX" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/syndicate)
+"anY" = (
+/obj/machinery/nuclearbomb/syndicate,
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Theatre Stage";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/circuit/rcircuit,
+/area/shuttle/syndicate)
+"anZ" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "foreport";
+ name = "Fore-Port Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxport)
+"aoa" = (
+/obj/structure/reflector/single{
+ tag = "icon-reflector (NORTH)";
+ icon_state = "reflector";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aob" = (
+/obj/structure/table/wood,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/circuitboard/machine/microwave,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/electronic_marketing_den)
+"aoc" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/electronic_marketing_den)
+"aod" = (
+/obj/structure/table/wood,
+/obj/item/weapon/poster/contraband{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/poster/contraband{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/poster/contraband,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/electronic_marketing_den)
+"aoe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken";
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"aof" = (
+/obj/machinery/light/small,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"aog" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"aoh" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken7";
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"aoi" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Electronics Marketing APC";
+ pixel_y = -26
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"aoj" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/lighter,
+/turf/open/floor/wood,
+/area/crew_quarters/electronic_marketing_den)
+"aok" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aol" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aom" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aon" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Customs Maintenance";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"aoo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Security Maintenance";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/security/checkpoint2)
+"aop" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aoq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aor" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aos" = (
+/turf/open/floor/plasteel/black,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aot" = (
+/obj/structure/table/wood,
+/obj/item/toy/talking/AI,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aou" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/maintenance/disposal)
+"aov" = (
+/obj/machinery/disposal/deliveryChute{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ layer = 3
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"aow" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbage"
+ },
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 1;
+ icon_state = "left";
+ name = "Danger: Conveyor Access";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"aox" = (
+/obj/machinery/mineral/stacking_machine{
+ input_dir = 2
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"aoy" = (
+/obj/machinery/mineral/stacking_unit_console{
+ dir = 2;
+ machinedir = 8;
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/maintenance/disposal)
+"aoz" = (
+/obj/item/weapon/cautery,
+/obj/item/weapon/scalpel,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aoA" = (
+/obj/structure/table/optable,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aoB" = (
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/syndicate)
+"aoC" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"aoD" = (
+/turf/open/space,
+/area/shuttle/syndicate)
+"aoE" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/circuit/rcircuit,
+/area/shuttle/syndicate)
+"aoF" = (
+/obj/machinery/telecomms/allinone{
+ intercept = 1
+ },
+/turf/open/floor/plasteel/circuit/rcircuit,
+/area/shuttle/syndicate)
+"aoG" = (
+/obj/structure/lattice/catwalk,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/space,
+/area/solar/auxport)
+"aoH" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/machinery/power/emitter{
+ anchored = 1;
+ dir = 1;
+ state = 2
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aoI" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aoJ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/atmos{
+ name = "Reflector Access";
+ req_access_txt = "24"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aoK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aoL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/atmos{
+ name = "Reflector Access";
+ req_access_txt = "24"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aoM" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/crew_quarters/electronic_marketing_den)
+"aoN" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"aoO" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/electronic_marketing_den)
+"aoP" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoQ" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoS" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoT" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoU" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aoZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/space_heater,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apd" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ape" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"apf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"apg" = (
+/obj/machinery/vending/cola,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Arrivals - Aft";
+ dir = 2;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aph" = (
+/obj/machinery/vending/snack,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"api" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"apj" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"apk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apm" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apn" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apo" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"app" = (
+/obj/structure/table/wood,
+/obj/item/toy/talking/codex_gigas,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apq" = (
+/obj/structure/table/wood,
+/obj/item/clothing/glasses/regular/hipster,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apr" = (
+/obj/machinery/computer/arcade,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aps" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apt" = (
+/obj/structure/table/wood,
+/obj/item/weapon/gun/ballistic/automatic/toy/pistol/unrestricted,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"apu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"apv" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/conveyor{
+ dir = 9;
+ id = "garbage";
+ verted = -1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"apw" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbage"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"apx" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbage"
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"apy" = (
+/obj/machinery/conveyor{
+ dir = 6;
+ id = "garbage"
+ },
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 4;
+ icon_state = "left";
+ name = "Danger: Conveyor Access";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"apz" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/maintenance/disposal)
+"apA" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_l"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"apB" = (
+/obj/structure/shuttle/engine/propulsion,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"apC" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_r"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"apD" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/auxport)
+"apE" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"apF" = (
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/glasses/meson/engine,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apT" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/radiation,
+/obj/item/clothing/head/radiation,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"apU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"apZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqk" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aql" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqm" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqq" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqr" = (
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqv" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aqw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqx" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall1";
+ location = "hall15"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqC" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"aqE" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"aqN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/disposal)
+"aqO" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/weldingtool,
+/obj/item/device/assembly/voice,
+/obj/item/clothing/head/welding,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"aqP" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"aqQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aqR" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aqS" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aqT" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aqU" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/machinery/recycler,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aqV" = (
+/obj/machinery/door/window/eastright{
+ dir = 4;
+ name = "Danger: Conveyor Access";
+ req_access_txt = "12"
+ },
+/obj/machinery/conveyor{
+ dir = 10;
+ id = "garbage"
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aqW" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aqX" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"aqY" = (
+/obj/structure/table/reinforced,
+/obj/item/device/analyzer,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aqZ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ara" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ard" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"are" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ari" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ark" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"arn" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi{
+ pixel_x = -5
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/engi{
+ pixel_x = 5;
+ pixel_y = 0
+ },
+/obj/item/device/geiger_counter,
+/obj/item/device/geiger_counter,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aro" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"arp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"arq" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"arr" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ars" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"art" = (
+/turf/closed/wall,
+/area/janitor)
+"aru" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"arv" = (
+/turf/closed/wall,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"arw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"arx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"ary" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"arz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"arA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"arB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"arC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"arD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/fore_starboard_maintenance)
+"arS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"arT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"arU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"arV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/disposal)
+"arW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown,
+/area/maintenance/disposal)
+"arX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"arY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/plasteel/brown,
+/area/maintenance/disposal)
+"arZ" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Disposal APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/maintenance/disposal)
+"asa" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 6
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"asb" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"asc" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asd" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ase" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asf" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asg" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ash" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asi" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asj" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ask" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asl" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asm" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asn" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aso" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asp" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asq" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4;
+ filter_type = "n2";
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"asr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ass" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ast" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asv" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asw" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/weapon/crowbar/red,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asx" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/gloves/color/white,
+/obj/item/clothing/head/rabbitears,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/redblue/redside{
+ tag = "icon-redblue (WEST)";
+ icon_state = "redblue";
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asz" = (
+/obj/structure/table_frame/wood,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asA" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asB" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asC" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asD" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asF" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/obj/item/weapon/storage/box/mousetraps{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/mousetraps,
+/obj/item/weapon/restraints/legcuffs/beartrap{
+ tag = "icon-beartrap0";
+ icon_state = "beartrap0"
+ },
+/obj/item/weapon/restraints/legcuffs/beartrap{
+ tag = "icon-beartrap0";
+ icon_state = "beartrap0"
+ },
+/obj/item/weapon/restraints/legcuffs/beartrap{
+ tag = "icon-beartrap0";
+ icon_state = "beartrap0"
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"asG" = (
+/obj/vehicle/janicart,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/bag/trash,
+/obj/item/key/janitor,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"asH" = (
+/obj/structure/closet/jcloset,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Custodial Closet APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/item/clothing/under/maid,
+/obj/item/clothing/shoes/laceup,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"asI" = (
+/obj/structure/closet/l3closet/janitor,
+/obj/machinery/requests_console{
+ department = "Custodial Closet";
+ departmentType = 0;
+ name = "Custodial RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Custodial Closet";
+ dir = 2;
+ name = "service camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"asJ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/janitor,
+/turf/open/floor/plating,
+/area/janitor)
+"asK" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/stack/packageWrap,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/janitor)
+"asL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"asM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"asN" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"asO" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"asP" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"asQ" = (
+/obj/machinery/door/airlock{
+ name = "Auxiliary Restroom"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"asR" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/science{
+ dir = 2
+ },
+/obj/structure/sign/directions/engineering{
+ dir = 2;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"asS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Fore Primary Hallway"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"asT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Fore Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"asU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/glass{
+ name = "Fore Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"asV" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/medical{
+ dir = 2
+ },
+/obj/structure/sign/directions/security{
+ dir = 2;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"asW" = (
+/turf/closed/wall,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"asX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Warehouse Maintenance";
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"asY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"asZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ata" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"atb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"atc" = (
+/turf/closed/wall,
+/area/quartermaster/storage)
+"atd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Cargo Maintenance";
+ req_access_txt = "48;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/quartermaster/storage)
+"ate" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/auxport)
+"atf" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 5
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"atg" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"ath" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 10
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"ati" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atj" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ icon_state = "pump_map";
+ name = "Gas to Loop"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atl" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atm" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ato" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8;
+ icon_state = "manifold";
+ name = "scrubbers pipe"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"atr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ats" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "n2_in"
+ },
+/turf/open/space,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"att" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atv" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atw" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/suit/suspenders,
+/obj/effect/landmark/costume,
+/turf/open/floor/plasteel/redblue,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atx" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/redblue/redside{
+ tag = "icon-redblue (WEST)";
+ icon_state = "redblue";
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aty" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/melee/skateboard,
+/turf/open/floor/plasteel/cafeteria,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atz" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atA" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atE" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atH" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/orange,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"atI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Janitor"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/janitor)
+"atJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/janitor)
+"atK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (NORTH)";
+ icon_state = "purple";
+ dir = 1
+ },
+/area/janitor)
+"atL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Janitor"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 5;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/janitor)
+"atM" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"atN" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"atO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -26
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"atP" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"atQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"atR" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"atS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/camera{
+ c_tag = "Auxiliary Restroom";
+ dir = 2;
+ name = "restroom camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"atT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"atU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"atV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"atW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"atX" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway - Fore";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"atY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"atZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aua" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aub" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"auc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aud" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Cargo - Warehouse";
+ dir = 2;
+ name = "cargo camera"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aue" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"auf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aug" = (
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/structure/table,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"auh" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/structure/filingcabinet/filingcabinet,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aui" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/filingcabinet/filingcabinet,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"auj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"auk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aul" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aum" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aun" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"auo" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aup" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"auq" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aur" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aus" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aut" = (
+/obj/machinery/status_display{
+ density = 0;
+ name = "cargo display";
+ pixel_x = 0;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"auu" = (
+/obj/item/stack/cable_coil,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"auv" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"auw" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 9
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"aux" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auy" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auz" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auA" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auC" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auH" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auJ" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auK" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"auN" = (
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auP" = (
+/obj/structure/rack,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auQ" = (
+/obj/structure/table_frame/wood,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redblue,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auR" = (
+/turf/open/floor/plasteel/redblue,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auS" = (
+/turf/open/floor/plasteel/redblue/redside{
+ tag = "icon-redblue (WEST)";
+ icon_state = "redblue";
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auT" = (
+/obj/structure/dresser,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/cafeteria,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auU" = (
+/obj/structure/table/wood,
+/obj/item/device/camera,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auV" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken7";
+ icon_state = "wood-broken7"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auY" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"auZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ava" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/item/weapon/storage/box/lights/mixed{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/item/device/lightreplacer,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/janitor)
+"avb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/janitor)
+"avc" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"avd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/mob/living/simple_animal/hostile/lizard{
+ name = "Eats-The-Roaches";
+ real_name = "Wags-His-Tail"
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
+"ave" = (
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/janitor)
+"avf" = (
+/obj/structure/janitorialcart,
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster17_legit"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/janitor)
+"avg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"avh" = (
+/obj/machinery/light/small,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"avi" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"avj" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"avk" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"avl" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Auxiliary Restrooms APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"avm" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"avn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"avo" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"avp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"avq" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate/secure/loot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/cardboard,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Cargo Warehouse";
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"avz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avF" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"avI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/quartermaster/storage)
+"avJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "cargounload"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"avK" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"avL" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/supply)
+"avM" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avN" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avO" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avQ" = (
+/obj/machinery/power/supermatter_shard{
+ anchored = 1;
+ base_icon_state = "darkmatter";
+ explosion_power = 20;
+ gasefficency = 0.15;
+ icon_state = "darkmatter";
+ name = "supermatter crystal"
+ },
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avT" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avU" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"avW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"avX" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"avY" = (
+/obj/machinery/light/small,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Fore Port Maintenance APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"avZ" = (
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redblue,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"awa" = (
+/obj/machinery/vending/autodrobe{
+ req_access_txt = "0"
+ },
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redblue/redside{
+ tag = "icon-redblue (WEST)";
+ icon_state = "redblue";
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"awb" = (
+/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/shoes/jackboots,
+/obj/effect/landmark/costume,
+/turf/open/floor/plasteel/cafeteria,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"awc" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"awd" = (
+/obj/structure/table/wood,
+/obj/item/weapon/canvas/twentythreeXnineteen,
+/obj/item/weapon/canvas/nineteenXnineteen,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken6";
+ icon_state = "wood-broken6"
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"awe" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/mop,
+/obj/item/weapon/mop,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light/small,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"awf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 10
+ },
+/area/janitor)
+"awg" = (
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/green/side,
+/area/janitor)
+"awh" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/janitor)
+"awi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/janitor)
+"awj" = (
+/obj/machinery/disposal/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"awk" = (
+/obj/machinery/door/airlock{
+ name = "Toilet Unit"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"awl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"awm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"awn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"awo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"awp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awr" = (
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aws" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate/internals,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aww" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Cargo Warehouse";
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"awz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awC" = (
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"awD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"awE" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awF" = (
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awG" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"awJ" = (
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/quartermaster/storage)
+"awK" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"awL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/shuttle/supply)
+"awM" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"awN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"awO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHEAST)"
+ },
+/area/shuttle/supply)
+"awP" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/space,
+/area/solar/auxport)
+"awQ" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 9
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"awR" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ tag = "icon-freezer (EAST)";
+ icon_state = "freezer";
+ dir = 4
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Engine Port";
+ dir = 4;
+ name = "atmospherics camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"awS" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"awT" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"awU" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"awV" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"awW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/securearea{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Engine Starboard";
+ dir = 8;
+ name = "atmospherics camera"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"awX" = (
+/turf/closed/wall,
+/area/hydroponics/Abandoned_Garden)
+"awY" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"awZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"axa" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"axb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"axc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/janitor)
+"axd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock{
+ name = "Custodial Closet";
+ req_access_txt = "26"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/janitor)
+"axe" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "custodialshutters";
+ name = "Custodial Closet Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/janitor)
+"axf" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "custodialshutters";
+ name = "Custodial Closet Shutters"
+ },
+/obj/machinery/button/door{
+ id = "custodialshutters";
+ name = "Custodial Shutters";
+ pixel_x = 26;
+ req_access_txt = "26"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/janitor)
+"axg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"axh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"axi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"axj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"axk" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"axl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"axm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"axn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axs" = (
+/obj/effect/decal/cleanable/oil,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axu" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"axv" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "QM #1"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"axw" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/storage)
+"axx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"axy" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"axz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"axA" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"axB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor_switch{
+ id = "cargounload"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"axC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Virology - Break Room";
+ dir = 8;
+ name = "virology camera"
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"axD" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"axE" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"axF" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"axG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"axH" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"axI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"axJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"axK" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space,
+/area/solar/auxport)
+"axL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axM" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axN" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axP" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axQ" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axR" = (
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Supermatter Chamber";
+ req_access_txt = "24"
+ },
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axS" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axT" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axU" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axV" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axW" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ icon_state = "pump_map";
+ name = "Nitrogen to Loop"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axX" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"axZ" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/space,
+/area/space)
+"aya" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/sunflower,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayc" = (
+/obj/structure/table,
+/obj/item/clothing/suit/apron/overalls,
+/obj/item/weapon/cultivator,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayd" = (
+/obj/machinery/biogenerator,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aye" = (
+/obj/structure/table,
+/obj/item/seeds/poppy/lily{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/seeds/poppy/geranium,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/corn,
+/obj/item/weapon/reagent_containers/food/snacks/grown/apple,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayf" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/tea,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayh" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/hand_labeler,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tea,
+/obj/item/weapon/reagent_containers/food/snacks/grown/grapes,
+/obj/item/weapon/reagent_containers/food/snacks/grown/cherries,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayi" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/poppy,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"ayj" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aym" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ name = "Bar Junction";
+ sortType = 19
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ays" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ name = "Custodial Junction";
+ sortType = 22
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"ayz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restrooms"
+ })
+"ayA" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"ayB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayC" = (
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayD" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/deadcockroach,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayG" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/box/mousetraps,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayI" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayJ" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"ayK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "QM #2"
+ },
+/obj/effect/turf_decal/delivery,
+/mob/living/simple_animal/bot/mulebot{
+ home_destination = "QM #3";
+ suffix = "#3"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ayL" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/storage)
+"ayM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"ayN" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"ayO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"ayP" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ayQ" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ayR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ayS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ayT" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"ayU" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/machinery/door/poddoor{
+ id = "cargounload";
+ name = "supply dock unloading door"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"ayV" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/structure/plasticflaps,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"ayW" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor{
+ id = "cargounload";
+ name = "supply dock unloading door"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"ayX" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/machinery/door/poddoor{
+ id = "cargounload";
+ name = "supply dock unloading door"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"ayY" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"ayZ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aza" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "n2";
+ name = "nitogren filter";
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azb" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azc" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azd" = (
+/obj/structure/sign/radiation,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aze" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Gas to Filter"
+ },
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azf" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ icon_state = "pump_map";
+ name = "Gas to Chamber"
+ },
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azg" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azh" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azj" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azk" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azl" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (EAST)";
+ icon_state = "escape";
+ dir = 4
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"azm" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/space,
+/area/space)
+"azn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics/Abandoned_Garden)
+"azo" = (
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics/Abandoned_Garden)
+"azp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azs" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"azA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"azB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"azC" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"azD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azE" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Warehouse Maintenance";
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ sortType = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azG" = (
+/obj/effect/decal/cleanable/oil,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Cargo Warehouse APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"azN" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "QM #3"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"azO" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/storage)
+"azP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"azQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"azR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"azS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"azT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"azU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"azV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/storage)
+"azW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"azX" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"azY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"azZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAa" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ icon_state = "pump_map";
+ name = "Gas to Thermo"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
+/obj/item/weapon/wrench,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAc" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (EAST)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAd" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAe" = (
+/obj/machinery/atmospherics/components/binary/pump,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAf" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "External Gas to Loop"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAg" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAh" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAi" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAj" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/space,
+/area/space)
+"aAk" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aAl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics/Abandoned_Garden)
+"aAm" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/sign/botany{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aAn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aAo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAp" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAq" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAr" = (
+/obj/structure/bed,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/bedsheet/rainbow,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAs" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAu" = (
+/turf/closed/wall,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aAx" = (
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aAy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aAz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"aAA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAF" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAG" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAI" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/quartermaster/sorting{
+ name = "\improper Warehouse"
+ })
+"aAJ" = (
+/obj/machinery/camera{
+ c_tag = "Cargo Bay - Port";
+ dir = 4;
+ name = "cargo camera"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "QM #4"
+ },
+/obj/effect/turf_decal/delivery,
+/mob/living/simple_animal/bot/mulebot{
+ beacon_freq = 1400;
+ home_destination = "QM #1";
+ suffix = "#1"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aAK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aAL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aAM" = (
+/obj/structure/closet/cardboard,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aAN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aAO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aAP" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aAQ" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aAR" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "cargounload";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = 8
+ },
+/obj/machinery/button/door{
+ id = "cargoload";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = -8
+ },
+/obj/machinery/computer/cargo,
+/obj/machinery/camera{
+ c_tag = "Cargo Bay - Starboard";
+ dir = 8;
+ name = "cargo camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aAS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aAT" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aAU" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "cargounload";
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = 8
+ },
+/obj/machinery/button/door{
+ id = "cargoload";
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = -8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aAV" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Gas to Cooling Loop";
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAW" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/machinery/meter,
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAX" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAY" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aAZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/sign/fire{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/trinary/filter{
+ density = 0;
+ dir = 8;
+ req_access = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBa" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/button/door{
+ id = "engsm";
+ name = "Radiation Shutters Control";
+ pixel_y = 24;
+ req_access_txt = "24"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBb" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Gas to Filter";
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBc" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Engine Aft";
+ name = "atmospherics camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBd" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBe" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/machinery/meter,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBf" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBg" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBh" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBj" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Atmospherics Engine APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aBk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics/Abandoned_Garden)
+"aBl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics/Abandoned_Garden)
+"aBm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics/Abandoned_Garden)
+"aBn" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics/Abandoned_Garden)
+"aBo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aBp" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aBq" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aBr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aBs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aBt" = (
+/obj/machinery/door/airlock{
+ name = "Cabin A";
+ req_access_txt = "25"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aBu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aBv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aBw" = (
+/obj/structure/table/wood,
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aBx" = (
+/obj/structure/closet/secure_closet/bar,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Bar APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aBy" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Bar Backroom";
+ dir = 2;
+ name = "service camera"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aBz" = (
+/obj/structure/closet/secure_closet/bar,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aBA" = (
+/obj/structure/table/wood,
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/item/weapon/storage/box/beanbag,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aBB" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aBC" = (
+/obj/structure/table/wood,
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/obj/machinery/chem_dispenser/drinks,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aBD" = (
+/obj/structure/table/wood,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aBE" = (
+/obj/machinery/vending/boozeomat,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aBF" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ department = "Bar Counter";
+ departmentType = 0;
+ name = "Bar RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/obj/item/weapon/reagent_containers/glass/rag,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aBG" = (
+/obj/structure/table/wood,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/bartender,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aBH" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/cigarettes/cigars{
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/fancy/cigarettes/cigars/cohiba{
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/cigarettes/cigars/havana,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aBI" = (
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aBJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Port Primary Hallway APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aBK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"aBL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"aBM" = (
+/turf/closed/wall,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aBN" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aBO" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/mining{
+ name = "Cargo Warehouse";
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aBP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aBQ" = (
+/turf/closed/wall,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aBR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aBS" = (
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aBT" = (
+/obj/docking_port/mobile/supply{
+ dwidth = 5;
+ roundstart_move = "supply_away";
+ width = 12
+ },
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 5;
+ height = 7;
+ id = "supply_home";
+ name = "Cargo Bay";
+ width = 12
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/supply)
+"aBU" = (
+/turf/closed/wall/r_wall,
+/area/security/prison)
+"aBV" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aBW" = (
+/obj/structure/lattice,
+/obj/structure/grille/broken,
+/turf/open/space,
+/area/space)
+"aBX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aBY" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarport)
+"aBZ" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"aCa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"aCb" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/plasma,
+/obj/machinery/light/small,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCc" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCd" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -28;
+ pixel_y = -28
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCe" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCf" = (
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCh" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCi" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCk" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCn" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCo" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/machinery/light/small,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aCp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCq" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/harebell,
+/obj/machinery/light/small,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCr" = (
+/obj/structure/table,
+/obj/item/weapon/shovel/spade,
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/rh{
+ pixel_x = 5
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez{
+ pixel_x = -5
+ },
+/obj/item/weapon/reagent_containers/syringe,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Abandoned Garden APC";
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCs" = (
+/obj/machinery/seed_extractor,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCt" = (
+/obj/structure/table,
+/obj/item/device/plant_analyzer,
+/obj/item/weapon/hatchet,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCw" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCx" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/tower,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics/Abandoned_Garden)
+"aCy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aCz" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCA" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCB" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCC" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCD" = (
+/obj/structure/dresser,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCF" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aCH" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "Bar"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"aCI" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"aCJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aCK" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aCL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aCM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aCN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Bar Backroom";
+ req_access_txt = "25"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aCO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aCP" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aCQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aCR" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aCS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aCT" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargodeliver"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aCU" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargodeliver"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aCV" = (
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "cargodeliver"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aCW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (NORTH)";
+ icon_state = "pipe-t";
+ dir = 1
+ },
+/obj/structure/disposaloutlet,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aCX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aCY" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aCZ" = (
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (NORTH)";
+ icon_state = "pipe-t";
+ dir = 1
+ },
+/obj/structure/disposaloutlet,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aDa" = (
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/radio,
+/obj/machinery/button/door{
+ desc = "A remote control switch.";
+ id = "cardoor";
+ name = "Cargo Cell Control";
+ normaldoorcontrol = 1;
+ pixel_x = -36;
+ pixel_y = -7
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aDb" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aDc" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aDd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aDe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aDf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aDg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aDh" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aDi" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aDj" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor{
+ id = "cargoload";
+ name = "supply dock loading door"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aDk" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/structure/plasticflaps,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aDl" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor{
+ id = "cargoload";
+ name = "supply dock loading door"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aDm" = (
+/obj/machinery/door/poddoor{
+ id = "cargoload";
+ name = "supply dock loading door"
+ },
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aDn" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/seeds/carrot,
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aDo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/item/weapon/cultivator,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aDp" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "old sink";
+ pixel_y = 28
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Prison - Garden";
+ dir = 2;
+ name = "prison camera";
+ network = list("SS13","prison")
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/security/prison)
+"aDq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/decal/cleanable/dirt,
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aDr" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/seeds/tower,
+/obj/item/seeds/amanita{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating,
+/area/security/prison)
+"aDs" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aDt" = (
+/obj/machinery/power/smes,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aDu" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ tag = "icon-doors"
+ },
+/obj/machinery/camera{
+ c_tag = "Solar - Fore Port";
+ name = "solar camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aDv" = (
+/obj/machinery/disposal/bin,
+/obj/structure/sign/deathsposal{
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDx" = (
+/obj/machinery/atmospherics/components/unary/tank/toxins,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDy" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDz" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Incinerator";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDA" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDB" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDC" = (
+/obj/machinery/power/smes{
+ charge = 1e+006
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/vault,
+/area/maintenance/incinerator)
+"aDD" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDG" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDH" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDJ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDN" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aDQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/hydroponics/Abandoned_Garden)
+"aDR" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hydroponics/Abandoned_Garden)
+"aDS" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hydroponics/Abandoned_Garden)
+"aDT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aDU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Service Hallway - Fore";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aDV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aDW" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Bar Backroom";
+ req_access_txt = "25"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"aDX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"aDY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aDZ" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aEa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aEb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aEc" = (
+/obj/structure/sign/poster,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aEd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aEe" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aEf" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aEg" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aEh" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aEi" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aEj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aEk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aEl" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/door/window,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aEm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aEn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aEo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "cargodisposals"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aEp" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aEq" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHEAST)";
+ icon_state = "red";
+ dir = 6
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aEr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aEs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aEt" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Security Post - Cargo";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aEu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aEv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aEw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aEx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aEy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor_switch{
+ id = "cargoload"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aEz" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aEA" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aEB" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aEC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aED" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aEE" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aEF" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aEG" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aEH" = (
+/obj/machinery/seed_extractor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aEI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aEJ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aEK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aEL" = (
+/obj/machinery/biogenerator,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aEM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aEN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/door/airlock/external{
+ name = "External Solar Access";
+ req_access_txt = "24";
+ req_one_access = null
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarport)
+"aEO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/fans/tiny,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarport)
+"aEP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aEQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aER" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/maintenance/auxsolarport)
+"aES" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/atmos{
+ name = "Fore Port Solar Access";
+ req_access_txt = "24";
+ req_one_access = null
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarport)
+"aET" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/maintenance/incinerator)
+"aEU" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aEV" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Gas to Turbine"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aEW" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Gas to Turbine"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aEX" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aEY" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aEZ" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aFa" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Turbine Generator APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aFb" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aFc" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Access";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFd" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFe" = (
+/obj/structure/sign/biohazard,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFf" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Engine Access";
+ req_access_txt = "24"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFg" = (
+/obj/structure/sign/radiation,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFi" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Power Monitoring";
+ req_access_txt = "24"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aFk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aFl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aFm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aFn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aFo" = (
+/obj/structure/table/wood,
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aFp" = (
+/obj/structure/table/wood,
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aFq" = (
+/obj/structure/bed,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/bedsheet/orange,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aFr" = (
+/obj/structure/dresser,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken6";
+ icon_state = "wood-broken6"
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aFs" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aFt" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aFu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aFv" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"aFw" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aFx" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar)
+"aFy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aFz" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aFA" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/lighter{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lighter,
+/obj/machinery/camera{
+ c_tag = "Bar - Fore";
+ dir = 4;
+ name = "service camera"
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/bar)
+"aFB" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/bar)
+"aFC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/bar)
+"aFD" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aFE" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway - Center";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aFF" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"aFG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aFH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "cargodeliver";
+ name = "delivery coveyor";
+ pixel_x = -12
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aFI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aFJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aFK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aFL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "cargodisposals"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aFM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aFN" = (
+/obj/machinery/computer/security,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aFO" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aFP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aFQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aFR" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aFS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aFT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aFU" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aFV" = (
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aFW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aFX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aFY" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aFZ" = (
+/obj/machinery/hydroponics/constructable,
+/obj/item/seeds/glowshroom,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/security/prison)
+"aGa" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/security/prison)
+"aGb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aGc" = (
+/obj/item/device/plant_analyzer,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/security/prison)
+"aGd" = (
+/obj/machinery/hydroponics/constructable,
+/obj/item/seeds/ambrosia,
+/turf/open/floor/plating,
+/area/security/prison)
+"aGe" = (
+/turf/closed/wall,
+/area/space)
+"aGf" = (
+/obj/machinery/power/solar_control{
+ id = "foreport";
+ name = "Fore Port Solar Control";
+ track = 0
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aGg" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aGh" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Fore Port Solar APC";
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport)
+"aGi" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/maintenance/auxsolarport)
+"aGj" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 9
+ },
+/area/maintenance/incinerator)
+"aGk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aGl" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/incinerator)
+"aGm" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/machinery/meter,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/incinerator)
+"aGn" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/incinerator)
+"aGo" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/incinerator)
+"aGp" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Mix to Turbine"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/incinerator)
+"aGq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/incinerator)
+"aGr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/incinerator)
+"aGs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aGt" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/atmos{
+ name = "Turbine Generator Access";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aGu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGx" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Engine Access";
+ name = "atmospherics camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGy" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGA" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGB" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGD" = (
+/obj/structure/cable,
+/obj/machinery/power/terminal,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGE" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/power/terminal,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aGF" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aGG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aGH" = (
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aGI" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aGJ" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aGK" = (
+/obj/structure/table/wood,
+/obj/item/device/camera,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aGL" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aGM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aGN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aGO" = (
+/obj/machinery/door/airlock{
+ name = "Cabin B"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aGP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aGQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aGR" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aGS" = (
+/obj/machinery/chem_master/condimaster{
+ name = "HoochMaster 2000"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aGT" = (
+/obj/structure/closet/gmcloset,
+/obj/item/weapon/wrench,
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/random,
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aGU" = (
+/obj/structure/table/wood,
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"aGV" = (
+/obj/structure/table/wood,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aGW" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aGX" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aGY" = (
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aGZ" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aHa" = (
+/obj/structure/chair/stool/bar,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aHb" = (
+/turf/closed/wall,
+/area/crew_quarters/bar/atrium)
+"aHc" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ dir = 4;
+ name = "Cargo Desk";
+ req_access_txt = "50"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aHd" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aHe" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aHf" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aHg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aHh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/machinery/conveyor_switch/oneway{
+ id = "cargodisposals";
+ name = "Trash Filter Switch";
+ pixel_x = -1;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aHi" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aHj" = (
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aHk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aHl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aHm" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 8;
+ name = "Security Desk";
+ req_access_txt = "63"
+ },
+/obj/machinery/door/window/northright{
+ dir = 4;
+ name = "Security Desk"
+ },
+/obj/item/weapon/folder/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aHn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aHo" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aHp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aHq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aHr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aHs" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aHt" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aHu" = (
+/turf/closed/wall,
+/area/security/prison)
+"aHv" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/prison)
+"aHw" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Garden"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aHx" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/prison)
+"aHy" = (
+/turf/closed/wall/r_wall,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aHz" = (
+/obj/machinery/door/poddoor{
+ id = "justiceblast";
+ name = "Justice Blast door"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/black{
+ tag = "icon-black_warn_side (WEST)";
+ icon_state = "black_warn_side"
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aHA" = (
+/obj/structure/lattice/catwalk,
+/obj/item/weapon/wrench,
+/turf/open/space,
+/area/space)
+"aHB" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/maintenance/incinerator)
+"aHC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aHD" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/caution/corner,
+/area/maintenance/incinerator)
+"aHE" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution,
+/area/maintenance/incinerator)
+"aHF" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/caution,
+/area/maintenance/incinerator)
+"aHG" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aHH" = (
+/obj/machinery/meter,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel/caution,
+/area/maintenance/incinerator)
+"aHI" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Port to Turbine"
+ },
+/turf/open/floor/plasteel/caution,
+/area/maintenance/incinerator)
+"aHJ" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/turf/open/floor/plasteel/caution,
+/area/maintenance/incinerator)
+"aHK" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aHL" = (
+/obj/structure/sign/vacuum{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Turbine Access";
+ dir = 1;
+ name = "atmospherics camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHN" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHO" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHP" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHR" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHS" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console"
+ },
+/obj/structure/cable/white,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes{
+ charge = 2e+006
+ },
+/obj/machinery/light/small,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHV" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"aHW" = (
+/turf/closed/wall,
+/area/crew_quarters/abandoned_gambling_den)
+"aHX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aHY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aHZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aIa" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aIb" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aIc" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aId" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aIe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aIf" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aIg" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aIh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/loadingarea,
+/area/hallway/primary/fore)
+"aIi" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aIj" = (
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aIk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aIl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aIm" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo - Delivery Office";
+ dir = 1;
+ name = "cargo camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aIn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/door_timer{
+ id = "cargocell";
+ name = "Cargo Cell";
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Security Post - Cargo APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHWEST)";
+ icon_state = "red";
+ dir = 10
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aIo" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aIp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Security Post - Cargo";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHEAST)";
+ icon_state = "red";
+ dir = 6
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aIq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aIr" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aIs" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aIt" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_l"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aIu" = (
+/obj/structure/shuttle/engine/propulsion,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aIv" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_r"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aIw" = (
+/obj/machinery/shower{
+ icon_state = "shower";
+ dir = 4
+ },
+/obj/item/weapon/soap/nanotrasen,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aIx" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/security/prison)
+"aIy" = (
+/obj/structure/table,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aIz" = (
+/obj/structure/easel,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aIA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/security/prison)
+"aIB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aIC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/security/prison)
+"aID" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aIE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aIF" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/paper_bin,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aIG" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/toy/figure/syndie,
+/obj/structure/sign/electricshock{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aIH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aII" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/punching_bag,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/security/prison)
+"aIJ" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/weightlifter,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/security/prison)
+"aIK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/sign/vacuum{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aIL" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aIM" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ tag = "icon-doors"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aIN" = (
+/obj/structure/sign/fire,
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"aIO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aIP" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"aIQ" = (
+/obj/machinery/doorButtons/access_button{
+ idDoor = "incinerator_airlock_exterior";
+ idSelf = "incinerator_access_control";
+ layer = 3.1;
+ name = "Incinerator airlock control";
+ pixel_x = -24;
+ pixel_y = -8
+ },
+/obj/machinery/doorButtons/access_button{
+ idDoor = "incinerator_airlock_interior";
+ idSelf = "incinerator_access_control";
+ name = "Incinerator airlock control";
+ pixel_x = 24;
+ pixel_y = -8
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"aIR" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (SOUTHWEST)";
+ icon_state = "caution";
+ dir = 10
+ },
+/area/maintenance/incinerator)
+"aIS" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aIT" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/maintenance/incinerator)
+"aIU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"aIV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/atmos)
+"aIW" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Turbine Generator Access";
+ req_access_txt = "24"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"aIX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plating,
+/area/atmos)
+"aIY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aIZ" = (
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aJa" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Access";
+ req_access_txt = "24"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"aJb" = (
+/obj/structure/sign/radiation,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aJc" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Engine Access";
+ req_access_txt = "24"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"aJd" = (
+/obj/structure/sign/fire,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aJe" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aJf" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/space,
+/area/space)
+"aJg" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"aJh" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"aJi" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/space,
+/area/space)
+"aJj" = (
+/obj/structure/table/wood,
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aJk" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aJl" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aJm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aJn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Abandoned Gambling Den APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aJo" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"aJp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aJq" = (
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aJr" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aJs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aJt" = (
+/obj/structure/table/wood,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aJu" = (
+/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aJv" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Atrium APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Theatre Stage";
+ dir = 2;
+ name = "service camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aJw" = (
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aJx" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aJy" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aJz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aJA" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aJB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/bar/atrium)
+"aJC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"aJD" = (
+/obj/structure/filingcabinet/filingcabinet,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aJE" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aJF" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aJG" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aJH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "cargodisposals"
+ },
+/obj/structure/plasticflaps,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aJI" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aJJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor{
+ id = "cargocell";
+ name = "Cargo Cell";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aJK" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aJL" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aJM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aJN" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (NORTH)";
+ icon_state = "loadingarea";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aJO" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/security/prison)
+"aJP" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_y = 32;
+ tag = "icon-poster3_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aJQ" = (
+/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/security/prison)
+"aJR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/mob/living/simple_animal/mouse,
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aJS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aJT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/security/prison)
+"aJU" = (
+/obj/structure/table,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/security/prison)
+"aJV" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aJW" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aJX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/security/prison)
+"aJY" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aJZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/prison)
+"aKa" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/security/prison)
+"aKb" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/security/prison)
+"aKc" = (
+/obj/machinery/sparker{
+ dir = 1;
+ id = "justicespark";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (NORTH)";
+ icon_state = "darkredcorners";
+ dir = 1
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aKd" = (
+/obj/structure/chair,
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aKe" = (
+/obj/machinery/flasher{
+ id = "justiceflash";
+ pixel_x = 26;
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (EAST)";
+ icon_state = "darkredcorners";
+ dir = 4
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aKf" = (
+/obj/machinery/door/poddoor{
+ id = "turbinevent";
+ name = "Turbine Vent"
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aKg" = (
+/obj/machinery/power/turbine{
+ tag = "icon-turbine (WEST)";
+ icon_state = "turbine";
+ dir = 8;
+ luminosity = 2
+ },
+/obj/structure/sign/vacuum{
+ pixel_y = -32
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aKh" = (
+/obj/machinery/power/compressor{
+ tag = "icon-compressor (EAST)";
+ icon_state = "compressor";
+ dir = 4;
+ luminosity = 2;
+ comp_id = "incineratorturbine"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aKi" = (
+/obj/machinery/igniter{
+ icon_state = "igniter0";
+ id = "Incinerator";
+ luminosity = 2;
+ on = 0
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aKj" = (
+/obj/machinery/door/airlock/glass{
+ autoclose = 0;
+ frequency = 1449;
+ heat_proof = 1;
+ icon_state = "door_locked";
+ id_tag = "incinerator_airlock_exterior";
+ locked = 1;
+ name = "Incinerator Exterior Airlock";
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"aKk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aKl" = (
+/obj/machinery/door/airlock/glass{
+ autoclose = 0;
+ frequency = 1449;
+ heat_proof = 1;
+ icon_state = "door_locked";
+ id_tag = "incinerator_airlock_interior";
+ locked = 1;
+ name = "Incinerator Interior Airlock";
+ req_access_txt = "12"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/maintenance/incinerator)
+"aKm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/maintenance/incinerator)
+"aKn" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/binary/valve,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aKo" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/incinerator)
+"aKp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKs" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKt" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/atmos)
+"aKv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aKw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/atmos)
+"aKx" = (
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/atmos)
+"aKA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aKB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/atmos)
+"aKC" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKD" = (
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aKF" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aKG" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aKH" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aKI" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aKJ" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"aKK" = (
+/obj/machinery/computer/slot_machine,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aKL" = (
+/obj/structure/dresser,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aKM" = (
+/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/item/device/instrument/eguitar,
+/obj/item/toy/crayon/spraycan/lubecan{
+ charges = 5
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aKN" = (
+/obj/machinery/vending/autodrobe,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Theatre Backstage APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aKO" = (
+/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/clown,
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aKP" = (
+/obj/structure/table/wood,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/item/device/flashlight/lamp/bananalamp{
+ pixel_y = 5
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aKQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aKR" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/crew_quarters/bar/atrium)
+"aKS" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/guitar,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aKT" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aKU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aKV" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aKW" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aKX" = (
+/obj/structure/table/wood,
+/obj/item/clothing/head/fedora,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aKY" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aKZ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aLa" = (
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aLb" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aLc" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/item/stack/wrapping_paper{
+ pixel_y = 5
+ },
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Delivery Office APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aLd" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aLe" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aLf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aLg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aLh" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aLi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/closet/secure_closet/brig{
+ id = "cargocell";
+ name = "Cargo Cell Locker"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aLj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aLk" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aLl" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLm" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLr" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Cargo Bay - Aft Starboard";
+ dir = 1;
+ name = "cargo camera"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLw" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aLx" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/chef_recipes,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/clothing/head/chefhat,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/security/prison)
+"aLy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aLz" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aLA" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aLB" = (
+/obj/structure/table,
+/obj/item/trash/deadmouse{
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aLC" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/toy/cards/deck,
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aLD" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/security/prison)
+"aLE" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aLF" = (
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aLG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/prison)
+"aLH" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/security/prison)
+"aLI" = (
+/obj/machinery/vending/coffee,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/redyellow/side,
+/area/security/prison)
+"aLJ" = (
+/turf/open/floor/plasteel/redyellow/side,
+/obj/machinery/vending/sustenance,
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/security/prison)
+"aLK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aLL" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on,
+/turf/open/floor/plasteel/vault,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aLM" = (
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster4_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aLN" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "mix_in";
+ pixel_y = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aLO" = (
+/obj/structure/sign/fire,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/incinerator)
+"aLP" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8
+ },
+/obj/machinery/light/small,
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aLQ" = (
+/obj/machinery/doorButtons/airlock_controller{
+ idExterior = "incinerator_airlock_exterior";
+ idInterior = "incinerator_airlock_interior";
+ idSelf = "incinerator_access_control";
+ name = "Incinerator Access Console";
+ pixel_x = 8;
+ pixel_y = -24;
+ req_access_txt = "12"
+ },
+/obj/machinery/button/ignition{
+ id = "Incinerator";
+ pixel_x = 8;
+ pixel_y = -36
+ },
+/obj/machinery/button/door{
+ id = "turbinevent";
+ name = "Turbine Vent Control";
+ pixel_x = -8;
+ pixel_y = -36;
+ req_access_txt = "12"
+ },
+/obj/machinery/button/door{
+ id = "auxincineratorvent";
+ name = "Auxiliary Vent Control";
+ pixel_x = -8;
+ pixel_y = -24;
+ req_access_txt = "12"
+ },
+/obj/machinery/computer/turbine_computer{
+ id = "incineratorturbine"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (SOUTHWEST)";
+ icon_state = "caution";
+ dir = 10
+ },
+/area/maintenance/incinerator)
+"aLR" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/reagent_containers/pill/patch/silver_sulf,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution,
+/area/maintenance/incinerator)
+"aLS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/caution,
+/area/maintenance/incinerator)
+"aLT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aLU" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 9
+ },
+/area/atmos)
+"aLV" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/tank_dispenser,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"aLW" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/computer/atmos_control,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"aLX" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/computer/atmos_alert,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"aLY" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"aLZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/emergency_oxygen{
+ pixel_x = 6
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen{
+ pixel_x = -6
+ },
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/atmos)
+"aMa" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aMb" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aMc" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aMd" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/firealarm,
+/obj/item/weapon/electronics/firealarm,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 9
+ },
+/area/atmos)
+"aMe" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/pipe_dispenser,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/atmos)
+"aMf" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aMg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aMh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aMi" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/item/stack/rods{
+ amount = 23
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel/caution{
+ dir = 9
+ },
+/area/atmos)
+"aMj" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"aMk" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 20
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 20;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/atmos)
+"aMl" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aMm" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aMn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aMo" = (
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aMp" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aMq" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck/syndicate{
+ icon_state = "deck_syndicate_full";
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"aMr" = (
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"aMs" = (
+/obj/structure/chair/stool/bar,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"aMt" = (
+/obj/machinery/computer/slot_machine,
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aMu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aMv" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aMw" = (
+/obj/effect/landmark/start{
+ name = "Clown"
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aMx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aMy" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aMz" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "Theatre"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aMA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aMB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aMC" = (
+/obj/structure/table/wood,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/item/device/camera,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aMD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aME" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aMF" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aMG" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aMH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aMI" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aMJ" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aMK" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aML" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aMM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aMN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar/atrium)
+"aMO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aMP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aMQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"aMR" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aMS" = (
+/obj/structure/table,
+/obj/item/weapon/folder/yellow,
+/obj/item/device/destTagger,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aMT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aMU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aMV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/disposal/deliveryChute{
+ tag = "icon-intake (NORTH)";
+ icon_state = "intake";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aMW" = (
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHWEST)";
+ icon_state = "red";
+ dir = 10
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aMX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aMY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHEAST)";
+ icon_state = "red";
+ dir = 6
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aMZ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aNa" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/quartermaster/storage)
+"aNb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aNc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aNd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/storage)
+"aNe" = (
+/obj/machinery/status_display{
+ density = 0;
+ name = "cargo display";
+ pixel_x = 0;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/turf/closed/wall,
+/area/quartermaster/qm)
+"aNf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aNg" = (
+/turf/closed/wall,
+/area/quartermaster/qm)
+"aNh" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aNi" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aNj" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aNk" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aNl" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aNm" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/bottle/morphine,
+/obj/item/weapon/reagent_containers/syringe,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 9
+ },
+/area/security/prison)
+"aNn" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/blue,
+/obj/item/device/healthanalyzer,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/security/prison)
+"aNo" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/bottle/morphine,
+/obj/item/weapon/reagent_containers/syringe,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 5
+ },
+/area/security/prison)
+"aNp" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aNq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/security/prison)
+"aNr" = (
+/obj/machinery/light/small,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/prison)
+"aNs" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/security/prison)
+"aNt" = (
+/obj/machinery/camera{
+ c_tag = "Prison - Relaxation Area";
+ dir = 1;
+ name = "prison camera";
+ network = list("SS13","prison")
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aNu" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner,
+/area/security/prison)
+"aNv" = (
+/obj/machinery/holopad,
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ dir = 2;
+ name = "Prison Intercom";
+ pixel_x = 0;
+ pixel_y = -28;
+ prison_radio = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aNw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/security/prison)
+"aNx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/prison)
+"aNy" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plating,
+/area/security/prison)
+"aNz" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "justicechamber";
+ name = "Justice Chamber Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aNA" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "justicechamber";
+ name = "Justice Chamber Blast door"
+ },
+/obj/machinery/door/window/brigdoor/northright{
+ dir = 2;
+ name = "Justice Chamber";
+ req_access_txt = "3"
+ },
+/obj/machinery/door/window/brigdoor/northright{
+ name = "Justice Chamber";
+ req_access_txt = "3"
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aNB" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "justicechamber";
+ name = "Justice Chamber Blast door"
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aNC" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/disposaloutlet{
+ tag = "icon-outlet (WEST)";
+ icon_state = "outlet";
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"aND" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/space)
+"aNE" = (
+/obj/machinery/door/poddoor{
+ id = "auxincineratorvent";
+ name = "Incineration Chamber Vent"
+ },
+/turf/open/floor/engine/vacuum,
+/area/maintenance/incinerator)
+"aNF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/incinerator)
+"aNG" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aNH" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"aNI" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNJ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNK" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNM" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNN" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNP" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNQ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNR" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aNS" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aNT" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aNU" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/atmos)
+"aNV" = (
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aNW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aNX" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aNY" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aNZ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"aOa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken5";
+ icon_state = "wood-broken5"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aOb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"aOc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ name = "Theatre Junction";
+ sortType = 18
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aOd" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock{
+ name = "Theatre Backstage";
+ req_access_txt = "46"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aOe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redblue/redside{
+ tag = "icon-redblue (NORTH)";
+ icon_state = "redblue";
+ dir = 1
+ },
+/area/crew_quarters/theatre)
+"aOf" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aOg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redblue/redside{
+ tag = "icon-redblue (NORTH)";
+ icon_state = "redblue";
+ dir = 1
+ },
+/area/crew_quarters/theatre)
+"aOh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redblue/redside{
+ tag = "icon-redblue (NORTH)";
+ icon_state = "redblue";
+ dir = 1
+ },
+/area/crew_quarters/theatre)
+"aOi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aOj" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Theatre Backstage";
+ req_access_txt = "46"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aOk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aOl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aOm" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Theatre Backstage";
+ req_access_txt = "46"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar/atrium)
+"aOn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aOo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aOp" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aOq" = (
+/obj/machinery/holopad,
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aOr" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aOs" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar/atrium)
+"aOt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/goonplaque,
+/area/hallway/primary/fore)
+"aOu" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_mining{
+ name = "Delivery Office";
+ req_access_txt = 0;
+ req_one_access_txt = "48;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aOv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aOw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aOx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aOy" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aOz" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "cardoor";
+ name = "Cargo Cell";
+ req_access_txt = "63"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aOA" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/supply{
+ name = "Security Post - Cargo"
+ })
+"aOB" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Cargo Bay APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Bay - Aft Port";
+ dir = 4;
+ name = "cargo camera"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aOC" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aOD" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aOE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aOF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aOG" = (
+/obj/structure/table/reinforced,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aOH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aOI" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/quartermaster/qm)
+"aOJ" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/qm,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/qm)
+"aOK" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/qm)
+"aOL" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Quartermaster's Office APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/qm)
+"aOM" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/qm)
+"aON" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/qm)
+"aOO" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = 32
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/qm)
+"aOP" = (
+/obj/structure/bed,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/bedsheet/qm,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/qm)
+"aOQ" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/qm)
+"aOR" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aOS" = (
+/obj/structure/bed,
+/obj/item/clothing/suit/straight_jacket,
+/obj/item/clothing/mask/muzzle,
+/obj/item/clothing/glasses/sunglasses/blindfold,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
+ },
+/area/security/prison)
+"aOT" = (
+/turf/open/floor/plasteel/white,
+/area/security/prison)
+"aOU" = (
+/obj/structure/bed,
+/obj/item/clothing/suit/straight_jacket,
+/obj/item/clothing/mask/muzzle,
+/obj/item/clothing/glasses/sunglasses/blindfold,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 4
+ },
+/area/security/prison)
+"aOV" = (
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "permacell3";
+ name = "Cell Shutters";
+ opacity = 0
+ },
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt3";
+ name = "Cell 3"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/prison)
+"aOW" = (
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "permacell2";
+ name = "Cell Shutters";
+ opacity = 0
+ },
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt2";
+ name = "Cell 2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/prison)
+"aOX" = (
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "permacell1";
+ name = "Cell Shutters";
+ opacity = 0
+ },
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt1";
+ name = "Cell 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/prison)
+"aOY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/morphine{
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/morphine{
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/chloralhydrate{
+ pixel_x = -7
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/facid{
+ pixel_x = 7
+ },
+/obj/item/weapon/storage/backpack/dufflebag/sec{
+ contents = newlist(/obj/item/weapon/scalpel,/obj/item/weapon/hemostat,/obj/item/weapon/retractor,/obj/item/weapon/cautery,/obj/item/weapon/circular_saw,/obj/item/weapon/surgical_drapes,/obj/item/clothing/mask/surgical);
+ desc = "A large dufflebag for holding extra supplies - this one has a material inlay with space for various sharp-looking tools.";
+ name = "dufflebag";
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTHWEST)";
+ icon_state = "darkred";
+ dir = 9
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aOZ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/button/ignition{
+ id = "justicespark";
+ pixel_x = 7;
+ pixel_y = 26;
+ req_access_txt = "63"
+ },
+/obj/machinery/button/flasher{
+ id = "justiceflash";
+ pixel_x = 7;
+ pixel_y = 38;
+ req_access_txt = "63"
+ },
+/obj/machinery/button/door{
+ id = "justiceblast";
+ name = "Justice Shutters Control";
+ pixel_x = -7;
+ pixel_y = 26;
+ req_access_txt = "63"
+ },
+/obj/machinery/button/door{
+ id = "justicechamber";
+ name = "Justice Chamber Control";
+ pixel_x = -7;
+ pixel_y = 38;
+ req_access_txt = "3"
+ },
+/obj/item/weapon/folder/red{
+ pixel_x = 3
+ },
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/taperecorder,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aPa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aPb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aPc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/closet/secure_closet/injection,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 5
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aPd" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aPe" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aPf" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/space,
+/area/space)
+"aPg" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"aPh" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"aPi" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/space,
+/area/space)
+"aPj" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aPk" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (SOUTHWEST)";
+ icon_state = "caution";
+ dir = 10
+ },
+/area/atmos)
+"aPl" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aPm" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aPn" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ icon_state = "pump_map";
+ name = "Port to Turbine"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aPo" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ icon_state = "pump_map";
+ name = "Port to Filter"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aPp" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aPq" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aPr" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aPs" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aPt" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 1
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aPu" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Air to Pure"
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 5
+ },
+/area/atmos)
+"aPv" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aPw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"aPx" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/atmos)
+"aPy" = (
+/obj/machinery/meter{
+ name = "Mixed Air Tank Out"
+ },
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aPz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+ dir = 8;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ icon_state = "in";
+ id_tag = "air_out";
+ internal_pressure_bound = 2000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aPA" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Air Supply";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aPB" = (
+/turf/open/floor/engine/air,
+/area/atmos)
+"aPC" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/abandoned_gambling_den)
+"aPD" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aPE" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aPF" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aPG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aPH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aPI" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/abandoned_gambling_den)
+"aPJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aPK" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aPL" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aPM" = (
+/obj/effect/landmark/start{
+ name = "Mime"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aPN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aPO" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/disposal/bin,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Theatre Backstage";
+ dir = 8;
+ name = "service camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aPP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aPQ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/loadingarea,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aPR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aPS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar/atrium)
+"aPT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aPU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aPV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aPW" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (NORTH)";
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aPX" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/coffee,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aPY" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aPZ" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aQa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aQb" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar/atrium)
+"aQc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/fore)
+"aQd" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQe" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/device/multitool,
+/obj/item/weapon/pen/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQh" = (
+/obj/machinery/photocopier,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQi" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/machinery/requests_console{
+ department = "Cargo Office";
+ departmentType = 0;
+ name = "Cargo Office RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo - Office";
+ dir = 2;
+ name = "cargo camera"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQj" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Cargo Office APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQk" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aQn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aQo" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aQp" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aQq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aQr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aQs" = (
+/obj/effect/decal/cleanable/oil,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aQt" = (
+/obj/machinery/computer/cargo,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aQu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aQv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aQw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/qm)
+"aQx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aQy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aQz" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aQA" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aQB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aQC" = (
+/obj/machinery/computer/cargo,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/qm)
+"aQD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aQE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/qm)
+"aQF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aQG" = (
+/obj/machinery/computer/security/mining,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo - Quartermaster's Quarters";
+ dir = 8;
+ name = "cargo camera"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/qm)
+"aQH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
+ },
+/area/security/prison)
+"aQI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 4
+ },
+/area/security/prison)
+"aQJ" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/brown,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/prison)
+"aQK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/security/prison)
+"aQL" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "permabolt3";
+ name = "Cell Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = 25;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Prison - Cell 3";
+ dir = 2;
+ name = "prison camera";
+ network = list("SS13","prison")
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/security/prison)
+"aQM" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/brown,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/prison)
+"aQN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side,
+/area/security/prison)
+"aQO" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "permabolt2";
+ name = "Cell Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = 25;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/item/chair/stool,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Prison - Cell 2";
+ dir = 2;
+ name = "prison camera";
+ network = list("SS13","prison")
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/prison)
+"aQP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/security/prison)
+"aQQ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "permabolt1";
+ name = "Cell Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = 25;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Prison - Cell 1";
+ dir = 2;
+ name = "prison camera";
+ network = list("SS13","prison")
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/prison)
+"aQR" = (
+/obj/structure/table/reinforced,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/obj/item/device/electropack,
+/obj/item/device/assembly/signaler,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/clothing/head/helmet/sec,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aQS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aQT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aQU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aQV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 4
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aQW" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/machinery/meter,
+/obj/machinery/door/window/westright,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aQX" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/obj/item/weapon/tank/internals/oxygen/red{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/oxygen/red{
+ pixel_x = -3
+ },
+/obj/item/weapon/wrench,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aQY" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Security External Airlock";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/security/prison)
+"aQZ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aRa" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aRb" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aRc" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aRd" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aRe" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aRf" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Fore";
+ dir = 1;
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aRg" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aRh" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aRi" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aRj" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aRk" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aRl" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "air_in";
+ name = "Mixed Air Supply Control";
+ output_tag = "air_out";
+ sensors = list("air_sensor" = "Tank")
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/atmos)
+"aRm" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"aRn" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "air_sensor"
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aRo" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/engine/air,
+/area/atmos)
+"aRp" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aRq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aRr" = (
+/obj/machinery/light/small,
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aRs" = (
+/obj/machinery/computer/slot_machine,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"aRt" = (
+/obj/machinery/computer/slot_machine,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aRu" = (
+/obj/machinery/light/small,
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/syringe{
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/syringe,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"aRv" = (
+/obj/structure/table/wood,
+/obj/machinery/requests_console{
+ department = "Theatre Backstage";
+ departmentType = 0;
+ name = "Theatre RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aRw" = (
+/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/item/weapon/reagent_containers/food/snacks/baguette,
+/obj/item/toy/crayon/spraycan/mimecan{
+ charges = 5
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aRx" = (
+/obj/machinery/vending/autodrobe,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aRy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/mime,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aRz" = (
+/obj/structure/dresser,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/theatre)
+"aRA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Service Hallway - Aft";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aRB" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/violin,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aRC" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/bar/atrium)
+"aRD" = (
+/obj/structure/table/wood,
+/obj/item/clothing/mask/cigarette/pipe,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aRE" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aRF" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/chips,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aRG" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/dr_gibb,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aRH" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/britcup,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aRI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aRJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "Quartermaster Junction";
+ sortType = 3
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"aRK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"aRL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRM" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRN" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aRU" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/mining{
+ name = "Cargo Bay";
+ req_access_txt = "0";
+ req_one_access_txt = "48;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aRV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aRW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aRX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aRY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aRZ" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Quartermaster"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aSa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aSb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aSc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aSd" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aSe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Quartermaster's Office";
+ req_access_txt = "41"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aSf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/qm)
+"aSg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aSh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/mob/living/simple_animal/sloth/citrus,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aSi" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aSj" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/stamp/qm,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aSk" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start{
+ name = "Quartermaster"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aSl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/qm)
+"aSm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Quartermaster's Quarters";
+ req_access_txt = "41"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aSn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Quartermaster"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aSo" = (
+/obj/machinery/computer/shuttle/mining,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/qm)
+"aSp" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
+ },
+/area/security/prison)
+"aSq" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 4
+ },
+/area/security/prison)
+"aSr" = (
+/obj/machinery/flasher{
+ id = "PCell 3";
+ pixel_x = -28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/prison)
+"aSs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/security/prison)
+"aSt" = (
+/obj/structure/table,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/prison)
+"aSu" = (
+/obj/machinery/flasher{
+ id = "PCell 2";
+ pixel_x = -28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/security/prison)
+"aSv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/security/prison)
+"aSw" = (
+/obj/machinery/flasher{
+ id = "PCell 1";
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/security/prison)
+"aSx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/security/prison)
+"aSy" = (
+/obj/structure/table,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/prison)
+"aSz" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light_switch{
+ pixel_x = -7;
+ pixel_y = -26
+ },
+/obj/item/device/flashlight/lamp,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (SOUTHWEST)";
+ icon_state = "darkred";
+ dir = 10
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aSA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkred/side,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aSB" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/darkred/side,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aSC" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/darkred/side,
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aSD" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Education Chamer APC";
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (SOUTHEAST)";
+ icon_state = "darkred";
+ dir = 6
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aSE" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Justice gas pump";
+ on = 0
+ },
+/obj/machinery/door/window/westleft,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aSF" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/machinery/space_heater,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/prison/solitary{
+ name = "Prisoner Education Chamber"
+ })
+"aSG" = (
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/fans/tiny,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aSH" = (
+/turf/open/floor/engine/co2,
+/area/atmos)
+"aSI" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - co2 Cell";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"aSJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "co2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "co2 vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"aSK" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aSL" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/atmos)
+"aSM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"aSN" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aSO" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "CO2 to Pure";
+ on = 0
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aSP" = (
+/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aSQ" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aSR" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aSS" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aST" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aSU" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/atmos)
+"aSV" = (
+/turf/closed/wall,
+/area/atmos)
+"aSW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Atmospherics Storage";
+ req_access_txt = "24"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"aSX" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/atmos)
+"aSY" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/atmos)
+"aSZ" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aTa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aTb" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aTc" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aTd" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 6
+ },
+/area/atmos)
+"aTe" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aTf" = (
+/obj/machinery/meter{
+ name = "Mixed Air Tank In"
+ },
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aTg" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "air_in"
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aTh" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Service Hall APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aTi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aTj" = (
+/obj/structure/table/wood,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = -32
+ },
+/obj/item/weapon/staff/broom,
+/obj/item/clothing/head/witchwig,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aTk" = (
+/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/item/clothing/mask/fakemoustache,
+/obj/item/weapon/cane,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aTl" = (
+/obj/structure/piano{
+ tag = "icon-piano";
+ icon_state = "piano"
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aTm" = (
+/obj/structure/chair/stool/bar,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aTn" = (
+/obj/machinery/door/window/eastright{
+ name = "Theatre Stage"
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/bar/atrium)
+"aTo" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar/atrium)
+"aTp" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aTq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aTr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "Cargo Junction";
+ sortType = 2
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"aTs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aTt" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTx" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTy" = (
+/obj/effect/decal/cleanable/oil,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTz" = (
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aTD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Cargo Bay";
+ req_access_txt = "0";
+ req_one_access_txt = "48;50"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aTE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aTF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aTG" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aTH" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"aTI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aTJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aTK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/qm)
+"aTL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aTM" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aTN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/cartridge/quartermaster{
+ pixel_x = -6
+ },
+/obj/item/weapon/cartridge/quartermaster{
+ pixel_x = 6
+ },
+/obj/item/weapon/cartridge/quartermaster{
+ pixel_y = 6
+ },
+/obj/item/device/gps/mining,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aTO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/qm)
+"aTP" = (
+/obj/machinery/computer/security/mining,
+/obj/machinery/requests_console{
+ department = "Quartermaster's Desk";
+ departmentType = 0;
+ name = "Quartermaster RC";
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/qm)
+"aTQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/qm)
+"aTR" = (
+/obj/structure/closet/secure_closet/quartermaster,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aTS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aTT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/suit_storage_unit/mining/eva,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aTU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aTV" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/prison)
+"aTW" = (
+/obj/machinery/door/airlock/glass_medical{
+ name = "Sanitarium";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/security/prison)
+"aTX" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/bluecross_2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/prison)
+"aTY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/security/prison)
+"aTZ" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 3";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aUa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/security/prison)
+"aUb" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 2";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aUc" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 1";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"aUd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Education Chamber";
+ req_access_txt = "3"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/prison)
+"aUe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/prison)
+"aUf" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Security External Airlock";
+ req_access_txt = "63"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ tag = "icon-doors"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/security/prison)
+"aUg" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/security/prison)
+"aUh" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"aUi" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/turf/open/floor/engine/co2,
+/area/atmos)
+"aUj" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "co2_sensor"
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"aUk" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aUl" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "co2_in";
+ name = "Carbon Dioxide Supply Control";
+ output_tag = "co2_out";
+ sensors = list("co2_sensor" = "Tank")
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aUm" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aUn" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aUo" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aUp" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aUq" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aUr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/device/lightreplacer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aUs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/atmos)
+"aUt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/atmos)
+"aUu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aUv" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aUw" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/gas,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aUx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aUy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aUz" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aUA" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aUB" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "O2 to Pure"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aUC" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Starboard";
+ dir = 8;
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aUD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUE" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ name = "Hydroponics Junction";
+ sortType = 21
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aUM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aUN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aUO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aUP" = (
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aUQ" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aUR" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Bar - Aft";
+ dir = 4;
+ name = "service camera"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aUS" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aUT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway - Bar";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aUU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"aUV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"aUW" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aUX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aUY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aUZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aVa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aVb" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aVc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stamp,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aVd" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = -32
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/quartermaster/storage)
+"aVe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"aVf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side,
+/area/quartermaster/storage)
+"aVg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"aVh" = (
+/obj/structure/closet/wardrobe/cargotech,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVi" = (
+/obj/structure/closet/wardrobe/cargotech,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVj" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aVk" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"aVl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (SOUTHEAST)";
+ icon_state = "purple";
+ dir = 6
+ },
+/area/quartermaster/storage)
+"aVm" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aVn" = (
+/obj/machinery/photocopier,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/quartermaster/qm)
+"aVo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/qm)
+"aVp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/qm)
+"aVq" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo - Quartermaster's Office";
+ dir = 1;
+ name = "cargo camera"
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/qm)
+"aVr" = (
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/qm)
+"aVs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/qm)
+"aVt" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/quartermaster/qm)
+"aVu" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aVv" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aVw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVx" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVy" = (
+/obj/machinery/camera{
+ c_tag = "Security - Prison Port";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVE" = (
+/obj/machinery/button/door{
+ id = "permacell3";
+ name = "Cell 3 Lockdown";
+ pixel_x = -4;
+ pixel_y = 25;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 3";
+ pixel_x = 6;
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/security/prison)
+"aVF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/computer/security/telescreen{
+ name = "Prisoner Telescreen";
+ network = list("prison");
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Security - Prison";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVI" = (
+/obj/machinery/button/door{
+ id = "permacell2";
+ name = "Cell 2 Lockdown";
+ pixel_x = -4;
+ pixel_y = 25;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 2";
+ pixel_x = 6;
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/security/prison)
+"aVJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/computer/security/telescreen{
+ name = "Prisoner Telescreen";
+ network = list("prison");
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVM" = (
+/obj/machinery/button/door{
+ id = "permacell1";
+ name = "Cell 1 Lockdown";
+ pixel_x = -4;
+ pixel_y = 25;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 1";
+ pixel_x = 6;
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 2
+ },
+/area/security/prison)
+"aVN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/prison)
+"aVP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/button/door{
+ id = "brigprison";
+ name = "Prison Lockdown";
+ pixel_x = 26;
+ pixel_y = 26;
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aVQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/prison)
+"aVR" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aVS" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aVT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigprison";
+ name = "Prison Blast door"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aVU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/prison)
+"aVV" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aVW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Security - Escape Pod";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
+"aVX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aVY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/security/prison)
+"aVZ" = (
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_3)
+"aWa" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_3)
+"aWb" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "co2_in";
+ pixel_y = 1
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"aWc" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aWd" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/atmos)
+"aWe" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"aWf" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aWg" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 2;
+ filter_type = "co2";
+ name = "co2 filter";
+ on = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"aWh" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aWi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aWj" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aWk" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aWl" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aWm" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/atmos)
+"aWn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aWo" = (
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/atmos)
+"aWp" = (
+/obj/machinery/pipedispenser/disposal/transit_tube,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aWq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aWr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aWs" = (
+/obj/machinery/atmospherics/components/trinary/mixer{
+ dir = 1;
+ name = "air mixer";
+ node1_concentration = 0.8;
+ node2_concentration = 0.2;
+ on = 1;
+ pixel_x = 0;
+ pixel_y = 0;
+ target_pressure = 4500
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aWt" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "O2 to Airmix";
+ on = 1
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 5
+ },
+/area/atmos)
+"aWu" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aWv" = (
+/obj/machinery/meter,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ color = "purple";
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aWw" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "o2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "oxygen vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"aWx" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Oxygen Supply";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"aWy" = (
+/turf/open/floor/engine/o2,
+/area/atmos)
+"aWz" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aWA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aWB" = (
+/turf/closed/wall,
+/area/hydroponics)
+"aWC" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/hydroponics)
+"aWD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Hydroponic's Maintenance";
+ req_access_txt = "35"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hydroponics)
+"aWE" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/hydroponics)
+"aWF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hydroponics)
+"aWG" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aWH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aWI" = (
+/obj/structure/kitchenspike,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aWJ" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aWK" = (
+/obj/machinery/gibber,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aWL" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/obj/machinery/camera{
+ c_tag = "Kitchen Cold Room";
+ dir = 2;
+ name = "service camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aWM" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aWN" = (
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aWO" = (
+/obj/structure/chair/stool/bar,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aWP" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar/atrium)
+"aWQ" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"aWR" = (
+/obj/machinery/autolathe,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = -32
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWS" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWV" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/cargotech,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWX" = (
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWY" = (
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aWZ" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aXa" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aXb" = (
+/turf/closed/wall,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aXc" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aXd" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aXe" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Mining Office";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aXf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aXg" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aXh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/mining{
+ name = "Mining Dock";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aXi" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/quartermaster/qm)
+"aXj" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
+"aXk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aXl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXm" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/light,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXr" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXs" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXv" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Prison Wing APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXw" = (
+/obj/machinery/light,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/prison)
+"aXy" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/sign/pods{
+ dir = 8;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/prison)
+"aXz" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"aXA" = (
+/obj/machinery/light/small,
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aXB" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "brigprison";
+ name = "Prison Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aXC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/security/prison)
+"aXD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/prison)
+"aXE" = (
+/turf/open/floor/plating,
+/area/security/prison)
+"aXF" = (
+/obj/machinery/door/airlock/external{
+ name = "Escape Pod 3"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aXG" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Escape Pod Airlock"
+ },
+/obj/docking_port/mobile/pod{
+ dir = 4;
+ id = "pod3";
+ name = "escape pod 3";
+ port_angle = 180;
+ preferred_direction = 4
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (WEST)";
+ icon_state = "white_warn_end"
+ },
+/area/shuttle/pod_3)
+"aXH" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ pixel_y = 25
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = 6;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/shuttle/pod_3)
+"aXI" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/computer/shuttle/pod{
+ pixel_y = -32;
+ possible_destinations = "pod_asteroid3";
+ shuttleId = "pod3"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/shuttle/pod_3)
+"aXJ" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_3)
+"aXK" = (
+/obj/docking_port/stationary/random{
+ dir = 4;
+ id = "pod_asteroid4";
+ name = "asteroid"
+ },
+/turf/open/space,
+/area/space)
+"aXL" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aXM" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Port";
+ dir = 4;
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aXN" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aXO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aXP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aXQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aXR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/atmos)
+"aXS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aXT" = (
+/obj/machinery/suit_storage_unit/atmos,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aXU" = (
+/obj/machinery/pipedispenser/disposal,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aXV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aXW" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aXX" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aXY" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "o2_in";
+ name = "Oxygen Supply Control";
+ output_tag = "o2_out";
+ sensors = list("o2_sensor" = "Tank")
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/blue/side{
+ dir = 4
+ },
+/area/atmos)
+"aXZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aYa" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "o2_sensor"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"aYb" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/engine/o2,
+/area/atmos)
+"aYc" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"aYd" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYe" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYg" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYh" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYi" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYj" = (
+/obj/structure/closet/wardrobe/botanist,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYk" = (
+/obj/structure/table/glass,
+/obj/item/weapon/wrench,
+/obj/item/clothing/suit/apron,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYl" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/chem_master/condimaster{
+ name = "BrewMaster 3000"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (NORTH)";
+ icon_state = "loadingarea";
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aYn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aYo" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "Kitchen"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aYp" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aYq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aYr" = (
+/mob/living/simple_animal/hostile/retaliate/goat{
+ name = "Pete"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aYs" = (
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aYt" = (
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aYu" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/item/weapon/reagent_containers/food/drinks/britcup,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aYv" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aYw" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aYx" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aYy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"aYz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"aYA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"aYB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aYC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Office";
+ req_access_txt = "0";
+ req_one_access_txt = "48;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aYD" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ dir = 1;
+ req_access_txt = "50"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/office{
+ name = "\improper Cargo Office"
+ })
+"aYE" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (NORTH)";
+ icon_state = "purple";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYH" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (NORTH)";
+ icon_state = "purple";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYI" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYJ" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/miner,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYM" = (
+/obj/structure/closet/secure_closet/miner,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYN" = (
+/obj/structure/closet/secure_closet/miner,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYO" = (
+/obj/machinery/mineral/equipment_vendor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYP" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYQ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYR" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"aYS" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"aYT" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"aYU" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aYV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aYW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/prison)
+"aYX" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aYY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/prison)
+"aYZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aZa" = (
+/obj/structure/rack,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aZb" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/prisoner,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aZc" = (
+/obj/structure/closet/secure_closet/brig{
+ name = "Prisoner Locker"
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aZd" = (
+/obj/structure/closet/secure_closet/brig{
+ name = "Prisoner Locker"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aZe" = (
+/obj/structure/closet/secure_closet/brig{
+ name = "Prisoner Locker"
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"aZf" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/prison)
+"aZg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/clothing/suit/armor/vest,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/side,
+/area/security/prison)
+"aZh" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/security/prison)
+"aZi" = (
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"aZj" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Plasma Cell";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"aZk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "tox_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "plasma vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"aZl" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aZm" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Plasma to Pure";
+ on = 0
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (NORTHWEST)";
+ icon_state = "purple";
+ dir = 9
+ },
+/area/atmos)
+"aZn" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aZo" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aZp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aZq" = (
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aZr" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aZs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/atmos)
+"aZt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aZu" = (
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aZv" = (
+/obj/machinery/pipedispenser,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aZw" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "o2";
+ name = "oxygen filter";
+ on = 1
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/atmos)
+"aZx" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aZy" = (
+/obj/machinery/meter,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aZz" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "o2_in"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"aZA" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aZB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"aZC" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/window/reinforced,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/structure/sign/poster{
+ icon_state = "poster2_legit";
+ pixel_x = -32;
+ tag = "icon-poster2_legit"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aZD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aZE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aZF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aZG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aZH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aZI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aZJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aZK" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Hydroponics Backroom";
+ req_access_txt = "35"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aZL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aZM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"aZN" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Kitchen Coldroom";
+ req_access_txt = "28"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aZO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aZP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aZQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Chef"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aZR" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aZS" = (
+/obj/structure/closet/chefcloset,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aZT" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/chef_recipes,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aZU" = (
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aZV" = (
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aZW" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aZX" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aZY" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters";
+ pixel_x = 26;
+ pixel_y = 8;
+ req_access_txt = "28"
+ },
+/obj/machinery/button/door{
+ id = "kitchenside";
+ name = "Kitchen Side Shutters";
+ pixel_x = 26;
+ pixel_y = -8;
+ req_access_txt = "28"
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aZZ" = (
+/turf/closed/wall,
+/area/hallway/primary/fore)
+"baa" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/hallway/primary/fore)
+"bab" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"bac" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"bad" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"bae" = (
+/obj/machinery/camera{
+ c_tag = "Cargo - Waiting Room";
+ dir = 2;
+ name = "cargo camera"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"baf" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bag" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bah" = (
+/obj/machinery/computer/cargo/request,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bai" = (
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (WEST)";
+ icon_state = "purple";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"baj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bak" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bal" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bam" = (
+/obj/structure/filingcabinet/filingcabinet,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"ban" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bao" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bap" = (
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (NORTH)";
+ icon_state = "loadingarea";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"baq" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (NORTH)";
+ icon_state = "loadingarea";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bar" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bas" = (
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (NORTH)";
+ icon_state = "purple";
+ dir = 1
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bat" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bau" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bav" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"baw" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bax" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bay" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/shuttle/mining)
+"baz" = (
+/obj/machinery/computer/shuttle/mining,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"baA" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/gas,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"baB" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "brigprison";
+ name = "Prison Blast door"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/pods{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"baC" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "brigprison";
+ name = "Prison Blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"baD" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "brigprison";
+ name = "Prison Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"baE" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"baF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/bombcloset,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/prison)
+"baG" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"baH" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"baI" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "tox_sensor"
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"baJ" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "tox_in";
+ name = "Plasma Supply Control";
+ output_tag = "tox_out";
+ sensors = list("tox_sensor" = "Tank")
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (WEST)";
+ icon_state = "purple";
+ dir = 8
+ },
+/area/atmos)
+"baK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"baL" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"baM" = (
+/obj/structure/table/reinforced,
+/obj/item/device/analyzer,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"baN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (WEST)";
+ icon_state = "caution";
+ dir = 8
+ },
+/area/atmos)
+"baO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"baP" = (
+/obj/structure/closet/wardrobe/atmospherics_yellow,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/weapon/storage/backpack/satchel/eng,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"baQ" = (
+/obj/structure/sign/atmosplaque,
+/turf/closed/wall,
+/area/atmos)
+"baR" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"baS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"baT" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"baU" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "N2 to Pure"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"baV" = (
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"baW" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"baX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"baY" = (
+/obj/structure/closet/crate/hydroponics,
+/obj/item/weapon/cultivator,
+/obj/item/weapon/hatchet,
+/obj/item/weapon/wirecutters,
+/obj/item/weapon/shovel/spade,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"baZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"bba" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"bbb" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bbc" = (
+/obj/machinery/camera{
+ c_tag = "Hydroponics Backroom";
+ dir = 1;
+ name = "service camera"
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"bbd" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Hydroponics APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"bbe" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"bbf" = (
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"bbg" = (
+/obj/machinery/light_switch{
+ pixel_x = 8;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bbh" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "Hydroponics"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bbi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bbj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bbk" = (
+/obj/structure/kitchenspike,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbl" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbn" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Kitchen APC";
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbo" = (
+/obj/machinery/chem_master/condimaster,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbp" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbq" = (
+/mob/living/carbon/monkey/punpun,
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bbr" = (
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Cook"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbs" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"bbt" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenside";
+ name = "Kitchen Hall Shutters"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bbu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"bbv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/fore)
+"bbw" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"bbx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bby" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bbz" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bbA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bbB" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/westleft{
+ dir = 4;
+ name = "Mining Desk";
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbC" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbF" = (
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbG" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Mining Dock";
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbI" = (
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (WEST)";
+ icon_state = "purple";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbJ" = (
+/obj/effect/decal/cleanable/oil,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbM" = (
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbN" = (
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbO" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbP" = (
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/pods{
+ name = "MINING POD";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/ore_box,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbT" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bbU" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"bbV" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/mining)
+"bbW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"bbX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bbY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bbZ" = (
+/obj/machinery/button/door{
+ id = "brigprison";
+ name = "Prison Lockdown";
+ pixel_x = 26;
+ pixel_y = 26;
+ req_access_txt = "63"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bca" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Storage Closet";
+ req_access_txt = "63"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bcb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bcc" = (
+/obj/structure/closet/l3closet/security,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/prison)
+"bcd" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "tox_in";
+ pixel_y = 1
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bce" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bcf" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "plasma";
+ name = "waste filter";
+ on = 1
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 10
+ },
+/area/atmos)
+"bcg" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Port Mix to Port Ports";
+ on = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bch" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Port Mix to Starboard Ports";
+ on = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bci" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/atmos)
+"bcj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Atmospherics Storage";
+ req_access_txt = "24"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"bck" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bcl" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bcm" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "N2 to Airmix";
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/atmos)
+"bcn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bco" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "n2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "n2 vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bcp" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Nitrogen Cell";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bcq" = (
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bcr" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bcs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bct" = (
+/obj/structure/sign/botany,
+/turf/closed/wall,
+/area/hydroponics)
+"bcu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/hydroponics)
+"bcv" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Hydroponics Backroom";
+ req_access_txt = "35"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hydroponics)
+"bcw" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Service Hall";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bcx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bcy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"bcz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Kitchen Coldroom";
+ req_access_txt = "28"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/kitchen)
+"bcA" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Kitchen";
+ dir = 4;
+ name = "service camera"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bcB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/bag/tray,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bcC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/glass/bowl,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bcD" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/condiment/flour,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bcE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bcF" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"bcG" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bcH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"bcI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bcJ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bcK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bcL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bcM" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bcN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (NORTH)";
+ icon_state = "loadingarea";
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"bcO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (WEST)";
+ icon_state = "purple";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcR" = (
+/obj/machinery/holopad,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcW" = (
+/obj/machinery/suit_storage_unit/mining/eva,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/suit_storage_unit/mining/eva,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bcZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/external{
+ name = "Mining Dock Airlock";
+ req_access = null;
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bda" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bdb" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bdc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/external{
+ name = "Mining Dock Airlock";
+ req_access = null;
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bdd" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/mining)
+"bde" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"bdf" = (
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/mining)
+"bdg" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"bdh" = (
+/obj/docking_port/mobile{
+ dir = 8;
+ dwidth = 3;
+ height = 5;
+ id = "mining";
+ name = "mining shuttle";
+ port_angle = 90;
+ width = 7
+ },
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 3;
+ height = 5;
+ id = "mining_home";
+ name = "mining shuttle bay";
+ width = 7
+ },
+/obj/machinery/door/airlock/shuttle{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/mining)
+"bdi" = (
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"bdj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"bdk" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: BLAST DOORS";
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"bdl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"bdm" = (
+/turf/closed/wall/r_wall,
+/area/security/main)
+"bdn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"bdo" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bdp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bdq" = (
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bdr" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Atmospherics APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bds" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bdt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bdu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bdv" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Aft";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bdw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bdx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bdy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bdz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bdA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bdB" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "n2_in";
+ name = "Nitrogen Supply Control";
+ output_tag = "n2_out";
+ sensors = list("n2_sensor" = "Tank")
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/atmos)
+"bdC" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bdD" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2_sensor"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bdE" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bdF" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bdG" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdH" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdI" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdJ" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdK" = (
+/obj/structure/table/glass,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdL" = (
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/obj/structure/table/glass,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdM" = (
+/obj/structure/table/glass,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/botanist,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdN" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bdO" = (
+/obj/machinery/smartfridge,
+/turf/closed/wall,
+/area/hydroponics)
+"bdP" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (WEST)";
+ icon_state = "greenblue";
+ dir = 8
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bdQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/green/side{
+ tag = "icon-green (NORTH)";
+ icon_state = "green";
+ dir = 1
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bdR" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bdS" = (
+/obj/machinery/smartfridge,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"bdT" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 32
+ },
+/obj/machinery/light_switch{
+ pixel_x = -7;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/crew_quarters/kitchen)
+"bdU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bdV" = (
+/obj/machinery/requests_console{
+ department = "Kitchen";
+ departmentType = 0;
+ name = "Kitchen RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bdW" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"bdX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/snacks/dough,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bdY" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bdZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/papersack{
+ tag = "icon-paperbag_NanotrasenStandard_closed";
+ icon_state = "paperbag_NanotrasenStandard_closed"
+ },
+/obj/item/weapon/storage/box/papersack{
+ tag = "icon-paperbag_NanotrasenStandard_closed";
+ icon_state = "paperbag_NanotrasenStandard_closed"
+ },
+/obj/item/weapon/storage/box/papersack{
+ tag = "icon-paperbag_NanotrasenStandard_closed";
+ icon_state = "paperbag_NanotrasenStandard_closed"
+ },
+/obj/item/weapon/storage/box/papersack{
+ tag = "icon-paperbag_NanotrasenStandard_closed";
+ icon_state = "paperbag_NanotrasenStandard_closed"
+ },
+/obj/item/weapon/storage/box/papersack{
+ tag = "icon-paperbag_NanotrasenStandard_closed";
+ icon_state = "paperbag_NanotrasenStandard_closed"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bea" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"beb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bec" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"bed" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bee" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"bef" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"beg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"beh" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bei" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bej" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bek" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"bel" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Mining Office";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bem" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"ben" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"beo" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bep" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"beq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"ber" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Mining Dock";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bes" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (WEST)";
+ icon_state = "purple";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bet" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"beu" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bev" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bew" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bex" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bey" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bez" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"beA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"beB" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"beC" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/shuttle/mining)
+"beD" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/mining)
+"beE" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/shuttle/mining)
+"beF" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"beG" = (
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_y = 32;
+ tag = "icon-poster3_legit"
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 9
+ },
+/area/security/brig)
+"beH" = (
+/obj/structure/sink{
+ pixel_y = 22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/security/brig)
+"beI" = (
+/obj/structure/bed,
+/obj/machinery/iv_drip,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 26;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Medbay";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/security/brig)
+"beJ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"beK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"beL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"beM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"beN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/main)
+"beO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"beP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"beQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Office Fore";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"beR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"beS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"beT" = (
+/obj/machinery/recharger,
+/obj/structure/table/reinforced,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"beU" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/main)
+"beV" = (
+/obj/machinery/computer/security,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"beW" = (
+/turf/closed/wall/r_wall,
+/area/security/hos)
+"beX" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosspace";
+ name = "HoS Space Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"beY" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosspace";
+ name = "HoS Space Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"beZ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosspace";
+ name = "HoS Space Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bfa" = (
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bfb" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - n2o Cell";
+ name = "atmospherics camera"
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bfc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "n2o_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "n2o vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bfd" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "N2O to Pure";
+ on = 0
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 9
+ },
+/area/atmos)
+"bfe" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bff" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfg" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Pure to Ports";
+ on = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfh" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Mix to Ports";
+ on = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfi" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air to Ports";
+ on = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfo" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bfp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bfs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bft" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "n2";
+ name = "nitogren filter";
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/atmos)
+"bfu" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bfv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bfw" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/space,
+/area/atmos)
+"bfx" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "n2_in"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bfy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/device/flashlight,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bfz" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bfA" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTHWEST)";
+ icon_state = "greenblue";
+ dir = 9
+ },
+/area/hydroponics)
+"bfB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"bfC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"bfD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"bfE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTHEAST)";
+ icon_state = "greenblue";
+ dir = 5
+ },
+/area/hydroponics)
+"bfF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bfG" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Hydroponics";
+ req_access_txt = "35"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bfH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (WEST)";
+ icon_state = "greenblue";
+ dir = 8
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bfI" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bfJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bfK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Kitchen";
+ req_access_txt = "28"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bfL" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/kitchen)
+"bfM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bfN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"bfO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bfP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"bfQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bfR" = (
+/obj/effect/landmark/start{
+ name = "Cook"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"bfS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bfT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"bfU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"bfV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchenside";
+ name = "Kitchen Hall Shutters"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bfW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/fore)
+"bfX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j2s";
+ name = "Kitchen Junction";
+ sortType = 20
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bfY" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"bfZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bga" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/fore)
+"bgb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"bgc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (WEST)";
+ icon_state = "purple";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgd" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bge" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgf" = (
+/obj/machinery/photocopier,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgh" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/purple/side,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/purple/side,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/requests_console{
+ department = "Mining";
+ departmentType = 0;
+ name = "Mining Dock RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo - Mining Dock";
+ dir = 1;
+ name = "cargo camera"
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgm" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/purple/side,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgn" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/device/gps/mining,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgo" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgp" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bgq" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/pickaxe/emergency,
+/obj/item/weapon/pickaxe/emergency,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"bgr" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"bgs" = (
+/obj/structure/ore_box,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"bgt" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"bgu" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/clothing/gloves/color/latex,
+/obj/item/device/healthanalyzer,
+/obj/item/weapon/reagent_containers/spray,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
+ },
+/area/security/brig)
+"bgv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/security/brig)
+"bgw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/security/brig)
+"bgx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/airlock/glass_medical{
+ name = "Infirmary"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 4
+ },
+/area/security/brig)
+"bgy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bgz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bgA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bgB" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 32
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/main)
+"bgC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/main)
+"bgD" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"bgE" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/main)
+"bgF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/main)
+"bgG" = (
+/turf/open/floor/plasteel/neutral,
+/area/security/main)
+"bgH" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bgI" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bgJ" = (
+/obj/structure/bed/dogbed{
+ desc = "Seems kind of... fishy.";
+ name = "Cayenne's bed";
+ pixel_y = 5
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Head of Security's Office";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/security/hos)
+"bgK" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bgL" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/device/taperecorder{
+ pixel_x = 3
+ },
+/obj/item/weapon/storage/box/deputy,
+/obj/item/device/flashlight/seclite,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bgM" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bgN" = (
+/obj/machinery/photocopier,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Security's Desk";
+ departmentType = 5;
+ name = "Head of Security RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bgO" = (
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space)
+"bgP" = (
+/obj/structure/window/reinforced,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"bgQ" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bgR" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide{
+ valve_open = 1
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bgS" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2o_sensor"
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bgT" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "co2_in";
+ name = "Carbon Dioxide Supply Control";
+ output_tag = "co2_out";
+ sensors = list("co2_sensor" = "Tank")
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/atmos)
+"bgU" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bgV" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bgW" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bgX" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bgY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bgZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bha" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (NORTH)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bhb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (NORTH)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bhc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bhd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bhe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bhf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bhg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bhh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"bhi" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bhj" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/atmos)
+"bhk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bhl" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bhm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bhn" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bho" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (WEST)";
+ icon_state = "greenblue";
+ dir = 8
+ },
+/area/hydroponics)
+"bhp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"bhq" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bhr" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bhs" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"bht" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (EAST)";
+ icon_state = "greenblue";
+ dir = 4
+ },
+/area/hydroponics)
+"bhu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bhv" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
+ },
+/obj/item/weapon/storage/bag/plants/portaseeder,
+/obj/machinery/door/window/eastright,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bhw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (WEST)";
+ icon_state = "greenblue";
+ dir = 8
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bhx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bhy" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bhz" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/window/eastleft{
+ dir = 4;
+ name = "Kitchen Desk";
+ req_access_txt = "28"
+ },
+/obj/item/weapon/storage/bag/tray,
+/obj/machinery/door/window/westleft,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhA" = (
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhB" = (
+/obj/machinery/food_cart,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhC" = (
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/vending/dinnerware,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhD" = (
+/obj/machinery/icecream_vat,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhE" = (
+/obj/structure/rack,
+/obj/machinery/button/door{
+ id = "kitchenwindows";
+ name = "Kitchen Privacy Control";
+ pixel_y = -26;
+ req_access_txt = "28"
+ },
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/clothing/head/chefhat,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/snacks/mint,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme{
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhG" = (
+/obj/structure/table/reinforced,
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhH" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/chef,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhI" = (
+/obj/machinery/light,
+/obj/machinery/processor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/crew_quarters/kitchen)
+"bhJ" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/apron/chef,
+/obj/item/weapon/kitchen/rollingpin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/item/weapon/kitchen/knife,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhL" = (
+/obj/structure/table/reinforced,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"bhN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway - Aft";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/fore)
+"bhO" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/hallway/primary/fore)
+"bhP" = (
+/obj/structure/table,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/weapon/clipboard,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/hallway/primary/fore)
+"bhQ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/fore)
+"bhR" = (
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/fore)
+"bhS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/fore)
+"bhT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/fore)
+"bhU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/fore)
+"bhV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/fore)
+"bhW" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/fore)
+"bhX" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/hallway/primary/fore)
+"bhY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/stockexchange,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bhZ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bia" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bib" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bic" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/machinery/light,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Mining Dock APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo - Mining Office";
+ dir = 8;
+ name = "cargo camera"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bid" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/toolbox/emergency{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/item/weapon/shovel,
+/obj/item/weapon/shovel,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bie" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bif" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"big" = (
+/obj/structure/closet/wardrobe/miner,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light,
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/item/weapon/storage/backpack/satchel/explorer,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bih" = (
+/obj/machinery/disposal/bin,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bii" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bij" = (
+/obj/machinery/computer/security/mining,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bik" = (
+/obj/machinery/computer/shuttle/mining,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bil" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"bim" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"bin" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal,
+/obj/item/weapon/reagent_containers/syringe,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 10
+ },
+/area/security/brig)
+"bio" = (
+/obj/machinery/light/small,
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/whitered/side,
+/area/security/brig)
+"bip" = (
+/obj/structure/bed/roller,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/whitered/side,
+/area/security/brig)
+"biq" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/bluecross_2,
+/turf/open/floor/plating,
+/area/security/brig)
+"bir" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bis" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bit" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"biu" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"biv" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"biw" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bix" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/clothing/mask/gas/sechailer,
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"biy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"biz" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"biA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/security/main)
+"biB" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"biC" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosprivacy";
+ name = "HoS Privacy Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"biD" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biE" = (
+/mob/living/simple_animal/hostile/carp/cayenne{
+ color = "";
+ desc = "A failed experiment of Nanotrasen to create weaponised carp technology. This less than intimidating carp now serves as an authority figure's pet.";
+ health = 200;
+ icon_dead = "magicarp_dead";
+ icon_gib = "magicarp_gib";
+ icon_living = "magicarp";
+ icon_state = "magicarp";
+ maxHealth = 200;
+ melee_damage_lower = 20;
+ melee_damage_upper = 20;
+ name = "Lia"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biG" = (
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biH" = (
+/obj/machinery/ai_status_display{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 58
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/button/door{
+ id = "hosprivacy";
+ name = "Privacy Control";
+ pixel_x = 26;
+ pixel_y = 7;
+ req_access_txt = "58"
+ },
+/obj/machinery/button/door{
+ id = "hosspace";
+ name = "Space Shutters Control";
+ pixel_x = 26;
+ pixel_y = -7;
+ req_access_txt = "58"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"biJ" = (
+/turf/closed/wall,
+/area/security/hos)
+"biK" = (
+/obj/structure/dresser,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biL" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/hos,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Head of Security's Quarters";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biM" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/secure/safe/HoS{
+ pixel_x = 32
+ },
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"biN" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"biO" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"biP" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"biQ" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"biR" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"biS" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "n2o_in";
+ pixel_y = 1
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"biT" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 2;
+ filter_type = "n2o";
+ name = "n2o filter";
+ on = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/escape{
+ dir = 10
+ },
+/area/atmos)
+"biU" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"biV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"biW" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"biX" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"biY" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8;
+ initialize_directions = 11
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"biZ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bja" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (NORTHWEST)";
+ icon_state = "caution";
+ dir = 9
+ },
+/area/atmos)
+"bjb" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bjc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bjd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (NORTHEAST)";
+ icon_state = "caution";
+ dir = 5
+ },
+/area/atmos)
+"bje" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bjf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bjg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bjh" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bji" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bjj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bjk" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"bjl" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bjm" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bjn" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/space,
+/area/space)
+"bjo" = (
+/obj/structure/rack,
+/obj/effect/landmark/costume,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bjp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bjq" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bjr" = (
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"bjs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"bjt" = (
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"bju" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"bjv" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (EAST)";
+ icon_state = "greenblue";
+ dir = 4
+ },
+/area/hydroponics)
+"bjw" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 8
+ },
+/obj/machinery/plantgenes,
+/obj/machinery/camera{
+ c_tag = "Hydroponics";
+ dir = 8;
+ name = "service camera"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bjx" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bjy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Service Foyer"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bjz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/crew_quarters/sleep{
+ name = "Service Hall"
+ })
+"bjA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "kitchenwindows";
+ name = "Kitchen Privacy Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/kitchen)
+"bjB" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/science{
+ dir = 8
+ },
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"bjC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock/glass{
+ name = "Fore Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"bjD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Fore Primary Hallway"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"bjE" = (
+/obj/structure/sign/directions/security{
+ dir = 4;
+ pixel_y = 8
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Supply department is.";
+ dir = 4;
+ icon_state = "direction_supply";
+ name = "supply department";
+ tag = "icon-direction_supply"
+ },
+/obj/structure/sign/directions/medical{
+ pixel_y = -8
+ },
+/turf/closed/wall,
+/area/hallway/primary/fore)
+"bjF" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"bjG" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"bjH" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hallway/primary/fore)
+"bjI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/fore)
+"bjJ" = (
+/obj/machinery/mineral/ore_redemption,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bjK" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bjL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/mining{
+ name = "Mining Dock";
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bjM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bjN" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bjO" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bjP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bjQ" = (
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"bjR" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bjS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bjT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bjU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/security/main)
+"bjV" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Security Office APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"bjW" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bjX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"bjY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/main)
+"bjZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/main)
+"bka" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red{
+ pixel_x = -2;
+ pixel_y = -2
+ },
+/obj/item/weapon/folder/blue{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/weapon/lighter,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/main)
+"bkb" = (
+/obj/machinery/photocopier,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/main)
+"bkc" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bkd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bke" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosprivacy";
+ name = "HoS Privacy Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bkf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bkg" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bkh" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bki" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bkj" = (
+/obj/machinery/computer/card/minor/hos,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bkk" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bkl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bkm" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bkn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosroom";
+ name = "HoS Room Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bko" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"bkp" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bkq" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bkr" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bks" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bkt" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bku" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8;
+ initialize_directions = 11
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bkv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bkw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bkx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Distribution Loop";
+ req_access_txt = "24"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"bky" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bkz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bkA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bkB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/toy/figure/atmos,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bkC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bkD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bkE" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bkF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bkG" = (
+/obj/machinery/hydroponics/constructable,
+/obj/structure/sign/botany{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bkH" = (
+/obj/machinery/biogenerator,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bkI" = (
+/obj/machinery/seed_extractor,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bkJ" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bkK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bkL" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hydroponics)
+"bkM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Fore Port";
+ dir = 2;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bkT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bkV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bkW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bkX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bkY" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bkZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Fore Starboard";
+ dir = 2;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bla" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"blb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"blc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/purple/corner{
+ tag = "icon-purplecorner (EAST)";
+ icon_state = "purplecorner";
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bld" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"ble" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"blf" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"blg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"blh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"bli" = (
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"blj" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock{
+ name = "\improper Mining Office"
+ })
+"blk" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bll" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"blm" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/transfer)
+"bln" = (
+/obj/machinery/computer/shuttle/labor,
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/transfer)
+"blo" = (
+/obj/machinery/computer/security{
+ name = "Labor Camp Monitoring";
+ network = list("Labor")
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/red,
+/area/security/transfer)
+"blp" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Transfer Centre";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/transfer)
+"blq" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/transfer)
+"blr" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bls" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"blt" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/main)
+"blu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"blv" = (
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"blw" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/main)
+"blx" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/clothing/tie/armband/deputy,
+/obj/item/clothing/tie/armband/deputy,
+/obj/item/clothing/tie/armband/deputy,
+/obj/item/clothing/tie/armband/deputy,
+/obj/item/clothing/tie/armband/deputy,
+/obj/item/weapon/reagent_containers/food/snacks/donut/jelly/cherryjelly,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"bly" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"blz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"blA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"blB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Head of Security's Office";
+ req_access = null;
+ req_access_txt = "58"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"blC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blD" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blE" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/hos,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blF" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Head of Security"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"blI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Head of Security's Quarters";
+ req_access = null;
+ req_access_txt = "58"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"blJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Head of Security"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"blM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosroom";
+ name = "HoS Room Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"blN" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"blO" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/southleft,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"blP" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"blQ" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"blR" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"blS" = (
+/obj/structure/window/reinforced,
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Fore";
+ dir = 1;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"blT" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"blU" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/door/window/southright,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"blV" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"blW" = (
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"blX" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "mix_in";
+ pixel_y = 1
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"blY" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/atmos)
+"blZ" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Unfiltered & Air to Mix";
+ on = 1
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bma" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bmb" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Pure to Mix";
+ on = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bmc" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bmd" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bme" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"bmf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bmg" = (
+/obj/item/clothing/gloves/color/black,
+/obj/structure/table/reinforced,
+/obj/item/clothing/glasses/meson/engine/tray,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bmh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bmi" = (
+/obj/item/weapon/weldingtool,
+/obj/item/clothing/head/welding,
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bmj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bmk" = (
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster17_legit"
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air to External Air Ports";
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bml" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bmm" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bmn" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bmo" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bmp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bmq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bmr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bms" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bmt" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bmu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bmv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bmD" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bmE" = (
+/obj/machinery/seed_extractor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bmF" = (
+/obj/machinery/biogenerator,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bmG" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bmH" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/apple,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bmI" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bmJ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall3";
+ location = "hall2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bmK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 4;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bmL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bmM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bmN" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bmO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bmP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L1"
+ },
+/area/hallway/primary/central)
+"bmQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L3"
+ },
+/area/hallway/primary/central)
+"bmR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall2";
+ location = "hall1"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L5"
+ },
+/area/hallway/primary/central)
+"bmS" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall15";
+ location = "hall14"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L7"
+ },
+/area/hallway/primary/central)
+"bmT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L9"
+ },
+/area/hallway/primary/central)
+"bmU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L11"
+ },
+/area/hallway/primary/central)
+"bmV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L13";
+ name = "floor"
+ },
+/area/hallway/primary/central)
+"bmW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bmX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bmY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bmZ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bna" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bnb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bnc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall14";
+ location = "hall13"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bnd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bne" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/labor)
+"bnf" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bng" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bnh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/transfer)
+"bni" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bnj" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bnk" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bnl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/transfer)
+"bnm" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"bnn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bno" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bnp" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bnq" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"bnr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"bns" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bnt" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/device/flashlight/seclite,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"bnu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/main)
+"bnv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/main)
+"bnw" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/main)
+"bnx" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/main)
+"bny" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bnz" = (
+/obj/effect/landmark{
+ name = "secequipment"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bnA" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosprivacy";
+ name = "HoS Privacy Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bnB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnC" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/phone{
+ desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 6
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = 2
+ },
+/obj/item/clothing/mask/cigarette/cigar{
+ pixel_x = 4.5
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnE" = (
+/obj/machinery/computer/security,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnG" = (
+/obj/machinery/computer/prisoner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bnH" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bnI" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnJ" = (
+/obj/machinery/button/door{
+ id = "hosroom";
+ name = "Privacy Control";
+ pixel_x = 64;
+ pixel_y = -26;
+ req_access_txt = "58"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnK" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bnL" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosroom";
+ name = "HoS Room Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bnM" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bnN" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bnO" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"bnP" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/space,
+/area/space)
+"bnQ" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/space,
+/area/space)
+"bnR" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/space)
+"bnS" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/space,
+/area/space)
+"bnT" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/space,
+/area/space)
+"bnU" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"bnV" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bnW" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "mix_sensor"
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bnX" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "mix_in";
+ name = "Gas Mix Tank Control";
+ output_tag = "mix_in";
+ sensors = list("mix_sensor" = "Tank")
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/atmos)
+"bnY" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bnZ" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible,
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"boa" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bob" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"boc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Mix to Filter";
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bod" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (EAST)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"boe" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bof" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bog" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/device/t_scanner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"boh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"boi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"boj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "External Waste Ports to Filter";
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bok" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/atmos)
+"bol" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bom" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bon" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"boo" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bop" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"boq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bor" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bos" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=engi3";
+ location = "engi2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bot" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bou" = (
+/turf/closed/wall,
+/area/storage/tech)
+"bov" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"bow" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall,
+/area/storage/tech)
+"box" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"boy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/hydroponics)
+"boz" = (
+/obj/machinery/hydroponics/constructable,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"boA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"boB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hydroponics)
+"boC" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/eastright{
+ dir = 8;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
+ },
+/obj/item/seeds/lime{
+ pixel_x = 6
+ },
+/obj/item/seeds/watermelon,
+/obj/item/seeds/grape{
+ pixel_x = -6
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,
+/obj/item/weapon/reagent_containers/food/snacks/grown/banana,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"boD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"boE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"boF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"boG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"boH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"boI" = (
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"boJ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"boK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L2"
+ },
+/area/hallway/primary/central)
+"boL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L4"
+ },
+/area/hallway/primary/central)
+"boM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L6"
+ },
+/area/hallway/primary/central)
+"boN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L8"
+ },
+/area/hallway/primary/central)
+"boO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L10"
+ },
+/area/hallway/primary/central)
+"boP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Fore";
+ dir = 1;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L12"
+ },
+/area/hallway/primary/central)
+"boQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L14"
+ },
+/area/hallway/primary/central)
+"boR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boT" = (
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = -32;
+ tag = "icon-poster22_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"boX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"boY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"boZ" = (
+/turf/closed/wall,
+/area/hallway/primary/central)
+"bpa" = (
+/obj/machinery/computer/shuttle/labor,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -31;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/labor)
+"bpb" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/labor)
+"bpc" = (
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/labor)
+"bpd" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bpe" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bpf" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bpg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bph" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/transfer)
+"bpi" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/weapon/storage/box/prisoner,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/transfer)
+"bpj" = (
+/obj/machinery/gulag_teleporter,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/transfer)
+"bpk" = (
+/obj/machinery/computer/gulag_teleporter_computer,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/transfer)
+"bpl" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/transfer)
+"bpm" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Transfering Control";
+ req_access_txt = "63"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/transfer)
+"bpn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bpo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bpp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bpq" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"bpr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"bps" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bpt" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"bpu" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"bpv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"bpw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/main)
+"bpx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/main)
+"bpy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bpz" = (
+/obj/effect/landmark{
+ name = "secequipment"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bpA" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosprivacy";
+ name = "HoS Privacy Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bpB" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bpC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bpD" = (
+/obj/machinery/status_display{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/security/hos)
+"bpE" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/med_data/laptop,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bpF" = (
+/obj/structure/closet/secure_closet/hos,
+/obj/item/clothing/head/HoS/beret,
+/obj/item/clothing/suit/armor/hos/trenchcoat,
+/obj/item/clothing/under/rank/head_of_security/grey,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/hos)
+"bpG" = (
+/obj/machinery/light,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/hos)
+"bpH" = (
+/obj/machinery/suit_storage_unit/hos,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/hos)
+"bpI" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bpJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"bpK" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"bpL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"bpM" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"bpN" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Mix Cell";
+ dir = 1;
+ name = "atmospherics camera"
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bpO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "mix_in";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "distro vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bpP" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/space,
+/area/atmos)
+"bpQ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/atmos)
+"bpR" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bpS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bpT" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bpU" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bpV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bpW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Waste to Filter";
+ on = 1
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bpX" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bpY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bpZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bqc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Atmospherics Desk";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqg" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqh" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqi" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Desk";
+ dir = 8;
+ name = "atmospherics camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bqj" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bqk" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bql" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bqm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bqn" = (
+/obj/machinery/vending/hydroseeds,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bqo" = (
+/obj/machinery/vending/hydronutrients,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bqp" = (
+/obj/structure/table/glass,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/item/stack/packageWrap,
+/obj/item/weapon/book/manual/hydroponics_pod_people,
+/obj/item/weapon/hand_labeler,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bqq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"bqr" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"bqs" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"bqt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bqu" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hallway/primary/central)
+"bqv" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"bqw" = (
+/turf/closed/wall/r_wall,
+/area/security/nuke_storage)
+"bqx" = (
+/obj/structure/grille,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bqy" = (
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/labor)
+"bqz" = (
+/obj/machinery/button/flasher{
+ id = "gulagshuttleflasher";
+ name = "Flash Control";
+ pixel_x = 0;
+ pixel_y = -26;
+ req_access_txt = "1"
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/labor)
+"bqA" = (
+/obj/machinery/mineral/labor_claim_console{
+ machinedir = 2;
+ pixel_x = 30;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/labor)
+"bqB" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Labor Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/labor)
+"bqC" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Gulag Shuttle Airlock";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bqD" = (
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bqE" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Gulag Shuttle Airlock";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bqF" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bqG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/transfer)
+"bqH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bqI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bqJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bqK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/transfer)
+"bqL" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
+"bqM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bqN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bqO" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"bqP" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/main)
+"bqQ" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/main)
+"bqR" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
+"bqS" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/main)
+"bqT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/main)
+"bqU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"bqV" = (
+/obj/effect/landmark{
+ name = "secequipment"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bqW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Head of Security's Office APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/security/hos)
+"bqX" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/hos,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bqY" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bqZ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"bra" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/hos)
+"brb" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (NORTHWEST)";
+ icon_state = "arrival";
+ dir = 9
+ },
+/area/atmos)
+"brc" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"brd" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Mix to Distro";
+ on = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bre" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"brf" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ tag = "icon-freezer (EAST)";
+ icon_state = "freezer";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"brg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (EAST)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"brh" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/arrival,
+/area/atmos)
+"bri" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Pumps";
+ dir = 1;
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/arrival,
+/area/atmos)
+"brj" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape,
+/area/atmos)
+"brk" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/escape,
+/area/atmos)
+"brl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"brm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"brn" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light/small,
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bro" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"brp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"brq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"brr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"brs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"brt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 1
+ },
+/area/atmos)
+"bru" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"brv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"brw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/junction,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"brx" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (EAST)";
+ icon_state = "escape";
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bry" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"brz" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"brA" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"brB" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/tech)
+"brC" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"brD" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (SOUTHWEST)";
+ icon_state = "greenblue";
+ dir = 10
+ },
+/area/hydroponics)
+"brE" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (SOUTHEAST)";
+ icon_state = "greenblue";
+ dir = 6
+ },
+/area/hydroponics)
+"brF" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 0;
+ name = "Hydroponics RC";
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"brG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hydroponics)
+"brH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"brI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"brJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"brK" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"brL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/space)
+"brM" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"brN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"brO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"brP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"brQ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"brR" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/security/nuke_storage)
+"brS" = (
+/obj/structure/closet/crate{
+ name = "Silver Crate"
+ },
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c500,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"brT" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"brU" = (
+/obj/structure/filingcabinet,
+/obj/item/weapon/folder/documents,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"brV" = (
+/obj/machinery/computer/bank_machine,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/security/nuke_storage)
+"brW" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Labor Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/shuttle/labor)
+"brX" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/labor)
+"brY" = (
+/obj/machinery/mineral/stacking_machine/laborstacker{
+ input_dir = 2;
+ output_dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/shuttle/labor)
+"brZ" = (
+/obj/structure/closet/emcloset,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bsa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/transfer)
+"bsb" = (
+/turf/open/floor/plasteel/red/side,
+/area/security/transfer)
+"bsc" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Security Transfering APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/transfer)
+"bsd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/transfer)
+"bse" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/transfer)
+"bsf" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/main)
+"bsg" = (
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/main)
+"bsh" = (
+/turf/open/floor/plasteel,
+/area/security/main)
+"bsi" = (
+/obj/structure/sign/goldenplaque{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/main)
+"bsj" = (
+/obj/machinery/light,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Office Aft";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"bsk" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"bsl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/main)
+"bsm" = (
+/obj/item/weapon/storage/pod{
+ pixel_x = 32
+ },
+/obj/effect/landmark{
+ name = "secequipment"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bsn" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hosspace";
+ name = "HoS Space Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/hos)
+"bso" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"bsp" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"bsq" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/machinery/camera/motion{
+ c_tag = "AI Chamber - Fore";
+ name = "motion-sensitive ai camera";
+ network = list("AI")
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"bsr" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai)
+"bss" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (SOUTHWEST)";
+ icon_state = "arrival";
+ dir = 10
+ },
+/area/atmos)
+"bst" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bsu" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air to Distro";
+ on = 1;
+ target_pressure = 101
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"bsv" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/visible,
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Distro Loop";
+ dir = 1;
+ name = "atmospherics camera"
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"bsw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "distro_meter";
+ name = "Distribution Loop"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/visible,
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"bsx" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Distro to Waste";
+ on = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"bsy" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (EAST)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "waste_meter";
+ name = "Waste Loop"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 6
+ },
+/area/atmos)
+"bsz" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bsA" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bsB" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Access";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"bsC" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/light_switch{
+ pixel_x = -38;
+ pixel_y = -8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/atmos)
+"bsD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bsE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bsF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bsG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bsH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ dir = 8;
+ freq = 1400;
+ location = "Atmospherics"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bsI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bsJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ name = "Atmospherics Junction";
+ sortType = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bsK" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/computer/robotics{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/computer/mecha_control,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bsL" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/computer/communications{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/computer/card,
+/obj/item/weapon/circuitboard/computer/crew{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bsM" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/aicore{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/computer/aiupload,
+/obj/item/weapon/circuitboard/computer/borgupload{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bsN" = (
+/obj/item/weapon/shovel/spade,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/cultivator,
+/obj/structure/table/glass,
+/obj/item/seeds/wheat{
+ pixel_x = 6
+ },
+/obj/item/seeds/potato,
+/obj/item/seeds/pumpkin{
+ pixel_x = -6
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,
+/obj/item/weapon/reagent_containers/food/snacks/grown/grapes,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bsO" = (
+/obj/machinery/hydroponics/constructable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bsP" = (
+/obj/machinery/hydroponics/constructable,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bsQ" = (
+/obj/machinery/hydroponics/constructable,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bsR" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/spray/plantbgone,
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 16
+ },
+/obj/item/weapon/watertank,
+/obj/item/weapon/grenade/chem_grenade/antiweed,
+/obj/structure/sign/poster{
+ icon_state = "poster8_legit";
+ pixel_y = -32;
+ tag = "icon-poster8_legit"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"bsS" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"bsT" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"bsU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"bsV" = (
+/turf/closed/wall/r_wall,
+/area/bridge)
+"bsW" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"bsX" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"bsY" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"bsZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bta" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"btb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"btc" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"btd" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/nuke_storage)
+"bte" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/security/nuke_storage)
+"btf" = (
+/obj/machinery/camera/motion{
+ c_tag = "Vault";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/nuke_storage)
+"btg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/security/nuke_storage)
+"bth" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/security/nuke_storage)
+"bti" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/security/nuke_storage)
+"btj" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/nuke_storage)
+"btk" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/labor)
+"btl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/labor)
+"btm" = (
+/obj/machinery/mineral/labor_claim_console{
+ machinedir = 1;
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/labor)
+"btn" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Transfering Control";
+ req_access_txt = "63"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red,
+/area/security/transfer)
+"bto" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/transfer)
+"btp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"btq" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Security - Brig Fore";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"btr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Interrogation";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bts" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"btt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Interrogation Monitoring";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"btu" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"btv" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Fore Port";
+ dir = 8;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"btw" = (
+/obj/machinery/porta_turret/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"btx" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bty" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"btz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"btA" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"btB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"btC" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Fore Starboard";
+ dir = 4;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"btD" = (
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"btE" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator)
+"btF" = (
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"btG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"btH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"btI" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"btJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"btK" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"btL" = (
+/obj/structure/table/reinforced,
+/obj/machinery/microwave{
+ desc = "It looks really dirty.";
+ name = "maint microwave";
+ pixel_y = 5
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster4_legit"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/engine/break_room)
+"btM" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"btN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/engine/break_room)
+"btO" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/firealarm{
+ pixel_x = -32;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"btP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"btQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"btR" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/device/analyzer,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"btS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"btT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"btU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/atmos)
+"btV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"btW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"btX" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"btY" = (
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"btZ" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bua" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bub" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Technology Storage - Secure";
+ dir = 8;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"buc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bud" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bue" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"buf" = (
+/obj/machinery/computer/card,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/bridge)
+"bug" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"buh" = (
+/obj/machinery/computer/med_data,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bui" = (
+/obj/structure/table/reinforced,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"buj" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/bridge)
+"buk" = (
+/obj/machinery/computer/security,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/bridge)
+"bul" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/bridge)
+"bum" = (
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"bun" = (
+/obj/machinery/computer/station_alert,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTH)";
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/bridge)
+"buo" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTH)";
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/bridge)
+"bup" = (
+/obj/machinery/computer/monitor,
+/turf/open/floor/plasteel/darkyellow/corner{
+ tag = "icon-darkyellowcorners (EAST)";
+ icon_state = "darkyellowcorners";
+ dir = 4
+ },
+/area/bridge)
+"buq" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bur" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bus" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/vault{
+ locked = 1;
+ name = "Vault Door";
+ req_access_txt = "53"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"but" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/nuke_storage)
+"buu" = (
+/obj/machinery/door/airlock/vault{
+ locked = 1;
+ name = "Vault Door";
+ req_access_txt = "53"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"buv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/security/nuke_storage)
+"buw" = (
+/obj/machinery/nuclearbomb/selfdestruct{
+ layer = 2
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"bux" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/security/nuke_storage)
+"buy" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Vault APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/nuke_storage)
+"buz" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/labor)
+"buA" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/shuttle/labor)
+"buB" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/flasher{
+ id = "gulagshuttleflasher";
+ pixel_x = 25
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/labor)
+"buC" = (
+/obj/machinery/gulag_item_reclaimer{
+ pixel_y = 28
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"buD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/transfer)
+"buE" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/transfer)
+"buF" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/transfer)
+"buG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/transfer)
+"buH" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/transfer)
+"buI" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"buJ" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"buK" = (
+/turf/closed/wall,
+/area/security/main)
+"buL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"buM" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"buN" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/main)
+"buO" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"buP" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"buQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"buR" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"buS" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue,
+/obj/item/bodypart/l_leg/robot,
+/obj/item/bodypart/r_leg/robot,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"buT" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"buU" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"buV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"buW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"buX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"buY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"buZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bva" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bvb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bvc" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bvd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bve" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bvf" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bvg" = (
+/turf/closed/wall,
+/area/engine/break_room)
+"bvh" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bvi" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/weapon/wrench/power,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bvj" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/break_room)
+"bvk" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 30;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/stack/cable_coil/white,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bvl" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/stack/sheet/plasteel{
+ amount = 50
+ },
+/obj/item/weapon/crowbar/power,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bvm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/bonfire,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice{
+ desc = "For the weary spacemen on their quest to rekindle the first plasmafire.";
+ name = "Carton of Estus"
+ },
+/obj/item/weapon/nullrod/claymore/glowing{
+ desc = "Don't tell anyone you put any points into dex, though.";
+ force = 10;
+ name = "moonlight greatsword"
+ },
+/obj/effect/decal/remains/human,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room)
+"bvn" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/engine/break_room)
+"bvo" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bvp" = (
+/obj/machinery/vending/cola,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/engine/break_room)
+"bvq" = (
+/obj/structure/sign/nosmoking_2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"bvr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Access";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bvs" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/break_room)
+"bvt" = (
+/obj/machinery/computer/atmos_control,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"bvu" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bvv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bvw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bvx" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bvy" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/window/westright{
+ name = "Atmospherics Desk";
+ req_access_txt = "24"
+ },
+/obj/machinery/door/window/eastright,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bvz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bvA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bvB" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/camera{
+ c_tag = "Engineering Hallway - Fore";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bvC" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/highsecurity,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/storage/tech)
+"bvD" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bvE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bvF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bvG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bvH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bvI" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bvJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bvK" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bvL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Bridge Port";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bvM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/bridge)
+"bvN" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bvO" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bvP" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bvQ" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bvR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bvS" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bvT" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/item/weapon/wrench,
+/obj/item/device/assembly/timer,
+/obj/item/device/assembly/signaler,
+/turf/open/floor/plasteel/darkyellow/corner{
+ tag = "icon-darkyellowcorners (EAST)";
+ icon_state = "darkyellowcorners";
+ dir = 4
+ },
+/area/bridge)
+"bvU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bvV" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bvW" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bvX" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/nuke_storage)
+"bvY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/security/nuke_storage)
+"bvZ" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/labor)
+"bwa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/shuttle/labor)
+"bwb" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/labor)
+"bwc" = (
+/obj/machinery/door/airlock/shuttle{
+ id_tag = "prisonshuttle";
+ name = "Labor Shuttle Airlock"
+ },
+/obj/docking_port/mobile{
+ dir = 8;
+ dwidth = 2;
+ height = 5;
+ id = "laborcamp";
+ name = "labor camp shuttle";
+ port_angle = 90;
+ width = 9
+ },
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 2;
+ height = 5;
+ id = "laborcamp_home";
+ name = "fore bay 1";
+ width = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/labor)
+"bwd" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Gulag Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bwe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bwf" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Gulag Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bwg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/transfer)
+"bwh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/transfer)
+"bwi" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bwj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/transfer)
+"bwk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Security Transfering Center";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/transfer)
+"bwl" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bwm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bwn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bwo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Interrogation";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bwp" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bwq" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/main)
+"bwr" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bws" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"bwt" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bwu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1424;
+ listening = 1;
+ name = "Interrogation Intercom";
+ pixel_x = 0;
+ pixel_y = -58
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bwv" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/camera{
+ c_tag = "Security - Interrogation Monitoring";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bww" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bwx" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"bwy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bwz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bwA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bwB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bwC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bwD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bwE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bwF" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bwG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bwH" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator)
+"bwI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator)
+"bwJ" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"bwK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bwL" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Gravity Generator APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bwM" = (
+/obj/machinery/power/terminal{
+ tag = "icon-term (EAST)";
+ icon_state = "term";
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bwN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bwO" = (
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"bwP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator)
+"bwQ" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bwR" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bwS" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/break_room)
+"bwT" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bwU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/engine/break_room)
+"bwV" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/redyellow,
+/area/engine/break_room)
+"bwW" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/redyellow,
+/area/engine/break_room)
+"bwX" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bwY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bwZ" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/button/door{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Control";
+ pixel_x = 26;
+ req_access_txt = "24"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bxa" = (
+/obj/machinery/computer/atmos_control,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/button/door{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Control";
+ pixel_x = -26;
+ req_access_txt = "24"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"bxb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bxc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"bxd" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/emergency_oxygen{
+ pixel_x = 6
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen{
+ pixel_x = -6
+ },
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"bxe" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bxf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bxg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bxh" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bxi" = (
+/obj/structure/table/reinforced,
+/obj/item/device/plant_analyzer,
+/obj/item/device/plant_analyzer,
+/obj/item/device/radio,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bxj" = (
+/obj/structure/table/reinforced,
+/obj/item/device/analyzer,
+/obj/item/device/analyzer,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bxk" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bxl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bxm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bxn" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/reset,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bxo" = (
+/obj/structure/table/reinforced,
+/obj/item/bodypart/chest/robot,
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bxp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bxq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/storage/primary)
+"bxr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/storage/primary)
+"bxs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/storage/primary)
+"bxt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ dir = 2;
+ freq = 1400;
+ location = "Tool Storage"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bxu" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bxv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bxw" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge)
+"bxx" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: BLAST DOORS";
+ pixel_x = 0;
+ pixel_y = 32;
+ tag = "icon-doors"
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bxy" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgedoors";
+ name = "Bridge Access Blast door"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bxz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bxA" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bxB" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bxC" = (
+/turf/closed/wall,
+/area/bridge)
+"bxD" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/plasteel/darkpurple/side{
+ tag = "icon-darkpurple (NORTH)";
+ icon_state = "darkpurple";
+ dir = 1
+ },
+/area/bridge)
+"bxE" = (
+/obj/machinery/computer/cargo/request,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTH)";
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/bridge)
+"bxF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/mining_voucher,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"bxG" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bxH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bxI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bxJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bxK" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bxL" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office.";
+ name = "Research Monitor";
+ network = list("RD","Sat");
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"bxM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/modular_computer/console/preset/command,
+/turf/open/floor/plasteel/darkpurple/side{
+ tag = "icon-darkpurple (NORTH)";
+ icon_state = "darkpurple";
+ dir = 1
+ },
+/area/bridge)
+"bxN" = (
+/obj/machinery/computer/aifixer,
+/turf/open/floor/plasteel/darkpurple/side{
+ tag = "icon-darkpurple (NORTH)";
+ icon_state = "darkpurple";
+ dir = 1
+ },
+/area/bridge)
+"bxO" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bxP" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bxQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bxR" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bxS" = (
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/security/nuke_storage)
+"bxT" = (
+/obj/structure/closet/crate{
+ name = "Gold Crate"
+ },
+/obj/item/weapon/storage/belt/champion,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c500,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"bxU" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"bxV" = (
+/obj/structure/safe,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/weapon/book{
+ desc = "An undeniably handy book.";
+ icon_state = "bookknock";
+ name = "A Simpleton's Guide to Safe-cracking with Stethoscopes"
+ },
+/obj/item/stack/sheet/mineral/diamond,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c500,
+/obj/item/stack/spacecash/c500,
+/obj/item/stack/spacecash/c500,
+/obj/item/stack/spacecash/c500,
+/obj/item/stack/spacecash/c500,
+/obj/machinery/light/small,
+/obj/item/weapon/gun/ballistic/automatic/pistol/deagle,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/nuke_storage)
+"bxW" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bxX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/transfer)
+"bxY" = (
+/turf/open/floor/plasteel/neutral,
+/area/security/transfer)
+"bxZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/transfer)
+"bya" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/transfer)
+"byb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"byc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"byd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bye" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"byf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/main)
+"byg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"byh" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"byi" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 1;
+ freerange = 1;
+ frequency = 1424;
+ listening = 0;
+ name = "Interrogation Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Interrogation";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/main)
+"byj" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"byk" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/main)
+"byl" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"bym" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"byn" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/main)
+"byo" = (
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/ai)
+"byp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"byq" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"byr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "aicorewindow";
+ name = "AI Core Shutters"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"bys" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"byt" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/ai)
+"byu" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/engine/gravity_generator)
+"byv" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"byw" = (
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/engine/gravity_generator)
+"byx" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator)
+"byy" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"byz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"byA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator)
+"byB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"byC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"byD" = (
+/obj/structure/sign/radiation,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"byE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator Foyer";
+ dir = 4;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"byF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"byG" = (
+/obj/structure/closet/radiation,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"byH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/engine/break_room)
+"byI" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/break_room)
+"byJ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Power Tools Storage";
+ req_access_txt = "19"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"byK" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/break_room)
+"byL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Power Tools Storage";
+ req_access_txt = "19"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"byM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/engine/break_room)
+"byN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"byO" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"byP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/engine/break_room)
+"byQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/break_room)
+"byR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/break_room)
+"byS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Engineering Foyer APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/break_room)
+"byT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/engine/break_room)
+"byU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/engine/break_room)
+"byV" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/engine/break_room)
+"byW" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (SOUTHWEST)";
+ icon_state = "caution";
+ dir = 10
+ },
+/area/atmos)
+"byX" = (
+/obj/machinery/computer/station_alert,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"byY" = (
+/obj/machinery/computer/atmos_alert,
+/obj/machinery/light,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"byZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"bza" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/requests_console{
+ department = "Atmospherics Office";
+ departmentType = 0;
+ name = "Atmospherics RC";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 6
+ },
+/area/atmos)
+"bzb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bzc" = (
+/obj/structure/table/reinforced,
+/obj/item/device/healthanalyzer,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/device/healthanalyzer,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bzd" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/storage/tech)
+"bze" = (
+/turf/open/floor/plasteel/neutral,
+/area/storage/tech)
+"bzf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/storage/tech)
+"bzg" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/storage/tech)
+"bzh" = (
+/obj/structure/table/reinforced,
+/obj/item/device/aicard,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bzi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/storage/primary)
+"bzj" = (
+/obj/structure/table/reinforced,
+/obj/item/device/analyzer,
+/obj/item/device/analyzer,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzk" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzl" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/requests_console{
+ department = "Primary Tool Storage";
+ departmentType = 0;
+ name = "Primary Tool Storage RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzm" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzo" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzp" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/weldingtool,
+/obj/item/clothing/head/welding,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzq" = (
+/obj/structure/table/reinforced,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bzr" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/storage/primary)
+"bzs" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bzt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bzu" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bzv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgedoors";
+ name = "Bridge Access Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bzx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bzy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzB" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzC" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/corner,
+/area/bridge)
+"bzE" = (
+/obj/structure/window/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bzF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor/southright{
+ name = "Command Chair";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bzG" = (
+/obj/structure/window/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bzH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 8
+ },
+/area/bridge)
+"bzI" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzJ" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bzL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bzM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgedoors";
+ name = "Bridge Access Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bzN" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bzO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bzP" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bzQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Bridge Starboard";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bzR" = (
+/obj/structure/shuttle/engine/propulsion,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bzS" = (
+/turf/closed/wall,
+/area/security/transfer)
+"bzT" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = -32;
+ pixel_y = -26
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch.";
+ id = "gulagdoor";
+ name = "Transfer Door Control";
+ normaldoorcontrol = 1;
+ pixel_x = -24;
+ pixel_y = -40
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/transfer)
+"bzU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ name = "HoS Junction";
+ sortType = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/transfer)
+"bzV" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/transfer)
+"bzW" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster17_legit"
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Transfer Centre Aft";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/transfer)
+"bzX" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/transfer)
+"bzY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/transfer)
+"bzZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/security/brig)
+"bAa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster2_legit";
+ pixel_x = -32;
+ tag = "icon-poster2_legit"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bAb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/brig)
+"bAc" = (
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = -10;
+ pixel_y = 22
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 1;
+ listening = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = -10;
+ pixel_y = -25
+ },
+/obj/machinery/door/window{
+ base_state = "rightsecure";
+ dir = 4;
+ icon_state = "rightsecure";
+ layer = 4.1;
+ name = "Secondary AI Core Access";
+ pixel_x = 4;
+ req_access_txt = "16"
+ },
+/obj/effect/landmark{
+ name = "tripai"
+ },
+/turf/open/floor/greengrid,
+/area/ai_monitored/turret_protected/ai)
+"bAd" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bAe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bAf" = (
+/obj/machinery/turretid{
+ icon_state = "control_stun";
+ name = "AI Chamber turret control";
+ pixel_x = 3;
+ pixel_y = -23
+ },
+/obj/machinery/door/window{
+ base_state = "leftsecure";
+ dir = 8;
+ icon_state = "leftsecure";
+ name = "Primary AI Core Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 4;
+ pixel_y = 33
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/ai_monitored/turret_protected/ai)
+"bAg" = (
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ name = "AI RC";
+ pixel_x = 30;
+ pixel_y = 30
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 23;
+ pixel_y = -23
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai)
+"bAh" = (
+/obj/machinery/door/window{
+ base_state = "rightsecure";
+ dir = 4;
+ icon_state = "rightsecure";
+ name = "Primary AI Core Access";
+ req_access_txt = "16"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/ai_monitored/turret_protected/ai)
+"bAi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bAj" = (
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 10;
+ pixel_y = 22
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 1;
+ listening = 1;
+ name = "Common Channel";
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 10;
+ pixel_y = -25
+ },
+/obj/machinery/door/window{
+ base_state = "leftsecure";
+ dir = 8;
+ icon_state = "leftsecure";
+ layer = 4.1;
+ name = "Tertiary AI Core Access";
+ pixel_x = -3;
+ req_access_txt = "16"
+ },
+/obj/effect/landmark{
+ name = "tripai"
+ },
+/turf/open/floor/greengrid,
+/area/ai_monitored/turret_protected/ai)
+"bAk" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/sign/radiation{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator)
+"bAl" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator)
+"bAm" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/airlock/glass_command{
+ name = "Gravity Generator Chamber";
+ req_access_txt = "19; 61"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAn" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ name = "Gravity Generator Room";
+ req_access_txt = "19;23"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAr" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAs" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bAu" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/highsecurity{
+ name = "Gravity Generator Foyer";
+ req_access_txt = "10"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bAv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/engine/break_room)
+"bAw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bAx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bAy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bAz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/engine/break_room)
+"bAA" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/highsecurity{
+ name = "Engineering Heavy-Equipment Storage";
+ req_access_txt = "32"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bAB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bAC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bAD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/break_room)
+"bAE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bAF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bAG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bAH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bAI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/engine/break_room)
+"bAJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bAK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bAL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bAM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bAN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bAO" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/computer/scan_consolenew{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/computer/med_data,
+/obj/item/weapon/circuitboard/computer/pandemic{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bAP" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/computer/aifixer{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/computer/rdconsole,
+/obj/item/weapon/circuitboard/machine/rdserver{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bAQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bAR" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/rods{
+ amount = 25
+ },
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Primary Tool Storage APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bAS" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/storage/primary)
+"bAT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/storage/primary)
+"bAU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/storage/primary)
+"bAV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/storage/primary)
+"bAW" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/storage/primary)
+"bAX" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/storage/primary)
+"bAY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/gps,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bAZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/primary)
+"bBa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bBb" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bBc" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bBd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBe" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgedoors";
+ name = "Bridge Access Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "HoP Junction";
+ sortType = 15;
+ tag = "icon-pipe-j1s (NORTH)"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bBf" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bBg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 9
+ },
+/area/bridge)
+"bBm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bBn" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bBo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bBp" = (
+/obj/machinery/computer/communications,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bBq" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bBr" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bBs" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"bBt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 5
+ },
+/area/bridge)
+"bBu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBv" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"bBw" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgedoors";
+ name = "Bridge Access Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bBx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bBy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bBz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bBA" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bBB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "gulagdoor";
+ name = "Security Transfering Center";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/transfer)
+"bBC" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/security/transfer)
+"bBD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bBE" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bBF" = (
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"bBG" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bBH" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bBI" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Secure Evidence Closet";
+ req_access_txt = "0";
+ req_one_access_txt = "3,4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bBJ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"bBK" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bBL" = (
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bBM" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bBN" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 1;
+ listening = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = -7
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 0;
+ pixel_y = -27
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 27;
+ pixel_y = -7
+ },
+/obj/machinery/button/door{
+ id = "aicorewindow";
+ name = "AI Core Shutters";
+ pixel_x = 24;
+ pixel_y = -22;
+ req_access_txt = "16"
+ },
+/obj/machinery/button/door{
+ id = "aicoredoor";
+ name = "AI Chamber Access Control";
+ pixel_x = -23;
+ pixel_y = -23;
+ req_access_txt = "16"
+ },
+/obj/effect/landmark/start{
+ name = "AI"
+ },
+/turf/open/floor/greengrid,
+/area/ai_monitored/turret_protected/ai)
+"bBO" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bBP" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bBQ" = (
+/obj/machinery/gravity_generator/main/station,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"bBR" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator)
+"bBS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bBT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator)
+"bBU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bBV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/port_gen/pacman,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bBW" = (
+/obj/structure/sign/radiation,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bBX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bBY" = (
+/obj/machinery/status_display{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bBZ" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/machinery/light/small,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bCa" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bCb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Power Tools";
+ dir = 1;
+ name = "engineering camera"
+ },
+/turf/open/floor/plasteel/caution,
+/area/engine/break_room)
+"bCc" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/caution,
+/area/engine/break_room)
+"bCd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/caution,
+/area/engine/break_room)
+"bCe" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bCf" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bCg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/break_room)
+"bCh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bCi" = (
+/obj/structure/chair/stool/bar,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bCj" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bCk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bCl" = (
+/obj/machinery/status_display{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 4
+ },
+/area/engine/break_room)
+"bCm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1;
+ icon_state = "yellow";
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTH)"
+ },
+/area/engine/break_room)
+"bCn" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/engine/break_room)
+"bCo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/engine/break_room)
+"bCp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bCq" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bCr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bCs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/break_room)
+"bCt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bCu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bCv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bCw" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bCx" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/computer/cloning{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/machine/clonescanner,
+/obj/item/weapon/circuitboard/machine/clonepod{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bCy" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/machine/destructive_analyzer{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/machine/protolathe,
+/obj/item/weapon/circuitboard/machine/mechfab,
+/obj/item/weapon/circuitboard/machine/circuit_imprinter{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bCz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/matter_bin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/matter_bin,
+/obj/item/weapon/stock_parts/micro_laser,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bCA" = (
+/obj/structure/rack,
+/obj/item/weapon/airlock_painter,
+/obj/item/device/toner,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bCB" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/storage/primary)
+"bCC" = (
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"bCD" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bCE" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/storage/primary)
+"bCF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bCG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bCH" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bCI" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"bCJ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCK" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgedoors";
+ name = "Bridge Access Blast door"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"bCL" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge)
+"bCM" = (
+/obj/machinery/light_switch{
+ pixel_x = -7;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCN" = (
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCO" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Bridge - Port";
+ dir = 1;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCR" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Bridge APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCS" = (
+/obj/structure/fireaxecabinet{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bCT" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/bridge)
+"bCU" = (
+/obj/structure/rack,
+/obj/machinery/light/small,
+/obj/item/device/aicard,
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/bridge)
+"bCV" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bCW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"bCX" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"bCY" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"bCZ" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bDa" = (
+/obj/structure/rack,
+/obj/machinery/light/small,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/bridge)
+"bDb" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 4
+ },
+/area/bridge)
+"bDc" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bDd" = (
+/obj/machinery/camera{
+ c_tag = "Bridge - Starboard";
+ dir = 1;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bDe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bDf" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bDg" = (
+/obj/machinery/light_switch{
+ pixel_x = 7;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bDh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
+"bDi" = (
+/turf/closed/wall/r_wall,
+/area/security/detectives_office)
+"bDj" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "detectivewindows";
+ name = "Detective Privacy Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"bDk" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bDl" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bDm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bDn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "brigwindows";
+ name = "Brig Front Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"bDo" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "brig1";
+ name = "Cell 1 Locker"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"bDp" = (
+/obj/machinery/flasher{
+ id = "brig1";
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"bDq" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"bDr" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"bDs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bDt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bDu" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Evidence Storage";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/warden)
+"bDv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/warden)
+"bDw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/warden)
+"bDx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/warden)
+"bDy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/warden)
+"bDz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security E.V.A. Storage";
+ req_access_txt = "3"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bDA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bDB" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bDC" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"bDD" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/mmi,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bDE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/gravity_generator)
+"bDF" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"bDG" = (
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator";
+ dir = 1;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bDH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bDI" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bDJ" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 20
+ },
+/obj/item/weapon/wrench,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"bDK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "transitlock";
+ name = "Transit Tube Lockdown Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator)
+"bDL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor/preopen{
+ id = "transitlock";
+ name = "Transit Tube Lockdown Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/gravity_generator)
+"bDM" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/chief)
+"bDN" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A handy sign praising the engineering department.";
+ icon_state = "safety";
+ name = "engineering plaque";
+ tag = "icon-safety"
+ },
+/turf/closed/wall,
+/area/engine/break_room)
+"bDO" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/engine/break_room)
+"bDP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Engineering - Foyer";
+ dir = 4;
+ name = "engineering camera"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/break_room)
+"bDQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bDR" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/thirteenloko,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bDS" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bDT" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/device/lightreplacer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bDU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bDV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bDW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bDX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/break_room)
+"bDY" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Foyer";
+ req_access_txt = "0";
+ req_one_access_txt = "32;19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bDZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bEa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bEb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bEc" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Foyer";
+ req_access_txt = "0";
+ req_one_access_txt = "32;19"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bEd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bEe" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bEf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bEg" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/electronics/airlock,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Technology Storage APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bEh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/storage/tech)
+"bEi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/tech)
+"bEj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/tech)
+"bEk" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bEl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/storage/tech)
+"bEm" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/stock_parts/scanning_module{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/capacitor,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bEn" = (
+/obj/machinery/vending/assist,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Primary Tool Storage";
+ dir = 4;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bEo" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"bEp" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bEq" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bEr" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"bEs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/storage/primary)
+"bEt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bEu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Primary Tool Storage";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bEv" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bEw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bEx" = (
+/turf/closed/wall/r_wall,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bEy" = (
+/turf/closed/wall,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bEz" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Council Chambers";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bEA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bEB" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/bridge)
+"bEC" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/bridge)
+"bED" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/bridge)
+"bEE" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bEF" = (
+/obj/machinery/button/door{
+ id = "bridgedoors";
+ name = "Bridge Access Blast doors";
+ pixel_x = 7;
+ pixel_y = -26;
+ req_access_txt = "19"
+ },
+/obj/machinery/button/door{
+ id = "bridgewindows";
+ name = "Bridge View Blast doors";
+ pixel_x = -7;
+ pixel_y = -26;
+ req_access_txt = "19"
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Bridge";
+ departmentType = 5;
+ name = "Bridge RC";
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Command Chair";
+ dir = 1;
+ name = "command camera"
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"bEG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"bEH" = (
+/obj/machinery/button/door{
+ id = "evastorage";
+ name = "E.V.A. Shutters";
+ pixel_x = 7;
+ pixel_y = -26;
+ req_access_txt = "19"
+ },
+/obj/machinery/button/door{
+ id = "teleportershutters";
+ name = "Teleporter Shutters";
+ pixel_x = -7;
+ pixel_y = -26
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = -7;
+ pixel_y = -38
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"bEI" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/paper_bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"bEJ" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/bridge)
+"bEK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/bridge)
+"bEL" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"bEM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"bEN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Captain's Office";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bEO" = (
+/obj/machinery/computer/security/telescreen/entertainment,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"bEP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bEQ" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bER" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bES" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bET" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bEU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bEV" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-neutral (NORTHEAST)"
+ },
+/area/hallway/primary/central)
+"bEW" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/detective,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bEX" = (
+/obj/structure/closet/secure_closet/detective,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/clothing/head/det_hat{
+ icon_state = "curator"
+ },
+/obj/item/clothing/suit/det_suit{
+ icon_state = "curator"
+ },
+/obj/item/clothing/under/rank/det{
+ icon_state = "curator"
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bEY" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/camera/detective,
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bEZ" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Detective's Office APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/item/device/taperecorder,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bFa" = (
+/obj/structure/filingcabinet/security,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bFb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bFc" = (
+/obj/machinery/photocopier,
+/obj/machinery/ai_status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bFd" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bFe" = (
+/obj/structure/dresser,
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"bFf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Security Hallway - Fore";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bFg" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bFh" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bFi" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "brigwindows";
+ name = "Brig Front Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"bFj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bFk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bFl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ id = "brig1";
+ name = "Cell 1";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bFm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bFn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bFo" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"bFp" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bFq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/warden)
+"bFr" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Secure Evidence Closet";
+ req_access_txt = "0";
+ req_one_access_txt = "3,4"
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Evidence Storage";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bFs" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"bFt" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bFu" = (
+/obj/machinery/suit_storage_unit/security,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/warden)
+"bFv" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bFw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bFx" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bFy" = (
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_y = 26
+ },
+/obj/machinery/porta_turret/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bFz" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/machinery/power/apc{
+ aidisabled = 0;
+ dir = 1;
+ name = "AI Chamber APC";
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bFA" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bFB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bFC" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bFD" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bFE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Transit Tube Access";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bFF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bFG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bFH" = (
+/obj/machinery/disposal/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/chief)
+"bFI" = (
+/obj/machinery/cell_charger,
+/obj/structure/table/reinforced,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/stock_parts/cell/high,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bFJ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/device/gps/engineering{
+ gpstag = "CE0"
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bFK" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bFL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "ceblast";
+ name = "Lockdown Control";
+ pixel_x = 26;
+ pixel_y = 26;
+ req_access_txt = "56"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bFM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/chief)
+"bFN" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Chief's Lockdown Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bFO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bFP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/sortjunction{
+ name = "CE's Junction";
+ sortType = 5
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/break_room)
+"bFQ" = (
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bFR" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bFS" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bFT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bFU" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bFV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bFW" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/break_room)
+"bFX" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/engine/break_room)
+"bFY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bFZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bGa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bGb" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/break_room)
+"bGc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bGd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bGe" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/apc,
+/obj/machinery/camera{
+ c_tag = "Technology Storage";
+ dir = 4;
+ name = "engineering camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bGf" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/computer/security{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/computer/prisoner,
+/obj/item/weapon/circuitboard/computer/secure_data{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bGg" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/computer/atmos_alert{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/computer/powermonitor,
+/obj/item/weapon/circuitboard/computer/stationalert{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bGh" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/storage/tech)
+"bGi" = (
+/obj/machinery/vending/tool,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bGj" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bGk" = (
+/turf/open/floor/plasteel/yellow/corner,
+/area/storage/primary)
+"bGl" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bGm" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Primary Tool Storage";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bGn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bGo" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGp" = (
+/obj/structure/bookcase/random,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGq" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGr" = (
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGs" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Council Chambers APC";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGt" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGw" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bGx" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bGy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bGz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Telecoms Control Room";
+ req_access = null;
+ req_access_txt = "19; 61"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bGA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bGB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/captain,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bGC" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bGD" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bGE" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bGF" = (
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bGG" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/crew_quarters/captain)
+"bGH" = (
+/obj/structure/fireplace,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/captain)
+"bGI" = (
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/crew_quarters/captain)
+"bGJ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bGK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bGL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bGM" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Auxiliary Tool Storage Maintenance";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/hallway/primary/central)
+"bGN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bGO" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Detective's Office Maintenance";
+ req_access_txt = "4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/detectives_office)
+"bGP" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bGQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bGR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bGS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bGT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bGU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 64;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bGV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bGW" = (
+/obj/machinery/door/airlock/security{
+ name = "Private Interrogation";
+ req_access = null;
+ req_access_txt = "4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"bGX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bGY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Detective's Interrogation";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bGZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bHa" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "brigwindows";
+ name = "Brig Front Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"bHb" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/brig)
+"bHc" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"bHd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"bHe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bHf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bHg" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"bHh" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Warden's Office";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/warden)
+"bHi" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/security/armory)
+"bHj" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bHk" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bHl" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bHm" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bHn" = (
+/obj/structure/table/reinforced,
+/obj/item/bodypart/chest/robot,
+/obj/item/bodypart/r_arm/robot{
+ pixel_x = 6
+ },
+/obj/item/bodypart/l_arm/robot{
+ pixel_x = -6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"bHo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bHp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bHq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bHr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bHs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"bHt" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bHu" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bHv" = (
+/turf/closed/wall/r_wall,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bHw" = (
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bHx" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bHy" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Transit Tube Access APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bHz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bHA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/button/door{
+ id = "transitlock";
+ name = "Transit Tube Lockdown Control";
+ pixel_x = 0;
+ pixel_y = 26;
+ req_access_txt = "39; 19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bHB" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Control";
+ pixel_x = -26;
+ req_access_txt = "25"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bHC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/chief)
+"bHD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/chief)
+"bHE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/chief)
+"bHF" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bHG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Chief Engineer's Office";
+ req_access_txt = "56"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/chief)
+"bHH" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Chief's Lockdown Shutters"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bHI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bHJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/break_room)
+"bHK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bHL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bHM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bHN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bHO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/break_room)
+"bHP" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/break_room)
+"bHQ" = (
+/turf/closed/wall,
+/area/security/checkpoint/engineering)
+"bHR" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bHS" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "engdoor";
+ name = "Engineering Cell";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/engineering)
+"bHT" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bHU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/engineering)
+"bHV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bHW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bHX" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/machine/teleporter_hub{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/machine/teleporter_station,
+/obj/item/weapon/circuitboard/computer/teleporter{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bHY" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/machine/telecomms/server{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/circuitboard/machine/telecomms/relay,
+/obj/item/weapon/circuitboard/machine/telecomms/receiver,
+/obj/item/weapon/circuitboard/machine/telecomms/processor,
+/obj/item/weapon/circuitboard/machine/telecomms/hub,
+/obj/item/weapon/circuitboard/machine/telecomms/bus,
+/obj/item/weapon/circuitboard/machine/telecomms/broadcaster{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bHZ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bIa" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/item/weapon/book/manual/wiki/engineering_construction{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bIb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"bIc" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bId" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "councilblast";
+ name = "Council Chambers Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIe" = (
+/obj/structure/table/wood,
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = -3
+ },
+/obj/item/clothing/mask/cigarette/cigar,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIf" = (
+/turf/open/floor/plasteel/grimy,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIg" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIh" = (
+/obj/structure/chair/comfy/black,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/comfy/brown,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/comfy/black,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIk" = (
+/obj/structure/table/wood,
+/obj/item/weapon/cigbutt/cigarbutt{
+ pixel_x = 7
+ },
+/obj/item/weapon/phone{
+ desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIm" = (
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIn" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bIo" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIp" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIq" = (
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Telecoms Monitoring APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/machinery/camera{
+ c_tag = "Telecomms - Monitoring";
+ dir = 2;
+ name = "telecomms camera";
+ network = list("SS13","tcomm")
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIu" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIv" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/item/device/radio{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIw" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bIx" = (
+/obj/machinery/vending/boozeomat,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/captain)
+"bIy" = (
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bIz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bIA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bIB" = (
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bIC" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bID" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bIE" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bIF" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bIG" = (
+/turf/closed/wall,
+/area/storage/tools)
+"bIH" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/storage/tools)
+"bII" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Auxiliary Tool Storage APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/storage/tools)
+"bIJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"bIK" = (
+/obj/structure/closet/toolcloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/storage/tools)
+"bIL" = (
+/obj/structure/closet/toolcloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/storage/tools)
+"bIM" = (
+/turf/closed/wall,
+/area/security/detectives_office)
+"bIN" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Detective's Office";
+ dir = 4;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bIO" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bIP" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bIQ" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bIR" = (
+/obj/structure/table/wood,
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = -3
+ },
+/obj/item/clothing/mask/cigarette/cigar,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bIS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bIT" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/requests_console{
+ department = "Detective's Office";
+ departmentType = 0;
+ name = "Detective RC";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bIU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/security/detectives_office)
+"bIV" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bIW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bIX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bIY" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bIZ" = (
+/turf/closed/wall,
+/area/security/brig)
+"bJa" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/door_timer{
+ id = "brig1";
+ name = "Cell 1";
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Security - Brig Center";
+ dir = 4;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bJb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"bJc" = (
+/obj/machinery/computer/crew,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 0;
+ name = "Security RC";
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/warden)
+"bJd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/warden)
+"bJe" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/storage/box/flashbangs{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/item/clothing/mask/gas/sechailer,
+/obj/item/clothing/mask/gas/sechailer,
+/obj/item/device/flashlight/seclite,
+/obj/item/device/flashlight/seclite,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/warden)
+"bJf" = (
+/obj/machinery/flasher/portable,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bJg" = (
+/obj/item/weapon/grenade/barrier{
+ pixel_x = -3;
+ pixel_y = 1
+ },
+/obj/item/weapon/grenade/barrier,
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 3;
+ pixel_y = -1
+ },
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 6;
+ pixel_y = -2
+ },
+/obj/structure/table/reinforced,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bJh" = (
+/obj/item/weapon/storage/box/chemimp{
+ pixel_x = 6
+ },
+/obj/item/weapon/storage/box/trackimp{
+ pixel_x = -3
+ },
+/obj/item/weapon/storage/lockbox/loyalty,
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bJi" = (
+/obj/item/weapon/storage/box/firingpins,
+/obj/item/weapon/storage/box/firingpins,
+/obj/item/key/security,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bJj" = (
+/obj/item/weapon/storage/box/teargas{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/storage/box/flashbangs{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bJk" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bJl" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bJm" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/ai_monitored/turret_protected/ai)
+"bJn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/machinery/camera/motion{
+ c_tag = "AI Chamber - Aft";
+ dir = 1;
+ name = "motion-sensitive ai camera";
+ network = list("AI")
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai)
+"bJo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai)
+"bJp" = (
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/ai_monitored/turret_protected/ai)
+"bJq" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"bJr" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"bJs" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bJt" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bJu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Exterior Access";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bJv" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bJw" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/space,
+/area/space)
+"bJx" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/space,
+/area/space)
+"bJy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Exterior Access";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bJz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bJA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bJB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bJC" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bJD" = (
+/obj/machinery/computer/card/minor/ce{
+ pixel_x = 0
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bJE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ tag = "icon-neutral (EAST)";
+ icon_state = "neutral";
+ dir = 4
+ },
+/area/crew_quarters/chief)
+"bJF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/chief)
+"bJG" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/chief)
+"bJH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/chief)
+"bJI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bJJ" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/chief)
+"bJK" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Chief's Lockdown Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bJL" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/engine/break_room)
+"bJM" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/item/weapon/book/manual/wiki/engineering_construction{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"bJN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"bJO" = (
+/obj/machinery/light,
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"bJP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"bJQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"bJR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"bJS" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/break_room)
+"bJT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/engine/break_room)
+"bJU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bJV" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/engineering)
+"bJW" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
+"bJX" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/brig{
+ id = "engcell";
+ name = "Engineering Cell Locker"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/engineering)
+"bJY" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/engineering)
+"bJZ" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/device/multitool,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bKa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/storage/tech)
+"bKb" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/electronics/firelock,
+/obj/item/weapon/electronics/firelock,
+/obj/item/weapon/electronics/firealarm,
+/obj/item/weapon/electronics/firealarm,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bKc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/fore_port_maintenance)
+"bKd" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bKe" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/storage/primary)
+"bKf" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/storage/primary)
+"bKg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/storage/primary)
+"bKh" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/storage/primary)
+"bKi" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bKj" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "councilblast";
+ name = "Council Chambers Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/photocopier,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKl" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKm" = (
+/obj/structure/chair/comfy/brown{
+ color = "#c45c57";
+ dir = 4;
+ icon_state = "comfychair"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKn" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKo" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/lighter,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKp" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKt" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bKu" = (
+/obj/machinery/announcement_system,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKv" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKB" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKC" = (
+/obj/machinery/computer/telecomms/monitor,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bKD" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/captain)
+"bKE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bKF" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bKG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bKH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bKI" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bKJ" = (
+/obj/structure/table/wood,
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = -3
+ },
+/obj/item/clothing/mask/cigarette/cigar,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bKK" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bKL" = (
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/fyellow,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/device/multitool,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/storage/tools)
+"bKM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/storage/tools)
+"bKN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/tools)
+"bKO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/tools)
+"bKP" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Auxiliary Tool Storage";
+ dir = 8;
+ name = "engineering camera"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/storage/tools)
+"bKQ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/clothing/gloves/color/latex,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"bKR" = (
+/obj/machinery/door/window/eastright{
+ name = "Detective's Morgue"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"bKS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bKT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bKU" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bKV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bKW" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Detective"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bKX" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bKY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"bKZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Detective"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bLa" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bLb" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "brig2";
+ name = "Cell 2 Locker"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"bLc" = (
+/obj/machinery/flasher{
+ id = "brig2";
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"bLd" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"bLe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bLf" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/brigdoor/northright{
+ dir = 4;
+ name = "Warden's Desk";
+ req_access_txt = "3"
+ },
+/obj/machinery/door/window/westleft{
+ name = "Warden's Desk"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bLg" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Warden"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/warden)
+"bLh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/warden)
+"bLi" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/warden)
+"bLj" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory)
+"bLk" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bLl" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bLm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bLn" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Contraband Locker";
+ req_access_txt = "3"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bLo" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Port";
+ dir = 8;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bLp" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bLq" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bLr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bLs" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ locked = 1;
+ name = "MiniSat Chamber";
+ req_access_txt = "16"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "aicoredoor";
+ name = "AI Core Access"
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = -26
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "AI Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bLt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bLu" = (
+/obj/structure/sign/kiddieplaque,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bLv" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bLw" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Starboard";
+ dir = 4;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bLx" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/space,
+/area/space)
+"bLy" = (
+/obj/machinery/light/small,
+/obj/structure/sign/vacuum{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bLz" = (
+/turf/closed/wall,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bLA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bLB" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bLC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bLD" = (
+/obj/machinery/computer/atmos_alert,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Chief Engineer's Desk";
+ departmentType = 5;
+ name = "Chief Engineer's RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Chief Engineer's Office";
+ dir = 4;
+ name = "engineering camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bLE" = (
+/turf/open/floor/plasteel/neutral/side{
+ tag = "icon-neutral (EAST)";
+ icon_state = "neutral";
+ dir = 4
+ },
+/area/crew_quarters/chief)
+"bLF" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Chief Engineer"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/chief)
+"bLG" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/item/weapon/folder/blue{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/chief)
+"bLH" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/chief)
+"bLI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bLJ" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/chief)
+"bLK" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/chief)
+"bLL" = (
+/obj/structure/sign/nosmoking_2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/engine/break_room)
+"bLM" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Access";
+ req_access_txt = "10"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/break_room)
+"bLN" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/engine/break_room)
+"bLO" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/break_room)
+"bLP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bLQ" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/engineering)
+"bLR" = (
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/engineering)
+"bLS" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/engineering)
+"bLT" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/engineering)
+"bLU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bLV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bLW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bLX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bLY" = (
+/obj/structure/table/reinforced,
+/obj/item/device/assembly/timer,
+/obj/item/device/assembly/timer,
+/obj/item/device/assembly/voice,
+/obj/item/device/assembly/voice,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bLZ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bMa" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bMb" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench,
+/obj/item/weapon/crowbar,
+/obj/item/device/paicard,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/tech)
+"bMc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/item/device/flashlight,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/storage/tech)
+"bMd" = (
+/obj/structure/table/reinforced,
+/obj/item/device/assembly/timer,
+/obj/item/device/assembly/timer,
+/obj/item/device/multitool,
+/obj/item/device/multitool,
+/obj/machinery/light,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bMe" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bMf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bMg" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bMh" = (
+/obj/structure/table/reinforced,
+/obj/item/device/radio{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/device/radio{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/device/radio,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bMi" = (
+/turf/closed/wall,
+/area/storage/primary)
+"bMj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Port";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bMk" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "councilblast";
+ name = "Council Chambers Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMl" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMm" = (
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMn" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMo" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMr" = (
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMs" = (
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bMu" = (
+/obj/machinery/computer/message_monitor,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/paper/monitorkey,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMv" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMw" = (
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMA" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMB" = (
+/obj/machinery/computer/telecomms/server,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bMC" = (
+/obj/structure/bed/dogbed{
+ anchored = 1;
+ desc = "Renault's bed! Looks comfy. A foxy person needs a foxy pet.";
+ name = "Renault's bed";
+ pixel_y = 2
+ },
+/mob/living/simple_animal/pet/fox/Renault,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/captain)
+"bMD" = (
+/obj/machinery/newscaster{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/item/device/radio/intercom{
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bME" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bMF" = (
+/obj/structure/chair/comfy/brown,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bMG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bMH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bMI" = (
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Captain's Office APC";
+ pixel_y = -24
+ },
+/obj/structure/cable/white,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bMJ" = (
+/obj/structure/sign/goldenplaque{
+ name = "The Most Robust Captain Award for Robustness";
+ pixel_x = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bMK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bML" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/emergency{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/storage/tools)
+"bMM" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/storage/tools)
+"bMN" = (
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"bMO" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner,
+/area/storage/tools)
+"bMP" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/storage/tools)
+"bMQ" = (
+/obj/structure/bodycontainer/morgue,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"bMR" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"bMS" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bMT" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bMU" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bMV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"bMW" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bMX" = (
+/obj/machinery/computer/security/wooden_tv{
+ density = 0
+ },
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/button/door{
+ id = "detectivewindows";
+ name = "Privacy Shutters";
+ pixel_x = 26;
+ pixel_y = -26;
+ req_access_txt = "4"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38;
+ pixel_y = -26
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bMY" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 32
+ },
+/obj/item/weapon/reagent_containers/food/drinks/flask/det,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"bMZ" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bNa" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office)
+"bNb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ id = "brig2";
+ name = "Cell 2";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"bNc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/warden)
+"bNd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/security/warden)
+"bNe" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/red,
+/area/security/warden)
+"bNf" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bNg" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/ballistic/shotgun/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bNh" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bNi" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/vest{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/vest{
+ pixel_y = 0
+ },
+/obj/item/clothing/suit/armor/vest{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet{
+ layer = 3.00001;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet{
+ layer = 3.00001
+ },
+/obj/item/clothing/head/helmet{
+ layer = 3.00001;
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bNj" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bNk" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNl" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNm" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNn" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNo" = (
+/obj/machinery/cell_charger,
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNp" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNq" = (
+/obj/machinery/porta_turret/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNr" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Antechamber";
+ dir = 2;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNt" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNv" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNx" = (
+/obj/machinery/teleport/hub,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNy" = (
+/obj/machinery/teleport/station,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNz" = (
+/obj/machinery/computer/teleporter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bNA" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"bNB" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space)
+"bNC" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall,
+/area/space)
+"bND" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/curved/flipped{
+ tag = "icon-curved1 (EAST)";
+ icon_state = "curved1";
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bNE" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/crossing/horizontal,
+/turf/open/space,
+/area/space)
+"bNF" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/curved{
+ tag = "icon-curved0 (WEST)";
+ icon_state = "curved0";
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bNG" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/space,
+/area/space)
+"bNH" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/space,
+/area/space)
+"bNI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bNJ" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Transit Tube Access";
+ req_one_access_txt = "32;19"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bNK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bNL" = (
+/obj/machinery/keycard_auth{
+ pixel_x = -26
+ },
+/obj/machinery/button/door{
+ id = "engstorage";
+ name = "Engineering Secure Storage Control";
+ pixel_x = -38;
+ pixel_y = 8;
+ req_access_txt = "11"
+ },
+/obj/machinery/button/door{
+ id = "transitlock";
+ name = "Transit Tube Lockdown Control";
+ pixel_x = -38;
+ pixel_y = -8;
+ req_access_txt = "39; 19"
+ },
+/obj/machinery/modular_computer/console/preset/engineering,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bNM" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/chief)
+"bNN" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/ce,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/chief)
+"bNO" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/chief)
+"bNP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/chief)
+"bNQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bNR" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/chief)
+"bNS" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/ce,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/chief)
+"bNT" = (
+/obj/structure/dresser,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/chief)
+"bNU" = (
+/obj/structure/closet/secure_closet/engineering_chief,
+/obj/machinery/button/door{
+ id = "ceprivacy";
+ name = "Privacy Control";
+ pixel_x = 26;
+ req_access_txt = "56"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Chief Engineer's Quarters";
+ dir = 2;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/chief)
+"bNV" = (
+/obj/structure/closet/radiation,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bNW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bNX" = (
+/obj/structure/closet/toolcloset,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bNY" = (
+/turf/closed/wall,
+/area/engine/engineering)
+"bNZ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bOa" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ id = "engcell";
+ name = "Engineering Cell";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/engineering)
+"bOb" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bOc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Engineering Hallway - Center";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bOd" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/storage/tech)
+"bOe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/storage/tech)
+"bOf" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Technology Storage";
+ req_access_txt = "23"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/storage/tech)
+"bOg" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Primary Tool Storage";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/storage/primary)
+"bOh" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Primary Tool Storage";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/storage/primary)
+"bOi" = (
+/obj/structure/sign/directions/science{
+ dir = 2
+ },
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 8
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Command department is.";
+ dir = 4;
+ icon_state = "direction_bridge";
+ name = "command department";
+ pixel_y = -8;
+ tag = "icon-direction_bridge"
+ },
+/turf/closed/wall,
+/area/storage/primary)
+"bOj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"bOk" = (
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bOl" = (
+/obj/machinery/button/door{
+ id = "councilblast";
+ name = "Council Blast doors";
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/structure/bookcase/random,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bOm" = (
+/obj/machinery/light,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bOn" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Council Chamber";
+ dir = 1;
+ name = "command camera"
+ },
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bOo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bOp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/bridge/meeting_room{
+ name = "Council Chamber"
+ })
+"bOq" = (
+/obj/structure/table/wood,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOr" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOs" = (
+/obj/structure/filingcabinet/security,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOv" = (
+/obj/structure/filingcabinet/medical,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOw" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOx" = (
+/obj/structure/table/wood,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/item/weapon/phone{
+ desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/cigbutt/cigarbutt{
+ pixel_x = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/computer{
+ name = "\improper Telecoms Control Room"
+ })
+"bOy" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/device/flashlight/lamp/green,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Bridge - Captain's Office";
+ dir = 4;
+ name = "command camera"
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bOz" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen/fourcolor,
+/obj/item/weapon/stamp/captain,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/window/brigdoor/northleft{
+ name = "Captain's Desk";
+ req_access_txt = "20"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bOA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bOB" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bOC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/secure/briefcase{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/weapon/storage/lockbox/medal,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bOD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/photo_album,
+/obj/item/device/camera,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bOE" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/turf/open/floor/wood,
+/area/crew_quarters/captain)
+"bOF" = (
+/obj/structure/sign/directions/science{
+ dir = 2;
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Command department is.";
+ dir = 1;
+ icon_state = "direction_bridge";
+ name = "command department";
+ pixel_y = 0;
+ tag = "icon-direction_bridge"
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Supply department is.";
+ dir = 1;
+ icon_state = "direction_supply";
+ name = "supply department";
+ pixel_y = 8;
+ tag = "icon-direction_supply"
+ },
+/turf/closed/wall,
+/area/storage/tools)
+"bOG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/storage/tools)
+"bOH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Auxiliary Tool Storage";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plasteel,
+/area/storage/tools)
+"bOI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/storage/tools)
+"bOJ" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "detectivewindows";
+ name = "Detective Privacy Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"bOK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access = null;
+ req_access_txt = "4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/detectives_office)
+"bOL" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "detectivewindows";
+ name = "Detective Privacy Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"bOM" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "detectivewindows";
+ name = "Detective Privacy Blast door"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"bON" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bOO" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"bOP" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"bOQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"bOR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bOS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/warden,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/warden)
+"bOT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/security/warden)
+"bOU" = (
+/obj/machinery/computer/prisoner,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Warden's Office APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Warden's Office";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/warden)
+"bOV" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/rubbershot,
+/obj/item/weapon/storage/box/rubbershot,
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bOW" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/energy/laser,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bOX" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_y = 0
+ },
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bOY" = (
+/obj/machinery/camera/motion{
+ c_tag = "Armoury - Exterior";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/space,
+/area/space)
+"bOZ" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/northleft,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bPa" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bPb" = (
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 4;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPd" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPe" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPf" = (
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Maintenance";
+ dir = 8;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPg" = (
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 4;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPi" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPj" = (
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPm" = (
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 8;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = 9;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPo" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/turretid{
+ control_area = "AI Satellite Antechamber";
+ enabled = 1;
+ icon_state = "control_standby";
+ name = "Antechamber Turret Control";
+ pixel_x = -32;
+ pixel_y = 0;
+ req_access = list(65)
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Teleporter";
+ dir = 4;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPr" = (
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 8;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = 9;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bPs" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bPt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/window/northright,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bPu" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bPv" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/transit_tube/curved,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bPw" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/diagonal{
+ tag = "icon-diagonal (EAST)";
+ icon_state = "diagonal";
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bPx" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"bPy" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Transit Tube";
+ dir = 2;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bPz" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bPA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bPB" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bPC" = (
+/obj/machinery/computer/station_alert,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bPD" = (
+/obj/item/weapon/phone{
+ desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 6
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = 2
+ },
+/obj/item/clothing/mask/cigarette/cigar{
+ pixel_x = 4.5
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/chief)
+"bPE" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/cartridge/engineering{
+ pixel_x = 6
+ },
+/obj/item/weapon/cartridge/engineering{
+ pixel_x = -6
+ },
+/obj/item/weapon/cartridge/engineering{
+ pixel_y = 6
+ },
+/obj/item/weapon/reagent_containers/pill/patch/silver_sulf,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/chief)
+"bPF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/chief)
+"bPG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bPH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Chief Engineer's Quarters";
+ req_access_txt = "56"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/chief)
+"bPI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bPJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/chief)
+"bPK" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Chief Engineer"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/chief)
+"bPL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/chief)
+"bPM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "ceprivacy";
+ name = "Chief's Privacy Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/chief)
+"bPN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/device/radio/beacon,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"bPP" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPQ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bPR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/engineering)
+"bPS" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Security Post - Engineering APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch.";
+ id = "engdoor";
+ name = "Engineering Cell Control";
+ normaldoorcontrol = 1;
+ pixel_x = 7;
+ pixel_y = 36
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
+"bPT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
+"bPU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
+"bPV" = (
+/obj/structure/closet/secure_closet/security/engine,
+/obj/machinery/door_timer{
+ id = "engcell";
+ name = "Engineering Cell";
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Security Post - Engineering";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/engineering)
+"bPW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bPX" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/port)
+"bPY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bPZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQd" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering Hallway - Starboard";
+ dir = 2;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bQi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/primary/port)
+"bQk" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Port Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bQl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bQm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bQn" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"bQo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel's Office";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bQp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"bQq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"bQr" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bQs" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bQt" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bQu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"bQv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"bQw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 2;
+ name = "Telecoms Server Room";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bQx" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"bQy" = (
+/obj/machinery/computer/card,
+/obj/machinery/keycard_auth{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Captain's Desk";
+ departmentType = 5;
+ name = "Captain RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bQz" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ color = "#c45c57";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bQA" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bQB" = (
+/obj/structure/table/wood,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/item/weapon/coin/adamantine{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/weapon/hand_tele,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bQC" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain/captains_quarters)
+"bQD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bQE" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Starboard Primary Hallway"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bQF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQG" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bQK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security Hallway - Port";
+ dir = 2;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bQT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
+"bQU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bQV" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/hallway/primary/starboard)
+"bQW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/door_timer{
+ id = "brig2";
+ name = "Cell 2";
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"bQX" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/warden)
+"bQY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/security/warden)
+"bQZ" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/weapon/screwdriver{
+ pixel_y = 5
+ },
+/obj/item/device/multitool,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/warden)
+"bRa" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory)
+"bRb" = (
+/obj/vehicle/secway,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bRc" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun/advtaser{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/energy/e_gun/advtaser,
+/obj/item/weapon/gun/energy/e_gun/advtaser{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bRd" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/riot,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet/riot,
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/shield/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/shield/riot,
+/obj/item/weapon/shield/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bRe" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRf" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRg" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "16"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Antechamber";
+ req_access_txt = "16"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRq" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/mob/living/simple_animal/bot/secbot/pingsky,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "32;19"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Access";
+ req_one_access_txt = "32;19"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bRy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRD" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRE" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/transit_tube/station{
+ tag = "icon-closed_station0 (WEST)";
+ icon_state = "closed_station0";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bRF" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bRG" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bRH" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/transit_tube/junction{
+ tag = "icon-junction0 (EAST)";
+ icon_state = "junction0";
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bRI" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/transit_tube/crossing/horizontal,
+/turf/open/space,
+/area/space)
+"bRJ" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/transit_tube/horizontal,
+/turf/open/space,
+/area/space)
+"bRK" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/transit_tube/curved{
+ tag = "icon-curved0 (WEST)";
+ icon_state = "curved0";
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bRL" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the AI's satellite.";
+ dir = 4;
+ name = "Research Monitor";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bRM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bRN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bRO" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bRP" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/mob/living/simple_animal/parrot/Poly,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bRQ" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/chief)
+"bRR" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/chief)
+"bRS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/chief)
+"bRT" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/chief)
+"bRU" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bRV" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/chief)
+"bRW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bRX" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/chief)
+"bRY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/chief)
+"bRZ" = (
+/obj/machinery/suit_storage_unit/ce,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/chief)
+"bSa" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bSb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"bSc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bSd" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSe" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/engineering)
+"bSf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/engineering)
+"bSg" = (
+/obj/structure/chair/office/dark,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/engineering)
+"bSh" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/engineering)
+"bSi" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/radio,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/security/checkpoint/engineering)
+"bSj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bSk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=engi2";
+ location = "engi1"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bSl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall4";
+ location = "engi3"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bSm" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bSn" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bSo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bSp" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bSq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bSr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Port Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bSs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=engi1";
+ location = "hall3"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bSt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall5";
+ location = "hall4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bSu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bSv" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/hallway/primary/central)
+"bSw" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/primary/central)
+"bSx" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/med_data/laptop,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Personnel's Desk";
+ departmentType = 5;
+ name = "Head of Personnel RC";
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/light_switch{
+ pixel_x = -38;
+ pixel_y = 7
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/machinery/button/door{
+ id = "hopline";
+ name = "Queue Shutters Control";
+ pixel_x = -26;
+ pixel_y = -7;
+ req_access_txt = "57"
+ },
+/obj/machinery/button/door{
+ id = "hopblast";
+ name = "Lockdown Blast doors";
+ pixel_x = -26;
+ pixel_y = 7;
+ req_access_txt = "57"
+ },
+/obj/machinery/button/flasher{
+ id = "hopflash";
+ pixel_x = -38;
+ pixel_y = -7;
+ req_access_txt = "28"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"bSy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/stamp/hop,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bSz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bSA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bSB" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bSC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/ids{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/silver_ids,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bSD" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bSE" = (
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bSF" = (
+/obj/machinery/telecomms/receiver/preset_right,
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bSG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/fans/tiny,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bSH" = (
+/obj/machinery/telecomms/receiver/preset_left,
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bSI" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bSJ" = (
+/obj/machinery/computer/communications,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bSK" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bSL" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"bSM" = (
+/obj/item/device/radio/intercom{
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bSN" = (
+/obj/structure/displaycase/captain{
+ req_access = null;
+ req_access_txt = "20"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"bSO" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain/captains_quarters)
+"bSP" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/shower{
+ pixel_y = 16
+ },
+/obj/structure/curtain,
+/obj/machinery/door/window/brigdoor/southleft{
+ name = "Shower"
+ },
+/obj/item/weapon/soap/deluxe,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain/captains_quarters)
+"bSQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Security Hallway";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bSR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall13";
+ location = "hall12"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bSS" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall11";
+ location = "hall10"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bST" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Starboard Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bSU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bSV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bSW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bSX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bSY" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bSZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bTa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bTb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bTc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bTd" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bTe" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bTf" = (
+/obj/item/device/radio/beacon,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall12";
+ location = "hall11"
+ },
+/mob/living/simple_animal/bot/secbot/beepsky{
+ desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey.";
+ name = "Officer Beepsky"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/starboard)
+"bTg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "Security Junction";
+ sortType = 7;
+ tag = "icon-pipe-j1s (NORTH)"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/starboard)
+"bTh" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bTi" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bTj" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "Brig Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bTk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bTl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bTm" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"bTn" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/warden)
+"bTo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/warden)
+"bTp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/security/warden)
+"bTq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/warden)
+"bTr" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Armoury";
+ req_access_txt = "3"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bTs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bTt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bTu" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/energy/e_gun,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bTv" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bTw" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/ionrifle,
+/obj/item/clothing/suit/armor/laserproof,
+/obj/item/weapon/gun/energy/temperature/security,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bTx" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/southright,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bTy" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bTz" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTA" = (
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 4;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTD" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTF" = (
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 4;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTJ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTL" = (
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 8;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = 9;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bTN" = (
+/obj/structure/window/reinforced,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bTO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/door/window/southleft,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bTP" = (
+/obj/structure/window/reinforced,
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "AI Satellite Exterior APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bTQ" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/transit_tube/curved/flipped{
+ tag = "icon-curved1 (NORTH)";
+ icon_state = "curved1";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"bTR" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/diagonal,
+/turf/open/space,
+/area/space)
+"bTS" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/transit_tube/curved{
+ tag = "icon-curved0 (EAST)";
+ icon_state = "curved0";
+ dir = 4
+ },
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bTT" = (
+/obj/structure/transit_tube/horizontal,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bTU" = (
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/structure/transit_tube/station/reverse/flipped,
+/obj/structure/transit_tube_pod{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bTV" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/break_room{
+ name = "Transit Tube"
+ })
+"bTW" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bTX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/cartridge/atmos,
+/obj/item/weapon/cartridge/atmos,
+/obj/item/weapon/cartridge/atmos,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bTY" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bTZ" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Chief Engineer's APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bUa" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bUb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/chief)
+"bUc" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "ceprivacy";
+ name = "Chief's Privacy Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/chief)
+"bUd" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "ceprivacy";
+ name = "Chief's Privacy Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/chief)
+"bUe" = (
+/obj/structure/closet/toolcloset,
+/obj/machinery/light/small,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Engineering - Engine Foyer";
+ dir = 1;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bUf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bUg" = (
+/obj/structure/closet/radiation,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bUh" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bUi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -38;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/engineering)
+"bUj" = (
+/obj/machinery/computer/station_alert,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/engineering)
+"bUk" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/engineering)
+"bUl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/engineering)
+"bUm" = (
+/obj/structure/table/reinforced,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = -32
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = -32
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/engineering)
+"bUn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bUo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/port)
+"bUp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/port)
+"bUq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bUr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bUs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bUt" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bUu" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/light,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bUv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bUw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bUx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Port Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"bUy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bUz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bUA" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopline";
+ name = "Queue Shutters"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bUB" = (
+/obj/machinery/flasher{
+ id = "hopflash";
+ pixel_y = 58
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bUC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "hopblast";
+ name = "HoP Blast door"
+ },
+/obj/machinery/door/window/brigdoor/eastleft{
+ name = "Access Desk";
+ req_access_txt = "57"
+ },
+/obj/machinery/door/window/westright{
+ name = "Access Queue"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"bUD" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"bUE" = (
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bUF" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bUG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bUH" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bUI" = (
+/obj/machinery/vending/cart,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bUJ" = (
+/obj/machinery/telecomms/server/presets/medical,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 9;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-whiteblue (NORTHWEST)"
+ },
+/area/tcommsat/server)
+"bUK" = (
+/obj/machinery/telecomms/server/presets/science,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-whitehall (WEST)"
+ },
+/area/tcommsat/server)
+"bUL" = (
+/turf/open/floor/plasteel/vault,
+/area/tcommsat/server)
+"bUM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 1;
+ name = "Telecoms Server Room";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bUN" = (
+/obj/machinery/telecomms/server/presets/command,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 9;
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bUO" = (
+/obj/machinery/telecomms/server/presets/security,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 5;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/tcommsat/server)
+"bUP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain/captains_quarters)
+"bUQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Captain's Quarters";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"bUR" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain/captains_quarters)
+"bUS" = (
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain/captains_quarters)
+"bUT" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain/captains_quarters)
+"bUU" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bUV" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Starboard Primary Hallway"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bUW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bUX" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bUY" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bUZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bVa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bVb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bVc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bVd" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bVe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 4;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bVf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/starboard)
+"bVg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/starboard)
+"bVh" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/starboard)
+"bVi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security Hallway - Center";
+ dir = 1;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/starboard)
+"bVj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bVk" = (
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = -32;
+ pixel_y = -32;
+ tag = "icon-poster4_legit"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/hallway/primary/starboard)
+"bVl" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/starboard)
+"bVm" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/starboard)
+"bVn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "brigwindows";
+ name = "Brig Front Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"bVo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bVp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "Brig Blast door"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bVq" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"bVr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bVs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bVt" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Warden's Office";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bVu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bVv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/button/door{
+ id = "brigwindows";
+ name = "Cell Window Control";
+ pixel_x = -32;
+ pixel_y = -26;
+ req_access_txt = "63"
+ },
+/obj/machinery/button/door{
+ id = "brigfront";
+ name = "Brig Access Control";
+ pixel_x = -26;
+ pixel_y = -36;
+ req_access_txt = "63"
+ },
+/obj/machinery/button/door{
+ id = "brigprison";
+ name = "Prison Lockdown";
+ pixel_x = -38;
+ pixel_y = -36;
+ req_access_txt = "63"
+ },
+/obj/effect/landmark/start{
+ name = "Warden"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/warden)
+"bVw" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/warden)
+"bVx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Armoury";
+ req_access_txt = "3"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bVy" = (
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bVz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bVA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bVB" = (
+/obj/structure/closet/secure_closet/lethalshots,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bVC" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 20;
+ layer = 3.1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "MiniSat APC";
+ pixel_x = 0;
+ pixel_y = -27
+ },
+/obj/structure/cable/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVD" = (
+/obj/machinery/recharge_station,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVE" = (
+/obj/machinery/computer/monitor,
+/obj/machinery/light,
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "AI Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVF" = (
+/obj/machinery/recharge_station,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVG" = (
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVH" = (
+/obj/structure/cable/white,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVK" = (
+/obj/machinery/turretid{
+ control_area = "AI Upload Chamber";
+ icon_state = "control_stun";
+ name = "AI Upload turret control";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVM" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/porta_turret/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVO" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/borg,
+/obj/machinery/light,
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "AI Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVP" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/folder/yellow,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/item/device/aicard,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster8_legit";
+ pixel_y = -32;
+ tag = "icon-poster8_legit"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bVR" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/curved{
+ tag = "icon-curved0 (EAST)";
+ icon_state = "curved0";
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bVS" = (
+/obj/structure/lattice,
+/obj/structure/transit_tube/curved/flipped{
+ tag = "icon-curved1 (WEST)";
+ icon_state = "curved1";
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"bVT" = (
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"bVU" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/fire,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bVV" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bVW" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bVX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bVY" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/engine/engineering)
+"bVZ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Access";
+ req_access_txt = "10"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"bWa" = (
+/obj/structure/sign/radiation,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/engine/engineering)
+"bWb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Security Post - Engineering";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/checkpoint/engineering)
+"bWc" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bWd" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/port)
+"bWe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/hallway/primary/port)
+"bWf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/port)
+"bWg" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint2/port_maintenance)
+"bWh" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"bWi" = (
+/turf/closed/wall,
+/area/library)
+"bWj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/library)
+"bWk" = (
+/obj/machinery/door/airlock/glass{
+ name = "Library Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/library)
+"bWl" = (
+/obj/machinery/door/airlock/glass{
+ name = "Library Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/library)
+"bWm" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/medical{
+ dir = 2
+ },
+/obj/structure/sign/directions/security{
+ dir = 2;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/library)
+"bWn" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bWo" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hopblast";
+ name = "HoP Blast door"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"bWp" = (
+/obj/machinery/computer/card,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"bWq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bWr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bWs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bWt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bWu" = (
+/obj/machinery/pdapainter,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bWv" = (
+/obj/machinery/telecomms/bus/preset_one,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 10;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-whiteblue (SOUTHWEST)"
+ },
+/area/tcommsat/server)
+"bWw" = (
+/obj/machinery/telecomms/processor/preset_one,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 6;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-whitepurple (SOUTHEAST)"
+ },
+/area/tcommsat/server)
+"bWx" = (
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bWy" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bWz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bWA" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bWB" = (
+/obj/machinery/telecomms/processor/preset_three,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 10;
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bWC" = (
+/obj/machinery/telecomms/bus/preset_three,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 6;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/tcommsat/server)
+"bWD" = (
+/obj/machinery/photocopier,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"bWE" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"bWF" = (
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"bWG" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/suit_storage_unit/captain,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/captain/captains_quarters)
+"bWH" = (
+/obj/structure/closet/secure_closet/captains,
+/obj/item/clothing/suit/armor/vest/capcarapace,
+/obj/item/clothing/head/caphat,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/captain/captains_quarters)
+"bWI" = (
+/turf/closed/wall,
+/area/crew_quarters/captain/captains_quarters)
+"bWJ" = (
+/obj/machinery/door/airlock/silver{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain/captains_quarters)
+"bWK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/crew_quarters/captain/captains_quarters)
+"bWL" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/medical{
+ dir = 2
+ },
+/obj/structure/sign/directions/security{
+ dir = 4;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/crew_quarters/courtroom)
+"bWM" = (
+/turf/closed/wall,
+/area/crew_quarters/courtroom)
+"bWN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"bWO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Courtroom"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"bWP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"bWQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Courtroom";
+ req_access_txt = "42"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"bWR" = (
+/turf/closed/wall,
+/area/lawoffice)
+"bWS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "lawyerprivacy";
+ name = "Lawyer's Privacy Shutter"
+ },
+/turf/open/floor/plating,
+/area/lawoffice)
+"bWT" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock{
+ name = "Law Office";
+ req_access_txt = "38"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/lawoffice)
+"bWU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "lawyerprivacy";
+ name = "Lawyer's Privacy Shutter"
+ },
+/turf/open/floor/plating,
+/area/lawoffice)
+"bWV" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/hallway/primary/starboard)
+"bWW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/hallway/primary/starboard)
+"bWX" = (
+/obj/machinery/flasher{
+ id = "brigflashdoor";
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/starboard)
+"bWY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bWZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: BLAST DOORS";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-doors"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bXa" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "Brig Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bXb" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"bXc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"bXd" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/warden)
+"bXe" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light_switch{
+ pixel_x = -38;
+ pixel_y = -26
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/warden)
+"bXf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/warden)
+"bXg" = (
+/obj/structure/closet/secure_closet/warden,
+/obj/item/clothing/under/rank/warden/grey,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/warden)
+"bXh" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory)
+"bXi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bXj" = (
+/obj/machinery/button/door{
+ id = "armouryaccess";
+ name = "Armoury Access";
+ pixel_x = -26;
+ pixel_y = -26;
+ req_access_txt = "3"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/ai_monitored/security/armory)
+"bXk" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bXl" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Armoury APC";
+ pixel_y = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Armory - Interior";
+ dir = 1;
+ name = "security camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bXm" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/obj/structure/table/reinforced,
+/obj/item/clothing/mask/gas/sechailer{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/mask/gas/sechailer,
+/obj/item/clothing/mask/gas/sechailer{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/device/flashlight/seclite,
+/obj/item/device/flashlight/seclite,
+/obj/item/device/flashlight/seclite,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/security/armory)
+"bXn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ name = "MiniSat Upload";
+ req_access_txt = "16"
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"bXo" = (
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXp" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXr" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXs" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXt" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXu" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXv" = (
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXw" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall,
+/area/engine/engineering)
+"bXx" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXB" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Fore";
+ dir = 2;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ name = "Engineering Junction";
+ sortType = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bXH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bXI" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/power/smes/engineering{
+ charge = 2e+006
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/engineering)
+"bXJ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes/engineering{
+ charge = 2e+006
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/engineering)
+"bXK" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"bXL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"bXM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"bXN" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Port Maintenance APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"bXO" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole,
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"bXP" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"bXQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"bXR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"bXS" = (
+/turf/open/floor/plasteel/black,
+/area/library)
+"bXT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"bXU" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"bXV" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"bXW" = (
+/obj/machinery/computer/libraryconsole,
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bXX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"bXY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bXZ" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bYa" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"bYb" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"bYc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bYd" = (
+/obj/structure/table/wood,
+/obj/machinery/light,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"bYe" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Telecomms - Chamber Port";
+ dir = 4;
+ name = "telecomms camera";
+ network = list("SS13","tcomm")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bYf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/tcommsat/server)
+"bYg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 140;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bYh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bYi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bYj" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"bYk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bYl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 120;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bYm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/tcommsat/server)
+"bYn" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bYo" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pinpointer,
+/obj/item/weapon/disk/nuclear,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"bYp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"bYq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"bYr" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"bYs" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/card/id/captains_spare,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"bYt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"bYu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"bYv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bYw" = (
+/obj/machinery/vending/snack,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"bYx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"bYy" = (
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"bYz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"bYA" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/obj/machinery/camera{
+ c_tag = "Courtroom - Fore";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"bYB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"bYC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"bYD" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"bYE" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"bYF" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"bYG" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"bYH" = (
+/obj/structure/closet/secure_closet/courtroom,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"bYI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder{
+ pixel_x = 3
+ },
+/obj/item/clothing/glasses/sunglasses,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/button/door{
+ id = "lawyerprivacy";
+ name = "Lawyer's Privacy Control";
+ pixel_x = 0;
+ pixel_y = 24;
+ req_access_txt = "0"
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"bYJ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/lawyer,
+/turf/open/floor/wood,
+/area/lawoffice)
+"bYK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/lawoffice)
+"bYL" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/lawoffice)
+"bYM" = (
+/obj/structure/closet/lawcloset,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"bYN" = (
+/turf/closed/wall/r_wall,
+/area/lawoffice)
+"bYO" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/machinery/door/poddoor/preopen{
+ id = "brigwindows";
+ name = "Brig Front Blast door"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 2;
+ name = "Security Desk";
+ req_access_txt = "63"
+ },
+/obj/machinery/door/window/northright{
+ name = "Security Desk"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/brig)
+"bYP" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"bYQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"bYR" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = -7
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Security - Brig Aft";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"bYS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/window/brigdoor/northright{
+ name = "Warden's Desk";
+ req_access_txt = "3"
+ },
+/obj/machinery/door/window/southright{
+ name = "Warden's Desk"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/item/weapon/poster/legit{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/poster/legit,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/warden)
+"bYT" = (
+/obj/machinery/door/poddoor{
+ id = "armouryaccess";
+ name = "Armoury Access"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/security/armory)
+"bYU" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/brigdoor/northright{
+ name = "Armoury Desk";
+ req_access_txt = "3"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southright{
+ name = "Armoury Desk"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"bYV" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bYW" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"bYX" = (
+/obj/machinery/porta_turret/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"bYY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai_upload)
+"bYZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai_upload)
+"bZa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"bZb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "AI - Upload";
+ name = "motion-sensitive ai camera";
+ network = list("Sat")
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai_upload)
+"bZc" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai_upload)
+"bZd" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/porta_turret/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"bZe" = (
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/space)
+"bZf" = (
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bZg" = (
+/obj/structure/cable/white,
+/obj/machinery/power/emitter{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bZh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bZi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bZj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bZk" = (
+/obj/machinery/door/airlock/external{
+ name = "External Containment Access";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"bZo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"bZp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"bZq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"bZr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"bZs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"bZt" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"bZu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"bZv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZw" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Power Monitoring";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZx" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZy" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 32
+ },
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bZA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"bZB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"bZC" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"bZD" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"bZE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"bZF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"bZG" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"bZH" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Librarian"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"bZI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"bZJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"bZK" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Library - Fore";
+ dir = 8;
+ name = "library camera"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"bZL" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"bZM" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"bZN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"bZO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bZP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bZQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bZR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"bZS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bZT" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "HoP Office APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Bridge - Head of Personnel's Office";
+ dir = 8;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"bZU" = (
+/turf/closed/wall,
+/area/crew_quarters/heads)
+"bZV" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Telecoms Server Room APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"bZW" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/tcommsat/server)
+"bZX" = (
+/obj/machinery/telecomms/broadcaster/preset_left,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"bZY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"bZZ" = (
+/obj/machinery/message_server,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"caa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"cab" = (
+/obj/machinery/telecomms/hub/preset,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"cac" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"cad" = (
+/obj/machinery/blackbox_recorder,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cae" = (
+/obj/machinery/telecomms/broadcaster/preset_right,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"caf" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/power/terminal{
+ tag = "icon-term (EAST)";
+ icon_state = "term";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/tcommsat/server)
+"cag" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"cah" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen/fourcolor,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"cai" = (
+/obj/structure/chair/comfy/brown{
+ color = "#c45c57";
+ dir = 8;
+ icon_state = "comfychair"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"caj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"cak" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"cal" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"cam" = (
+/obj/machinery/door/window/brigdoor/westleft{
+ name = "Captain's Bedroom";
+ req_access_txt = "20"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"can" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/captain/captains_quarters)
+"cao" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/captain,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain/captains_quarters)
+"cap" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"caq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"car" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cas" = (
+/obj/structure/chair{
+ dir = 2;
+ name = "Prosecution"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/crew_quarters/courtroom)
+"cat" = (
+/obj/structure/chair{
+ dir = 2;
+ name = "Prosecution"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cau" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cav" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"caw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cax" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/courtroom)
+"cay" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Law Office";
+ req_access_txt = "38"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/lawoffice)
+"caz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"caA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"caB" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"caC" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start{
+ name = "Lawyer"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"caD" = (
+/obj/structure/filingcabinet/employment,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"caE" = (
+/obj/machinery/computer/security,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"caF" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caG" = (
+/obj/machinery/computer/secure_data,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/button/flasher{
+ id = "gulagshuttleflasher";
+ name = "Flash Control";
+ pixel_x = 26;
+ pixel_y = 7;
+ req_access_txt = "63"
+ },
+/obj/machinery/button/door{
+ id = "brigfront";
+ name = "Brig Access Control";
+ pixel_x = 26;
+ pixel_y = -7;
+ req_access_txt = "63"
+ },
+/obj/machinery/button/door{
+ id = "brigwindows";
+ name = "Cell Window Control";
+ pixel_x = 38;
+ pixel_y = -7;
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"caH" = (
+/obj/structure/chair,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"caI" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caJ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"caK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"caL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Gear Room";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"caM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"caN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Brig APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Gear Room";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caQ" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"caT" = (
+/obj/structure/closet/secure_closet/security/sec,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"caU" = (
+/obj/structure/closet/secure_closet/security/sec,
+/turf/open/floor/plasteel/red,
+/area/security/brig)
+"caV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor{
+ dir = 4;
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/item/weapon/aiModule/core/full/paladin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/core/full/asimov,
+/obj/item/weapon/aiModule/core/full/corp{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"caW" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"caX" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"caY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"caZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cba" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"cbb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"cbc" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor/westright{
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/item/weapon/aiModule/core/full/antimov{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/supplied/oxygen,
+/obj/item/weapon/aiModule/supplied/protectStation{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cbd" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cbe" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Containment - Fore Starboard";
+ dir = 8;
+ icon_state = "camera";
+ network = list("Singularity");
+ tag = "icon-camera (WEST)"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cbf" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cbg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbh" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cbk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbo" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cbp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbq" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbr" = (
+/obj/structure/sign/electricshock{
+ pixel_x = 32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cbs" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cbt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"cbu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cbv" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cbw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cbx" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/sign/kiddieplaque{
+ desc = "A long list of rules to be followed when in the library, extolling the virtues of being quiet at all times and threatening those who would dare eat hot food inside.";
+ name = "Library Rules Sign";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/library)
+"cby" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/library)
+"cbz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cbA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"cbB" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/library)
+"cbC" = (
+/obj/machinery/door/morgue{
+ name = "Private Study"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cbD" = (
+/obj/structure/sign/kiddieplaque{
+ desc = "A long list of rules to be followed when in the library, extolling the virtues of being quiet at all times and threatening those who would dare eat hot food inside.";
+ name = "Library Rules Sign";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cbE" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"cbF" = (
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"cbG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cbH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cbI" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/storage/lockbox/loyalty,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cbJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/tcommsat/server)
+"cbK" = (
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/tcommsat/server)
+"cbL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/tcommsat/server)
+"cbM" = (
+/obj/machinery/ntnet_relay,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"cbN" = (
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/tcommsat/server)
+"cbO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/tcommsat/server)
+"cbP" = (
+/obj/machinery/camera{
+ c_tag = "Telecomms - Chamber Starboard";
+ dir = 8;
+ name = "telecomms camera";
+ network = list("SS13","tcomm")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"cbQ" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Captain's Intercom";
+ pixel_x = -26
+ },
+/obj/item/weapon/reagent_containers/food/drinks/flask/gold,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/item/weapon/razor,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"cbR" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"cbS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"cbT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"cbU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Captain's Quarters";
+ dir = 1;
+ name = "command camera"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain/captains_quarters)
+"cbV" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Captain's Quarters APC";
+ pixel_y = -24
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain/captains_quarters)
+"cbW" = (
+/obj/structure/filingcabinet/security,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain/captains_quarters)
+"cbX" = (
+/obj/structure/dresser,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain/captains_quarters)
+"cbY" = (
+/obj/structure/table,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cbZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cca" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"ccb" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"ccc" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/crew_quarters/courtroom)
+"ccd" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"cce" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"ccf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"ccg" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"cch" = (
+/obj/structure/chair{
+ dir = 8;
+ name = "Judge"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cci" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/lawoffice)
+"ccj" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"cck" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/yellow,
+/obj/item/clothing/glasses/sunglasses/big{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/clothing/glasses/sunglasses,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"ccl" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"ccm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"ccn" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/wood,
+/area/lawoffice)
+"cco" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/secofficer,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"ccp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"ccq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"ccr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"ccs" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"cct" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ name = "Holding Cell";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ccu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ccv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"ccw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"ccx" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"ccy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"ccz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -32;
+ pixel_y = -64
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"ccA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"ccB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"ccC" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ccD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"ccE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"ccF" = (
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"ccG" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/space)
+"ccH" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "aiuploadwindow";
+ name = "AI Upload Lockdown Door"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai_upload)
+"ccI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor/westright{
+ dir = 4;
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/structure/window/reinforced,
+/obj/item/weapon/aiModule/core/freeformcore{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/core/full/custom,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ccJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ccK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"ccL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ccM" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ccN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ccO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"ccP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor{
+ dir = 8;
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/structure/window/reinforced,
+/obj/item/weapon/aiModule/core/full/tyrant{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/zeroth/oneHuman,
+/obj/item/weapon/aiModule/reset/purge{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ccQ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "aiuploadwindow";
+ name = "AI Upload Lockdown Door"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai_upload)
+"ccR" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/space,
+/area/space)
+"ccS" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/space,
+/area/space)
+"ccT" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ccU" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ccV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ccW" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1;
+ icon_state = "yellow";
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTH)"
+ },
+/area/engine/engineering)
+"ccX" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/engine/engineering)
+"ccY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ccZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"cda" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cdb" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTHWEST)"
+ },
+/area/engine/engineering)
+"cdc" = (
+/obj/machinery/vending/engivend,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cdd" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cde" = (
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = -32
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Power Monitoring";
+ dir = 1;
+ name = "engineering camera"
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/engineering)
+"cdf" = (
+/obj/machinery/light,
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plasteel/vault,
+/area/engine/engineering)
+"cdg" = (
+/obj/machinery/computer/atmos_alert,
+/obj/structure/sign/nosmoking_1{
+ pixel_x = 28;
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/engineering)
+"cdh" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cdi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cdj" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cdk" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cdl" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/wood,
+/area/library)
+"cdm" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/wood,
+/area/library)
+"cdn" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/library)
+"cdo" = (
+/obj/machinery/bookbinder,
+/turf/open/floor/wood,
+/area/library)
+"cdp" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/bookcase/random,
+/turf/open/floor/wood,
+/area/library)
+"cdq" = (
+/obj/structure/chair/comfy/brown,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/wood,
+/area/library)
+"cdr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/library)
+"cds" = (
+/obj/machinery/photocopier,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/library)
+"cdt" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/bookcase/manuals/research_and_development,
+/obj/machinery/camera{
+ c_tag = "Library";
+ dir = 2;
+ name = "library camera"
+ },
+/turf/open/floor/wood,
+/area/library)
+"cdu" = (
+/obj/structure/chair/comfy/brown,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/wood,
+/area/library)
+"cdv" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/wood,
+/area/library)
+"cdw" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopline";
+ name = "Queue Shutters"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cdx" = (
+/obj/machinery/computer/security/mining,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"cdy" = (
+/obj/structure/chair/office/dark,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cdz" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cdA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cdB" = (
+/obj/machinery/telecomms/bus/preset_four,
+/turf/open/floor/plasteel/brown{
+ dir = 9;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/tcommsat/server)
+"cdC" = (
+/obj/machinery/telecomms/processor/preset_four,
+/turf/open/floor/plasteel/green/side{
+ dir = 5;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/tcommsat/server)
+"cdD" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"cdE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"cdF" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"cdG" = (
+/obj/machinery/telecomms/processor/preset_two,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-yellow (NORTHWEST)"
+ },
+/area/tcommsat/server)
+"cdH" = (
+/obj/machinery/telecomms/bus/preset_two,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-neutral (NORTHEAST)"
+ },
+/area/tcommsat/server)
+"cdI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Emergency Escape";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/captain/captains_quarters)
+"cdJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cdK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cdL" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cdM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"cdN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"cdO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cdP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cdQ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/gavelblock,
+/obj/item/weapon/gavelhammer,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/crew_quarters/courtroom)
+"cdR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"cdS" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/crew_quarters/courtroom)
+"cdT" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Law Office APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/effect/landmark/start{
+ name = "Lawyer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"cdU" = (
+/obj/structure/table/wood,
+/obj/machinery/requests_console{
+ department = "Law Office";
+ departmentType = 0;
+ name = "'Law Office RC";
+ pixel_x = 0;
+ pixel_y = -64
+ },
+/obj/item/weapon/folder/blue{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/law,
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"cdV" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"cdW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/lawoffice)
+"cdX" = (
+/obj/machinery/photocopier,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Lawyer's Office";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"cdY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/weapon/pen,
+/obj/structure/sign/poster{
+ icon_state = "poster29_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster29_legit"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/brig)
+"cdZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Brig Desk";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"cea" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"ceb" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Desk";
+ req_access_txt = "63"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"cec" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"ced" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"cee" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"cef" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"ceg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"ceh" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/item/device/radio{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/device/radio{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/device/radio,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/brig)
+"cei" = (
+/obj/structure/closet/secure_closet/security/sec,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"cej" = (
+/obj/structure/closet/wardrobe/red,
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/item/clothing/under/rank/security/grey,
+/obj/item/clothing/under/rank/security/grey,
+/obj/item/clothing/under/rank/security/grey,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/item/weapon/storage/backpack/satchel/sec,
+/turf/open/floor/plasteel/red,
+/area/security/brig)
+"cek" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/brig)
+"cel" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/light,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"cem" = (
+/obj/machinery/vending/security,
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"cen" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"ceo" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"cep" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "aiuploadwindow";
+ name = "AI Upload Lockdown Door"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai_upload)
+"ceq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cer" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"ces" = (
+/obj/machinery/computer/upload/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cet" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ceu" = (
+/obj/machinery/computer/upload/borg,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cev" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"cew" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cex" = (
+/obj/structure/lattice,
+/obj/machinery/camera/emp_proof{
+ c_tag = "Containment - Fore Port";
+ dir = 4;
+ icon_state = "camera";
+ network = list("Singularity");
+ tag = "icon-camera (EAST)"
+ },
+/turf/open/space,
+/area/space)
+"cey" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/space,
+/area/space)
+"cez" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/space,
+/area/space)
+"ceA" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/space,
+/area/space)
+"ceB" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/space,
+/area/space)
+"ceC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ceD" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/engine/engineering)
+"ceE" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ceF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ceG" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"ceH" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/engineering_guide{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/engineering_particle_accelerator,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ceI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/book/manual/wiki/engineering_construction{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/engineering_singularity_safety,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ceJ" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"ceK" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"ceL" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/engineering)
+"ceM" = (
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"ceN" = (
+/obj/machinery/vending/tool,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ceO" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"ceP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"ceQ" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/wood,
+/area/library)
+"ceR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/library)
+"ceS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ceT" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ceU" = (
+/obj/machinery/door/airlock/glass{
+ name = "Library Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/library)
+"ceV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"ceW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Head of Personnel Line";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"ceX" = (
+/obj/machinery/vending/cola,
+/obj/structure/sign/poster{
+ icon_state = "poster8_legit";
+ pixel_y = -32;
+ tag = "icon-poster8_legit"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/primary/central)
+"ceY" = (
+/obj/structure/table/wood,
+/obj/machinery/keycard_auth{
+ pixel_x = -26
+ },
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"ceZ" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cfa" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cfb" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cfc" = (
+/obj/machinery/photocopier,
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster17_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cfd" = (
+/obj/machinery/telecomms/server/presets/supply,
+/turf/open/floor/plasteel/brown{
+ dir = 10;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/tcommsat/server)
+"cfe" = (
+/obj/machinery/telecomms/server/presets/service,
+/turf/open/floor/plasteel/green/side{
+ dir = 6;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/tcommsat/server)
+"cff" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 2;
+ name = "Telecoms Server Room";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"cfg" = (
+/obj/machinery/telecomms/server/presets/engineering,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-yellow (SOUTHWEST)"
+ },
+/area/tcommsat/server)
+"cfh" = (
+/obj/machinery/telecomms/server/presets/common,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-neutral (SOUTHEAST)"
+ },
+/area/tcommsat/server)
+"cfi" = (
+/turf/closed/wall/r_wall,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfj" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfk" = (
+/turf/closed/wall,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Bridge - Captain's Emergency Escape";
+ dir = 4;
+ name = "command camera";
+ network = list("SS13")
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfn" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfo" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfp" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cfq" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cfr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"cfs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cft" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cfu" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cfv" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cfw" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Courtroom";
+ req_access_txt = "42"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"cfx" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"cfy" = (
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Lawyer"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/courtroom)
+"cfz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cfA" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/item/weapon/folder/yellow{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/folder/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"cfB" = (
+/obj/structure/chair{
+ dir = 8;
+ name = "Judge"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cfC" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Courtroom - Center";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/courtroom)
+"cfD" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"cfE" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/wood,
+/area/lawoffice)
+"cfF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = -32;
+ tag = "icon-poster22_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/lawoffice)
+"cfG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/lawoffice)
+"cfH" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/wood,
+/area/lawoffice)
+"cfI" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"cfJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Shooting Range";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"cfK" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/security/brig)
+"cfL" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"cfM" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/reset,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cfN" = (
+/obj/machinery/status_display{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cfO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"cfP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"cfQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"cfR" = (
+/obj/machinery/status_display{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cfS" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/supplied/quarantine,
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "AI Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cfT" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space,
+/area/space)
+"cfU" = (
+/obj/machinery/power/grounding_rod,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/space)
+"cfV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/space)
+"cfW" = (
+/obj/machinery/power/tesla_coil,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/space)
+"cfX" = (
+/obj/machinery/power/grounding_rod,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/space)
+"cfY" = (
+/obj/effect/decal/cleanable/oil,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cfZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cga" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cgb" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cgc" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"cgd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cge" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/engineering)
+"cgf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cgg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Engine Room APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cgh" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cgi" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cgj" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cgk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cgl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"cgm" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/wood,
+/area/library)
+"cgn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cgo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cgp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cgq" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cgr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cgs" = (
+/obj/machinery/door/airlock/glass{
+ name = "Library Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/library)
+"cgt" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cgu" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cgv" = (
+/obj/structure/bed/dogbed{
+ anchored = 1;
+ desc = "Ian's bed! Looks comfy.";
+ name = "Ian's bed";
+ pixel_y = 2
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/mob/living/simple_animal/pet/dog/corgi/Ian,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cgw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"cgx" = (
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"cgy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/fans/tiny,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ dir = 5
+ },
+/area/tcommsat/server)
+"cgz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cgA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Teleporter Maintenance";
+ req_access_txt = "17"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (WEST)";
+ icon_state = "plating_warn_side"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cgB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cgC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cgD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Courtroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cgE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cgF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cgG" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cgH" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cgI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"cgJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"cgK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cgL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cgM" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/crew_quarters/courtroom)
+"cgN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/blue/side,
+/area/crew_quarters/courtroom)
+"cgO" = (
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/crew_quarters/courtroom)
+"cgP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/lawoffice)
+"cgQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Law Office Maintenance";
+ req_access_txt = "38"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/lawoffice)
+"cgR" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard)
+"cgS" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/flashlight,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cgT" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cgU" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cgV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cgW" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/maintenance/starboard)
+"cgX" = (
+/turf/closed/wall,
+/area/security/range)
+"cgY" = (
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/target,
+/obj/item/target/syndicate,
+/obj/item/target/alien,
+/obj/item/target/clown,
+/obj/structure/closet/crate/secure{
+ desc = "A secure crate containing various materials for building a customised test-site.";
+ name = "Test Site Materials Crate";
+ req_access_txt = "63"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/range)
+"cgZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/range)
+"cha" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/range)
+"chb" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"chc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"chd" = (
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"che" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"chf" = (
+/turf/open/floor/plating,
+/area/security/range)
+"chg" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"chh" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/security/range)
+"chi" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"chj" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/supplied/freeform,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"chk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/flasher{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"chl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"chm" = (
+/obj/machinery/flasher{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"chn" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/core/full/drone{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/core/full/reporter,
+/obj/item/weapon/aiModule/core/full/liveandletlive{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"cho" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/space)
+"chp" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/space)
+"chq" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/space)
+"chr" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/space)
+"chs" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/space)
+"cht" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"chu" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/stack/cable_coil/white,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chw" = (
+/obj/structure/rack,
+/obj/machinery/button/door{
+ id = "engpa";
+ name = "Engineering Chamber Shutters Control";
+ pixel_y = -26;
+ req_access_txt = "11"
+ },
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/wrench,
+/obj/item/clothing/glasses/meson/engine,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chx" = (
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chy" = (
+/obj/structure/closet/secure_closet/engineering_welding,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chz" = (
+/obj/structure/closet/wardrobe/engineering_yellow,
+/obj/item/weapon/storage/backpack/satchel/eng,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chA" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chB" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/requests_console{
+ department = "Engineering";
+ departmentType = 0;
+ name = "Engineering RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster16_legit"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"chC" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"chD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"chE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"chF" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"chG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"chH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"chI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"chJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"chK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"chL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"chM" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/library)
+"chN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"chO" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"chP" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"chQ" = (
+/turf/open/floor/wood,
+/area/library)
+"chR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/library)
+"chS" = (
+/obj/machinery/holopad,
+/turf/open/floor/wood,
+/area/library)
+"chT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/library)
+"chU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"chV" = (
+/obj/structure/dresser,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"chW" = (
+/obj/structure/filingcabinet/medical,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"chX" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"chY" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"chZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cia" = (
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cib" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"cic" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 1;
+ name = "Telecoms Server Room";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"cid" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cie" = (
+/turf/open/floor/plasteel/loadingarea,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cif" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cig" = (
+/obj/structure/table,
+/obj/item/weapon/hand_tele,
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Teleporter APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cih" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cii" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cij" = (
+/obj/machinery/button/door{
+ id = "teleporterhubshutters";
+ name = "Teleporter Shutters";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/bluespace_beacon,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cik" = (
+/obj/machinery/teleport/hub,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cil" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "teleporterhubshutters";
+ name = "Teleporter Shutters"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cim" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cin" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cio" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cip" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"ciq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/courtroom)
+"cir" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"cis" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"cit" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"ciu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/crew_quarters/courtroom)
+"civ" = (
+/obj/structure/chair{
+ dir = 8;
+ name = "Judge"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"ciw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/starboard)
+"cix" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard)
+"ciy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ciz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ciA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/starboard)
+"ciB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ciC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ciD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ciE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard)
+"ciF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ciG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ciH" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Security Maintenance";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/range)
+"ciI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/range)
+"ciJ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/range)
+"ciK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/range)
+"ciL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ name = "Shooting Range";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"ciM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"ciN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"ciO" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/target/syndicate,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/range)
+"ciP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/range)
+"ciQ" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Aft Port";
+ dir = 8;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"ciR" = (
+/obj/structure/cable/white,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "AI Upload Access APC";
+ pixel_x = 0;
+ pixel_y = -27
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ciS" = (
+/obj/machinery/porta_turret/ai,
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ciT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-07";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ciU" = (
+/obj/machinery/porta_turret/ai,
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ciV" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai_upload)
+"ciW" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "AI Satellite - Aft Starboard";
+ dir = 4;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"ciX" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space,
+/area/space)
+"ciY" = (
+/obj/machinery/power/tesla_coil,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/space)
+"ciZ" = (
+/obj/structure/sign/radiation,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cja" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cjb" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"cjc" = (
+/obj/machinery/requests_console{
+ department = "Chapel Office";
+ departmentType = 0;
+ name = "Chapel RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cjd" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cje" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/engine/engineering)
+"cjf" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2/port_maintenance)
+"cjg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cjh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cji" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/library)
+"cjj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/bookcase/random/fiction,
+/turf/open/floor/wood,
+/area/library)
+"cjk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cjl" = (
+/obj/structure/bookcase/random/reference,
+/turf/open/floor/wood,
+/area/library)
+"cjm" = (
+/obj/structure/bookcase/manuals/medical,
+/turf/open/floor/wood,
+/area/library)
+"cjn" = (
+/obj/structure/bookcase/manuals/engineering,
+/turf/open/floor/wood,
+/area/library)
+"cjo" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cjp" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cjq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cjr" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cjs" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cjt" = (
+/obj/structure/bed,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/bedsheet/hop,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cju" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cjv" = (
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel's Quarters";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cjw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cjx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cjy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cjz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"cjA" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/hop{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/toy/figure/ian,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cjB" = (
+/turf/closed/wall,
+/area/tcommsat/server)
+"cjC" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"cjD" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"cjE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"cjF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"cjG" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/machinery/camera{
+ c_tag = "Telecomms - Cooling Room";
+ dir = 8;
+ name = "telecomms camera";
+ network = list("SS13","tcomm")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"cjH" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/wrench,
+/obj/item/weapon/crowbar,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjK" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 4;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 4;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjN" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjO" = (
+/obj/machinery/teleport/station,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cjP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Starboard";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cjQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cjR" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cjS" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Defense"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 10
+ },
+/area/crew_quarters/courtroom)
+"cjT" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Defense"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/crew_quarters/courtroom)
+"cjU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cjV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cjW" = (
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/courtroom)
+"cjX" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/courtroom)
+"cjY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cjZ" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/starboard)
+"cka" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ckb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard)
+"ckc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard)
+"ckd" = (
+/obj/effect/decal/cleanable/oil,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/maintenance/starboard)
+"cke" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"ckf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/starboard)
+"ckg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard)
+"ckh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cki" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/security/range)
+"ckj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Shooting Range APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/range)
+"ckk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/security/range)
+"ckl" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/item/weapon/gun/energy/laser/practice{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/gun/energy/laser/practice,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/ears/earmuffs,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/range)
+"ckm" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"ckn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/security/range)
+"cko" = (
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Shooting Range";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"ckp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/security/range)
+"ckq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"ckr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"cks" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/security/range)
+"ckt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"cku" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"ckv" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ckw" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ckx" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cky" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ckz" = (
+/obj/machinery/button/door{
+ id = "engpa";
+ name = "Engineering Chamber Shutters Control";
+ pixel_y = 26;
+ req_access_txt = "11"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"ckA" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/engineer,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/airlock_painter,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckC" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"ckD" = (
+/obj/structure/closet/crate,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/weapon/crowbar/red,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 20
+ },
+/obj/item/device/gps/engineering{
+ gpstag = "ENG0"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckE" = (
+/obj/machinery/shieldgen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckF" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckG" = (
+/obj/machinery/field/generator,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ckH" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"ckI" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"ckJ" = (
+/obj/structure/tank_dispenser,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"ckK" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"ckL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"ckM" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Library APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/wood,
+/area/library)
+"ckN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/library)
+"ckO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ckP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"ckQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"ckR" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Librarian"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/carpet,
+/area/library)
+"ckS" = (
+/turf/open/floor/carpet,
+/area/library)
+"ckT" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ckU" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"ckV" = (
+/obj/structure/closet/secure_closet/hop,
+/obj/item/clothing/suit/ianshirt,
+/obj/item/weapon/bedsheet/ian,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/heads)
+"ckW" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/crew_quarters/heads)
+"ckX" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"ckY" = (
+/obj/machinery/disposal/bin,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"ckZ" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cla" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"clb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"clc" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"cld" = (
+/obj/machinery/light,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"cle" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"clf" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"clg" = (
+/obj/structure/table,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/wrench,
+/obj/item/weapon/screwdriver{
+ pixel_y = 5
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/tcommsat/server)
+"clh" = (
+/obj/structure/rack,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/device/radio,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cli" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"clj" = (
+/obj/machinery/light_switch{
+ pixel_x = -7;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Teleporter";
+ dir = 1;
+ name = "command camera"
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"clk" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cll" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"clm" = (
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cln" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"clo" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"clp" = (
+/obj/structure/table,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"clq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"clr" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"cls" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"clt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"clu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"clv" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Courtroom APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/courtroom)
+"clw" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/locker)
+"clx" = (
+/turf/closed/wall,
+/area/crew_quarters/locker)
+"cly" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/starboard)
+"clz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/starboard)
+"clA" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=1";
+ dir = 1;
+ freq = 1400;
+ location = "Security"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/range)
+"clB" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Security Maintenance";
+ req_access_txt = "63"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/range)
+"clC" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/range)
+"clD" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"clE" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/space,
+/area/space)
+"clF" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space)
+"clG" = (
+/obj/structure/lattice,
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/space)
+"clH" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/structure/lattice,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"clI" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/space)
+"clJ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/space)
+"clK" = (
+/obj/machinery/the_singularitygen,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/space)
+"clL" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/space)
+"clM" = (
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"clN" = (
+/obj/structure/particle_accelerator/particle_emitter/left{
+ tag = "icon-emitter_left (WEST)";
+ icon_state = "emitter_left";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"clO" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"clP" = (
+/obj/machinery/particle_accelerator/control_box,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"clQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"clR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"clS" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"clT" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"clU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"clV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"clW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"clX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"clY" = (
+/obj/machinery/door/poddoor{
+ id = "engstorage";
+ name = "Engineering Secure Storage Lockdown"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"clZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cma" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cmb" = (
+/obj/machinery/field/generator,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cmc" = (
+/obj/machinery/field/generator,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cmd" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cme" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cmf" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cmg" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2/port_maintenance)
+"cmh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cmi" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/bookcase/random/fiction,
+/turf/open/floor/wood,
+/area/library)
+"cmj" = (
+/obj/structure/bookcase/random/fiction,
+/turf/open/floor/wood,
+/area/library)
+"cmk" = (
+/obj/structure/bookcase/random/adult,
+/turf/open/floor/wood,
+/area/library)
+"cml" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cmm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"cmn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/library)
+"cmo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/library)
+"cmp" = (
+/obj/machinery/libraryscanner,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cmq" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"cmr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hopblast";
+ name = "HoP Blast door"
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"cms" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "hopblast";
+ name = "HoP Blast door"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel's Office";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"cmt" = (
+/turf/closed/wall/r_wall,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cmu" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cmv" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cmw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 0;
+ name = "Telecoms Foyer";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cmx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Teleport Access";
+ req_access_txt = "17"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cmy" = (
+/obj/machinery/button/door{
+ id = "teleportershutters";
+ name = "Teleporter Shutters";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "19"
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "teleportershutters";
+ name = "Teleporter Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cmz" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "teleportershutters";
+ name = "Teleporter Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cmA" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cmB" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"cmC" = (
+/obj/structure/table,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cmD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cmE" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Courtroom - Aft";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cmF" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/crew_quarters/courtroom)
+"cmG" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"cmH" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"cmI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"cmJ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"cmK" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster4_legit"
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/courtroom)
+"cmL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cmM" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cmN" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/locker)
+"cmO" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/crew_quarters/locker)
+"cmP" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTH)";
+ icon_state = "escape";
+ dir = 1
+ },
+/area/crew_quarters/locker)
+"cmQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/starboard)
+"cmR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cmS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"cmT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cmU" = (
+/turf/open/floor/plating,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/maintenance/starboard)
+"cmV" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cmW" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/maintenance/starboard)
+"cmX" = (
+/turf/closed/wall,
+/area/maintenance/starboard)
+"cmY" = (
+/obj/structure/sign/electricshock{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/turf/open/space,
+/area/space)
+"cmZ" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/northleft,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"cna" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"cnb" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"cnc" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/door/window/northright,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"cnd" = (
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/area/space)
+"cne" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/space)
+"cnf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/space)
+"cng" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cnh" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cni" = (
+/obj/structure/particle_accelerator/particle_emitter/center{
+ tag = "icon-emitter_center (WEST)";
+ icon_state = "emitter_center";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cnj" = (
+/obj/structure/particle_accelerator/power_box{
+ tag = "icon-power_box (WEST)";
+ icon_state = "power_box";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cnk" = (
+/obj/structure/particle_accelerator/fuel_chamber{
+ tag = "icon-fuel_chamber (WEST)";
+ icon_state = "fuel_chamber";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cnl" = (
+/obj/structure/particle_accelerator/end_cap{
+ tag = "icon-end_cap (WEST)";
+ icon_state = "end_cap";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cnm" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cnn" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Central";
+ dir = 4;
+ name = "engineering camera"
+ },
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the singularity chamber.";
+ dir = 4;
+ layer = 4;
+ name = "Engine Containment Telescreen";
+ network = list("Singularity");
+ pixel_x = -30;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cno" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"cnp" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"cnr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cns" = (
+/obj/machinery/door/poddoor{
+ id = "engstorage";
+ name = "Engineering Secure Storage Lockdown"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cnu" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/engine/engineering)
+"cnv" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/engine/engineering)
+"cnw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/fire{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/engine/engineering)
+"cnx" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cny" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cnz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cnA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cnB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/highsecurity{
+ name = "Engineering Auxiliary Storage";
+ req_access_txt = "32"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cnC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cnD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cnE" = (
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/wood,
+/area/library)
+"cnF" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen/blue{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/pen/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Library Desk";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cnG" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/library)
+"cnH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"cnI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/bag/books,
+/obj/item/device/taperecorder,
+/obj/structure/noticeboard{
+ dir = 8;
+ icon_state = "nboard00";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (WEST)"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cnJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cnK" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cnL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Command Hallway"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnQ" = (
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ aidisabled = 0;
+ dir = 1;
+ name = "Command Hall APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Center";
+ dir = 2;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnY" = (
+/obj/structure/sign/electricshock{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cnZ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"coa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cob" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"coc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cod" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"coe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cof" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cog" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"coh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"coi" = (
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster17_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"coj" = (
+/obj/machinery/door/airlock{
+ name = "Jury";
+ req_access_txt = "42"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"cok" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Jury"
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"col" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Jury"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"com" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Jury"
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"con" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/courtroom)
+"coo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/locker)
+"cop" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/locker)
+"coq" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Locker Room - Fore";
+ dir = 2;
+ name = "dormitories camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker)
+"cor" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker)
+"cos" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker)
+"cot" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker)
+"cou" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker)
+"cov" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard)
+"cow" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cox" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"coy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"coz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"coA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard)
+"coB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"coC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/glass_security{
+ name = "Storage Closet";
+ req_access_txt = "63"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"coD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"coE" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"coF" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"coG" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"coH" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"coI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/space)
+"coJ" = (
+/obj/machinery/the_singularitygen/tesla,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/space)
+"coK" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/space)
+"coL" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/space)
+"coM" = (
+/obj/structure/particle_accelerator/particle_emitter/right{
+ tag = "icon-emitter_right (WEST)";
+ icon_state = "emitter_right";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"coN" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"coO" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"coP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"coQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coR" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"coT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coV" = (
+/obj/machinery/door/poddoor{
+ id = "engstorage";
+ name = "Engineering Secure Storage Lockdown"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coX" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coY" = (
+/obj/machinery/power/tesla_coil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"coZ" = (
+/obj/machinery/power/emitter,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpa" = (
+/obj/machinery/power/emitter,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cpb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cpc" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cpd" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cpe" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cpf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cpg" = (
+/obj/structure/bookcase/random/nonfiction,
+/turf/open/floor/wood,
+/area/library)
+"cph" = (
+/obj/machinery/light,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/camera{
+ c_tag = "Library - Aft";
+ dir = 1;
+ name = "library camera"
+ },
+/turf/open/floor/wood,
+/area/library)
+"cpi" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -32
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cpj" = (
+/obj/machinery/light,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cpk" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cpl" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/librarian,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cpm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cpn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cpo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Command Hallway"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cps" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Center Port";
+ dir = 1;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair/comfy/black,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/device/radio/beacon,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair/comfy/black,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Center Starboard";
+ dir = 1;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cpL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cpM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cpN" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: PRESSURIZED DOORS";
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "icon-doors"
+ },
+/turf/closed/wall,
+/area/crew_quarters/courtroom)
+"cpO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/courtroom)
+"cpP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/locker)
+"cpQ" = (
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cpR" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cpS" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cpT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cpU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/locker)
+"cpV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"cpW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"cpX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cpY" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cpZ" = (
+/obj/structure/table,
+/obj/item/clothing/under/rank/security,
+/obj/item/weapon/restraints/handcuffs,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Starboard Maintenance APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cqa" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/clothing/shoes/jackboots,
+/obj/item/device/radio,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cqb" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/corner,
+/area/maintenance/starboard)
+"cqc" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cqd" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = -32
+ },
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/box/flashes,
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cqe" = (
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cqf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cqg" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"cqh" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"cqi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cql" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/emp_proof{
+ c_tag = "Containment - Particle Accelerator";
+ dir = 1;
+ network = list("Singularity")
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqm" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqn" = (
+/obj/machinery/button/door{
+ id = "engpa";
+ name = "Engineering Chamber Shutters Control";
+ pixel_y = -26;
+ req_access_txt = "11"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cqo" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/plasma,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqp" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cqq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqs" = (
+/obj/machinery/the_singularitygen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqt" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqu" = (
+/obj/machinery/power/tesla_coil,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Engineering - Secure Storage";
+ dir = 1;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqv" = (
+/obj/machinery/power/emitter,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cqw" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cqx" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/electronics/airlock,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cqy" = (
+/obj/structure/table/reinforced,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/electronics/firelock,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cqz" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/firealarm,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cqA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cqB" = (
+/obj/machinery/door/airlock/glass{
+ name = "Library Game Room"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cqC" = (
+/obj/machinery/door/airlock/glass{
+ name = "Library Game Room"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cqD" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/library)
+"cqE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/library)
+"cqF" = (
+/obj/machinery/door/morgue{
+ name = "Librarian's Study";
+ req_access_txt = "37"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cqG" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Command department is.";
+ dir = 1;
+ icon_state = "direction_bridge";
+ name = "command department";
+ pixel_y = 0;
+ tag = "icon-direction_bridge"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cqH" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cqI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "E.V.A. Storage";
+ req_access = null;
+ req_access_txt = "18"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cqJ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "E.V.A. Storage";
+ req_access = null;
+ req_access_txt = "18"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cqK" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqL" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqM" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqQ" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqS" = (
+/turf/closed/wall/r_wall,
+/area/gateway)
+"cqT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/gateway)
+"cqU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Gateway Atrium";
+ req_access_txt = "62"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/gateway)
+"cqV" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqW" = (
+/obj/machinery/vending/coffee,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqX" = (
+/obj/machinery/vending/cola,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cqY" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Command department is.";
+ dir = 1;
+ icon_state = "direction_bridge";
+ name = "command department";
+ pixel_y = 0;
+ tag = "icon-direction_bridge"
+ },
+/turf/closed/wall/r_wall,
+/area/gateway)
+"cqZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cra" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"crb" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Starboard Auxiliary Hallway"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"crc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"crd" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cre" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"crf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"crg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"crh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Dormitory Hallway";
+ dir = 2;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cri" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"crj" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"crk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Lockerroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"crl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/locker)
+"crm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"crn" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cro" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"crp" = (
+/obj/structure/table,
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"crq" = (
+/obj/structure/table,
+/obj/item/device/camera,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"crr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"crs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"crt" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"cru" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"crv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard)
+"crw" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"crx" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cry" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"crz" = (
+/obj/structure/table,
+/obj/item/stack/sheet/cloth/ten,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"crA" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/machinery/camera{
+ c_tag = "Recreation - Fore";
+ dir = 2;
+ name = "recreation camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"crB" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"crC" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"crD" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"crE" = (
+/obj/structure/closet/masks,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"crF" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"crG" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"crH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"crI" = (
+/turf/closed/wall/r_wall,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"crJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"crK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"crL" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXnineteen,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"crM" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/nineteenXnineteen,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"crN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"crO" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/candle_box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/turf/open/floor/plasteel/black,
+/area/library)
+"crP" = (
+/obj/structure/dresser,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"crQ" = (
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"crR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/library)
+"crS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"crT" = (
+/obj/structure/bookcase{
+ name = "Forbidden Knowledge"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"crU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"crV" = (
+/obj/item/stack/cable_coil,
+/obj/item/device/multitool,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"crW" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"crX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"crY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"crZ" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "E.V.A. Storage APC";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"csa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"csb" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHEAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"csc" = (
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/camera{
+ c_tag = "Bridge - E.V.A. Fore";
+ dir = 2;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"csd" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"cse" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel/blue/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csl" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"csm" = (
+/obj/structure/closet/secure_closet/exile,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"csn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Gateway APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cso" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"csp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"csq" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/rods{
+ amount = 25
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/device/flashlight,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"csr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"css" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cst" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Starboard Auxiliary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"csu" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"csv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"csw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"csx" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"csy" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"csz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"csA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"csB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/locker)
+"csC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/locker)
+"csD" = (
+/obj/structure/table,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"csE" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"csF" = (
+/obj/structure/table,
+/obj/item/toy/cards/deck,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"csG" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"csH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"csI" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"csJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard)
+"csK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"csL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard)
+"csM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"csN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"csO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"csP" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"csQ" = (
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"csR" = (
+/obj/structure/closet/athletic_mixed,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"csS" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/space)
+"csT" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/space)
+"csU" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/space)
+"csV" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/engine/engineering)
+"csW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"csX" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wirecutters,
+/obj/item/stack/cable_coil/white,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"csY" = (
+/obj/structure/rack,
+/obj/machinery/button/door{
+ id = "engpa";
+ name = "Engineering Chamber Shutters Control";
+ pixel_y = 26;
+ req_access_txt = "11"
+ },
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/weldingtool,
+/obj/item/clothing/head/welding,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"csZ" = (
+/obj/structure/closet/toolcloset,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cta" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ctb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"ctc" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"ctd" = (
+/obj/machinery/suit_storage_unit/engine,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cte" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/suit_storage_unit/engine,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"ctf" = (
+/obj/machinery/suit_storage_unit/engine,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"ctg" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cth" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cti" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"ctj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"ctk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"ctl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"ctm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"ctn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cto" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"ctp" = (
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ctq" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ctr" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cts" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ctt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"ctu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"ctv" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"ctw" = (
+/obj/structure/destructible/cult/tome,
+/obj/item/weapon/book/codex_gigas,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"ctx" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"cty" = (
+/obj/structure/chair/comfy/black,
+/obj/effect/landmark/start{
+ name = "Librarian"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"ctz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"ctA" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"ctB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Aft Port";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"ctC" = (
+/obj/item/stack/sheet/plasteel/twenty,
+/obj/item/stack/sheet/rglass{
+ amount = 30;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/weapon/crowbar,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctD" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctK" = (
+/obj/machinery/cell_charger,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctL" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ctM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"ctN" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"ctO" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"ctP" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"ctQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/bridge/meeting_room{
+ name = "\improper Command Hallway"
+ })
+"ctR" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/gateway)
+"ctS" = (
+/obj/structure/closet/secure_closet/medical1,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"ctT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/gateway)
+"ctU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/area/gateway)
+"ctV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
+ },
+/area/gateway)
+"ctW" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"ctX" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/gateway)
+"ctY" = (
+/obj/machinery/gateway{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/gateway)
+"ctZ" = (
+/obj/machinery/gateway{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"cua" = (
+/obj/machinery/gateway{
+ dir = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/gateway)
+"cub" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cuc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cud" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Starboard Auxiliary Hallway"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cue" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cuf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cug" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cuh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"cui" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"cuj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"cuk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Lockerroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"cul" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker)
+"cum" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker)
+"cun" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cuo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cup" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cuq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/junction,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cur" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cus" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cut" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard)
+"cuu" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cuv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"cuw" = (
+/obj/structure/rack,
+/obj/item/weapon/wrench,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard)
+"cux" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard)
+"cuy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/maintenance/starboard)
+"cuz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/weightlifter,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuE" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/stacklifter,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuH" = (
+/obj/structure/closet/boxinggloves,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cuI" = (
+/obj/machinery/power/grounding_rod,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/space)
+"cuJ" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/space)
+"cuK" = (
+/obj/machinery/power/tesla_coil,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/space)
+"cuL" = (
+/obj/machinery/power/grounding_rod,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plating,
+/area/space)
+"cuM" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engpa";
+ name = "Engineering Chamber Shutters"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cuN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cuO" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cuP" = (
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/wrench,
+/obj/item/clothing/glasses/meson/engine,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = -22;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cuQ" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1;
+ icon_state = "yellow";
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTH)"
+ },
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cuR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1;
+ icon_state = "yellow";
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-yellow (NORTH)"
+ },
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cuS" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cuT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/fpmaint2/port_maintenance)
+"cuU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cuV" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/sign/kiddieplaque{
+ desc = "A long list of rules to be followed when in the library, extolling the virtues of being quiet at all times and threatening those who would dare eat hot food inside.";
+ name = "Library Rules Sign";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Library Backroom";
+ dir = 4;
+ name = "library camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cuW" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cuX" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/library)
+"cuY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/library)
+"cuZ" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cva" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"cvb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cvc" = (
+/obj/machinery/photocopier,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"cvd" = (
+/obj/structure/filingcabinet,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"cve" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cvf" = (
+/obj/machinery/light,
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/device/laser_pointer{
+ pixel_x = 3
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"cvg" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/item/device/camera,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cvh" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/black,
+/area/library)
+"cvi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cvj" = (
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "Magboot Storage";
+ pixel_x = -1;
+ pixel_y = 0;
+ req_access_txt = "19"
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/clothing/shoes/magboots{
+ pixel_x = -4;
+ pixel_y = 3
+ },
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvl" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvn" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/neutral,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvq" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cvr" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "corporatelounge";
+ name = "Corporate Lounge Shutters"
+ },
+/turf/open/floor/plating,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cvs" = (
+/turf/closed/wall/r_wall,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cvt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Corporate Lounge";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cvu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Corporate Lounge";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cvv" = (
+/obj/structure/bed/roller,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cvw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"cvx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/gateway)
+"cvy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/gateway)
+"cvz" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/paper/pamphlet,
+/obj/item/weapon/paper/pamphlet,
+/obj/item/weapon/paper/pamphlet,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cvA" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/gateway)
+"cvB" = (
+/obj/machinery/gateway{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"cvC" = (
+/obj/machinery/gateway/centerstation,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/gateway)
+"cvD" = (
+/obj/machinery/gateway{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"cvE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Dormitory Hallway";
+ dir = 4;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cvF" = (
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cvG" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock{
+ name = "Primary Restroom"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cvH" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker)
+"cvI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cvJ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cvK" = (
+/obj/structure/table,
+/obj/item/toy/foamblade,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cvL" = (
+/obj/structure/table,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cvM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cvN" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cvO" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cvP" = (
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"cvQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/punching_bag,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cvY" = (
+/obj/structure/lattice,
+/obj/machinery/camera/emp_proof{
+ c_tag = "Containment - Aft Port";
+ dir = 4;
+ icon_state = "camera";
+ network = list("Singularity");
+ tag = "icon-camera (NORTHEAST)"
+ },
+/turf/open/space,
+/area/space)
+"cvZ" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/space,
+/area/space)
+"cwa" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/space,
+/area/space)
+"cwb" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/space,
+/area/space)
+"cwc" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/engine/engineering)
+"cwd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cwe" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cwf" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cwg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cwh" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cwi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cwj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cwk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cwl" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cwm" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/clothing/shoes/magboots,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cwn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cwo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cwp" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/emergency_oxygen{
+ pixel_x = 6
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen{
+ pixel_x = -6
+ },
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cwq" = (
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/wrench,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cwr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cws" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"cwt" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cwu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"cwv" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck/cas{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/toy/cards/deck/cas/black{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"cww" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cwx" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cwy" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/library)
+"cwz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cwA" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cwB" = (
+/obj/structure/closet/crate/rcd{
+ pixel_y = 4
+ },
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "RCD Storage";
+ pixel_x = 1;
+ pixel_y = 0;
+ req_access_txt = "19"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cwC" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cwD" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cwE" = (
+/obj/machinery/camera/motion{
+ c_tag = "E.V.A. Storage";
+ dir = 8;
+ name = "motion-sensitive command camera"
+ },
+/obj/machinery/requests_console{
+ department = "E.V.A. Storage";
+ departmentType = 0;
+ name = "E.V.A. RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cwF" = (
+/turf/closed/wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cwG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/showcase{
+ desc = "A stand with an empty old NanoTrasen Corporation combat mech bolted to it. It is described as the premier unit used to defend corporate interests and employees.";
+ icon = 'icons/mecha/mecha.dmi';
+ icon_state = "marauder";
+ name = "combat mech exhibit"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwH" = (
+/obj/structure/bookcase,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwK" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Corporate Lounge";
+ dir = 2;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwL" = (
+/obj/structure/fireplace,
+/turf/open/floor/plasteel/vault,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwM" = (
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/showcase{
+ desc = "A flimsy model of a standard NanoTrasen automated loyalty implant machine. With secure positioning harnesses and a robotic surgical injector, brain damage and other serious medical anomalies are now up to 60% less likely!";
+ icon = 'icons/obj/machines/implantchair.dmi';
+ icon_state = "implantchair";
+ layer = 2.7;
+ name = "NanoTrasen automated loyalty implanter exhibit";
+ pixel_x = 0;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cwP" = (
+/obj/structure/rack,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/bruise_pack,
+/obj/item/stack/medical/ointment,
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/syringe/charcoal,
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Gateway Atrium";
+ dir = 4;
+ name = "command camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cwQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"cwR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/gateway)
+"cwS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/gateway)
+"cwT" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cwU" = (
+/turf/closed/wall,
+/area/gateway)
+"cwV" = (
+/obj/machinery/gateway{
+ dir = 10
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/gateway)
+"cwW" = (
+/obj/machinery/gateway,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/gateway)
+"cwX" = (
+/obj/machinery/gateway{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Bridge - Gateway Chamber";
+ dir = 8;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/gateway)
+"cwY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cwZ" = (
+/obj/machinery/shower{
+ icon_state = "shower";
+ dir = 4
+ },
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxa" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxb" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxf" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Primary Restroom APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Primary Restroom";
+ dir = 2;
+ name = "restroom camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxg" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxh" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxi" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cxk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker)
+"cxl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cxm" = (
+/obj/structure/chair/stool,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cxn" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cxo" = (
+/obj/structure/table,
+/obj/item/device/paicard,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cxp" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/toy/gun,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cxq" = (
+/obj/structure/chair/stool,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cxr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cxs" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Lockerroom APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cxt" = (
+/obj/structure/dresser,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cxu" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "greydet";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/toggle/lawyer/black,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/clothing/head/fedora,
+/obj/item/clothing/under/blacktango,
+/obj/item/clothing/head/bowler,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cxv" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/geranium,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/geranium,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/geranium,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cxw" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cxx" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cxy" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket/letterman_nanotrasen,
+/obj/item/clothing/suit/toggle/lawyer,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/item/clothing/under/kilt,
+/obj/item/clothing/head/beret,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cxz" = (
+/obj/structure/dresser,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cxA" = (
+/obj/structure/bed,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/bedsheet/red,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cxB" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "detective";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/toggle/lawyer/purple,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/item/clothing/head/fedora{
+ icon_state = "detective"
+ },
+/obj/item/clothing/under/geisha,
+/obj/item/clothing/head/fedora{
+ icon_state = "curator"
+ },
+/obj/item/clothing/suit/jacket{
+ desc = "This looks awfully familiar...";
+ icon_state = "curator"
+ },
+/obj/item/clothing/under/rank/librarian/curator,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cxC" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/vending/coffee,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cxD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cxE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cxF" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cxG" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cxH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cxI" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cxJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cxK" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"cxL" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/engine/engineering)
+"cxM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cxN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cxO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Engineering Storage";
+ req_access_txt = "32"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cxP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cxQ" = (
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cxR" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cxS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/structure/tank_dispenser,
+/obj/machinery/camera{
+ c_tag = "Engineering - Gear Storage";
+ dir = 8;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cxT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cxU" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cxV" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cxW" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cxX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cxY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/newspaper{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/newspaper,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cxZ" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cya" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cyb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"cyc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"cyd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"cye" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/library)
+"cyf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cyg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cyh" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cyi" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cyj" = (
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "Jetpack Storage";
+ pixel_x = -1;
+ pixel_y = 0;
+ req_access_txt = "19"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/weapon/tank/jetpack/carbondioxide{
+ pixel_x = 4;
+ pixel_y = -1
+ },
+/obj/item/weapon/tank/jetpack/carbondioxide{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/weapon/tank/jetpack/carbondioxide{
+ pixel_x = -4;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cyk" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cyl" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cym" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Corporate Lounge APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyq" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyr" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cys" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/paper_bin,
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cyx" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cyy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/gateway)
+"cyz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"cyA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
+ },
+/area/gateway)
+"cyB" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/gateway)
+"cyC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/gateway)
+"cyD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/area/gateway)
+"cyE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
+ },
+/area/gateway)
+"cyF" = (
+/obj/machinery/shower{
+ icon_state = "shower";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyG" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyH" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyI" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock{
+ name = "Unisex Showers";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyJ" = (
+/turf/open/floor/plasteel/neutral/corner{
+ tag = "icon-neutralcorner (NORTH)";
+ icon_state = "neutralcorner";
+ dir = 1
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyM" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyN" = (
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyP" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cyQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker)
+"cyR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/locker)
+"cyS" = (
+/obj/item/weapon/storage/pod{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cyT" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cyU" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cyV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/razor,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cyW" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cyX" = (
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cyY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cyZ" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cza" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czb" = (
+/obj/structure/stacklifter,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czc" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czd" = (
+/obj/structure/weightlifter,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cze" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czg" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czh" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"czj" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"czk" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"czl" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Containment - Aft Starboard";
+ dir = 8;
+ icon_state = "camera";
+ network = list("Singularity");
+ tag = "icon-camera (NORTHWEST)"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"czm" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"czn" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"czo" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"czp" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"czq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"czr" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"czs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"czt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"czu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"czv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"czw" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/jetpack/carbondioxide{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/tank/jetpack/carbondioxide,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Engineering Storage APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"czx" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"czy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/maintenance/fpmaint2/port_maintenance)
+"czz" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"czA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"czB" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"czC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"czD" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/black,
+/area/library)
+"czE" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"czF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"czG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"czH" = (
+/obj/machinery/light,
+/obj/structure/dresser,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"czI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/dice/d20{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/dice/d10{
+ pixel_x = -3
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"czJ" = (
+/obj/structure/filingcabinet,
+/obj/machinery/atmospherics/pipe/manifold/supply,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"czK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"czL" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/library)
+"czM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"czN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"czO" = (
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"czP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"czQ" = (
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/weapon/wrench,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czR" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czU" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHEAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czY" = (
+/obj/item/stack/rods{
+ amount = 25
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"czZ" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/dsquad,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAa" = (
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAb" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAc" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAd" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = -3
+ },
+/obj/item/clothing/mask/cigarette/cigar,
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAe" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/lighter,
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAf" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAg" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cAh" = (
+/obj/structure/table,
+/obj/item/weapon/storage/belt,
+/obj/item/device/radio,
+/obj/item/device/radio,
+/obj/item/device/radio,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cAi" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"cAj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cAk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cAl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (SOUTHEAST)"
+ },
+/area/gateway)
+"cAm" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_command{
+ name = "Gateway Chamber";
+ req_access_txt = "62"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"cAn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"cAo" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cAp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/gateway)
+"cAq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/shower{
+ icon_state = "shower";
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAs" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAu" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -26
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAv" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAy" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAA" = (
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAC" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Primary Restroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cAD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker)
+"cAE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker)
+"cAF" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Locker Room - Aft";
+ dir = 1;
+ name = "dormitories camera"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/locker)
+"cAG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cAH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cAI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cAJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker)
+"cAK" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cAL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cAM" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/blue,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cAN" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cAO" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cAP" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cAQ" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cAR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cAS" = (
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/holodeck/rec_center)
+"cAT" = (
+/obj/machinery/camera{
+ c_tag = "Holodeck - Fore";
+ dir = 2;
+ name = "holodeck camera"
+ },
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/holodeck/rec_center)
+"cAU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/emitter{
+ tag = "icon-emitter (NORTH)";
+ icon_state = "emitter";
+ dir = 1;
+ anchored = 1;
+ state = 2
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cAV" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cAW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cAX" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cAY" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cAZ" = (
+/obj/machinery/door/airlock/external{
+ name = "External Containment Access";
+ req_access_txt = "10; 13"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cBa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cBb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"cBc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"cBd" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"cBe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cBf" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cBg" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/weldingtool,
+/obj/item/clothing/head/welding,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cBh" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cBi" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cBj" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 50
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cBk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cBl" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cBm" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cBn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution,
+/area/maintenance/fpmaint2/port_maintenance)
+"cBo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cBp" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"cBq" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/machinery/light,
+/obj/structure/table/reinforced,
+/obj/item/device/gps,
+/obj/item/device/gps,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBr" = (
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - E.V.A. Aft";
+ dir = 1;
+ name = "command camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBs" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = -26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBu" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBx" = (
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBy" = (
+/obj/item/weapon/storage/belt,
+/obj/item/device/radio,
+/obj/machinery/light,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cBz" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/folder/blue,
+/obj/item/clothing/under/rank/centcom_commander{
+ desc = "A replica of a jumpsuit worn by the highest ranking commanders under Nanotrasen's central command.";
+ name = "Replica Centcom officer's jumpsuit"
+ },
+/obj/item/clothing/head/centhat{
+ armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0);
+ desc = "A replica hat of a Central Commander's attire. It has a small tag on it saying, 'It's good to be emperor.'";
+ name = "Replica Centcom hat"
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/photo_album,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBB" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBF" = (
+/obj/machinery/button/door{
+ id = "corporatelounge";
+ name = "Corporate Lounge Shutters";
+ pixel_x = -7;
+ pixel_y = -26
+ },
+/obj/machinery/light_switch{
+ pixel_x = 7;
+ pixel_y = -26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBG" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBH" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/toy/gun,
+/obj/item/clothing/head/beret/sec{
+ armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0);
+ desc = "A replica beret resembling that of a special operations officer under Nanotrasen.";
+ name = "replica officer's beret"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cBI" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cBJ" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/machinery/button/door{
+ id = "gatewayshutters";
+ name = "Gateway Shutters";
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cBK" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cBL" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cBM" = (
+/obj/machinery/recharge_station,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cBN" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/gateway)
+"cBO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"cBP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/gateway)
+"cBQ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (SOUTHEAST)"
+ },
+/area/gateway)
+"cBR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cBS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -26
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cBT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cBU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock{
+ name = "Toilet Unit"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cBV" = (
+/obj/machinery/door/airlock{
+ name = "Toilet Unit"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cBW" = (
+/obj/machinery/vending/clothing,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cBX" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cBY" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cBZ" = (
+/obj/machinery/vending/autodrobe{
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cCa" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cCb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cCc" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cCd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/locker)
+"cCe" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cCf" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cCg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cCh" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cCi" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cCj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cCk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cCl" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cCm" = (
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cCn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cCo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cCp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cCq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cCr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cCs" = (
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/obj/machinery/light/small,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Aft";
+ dir = 1;
+ name = "engineering camera"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/item/clothing/head/cone,
+/obj/item/clothing/head/cone,
+/obj/item/clothing/head/cone,
+/obj/item/clothing/head/cone,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cCA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cCB" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cCC" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light,
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cCD" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cCE" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/weapon/wrench,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering{
+ name = "Engineering Storage"
+ })
+"cCF" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCG" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/weapon/wrench,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCH" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/item/weapon/book/manual/wiki/engineering_construction{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cCK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cCN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cCO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j2s";
+ name = "Library Junction";
+ sortType = 16
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCQ" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cCS" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: PRESSURIZED DOORS";
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "icon-doors"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cCT" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "evashutters";
+ name = "E.V.A. Storage Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cCU" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "evashutters";
+ name = "E.V.A. Storage Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cCV" = (
+/obj/machinery/button/door{
+ id = "evashutters";
+ name = "E.V.A. Shutters";
+ pixel_x = 26;
+ req_access_txt = "19"
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "evashutters";
+ name = "E.V.A. Storage Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"cCW" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "corporatelounge";
+ name = "Corporate Lounge Shutters"
+ },
+/turf/open/floor/plating,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cCX" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cCY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Corporate Lounge";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/assembly/showroom{
+ name = "\improper Corporate Showroom"
+ })
+"cCZ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Gateway Atrium";
+ req_access_txt = "62"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/gateway)
+"cDa" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "gatewayshutters";
+ name = "Gateway Chamber Shutters"
+ },
+/obj/machinery/button/door{
+ id = "gatewayshutters";
+ name = "Gateway Shutters";
+ pixel_x = -26;
+ req_access_txt = "19"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/gateway)
+"cDb" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "gatewayshutters";
+ name = "Gateway Chamber Shutters"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/gateway)
+"cDc" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "gatewayshutters";
+ name = "Gateway Chamber Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/gateway)
+"cDd" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: BLAST DOORS";
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "icon-doors"
+ },
+/turf/closed/wall/r_wall,
+/area/gateway)
+"cDe" = (
+/turf/closed/wall,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cDf" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cDg" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cDh" = (
+/obj/structure/mopbucket,
+/obj/item/weapon/mop,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cDi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/vending/cigarette,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cDj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cDk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cDl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cDm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cDn" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock{
+ name = "Lockerroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/locker)
+"cDo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Lockerroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/locker)
+"cDp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Cabin 1"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cDq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Cabin 2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cDr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Cabin 3"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cDs" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cDt" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cDu" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cDv" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/door/window{
+ dir = 4;
+ name = "Fitness Ring";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cDw" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cDx" = (
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cDy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=1";
+ dir = 1;
+ freq = 1400;
+ location = "Engineering"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cDz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"cDA" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Engineering Maintenance";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"cDB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cDC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cDD" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cDE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cDF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2/port_maintenance)
+"cDG" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cDH" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cDI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cDJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Science Aft";
+ dir = 2;
+ name = "hallway camera"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cDK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cDL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cDM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cDN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cDO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cDP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"cDQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ icon_state = "L1"
+ },
+/area/hallway/primary/central)
+"cDR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L3"
+ },
+/area/hallway/primary/central)
+"cDS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L5"
+ },
+/area/hallway/primary/central)
+"cDT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L7"
+ },
+/area/hallway/primary/central)
+"cDU" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L9"
+ },
+/area/hallway/primary/central)
+"cDV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L11"
+ },
+/area/hallway/primary/central)
+"cDW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L13";
+ name = "floor"
+ },
+/area/hallway/primary/central)
+"cDX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cDY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Medbay Aft";
+ dir = 2;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cDZ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"cEa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cEb" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Aft Starboard";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cEc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cEd" = (
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cEe" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cEf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cEg" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"cEh" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cEi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/roller,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cEj" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cEk" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cEl" = (
+/obj/machinery/washing_machine,
+/obj/machinery/camera{
+ c_tag = "Dormitories - Port";
+ dir = 4;
+ name = "dormitories camera"
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"cEm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"cEn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"cEo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"cEp" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Dormitories"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"cEq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"cEr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"cEs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"cEt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"cEu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Dormitories - Starboard";
+ dir = 2;
+ name = "dormitories camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"cEv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"cEw" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Recreational Area"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"cEx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEy" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEz" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEB" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEC" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cED" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEE" = (
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEF" = (
+/obj/machinery/light,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEG" = (
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEH" = (
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEI" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Holodeck Control";
+ dir = 2;
+ name = "holodeck camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEL" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cEM" = (
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cEN" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cEO" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cEP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/device/flashlight,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cEQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cER" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cES" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cET" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cEU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cEV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cEW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cEX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cEY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cEZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cFb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cFf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cFh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cFj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cFk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cFr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cFs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFt" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFv" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cFw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cFx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall6";
+ location = "hall5"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cFy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cFz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ icon_state = "L2"
+ },
+/area/hallway/primary/central)
+"cFA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L4"
+ },
+/area/hallway/primary/central)
+"cFB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L6"
+ },
+/area/hallway/primary/central)
+"cFC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall7";
+ location = "hall6"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L8"
+ },
+/area/hallway/primary/central)
+"cFD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall9";
+ location = "hall8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L10"
+ },
+/area/hallway/primary/central)
+"cFE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L12"
+ },
+/area/hallway/primary/central)
+"cFF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L14"
+ },
+/area/hallway/primary/central)
+"cFG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cFH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall10";
+ location = "hall9"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"cFI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "Medbay Junction";
+ sortType = 9;
+ tag = "icon-pipe-j1s (NORTH)"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cFJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFN" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFT" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/reagent_containers/dropper,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cFW" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"cFX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"cFY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"cFZ" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"cGa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"cGb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"cGc" = (
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"cGd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"cGe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"cGf" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"cGg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"cGh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Recreation - Center";
+ dir = 4;
+ name = "recreation camera"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGj" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGl" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGm" = (
+/obj/machinery/computer/holodeck,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGn" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGo" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cGp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cGq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGt" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGz" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/fyellow,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cGD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cGG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"cGH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"cGI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2/port_maintenance)
+"cGO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cGP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cGQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cGR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cGS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ name = "Research Junction";
+ sortType = 12
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cGT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway - Aft";
+ dir = 1;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cGU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cGV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central)
+"cGW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"cGX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"cGY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"cGZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"cHa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ name = "CMO's Junction";
+ sortType = 10
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"cHb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"cHc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cHk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cHn" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"cHo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"cHp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"cHq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/sleep)
+"cHr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Dormitories"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"cHs" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"cHt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"cHu" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"cHv" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Dormitories APC";
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Dormitories - Center";
+ dir = 1;
+ name = "dormitories camera"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"cHw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/sleep)
+"cHx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/sleep)
+"cHy" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/sleep)
+"cHz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Recreational Area"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"cHA" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cHB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cHC" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cHD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cHE" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cHF" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cHG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder,
+/obj/item/weapon/paper{
+ desc = "";
+ info = "Brusies sustained in the holodeck can be healed simply by sleeping.";
+ name = "Holodeck Disclaimer"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cHH" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cHI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cHJ" = (
+/turf/closed/wall,
+/area/maintenance/electrical)
+"cHK" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall,
+/area/maintenance/electrical)
+"cHL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"cHM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/electrical)
+"cHN" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall,
+/area/maintenance/electrical)
+"cHO" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Auxiliary Power";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/electrical)
+"cHP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cHQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cHR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cHS" = (
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"cHT" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/extinguisher,
+/obj/item/weapon/extinguisher,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cHU" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cHV" = (
+/obj/machinery/atmospherics/components/unary/tank/air,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cHW" = (
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"cHX" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cHY" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Cell 1";
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cHZ" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Cell 2";
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cIa" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Cell 3";
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cIb" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Killroom Chamber";
+ dir = 2;
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cIc" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/device/flashlight,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cId" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cIe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cIf" = (
+/obj/machinery/light,
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cIg" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cIh" = (
+/obj/structure/sign/science,
+/turf/closed/wall,
+/area/hallway/primary/central)
+"cIi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cIj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cIk" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cIl" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cIm" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cIn" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/science{
+ dir = 8
+ },
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cIo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock/glass{
+ name = "Aft Primary Hallway"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"cIp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Aft Primary Hallway"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"cIq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/glass{
+ name = "Aft Primary Hallway"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"cIr" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/medical{
+ dir = 4
+ },
+/obj/structure/sign/directions/security{
+ dir = 4;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cIs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cIt" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cIu" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cIv" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cIw" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cIx" = (
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/hallway/primary/central)
+"cIy" = (
+/obj/machinery/vending/snack,
+/obj/machinery/light,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cIz" = (
+/obj/machinery/vending/cola,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"cIA" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cIB" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cIC" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cID" = (
+/turf/closed/wall/r_wall,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cIE" = (
+/obj/machinery/vending/medical,
+/turf/open/floor/plasteel/neutral/corner,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cIF" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cIG" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cIH" = (
+/obj/structure/closet/wardrobe/white/medical,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/item/weapon/storage/backpack/satchel/med,
+/turf/open/floor/plasteel/neutral/side,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cII" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cIJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cIK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cIL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cIM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Cabin 4"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cIN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Cabin 5"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cIO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Cabin 6"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cIP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIQ" = (
+/obj/structure/window/reinforced,
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Fitness Ring";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIR" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIS" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIU" = (
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIV" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIW" = (
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIX" = (
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIY" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cIZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cJa" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cJb" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cJc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJd" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cJf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cJh" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = 0;
+ pixel_y = 32;
+ tag = "icon-poster4_legit"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJi" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJl" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cJm" = (
+/obj/structure/table/reinforced,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/thirteenloko,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJn" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/item/weapon/electronics/apc{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/electronics/apc,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJo" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJr" = (
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJs" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJt" = (
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/device/multitool,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJu" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/lights/mixed{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cJv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJw" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJy" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cJC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Xenobiology Maintenance";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cJD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cJE" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cJF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cJG" = (
+/mob/living/simple_animal/slime,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"cJH" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"cJI" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 140;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"cJJ" = (
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"cJK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 120;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"cJL" = (
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Science Maintenance";
+ req_access_txt = "47"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJP" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cJQ" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/sign/poster{
+ tag = "icon-poster7_legit";
+ icon_state = "poster7_legit";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJR" = (
+/obj/structure/chair,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJS" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJT" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJU" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJV" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJW" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil/white,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJX" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cJZ" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cKa" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cKb" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/glasses/science,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cKc" = (
+/obj/structure/sign/science,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cKd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"cKe" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"cKf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/aft)
+"cKg" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKh" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKi" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKj" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKk" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/item/weapon/reagent_containers/syringe,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKm" = (
+/obj/structure/table,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/bruise_pack,
+/obj/item/stack/medical/ointment,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKn" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKo" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKp" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKq" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKr" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKs" = (
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cKt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKv" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKw" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKx" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay Storage APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Storage";
+ dir = 4;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cKy" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cKz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cKA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cKB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock{
+ name = "Medbay Auxiliary Storage";
+ req_access_txt = "5"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cKC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKI" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKJ" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cKK" = (
+/obj/structure/dresser,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cKL" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cKM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cKN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen/blue,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cKO" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cKP" = (
+/obj/machinery/vending/cola,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cKQ" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cKR" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cKS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cKT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cKU" = (
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cKV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cKW" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cKX" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cKY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/maintenance/electrical)
+"cKZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/maintenance/electrical)
+"cLa" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cLb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cLc" = (
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/item/weapon/book/manual/wiki/engineering_construction{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cLd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cLe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cLf" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cLg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cLh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cLi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cLj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cLk" = (
+/obj/machinery/cell_charger,
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Auxiliary Power APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cLl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cLm" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/research{
+ name = "Xenobiology Lab";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/xenobiology)
+"cLn" = (
+/obj/structure/disposaloutlet{
+ tag = "icon-outlet (NORTH)";
+ icon_state = "outlet";
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cLo" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cLp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cLq" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cLr" = (
+/obj/structure/closet/wardrobe/science_white,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/weapon/storage/backpack/satchel/tox,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLv" = (
+/turf/closed/wall,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cLw" = (
+/obj/structure/closet/secure_closet/security/science,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cLx" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cLy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/radio,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cLz" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/device/assembly/infra,
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLA" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLB" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLH" = (
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLI" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLJ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cLK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLL" = (
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLM" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLN" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLO" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = -24;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLR" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLS" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cLT" = (
+/turf/closed/wall,
+/area/security/checkpoint/medical)
+"cLU" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/medical)
+"cLV" = (
+/turf/closed/wall,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cLW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cLX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cLY" = (
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cLZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cMa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cMb" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 4;
+ freq = 1400;
+ location = "Medbay"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cMc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cMd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cMe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cMf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cMg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/space_heater,
+/turf/open/floor/plasteel/blue,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cMh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cMi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cMj" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/clown,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cMk" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/briefcase,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/cane,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cMl" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cMm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cMn" = (
+/obj/machinery/vending/snack,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cMo" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cMp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cMq" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cMr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cMs" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cMt" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/maintenance/electrical)
+"cMu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cMv" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/gas,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cMw" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/maintenance/electrical)
+"cMx" = (
+/obj/machinery/computer/atmos_alert,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cMy" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cMz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cMA" = (
+/obj/effect/decal/cleanable/oil,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/electrical)
+"cMB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/electrical)
+"cMC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/electrical)
+"cMD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/electrical)
+"cME" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cMF" = (
+/obj/machinery/space_heater,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cMG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cMH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cMI" = (
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cMJ" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cMK" = (
+/obj/machinery/shieldwallgen,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cML" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cMM" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Port";
+ dir = 2;
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cMN" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cMO" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cMP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno4";
+ name = "Creature Cell #4"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cMQ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno4";
+ name = "Creature Cell #4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cMR" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno4";
+ name = "Creature Cell #4"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cMS" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno5";
+ name = "Creature Cell #5"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cMT" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno5";
+ name = "Creature Cell #5"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cMU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno5";
+ name = "Creature Cell #5"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cMV" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno6";
+ name = "Creature Cell #6"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cMW" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno6";
+ name = "Creature Cell #6"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cMX" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno6";
+ name = "Creature Cell #6"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cMY" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cMZ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/glass_research{
+ name = "Xenobiology Kill Room";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/xenobiology)
+"cNa" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cNb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNd" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cNe" = (
+/obj/machinery/light_switch{
+ pixel_x = -38;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cNf" = (
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cNg" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cNh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNi" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNl" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cNr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"cNs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"cNt" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/aft)
+"cNu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNB" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cND" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNE" = (
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/radio,
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = -24;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch.";
+ id = "meddoor";
+ name = "Medical Cell Control";
+ normaldoorcontrol = 1;
+ pixel_x = -36;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/medical)
+"cNF" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/medical)
+"cNG" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = 32
+ },
+/obj/structure/closet/secure_closet/security/med,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/medical)
+"cNH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/masks,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNI" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/beakers,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNJ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cNL" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cNM" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cNN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cNO" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cNP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNQ" = (
+/obj/machinery/door/airlock{
+ name = "Medbay Auxiliary Storage";
+ req_access_txt = "5"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cNR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cNS" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cNT" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cNU" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/mime,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cNV" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cNW" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cNX" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/razor,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cNY" = (
+/obj/structure/table,
+/obj/item/clothing/under/sl_suit{
+ name = "referee suit"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cNZ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cOa" = (
+/obj/machinery/camera{
+ c_tag = "Holodeck - Aft";
+ dir = 1;
+ name = "holodeck camera"
+ },
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/holodeck/rec_center)
+"cOb" = (
+/obj/structure/table,
+/obj/item/weapon/extinguisher/mini,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/breath,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cOc" = (
+/obj/machinery/space_heater,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cOd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cOe" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOg" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ name = "Ports to Distro"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/maintenance/electrical)
+"cOh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/maintenance/electrical)
+"cOi" = (
+/obj/structure/table/reinforced,
+/obj/item/device/analyzer,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOj" = (
+/obj/machinery/computer/monitor,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOk" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOl" = (
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/electrical)
+"cOm" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/electrical)
+"cOo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOp" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Auxiliary Power";
+ req_access_txt = "10"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cOq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cOr" = (
+/obj/effect/decal/remains/xeno,
+/obj/effect/decal/cleanable/xenoblood,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"cOs" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"cOt" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenosecure";
+ name = "Secure Pen Shutters"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cOu" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/security/telescreen{
+ dir = 4;
+ network = list("xeno")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/xenobiology)
+"cOx" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOy" = (
+/obj/structure/sign/xenobio,
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"cOz" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "xeno4";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 2;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOB" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (NORTH)";
+ icon_state = "pipe-t";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOC" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"cOD" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "xeno5";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOE" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (NORTH)";
+ icon_state = "pipe-t";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOF" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: BIOHAZARD CELL";
+ pixel_x = 0;
+ tag = "icon-doors"
+ },
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"cOG" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 32
+ },
+/obj/machinery/button/door{
+ id = "xeno6";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOH" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"cOI" = (
+/obj/machinery/monkey_recycler,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOJ" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOL" = (
+/obj/machinery/chem_master,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOM" = (
+/obj/machinery/chem_dispenser/constructable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cON" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/item/weapon/extinguisher/mini,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cOO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cOP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cOQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cOR" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Security Post - Science";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cOS" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cOT" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cOU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cOV" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cOW" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cOX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cOY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cOZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cPa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cPb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cPc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cPd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cPe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cPf" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cPg" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"cPh" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"cPi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "Chemistry Junction";
+ sortType = 11;
+ tag = "icon-pipe-j1s (NORTH)"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/aft)
+"cPj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPq" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPt" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPw" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPx" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cPy" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHEAST)";
+ icon_state = "red";
+ dir = 6
+ },
+/area/security/checkpoint/medical)
+"cPz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/medical)
+"cPA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/security/checkpoint/medical)
+"cPB" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cPC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPD" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cPE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cPF" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/machinery/requests_console{
+ department = "Medbay Storage";
+ departmentType = 0;
+ name = "Medbay Storage RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cPG" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPH" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPI" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPJ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPK" = (
+/obj/structure/mirror{
+ pixel_x = 26
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_y = 32;
+ tag = "icon-poster3_legit"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cPL" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cPM" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/device/paicard,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cPN" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket/letterman_nanotrasen,
+/obj/item/clothing/suit/toggle/lawyer,
+/obj/item/clothing/under/maid,
+/obj/item/clothing/head/kitty,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"cPO" = (
+/obj/structure/bed,
+/obj/machinery/light,
+/obj/item/weapon/bedsheet/brown,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cPP" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "detective";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/toggle/lawyer/purple,
+/obj/item/clothing/head/fedora{
+ icon_state = "detective"
+ },
+/obj/item/clothing/under/lawyer/female,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"cPQ" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/light,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "greydet";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/toggle/lawyer/black,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/clothing/head/fedora,
+/obj/item/clothing/under/redeveninggown,
+/obj/item/clothing/head/rabbitears,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cPR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/lily,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/lily,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/lily,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"cPS" = (
+/obj/structure/table,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/toy/katana,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cPT" = (
+/obj/structure/table,
+/obj/item/toy/cards/deck,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cPU" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cPV" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cPW" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cPX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cPY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cPZ" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cQa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cQb" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/fire/firefighter,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/hardhat/red,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cQc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cQd" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cQe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cQf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (NORTH)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cQg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/maintenance/electrical)
+"cQh" = (
+/obj/machinery/atmospherics/components/trinary/filter,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/maintenance/electrical)
+"cQi" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cQj" = (
+/obj/machinery/computer/station_alert,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cQk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cQl" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cQm" = (
+/obj/structure/cable/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cQn" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cQo" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cQp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cQq" = (
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cQr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cQs" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenosecure";
+ name = "Secure Pen Shutters"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenosecure";
+ name = "Secure Pen Shutters"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cQt" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced,
+/obj/machinery/button/door{
+ id = "xenosecure";
+ name = "Containment Control";
+ pixel_y = -3;
+ req_access_txt = "55"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQv" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/xenobiology)
+"cQw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cQB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cQC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cQD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cQE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
+ },
+/area/toxins/xenobiology)
+"cQG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cQH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cQI" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQJ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 5
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cQK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cQL" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cQM" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cQN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cQO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cQP" = (
+/obj/machinery/computer/mecha,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cQQ" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cQR" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cQS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cQT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cQU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cQV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/aft)
+"cQW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ tag = "icon-pipe-s (EAST)";
+ icon_state = "pipe-s";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cQX" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/disposalpipe/segment{
+ tag = "icon-pipe-s (EAST)";
+ icon_state = "pipe-s";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cQY" = (
+/obj/structure/disposalpipe/segment{
+ tag = "icon-pipe-s (EAST)";
+ icon_state = "pipe-s";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cQZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cRa" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cRb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cRc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cRd" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cRe" = (
+/obj/machinery/computer/security,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/medical)
+"cRf" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/medical)
+"cRg" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/medical)
+"cRh" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Security Post - Medical";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"cRi" = (
+/obj/machinery/newscaster,
+/turf/closed/wall,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cRj" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/item/weapon/gun/syringe,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cRk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cRl" = (
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cRm" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -38
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cRn" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/belt/medical,
+/obj/item/weapon/storage/belt/medical,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cRo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cRp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cRq" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cRr" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cRs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cRt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cRu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cRv" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cRw" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ tag = "icon-mvalve_map (NORTH)";
+ icon_state = "mvalve_map";
+ dir = 1
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cRx" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ tag = "icon-mvalve_map (NORTH)";
+ icon_state = "mvalve_map";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cRy" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cRz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cRA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cRB" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cRC" = (
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cRD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cRE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cRF" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cRG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cRH" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cRI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cRJ" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Secure Cell";
+ dir = 4;
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cRK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 8;
+ name = "Secure Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenosecure";
+ name = "Secure Pen Shutters"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cRL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 4;
+ name = "Secure Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cRM" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cRN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/xenobiology)
+"cRO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cRP" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cRQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (WEST)";
+ icon_state = "white_warn_end"
+ },
+/area/toxins/xenobiology)
+"cRR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/toxins/xenobiology)
+"cRS" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/toxins/xenobiology)
+"cRT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (EAST)";
+ icon_state = "white_warn_end"
+ },
+/area/toxins/xenobiology)
+"cRU" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cRV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cRW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/xenobiology)
+"cRX" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cRY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cRZ" = (
+/obj/machinery/computer/camera_advanced/xenobio,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"cSa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Science - Fore";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSb" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/door_timer{
+ id = "scicell";
+ name = "Science Cell";
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Security Post - Science APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch.";
+ id = "scidoor";
+ name = "Science Cell Control";
+ normaldoorcontrol = 1;
+ pixel_x = -36;
+ pixel_y = -7
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHWEST)";
+ icon_state = "red";
+ dir = 10
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cSc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cSd" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/camera{
+ c_tag = "Security Post - Science";
+ dir = 8;
+ name = "security camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cSe" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/device/assembly/signaler,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSi" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Science - Waiting Room";
+ dir = 1;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSj" = (
+/obj/structure/table,
+/obj/item/device/gps,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSk" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSm" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSn" = (
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSo" = (
+/obj/machinery/autolathe,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSp" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/packageWrap,
+/obj/machinery/light,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cSq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"cSr" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSs" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSt" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSu" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSv" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSw" = (
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSx" = (
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSy" = (
+/obj/structure/bed/roller,
+/obj/structure/sign/chemistry{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Medbay - Waiting Room";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSA" = (
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSB" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSC" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSD" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cSE" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/medical)
+"cSF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint/medical)
+"cSG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ icon_state = "red";
+ dir = 4
+ },
+/area/security/checkpoint/medical)
+"cSH" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cSI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSJ" = (
+/obj/structure/sign/bluecross_2{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Medbay Storage";
+ req_access_txt = "5"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cSL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Medbay Storage";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay2{
+ name = "Medbay Storage"
+ })
+"cSM" = (
+/obj/structure/table/wood,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSO" = (
+/obj/machinery/camera{
+ c_tag = "Medbay - Break Room";
+ dir = 2;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSQ" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cSR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cSS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cST" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cSU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cSV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cSW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cSX" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cSY" = (
+/obj/structure/closet/crate,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cSZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cTa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cTb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cTc" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cTd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cTe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cTf" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cTg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cTh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cTi" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTj" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTm" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cTn" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTo" = (
+/obj/structure/table/reinforced,
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/toolbox/electrical,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cTp" = (
+/obj/machinery/power/smes,
+/obj/machinery/light/small,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cTq" = (
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTr" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTs" = (
+/obj/machinery/power/smes,
+/obj/machinery/light/small,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cTt" = (
+/obj/structure/closet/toolcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/electrical)
+"cTu" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/open/floor/plating,
+/area/maintenance/electrical)
+"cTv" = (
+/obj/structure/disposaloutlet{
+ tag = "icon-outlet (WEST)";
+ icon_state = "outlet";
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (EAST)";
+ icon_state = "pipe-t";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cTw" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenosecure";
+ name = "Secure Pen Shutters"
+ },
+/obj/structure/disposalpipe/segment{
+ tag = "icon-pipe-s (EAST)";
+ icon_state = "pipe-s";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cTx" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (WEST)";
+ icon_state = "pipe-t";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTy" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTA" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTD" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/toxins/xenobiology)
+"cTE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/toxins/xenobiology)
+"cTF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/toxins/xenobiology)
+"cTG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/toxins/xenobiology)
+"cTH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cTJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/purple,
+/area/toxins/xenobiology)
+"cTK" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTL" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/reagentgrinder{
+ pixel_y = 5
+ },
+/obj/machinery/requests_console{
+ department = "Xenobiology Lab";
+ departmentType = 0;
+ name = "Xenobiology RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Starboard";
+ dir = 8;
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cTN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cTO" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cTP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/brigdoor{
+ id = "scicell";
+ name = "Medical Cell";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cTQ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cTR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cTS" = (
+/obj/structure/sign/science,
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cTT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cTU" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cTV" = (
+/obj/structure/sign/science,
+/turf/closed/wall,
+/area/toxins/lab)
+"cTW" = (
+/turf/closed/wall/r_wall,
+/area/toxins/lab)
+"cTX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab1";
+ name = "Research and Development Shutter"
+ },
+/turf/open/floor/plating,
+/area/toxins/lab)
+"cTY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab1";
+ name = "Research and Development Shutter"
+ },
+/turf/open/floor/plating,
+/area/toxins/lab)
+"cTZ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ name = "Research Lab Desk";
+ req_access_txt = "7"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab1";
+ name = "Research and Development Shutter"
+ },
+/obj/machinery/door/window/northleft,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cUa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/lab)
+"cUb" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/toxins/lab)
+"cUc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"cUd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"cUe" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemisttop";
+ name = "Chemisty Lobby Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUf" = (
+/obj/machinery/smartfridge/chemistry,
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUg" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemisttop";
+ name = "Chemisty Lobby Shutters"
+ },
+/obj/machinery/door/window/southleft{
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/machinery/door/window/northleft,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemisttop";
+ name = "Chemisty Lobby Shutters"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUi" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/hypospray/medipen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUj" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/item/weapon/reagent_containers/syringe,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUk" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/reagent_containers/food/drinks/britcup,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUl" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Medbay - Fore Port";
+ dir = 8;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/door_timer{
+ id = "medcell";
+ name = "Medical Cell";
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Security Post - Medical APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security Post - Medbay";
+ dir = 4;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHWEST)";
+ icon_state = "red";
+ dir = 10
+ },
+/area/security/checkpoint/medical)
+"cUo" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/medical)
+"cUp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHEAST)";
+ icon_state = "red";
+ dir = 6
+ },
+/area/security/checkpoint/medical)
+"cUq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUs" = (
+/obj/structure/table/glass,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/bruise_pack,
+/obj/item/stack/medical/ointment,
+/obj/machinery/camera{
+ c_tag = "Medbay - Sleepers";
+ dir = 2;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUu" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUv" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUw" = (
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUy" = (
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUA" = (
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cUB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUC" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cUL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUO" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUP" = (
+/obj/structure/table,
+/obj/item/clothing/under/suit_jacket/really_black,
+/obj/item/weapon/cane,
+/obj/item/clothing/head/bowler{
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUQ" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUR" = (
+/obj/structure/table,
+/obj/item/toy/sword,
+/obj/item/weapon/gun/ballistic/shotgun/toy/crossbow,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUS" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUU" = (
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (EAST)";
+ icon_state = "escape";
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cUW" = (
+/obj/structure/mopbucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/mop,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cUX" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "old sink";
+ pixel_y = 28
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cUY" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Auxiliary Port";
+ req_access_txt = "24"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/electrical)
+"cUZ" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/electrical)
+"cVa" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Auxiliary Power";
+ req_access_txt = "10"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/electrical)
+"cVb" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenosecure";
+ name = "Secure Pen Shutters"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cVc" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/xenobiology)
+"cVf" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVg" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVi" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = -32
+ },
+/obj/machinery/button/door{
+ id = "xeno1";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVj" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/trunk,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVk" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "xeno2";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVl" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "xeno3";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVm" = (
+/obj/machinery/processor/slime,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVn" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cVo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/xenobiology)
+"cVp" = (
+/obj/structure/chair/office/light{
+ tag = "icon-officechair_white (EAST)";
+ icon_state = "officechair_white";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cVq" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cVr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cVs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cVt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/closet/secure_closet/brig{
+ id = "scicell";
+ name = "Science Cell Locker"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cVu" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cVv" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cVw" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cVx" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cVy" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cVz" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cVA" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall/r_wall,
+/area/toxins/lab)
+"cVB" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (EAST)";
+ icon_state = "pipe-t";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cVC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/lab)
+"cVD" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/lab)
+"cVE" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/toxins/lab)
+"cVF" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/lab)
+"cVG" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/lab)
+"cVH" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/weapon/wrench,
+/obj/item/clothing/glasses/welding,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/lab)
+"cVI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple/corner{
+ tag = "icon-purplecorner (WEST)";
+ icon_state = "purplecorner";
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"cVJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"cVK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/orange/corner,
+/area/hallway/primary/aft)
+"cVL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistbot";
+ name = "Chemisty Side Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"cVM" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/glass/beaker/large{
+ pixel_x = -3
+ },
+/obj/item/weapon/reagent_containers/glass/beaker{
+ pixel_x = 3
+ },
+/obj/item/weapon/reagent_containers/dropper,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (NORTH)";
+ icon_state = "whiteyellowcorner";
+ dir = 1
+ },
+/area/medical/chemistry)
+"cVN" = (
+/obj/structure/table/glass,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/chemist,
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (NORTH)";
+ icon_state = "whiteyellowcorner";
+ dir = 1
+ },
+/area/medical/chemistry)
+"cVO" = (
+/obj/machinery/chem_master{
+ density = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"cVP" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"cVQ" = (
+/obj/machinery/chem_dispenser,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"cVR" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Chemistry Lab APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ dir = 4
+ },
+/area/medical/chemistry)
+"cVS" = (
+/obj/structure/closet/wardrobe/chemistry_white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/medical/chemistry)
+"cVT" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/medical/chemistry)
+"cVU" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cVV" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cVW" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cVX" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cVY" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cVZ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cWa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor{
+ id = "medcell";
+ name = "Medical Cell";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/medical)
+"cWb" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cWc" = (
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster4_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWd" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWf" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWg" = (
+/obj/structure/mirror{
+ pixel_x = 26
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWh" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWj" = (
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWl" = (
+/obj/machinery/vending/cola,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cWm" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cWn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cWo" = (
+/turf/closed/wall,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cWp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cWq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cWr" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cWs" = (
+/obj/structure/table,
+/obj/item/weapon/storage/photo_album,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cWt" = (
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/obj/structure/table,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cWu" = (
+/obj/structure/table,
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cWv" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cWw" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cWx" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (EAST)";
+ icon_state = "escape";
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cWy" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/gloves/color/orange,
+/obj/item/weapon/storage/box/mousetraps{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cWB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWC" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWE" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cWF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Port Maintenance APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cWI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cWJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cWM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cWN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cWO" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"cWP" = (
+/obj/machinery/shieldwallgen,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cWQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cWR" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cWS" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/machinery/light,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cWT" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno1";
+ name = "Creature Cell #1"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cWU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 2;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno1";
+ name = "Creature Cell #1"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cWV" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno1";
+ name = "Creature Cell #1"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cWW" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno2";
+ name = "Creature Cell #2"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cWX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 2;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno2";
+ name = "Creature Cell #2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cWY" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno2";
+ name = "Creature Cell #2"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cWZ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno3";
+ name = "Creature Cell #3"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cXa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno3";
+ name = "Creature Cell #3"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 2;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"cXb" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno3";
+ name = "Creature Cell #3"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cXc" = (
+/obj/machinery/smartfridge/extract,
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cXd" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
+ },
+/area/toxins/xenobiology)
+"cXe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"cXf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"cXg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cXh" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Xenobiology Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cXi" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHWEST)";
+ icon_state = "red";
+ dir = 10
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cXj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cXk" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cXl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ id_tag = "scidoor";
+ name = "Security Post - Science";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cXm" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cXn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cXo" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cXp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cXq" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/camera{
+ c_tag = "Science - Research Division Access";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cXr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/matter_bin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/matter_bin,
+/obj/item/weapon/stock_parts/micro_laser,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cXs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"cXt" = (
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"cXu" = (
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"cXv" = (
+/obj/machinery/r_n_d/destructive_analyzer,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cXw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cXx" = (
+/obj/machinery/r_n_d/protolathe,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cXy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Departures Hallway - Fore";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/orange/corner,
+/area/hallway/primary/aft)
+"cXz" = (
+/turf/closed/wall,
+/area/medical/chemistry)
+"cXA" = (
+/obj/structure/table/glass,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
+ },
+/area/medical/chemistry)
+"cXB" = (
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cXC" = (
+/obj/machinery/chem_heater,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"cXD" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"cXE" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"cXF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/chemistry)
+"cXG" = (
+/obj/structure/closet/secure_closet/medical1,
+/obj/structure/window/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"cXH" = (
+/obj/machinery/computer/crew,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXI" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXJ" = (
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass_medical{
+ name = "Medbay Desk";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXN" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cXO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint/medical)
+"cXP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/medical)
+"cXQ" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "medcell";
+ name = "Medical Cell Locker"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/medical)
+"cXR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXS" = (
+/obj/machinery/holopad{
+ pixel_y = 16
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXT" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXU" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXV" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/redblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXX" = (
+/obj/machinery/vending/cigarette,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cXY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/item/weapon/retractor,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cXZ" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cYa" = (
+/obj/structure/mirror{
+ icon_state = "mirror_broke";
+ pixel_y = 28;
+ tag = "icon-mirror_broke"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cYb" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cYc" = (
+/obj/structure/table/glass,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/bruise_pack,
+/obj/item/stack/medical/ointment,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cYd" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cYe" = (
+/obj/structure/mirror{
+ icon_state = "mirror_broke";
+ pixel_y = 28;
+ tag = "icon-mirror_broke"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cYf" = (
+/obj/structure/frame/machine,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cYg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cYh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cYi" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cYj" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cYk" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Recreation - Aft";
+ dir = 1;
+ name = "recreation camera"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cYl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cYm" = (
+/obj/structure/table/wood,
+/obj/item/stack/packageWrap{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/stack/wrapping_paper,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cYn" = (
+/obj/structure/table/wood,
+/obj/item/device/camera,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (EAST)";
+ icon_state = "escape";
+ dir = 4
+ },
+/area/crew_quarters/fitness{
+ name = "\improper Recreation Area"
+ })
+"cYo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cYp" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cYq" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYr" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYt" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cYC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cYD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"cYE" = (
+/obj/structure/disposaloutlet,
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (NORTH)";
+ icon_state = "pipe-t";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"cYF" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/item/weapon/storage/bag/bio,
+/obj/item/weapon/storage/bag/bio,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cYG" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cYH" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cYI" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cYJ" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/device/slime_scanner,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"cYK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cYL" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science{
+ name = "Security Post - Research Division"
+ })
+"cYM" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cYN" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cYO" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cYP" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cYQ" = (
+/obj/structure/closet/l3closet/scientist,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cYR" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/stock_parts/scanning_module{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/capacitor,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cYS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"cYT" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
+ },
+/area/toxins/lab)
+"cYU" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-whitehall (WEST)"
+ },
+/area/toxins/lab)
+"cYV" = (
+/obj/machinery/computer/rdconsole/core,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cYW" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cYX" = (
+/obj/machinery/r_n_d/circuit_imprinter,
+/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"cYY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/orange/corner,
+/area/hallway/primary/aft)
+"cYZ" = (
+/obj/structure/table/glass,
+/obj/item/clothing/glasses/science{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/clothing/glasses/science,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/chemistry)
+"cZa" = (
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/chemistry)
+"cZb" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/chemistry)
+"cZc" = (
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 9
+ },
+/area/medical/chemistry)
+"cZd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 5
+ },
+/area/medical/chemistry)
+"cZe" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder{
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/turf/open/floor/plasteel/whiteyellow/corner{
+ dir = 4
+ },
+/area/medical/chemistry)
+"cZf" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/chemistry)
+"cZg" = (
+/obj/structure/table/glass,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/md,
+/obj/structure/sign/poster{
+ icon_state = "poster8_legit";
+ pixel_y = -32;
+ tag = "icon-poster8_legit"
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZi" = (
+/obj/structure/chair/office/light,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZk" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZl" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZm" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHWEST)";
+ icon_state = "red";
+ dir = 10
+ },
+/area/security/checkpoint/medical)
+"cZn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/medical)
+"cZo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (SOUTHEAST)";
+ icon_state = "red";
+ dir = 6
+ },
+/area/security/checkpoint/medical)
+"cZp" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"cZq" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZs" = (
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZt" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster4_legit"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZv" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZx" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"cZz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/item/clothing/neck/stethoscope,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cZA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"cZB" = (
+/obj/structure/sign/examroom{
+ pixel_x = -32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cZC" = (
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cZD" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cZE" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cZF" = (
+/obj/item/weapon/crowbar/red,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cZG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cZH" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"cZI" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cZJ" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"cZK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cZL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cZM" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cZN" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cZO" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cZP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"cZQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"cZR" = (
+/obj/structure/sign/xenobio,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"cZS" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cZT" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Xenobiology Lab";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/xenobiology)
+"cZU" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"cZV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cZW" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cZX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"cZY" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"cZZ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/gloves,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"daa" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dab" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/item/weapon/storage/pod{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dac" = (
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dad" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dae" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Research and Development Lab APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"daf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"dag" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/lab)
+"dah" = (
+/obj/machinery/holopad{
+ pixel_x = -16
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/lab)
+"dai" = (
+/obj/machinery/requests_console{
+ department = "Research Lab";
+ departmentType = 0;
+ name = "Research RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Research and Development";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"daj" = (
+/obj/structure/sign/chemistry,
+/turf/closed/wall,
+/area/medical/chemistry)
+"dak" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "chemistbot";
+ name = "Chemistry Shutter Control";
+ pixel_x = -26;
+ pixel_y = -7;
+ req_access_txt = "33"
+ },
+/obj/machinery/button/door{
+ id = "chemisttop";
+ name = "Chemistry Shutter Control";
+ pixel_x = -26;
+ pixel_y = 7;
+ req_access_txt = "33"
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/chemistry)
+"dal" = (
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
+ },
+/area/medical/chemistry)
+"dam" = (
+/obj/machinery/holopad{
+ pixel_x = -16
+ },
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 4
+ },
+/area/medical/chemistry)
+"dan" = (
+/obj/structure/table/glass,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Chemistry";
+ dir = 8;
+ name = "medbay camera";
+ network = list("SS13","Medbay")
+ },
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"dao" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dap" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"daq" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dar" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/security/checkpoint/medical)
+"das" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "meddoor";
+ name = "Medical Cell";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/security/checkpoint/medical)
+"dat" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dau" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dav" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"daw" = (
+/obj/structure/sign/examroom,
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dax" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"day" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"daz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Break Room";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"daA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"daB" = (
+/obj/item/weapon/firstaid_arm_assembly,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"daC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"daD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"daE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"daF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"daG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"daH" = (
+/obj/item/weapon/wrench,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"daI" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"daJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"daK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"daL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"daM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"daN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"daQ" = (
+/obj/structure/table/wood,
+/obj/machinery/cell_charger,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daR" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/item/clothing/gloves/color/fyellow,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Abandoned Gambling Den APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daS" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/stack/rods{
+ amount = 23
+ },
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daU" = (
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"daV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"daX" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"daY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"daZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dba" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"dbb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"dbc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"dbd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dbe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dbf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dbg" = (
+/obj/machinery/light/small,
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Cell 4";
+ dir = 1;
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"dbh" = (
+/obj/machinery/light/small,
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Cell 5";
+ dir = 1;
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"dbi" = (
+/obj/machinery/light/small,
+/obj/machinery/camera{
+ c_tag = "Xenobiology - Cell 6";
+ dir = 1;
+ name = "xenobiology camera";
+ network = list("SS13","xeno","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"dbj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbk" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Port";
+ dir = 2;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Center";
+ dir = 2;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbx" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dby" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdrnd";
+ name = "Research and Development Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/window/southleft{
+ dir = 4;
+ name = "Research Lab Desk";
+ req_access_txt = "7"
+ },
+/obj/machinery/door/window/westleft,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"dbz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/toxins/lab)
+"dbA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"dbB" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/scientist,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
+ },
+/area/toxins/lab)
+"dbC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table,
+/obj/item/weapon/disk/tech_disk{
+ pixel_x = -6
+ },
+/obj/item/weapon/disk/tech_disk{
+ pixel_x = 6
+ },
+/obj/item/weapon/disk/tech_disk{
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 6;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-whitepurple (SOUTHEAST)"
+ },
+/area/toxins/lab)
+"dbD" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"dbE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"dbF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab2";
+ name = "Secondary Research and Development Shutter"
+ },
+/turf/open/floor/plating,
+/area/toxins/lab)
+"dbG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/purple,
+/area/hallway/primary/aft)
+"dbH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel/orange/corner,
+/area/hallway/primary/aft)
+"dbI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/orange,
+/area/hallway/primary/aft)
+"dbJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistbot";
+ name = "Chemisty Side Shutters"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"dbK" = (
+/obj/machinery/chem_dispenser,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"dbL" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ tag = "icon-pipe-t (WEST)";
+ icon_state = "pipe-t";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"dbM" = (
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 10
+ },
+/area/medical/chemistry)
+"dbN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 6
+ },
+/area/medical/chemistry)
+"dbO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/chemistry)
+"dbP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"dbQ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/southleft{
+ dir = 8;
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
+ },
+/obj/machinery/door/window/eastright{
+ name = "Chemistry Desk"
+ },
+/obj/item/weapon/folder/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"dbR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (NORTH)";
+ icon_state = "whiteyellowcorner";
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbU" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dbZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dca" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dcb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Center";
+ dir = 2;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dcc" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dcd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dce" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dcf" = (
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dcg" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dch" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dci" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dcj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dck" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dcl" = (
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dcm" = (
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dcn" = (
+/obj/structure/table/optable,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dco" = (
+/obj/structure/frame/computer,
+/obj/item/weapon/circuitboard/computer/operating,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dcp" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 26;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dcq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dcr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dcs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dct" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dcu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dcv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dcw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dcx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dcy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dcz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dcA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dcB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dcC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dcD" = (
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dcE" = (
+/turf/closed/wall,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dcF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dcG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dcH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dcI" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"dcJ" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcN" = (
+/obj/item/device/radio/beacon,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcT" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dcU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research and Development Lab";
+ req_access_txt = "0";
+ req_one_access_txt = "7;29"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdrnd";
+ name = "Research and Development Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"dcV" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/toxins/lab)
+"dcW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/lab)
+"dcX" = (
+/obj/structure/chair/office/light{
+ tag = "icon-officechair_white (EAST)";
+ icon_state = "officechair_white";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"dcY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ dir = 8;
+ name = "Research Lab Desk";
+ req_access_txt = "7"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab2";
+ name = "Secondary Research and Development Shutter"
+ },
+/obj/machinery/door/window/eastright,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"dcZ" = (
+/turf/open/floor/plasteel/purple,
+/area/hallway/primary/aft)
+"dda" = (
+/turf/open/floor/plasteel/orange,
+/area/hallway/primary/aft)
+"ddb" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistbot";
+ name = "Chemisty Side Shutters"
+ },
+/obj/machinery/door/window/southleft{
+ dir = 4;
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/eastleft,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"ddc" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"ddd" = (
+/obj/machinery/requests_console{
+ department = "Chemistry Lab";
+ departmentType = 0;
+ name = "Chemistry RC";
+ pixel_x = 0;
+ pixel_y = -64
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"dde" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/chemistry)
+"ddf" = (
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"ddg" = (
+/obj/machinery/smartfridge/chemistry,
+/turf/closed/wall,
+/area/medical/chemistry)
+"ddh" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddn" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/device/radio/beacon,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dds" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddt" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Medbay Maintenance";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"ddA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"ddB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"ddC" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"ddD" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"ddE" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"ddF" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"ddG" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"ddH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"ddI" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"ddJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table/wood,
+/obj/item/clothing/suit/toggle/owlwings,
+/obj/item/clothing/under/owl,
+/obj/item/clothing/mask/gas/owl_mask,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"ddK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table/wood,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/weapon/grenade/smokebomb,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"ddL" = (
+/obj/machinery/vending/assist,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"ddM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"ddN" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"ddO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"ddP" = (
+/obj/structure/chair/wood/normal,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"ddQ" = (
+/obj/structure/chair/wood/normal,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"ddR" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"ddS" = (
+/obj/structure/table/wood/poker,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/wallet/random,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"ddT" = (
+/obj/structure/table/wood/poker,
+/obj/item/weapon/storage/briefcase,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"ddU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"ddV" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"ddW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"ddX" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"ddY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"ddZ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/emergency{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/wrench,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dea" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"deb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dec" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"ded" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dee" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"def" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"deg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"deh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dei" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dej" = (
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"dek" = (
+/obj/structure/table/reinforced,
+/obj/structure/sign/poster{
+ tag = "icon-poster7_legit";
+ icon_state = "poster7_legit";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"del" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dem" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"den" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"deo" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Experimentation Lab APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Experimentation Lab";
+ dir = 2;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dep" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"deq" = (
+/obj/structure/closet/l3closet/scientist,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"der" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"des" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/radiation,
+/obj/item/clothing/head/radiation,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"det" = (
+/turf/closed/wall,
+/area/toxins/explab)
+"deu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dev" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dew" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dex" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dey" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dez" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"deA" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"deB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"deC" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"deD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"deE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"deF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"deG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdrnd";
+ name = "Research and Development Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/lab)
+"deH" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light,
+/obj/machinery/cell_charger,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"deI" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"deJ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/stack/cable_coil/white,
+/obj/item/stack/cable_coil/white,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"deK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"deL" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"deM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/button/door{
+ id = "rndlab1";
+ name = "Primary Research Shutters Control";
+ pixel_x = -7;
+ pixel_y = -23;
+ req_access_txt = "7"
+ },
+/obj/machinery/button/door{
+ id = "rndlab2";
+ name = "Secondary Research Shutters Control";
+ pixel_x = 7;
+ pixel_y = -23;
+ req_access_txt = "7"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"deN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/purple,
+/area/hallway/primary/aft)
+"deO" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/orange,
+/area/hallway/primary/aft)
+"deP" = (
+/obj/machinery/chem_master,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"deQ" = (
+/obj/machinery/chem_heater,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"deR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/chemistry)
+"deS" = (
+/obj/structure/table/glass,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"deT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"deU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 7;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"deV" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Chemistry Lab";
+ req_access_txt = "5; 33"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"deW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"deX" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"deY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"deZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Medbay - Port";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfc" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dff" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfh" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfj" = (
+/obj/structure/sign/bluecross_2{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfk" = (
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster17_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Medbay - Starboard";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dfp" = (
+/obj/structure/rack,
+/obj/item/roller,
+/obj/item/weapon/reagent_containers/blood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfr" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Abandoned Medical Lab APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dfs" = (
+/obj/machinery/light/small,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dft" = (
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/suit/apron/surgical,
+/obj/item/clothing/mask/surgical,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dfu" = (
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/item/weapon/hemostat,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dfv" = (
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/syringe,
+/obj/item/clothing/neck/stethoscope,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dfw" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light/small,
+/obj/structure/bedsheetbin,
+/obj/item/weapon/gun/syringe,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dfx" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/medbay3{
+ name = "Abandoned Medbay"
+ })
+"dfy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/wood,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table/wood,
+/obj/item/device/modular_computer/tablet/preset/cheap,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dfE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dfF" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dfG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/window/northright,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dfH" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dfI" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dfJ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dfK" = (
+/obj/structure/table/wood/poker,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dfL" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dfM" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"dfN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/disk/tech_disk{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/disk/tech_disk,
+/obj/item/device/assembly/timer,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dfO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dfP" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dfQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dfR" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dfS" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dfT" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dfU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dfV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"dfW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dfX" = (
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dfY" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/explab)
+"dfZ" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ density = 0;
+ dir = 8;
+ req_access = "0"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/explab)
+"dga" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/explab)
+"dgb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/toxins/explab)
+"dgc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/explab)
+"dgd" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/explab)
+"dge" = (
+/obj/structure/table/reinforced,
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/device/geiger_counter,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dgf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dgg" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dgh" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dgi" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dgj" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/research{
+ name = "Firing Range";
+ req_access_txt = "47"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dgk" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dgl" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/hor)
+"dgm" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/hor)
+"dgn" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dgo" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/hor)
+"dgp" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dgq" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dgr" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dgs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dgt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dgu" = (
+/turf/closed/wall,
+/area/assembly/chargebay)
+"dgv" = (
+/turf/closed/wall/r_wall,
+/area/assembly/chargebay)
+"dgw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"dgx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research and Development Lab";
+ req_access_txt = "0";
+ req_one_access_txt = "7;29"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/assembly/chargebay)
+"dgy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/aft)
+"dgz" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/aft)
+"dgA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/aft)
+"dgB" = (
+/turf/closed/wall,
+/area/hallway/primary/aft)
+"dgC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Chemistry Maintenance";
+ req_access_txt = "5; 33"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/aft)
+"dgD" = (
+/turf/closed/wall,
+/area/medical/genetics_cloning)
+"dgE" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/genetics_cloning)
+"dgF" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/genetics_cloning)
+"dgG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dgH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dgI" = (
+/turf/closed/wall,
+/area/medical/surgery)
+"dgJ" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/surgery)
+"dgK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Surgery Observation";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/surgery)
+"dgL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/medical/surgery)
+"dgM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Surgery Observation";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/surgery)
+"dgN" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dgO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dgP" = (
+/turf/closed/wall,
+/area/hallway/secondary/construction)
+"dgQ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dgR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"dgS" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dgT" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dgU" = (
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dgV" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dgW" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dgX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/matter_bin,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dgY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dgZ" = (
+/obj/structure/frame/machine,
+/obj/item/stack/cable_coil/white,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dha" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dhb" = (
+/obj/structure/frame/machine,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dhc" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dhd" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dhe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dhf" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/device/multitool,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dhg" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dhh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dhi" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/explab)
+"dhj" = (
+/turf/open/floor/plasteel/neutral,
+/area/toxins/explab)
+"dhk" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/explab)
+"dhl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/explab)
+"dhm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/explab)
+"dhn" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dho" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/explab)
+"dhp" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dhq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dhr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dhs" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dht" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dhu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Lab Access";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dhv" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/gun/energy/laser/practice{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/gun/energy/laser/practice,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/ears/earmuffs,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 32
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Firing Range APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dhw" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dhx" = (
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/target,
+/obj/item/target/syndicate,
+/obj/item/target/alien,
+/obj/item/target/clown,
+/obj/structure/closet/crate/secure{
+ desc = "A secure crate containing various materials for building a customised test-site.";
+ name = "Test Site Materials Crate";
+ req_access_txt = "47"
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dhy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/device/paicard,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dhz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dhA" = (
+/obj/structure/displaycase/labcage,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dhB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dhC" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dhD" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dhE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dhF" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dhG" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dhH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dhI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dhJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dhK" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Mech Bay APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dhL" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dhM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/item/weapon/wrench,
+/obj/item/roller,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"dhN" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"dhO" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/hallway/primary/aft)
+"dhP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/aft)
+"dhQ" = (
+/turf/open/floor/plating,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/hallway/primary/aft)
+"dhR" = (
+/obj/machinery/clonepod,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/genetics_cloning)
+"dhS" = (
+/obj/machinery/computer/cloning,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/genetics_cloning)
+"dhT" = (
+/obj/machinery/dna_scannernew,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/genetics_cloning)
+"dhU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (NORTH)";
+ icon_state = "whitepurplecorner";
+ dir = 1
+ },
+/area/medical/genetics_cloning)
+"dhV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/genetics_cloning)
+"dhW" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/genetics_cloning)
+"dhX" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Cloning Lab APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/book/manual/medical_cloning,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/genetics_cloning)
+"dhY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dhZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dia" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dib" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dic" = (
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"did" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/pill_bottle/mannitol,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"die" = (
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dif" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dig" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dih" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dii" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dij" = (
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dik" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dil" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/surgery)
+"dim" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/surgery)
+"din" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/surgery)
+"dio" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/surgery)
+"dip" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/surgery)
+"diq" = (
+/obj/structure/chair,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/surgery)
+"dir" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dis" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dit" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"diu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/hallway/secondary/construction)
+"div" = (
+/obj/machinery/pipedispenser,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/construction)
+"diw" = (
+/obj/machinery/pipedispenser/disposal,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/construction)
+"dix" = (
+/obj/machinery/pipedispenser/disposal/transit_tube,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/construction)
+"diy" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/hallway/secondary/construction)
+"diz" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/gas,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"diA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"diB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"diC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"diD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"diE" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"diF" = (
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"diG" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"diH" = (
+/obj/structure/table/wood/poker,
+/obj/item/stack/spacecash/c1000{
+ pixel_y = 8
+ },
+/obj/item/stack/spacecash/c500,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"diI" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"diJ" = (
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"diK" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"diL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"diM" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/stock_parts/scanning_module{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diN" = (
+/obj/structure/frame/computer,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diO" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diP" = (
+/obj/structure/frame/machine,
+/obj/item/stack/cable_coil/white,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diT" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/button/door{
+ id = "maintrobotics";
+ name = "Decrepit Control";
+ pixel_x = 26
+ },
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"diV" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "maintrobotics";
+ name = "Decrepit Blast Door"
+ },
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"diW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"diX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"diY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Science Maintenance";
+ req_access_txt = "47"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"diZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dja" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/toxins/explab)
+"djb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/toxins/explab)
+"djc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/toxins/explab)
+"djd" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 5;
+ layer = 3.1
+ },
+/obj/item/device/taperecorder,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dje" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"djf" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"djg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/explab)
+"djh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dji" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Experimentation Lab";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"djj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"djk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"djl" = (
+/obj/machinery/holopad,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"djm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"djn" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Firing Range";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"djo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"djp" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 4;
+ icon_state = "pipe-j2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"djq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"djr" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"djs" = (
+/obj/structure/table/reinforced,
+/obj/item/device/aicard,
+/obj/item/weapon/circuitboard/aicore,
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ name = "RD's Junction";
+ sortType = 13
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"djt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dju" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"djv" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"djw" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"djx" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"djy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"djz" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "Robotics Junction";
+ sortType = 14
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"djA" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"djB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"djC" = (
+/obj/machinery/recharge_station,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"djD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"djE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"djF" = (
+/obj/machinery/computer/mech_bay_power_console,
+/turf/open/floor/plasteel/circuit,
+/area/assembly/chargebay)
+"djG" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mech_bay_recharge_floor,
+/area/assembly/chargebay)
+"djH" = (
+/obj/machinery/mech_bay_recharge_port{
+ tag = "icon-recharge_port (WEST)";
+ icon_state = "recharge_port";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"djI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"djJ" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"djK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Departures Hallway - Mech Bay";
+ dir = 4;
+ name = "hallway camera"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"djL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"djM" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"djN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/aft)
+"djO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/hallway/primary/aft)
+"djP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"djQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"djR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/dropper,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/aft)
+"djS" = (
+/obj/machinery/door/window/eastleft,
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/genetics_cloning)
+"djT" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/genetics_cloning)
+"djU" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics_cloning)
+"djV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics_cloning)
+"djW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics_cloning)
+"djX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/genetics_cloning)
+"djY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "cloningfoyer";
+ name = "Cloning Lab";
+ req_access_txt = "5"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/genetics_cloning)
+"djZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (WEST)";
+ icon_state = "whitepurplecorner";
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dka" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dkb" = (
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dkc" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dkd" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dke" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dkf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dkg" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/surgery)
+"dkh" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Surgery Observation";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/surgery)
+"dki" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/surgery)
+"dkj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dkk" = (
+/obj/structure/rack,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dkl" = (
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"dkm" = (
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"dkn" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/secondary/construction)
+"dko" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dkp" = (
+/obj/structure/closet/emcloset,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dkq" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dkr" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dks" = (
+/obj/structure/table/wood/poker,
+/obj/item/clothing/glasses/sunglasses/big,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"dkt" = (
+/obj/structure/table/wood/poker,
+/obj/item/stack/spacecash/c10{
+ pixel_x = -16;
+ pixel_y = 8
+ },
+/obj/item/stack/spacecash/c100,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"dku" = (
+/obj/structure/table/wood/poker,
+/obj/item/toy/cards/deck/syndicate{
+ icon_state = "deck_syndicate_full";
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"dkv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"dkw" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dkx" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dky" = (
+/obj/effect/decal/cleanable/vomit/old,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dkz" = (
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dkA" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"dkB" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkE" = (
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/barricade/wooden,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dkK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor/preopen{
+ id = "maintrobotics";
+ name = "Decrepit Blast Door"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"dkL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dkM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dkN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"dkO" = (
+/obj/structure/table,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/bruise_pack,
+/obj/item/stack/medical/ointment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkQ" = (
+/obj/machinery/light,
+/obj/machinery/disposal/bin,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkR" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/white,
+/obj/item/clothing/gloves/color/white,
+/obj/item/clothing/glasses/science,
+/obj/item/clothing/glasses/science,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkS" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/experimentor,
+/obj/item/device/healthanalyzer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkT" = (
+/obj/machinery/computer/rdconsole/experiment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkU" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"dkX" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/toxins/explab)
+"dkY" = (
+/obj/machinery/light/small,
+/obj/structure/closet/firecloset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dkZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dla" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dlb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dlc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dld" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dle" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dlf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dlg" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Research Director's Office";
+ req_access = null;
+ req_access_txt = "30"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dlh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dli" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/crew_quarters/hor)
+"dlj" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/crew_quarters/hor)
+"dlk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dll" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dlm" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Research Director's Office";
+ req_access = null;
+ req_access_txt = "30"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dln" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dlo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dlp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dlq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dlr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dls" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dlt" = (
+/turf/open/floor/plasteel/circuit,
+/area/assembly/chargebay)
+"dlu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dlv" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dlw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor/shutters{
+ id = "mechbay";
+ name = "Mech Bay Shutters"
+ },
+/obj/machinery/button/door{
+ id = "mechbay";
+ name = "Mech Bay Shutters Control";
+ pixel_y = 26;
+ req_access_txt = "29"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dlx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dly" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dlz" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/hallway/primary/aft)
+"dlA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plating,
+/area/hallway/primary/aft)
+"dlB" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dlC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dlD" = (
+/obj/structure/rack,
+/obj/item/device/healthanalyzer,
+/obj/item/clothing/glasses/eyepatch,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/hallway/primary/aft)
+"dlE" = (
+/obj/machinery/door/window/eastright,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/genetics_cloning)
+"dlF" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/genetics_cloning)
+"dlG" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics_cloning)
+"dlH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics_cloning)
+"dlI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics_cloning)
+"dlJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics_cloning)
+"dlK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/genetics_cloning)
+"dlL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "cloningfoyer";
+ name = "Cloning Lab";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/genetics_cloning)
+"dlM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dlN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dlO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dlP" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dlQ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dlR" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dlS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/surgery)
+"dlT" = (
+/obj/structure/rack,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/packageWrap,
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dlU" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"dlV" = (
+/obj/structure/chair/stool/bar,
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"dlW" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/abandoned_gambling_den)
+"dlX" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dlY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dlZ" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dma" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dmb" = (
+/obj/structure/table/wood,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"dmc" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dmd" = (
+/obj/machinery/light/small,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dme" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dmf" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Abandoned Research Lab APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dmg" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dmh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dmi" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dmj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor/preopen{
+ id = "maintrobotics";
+ name = "Decrepit Blast Door"
+ },
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/port_maintenance)
+"dmk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dml" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"dmm" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/button/door{
+ id = "experimentor";
+ name = "Experimentor Door Control";
+ pixel_x = -26;
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "experimentor";
+ name = "Test Chamber Blast door"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/explab)
+"dmn" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"dmo" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"dmp" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/explab)
+"dmq" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/toxins/explab)
+"dmr" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"dms" = (
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dmt" = (
+/obj/structure/sign/fire,
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dmu" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdtoxins";
+ name = "Toxins Lab Shutters"
+ },
+/turf/open/floor/plating,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dmv" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Mixing Lab";
+ req_access_txt = "8"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdtoxins";
+ name = "Toxins Lab Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dmw" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dmx" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dmy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/northright{
+ name = "Shooting Range"
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dmz" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dmA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Research Director's Office APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dmB" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/crew_quarters/hor)
+"dmC" = (
+/obj/structure/chair/office/light,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"dmD" = (
+/obj/structure/chair/office/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dmE" = (
+/obj/structure/table,
+/obj/item/weapon/cartridge/signal/toxins{
+ pixel_x = 6
+ },
+/obj/item/weapon/cartridge/signal/toxins{
+ pixel_x = -6
+ },
+/obj/item/weapon/cartridge/signal/toxins{
+ pixel_y = 6
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Research Director's Office";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dmF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dmG" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dmH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dmI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Mech Bay";
+ req_access_txt = "29"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dmJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dmK" = (
+/turf/open/floor/plasteel/neutral,
+/area/assembly/chargebay)
+"dmL" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/assembly/chargebay)
+"dmM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/assembly/chargebay)
+"dmN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dmO" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "mechbay";
+ name = "Mech Bay Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dmP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dmQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"dmR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"dmS" = (
+/turf/open/floor/plating,
+/area/hallway/primary/aft)
+"dmT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/aft)
+"dmU" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/aft)
+"dmV" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/genetics_cloning)
+"dmW" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/genetics_cloning)
+"dmX" = (
+/obj/machinery/limbgrower,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/genetics_cloning)
+"dmY" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/genetics_cloning)
+"dmZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/genetics_cloning)
+"dna" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/genetics_cloning)
+"dnb" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 7;
+ pixel_y = -26;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light,
+/obj/machinery/light_switch{
+ pixel_x = 7;
+ pixel_y = -38
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "cloningfoyer";
+ name = "Cloning Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = -6;
+ pixel_y = -24
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Cloning Lab";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/genetics_cloning)
+"dnc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (WEST)";
+ icon_state = "whitepurplecorner";
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dnd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dne" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/item/weapon/reagent_containers/dropper,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dnf" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dng" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dnh" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dni" = (
+/obj/structure/table/glass,
+/obj/item/weapon/wrench/medical,
+/obj/item/clothing/neck/stethoscope,
+/obj/machinery/camera{
+ c_tag = "Medbay - Cryogenics";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dnj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dnk" = (
+/obj/structure/sign/nosmoking_2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/surgery)
+"dnl" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/surgery)
+"dnm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/surgery)
+"dnn" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/iv_drip,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/surgery)
+"dno" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/surgery)
+"dnp" = (
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/suit/apron/surgical,
+/obj/item/clothing/mask/surgical,
+/obj/item/weapon/surgical_drapes,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/surgery)
+"dnq" = (
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 5
+ },
+/area/medical/surgery)
+"dnr" = (
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/surgicaldrill{
+ pixel_y = 5
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"dns" = (
+/obj/item/weapon/scalpel,
+/obj/item/weapon/cautery,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 9
+ },
+/area/medical/surgery)
+"dnt" = (
+/obj/machinery/computer/med_data/laptop,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/surgery)
+"dnu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dnv" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/hallway/secondary/construction)
+"dnw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"dnx" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/secondary/construction)
+"dny" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dnz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/eastleft,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dnA" = (
+/obj/structure/table/wood,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/item/weapon/book/manual/wiki/engineering_hacking,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dnB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dnC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dnD" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dnE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/toxins/explab)
+"dnF" = (
+/turf/open/floor/plasteel/vault,
+/area/toxins/explab)
+"dnG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/toxins/explab)
+"dnH" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault,
+/area/toxins/explab)
+"dnI" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dnJ" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dnK" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dnL" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dnM" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dnN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dnO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dnP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dnQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dnR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/crew_quarters/hor)
+"dnS" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/button/door{
+ id = "rdxeno";
+ name = "Xenobiology Containment Control";
+ pixel_x = -7;
+ pixel_y = 7;
+ req_access_txt = "30"
+ },
+/obj/machinery/button/door{
+ id = "rdtoxins";
+ name = "Toxins Containment Control";
+ pixel_x = -7;
+ pixel_y = -4;
+ req_access_txt = "30"
+ },
+/obj/machinery/button/door{
+ id = "rdrnd";
+ name = "Research and Development Containment Control";
+ pixel_x = 7;
+ pixel_y = 7;
+ req_access_txt = "30"
+ },
+/obj/machinery/button/door{
+ id = "rdoffice";
+ name = "Privacy Control";
+ pixel_x = 7;
+ pixel_y = -4;
+ req_access_txt = "30"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"dnT" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/stamp/rd,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dnU" = (
+/obj/machinery/computer/card/minor/rd,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dnV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dnW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dnX" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"dnY" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"dnZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"doa" = (
+/turf/closed/wall,
+/area/medical/genetics)
+"dob" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Genetics Desk Maintenance";
+ req_access_txt = "9"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/genetics)
+"doc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/medical/genetics)
+"dod" = (
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"doe" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/genetics)
+"dof" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Genetics Lab";
+ req_access_txt = "9"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/genetics)
+"dog" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/genetics)
+"doh" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"doi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"doj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dok" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall/r_wall,
+/area/medical/cmo)
+"dol" = (
+/turf/closed/wall/r_wall,
+/area/medical/cmo)
+"dom" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "cmoshutter";
+ name = "CMO Office Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/cmo)
+"don" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"doo" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/surgery)
+"dop" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/surgery)
+"doq" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/iv_drip,
+/obj/machinery/camera{
+ c_tag = "Medbay - Recovery Room";
+ dir = 8;
+ name = "medbay camera"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/surgery)
+"dor" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/surgery)
+"dos" = (
+/turf/open/floor/plasteel/blue,
+/area/medical/surgery)
+"dot" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/surgery)
+"dou" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/surgery)
+"dov" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/mirror{
+ pixel_x = 26;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/surgery)
+"dow" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dox" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"doy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"doz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"doA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"doB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"doC" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"doD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"doE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"doF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"doG" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"doH" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"doI" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"doJ" = (
+/obj/structure/chair/stool,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"doK" = (
+/obj/structure/table/wood,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"doL" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doM" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doO" = (
+/obj/structure/table/reinforced,
+/obj/item/device/mmi,
+/obj/item/device/assembly/prox_sensor,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doP" = (
+/obj/structure/frame/machine,
+/obj/item/stack/cable_coil/white,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doQ" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/robotics_cyborgs,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doR" = (
+/obj/machinery/mecha_part_fabricator,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doS" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/micro_laser,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doT" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/device/assembly/flash/handheld,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"doU" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"doV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"doW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"doX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"doY" = (
+/mob/living/simple_animal/pet/dog/pug{
+ name = "Swanson"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"doZ" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/explab)
+"dpa" = (
+/obj/machinery/r_n_d/experimentor,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/explab)
+"dpb" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/explab)
+"dpc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"dpd" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"dpe" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"dpf" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dpg" = (
+/turf/open/floor/plasteel/neutral,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dph" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dpi" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dpj" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dpk" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/rd,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Research Director's Desk";
+ departmentType = 5;
+ name = "Research Director's RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dpl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/crew_quarters/hor)
+"dpm" = (
+/obj/machinery/computer/aifixer,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"dpn" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Research Director"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/crew_quarters/hor)
+"dpo" = (
+/obj/machinery/computer/mecha,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dpp" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdoffice";
+ name = "Research Director's Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dpq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dpr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dps" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dpt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"dpu" = (
+/obj/machinery/recharge_station,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dpv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dpw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dpx" = (
+/obj/machinery/computer/mech_bay_power_console,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"dpy" = (
+/obj/machinery/mech_bay_recharge_port{
+ tag = "icon-recharge_port (WEST)";
+ icon_state = "recharge_port";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"dpz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = -26;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -38
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dpA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dpB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/aft)
+"dpC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"dpD" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/genetics)
+"dpE" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/genetics)
+"dpF" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/genetics)
+"dpG" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/masks,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/genetics)
+"dpH" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"dpI" = (
+/obj/structure/table/reinforced,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/storage/box/disks,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/genetics)
+"dpJ" = (
+/obj/machinery/computer/scan_consolenew,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/medical/genetics)
+"dpK" = (
+/obj/machinery/dna_scannernew,
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/medical/genetics)
+"dpL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (WEST)";
+ icon_state = "whitepurple";
+ dir = 8
+ },
+/area/medical/genetics)
+"dpM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"dpN" = (
+/obj/machinery/button/door{
+ id = "geneticslab";
+ name = "Genetics Lab Shutters";
+ pixel_x = 26;
+ pixel_y = 26;
+ req_access_txt = "9"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"dpO" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/medical/genetics)
+"dpP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "geneticslab";
+ name = "Genetics Lab Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"dpQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dpR" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "cmoshutter";
+ name = "CMO Office Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/cmo)
+"dpS" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/cmo)
+"dpT" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/cartridge/medical{
+ pixel_x = -3
+ },
+/obj/item/weapon/cartridge/medical{
+ pixel_x = 3
+ },
+/obj/item/weapon/cartridge/chemistry{
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dpU" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/device/flashlight/pen,
+/obj/item/clothing/neck/stethoscope,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dpV" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dpW" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/blue,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/cmo)
+"dpX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dpY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dpZ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/medical{
+ name = "Recovery Room"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/surgery)
+"dqa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/surgery)
+"dqb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/surgery)
+"dqc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/medical/surgery)
+"dqd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Surgery Theatre";
+ req_access_txt = "45"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/surgery)
+"dqe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/surgery)
+"dqf" = (
+/obj/machinery/computer/operating,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/surgery)
+"dqg" = (
+/obj/structure/table/optable,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/surgery)
+"dqh" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/surgery)
+"dqi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/surgery)
+"dqj" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Surgery Maintenance";
+ req_access_txt = "45"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/surgery)
+"dqk" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dql" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dqm" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/secondary/construction)
+"dqn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"dqo" = (
+/obj/structure/table,
+/obj/item/device/analyzer,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dqp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dqq" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/weldingtool,
+/obj/item/device/assembly/voice,
+/obj/item/clothing/head/welding,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dqr" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dqs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dqt" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"dqu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dqv" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken7";
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dqw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"dqx" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dqy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dqz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dqA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dqB" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"dqC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"dqD" = (
+/obj/machinery/camera{
+ c_tag = "Science - Experimentor";
+ dir = 1;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/explab)
+"dqE" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Toxins Mixing Lab Fore";
+ dir = 4;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (WEST)";
+ icon_state = "escape";
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dqF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dqG" = (
+/obj/machinery/atmospherics/components/unary/vent_pump,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dqH" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dqI" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ tag = "icon-heater (WEST)";
+ icon_state = "heater";
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dqJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Science - Firing Range";
+ dir = 4;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dqK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dqL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dqM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/item/device/taperecorder,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dqN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/crew_quarters/hor)
+"dqO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/crew_quarters/hor)
+"dqP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/crew_quarters/hor)
+"dqQ" = (
+/obj/machinery/computer/robotics,
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = -5;
+ pixel_y = -26
+ },
+/obj/machinery/light_switch{
+ pixel_x = 5;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dqR" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dqS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Science - Aft Center";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dqT" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dqU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dqV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dqW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Mech Bay";
+ dir = 1;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dqX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dqY" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dqZ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"dra" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"drb" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"drc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"drd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ name = "Genetics Junction";
+ sortType = 23
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/aft)
+"dre" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Genetics Desk";
+ req_access_txt = "9"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"drf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"drg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/genetics)
+"drh" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"dri" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"drj" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/geneticist,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Genetics Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/genetics)
+"drk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"drl" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/storage/pill_bottle/mutadone,
+/obj/item/weapon/storage/pill_bottle/mannitol,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Genetics Lab";
+ dir = 4;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/genetics)
+"drm" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
+ },
+/area/medical/genetics)
+"drn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/medical/genetics)
+"dro" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/genetics)
+"drp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"drq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"drr" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/door/window/westright{
+ name = "'Monkey Pen";
+ req_access_txt = "9"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (NORTH)"
+ },
+/area/medical/genetics)
+"drs" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "geneticslab";
+ name = "Genetics Lab Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"drt" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dru" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"drv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"drw" = (
+/obj/machinery/door/airlock/command{
+ name = "Chief Medical Officer's Office";
+ req_access_txt = "40"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/cmo)
+"drx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/cmo)
+"dry" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"drz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"drA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"drB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/cmo)
+"drC" = (
+/obj/machinery/door/airlock/command{
+ name = "Chief Medical Officer's Office";
+ req_access_txt = "40"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/cmo)
+"drD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"drE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"drF" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"drG" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/surgery)
+"drH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/surgery)
+"drI" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/surgery)
+"drJ" = (
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/surgery)
+"drK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/surgery)
+"drL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/surgery)
+"drM" = (
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/surgery)
+"drN" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/surgery)
+"drO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"drP" = (
+/obj/structure/rack,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/item/weapon/storage/toolbox/emergency{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"drQ" = (
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"drR" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"drS" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"drT" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/construction)
+"drU" = (
+/obj/structure/table,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/electronics/firealarm,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"drV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"drW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"drX" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"drY" = (
+/obj/structure/closet/firecloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"drZ" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (NORTH)";
+ icon_state = "wooden_chair";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dsa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dsb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dsc" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"dsd" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dse" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dsf" = (
+/obj/machinery/recharge_station,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsh" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsi" = (
+/obj/machinery/computer/mech_bay_power_console,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsk" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsl" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dsn" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (WEST)";
+ icon_state = "escape";
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dso" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dsp" = (
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dsq" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dsr" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ tag = "icon-connector_map (WEST)";
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dss" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dst" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dsu" = (
+/turf/closed/wall,
+/area/crew_quarters/hor)
+"dsv" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dsw" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Research Director's Quarters";
+ req_access = null;
+ req_access_txt = "30"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/crew_quarters/hor)
+"dsx" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dsy" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dsz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dsA" = (
+/turf/closed/wall,
+/area/assembly/robotics)
+"dsB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "roboticsprivacy";
+ name = "Robotics Shutters"
+ },
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"dsC" = (
+/obj/structure/sign/science,
+/turf/closed/wall,
+/area/assembly/robotics)
+"dsD" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_research{
+ name = "Robotics Lab";
+ req_access_txt = "29"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/assembly/robotics)
+"dsE" = (
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"dsF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/aft)
+"dsG" = (
+/obj/structure/table/glass,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/storage/box/disks,
+/obj/machinery/camera{
+ c_tag = "Medbay - Genetics Desk";
+ dir = 4;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/medical/genetics)
+"dsH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"dsI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"dsJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"dsK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Genetics Lab";
+ req_access_txt = "9"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"dsL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/genetics)
+"dsM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (WEST)";
+ icon_state = "whitepurple";
+ dir = 8
+ },
+/area/medical/genetics)
+"dsN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"dsO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"dsP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"dsQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"dsR" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/door/window/westleft{
+ name = "'Monkey Pen";
+ req_access_txt = "9"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (NORTH)"
+ },
+/area/medical/genetics)
+"dsS" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "geneticslab";
+ name = "Genetics Lab Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"dsT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dsU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dsV" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "cmoshutter";
+ name = "CMO Office Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/cmo)
+"dsW" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/cmo)
+"dsX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dsY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dsZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dta" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/cmo)
+"dtb" = (
+/obj/structure/table,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/item/clothing/suit/straight_jacket,
+/obj/item/clothing/mask/muzzle,
+/obj/item/clothing/glasses/sunglasses/blindfold,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/weapon/gun/syringe,
+/obj/item/clothing/glasses/eyepatch,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/surgery)
+"dtc" = (
+/obj/machinery/computer/med_data,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/surgery)
+"dtd" = (
+/obj/machinery/computer/crew,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/surgery)
+"dte" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dtf" = (
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dtg" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Surgery APC";
+ pixel_y = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Surgery";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dth" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dti" = (
+/obj/structure/closet/crate/freezer/blood,
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 26;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/surgery)
+"dtj" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dtk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dtl" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Auxiliary Construction Zone APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dtm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dtn" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dto" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/construction)
+"dtp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dtq" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"dtr" = (
+/obj/structure/table/wood/poker,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dts" = (
+/obj/structure/table/wood/poker,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/crew_quarters/abandoned_gambling_den)
+"dtt" = (
+/obj/structure/table/wood/poker,
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"dtu" = (
+/obj/structure/table/wood/poker,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"dtv" = (
+/obj/structure/table/wood/poker,
+/obj/item/weapon/storage/fancy/cigarettes/dromedaryco{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/abandoned_gambling_den)
+"dtw" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dtx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dty" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtz" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/mech_bay_recharge_floor,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtA" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/barricade/wooden,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dtG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dtH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dtI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dtJ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dtK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"dtL" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dtM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dtN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dtO" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dtP" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ tag = "icon-connector_map (WEST)";
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/structure/sign/fire{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dtQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dtR" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dtS" = (
+/obj/structure/closet/secure_closet/RD,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dtT" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dtU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dtV" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dtW" = (
+/obj/structure/dresser,
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dtX" = (
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/requests_console{
+ department = "Robotics Lab";
+ departmentType = 0;
+ name = "Robotics RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dtY" = (
+/obj/item/weapon/paper_bin,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dtZ" = (
+/obj/machinery/mecha_part_fabricator,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dua" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/robotics_cyborgs,
+/obj/item/weapon/storage/belt/utility/full,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/circuitboard/mecha/ripley/main,
+/obj/item/weapon/circuitboard/mecha/ripley/peripherals,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dub" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"duc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/roboticist,
+/obj/machinery/button/door{
+ id = "roboticsprivacy";
+ name = "Robotics Privacy Control";
+ pixel_x = 26;
+ pixel_y = 26;
+ req_access_txt = "29"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 38
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dud" = (
+/obj/structure/sign/science{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple/corner{
+ tag = "icon-purplecorner (WEST)";
+ icon_state = "purplecorner";
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"due" = (
+/obj/structure/sign/science{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/aft)
+"duf" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "geneticsdesk";
+ name = "Genetics Desk Shutters"
+ },
+/obj/machinery/door/window/westright{
+ dir = 4;
+ name = "Genetics Desk";
+ req_access_txt = "9"
+ },
+/obj/machinery/door/window/westright{
+ name = "Genetics Desk"
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"dug" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (WEST)";
+ icon_state = "whitepurplecorner";
+ dir = 8
+ },
+/area/medical/genetics)
+"duh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"dui" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"duj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/genetics)
+"duk" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "geneticslab";
+ name = "Genetics Lab Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"dul" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/item/device/radio/headset/headset_medsci,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/genetics)
+"dum" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
+ },
+/area/medical/genetics)
+"dun" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/genetics)
+"duo" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/genetics)
+"dup" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/genetics)
+"duq" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"dur" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end,
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"dus" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Medbay - Aft Port";
+ dir = 8;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dut" = (
+/obj/structure/bed/dogbed{
+ desc = "A comfy-looking cat bed. You can even strap your pet in, in case the gravity turns off.";
+ name = "Runtime's bed"
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/mob/living/simple_animal/pet/cat/Runtime,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/cmo)
+"duu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"duv" = (
+/obj/structure/chair/office/light,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"duw" = (
+/obj/structure/chair/office/light,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dux" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Chief Medical Officer's Office APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Chief Medical Officer's Office";
+ dir = 8;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/cmo)
+"duy" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"duz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"duA" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/construction)
+"duB" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"duC" = (
+/obj/machinery/power/smes,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"duD" = (
+/obj/machinery/camera{
+ c_tag = "Solar - Aft Starboard";
+ name = "solar camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"duE" = (
+/obj/structure/frame/machine,
+/obj/item/weapon/circuitboard/machine/cyborgrecharger,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"duF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"duG" = (
+/obj/machinery/mech_bay_recharge_port{
+ tag = "icon-recharge_port (NORTH)";
+ icon_state = "recharge_port";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"duH" = (
+/obj/item/robot_suit,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"duI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"duJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"duK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"duL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"duM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/port_maintenance)
+"duN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"duO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/port_maintenance)
+"duP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"duQ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Toxins Lab APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"duR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"duS" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"duT" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"duU" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ tag = "icon-connector_map (WEST)";
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"duV" = (
+/turf/open/floor/plating,
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"duW" = (
+/obj/item/target/syndicate,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"duX" = (
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"duY" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"duZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/hor)
+"dva" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Research Director"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/purple,
+/area/crew_quarters/hor)
+"dvb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/hor)
+"dvc" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/rd,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"dvd" = (
+/obj/item/stack/sheet/plasteel{
+ amount = 15
+ },
+/obj/item/weapon/wrench,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/clothing/glasses/welding,
+/obj/structure/table/reinforced,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dve" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dvf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dvg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dvh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dvi" = (
+/obj/structure/chair/office/light{
+ tag = "icon-officechair_white (EAST)";
+ icon_state = "officechair_white";
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dvj" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "roboticsprivacy";
+ name = "Robotics Shutters"
+ },
+/obj/machinery/door/window/westleft{
+ name = "Robotics Desk";
+ req_access_txt = "29"
+ },
+/obj/machinery/door/window/eastleft,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dvk" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "geneticsdesk";
+ name = "Genetics Desk Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"dvl" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/button/door{
+ id = "geneticsdesk";
+ name = "Genetics Desk Shutters";
+ pixel_x = -26;
+ pixel_y = -26;
+ req_access_txt = "9"
+ },
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (WEST)";
+ icon_state = "whitepurplecorner";
+ dir = 8
+ },
+/area/medical/genetics)
+"dvm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (WEST)";
+ icon_state = "whitepurplecorner";
+ dir = 8
+ },
+/area/medical/genetics)
+"dvn" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/genetics)
+"dvo" = (
+/obj/structure/closet/wardrobe/genetics_white,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/genetics)
+"dvp" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"dvq" = (
+/obj/structure/table/reinforced,
+/obj/machinery/requests_console{
+ department = "Medbay Storage";
+ departmentType = 0;
+ name = "Genetics Lab RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/genetics)
+"dvr" = (
+/obj/machinery/computer/scan_consolenew,
+/obj/machinery/light,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/medical/genetics)
+"dvs" = (
+/obj/machinery/dna_scannernew,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/medical/genetics)
+"dvt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (WEST)";
+ icon_state = "whitepurple";
+ dir = 8
+ },
+/area/medical/genetics)
+"dvu" = (
+/obj/machinery/computer/med_data/laptop,
+/obj/structure/table/glass,
+/obj/structure/mirror{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"dvv" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"dvw" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/genetics)
+"dvx" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "geneticslab";
+ name = "Genetics Lab Shutters"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"dvy" = (
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvB" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "cmoshutter";
+ name = "CMO Office Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/cmo)
+"dvC" = (
+/obj/machinery/disposal/bin,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/cmo)
+"dvD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dvE" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/paper_bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dvF" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/item/weapon/folder/blue{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dvG" = (
+/obj/machinery/computer/med_data/laptop,
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/cmo)
+"dvH" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "cmoshutter";
+ name = "CMO Office Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/cmo)
+"dvI" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvJ" = (
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvK" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvL" = (
+/obj/item/weapon/folder/white,
+/obj/item/device/flashlight/pen,
+/obj/item/clothing/neck/stethoscope,
+/obj/structure/table,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvM" = (
+/obj/machinery/computer/med_data/laptop,
+/obj/structure/table,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dvN" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvO" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvS" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvX" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dvZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dwa" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Aft Starboard Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarstarboard)
+"dwb" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dwc" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dwd" = (
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/chem_dispenser/drinks/beer,
+/obj/structure/table/wood/poker,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dwe" = (
+/obj/structure/table/wood/poker,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/rum{
+ pixel_x = 6;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_y = 7
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/crew_quarters/abandoned_gambling_den)
+"dwf" = (
+/obj/machinery/vending/boozeomat{
+ req_access_txt = "0"
+ },
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dwg" = (
+/obj/structure/table/wood/poker,
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/item/weapon/reagent_containers/dropper,
+/turf/open/floor/plating,
+/area/crew_quarters/abandoned_gambling_den)
+"dwh" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dwi" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dwj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dwk" = (
+/obj/structure/chair/office/light,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dwl" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/clothing/head/welding,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dwm" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dwn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dwo" = (
+/obj/structure/table/reinforced,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/item/device/assembly/igniter{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter{
+ pixel_x = -6;
+ pixel_y = -6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dwp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dwq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dwr" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dws" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dwt" = (
+/obj/machinery/light/small,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dwu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dwv" = (
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dww" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/suit_storage_unit/rd,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"dwx" = (
+/obj/machinery/button/door{
+ id = "idquarters";
+ name = "Privacy Control";
+ pixel_x = -26;
+ pixel_y = -26;
+ req_access_txt = "30"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/crew_quarters/hor)
+"dwy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Research Director's Quarters";
+ dir = 1;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/machinery/modular_computer/console/preset/research,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/crew_quarters/hor)
+"dwz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/crew_quarters/hor)
+"dwA" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/crew_quarters/hor)
+"dwB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dwC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"dwD" = (
+/obj/item/stack/cable_coil/white,
+/obj/item/bodypart/r_arm/robot{
+ pixel_x = 3
+ },
+/obj/item/bodypart/l_arm/robot{
+ pixel_x = -3
+ },
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/structure/table/reinforced,
+/obj/machinery/light_switch{
+ pixel_x = -38;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dwE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dwF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"dwG" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dwH" = (
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"dwI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dwJ" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dwK" = (
+/turf/closed/wall,
+/area/medical/morgue)
+"dwL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ req_access_txt = "9"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/morgue)
+"dwM" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/medical/morgue)
+"dwN" = (
+/turf/closed/wall/r_wall,
+/area/medical/morgue)
+"dwO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/medical/morgue)
+"dwP" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Morgue Maintenance";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/morgue)
+"dwQ" = (
+/obj/structure/table/glass,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/cmo,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/cmo)
+"dwR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dwS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dwT" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Chief Medical Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dwU" = (
+/obj/machinery/computer/card/minor/cmo,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/cmo)
+"dwV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Aft Starboard";
+ dir = 4;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dwW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Patient Room"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dwX" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dwY" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dwZ" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 26;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dxa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/device/flashlight,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxc" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxd" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dxk" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Aft Starboard Solar APC";
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"dxl" = (
+/obj/machinery/power/solar_control{
+ id = "aftstarboard";
+ name = "Aft Starboard Solar Control";
+ track = 0
+ },
+/obj/structure/cable,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"dxm" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dxn" = (
+/obj/structure/table,
+/obj/item/stack/rods{
+ amount = 23
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/device/flashlight/seclite,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxo" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxp" = (
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxr" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/white,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxs" = (
+/obj/structure/frame/computer,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxt" = (
+/obj/structure/frame/machine,
+/obj/machinery/light/small,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxv" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Abandoned Research Lab"
+ })
+"dxw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/port_maintenance)
+"dxx" = (
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -4;
+ pixel_y = 1
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 8;
+ pixel_y = 9
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 9;
+ pixel_y = -2
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dxy" = (
+/obj/item/device/assembly/timer{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 6;
+ pixel_y = -4
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dxz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dxA" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dxB" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ tag = "icon-freezer (WEST)";
+ icon_state = "freezer";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dxC" = (
+/obj/structure/sign/fire,
+/turf/closed/wall/r_wall,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dxD" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Secure Storage";
+ req_access_txt = "8"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdtoxins";
+ name = "Toxins Lab Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dxE" = (
+/turf/closed/wall/r_wall,
+/area/toxins/misc_lab{
+ name = "\improper Research Testing Range"
+ })
+"dxF" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "idquarters";
+ name = "Director's Quarters Shutters"
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"dxG" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dxH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dxI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ name = "Robotics Lab";
+ req_access_txt = "29"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dxJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dxK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dxL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"dxM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"dxN" = (
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"dxO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"dxP" = (
+/obj/structure/noticeboard{
+ dir = 8;
+ icon_state = "nboard00";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (WEST)"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Robotics Lab";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dxQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"dxR" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/cobweb,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dxS" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dxT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dxU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dxV" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dxW" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/morgue)
+"dxX" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/morgue)
+"dxY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dxZ" = (
+/turf/open/floor/plating,
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/medical/morgue)
+"dya" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dyb" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dyc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dyd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dye" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/cmo)
+"dyf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/vending/wallmed{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dyg" = (
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dyh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dyi" = (
+/obj/machinery/computer/crew,
+/obj/machinery/button/door{
+ id = "cmoshutter";
+ name = "CMO Office Shutters";
+ pixel_x = 7;
+ pixel_y = -26;
+ req_access_txt = "40"
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 7;
+ pixel_y = -38
+ },
+/obj/machinery/light_switch{
+ pixel_x = -7;
+ pixel_y = -26
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Chief Medical Officer's Desk";
+ departmentType = 5;
+ name = "Chief Medical Officer's RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/cmo)
+"dyj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dyk" = (
+/obj/structure/dresser,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dyl" = (
+/obj/structure/mirror{
+ pixel_y = -28
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dym" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dyn" = (
+/obj/structure/closet/wardrobe/pjs,
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dyo" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dyp" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dyq" = (
+/turf/closed/wall,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dyr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dys" = (
+/turf/closed/wall,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dyt" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dyu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dyv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dyw" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dyx" = (
+/obj/structure/closet,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/maintenance/fpmaint2/port_maintenance)
+"dyy" = (
+/obj/item/device/transfer_valve{
+ pixel_x = -5
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = -5
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 0
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 0
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 5
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 5
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/requests_console{
+ department = "Toxins Lab";
+ departmentType = 0;
+ name = "Toxins RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dyz" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dyA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dyB" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dyC" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ tag = "icon-connector_map (WEST)";
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster7_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster7_legit"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dyD" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dyE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dyF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dyG" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dyH" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dyI" = (
+/turf/closed/wall/r_wall,
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dyJ" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/structure/table,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dyK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dyL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dyM" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dyN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"dyO" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/firstaid,
+/obj/item/weapon/storage/firstaid,
+/obj/item/device/paicard,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dyP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dyQ" = (
+/obj/item/robot_suit,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dyR" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"dyS" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dyT" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dyU" = (
+/obj/machinery/computer/rdconsole/robotics,
+/obj/structure/sign/bluecross_2{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dyV" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dyW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Departures Hallway - Center";
+ dir = 8;
+ name = "hallway camera"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"dyX" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/gloves/color/latex,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dyY" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dyZ" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dza" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dzb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dzc" = (
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dzd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dze" = (
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dzf" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dzg" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dzh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dzi" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/backpack/dufflebag/med,
+/obj/item/device/flashlight/pen,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dzj" = (
+/turf/closed/wall,
+/area/medical/cmo)
+"dzk" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/cmo)
+"dzl" = (
+/obj/machinery/door/airlock/command{
+ name = "Chief Medical Officer's Quarters";
+ req_access_txt = "40"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dzm" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/cmo)
+"dzn" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dzo" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dzp" = (
+/obj/structure/table/wood,
+/obj/item/clothing/under/maid,
+/obj/item/clothing/head/kitty,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzq" = (
+/obj/machinery/vending/autodrobe{
+ req_access_txt = "0"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzr" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Abandoned Theatre APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzs" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzt" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzu" = (
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Theatre Stage";
+ req_access_txt = "0"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzv" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzw" = (
+/obj/structure/dresser,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzx" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/guitar,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dzy" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/photocopier,
+/obj/item/weapon/newspaper{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/newspaper,
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dzz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dzA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dzB" = (
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken5";
+ icon_state = "wood-broken5"
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dzC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/book/manual/wiki/security_space_law{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/detective,
+/obj/item/device/camera/detective,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dzD" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/solar{
+ id = "aftstarboard";
+ name = "Aft-Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"dzE" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzF" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzG" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/clothing/mask/gas,
+/obj/machinery/camera{
+ c_tag = "Science - Toxins Launch Site";
+ dir = 2;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzH" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzI" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzJ" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/newscaster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzK" = (
+/turf/closed/wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzN" = (
+/obj/item/device/assembly/signaler{
+ pixel_x = 0;
+ pixel_y = 8
+ },
+/obj/item/device/assembly/signaler{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/device/assembly/signaler{
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/obj/item/device/assembly/signaler{
+ pixel_x = -2;
+ pixel_y = -2
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzO" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench,
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzP" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzQ" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ tag = "icon-connector_map (WEST)";
+ icon_state = "connector_map";
+ dir = 8
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Toxins Mixing Lab Aft";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dzR" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dzS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dzT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dzU" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dzV" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dzW" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/rdservercontrol,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dzX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dzY" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dzZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/command{
+ name = "Research Division Server Room";
+ req_access = null;
+ req_access_txt = "30"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dAa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dAb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dAc" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dAd" = (
+/obj/machinery/disposal/bin,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Robotics Lab APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dAe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dAf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dAg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dAh" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dAi" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dAj" = (
+/obj/machinery/r_n_d/circuit_imprinter,
+/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dAk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 1;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"dAl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ req_access_txt = "6"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/morgue)
+"dAm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dAn" = (
+/turf/open/floor/plating,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/medical/morgue)
+"dAo" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dAp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dAq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dAr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dAs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dAt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dAu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = -26;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dAv" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/morgue)
+"dAw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dAx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dAy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dAz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dAA" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex/nitrile,
+/obj/item/clothing/suit/apron/surgical,
+/obj/item/clothing/mask/breath/medical,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dAB" = (
+/obj/structure/closet/secure_closet/CMO,
+/obj/item/clothing/under/rank/nursesuit,
+/obj/item/clothing/head/nursehat,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/cmo)
+"dAC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dAD" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dAE" = (
+/obj/structure/dresser,
+/obj/structure/mirror{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dAF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dAG" = (
+/obj/structure/rack,
+/obj/effect/landmark/costume,
+/obj/effect/landmark/costume,
+/obj/item/clothing/neck/tie/black,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dAH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dAI" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAJ" = (
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAL" = (
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAM" = (
+/obj/structure/table/wood,
+/obj/item/weapon/newspaper,
+/obj/item/clothing/head/bowler,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAN" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAO" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAP" = (
+/obj/structure/table/wood,
+/obj/item/clothing/suit/justice,
+/obj/item/clothing/head/helmet/justice/escape{
+ name = "justice helmet"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dAQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dAR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dAS" = (
+/turf/open/floor/wood,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dAT" = (
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dAU" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "greydet";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "detective";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/head/fedora,
+/obj/item/clothing/head/fedora{
+ icon_state = "detective"
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dAV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dAW" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dAX" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dAY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dAZ" = (
+/turf/closed/wall/r_wall,
+/area/toxins/test_area)
+"dBa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dBb" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the testing site.";
+ dir = 4;
+ layer = 4;
+ name = "Testing Site Telescreen";
+ network = list("Toxins");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBd" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBe" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBf" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ density = 0;
+ dir = 8;
+ req_access = "0"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBg" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBk" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/toxin,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBm" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dBn" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dBo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dBp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dBq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dBr" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dBs" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/turf/open/floor/plating,
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dBt" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/machinery/door/airlock/glass_command{
+ name = "Server Access";
+ req_access_txt = "30"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dBu" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dBv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dBw" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/weapon/screwdriver{
+ pixel_y = 5
+ },
+/obj/item/device/multitool,
+/obj/item/clothing/head/welding,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dBx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dBy" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/borg/upgrade/rename,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dBz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dBA" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/cautery,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dBB" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/assembly/robotics)
+"dBC" = (
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/assembly/robotics)
+"dBD" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dBE" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/morgue)
+"dBF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBI" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/morgue)
+"dBJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBM" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/paper_bin,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/morgue)
+"dBN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/morgue)
+"dBO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dBP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dBR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/morgue)
+"dBS" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/storage/pill_bottle,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dBT" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/cmo)
+"dBU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/cmo)
+"dBV" = (
+/obj/effect/landmark/start{
+ name = "Chief Medical Officer"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/cmo)
+"dBW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/cmo)
+"dBX" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/cmo,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dBY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/landmark/costume,
+/obj/effect/landmark/costume,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dBZ" = (
+/obj/machinery/light_switch{
+ pixel_x = -26
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dCa" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dCb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dCc" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dCd" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken6";
+ icon_state = "wood-broken6"
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dCe" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/candle_box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dCf" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Private Investigator's Office APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dCg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dCh" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dCi" = (
+/obj/structure/filingcabinet/security,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dCj" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "aftstarboard";
+ name = "Aft-Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"dCk" = (
+/obj/structure/window/reinforced,
+/obj/item/target,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_end (NORTH)";
+ icon_state = "plating_warn_end"
+ },
+/area/toxins/test_area)
+"dCl" = (
+/obj/machinery/button/massdriver{
+ dir = 2;
+ id = "toxinsdriver";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCo" = (
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCq" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCr" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Launch Site";
+ req_access_txt = "8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/item/device/radio/beacon,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCv" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Mixing Lab";
+ req_access_txt = "8"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdtoxins";
+ name = "Toxins Lab Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCB" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Secure Storage";
+ req_access_txt = "8"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rdtoxins";
+ name = "Toxins Lab Shutters"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dCC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dCD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dCE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dCF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dCG" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dCH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 140;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dCI" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dCJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 120;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Server Room";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dCK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Aft";
+ dir = 4;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dCL" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dCM" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Research Division APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dCN" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dCO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dCP" = (
+/obj/structure/closet/wardrobe/robotics_black,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dCQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dCR" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/structure/sign/bluecross_2{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dCS" = (
+/obj/machinery/computer/operating,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/assembly/robotics)
+"dCT" = (
+/obj/structure/table/optable,
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/assembly/robotics)
+"dCU" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/scalpel{
+ pixel_y = 16
+ },
+/obj/item/weapon/circular_saw,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dCV" = (
+/obj/machinery/disposal/bin,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dCW" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Morgue APC";
+ pixel_y = -26
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dCX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dCY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster{
+ icon_state = "poster6_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster6_legit"
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Morgue";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dCZ" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/medical/morgue)
+"dDa" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dDb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/light_construct/small,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dDc" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dDd" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dDe" = (
+/obj/structure/closet/wardrobe/white/medical,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dDf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"dDg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"dDh" = (
+/obj/machinery/suit_storage_unit/cmo,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/cmo)
+"dDi" = (
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dDj" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay - Chief Medical Officer's Quarters";
+ dir = 1;
+ name = "medbay camera"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dDk" = (
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dDl" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo)
+"dDm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dDn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dDo" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dDp" = (
+/obj/structure/closet/crate,
+/obj/effect/landmark/costume,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dDq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dDr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDw" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDx" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDA" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dDB" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken7";
+ icon_state = "wood-broken7"
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dDC" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/wood,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dDD" = (
+/obj/structure/chair/office/dark,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dDE" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/wood,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dDF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster16_legit"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dDG" = (
+/obj/structure/chair,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dDH" = (
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dDI" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dDJ" = (
+/obj/machinery/doppler_array{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDK" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDL" = (
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/target,
+/obj/item/target/syndicate,
+/obj/item/target/alien,
+/obj/item/target/clown,
+/obj/structure/closet/crate/secure{
+ desc = "A secure crate containing various materials for building a customised test-site.";
+ name = "Test Site Materials Crate";
+ req_access_txt = "8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDM" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/glasses/science,
+/obj/item/clothing/glasses/science,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDT" = (
+/obj/structure/tank_dispenser,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDU" = (
+/obj/structure/rack,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/item/clothing/suit/fire/firefighter,
+/obj/item/clothing/head/hardhat/red,
+/obj/item/clothing/mask/gas,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDW" = (
+/obj/machinery/disposal/bin,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDX" = (
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = -32;
+ tag = "icon-poster22_legit"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDY" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dDZ" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Toxins Secure Storage";
+ dir = 4;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEc" = (
+/obj/machinery/portable_atmospherics/scrubber/huge,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEd" = (
+/obj/machinery/portable_atmospherics/scrubber/huge,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Toxins Storage APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEe" = (
+/obj/machinery/r_n_d/server/core,
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dEf" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dEg" = (
+/obj/machinery/r_n_d/server/robotics,
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/server{
+ name = "\improper Research Division Server Room"
+ })
+"dEh" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dEi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/purple,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dEj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Robotics Lab Maintenance";
+ req_access_txt = "29"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/assembly/robotics)
+"dEk" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=1";
+ dir = 1;
+ freq = 1400;
+ location = "Robotics"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"dEl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"dEm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/morgue)
+"dEn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dEo" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/virology{
+ name = "Virology Access";
+ req_access_txt = "39"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dEp" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken6";
+ icon_state = "wood-broken6"
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dEq" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dEr" = (
+/obj/structure/table/wood,
+/obj/item/clothing/under/geisha,
+/obj/item/clothing/shoes/sandal,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dEs" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dEt" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/folder/red,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dEu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dEv" = (
+/obj/structure/table/wood,
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/storage/box/evidence,
+/obj/item/device/taperecorder,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dEw" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dEx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dEy" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dEz" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dEA" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dEB" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dEC" = (
+/obj/machinery/door/window/southleft{
+ name = "Mass Driver Door";
+ req_access_txt = "7"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dED" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dEE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Toxins Maintenance";
+ req_access_txt = "8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dEF" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEG" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEH" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dEI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Break Room";
+ req_access_txt = "47"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dEJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dEK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dEL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dEM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dEN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dEO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dEP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dEQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hallway/primary/aft)
+"dER" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dES" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dET" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"dEU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dEV" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dEW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/aft/Aft_Maintenance)
+"dEX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dEY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dEZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/aft/Aft_Maintenance)
+"dFa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/aft/Aft_Maintenance)
+"dFb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dFc" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dFd" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dFe" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/aft/Aft_Maintenance)
+"dFf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/aft/Aft_Maintenance)
+"dFg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/aft/Aft_Maintenance)
+"dFh" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dFi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/aft/Aft_Maintenance)
+"dFj" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dFk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dFl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dFm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dFn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dFo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dFp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dFq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dFr" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken";
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dFs" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dFt" = (
+/obj/structure/table/wood,
+/obj/item/clothing/head/papersack/smiley,
+/obj/item/weapon/pen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dFu" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dFv" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken";
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dFw" = (
+/obj/structure/table/wood,
+/obj/item/clothing/suit/cardborg,
+/obj/item/clothing/head/cardborg,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dFx" = (
+/obj/structure/frame/computer,
+/obj/item/weapon/circuitboard/computer/secure_data,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dFy" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dFz" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/cigarettes/cigpack_uplift{
+ pixel_x = 6
+ },
+/obj/item/weapon/storage/fancy/cigarettes/cigpack_carp{
+ pixel_x = -3
+ },
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dFA" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dFB" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dFC" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/starboard)
+"dFD" = (
+/turf/closed/indestructible/opshuttle,
+/area/toxins/test_area)
+"dFE" = (
+/obj/item/target,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ active_power_usage = 0;
+ c_tag = "Bomb Test Site";
+ desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site.";
+ dir = 4;
+ invuln = 1;
+ light = null;
+ name = "hardened testing camera";
+ network = list("Toxins");
+ start_active = 1;
+ use_power = 0
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dFF" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dFG" = (
+/obj/item/device/radio/beacon,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dFH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (WEST)";
+ icon_state = "plating_warn_side"
+ },
+/area/toxins/test_area)
+"dFI" = (
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_end (EAST)";
+ icon_state = "plating_warn_end"
+ },
+/area/toxins/test_area)
+"dFJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dFK" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dFL" = (
+/obj/machinery/door/poddoor{
+ id = "toxinsdriver";
+ name = "Toxins Launcher Bay Door"
+ },
+/obj/structure/fans/tiny,
+/turf/open/floor/plating,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dFM" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dFN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dFO" = (
+/obj/machinery/mass_driver{
+ dir = 8;
+ id = "toxinsdriver"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"dFP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFQ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFS" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/weapon/crowbar/red,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFU" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFW" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFX" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFY" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dFZ" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dGa" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dGb" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dGc" = (
+/obj/structure/table/wood,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dGd" = (
+/obj/structure/table/wood,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = 32;
+ tag = "icon-poster22_legit"
+ },
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dGe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dGf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dGg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dGh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dGi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dGj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dGk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dGl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dGm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dGn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dGo" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dGp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dGq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"dGr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dGs" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/aft)
+"dGt" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dGu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hallway/primary/aft)
+"dGv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/space_heater,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/maintenance/aft/Aft_Maintenance)
+"dGw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/item/weapon/storage/box/bodybags,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGx" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/aft/Aft_Maintenance)
+"dGA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/aft/Aft_Maintenance)
+"dGB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Aft Maintenance APC";
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/aft/Aft_Maintenance)
+"dGE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/aft/Aft_Maintenance)
+"dGH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/aft/Aft_Maintenance)
+"dGI" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGJ" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/aft/Aft_Maintenance)
+"dGK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dGM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/aft/Aft_Maintenance)
+"dGN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dGO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dGP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dGQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dGR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dGS" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dGT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dGU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dGV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dGW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dGX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/maintenance/starboard/aft_starboard_maintenance)
+"dGY" = (
+/obj/structure/dresser,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dGZ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/wrench,
+/obj/item/weapon/storage/secure/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/briefcase,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHb" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHc" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHd" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/piano,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHf" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHg" = (
+/obj/item/device/instrument/violin,
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHh" = (
+/obj/structure/frame/computer,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dHi" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dHj" = (
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dHk" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dHl" = (
+/obj/structure/dresser,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/security/detectives_office{
+ name = "Private Investigator's Office"
+ })
+"dHm" = (
+/obj/structure/lattice/catwalk,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/space,
+/area/solar/starboard)
+"dHn" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dHo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dHp" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dHq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dHr" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dHs" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dHB" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dHC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dHD" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dHE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dHF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dHG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dHH" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dHI" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHK" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Customs Desk";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dHL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/bridge{
+ name = "Customs"
+ })
+"dHM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departures Lounge"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/aft)
+"dHN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departures Lounge"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/aft)
+"dHO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departures Lounge"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/aft)
+"dHP" = (
+/turf/closed/wall,
+/area/maintenance/aft/Aft_Maintenance)
+"dHQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/aft/Aft_Maintenance)
+"dHR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dHS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dHT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dHU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/theatre{
+ name = "Abandoned Theatre"
+ })
+"dHV" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dHW" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dHX" = (
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dHZ" = (
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIb" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dId" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIf" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIl" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dIm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"dIn" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIr" = (
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIs" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIt" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/dr_gibb,
+/obj/machinery/camera{
+ c_tag = "Science - Break Room";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIu" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dIx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dIy" = (
+/obj/machinery/photocopier,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dIz" = (
+/obj/structure/filingcabinet/medical,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 5
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dIA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Departures Hallway - Aft";
+ dir = 4;
+ name = "hallway camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dIB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTH)";
+ icon_state = "escape";
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"dIC" = (
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTH)";
+ icon_state = "escape";
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"dID" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTH)";
+ icon_state = "escape";
+ dir = 1
+ },
+/area/hallway/primary/aft)
+"dIE" = (
+/obj/structure/table,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dIF" = (
+/obj/machinery/light/small,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dIG" = (
+/obj/machinery/light/small,
+/obj/machinery/iv_drip,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dIH" = (
+/obj/item/stack/cable_coil,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"dII" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/item/target,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plating,
+/area/toxins/test_area)
+"dIJ" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIK" = (
+/turf/closed/wall,
+/area/library/abandoned_library)
+"dIL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dIM" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/library/abandoned_library)
+"dIN" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/library/abandoned_library)
+"dIO" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIQ" = (
+/turf/closed/wall/r_wall,
+/area/toxins/storage)
+"dIR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIS" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIV" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIW" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dIX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dIZ" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dJa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/bridge{
+ name = "Customs"
+ })
+"dJb" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/bridge{
+ name = "Customs"
+ })
+"dJc" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dJd" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge{
+ name = "Customs"
+ })
+"dJe" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dJf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dJg" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dJh" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dJi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/aft)
+"dJj" = (
+/obj/structure/shuttle/engine/propulsion{
+ tag = "icon-propulsion (NORTH)";
+ icon_state = "propulsion";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dJk" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/escape)
+"dJl" = (
+/turf/closed/wall/r_wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dJm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dJn" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/virology{
+ name = "Virology Access";
+ req_access_txt = "39"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dJo" = (
+/obj/structure/sign/biohazard,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/medbay{
+ name = "Medbay Central"
+ })
+"dJp" = (
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"dJq" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dJr" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dJs" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dJt" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dJu" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dJv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library/abandoned_library)
+"dJw" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dJx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dJy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/black,
+/area/library/abandoned_library)
+"dJz" = (
+/obj/structure/table/wood,
+/obj/item/weapon/dice/d20,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library/abandoned_library)
+"dJA" = (
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dJB" = (
+/obj/structure/chair/office/dark,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dJC" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dJD" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dJE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJG" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJH" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJI" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJJ" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Aft Port Maintenance APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJM" = (
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dJN" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dJO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dJP" = (
+/obj/machinery/vending/cola,
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dJQ" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/neutral/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dJR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dJS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dJU" = (
+/obj/machinery/computer/card,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Departures Customs APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/machinery/camera{
+ c_tag = "Departures Customs";
+ dir = 4;
+ name = "customs camera"
+ },
+/turf/open/floor/plasteel/blue,
+/area/bridge{
+ name = "Customs"
+ })
+"dJV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/bridge{
+ name = "Customs"
+ })
+"dJW" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/bridge{
+ name = "Customs"
+ })
+"dJX" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/blue,
+/area/bridge{
+ name = "Customs"
+ })
+"dJY" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 8;
+ name = "Customs Desk";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge{
+ name = "Customs"
+ })
+"dJZ" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dKa" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dKb" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dKc" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dKd" = (
+/obj/structure/window/reinforced,
+/obj/structure/shuttle/engine/heater{
+ tag = "icon-heater (NORTH)";
+ icon_state = "heater";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dKe" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dKf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn (NORTHWEST)";
+ icon_state = "white_warn"
+ },
+/area/medical/virology)
+"dKg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Virology - Containment Lock";
+ dir = 8;
+ name = "virology camera"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dKh" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dKi" = (
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dKj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"dKk" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dKl" = (
+/turf/closed/wall,
+/area/medical/virology)
+"dKm" = (
+/obj/structure/table/glass,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dKn" = (
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dKo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dKp" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dKq" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dKr" = (
+/obj/structure/table_frame/wood,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dKs" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library/abandoned_library)
+"dKt" = (
+/turf/open/floor/plasteel/black,
+/area/library/abandoned_library)
+"dKu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dKv" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library/abandoned_library)
+"dKw" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dKx" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/paicard,
+/turf/open/floor/carpet,
+/area/library/abandoned_library)
+"dKy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/carpet,
+/area/library/abandoned_library)
+"dKz" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dKA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKC" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKD" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ density = 0;
+ dir = 8;
+ req_access = "0"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKE" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKG" = (
+/obj/machinery/droneDispenser,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKH" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Science Maintenance";
+ req_access_txt = "47"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"dKJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dKL" = (
+/obj/machinery/computer/crew,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dKM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/bridge{
+ name = "Customs"
+ })
+"dKN" = (
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/blue/side{
+ dir = 5
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dKO" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge{
+ name = "Customs"
+ })
+"dKP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dKQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dKR" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/aft)
+"dKS" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/escape)
+"dKT" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"dKU" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dKV" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dKW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn (SOUTHWEST)";
+ icon_state = "white_warn"
+ },
+/area/medical/virology)
+"dKX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn (SOUTHEAST)";
+ icon_state = "white_warn"
+ },
+/area/medical/virology)
+"dKY" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/virology{
+ name = "Virology Access";
+ req_access_txt = "39"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dKZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/virology)
+"dLa" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/virology)
+"dLb" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/virology{
+ name = "Virology Access";
+ req_access_txt = "39"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dLc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dLd" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dLe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dLf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"dLg" = (
+/obj/structure/table/glass,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/virologist,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dLh" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Virologist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dLi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dLj" = (
+/obj/structure/sign/poster{
+ icon_state = "poster3_legit";
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "icon-poster3_legit"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/virology)
+"dLk" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/table/glass,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/virology)
+"dLl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/virology)
+"dLm" = (
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/virology)
+"dLn" = (
+/turf/open/space,
+/area/toxins/test_area)
+"dLo" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dLp" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/library/abandoned_library)
+"dLq" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/library/abandoned_library)
+"dLr" = (
+/obj/structure/bookcase,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dLs" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/library/abandoned_library)
+"dLt" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dLu" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck/cas{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/toy/cards/deck/cas/black{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/turf/open/floor/carpet,
+/area/library/abandoned_library)
+"dLv" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/turf/open/floor/carpet,
+/area/library/abandoned_library)
+"dLw" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dLx" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLO" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dLP" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster16_legit";
+ pixel_y = -32;
+ tag = "icon-poster16_legit"
+ },
+/obj/item/weapon/crowbar,
+/obj/item/device/radio,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dLQ" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/box/ids,
+/turf/open/floor/plasteel/blue/side,
+/area/bridge{
+ name = "Customs"
+ })
+"dLR" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/bridge{
+ name = "Customs"
+ })
+"dLS" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Contraband Locker";
+ req_access_txt = "19"
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
+ },
+/area/bridge{
+ name = "Customs"
+ })
+"dLT" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dLU" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/turf/open/floor/plasteel/escape,
+/area/hallway/primary/aft)
+"dLV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/escape,
+/area/hallway/primary/aft)
+"dLW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/escape,
+/area/hallway/primary/aft)
+"dLX" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster4_legit";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-poster4_legit"
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"dLY" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dLZ" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/shuttle/escape)
+"dMa" = (
+/obj/item/weapon/defibrillator/loaded,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dMb" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dMc" = (
+/obj/structure/table/optable,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dMd" = (
+/obj/item/weapon/scalpel{
+ pixel_y = 12
+ },
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/retractor{
+ pixel_x = 4
+ },
+/obj/item/weapon/hemostat{
+ pixel_x = -4
+ },
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dMe" = (
+/obj/structure/closet/l3closet/virology,
+/obj/structure/sign/biohazard{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dMf" = (
+/obj/structure/closet/l3closet/virology,
+/obj/machinery/light/small,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dMg" = (
+/obj/structure/closet/emcloset,
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dMh" = (
+/obj/structure/grille,
+/obj/structure/cable/white,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dMi" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dMj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dMk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dMl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/virology{
+ name = "Virology Break Room";
+ req_access_txt = "39"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dMm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dMn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dMo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dMp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dMq" = (
+/obj/machinery/door/airlock/virology{
+ name = "Virology Cabin";
+ req_access_txt = "39"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dMr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dMs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start{
+ name = "Virologist"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dMt" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dMu" = (
+/obj/structure/bookcase,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dMv" = (
+/obj/structure/bookcase,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dMw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dMx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dMy" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dMz" = (
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dMA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dMB" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dMC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dMD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dME" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/office)
+"dMF" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Chapel Maintenance";
+ req_access_txt = "27"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/chapel/office)
+"dMG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/chapel/office)
+"dMH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dMI" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dMJ" = (
+/obj/structure/closet,
+/obj/effect/landmark/costume,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dMK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dML" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dMM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dMN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dMO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMQ" = (
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMR" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMS" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMT" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMU" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/science{
+ dir = 1
+ },
+/obj/structure/sign/directions/engineering{
+ dir = 1;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMV" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departures Lounge"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departures Lounge"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMX" = (
+/obj/structure/sign/directions/evac{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/medical{
+ dir = 1
+ },
+/obj/structure/sign/directions/security{
+ dir = 1;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dMZ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/shuttle/escape)
+"dNa" = (
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"dNb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/shuttle/escape)
+"dNc" = (
+/obj/machinery/status_display,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"dNd" = (
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = 6;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = -3
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = 4;
+ pixel_y = 1
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/syringe/epinephrine{
+ pixel_x = 2;
+ pixel_y = 8
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dNe" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dNf" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 58
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dNg" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dNh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dNi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dNj" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dNk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"dNl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dNm" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dNn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dNo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dNp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/virology)
+"dNq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dNr" = (
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dNs" = (
+/obj/structure/cable,
+/obj/machinery/power/tracker,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"dNt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Abandoned Library APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/library/abandoned_library)
+"dNu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken6";
+ icon_state = "wood-broken6"
+ },
+/area/library/abandoned_library)
+"dNv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dNw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dNx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dNy" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/library/abandoned_library)
+"dNz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken";
+ icon_state = "wood-broken"
+ },
+/area/library/abandoned_library)
+"dNA" = (
+/obj/machinery/photocopier,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dNB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/library/abandoned_library)
+"dNC" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dND" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dNE" = (
+/turf/closed/wall,
+/area/chapel/office)
+"dNF" = (
+/obj/structure/bodycontainer/morgue,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dNG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dNH" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dNI" = (
+/turf/closed/wall,
+/area/chapel/main)
+"dNJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/chapel/main)
+"dNK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/chapel/main)
+"dNL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNN" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNP" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Departure Lounge APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/machinery/camera{
+ c_tag = "Departures - Fore";
+ dir = 2;
+ name = "departures camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNR" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dNT" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dNU" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dNV" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/leafybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/escape)
+"dNW" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/shuttle/escape)
+"dNX" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/shuttle/escape)
+"dNY" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/shuttle/escape)
+"dNZ" = (
+/obj/item/weapon/storage/firstaid/toxin,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 5
+ },
+/area/shuttle/escape)
+"dOa" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dOb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dOc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dOd" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/sign/poster{
+ icon_state = "poster17_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster17_legit"
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/virology)
+"dOe" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plasteel/vault,
+/area/medical/virology)
+"dOf" = (
+/obj/item/clothing/neck/stethoscope,
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/vault,
+/area/medical/virology)
+"dOg" = (
+/obj/structure/table,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/virology)
+"dOh" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/medical/virology)
+"dOi" = (
+/obj/structure/dresser,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/virology)
+"dOj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/virology)
+"dOk" = (
+/obj/structure/closet/wardrobe/virology_white,
+/obj/item/weapon/storage/backpack/satchel/vir,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/virology)
+"dOl" = (
+/mob/living/simple_animal/cockroach,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dOm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library/abandoned_library)
+"dOn" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/library/abandoned_library)
+"dOo" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dOp" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dOq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dOr" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dOs" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dOt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dOu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/candle_box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"dOv" = (
+/obj/structure/bookcase,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/atmosplaque{
+ desc = "A plaque commemorating the fallen, may they rest in peace, forever asleep amongst the stars. Someone has drawn a picture of a crying badger at the bottom.";
+ icon_state = "kiddieplaque";
+ name = "Remembrance Plaque";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"dOw" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"dOx" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"dOy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"dOz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"dOA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/grown/harebell{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/harebell{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"dOB" = (
+/obj/structure/bookcase,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"dOC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"dOD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/chapel/main)
+"dOE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOL" = (
+/obj/structure/disposalpipe/sortjunction{
+ name = "Chapel Junction";
+ sortType = 17
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOM" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall8";
+ location = "hall7"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dON" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dOQ" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/escape)
+"dOR" = (
+/obj/machinery/status_display,
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/escape)
+"dOS" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dOT" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Escape Shuttle Infirmary";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dOU" = (
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/shuttle/escape)
+"dOV" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dOW" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dOX" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dOY" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dOZ" = (
+/obj/machinery/vending/wallmed{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dPa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dPb" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Virology Satellite APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dPc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dPd" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken";
+ icon_state = "wood-broken"
+ },
+/area/library/abandoned_library)
+"dPe" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dPf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken5";
+ icon_state = "wood-broken5"
+ },
+/area/library/abandoned_library)
+"dPg" = (
+/obj/structure/destructible/cult/tome,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dPh" = (
+/obj/structure/bookcase{
+ name = "Forbidden Knowledge"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/library/abandoned_library)
+"dPi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/device/flashlight,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dPj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dPk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dPl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dPm" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Morgue";
+ req_access_txt = "27"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"dPn" = (
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dPo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dPp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dPq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dPr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dPs" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Hall"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/chapel/main)
+"dPt" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPx" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPA" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dPB" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dPC" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/genericbush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/escape)
+"dPD" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 4;
+ tag = "icon-whiteblue (EAST)"
+ },
+/area/shuttle/escape)
+"dPE" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/clothing/gloves/color/latex,
+/obj/item/device/healthanalyzer,
+/obj/item/clothing/glasses/hud/health,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dPF" = (
+/obj/structure/table/glass,
+/obj/machinery/requests_console{
+ department = "Virology Lab";
+ departmentType = 0;
+ name = "Virology RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen/red,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dPG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/computer/pandemic,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dPH" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dPI" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dPJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dPK" = (
+/obj/structure/closet/crate/freezer/blood,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/machinery/camera{
+ c_tag = "Virology - Lab";
+ name = "virology camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dPL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/area/medical/virology)
+"dPM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dPN" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Virology - Hallway";
+ dir = 8;
+ name = "virology camera"
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/area/medical/virology)
+"dPO" = (
+/obj/effect/decal/cleanable/dirt,
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHWEST)";
+ icon_state = "whitegreen";
+ dir = 9
+ },
+/area/medical/virology)
+"dPP" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"dPQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"dPR" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"dPS" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
+ },
+/area/medical/virology)
+"dPT" = (
+/obj/structure/bookcase,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dPU" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken6";
+ icon_state = "wood-broken6"
+ },
+/area/library/abandoned_library)
+"dPV" = (
+/obj/effect/decal/remains/human,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/library/abandoned_library)
+"dPW" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dPX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dPY" = (
+/obj/structure/table,
+/obj/item/weapon/wrench,
+/obj/item/weapon/crowbar,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/item/clothing/under/burial,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dPZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dQa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dQb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dQc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dQd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dQe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dQf" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dQg" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dQh" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Hall"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/chapel/main)
+"dQi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dQj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dQk" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dQl" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dQm" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dQn" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dQo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dQp" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/escape)
+"dQq" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/shuttle/escape)
+"dQr" = (
+/turf/open/floor/plasteel/whiteblue/side,
+/area/shuttle/escape)
+"dQs" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
+ },
+/area/shuttle/escape)
+"dQt" = (
+/obj/structure/reagent_dispensers/virusfood{
+ pixel_x = -32
+ },
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dQu" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dQv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dQw" = (
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"dQx" = (
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dQy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dQz" = (
+/obj/machinery/iv_drip,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dQA" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"dQB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dQC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dQD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dQE" = (
+/obj/structure/bed/roller,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dQF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dQG" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dQH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dQI" = (
+/obj/structure/bed/roller,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dQJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dQK" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/library/abandoned_library)
+"dQL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dQM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dQN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library/abandoned_library)
+"dQO" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/item/organ/tongue/bone{
+ origin_tech = "biotech=0"
+ },
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dQP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dQQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dQR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dQS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Chapel Morgue";
+ dir = 8;
+ name = "chapel camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dQT" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel - Port";
+ dir = 4;
+ name = "chapel camera"
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dQU" = (
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dQV" = (
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dQW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dQX" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dQY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dQZ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRa" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/sunnybush,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/grass,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRb" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRc" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/fernybush,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/grass,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRd" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRe" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRf" = (
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRg" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"dRh" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"dRi" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dRj" = (
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dRk" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"dRl" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/smartfridge/chemistry/virology,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dRm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/area/medical/virology)
+"dRn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dRo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dRp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dRq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/area/medical/virology)
+"dRr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dRs" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Virology Lab";
+ req_access_txt = "39"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dRt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dRu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dRv" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dRw" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall,
+/area/medical/virology)
+"dRx" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dRy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Virology Containment Cell";
+ req_access_txt = "39"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/virology)
+"dRz" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dRA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dRB" = (
+/obj/structure/chair/office/dark,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dRC" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken5";
+ icon_state = "wood-broken5"
+ },
+/area/library/abandoned_library)
+"dRD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dRE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dRF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/library/abandoned_library)
+"dRG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dRH" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/library/abandoned_library)
+"dRI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/morgue{
+ name = "Occult Study"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/library/abandoned_library)
+"dRJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/library/abandoned_library)
+"dRK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/decal/remains/human,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library/abandoned_library)
+"dRL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dRM" = (
+/obj/structure/table,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dRN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dRO" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dRP" = (
+/obj/structure/chair/wood,
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dRQ" = (
+/obj/structure/chair/wood,
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dRR" = (
+/obj/structure/chair/wood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dRS" = (
+/obj/structure/chair/wood,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dRT" = (
+/obj/structure/chair/wood,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel - Starboard";
+ dir = 8;
+ name = "chapel camera"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dRU" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRV" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRW" = (
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRX" = (
+/obj/structure/chair,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/camera{
+ c_tag = "Departures - Center";
+ dir = 2;
+ name = "departures camera"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dRZ" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"dSa" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dSb" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Escape Shuttle Infirmary";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/escape)
+"dSc" = (
+/obj/structure/table/glass,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/book/manual/wiki/infections,
+/obj/item/weapon/reagent_containers/syringe/antiviral,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dSd" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Virologist"
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dSe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dSf" = (
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/virology)
+"dSg" = (
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dSh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dSi" = (
+/obj/structure/closet/l3closet/virology,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dSj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dSk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dSl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dSm" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dSn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
+ },
+/area/medical/virology)
+"dSo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"dSp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dSq" = (
+/obj/structure/table/glass,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 4
+ },
+/area/medical/virology)
+"dSr" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dSs" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/library/abandoned_library)
+"dSt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light/small,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken3";
+ icon_state = "wood-broken3"
+ },
+/area/library/abandoned_library)
+"dSu" = (
+/obj/structure/table/wood,
+/obj/item/clothing/under/rank/librarian,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dSv" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dSw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dSx" = (
+/obj/structure/easel,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dSy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/wood,
+/area/library/abandoned_library)
+"dSz" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dSA" = (
+/obj/structure/dresser,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/library/abandoned_library)
+"dSB" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel/black,
+/area/library/abandoned_library)
+"dSC" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dSD" = (
+/obj/structure/bodycontainer/morgue,
+/obj/structure/sign/poster{
+ icon_state = "poster8_legit";
+ pixel_y = -32;
+ tag = "icon-poster8_legit"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dSE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dSF" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dSG" = (
+/obj/structure/chair/wood/normal,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dSH" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dSI" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dSJ" = (
+/obj/structure/chair/wood/normal,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dSK" = (
+/obj/structure/chair/wood/normal,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dSL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dSM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dSN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dSO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dSP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dSQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dSR" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock"
+ },
+/obj/docking_port/mobile/emergency{
+ dheight = 0;
+ dwidth = 11;
+ height = 18;
+ name = "Delta emergency shuttle";
+ width = 30;
+ preferred_direction = 2;
+ port_angle = 90
+ },
+/obj/docking_port/stationary{
+ dheight = 0;
+ dir = 4;
+ dwidth = 11;
+ height = 18;
+ id = "emergency_home";
+ name = "DeltaStation emergency evac bay";
+ turf_type = /turf/open/space;
+ width = 30
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dSS" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/sunnybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/escape)
+"dST" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/shieldgen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dSU" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -3;
+ pixel_y = 1
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 0;
+ pixel_y = -1
+ },
+/obj/item/weapon/storage/toolbox/emergency{
+ pixel_x = 3;
+ pixel_y = -5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dSV" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dSW" = (
+/obj/structure/table/glass,
+/obj/structure/sign/deathsposal{
+ pixel_y = -32
+ },
+/obj/item/weapon/paper_bin,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dSX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dSY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dSZ" = (
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dTa" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dTb" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/structure/closet/secure_closet/medical1,
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dTc" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dTd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dTe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dTf" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Virology Access";
+ req_access_txt = "39"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dTg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
+ },
+/area/medical/virology)
+"dTh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dTi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/holopad,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dTj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/green,
+/area/medical/virology)
+"dTk" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
+ },
+/area/medical/virology)
+"dTl" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTm" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/chapel/office)
+"dTo" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Crematorium";
+ req_access_txt = "27"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dTp" = (
+/obj/structure/chair/wood,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTq" = (
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTs" = (
+/obj/structure/chair/wood,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/vending/cola,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dTu" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dTv" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dTw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dTx" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dTy" = (
+/obj/structure/closet/crate/medical{
+ name = "medical crate"
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = -4;
+ pixel_y = 3
+ },
+/obj/item/device/healthanalyzer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lazarus_injector,
+/obj/effect/turf_decal/bot,
+/mob/living/simple_animal/bot/medbot{
+ name = "\improper emergency medibot";
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dTz" = (
+/obj/structure/grille,
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dTA" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dTB" = (
+/obj/structure/grille,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dTC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/neutral,
+/area/medical/virology)
+"dTD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dTE" = (
+/obj/structure/grille,
+/obj/structure/cable/white,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"dTF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dTG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dTH" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/iv_drip,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/virology)
+"dTI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dTJ" = (
+/obj/structure/table/glass,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/paper_bin,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Virology - Cells";
+ dir = 8;
+ name = "virology camera"
+ },
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dTK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dTQ" = (
+/turf/closed/wall/r_wall,
+/area/chapel/office)
+"dTR" = (
+/obj/structure/bodycontainer/crematorium{
+ id = "cremawheat"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dTS" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dTT" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Chapel APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTU" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dTX" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dTY" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/vending/snack,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dTZ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dUa" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dUb" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/fernybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/escape)
+"dUc" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dUd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dUe" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dUf" = (
+/obj/structure/closet/crate{
+ name = "emergency supplies crate"
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/device/flashlight/flare{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/flashlight/flare{
+ pixel_x = -6;
+ pixel_y = -2
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/radio,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dUg" = (
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 8
+ },
+/area/medical/virology)
+"dUh" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/weapon/restraints/handcuffs,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/virology)
+"dUi" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/masks{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/gloves,
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"dUj" = (
+/obj/structure/grille,
+/obj/structure/cable/white,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dUk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Virology Containment Cell";
+ req_access_txt = "39"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/virology)
+"dUl" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dUm" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/portsolar)
+"dUn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUo" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/machinery/button/crematorium{
+ id = "cremawheat";
+ pixel_x = -26;
+ req_access_txt = "27"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dUw" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dUx" = (
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dUy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dUz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dUA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dUB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dUC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dUD" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dUE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dUF" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dUG" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dUH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dUI" = (
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/escape)
+"dUJ" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Cargo"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dUK" = (
+/obj/structure/grille,
+/obj/structure/cable/white,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dUL" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"dUM" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHWEST)";
+ icon_state = "whitegreen";
+ dir = 9
+ },
+/area/medical/virology)
+"dUN" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
+ },
+/area/medical/virology)
+"dUO" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/medical/virology)
+"dUP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHWEST)";
+ icon_state = "whitegreen";
+ dir = 9
+ },
+/area/medical/virology)
+"dUQ" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
+ },
+/area/medical/virology)
+"dUR" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dUS" = (
+/obj/machinery/power/smes,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dUT" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Solar - Aft Port";
+ name = "solar camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dUU" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 0;
+ tag = "icon-doors"
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/portsolar)
+"dUV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUW" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUY" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "evashutters2";
+ name = "E.V.A. Storage Shutters"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dUZ" = (
+/obj/machinery/button/door{
+ id = "evashutters2";
+ name = "E.V.A. Shutters";
+ pixel_x = 26;
+ req_access_txt = "19"
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "evashutters2";
+ name = "E.V.A. Storage Shutters"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/command{
+ name = "Auxiliary E.V.A. Storage";
+ req_access = null;
+ req_access_txt = "18"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/command{
+ name = "Auxiliary E.V.A. Storage";
+ req_access = null;
+ req_access_txt = "18"
+ },
+/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVc" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVd" = (
+/obj/structure/bodycontainer/morgue,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dVe" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Chapel Crematorium";
+ dir = 8;
+ name = "chapel camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dVf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dVg" = (
+/obj/structure/table/wood/fancy,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dVh" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/book/bible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dVi" = (
+/obj/structure/table/wood/fancy,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dVj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/camera{
+ c_tag = "Departures - Port";
+ dir = 4;
+ name = "departures camera"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVk" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVl" = (
+/obj/structure/table,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"dVn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"dVo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"dVp" = (
+/obj/machinery/iv_drip,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (SOUTHWEST)";
+ icon_state = "whitegreen";
+ dir = 10
+ },
+/area/medical/virology)
+"dVq" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/chair/office/light,
+/obj/effect/decal/cleanable/greenglow,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (SOUTHEAST)";
+ icon_state = "whitegreen";
+ dir = 6
+ },
+/area/medical/virology)
+"dVr" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/virology)
+"dVs" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/chair/office/light,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (SOUTHWEST)";
+ icon_state = "whitegreen";
+ dir = 10
+ },
+/area/medical/virology)
+"dVt" = (
+/obj/machinery/iv_drip,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (SOUTHEAST)";
+ icon_state = "whitegreen";
+ dir = 6
+ },
+/area/medical/virology)
+"dVu" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"dVv" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/space,
+/area/solar/port)
+"dVw" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/turf/open/space,
+/area/solar/port)
+"dVx" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/door/airlock/external{
+ name = "External Solar Access";
+ req_access_txt = "10"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/portsolar)
+"dVy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/portsolar)
+"dVz" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dVA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dVB" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01";
+ temperature = 2.7
+ },
+/area/maintenance/portsolar)
+"dVC" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Aft Port Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/portsolar)
+"dVD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVE" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVG" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVH" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVJ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVK" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dVL" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dVM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dVN" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dVO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dVP" = (
+/obj/structure/table/wood/fancy,
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dVQ" = (
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dVR" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dVS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"dVT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dVZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWa" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/fire/firefighter,
+/obj/item/weapon/tank/internals/oxygen/red,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/hardhat/red,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dWb" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dWc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dWd" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ tag = "icon-inje_map (NORTH)";
+ icon_state = "inje_map";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dWe" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/disposaloutlet,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dWf" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/reagent_containers/syringe/antiviral,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dWg" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen/red,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/virology)
+"dWh" = (
+/obj/machinery/power/solar_control{
+ id = "aftport";
+ name = "Aft Port Solar Control";
+ track = 0
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dWi" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dWj" = (
+/obj/structure/cable/white,
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Aft Port Solar APC";
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/portsolar)
+"dWk" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/maintenance/portsolar)
+"dWl" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/stack/cable_coil/white,
+/obj/item/device/multitool,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWn" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWo" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWr" = (
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWs" = (
+/obj/structure/bodycontainer/morgue,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dWt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dWu" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"dWv" = (
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"dWw" = (
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dWx" = (
+/obj/structure/noticeboard{
+ desc = "A board for remembering the fallen of the station.";
+ dir = 1;
+ icon_state = "nboard00";
+ name = "memorial board";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/obj/machinery/holopad,
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel - Aft";
+ dir = 1;
+ name = "chapel camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dWy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"dWz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"dWA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWE" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Departures - Aft";
+ dir = 1;
+ name = "departures camera"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dWH" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/shuttle/escape)
+"dWI" = (
+/obj/machinery/flasher{
+ id = "shuttleflash";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/shuttle/escape)
+"dWJ" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/item/hand_labeler_refill,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dWK" = (
+/obj/machinery/recharge_station,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dWL" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dWM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/virology)
+"dWN" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWP" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWR" = (
+/obj/structure/rack,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/device/radio,
+/obj/item/clothing/mask/breath,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWT" = (
+/obj/machinery/shieldwallgen,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dWV" = (
+/obj/machinery/door/morgue{
+ name = "Relic Closet";
+ req_access_txt = "27"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dWW" = (
+/obj/machinery/door/morgue{
+ name = "Confession Booth";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"dWX" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/chapel/main)
+"dWY" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Office";
+ req_access_txt = "27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"dWZ" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dXa" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Checkpoint";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/security/checkpoint2)
+"dXb" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dXc" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/security/checkpoint2)
+"dXd" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dXe" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/security/checkpoint2)
+"dXf" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dXg" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Holding Area";
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/security/checkpoint2)
+"dXh" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dXi" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dXj" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dXk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dXl" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Holding Area";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dXm" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Cockpit";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/escape)
+"dXn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dXo" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dXp" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dXq" = (
+/obj/structure/rack,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/device/radio,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dXr" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dXs" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dXt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dXu" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/spellbook/oneuse/smoke,
+/obj/item/weapon/nullrod,
+/obj/item/organ/heart,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dXv" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dXw" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (EAST)";
+ icon_state = "wooden_chair";
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"dXx" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/light/small,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dXy" = (
+/obj/machinery/door/morgue{
+ name = "Confession Booth";
+ req_access_txt = "27"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dXz" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dXA" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"dXB" = (
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dXC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"dXD" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dXE" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Chapel Maintenance";
+ req_access_txt = "27"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/chapel/office)
+"dXF" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dXG" = (
+/obj/structure/filingcabinet/security,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Departures Port";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint2)
+"dXH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"dXI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint2)
+"dXJ" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 1;
+ name = "Security Desk";
+ pixel_y = 8;
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint2)
+"dXK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint2)
+"dXL" = (
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint2)
+"dXM" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/checkpoint2)
+"dXN" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"dXO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"dXP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint2)
+"dXQ" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint2)
+"dXR" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"dXS" = (
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"dXT" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"dXU" = (
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dXV" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dXW" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dXX" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/button/flasher{
+ id = "shuttleflash";
+ pixel_x = -26;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/shuttle/escape)
+"dXY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/shuttle/escape)
+"dXZ" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/ninja,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dYa" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dYb" = (
+/obj/structure/chair,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dYc" = (
+/obj/structure/lattice,
+/obj/structure/grille{
+ density = 0;
+ icon_state = "brokengrille"
+ },
+/turf/open/space,
+/area/space)
+"dYd" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/weapon/crowbar/red,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYe" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYf" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYh" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYj" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYk" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYl" = (
+/obj/structure/table/reinforced,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYm" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"dYn" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dYo" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dYp" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dYq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dYr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dYs" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Departures Checkpoint APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/radio,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2)
+"dYt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"dYu" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"dYv" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"dYw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"dYx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint2)
+"dYy" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Holding Area";
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint2)
+"dYz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2)
+"dYA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"dYB" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"dYC" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/security/checkpoint2)
+"dYD" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint2)
+"dYE" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dYF" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dYG" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/shuttle/escape)
+"dYH" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/shuttle/escape)
+"dYI" = (
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dYJ" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/shuttle/escape)
+"dYK" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 58
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/shuttle/escape)
+"dYL" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/shuttle/escape)
+"dYM" = (
+/obj/machinery/door/airlock/external{
+ name = "Emergency Recovery Airlock"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"dYN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/wrench,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYP" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYQ" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYR" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYU" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/rglass{
+ amount = 20;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dYV" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dYW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dYX" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Chapel Quarters APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dYY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Quarters";
+ dir = 2;
+ name = "chapel camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dYZ" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dZa" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dZb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dZc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dZd" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"dZe" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen/fourcolor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"dZf" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"dZg" = (
+/obj/structure/fans/tiny,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ tag = "icon-doors"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dZh" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint2)
+"dZi" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"dZj" = (
+/obj/machinery/computer/prisoner,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint2)
+"dZk" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint2)
+"dZl" = (
+/obj/machinery/computer/security,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint2)
+"dZm" = (
+/obj/structure/closet/secure_closet/security,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint2)
+"dZn" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/structure/sign/poster{
+ icon_state = "poster22_legit";
+ pixel_y = -32;
+ tag = "icon-poster22_legit"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint2)
+"dZo" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"dZp" = (
+/obj/structure/table,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"dZq" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2)
+"dZr" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Security - Departures Starboard";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint2)
+"dZs" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dZt" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dZu" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dZv" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/lockbox/loyalty,
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dZw" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/shuttle/escape)
+"dZx" = (
+/obj/structure/fireaxecabinet{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/shuttle/escape)
+"dZy" = (
+/obj/machinery/door/airlock/external{
+ name = "Emergency Recovery Airlock"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/escape)
+"dZz" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/shuttle/escape)
+"dZA" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/shuttle/escape)
+"dZB" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/power/solar{
+ id = "aftport";
+ name = "Aft-Port Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port)
+"dZC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2/aft_port_maintenance)
+"dZD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chapelprivacy";
+ name = "Chapel Privacy Shutters"
+ },
+/turf/open/floor/plating,
+/area/chapel/office)
+"dZE" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dZF" = (
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dZG" = (
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dZH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dZI" = (
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dZJ" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Quarters";
+ req_access_txt = "27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"dZK" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"dZL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/office)
+"dZM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"dZN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"dZO" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"dZP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/candle_box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"dZQ" = (
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"dZR" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint2)
+"dZS" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dZT" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dZU" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint2)
+"dZV" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dZW" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/zipties,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"dZX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/shuttle/escape)
+"dZY" = (
+/turf/open/floor/plasteel/blue/side,
+/area/shuttle/escape)
+"dZZ" = (
+/obj/machinery/door/airlock/command{
+ name = "Emergency Recovery Airlock";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (NORTH)"
+ },
+/area/shuttle/escape)
+"eaa" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"eab" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eac" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"ead" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eae" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eaf" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eag" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eah" = (
+/obj/structure/dresser,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"eai" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/geranium{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/lily,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"eaj" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/candle_box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"eak" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"eal" = (
+/obj/structure/closet/wardrobe/chaplain_black,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"eam" = (
+/obj/structure/table/wood,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/chaplain,
+/obj/structure/sign/poster{
+ icon_state = "poster6_legit";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-poster6_legit"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/office)
+"ean" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/office)
+"eao" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/office)
+"eap" = (
+/turf/open/floor/carpet,
+/area/chapel/office)
+"eaq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/machinery/requests_console{
+ department = "Chapel Office";
+ departmentType = 0;
+ name = "Chapel RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Office";
+ dir = 1;
+ name = "chapel camera"
+ },
+/turf/open/floor/carpet,
+/area/chapel/office)
+"ear" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "aftport";
+ name = "Aft-Port Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port)
+"eas" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/chapel/office)
+"eat" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/shuttle/escape)
+"eau" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/shuttle/escape)
+"eav" = (
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/shuttle/escape)
+"eaw" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/shuttle/escape)
+"eax" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTHWEST)";
+ icon_state = "darkred";
+ dir = 9
+ },
+/area/shuttle/escape)
+"eay" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/shuttle/escape)
+"eaz" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 58
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/shuttle/escape)
+"eaA" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (NORTHEAST)";
+ icon_state = "vault";
+ dir = 5
+ },
+/area/shuttle/escape)
+"eaB" = (
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTHEAST)";
+ icon_state = "darkyellow";
+ dir = 5
+ },
+/area/shuttle/escape)
+"eaC" = (
+/obj/item/stack/cable_coil,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eaD" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (SOUTHWEST)";
+ icon_state = "darkred";
+ dir = 10
+ },
+/area/shuttle/escape)
+"eaE" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault,
+/area/shuttle/escape)
+"eaF" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/escape)
+"eaG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/escape)
+"eaH" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/escape)
+"eaI" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/shuttle/escape)
+"eaJ" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (SOUTHEAST)";
+ icon_state = "darkyellow";
+ dir = 6
+ },
+/area/shuttle/escape)
+"eaK" = (
+/obj/structure/lattice/catwalk,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/space,
+/area/solar/port)
+"eaL" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/shuttle/escape)
+"eaM" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/escape)
+"eaN" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/darkblue/side,
+/area/shuttle/escape)
+"eaO" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 6
+ },
+/area/shuttle/escape)
+"eaP" = (
+/obj/machinery/computer/emergency_shuttle,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 10
+ },
+/area/shuttle/escape)
+"eaQ" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel/darkblue/side,
+/area/shuttle/escape)
+"eaR" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plasteel/vault,
+/area/shuttle/escape)
+"eaS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/shuttle/escape)
+"eaT" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_sw";
+ name = "southwest of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/turf/open/space,
+/area/space)
+"eaU" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_se";
+ name = "southeast of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/turf/open/space,
+/area/space)
+"eaV" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eaW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port)
+"eaX" = (
+/obj/structure/cable,
+/obj/machinery/power/tracker,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port)
+"eaY" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_s";
+ name = "south of station";
+ turf_type = /turf/open/space;
+ width = 18
+ },
+/turf/open/space,
+/area/space)
+"eaZ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"eba" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"ebb" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxstarboard)
+"ebc" = (
+/obj/structure/shuttle/engine/propulsion{
+ tag = "icon-propulsion (NORTH)";
+ icon_state = "propulsion";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/space)
+"ebd" = (
+/obj/structure/window/reinforced,
+/obj/structure/shuttle/engine/heater{
+ tag = "icon-heater (NORTH)";
+ icon_state = "heater";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/space)
+"ebe" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/space)
+"ebf" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Transport Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_side (EAST)";
+ icon_state = "white_warn_side"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/area/space)
+"ebg" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard)
+"ebh" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/space)
+"ebi" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/space)
+"ebj" = (
+/turf/closed/wall/mineral/titanium,
+/area/space)
+"ebk" = (
+/obj/machinery/recharger,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebl" = (
+/obj/machinery/recharger,
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 26;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebm" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/space)
+"ebn" = (
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (NORTH)";
+ icon_state = "white_warn_end"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/area/space)
+"ebo" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Transport Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/space)
+"ebp" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium,
+/area/space)
+"ebq" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebr" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/space)
+"ebs" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebt" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebu" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebv" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebw" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebx" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/end,
+/area/space)
+"eby" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/space)
+"ebz" = (
+/obj/structure/chair/office/light,
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (NORTH)";
+ icon_state = "white_warn_end"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/area/space)
+"ebA" = (
+/obj/machinery/computer/shuttle/ferry/request,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/end,
+/area/space)
+"ebB" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"ebC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/auxport)
+"ebD" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"ebE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard)
+"ebF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"ebG" = (
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebH" = (
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebI" = (
+/turf/open/floor/engine,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebJ" = (
+/obj/machinery/door/window/brigdoor/northleft{
+ name = "Captain's Desk";
+ req_access_txt = "20"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"ebK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Library Desk";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"ebL" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/space)
+"ebM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/space)
+"ebN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/space)
+"ebO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/space)
+"ebP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebR" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebT" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator{
+ name = "Atmospherics Engine"
+ })
+"ebU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"ebV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/construction/hallway{
+ name = "\improper MiniSat Exterior"
+ })
+"ebW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ebX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ebY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard/fore_starboard_maintenance)
+"ebZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
+"eca" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/door/airlock/external{
+ name = "External Solar Access";
+ req_access_txt = "24";
+ req_one_access = null
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/auxsolarport)
+
+(1,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(2,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(3,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(4,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(5,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(6,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(7,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(8,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(9,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(10,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(11,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(12,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(13,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(14,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(15,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(16,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(17,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(18,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(19,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(20,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+biN
+blN
+biN
+blN
+biN
+blN
+biN
+blN
+biN
+blN
+biN
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(21,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+bgO
+bHj
+bww
+bLo
+bww
+bOZ
+bRe
+bTx
+bww
+bww
+bww
+bHt
+bnP
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(22,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+bgP
+bHk
+bJk
+biR
+bNj
+bPa
+bRf
+bTy
+bnN
+biR
+bkt
+bHk
+bnO
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(23,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+blN
+biN
+biN
+blN
+biN
+biN
+blN
+biN
+biN
+blN
+biN
+blN
+bko
+bHk
+bnQ
+bLp
+bLp
+bLp
+bRg
+bTz
+bLp
+bLp
+bNB
+bHk
+bnP
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(24,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adm
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+aes
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgP
+blO
+bnM
+bnM
+bnM
+bnM
+btv
+buR
+bww
+bww
+bww
+bww
+bww
+bww
+bHl
+bnP
+bLp
+bNk
+bPb
+bRh
+bTA
+bVC
+bLp
+bgO
+bHk
+bnO
+agg
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(25,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adm
+adn
+adn
+adn
+adn
+adn
+adn
+aiN
+ajI
+aiN
+alK
+amN
+anW
+aoz
+aoC
+apA
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+blP
+bnN
+bpI
+biR
+biR
+biR
+bpI
+biR
+biR
+bpI
+biR
+biR
+bpI
+bHm
+aaa
+bLp
+bNl
+bPc
+bRi
+bTB
+bVD
+bLp
+bgO
+bHk
+ccG
+biN
+blN
+biN
+biN
+blN
+biN
+blN
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(26,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adn
+afv
+afK
+afK
+afK
+aho
+adn
+agG
+aeh
+aeG
+aeG
+amO
+aeG
+aoA
+aoC
+apB
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+blP
+bnO
+aaf
+aaf
+aaf
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bLp
+bNm
+bPd
+bRj
+bTC
+bVE
+bLp
+bNB
+bHu
+bww
+bww
+cfL
+bnM
+ciQ
+bnM
+bnM
+cmZ
+bnP
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(27,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adn
+aeG
+aeG
+aeG
+aeG
+aeG
+aia
+agG
+aeh
+akK
+alL
+amP
+anX
+aoB
+aoC
+apC
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+bgP
+blP
+bnP
+aaf
+aaf
+bpK
+bpK
+bpK
+bwx
+bpK
+bpK
+bpK
+bso
+bpK
+bwx
+bpK
+bLp
+bNn
+bPe
+bRk
+bTC
+bVF
+bLp
+aaa
+bpI
+biR
+biR
+bpI
+biR
+biR
+blV
+clD
+blP
+bnO
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(28,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adm
+adn
+adn
+adn
+aes
+aaa
+aaa
+adn
+aeG
+aeG
+aeG
+aeG
+aeG
+adn
+aiO
+aeh
+akL
+age
+amQ
+adn
+adn
+adn
+aeI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+blP
+bnP
+aaa
+bpK
+bpK
+bpK
+buS
+bwy
+bpK
+bAc
+bpK
+bwy
+bwG
+bHn
+bpK
+bLp
+bNo
+bPf
+bRl
+bTD
+bVG
+bLp
+bYV
+bYV
+ccH
+cep
+bYV
+bYV
+aaf
+aaf
+bgP
+blP
+bnP
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(29,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adn
+adA
+adT
+aeh
+adn
+aeE
+aaa
+adn
+afw
+afL
+afw
+agG
+ahp
+adn
+aiP
+aeh
+akL
+age
+amR
+adn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+agg
+bgP
+blP
+bnQ
+aaf
+bpK
+bpK
+btw
+buT
+bwz
+byo
+bAd
+byt
+byq
+bFv
+byq
+btw
+bLp
+bNp
+bLp
+bRm
+bTE
+bLp
+bLp
+bYW
+caV
+ccI
+bYX
+cfM
+bYV
+bYV
+aaf
+bgO
+blP
+bnO
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(30,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ado
+adB
+adU
+aeh
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+agH
+agb
+adn
+adn
+adn
+akM
+agb
+adn
+adn
+adn
+aes
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+biN
+bko
+blP
+bnP
+aaa
+bpK
+bso
+btx
+buU
+bwA
+byp
+bAe
+byp
+byp
+bFw
+bHo
+bJl
+bLq
+bNq
+bPg
+bRn
+bTF
+bNq
+bNp
+bYX
+caW
+ccJ
+ceq
+cfN
+chj
+bYV
+bYV
+bgO
+blP
+bJr
+blN
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(31,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ado
+adC
+adV
+aeh
+aet
+aeF
+aeT
+aeT
+aeT
+aeT
+agb
+aeG
+aeG
+aeG
+aeG
+aeG
+akL
+age
+aeh
+agb
+aoC
+apA
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+biO
+bkp
+blQ
+bnR
+bpJ
+bpJ
+bpJ
+bty
+buV
+bwB
+byq
+byq
+bBM
+byq
+byq
+bHp
+bJm
+bLp
+bNr
+bPh
+bRo
+bTG
+bVH
+bLp
+bYY
+caX
+ccK
+cer
+cfO
+chk
+ciR
+ckt
+clE
+cna
+coF
+cqg
+bnO
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(32,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ado
+adD
+adW
+aeh
+aeu
+aeG
+adV
+adV
+adV
+aeG
+agc
+aeG
+adV
+adV
+adV
+adV
+akL
+age
+aeh
+anY
+aoC
+apB
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgP
+biP
+bkq
+blR
+bnP
+bpK
+bpK
+bsp
+btz
+buW
+bwB
+bpK
+bAf
+bpK
+bpK
+bFx
+bHp
+bJn
+bLr
+bNs
+bPi
+bRp
+bTH
+bVI
+bLr
+bYZ
+caY
+ccL
+ces
+caX
+caW
+ciS
+bYV
+bgO
+biP
+coG
+blR
+bnP
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(33,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ado
+adE
+adV
+aeh
+adn
+aeH
+aeU
+aeU
+aeU
+aeU
+agb
+aeG
+aeG
+aeG
+aeG
+aeG
+akL
+age
+aeh
+agb
+aoC
+apC
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+bgO
+biP
+bkr
+blS
+bnS
+bpK
+bpK
+bsq
+btA
+buX
+bwC
+byr
+bAg
+bBN
+bpK
+bFy
+bHq
+bAd
+bLs
+bNt
+bPj
+bRq
+bTI
+bVJ
+bXn
+bZa
+caZ
+ccM
+cet
+cfP
+chl
+ciT
+cep
+clF
+biP
+bkr
+blR
+bnO
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(34,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ado
+adF
+adX
+aeh
+adn
+adn
+adn
+afk
+adn
+adn
+adn
+agI
+agb
+adn
+adn
+adn
+akM
+agb
+adn
+adn
+adn
+aev
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgP
+biP
+bkq
+blR
+bnP
+bpK
+bpK
+bsr
+btz
+buY
+bwB
+bpK
+bAh
+bpK
+bpK
+bFz
+bHr
+bJo
+bLt
+bNu
+bPk
+bRr
+bTJ
+bVK
+bLt
+bZb
+cba
+ccN
+ceu
+caX
+caW
+ciU
+bYV
+bgO
+biP
+coG
+blR
+bnP
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(35,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adn
+adG
+adY
+aeh
+adn
+aeI
+aaa
+aaa
+aaa
+adn
+agd
+aeG
+ahq
+adn
+aiQ
+aeh
+akL
+age
+amS
+adn
+aoD
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+biQ
+bks
+blT
+bnT
+bpL
+bpL
+bpL
+btB
+buZ
+bwD
+btB
+btB
+bBO
+btB
+bFA
+bHp
+bJp
+bLu
+bNv
+bPl
+bRs
+bTK
+bVL
+bLp
+bZc
+cbb
+ccO
+cev
+cfQ
+chm
+ciV
+cku
+clG
+cnb
+coH
+cqh
+bnO
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(36,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adp
+adn
+adn
+adn
+aev
+aaa
+aaa
+aaa
+aaa
+afM
+age
+aeG
+ahq
+adn
+aiR
+aeh
+akL
+age
+amT
+adn
+adn
+adn
+aeE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+biR
+bkt
+blP
+bnP
+aaa
+bpK
+bso
+btx
+bva
+bwE
+bys
+bAi
+bys
+bys
+bFB
+bHs
+bJq
+bLv
+bNq
+bPm
+bRt
+bTL
+bVM
+bLp
+bZd
+caW
+ccJ
+cew
+cfR
+chn
+bYV
+bYV
+bgO
+blP
+bJk
+blV
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(37,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+afN
+agf
+aeG
+ahr
+aet
+aiS
+aeh
+akN
+alM
+amP
+aeG
+aoE
+aoC
+apA
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+agg
+bgP
+blP
+bnQ
+aaf
+bpK
+bpK
+btw
+bvb
+bwF
+byt
+bAd
+byo
+byq
+bFC
+byq
+btw
+bLp
+bNp
+bPn
+bRu
+bTE
+bLp
+bLp
+bYW
+cbc
+ccP
+bYX
+cfS
+bYV
+bYV
+aaf
+bgO
+blP
+bnO
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(38,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adp
+adn
+adn
+adn
+adn
+aiT
+aeh
+aeG
+aeG
+amU
+aeG
+aoF
+aoC
+apB
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+blP
+bnP
+aaa
+bpK
+bpK
+bpK
+bvc
+bwG
+bpK
+bAj
+bpK
+bDD
+bFD
+bwy
+bpK
+bLp
+bNw
+bPo
+ebZ
+bTM
+bNw
+bLp
+bYV
+bYV
+ccQ
+cep
+bYV
+bYV
+aaf
+aaf
+bgP
+blP
+bnP
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(39,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ahs
+adn
+aiU
+aeh
+akO
+alN
+amV
+aeG
+aoE
+aoC
+apC
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+bgO
+blP
+bnP
+aaf
+aaf
+bpK
+bpK
+bpK
+bwx
+bpK
+bpK
+bpK
+bso
+bpK
+bwx
+bpK
+bLp
+bNx
+bPp
+bRv
+bTB
+bVN
+bLp
+aaa
+bpM
+biN
+biN
+bpM
+biN
+biN
+blN
+clH
+blP
+bnO
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(40,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adp
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+aev
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+blP
+bnO
+aaf
+aaf
+aaf
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bpK
+bLp
+bNy
+bPp
+bRj
+bTC
+bVO
+bLp
+bNB
+bHj
+bww
+bww
+cfL
+bnM
+ciW
+bnM
+bnM
+cnc
+bnP
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(41,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgO
+blP
+bnU
+bpM
+biN
+biN
+biN
+bpM
+biN
+biN
+bpM
+biN
+biN
+bpM
+biN
+aaa
+bLp
+bNz
+bPq
+bRw
+bTC
+bVP
+bLp
+bgO
+bHk
+ccR
+biR
+blV
+biR
+biR
+blV
+biR
+biR
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(42,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+bgP
+blU
+bnM
+bnM
+bnM
+bnM
+btC
+buR
+bww
+bww
+bww
+bBP
+bww
+bww
+bHt
+bnP
+bLp
+bNw
+bPr
+bRt
+bTL
+bVQ
+bLp
+bgO
+bHk
+bnO
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(43,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+blV
+biR
+biR
+blV
+biR
+biR
+blV
+biR
+biR
+blV
+biR
+blV
+bkt
+bHk
+bnQ
+bLp
+bLp
+bPn
+bRx
+bTE
+bLp
+bLp
+bNB
+bHk
+bnP
+agg
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(44,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+bgP
+bHk
+bJr
+biN
+bNA
+bPs
+bRy
+bTN
+bnU
+biN
+bko
+bHk
+bnO
+agg
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(45,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+agg
+bgO
+bHu
+bJs
+bLw
+bww
+bPt
+bRz
+bTO
+bww
+bww
+bww
+bHl
+ccS
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+dLn
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(46,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaf
+aaa
+bkt
+bJt
+bJk
+bNj
+bPu
+bRA
+blR
+bnN
+biR
+blV
+biR
+aaa
+agg
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(47,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+agg
+agg
+bgP
+bJu
+bnO
+bNB
+bPu
+ebV
+blR
+bnQ
+agg
+agg
+agg
+aaf
+agg
+aaf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+eaT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(48,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaf
+aaa
+bJv
+aaa
+bNB
+bPu
+bRC
+blR
+bnQ
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(49,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaf
+aaa
+bJv
+aaa
+bNB
+bPu
+bRB
+blR
+bnQ
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dBa
+dAZ
+dBa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(50,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aaf
+aaf
+bJv
+aaf
+bNC
+bPu
+bRD
+bTP
+aGe
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dAZ
+dBa
+dFD
+dBa
+dAZ
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(51,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaf
+aaa
+bJv
+aaa
+bgP
+bPv
+bRE
+bTQ
+bnO
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dBa
+dBa
+dEw
+dFE
+dHn
+dBa
+dBa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(52,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaf
+aaa
+bJv
+aaa
+bND
+biR
+bRF
+biR
+bVR
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+dAZ
+dAZ
+dDG
+dEx
+dFF
+dHo
+dHV
+dAZ
+dAZ
+aaf
+aaf
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(53,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aaf
+aaf
+bJv
+aaf
+bNE
+aaf
+bRG
+aaf
+bNE
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+dBa
+dCk
+dDH
+dDH
+dFG
+dHp
+dFF
+dII
+dBa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(54,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaf
+aaa
+bJv
+aaa
+bNF
+aaa
+bRG
+aaa
+bVS
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+dAZ
+dAZ
+dDI
+dEy
+dDH
+dHq
+dHW
+dAZ
+dAZ
+aaf
+aaf
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(55,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaf
+aaa
+bJv
+aaa
+aaf
+bPw
+bRG
+bTR
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dBa
+dBa
+dEz
+dFF
+dHr
+dBa
+dBa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(56,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaf
+aaa
+bJv
+aaa
+aaf
+aaa
+bRH
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dAZ
+dBa
+dFH
+dBa
+dAZ
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(57,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aaf
+aaf
+bJw
+bLx
+bNG
+aaf
+bRI
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dBa
+dFI
+dBa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(58,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(59,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaf
+aaa
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(60,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+bJv
+aaf
+bRJ
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(61,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(62,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(63,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+bJv
+aaf
+bRI
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(64,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(65,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(66,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aae
+aaf
+aae
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+bJv
+aaf
+bRJ
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(67,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaa
+aaf
+aaa
+aaf
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(68,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaf
+aaa
+aaf
+aaa
+alO
+ebB
+anZ
+aaa
+aaf
+aaa
+aaf
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+aaf
+aaf
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(69,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+alO
+ebB
+anZ
+aaa
+alO
+amW
+anZ
+aaa
+alO
+ebB
+anZ
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+bJv
+aaf
+bRI
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(70,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+alO
+amW
+anZ
+aaa
+alO
+amW
+anZ
+aaa
+alO
+amW
+anZ
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+agg
+aaf
+aaf
+aaf
+aaf
+aaH
+aaf
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(71,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+alO
+amW
+anZ
+aaf
+alO
+amW
+anZ
+aaf
+alO
+amW
+anZ
+aaf
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(72,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+alO
+amW
+anZ
+aaa
+apD
+amW
+anZ
+aaa
+alO
+amW
+anZ
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaf
+btD
+btD
+btD
+btD
+btD
+btD
+btD
+aaf
+aaf
+aaf
+bJv
+aaf
+bRJ
+aaf
+aaf
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+aaf
+aaH
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+agg
+aaf
+agg
+agg
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(73,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aae
+aae
+aaa
+alO
+amW
+anZ
+aaa
+aaf
+amX
+aaf
+aaa
+alO
+amW
+anZ
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+btD
+bwH
+bwH
+bAk
+bwH
+bwH
+btD
+aaf
+agg
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaH
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(74,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaf
+aaf
+aaf
+aaf
+amX
+aaf
+aaf
+aaf
+apE
+aaf
+aaf
+aaf
+amX
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaf
+btD
+bwH
+byu
+byv
+byw
+bwH
+btD
+aaf
+agg
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+aaf
+aaH
+bWg
+bWg
+cJc
+bWg
+bWg
+bWg
+cJc
+bWg
+bWg
+bWg
+cJc
+bWg
+bWg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(75,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aiV
+ajJ
+ajJ
+ajJ
+ajJ
+ajJ
+aoG
+apE
+aqX
+ajJ
+ate
+auu
+apE
+awP
+axK
+axK
+axK
+axK
+ate
+apE
+apE
+aaf
+aaH
+aaH
+aaH
+aaH
+aaH
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+btD
+bwH
+byv
+bAl
+bBQ
+bwH
+btD
+aaf
+aaf
+aaf
+bJv
+aaf
+bRI
+aaf
+aaf
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bVT
+bWg
+cEM
+bWg
+chC
+cJd
+cKU
+bWg
+cOb
+cQb
+cRv
+bWg
+cUW
+cWy
+cBl
+bWg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(76,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaf
+aaf
+aaf
+aaf
+amY
+aaf
+aaf
+aaf
+apE
+aaf
+aaf
+aaf
+amY
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+apE
+aaf
+aHA
+aaf
+aaa
+aaf
+aaH
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaf
+btD
+bwH
+byw
+byv
+byu
+bwH
+btD
+aaf
+agg
+aaa
+bJv
+aaa
+bRJ
+aaa
+aaf
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+bZe
+bZe
+bZe
+bVT
+cDx
+cme
+bWg
+cHH
+cJe
+cKV
+bWg
+cOc
+cQc
+cbu
+bWg
+cUX
+cWz
+cYo
+bWg
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(77,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aaf
+aaf
+aaa
+alO
+amZ
+anZ
+aaa
+aaf
+amY
+aaf
+aaa
+alO
+amZ
+anZ
+aaa
+aaf
+aaa
+aaa
+aaf
+aBX
+aEN
+aBX
+aaH
+aIN
+aKf
+aIN
+aNC
+aaf
+agg
+aaf
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+aaf
+agg
+aaf
+btD
+bwI
+byx
+bwH
+bBR
+bDE
+btD
+aaf
+aaf
+aaa
+bJv
+aaa
+bRJ
+aaa
+bVT
+bVT
+bVT
+aaf
+aaa
+cex
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+cvY
+aaa
+aaf
+bVT
+bVT
+bVT
+cEM
+bWg
+bWg
+chF
+bWg
+bWg
+bWg
+chF
+bWg
+bWg
+bWg
+chF
+bWg
+bWg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(78,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+alO
+amZ
+anZ
+aaa
+alO
+amZ
+anZ
+aaa
+alO
+amZ
+anZ
+aaa
+agg
+aaa
+aaf
+aaf
+aBX
+aEO
+aBX
+aaH
+aBZ
+aKg
+aBZ
+aND
+aPf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+btD
+bwJ
+byy
+bAm
+byy
+bDF
+btD
+aaf
+bJx
+bLx
+bNH
+aaf
+bRJ
+aaf
+bVT
+bXo
+bZf
+bZf
+aaa
+cey
+cfT
+cfT
+ciX
+cfT
+cfT
+ciX
+cfT
+cfT
+ciX
+cfT
+cfT
+cvZ
+aaa
+bZf
+bZf
+cCm
+bVT
+bZD
+cGp
+cHI
+cJf
+cHI
+cMp
+cOd
+cQd
+cHI
+cHI
+cMp
+cWA
+cYp
+bWg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(79,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+alO
+amZ
+anZ
+aaf
+alO
+amZ
+anZ
+aaf
+alO
+amZ
+anZ
+aaf
+agg
+aaf
+aaf
+aBX
+aBX
+eca
+aBX
+aBZ
+aBZ
+aKh
+aBZ
+aBZ
+aPg
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+aaf
+btD
+bwK
+byz
+byz
+bBS
+bDG
+btD
+aaf
+bJv
+aaf
+aaf
+aaf
+bRJ
+aaf
+bVT
+bXo
+bZf
+cbd
+aaf
+cez
+cfU
+cho
+ciY
+cho
+cho
+ciY
+cho
+cho
+ciY
+cho
+cuI
+cez
+aaf
+czj
+bZf
+cCm
+bVT
+cyh
+cGq
+ceO
+cJg
+cdj
+cMq
+cMq
+bZC
+bZD
+cdj
+cMq
+cGq
+bZC
+cJc
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(80,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+alO
+amZ
+anZ
+aaa
+alO
+amZ
+anZ
+aaa
+alO
+amZ
+anZ
+aaa
+agg
+aaa
+aaf
+aBY
+aDs
+aEP
+aGf
+aBZ
+aIO
+aKi
+aLN
+aNE
+aPh
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+btD
+bwL
+byA
+bAn
+bBT
+bDH
+btD
+bHv
+bJy
+bHv
+bHv
+aaf
+bRJ
+aaf
+bVT
+bXp
+bZg
+cbd
+aaa
+cez
+cfV
+chp
+aaf
+aaf
+clI
+aaa
+aaH
+aaf
+aaf
+csS
+cuJ
+cez
+aaa
+czj
+cAU
+cCn
+bVT
+bZD
+cGq
+cHJ
+cHJ
+cHJ
+cHJ
+cHJ
+cHJ
+cHJ
+cHJ
+cHJ
+cWB
+cbu
+bWg
+aaf
+aaf
+aaa
+dcs
+dcs
+aHW
+dcs
+aHW
+dcs
+dcs
+aaa
+aaa
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(81,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+alO
+ebC
+anZ
+aaa
+alO
+amZ
+anZ
+aaa
+alO
+ebC
+anZ
+aaa
+aaf
+aaa
+aaf
+aBY
+aDt
+aEQ
+aGg
+aBZ
+aIP
+aKj
+aLO
+aBZ
+aPg
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aaf
+aaf
+btD
+bwM
+byB
+bAo
+bBU
+bDI
+btD
+bHw
+bJz
+bLy
+bHv
+bPx
+bRK
+bPx
+bVT
+bXq
+bZf
+cbd
+aaf
+ceA
+cfW
+aaf
+aaa
+aaa
+aaH
+aaf
+aaH
+aaa
+aaa
+aaf
+cuK
+cwa
+aaf
+czj
+bZf
+cAW
+bVT
+bZC
+cGr
+cHJ
+cJh
+cKW
+cMr
+cOe
+cQe
+cRw
+cTi
+cHJ
+cWC
+cYq
+bWg
+aaf
+aaf
+aaf
+dcs
+dgQ
+diF
+dks
+dlV
+diJ
+dcs
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(82,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaf
+aaa
+alO
+ebC
+anZ
+aaa
+aaf
+aaa
+aaf
+aaa
+agg
+aaf
+aaf
+aBY
+aDu
+aER
+aGh
+aBZ
+aIQ
+aKk
+aLP
+aBZ
+aPh
+aNV
+aSH
+aUh
+aSH
+aNV
+aZi
+baG
+aZi
+aNV
+bfa
+bgQ
+bfa
+aNV
+blW
+bnV
+blW
+aNV
+aaf
+aaf
+btD
+bwN
+byC
+bAp
+bBV
+bDJ
+btD
+bHx
+bJy
+bLz
+bHv
+bPy
+bRL
+bTS
+bVT
+bXr
+bZh
+cbd
+aaa
+cez
+cfV
+aaf
+aaa
+aaH
+aaH
+aaH
+aaH
+aaH
+aaa
+aaf
+cuJ
+cez
+aaa
+czj
+cAV
+cCo
+bVT
+cEN
+cGs
+cHK
+cJi
+cKX
+cMs
+cOf
+cQf
+cRx
+cTj
+cHJ
+cWD
+cYr
+bWg
+aHW
+dcs
+aHW
+dcs
+aPD
+diG
+dkt
+dlW
+aNZ
+dcs
+aHW
+dcs
+aHW
+aHW
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(83,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+agg
+agg
+aaf
+agg
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+agg
+aaf
+agg
+agg
+aaf
+aaf
+aBY
+aBY
+aES
+aGi
+aBZ
+aIP
+aKl
+aLO
+aBZ
+aPg
+aNV
+aSI
+aUi
+aSH
+aNV
+aZj
+baH
+aZi
+aNV
+bfb
+bgR
+bfa
+aNV
+blW
+blW
+bpN
+aNV
+aaf
+btD
+btD
+btD
+byD
+bAq
+bBW
+btD
+btD
+bHy
+bJA
+bLA
+bNI
+bPz
+bRM
+bTT
+bVT
+bVT
+bXq
+cbd
+aaH
+cez
+cfV
+chq
+aaH
+aaH
+clJ
+cho
+coI
+aaH
+aaH
+aaH
+cuJ
+cez
+aaH
+czj
+cAW
+bVT
+bVT
+bZD
+cGt
+cUY
+cJj
+cKY
+cMt
+cOg
+cQg
+cKY
+cTk
+cUY
+cWE
+cYq
+bWg
+daN
+dct
+ddL
+daP
+aMr
+diH
+dku
+dlW
+aNZ
+ddQ
+dqt
+drZ
+daT
+aHW
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(84,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+agg
+agg
+agg
+agg
+agg
+agg
+agg
+agg
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+aBZ
+aDv
+aET
+aGj
+aHB
+aIR
+aKm
+aLQ
+aBZ
+aPh
+aNV
+aSJ
+aUj
+aWb
+aNV
+aZk
+baI
+bcd
+aNV
+bfc
+bgS
+biS
+aNV
+blX
+bnW
+bpO
+aNV
+aaH
+btD
+bvd
+bwO
+byE
+bAr
+bBX
+bDK
+bFE
+bHz
+bJB
+bLB
+bNJ
+bPA
+bRN
+bTU
+bVT
+bVT
+bXq
+bZf
+aaf
+ceA
+cfW
+aaa
+aaf
+aaH
+clK
+cnd
+coJ
+aaH
+aaf
+aaa
+cuK
+cwa
+aaf
+bZf
+cAW
+bVT
+bVT
+cEO
+cGu
+cHM
+cJk
+cKZ
+cMu
+cOh
+cQh
+cOh
+cTl
+cUZ
+cWF
+cYs
+bWg
+daO
+dcu
+ddM
+dfE
+dgR
+dgR
+dkv
+dgR
+dny
+ddM
+dqu
+dsa
+dlX
+dcs
+aaf
+aaf
+aaf
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(85,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+agg
+aaa
+aaH
+aCa
+aDw
+aEU
+aGk
+aHC
+aIS
+aKn
+aLR
+aNF
+aPi
+aNV
+aSK
+aIU
+aWc
+aXL
+aSK
+aIU
+aWc
+aNV
+aSK
+aIU
+aWc
+aNV
+aWc
+aIU
+aSK
+aNV
+aaH
+btE
+bve
+bwP
+byF
+bAs
+bBY
+bDL
+bFF
+bHA
+bJC
+bLC
+bNK
+bPB
+bRO
+bTV
+bVT
+bVT
+bXq
+cbd
+aaH
+cez
+cfV
+aaH
+aaH
+aaH
+clL
+cne
+coK
+aaH
+aaH
+csT
+cuJ
+cez
+aaH
+czj
+cAW
+bVT
+bVT
+cEP
+cGq
+cHJ
+cJl
+cLa
+cMv
+cOi
+cQi
+cRy
+cTm
+cHJ
+cWG
+cYt
+bWg
+daP
+dcv
+aMr
+aKI
+aPD
+diI
+dkw
+dlX
+diJ
+aNZ
+aMr
+dfL
+dtq
+aHW
+aaf
+aaa
+aaa
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(86,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+agg
+agg
+agg
+agg
+agg
+agg
+agg
+aaf
+aaf
+aBZ
+aDx
+aEV
+aGl
+aHD
+aIT
+aKo
+aLS
+aBZ
+aaf
+aNU
+aSL
+aNU
+aWd
+aNU
+aSL
+aNU
+aWd
+aNU
+aSL
+aNU
+aWd
+aNU
+aWd
+aNU
+bpP
+aNU
+aaH
+btD
+bvf
+bwO
+byG
+bAt
+bBZ
+bDM
+bDM
+bDM
+bDM
+bDM
+bDM
+bDM
+bDM
+bDM
+bVT
+bXs
+bZi
+cbd
+aaa
+cez
+cfV
+aaf
+aaa
+aaH
+aaH
+aaH
+aaH
+aaH
+aaa
+aaf
+cuJ
+cez
+aaa
+czj
+cAX
+cCp
+bVT
+cEQ
+cGs
+cHJ
+cHJ
+cLb
+cMw
+cLb
+cMw
+cLb
+cHJ
+cHJ
+cWH
+cJw
+bWg
+daQ
+dcw
+ddN
+dfF
+dgS
+dgS
+dgS
+dgS
+dgS
+doG
+aMr
+dsb
+diK
+dcs
+dcs
+dcs
+aaa
+aaf
+agg
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(87,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aBZ
+aDy
+aEW
+aGm
+aHE
+aIU
+aIU
+aIU
+aIZ
+aIZ
+aIZ
+aSM
+aIU
+aWe
+aIZ
+aSM
+aIU
+aWe
+aIZ
+aSM
+aIU
+aWe
+aIZ
+aWe
+aIU
+bjm
+aIZ
+aIZ
+btF
+bvg
+bvg
+byH
+bAu
+bvg
+bDM
+bFG
+bHB
+bJD
+bLD
+bNL
+bPC
+bRP
+bTW
+bVT
+bXq
+bZf
+cbd
+aaf
+ceA
+cfW
+aaf
+aaa
+aaa
+aaH
+aaf
+aaH
+aaa
+aaa
+aaf
+cuK
+cwa
+aaf
+czk
+bZf
+cAW
+bVT
+cyf
+cGv
+cHJ
+cJm
+cLc
+cMx
+cOj
+cQj
+cRz
+cTn
+cHJ
+cWI
+cYu
+bWg
+daR
+dcx
+ddO
+dfG
+dfL
+dfL
+dkx
+dkx
+diJ
+doH
+dqv
+aNZ
+aNZ
+aPD
+diJ
+dcs
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(88,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+asa
+atf
+asa
+atf
+asa
+atf
+asa
+atf
+aaH
+aBZ
+aDz
+aEW
+aGn
+aHF
+aIV
+aKp
+aLT
+aNG
+aPj
+aQZ
+aSN
+aUk
+aWf
+aXM
+aZl
+aPj
+bce
+bdo
+aZl
+aPj
+aWf
+bku
+blY
+bnX
+bpQ
+brb
+bss
+btF
+bvh
+bwQ
+byI
+bAv
+bCa
+bDM
+bFH
+bHC
+bJE
+bLE
+bLE
+bLE
+bRQ
+bTX
+bVT
+bXt
+bZg
+cbd
+aaa
+cez
+cfV
+chr
+aaf
+aaf
+aaH
+aaa
+coL
+aaf
+aaf
+csU
+cuJ
+cez
+aaa
+czj
+cAU
+cCq
+bVT
+cER
+cGs
+cHJ
+cJn
+cLd
+cMy
+cOk
+cMy
+cRA
+cTo
+cHJ
+cWJ
+cYu
+bWg
+daS
+dcy
+aNZ
+dfH
+dgT
+dgT
+diJ
+dlY
+dfL
+doH
+diJ
+dsc
+dtr
+dma
+dwd
+aHW
+aaf
+aaH
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(89,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+asb
+atg
+auv
+atg
+asb
+atg
+auv
+ath
+atf
+aCa
+aDA
+aEX
+aGo
+aHG
+aIW
+aKq
+aLU
+aNH
+aPk
+aRa
+aSO
+aUl
+aWg
+aXN
+aZm
+baJ
+bcf
+aXN
+bfd
+bgT
+biT
+bkv
+blZ
+bnY
+bpR
+brc
+bst
+btF
+bvi
+bwR
+byJ
+bAw
+bCb
+bDM
+bFI
+bHD
+bJF
+bLF
+bNM
+bPD
+bRR
+bTY
+bVT
+bXq
+bZf
+cbd
+aaf
+ceB
+cfX
+chs
+chs
+chs
+chs
+cnf
+chs
+chs
+chs
+chs
+cuL
+cwb
+aaf
+czj
+bZf
+cAW
+bVT
+cES
+cGq
+cHJ
+cJo
+cLe
+cMz
+cOl
+cQk
+cRB
+cTp
+cHJ
+cWJ
+cYv
+bWg
+daT
+dcz
+ddP
+dfI
+dgU
+dgT
+dky
+dgU
+aPD
+doH
+aPD
+dsc
+dts
+diJ
+dwe
+dcs
+aaa
+aaH
+aaf
+aaf
+aaf
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(90,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+aaf
+agg
+aaf
+asb
+asb
+asb
+asb
+asb
+asb
+asb
+asa
+awQ
+aCa
+aDB
+aEY
+aGp
+aHH
+aIU
+aKq
+aLV
+aNI
+aPl
+aRb
+aSP
+aUm
+aUm
+aUm
+aZn
+aUm
+aUm
+aUm
+bfe
+bgU
+biU
+aPw
+bma
+bnZ
+bpS
+baK
+bsu
+btG
+bvj
+bwS
+byK
+bAx
+bCc
+bDM
+bFJ
+bHD
+bJG
+bLG
+bNN
+bPE
+bRS
+bTZ
+bVT
+bXu
+bZj
+cbe
+aaa
+aaf
+aaa
+aaf
+ceC
+ceC
+ceC
+cng
+ceC
+ceC
+ceC
+aaf
+aaa
+aaf
+aaa
+czl
+cAY
+cCr
+bVT
+cER
+cGw
+cHN
+cJp
+cLf
+cMA
+cOl
+cQl
+cRC
+cTq
+cHJ
+cWK
+cJA
+bWg
+daU
+dcz
+ddQ
+dfI
+dgU
+aPD
+dkz
+dfL
+dgT
+doH
+aNZ
+dsc
+dtt
+aNZ
+dwf
+aHW
+aaf
+aaH
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(91,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+asb
+ath
+auw
+ath
+awQ
+ath
+auw
+ath
+atf
+aBZ
+aDC
+aEZ
+aGq
+aHI
+aIU
+aKq
+aLW
+aNJ
+aPm
+aRc
+aSQ
+aUn
+aWh
+aWh
+aZo
+baK
+aWq
+aWq
+bff
+bgV
+biV
+bkw
+bmb
+boa
+bpT
+brd
+bsv
+btH
+bvk
+bwR
+byL
+bAy
+bCd
+bDM
+bFK
+bHE
+bJH
+bLH
+bNO
+bPF
+bRT
+bUa
+bVT
+bVT
+bZk
+bVT
+bVT
+ceC
+ceC
+ceC
+ceC
+ckv
+clM
+cnh
+clM
+cqi
+ceC
+ceC
+ceC
+ceC
+bVT
+bVT
+cAZ
+bVT
+bVT
+cET
+cGx
+cHO
+cJq
+cLg
+cMB
+cOm
+cQm
+cRD
+cTr
+cVa
+cWL
+cYw
+bWg
+aPD
+dcz
+ddR
+dfI
+aPD
+diJ
+diJ
+dfL
+dkx
+doH
+aMr
+dsd
+dtu
+aPD
+dwg
+dcs
+aaa
+aaH
+aaf
+aaf
+aaf
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(92,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+agg
+agg
+agg
+agg
+aaf
+agg
+aaf
+aiW
+aoK
+aoK
+asc
+aoK
+aoK
+aoK
+aiW
+aoK
+aoK
+aoK
+asc
+aiW
+aBZ
+aFa
+aGr
+aHJ
+aIX
+aKr
+aLX
+aNK
+aPn
+aRd
+aSR
+aUo
+aWi
+aXO
+aZp
+baL
+bcg
+aSR
+bfg
+bgW
+biW
+aPw
+bmc
+bob
+bpU
+bre
+bsw
+btI
+bvl
+bwT
+byM
+bAz
+bCe
+bDM
+bFL
+bHF
+bJI
+bLI
+bJI
+bPG
+bRU
+bUb
+bVT
+bXv
+bZl
+cbf
+ccT
+ceD
+ceD
+ceD
+ceC
+ckw
+clN
+cni
+coM
+cqj
+ceC
+csV
+ceD
+cwc
+cxJ
+cbf
+cBa
+cCs
+bVT
+cEU
+cGy
+cHM
+cJr
+cLh
+cMC
+cOl
+cQn
+cRE
+cRy
+cHN
+cWM
+cYx
+cZI
+daV
+dcA
+ddS
+dfJ
+dgV
+dgV
+dgV
+dlZ
+dnz
+doI
+aNY
+dse
+dtv
+dcs
+dcs
+dcs
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aae
+aaf
+dYc
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(93,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aiW
+apF
+aqY
+asd
+ati
+aux
+avM
+awR
+axL
+axL
+axL
+asd
+aCb
+aBZ
+aFb
+aGs
+aHK
+aIY
+aKs
+aLY
+aNL
+aPm
+aRc
+aSS
+aUp
+aWj
+aXP
+aZq
+aZq
+aWj
+bdp
+bfh
+bgW
+biX
+bkx
+bmd
+boc
+bpV
+brf
+bsx
+btJ
+bvg
+bvg
+byH
+bAA
+bvg
+bDM
+bFM
+bHG
+bJJ
+bLJ
+bNP
+bPH
+bRV
+bDM
+bVT
+bXw
+bZk
+bVT
+ccU
+ceE
+cfY
+cht
+ciZ
+ckw
+clO
+cnj
+coN
+cqk
+ciZ
+csW
+cuM
+cht
+ccU
+bVT
+cAZ
+bXw
+bVT
+cEV
+cGz
+cHJ
+cJs
+cLi
+cMD
+cOn
+cQo
+cRF
+cTs
+cHJ
+cWN
+cYy
+cZJ
+daW
+dcB
+ddT
+dfK
+dgW
+diK
+dkA
+dma
+aNZ
+doJ
+aMr
+dfL
+dtw
+aHW
+aaf
+aaa
+aaa
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+dYc
+aae
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(94,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+aiW
+aiW
+aiW
+aiW
+aiW
+aiW
+aiW
+apG
+aqZ
+ase
+aqZ
+auy
+avN
+awS
+axM
+aqZ
+azZ
+aAV
+aCc
+aBZ
+aBZ
+aGt
+aBZ
+aIZ
+aKt
+aLZ
+aNM
+aPo
+aRd
+aST
+aUq
+aWk
+aXQ
+aZr
+baL
+bch
+aUo
+bfi
+bgX
+biY
+bky
+bme
+bod
+bpW
+brg
+bsy
+btK
+bvm
+bwU
+byN
+bAB
+bCf
+bDN
+bFN
+bHH
+bJK
+bDM
+bNQ
+bPI
+bRW
+bLJ
+bVU
+bXx
+bZm
+cbg
+ccV
+ceF
+cfZ
+chu
+cja
+ckx
+clP
+cnk
+coO
+cql
+cja
+csX
+cfZ
+ccV
+ccV
+czm
+bZm
+cCt
+bVT
+cEW
+cGA
+cHJ
+cJt
+cLj
+cME
+cME
+cQp
+cRG
+cTt
+cHJ
+cWD
+cYz
+bWg
+daX
+dcC
+ddU
+dfL
+dfL
+dfL
+dfL
+dgT
+diL
+dfL
+dfL
+dgT
+ddV
+dcs
+aaf
+aaf
+aaf
+aaf
+agg
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+dZB
+eab
+ear
+aaa
+aaa
+aaf
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(95,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaf
+aiW
+ajK
+akP
+akP
+akP
+akP
+aoH
+apH
+ara
+asf
+atj
+auz
+ato
+awT
+axN
+aza
+aAa
+aAW
+aCd
+aDD
+azd
+aGu
+aHL
+aIZ
+aKu
+aMa
+aNL
+aPm
+aRe
+aSU
+aUr
+aWl
+aWl
+aWl
+baM
+aSY
+bdq
+bfj
+bgV
+biZ
+aIU
+bmf
+aIU
+aIZ
+aIZ
+aIZ
+btF
+bvg
+bvg
+byO
+bAC
+bwR
+bDO
+bFO
+bHI
+bwR
+bDM
+bNR
+bPJ
+bRX
+bUc
+bVV
+bXy
+bZn
+cbh
+ccW
+ceG
+cga
+chv
+cjb
+cky
+clQ
+cnl
+coP
+cqm
+cjb
+chv
+cuN
+cwd
+cxK
+czn
+bZp
+cbh
+bVT
+cEX
+cGB
+cHJ
+cJu
+cLk
+cMF
+cOo
+cQq
+cRH
+cTu
+cHJ
+cWD
+cYA
+bWg
+daT
+dcD
+ddV
+dfM
+ddV
+diL
+aRq
+dmb
+dnA
+doK
+dqw
+diJ
+aRq
+aHW
+aaf
+aaa
+aaa
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+dZB
+eab
+ear
+aaa
+dZB
+eac
+ear
+aaa
+dZB
+eab
+ear
+aaa
+dYc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(96,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aiW
+ajL
+akQ
+ajL
+ajL
+ajL
+aoH
+apI
+arb
+asg
+arm
+ebT
+avO
+auA
+axO
+azb
+atk
+aAX
+aCe
+aDE
+aFc
+aGv
+aHM
+aJa
+aKv
+aMb
+aNL
+aPm
+aRf
+aSV
+aUs
+aIU
+aIU
+aIU
+aSV
+aSV
+bdr
+bfk
+bgY
+bja
+bkz
+bmg
+boe
+bpX
+brh
+aIZ
+btL
+bvn
+bwV
+byP
+bAD
+bCg
+bDP
+bFP
+bHJ
+bJL
+bDM
+bNS
+bPK
+bRY
+bUd
+bVW
+bXz
+bZo
+cbh
+ccW
+ceH
+cgb
+chw
+bVT
+ckz
+clR
+cnm
+clR
+cqn
+bVT
+csY
+ceM
+cwe
+cxK
+czn
+cBb
+cCu
+bVT
+cEY
+cGq
+cHJ
+cHJ
+cHJ
+cHN
+cOp
+cHJ
+cHJ
+cHJ
+cHJ
+cGq
+cYz
+bWg
+bWg
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+dcE
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+dZB
+eac
+ear
+aaa
+dZB
+eac
+ear
+aaa
+dZB
+eac
+ear
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(97,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aiW
+ajM
+ajL
+ajL
+ajL
+ajL
+aoH
+apJ
+arc
+ash
+atl
+auB
+auB
+awU
+atm
+azc
+aAb
+aAY
+aCf
+aDF
+aFd
+aGw
+aHN
+aIZ
+aKw
+aMc
+aNL
+aPm
+aRg
+aIU
+aUt
+aWm
+aXR
+aZs
+baN
+bci
+bds
+bfl
+bgZ
+bjb
+aXW
+aXW
+bof
+aXW
+bri
+aIZ
+btM
+bvo
+bwR
+byQ
+bAE
+bCh
+bDQ
+bDQ
+bHK
+bJM
+bDM
+bNT
+bPJ
+bRX
+bPM
+bVW
+bXA
+bZp
+cbh
+ccW
+ceI
+ceM
+chx
+cjc
+bVT
+clS
+bVT
+clS
+bVT
+bVT
+csZ
+ceM
+cwf
+cxK
+czn
+bZp
+cCv
+cDy
+cEZ
+cGC
+crJ
+cmh
+cLl
+cMG
+cOq
+cLl
+cRI
+cMG
+cmh
+czC
+cYB
+cLl
+daY
+dcE
+ddW
+dfN
+dgX
+diM
+dkB
+dmc
+dcE
+doL
+dqx
+dsf
+dtx
+duE
+dwh
+dxn
+dcE
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dZB
+eac
+ear
+aaf
+dZB
+eac
+ear
+aaf
+dZB
+eac
+ear
+aaf
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(98,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aaa
+aiW
+ajL
+ajL
+alP
+ajL
+akR
+aoI
+apK
+ard
+asi
+aiW
+auC
+auC
+auC
+aiW
+azc
+aAc
+aAZ
+aCg
+aDG
+aiW
+aiW
+aiW
+aIZ
+aKx
+aMd
+aNN
+aPp
+aRh
+aSW
+aUu
+aWn
+aXS
+aZt
+baO
+bcj
+bdt
+bfm
+bha
+bjc
+bkA
+bmh
+bkA
+bpY
+brj
+bsz
+btN
+bvp
+bwW
+byR
+bAF
+bCi
+bDR
+bFQ
+bHL
+bJN
+bLK
+bNU
+bPL
+bRZ
+bLJ
+bVX
+bXA
+bZq
+cbh
+ccX
+ceJ
+cgc
+chy
+cjd
+ckA
+clT
+cnn
+coQ
+cqo
+crF
+cta
+cgc
+ceJ
+cxL
+czn
+bZq
+cCw
+cDz
+cFa
+cGD
+bXM
+cJv
+bXM
+cMH
+bXM
+cQr
+cQr
+cQr
+cMH
+cMH
+cYC
+cZK
+daZ
+dcE
+ddX
+dfO
+dgY
+dgY
+dkC
+dfP
+dnB
+deb
+dfO
+dsg
+dgY
+dkE
+dwi
+dxo
+dcE
+aaf
+aaf
+aaH
+aaa
+aaH
+aaf
+aaH
+aaf
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+dZB
+eac
+ear
+aaa
+dZB
+eac
+ear
+aaa
+dZB
+eac
+ear
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(99,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+agg
+aaf
+aiW
+ajN
+ajL
+alQ
+ana
+ana
+aoJ
+apL
+are
+asj
+aiW
+auD
+avP
+avP
+axP
+azd
+aiW
+aAY
+ark
+aDH
+aiW
+aGx
+aHO
+aIZ
+aKy
+aMe
+aNL
+aPm
+aRg
+aIU
+aUv
+aWo
+aXT
+aZu
+baP
+aIU
+bdu
+bfn
+bha
+bjd
+bkB
+bmi
+bog
+bpZ
+brk
+aIZ
+btF
+btF
+btF
+byS
+bAF
+bCi
+bDS
+bFR
+bHM
+bJO
+bDM
+bDM
+bPM
+bDM
+bDM
+bNY
+bXB
+bZp
+cbi
+ccY
+ccY
+ccY
+ccY
+ccY
+ccY
+clU
+cno
+coR
+ccY
+ccY
+ccY
+ccY
+ccY
+cxM
+czo
+cBc
+cCx
+cDA
+cFb
+cGE
+cHP
+cJw
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+cyf
+dba
+dcF
+ddY
+dfP
+dgZ
+diN
+dkD
+dmd
+dcE
+doM
+dfR
+dkE
+dty
+duF
+dkD
+dxp
+dcE
+aaf
+aaa
+aaH
+aaf
+aaf
+aaa
+aaf
+aaa
+aaH
+aaf
+aaf
+aaf
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+aaa
+agg
+agg
+aaa
+aae
+aaa
+dZB
+eac
+ear
+aaa
+aaf
+ead
+aaf
+aaa
+dZB
+eac
+ear
+aaa
+aaf
+aae
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(100,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aiW
+ajL
+ajL
+ajL
+ajL
+ajL
+aoK
+apM
+arf
+ask
+aiW
+auE
+auE
+auE
+axQ
+aze
+aAd
+aBa
+aCh
+aDI
+aFe
+aGy
+aHP
+aJb
+aKz
+aMf
+aNO
+aPm
+aRg
+aSX
+aSV
+aIU
+aIU
+aIU
+baQ
+aSV
+bdv
+bfn
+bhb
+bje
+bkC
+bkC
+boh
+bqa
+brl
+bsA
+btO
+bvq
+bwX
+byT
+bAG
+bCj
+bDT
+bFS
+bHN
+bJP
+bLL
+bNV
+bPN
+bSa
+bUe
+bVY
+bXC
+bZr
+cbj
+ccZ
+ceK
+ccZ
+ceK
+ccZ
+ceK
+clV
+cnp
+coS
+cqp
+crG
+cqp
+crG
+cqp
+crG
+czp
+cBd
+cCy
+bVT
+cFc
+bZC
+cGq
+cJx
+cHS
+cMI
+cMI
+cMI
+cRJ
+cMI
+cMI
+cMI
+cHS
+cyf
+dbb
+dcE
+ddZ
+dfQ
+dha
+diO
+diO
+dme
+dnC
+dkE
+dfR
+dsh
+dsh
+dsh
+dwj
+dfP
+dcE
+aaf
+aaf
+aaH
+aaa
+aaH
+aaf
+aaH
+aaf
+aaH
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaf
+aaH
+aaa
+aaa
+aaf
+aaf
+aaf
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+ead
+aaf
+aaf
+aaf
+dVu
+aaf
+aaf
+aaf
+ead
+aaf
+aaa
+aaa
+aaf
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(101,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aiW
+ajO
+ajL
+akR
+anb
+ajL
+aoK
+apN
+arg
+asl
+aoK
+ebG
+avQ
+ebG
+axR
+ebG
+axR
+aBb
+aCi
+aDJ
+aFf
+aGz
+aHQ
+aJc
+aKA
+aMg
+aNP
+aPq
+aRg
+aSY
+aUw
+aWp
+aXU
+aZv
+baR
+aSU
+bdw
+bfo
+bhc
+bjf
+bkD
+bmj
+boi
+bqb
+brm
+bsB
+btP
+bvr
+bwY
+byU
+bAH
+bCk
+bDU
+bFT
+bHO
+bJQ
+bLM
+bNW
+bPO
+bSb
+bUf
+bVZ
+bXD
+bZs
+cbk
+cda
+cda
+cgd
+cda
+cda
+cda
+clW
+cnq
+coT
+cqq
+crH
+ctb
+cda
+cwg
+cxN
+czq
+cBe
+cCz
+bVT
+cFd
+bZC
+cHQ
+cJy
+cHS
+cMJ
+cOr
+cJH
+cJH
+cJH
+cJH
+cWO
+cHS
+cZL
+dbc
+dcG
+dea
+dfR
+dhb
+diP
+dkE
+diT
+dcE
+doN
+dfR
+dsi
+dtz
+duG
+diO
+diT
+dcE
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaH
+aaf
+aaf
+aaf
+aaH
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaH
+aaa
+aaa
+agg
+aaf
+dVu
+dVu
+dVu
+dVu
+dVu
+dVu
+dVu
+dVu
+dVu
+dVu
+eaC
+eaK
+dVu
+dVu
+dVu
+eaV
+eaW
+eaW
+eaW
+eaX
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(102,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aaa
+aiW
+ajL
+ajL
+ajL
+ajL
+ajL
+aoK
+apO
+arh
+asm
+aiW
+auF
+auF
+auF
+axS
+azf
+aAd
+aBc
+arj
+aDK
+aFg
+aGA
+aHR
+aJd
+aKB
+aMh
+aNQ
+aPr
+aRi
+aSZ
+aUx
+aWq
+aWq
+aWq
+aWq
+aSZ
+bdx
+bfp
+bhd
+bjg
+bkE
+bmk
+boj
+bqc
+brn
+aJd
+btQ
+bvs
+bwZ
+byV
+bAI
+bCl
+bDV
+bFU
+bDQ
+bJR
+bLN
+bNX
+bPP
+bSc
+bUg
+bWa
+bXE
+bZt
+cbl
+cdb
+ceL
+cge
+chz
+cje
+ckB
+clX
+cnr
+coU
+cqr
+crI
+crI
+cuO
+cwh
+cxO
+czr
+cBf
+crI
+crI
+cFe
+cBp
+bZD
+cJz
+cHS
+cMI
+cMI
+cMI
+cMI
+cMI
+cMI
+cMI
+cHS
+cZL
+dbc
+dcE
+deb
+dfR
+dhc
+diQ
+dkF
+dmf
+dcE
+doO
+dha
+dfP
+dtA
+dsk
+diO
+dxq
+dcE
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaH
+aaf
+aaf
+aaf
+aaH
+aaa
+aaa
+aaH
+aaf
+aaf
+aaf
+aaf
+dVu
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+eae
+aaf
+aaf
+aaf
+dVu
+aaf
+aaf
+aaf
+eae
+aaf
+aaa
+aaa
+aaf
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(103,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+aiW
+ajN
+ajL
+alR
+anc
+anc
+aoL
+apP
+ari
+asn
+aiW
+auG
+avR
+avR
+axT
+azd
+aiW
+aBd
+ark
+aDL
+aiW
+aGB
+aHS
+aIZ
+aKC
+aMi
+aNR
+aPs
+aRj
+aTa
+aUy
+aWr
+aXV
+aWr
+aWr
+aWr
+bdy
+bfq
+bhe
+bjh
+bkF
+bml
+bok
+bqd
+bro
+aIZ
+aIZ
+aIZ
+aIZ
+aIZ
+aIZ
+bCm
+bDW
+bFV
+bFQ
+bJS
+bvg
+bNY
+bPQ
+bSd
+bUh
+bNY
+bXF
+bZu
+cbm
+ccW
+ceM
+cgf
+chA
+bVT
+ckC
+clY
+cns
+coV
+ckC
+crI
+ctc
+cuP
+cwi
+cxP
+czs
+cBg
+cCA
+crI
+cFe
+bZC
+bZD
+cJA
+cHS
+cHS
+cOs
+cMI
+cMI
+cTv
+cOs
+cHS
+cHS
+cZM
+dbd
+dcE
+dec
+dfQ
+dhd
+diR
+dkG
+dmg
+dnB
+doP
+dfP
+dsj
+dtA
+duH
+dkD
+dxr
+dcE
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaH
+aaf
+aaf
+aaH
+aaa
+aaa
+agg
+aaf
+dVv
+aaf
+aaa
+aaa
+aae
+aaa
+dZB
+eaf
+ear
+aaa
+aaf
+eae
+aaf
+aaa
+dZB
+eaf
+ear
+aaa
+dYc
+aae
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(104,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaa
+aiW
+ajL
+ajL
+ajL
+ajL
+ajL
+aoI
+apK
+ebP
+aso
+aiW
+auH
+auH
+auH
+aiW
+azg
+aAe
+aBe
+aCj
+aDM
+aiW
+aiW
+aiW
+aIZ
+aKD
+aMj
+aNL
+aPm
+aRc
+aTb
+aUz
+aWs
+aXW
+aXW
+baS
+bck
+bdz
+bfr
+bhf
+bji
+aIZ
+bmm
+bol
+bqe
+brp
+bsC
+btR
+bvt
+bxa
+byW
+aIZ
+bCn
+bDX
+bFW
+bHP
+bJT
+bLO
+bJU
+bPR
+bSe
+bUi
+bWb
+bXG
+bZv
+cbn
+cdc
+ceN
+cgg
+chB
+bVT
+ckD
+clZ
+cnt
+coW
+cqs
+crI
+ctd
+cuQ
+cwj
+cxQ
+czt
+cBh
+cCB
+crI
+cFf
+cGF
+cHR
+cJB
+cHS
+cMK
+cOt
+cQs
+cRK
+cTw
+cVb
+cWP
+cHS
+cZN
+dbb
+dcE
+ded
+dfS
+dhe
+diS
+dkH
+dme
+dnB
+doQ
+dfQ
+dsk
+dtB
+dtA
+dwk
+dxs
+dcE
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+agg
+aaf
+dVw
+aaf
+aaa
+aaa
+aae
+aaa
+dZB
+eaf
+ear
+aaa
+dZB
+eaf
+ear
+aaa
+dZB
+eaf
+ear
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(105,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+agg
+aaf
+aiW
+ajL
+ajL
+ajL
+ajL
+ajL
+aoK
+apQ
+ebQ
+ash
+atm
+auI
+avS
+auI
+atl
+azh
+aAf
+aBf
+aCk
+aDN
+aFh
+aGC
+aHT
+aIZ
+aKD
+aMk
+aNL
+aPt
+aRk
+aTc
+aUA
+aTc
+aXX
+aXX
+baT
+bcl
+bdA
+bfs
+bhg
+bjj
+aIZ
+bmn
+bom
+bqf
+brq
+bsD
+aZq
+bvu
+bvu
+byX
+aIZ
+bCo
+bDY
+bFX
+bHQ
+bJU
+bLP
+bHQ
+bPS
+bSf
+bUj
+bLT
+bXH
+bZw
+cbo
+cdd
+bVT
+bVT
+bVT
+bVT
+ckE
+cma
+cnu
+coX
+cqt
+crI
+cte
+cuR
+cwk
+cxR
+czu
+cBi
+cCC
+crI
+cFc
+cGG
+cHS
+cJC
+cHW
+cML
+cOu
+cQt
+cRL
+cTx
+cVc
+cML
+cHS
+cZO
+dbc
+dcE
+dee
+dfT
+dhf
+diT
+dkI
+dmh
+dnB
+doR
+dha
+dsl
+dtC
+diT
+diO
+dxt
+dcE
+aaf
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+agg
+agg
+agg
+aaf
+aaf
+aaf
+aaf
+dVw
+aaf
+aaf
+aaa
+aae
+aaf
+dZB
+eaf
+ear
+aaf
+dZB
+eaf
+ear
+aaf
+dZB
+eaf
+ear
+aaf
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(106,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aaf
+aiW
+ajL
+akR
+ajL
+akQ
+ajL
+aoK
+apQ
+arl
+asp
+atn
+auJ
+avT
+awV
+axU
+azi
+azi
+aBg
+aCl
+aDO
+aFi
+aGD
+aHU
+aIZ
+aKD
+aMl
+aNS
+aPu
+aRl
+aTd
+aUB
+aWt
+aXY
+aZw
+baU
+bcm
+bdB
+bft
+bhh
+bjk
+aIZ
+bmo
+bon
+bqg
+brr
+bsE
+btS
+bvv
+bxb
+byY
+bAJ
+bCp
+bDZ
+bFY
+bHR
+bJV
+bLQ
+bNZ
+bPT
+bSg
+bUk
+bLT
+bXI
+bZx
+cbp
+cde
+bVT
+cgh
+chC
+bVT
+ckF
+cma
+cnu
+coY
+cqu
+crI
+ctf
+cuQ
+cwl
+cxQ
+czv
+cBh
+cCD
+crI
+cFc
+cGG
+cHT
+cJD
+cHW
+cMM
+cOv
+cQu
+cRM
+cQu
+cVd
+cWQ
+cHS
+cZL
+dbc
+dcE
+dcE
+dcE
+dcE
+diU
+dkI
+dmi
+dcE
+doS
+dqy
+diS
+dtD
+dhe
+duI
+dxu
+dcE
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+dUl
+dVx
+dUl
+aaf
+aaa
+aae
+aaa
+dZB
+eaf
+ear
+aaa
+dZB
+eaf
+ear
+aaa
+dZB
+eaf
+ear
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(107,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+agg
+aaf
+aiW
+ajP
+akP
+akP
+akP
+aoa
+aiW
+apR
+ebR
+asq
+ato
+auK
+avU
+auK
+axV
+azj
+aAg
+aBh
+aCm
+aDP
+aFj
+aGE
+aHV
+aIZ
+aKE
+aMm
+aNT
+aPv
+aMm
+aTe
+aUC
+aWu
+aXZ
+aZx
+baV
+bcn
+bdC
+bfu
+bhi
+bjl
+aIZ
+bmp
+boo
+bqh
+brs
+bsF
+aWq
+bvw
+bxc
+byZ
+bAK
+bCq
+bEa
+bFZ
+bHS
+bJW
+bLR
+bOa
+bPU
+bSh
+bUl
+bWc
+bXI
+bZy
+cbq
+cdf
+bVT
+cgi
+chD
+bVT
+ckG
+cmb
+cnv
+coZ
+cqv
+crI
+ctg
+cuS
+cwm
+cxS
+czw
+cBj
+cCE
+crI
+cFd
+cGG
+cHU
+cJE
+cLm
+cMN
+cOw
+cQv
+cRN
+cTy
+cVe
+cWR
+cHS
+cZP
+dbe
+cDC
+def
+dfU
+dcE
+dcE
+dkJ
+dcE
+dcE
+doT
+dqz
+dsm
+dtE
+duI
+dwl
+dxv
+dcE
+aaf
+aaf
+aaf
+aaf
+aaH
+aaa
+aaH
+aaf
+aaf
+aaf
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+aaf
+aaf
+dUl
+dVy
+dUl
+aaf
+aaf
+dYc
+aaa
+dZB
+eag
+ear
+aaa
+dZB
+eaf
+ear
+aaa
+dZB
+eag
+ear
+aaa
+dYc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(108,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+aiW
+aiW
+aiW
+aiW
+aiW
+aiW
+aiW
+apS
+ebS
+asr
+atp
+auL
+avV
+arm
+axW
+azk
+aAh
+aBi
+aCn
+aiW
+aiW
+aiW
+aiW
+aJe
+aIZ
+aIZ
+aIZ
+aPw
+aRm
+aPw
+aIZ
+aSM
+aIU
+aWe
+aIZ
+aSM
+aIU
+bfv
+aIZ
+bjm
+aIZ
+bmq
+bop
+bqi
+brt
+bsG
+btT
+bvx
+bxd
+bza
+bAK
+bCr
+bEb
+bGa
+bHT
+bJX
+bLS
+bOb
+bPV
+bSi
+bUm
+bLT
+bXJ
+bZz
+cbr
+cdg
+bVT
+cgj
+chE
+bVT
+ckG
+cmc
+cnw
+cpa
+cqv
+crI
+crI
+crI
+crI
+crI
+crI
+crI
+crI
+crI
+cFg
+cGG
+cHV
+cJF
+cHW
+cMO
+cOx
+cQw
+cRO
+cTz
+cVf
+cWS
+cYD
+cZQ
+dbf
+dcH
+deg
+dfV
+bWg
+diV
+dkK
+dmj
+dcE
+dcE
+dcG
+dcE
+dtF
+dcE
+dcE
+dcE
+dcE
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+dUl
+dUl
+dVx
+dUl
+dUl
+aaf
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+dZB
+eag
+ear
+aaa
+aaa
+aaf
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(109,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aiW
+apT
+arn
+ass
+atq
+auM
+atq
+awW
+axX
+azl
+aAi
+aBj
+aCo
+aiW
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aNU
+aPx
+aNU
+aPx
+aNU
+aSL
+aNU
+aWd
+aNU
+aSL
+aNU
+bfw
+bhj
+aJg
+aIZ
+bmr
+boq
+bqj
+bru
+bsH
+btU
+bvy
+bxe
+aIZ
+bAK
+bCs
+bEc
+bGb
+bHU
+bJY
+bLT
+bLT
+bLT
+bLT
+bLT
+bLT
+bVT
+bVT
+bVT
+bVT
+bVT
+bWg
+chF
+cjf
+cjf
+cjf
+cjf
+cjf
+cjf
+cjf
+cth
+cbw
+cwn
+cxT
+cbw
+cBk
+cbw
+cwn
+cFh
+cGG
+cHW
+cHW
+cHW
+cHW
+cOy
+cQx
+cRP
+cTA
+cOy
+cHW
+cHS
+cHS
+cHS
+cHS
+deh
+dbe
+dhg
+diW
+dkL
+cHI
+dnD
+doU
+def
+def
+cJf
+duJ
+bWg
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaH
+aaa
+aaH
+aaH
+aaH
+aaf
+aaa
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaa
+aaf
+dUm
+dUR
+dVz
+dWh
+dUm
+aaf
+aae
+aae
+aae
+dYc
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+dYc
+aae
+aae
+aaf
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(110,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aiW
+aiW
+aiW
+aiW
+atr
+aoK
+atr
+aiW
+axY
+aoK
+aoK
+aiW
+aiW
+aiW
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aNV
+aPy
+aIU
+aTf
+aNV
+aWv
+aIU
+aZy
+aNV
+aWv
+aIU
+aZy
+aNV
+aJg
+aib
+bms
+bor
+bqk
+brv
+bsI
+btV
+bvz
+bxf
+bvz
+bxf
+bCt
+bEd
+bGc
+bHV
+bGc
+bLU
+bGc
+bGc
+bSj
+bUn
+bWd
+bWg
+bZA
+cbs
+cdh
+bZD
+cbv
+chG
+cjf
+ckH
+cmd
+cnx
+cpb
+cqw
+cjf
+cti
+bWg
+bWg
+bWg
+bWg
+bWg
+bWg
+bWg
+cFc
+cGG
+cHX
+cHX
+cHX
+cMP
+cOz
+cQy
+cML
+cTB
+cVg
+cWT
+cYE
+cHX
+cHX
+cHS
+dei
+dfW
+dcH
+diX
+dkM
+dmk
+dcH
+doV
+dqA
+dmk
+dtG
+duK
+bWg
+aaf
+dms
+dyv
+dyv
+dms
+dyv
+dms
+dFJ
+dms
+dHX
+dIJ
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+dUm
+dUS
+dVA
+dWi
+dUm
+aaf
+aaa
+aaa
+aaa
+aaf
+aae
+aae
+aae
+aaf
+aae
+aae
+dYc
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(111,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+ats
+aaf
+ats
+aaf
+axZ
+azm
+aAj
+azm
+aAj
+azm
+aAj
+azm
+aAj
+aJf
+aaf
+aaf
+aNV
+aPz
+aRn
+aTg
+aNV
+aWw
+aYa
+aZz
+aNV
+bco
+bdD
+bfx
+aNV
+aJh
+aib
+bmt
+bos
+bql
+brw
+bsJ
+btW
+bvA
+bxg
+bzb
+bAL
+bCu
+bEe
+bGd
+bGd
+bGd
+bLV
+bGd
+bPW
+bSk
+bUo
+bWe
+bXK
+bZB
+cbt
+cdi
+cbt
+cgk
+chH
+cjf
+ckI
+ckI
+cny
+cpc
+cqx
+cjf
+ctj
+bWg
+cwo
+cxU
+czx
+cBl
+cCF
+bWg
+cFi
+cGG
+cHY
+cJG
+cHX
+cMQ
+cOA
+cQz
+cRM
+cTC
+cVh
+cWU
+cHX
+cJH
+dbg
+cHS
+dej
+dej
+dej
+diY
+dkN
+dej
+dej
+dej
+dej
+dej
+cEW
+duL
+cJc
+aaa
+dyv
+dzE
+dBb
+dCl
+dDJ
+dyv
+dFK
+dms
+dHY
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+aaf
+dUm
+dUT
+dVB
+dWj
+dUm
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(112,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiX
+aiX
+aiY
+aiY
+aiY
+aiX
+aiX
+aib
+aib
+aib
+aok
+aok
+aok
+aib
+aok
+aok
+aok
+aib
+aib
+aib
+aib
+aib
+aib
+aJg
+aaa
+aaf
+aNV
+aPA
+aRo
+aPB
+aNV
+aWx
+aYb
+aWy
+aNV
+bcp
+bdE
+bcq
+aNV
+aJg
+aib
+bmu
+bot
+bot
+brx
+brx
+btX
+bvB
+bxh
+bot
+bAM
+bCv
+bEf
+bCv
+bCv
+bCv
+bLW
+bOc
+bPX
+bSl
+bUp
+bWf
+bWg
+bZC
+cbu
+cdj
+bZC
+cdj
+chI
+cjf
+ckJ
+cme
+cnz
+cpd
+cqy
+cjf
+ctk
+bWg
+cwp
+bZD
+czy
+cBm
+cCG
+bWg
+cFd
+cGG
+cHX
+cHX
+cLn
+cMR
+cOB
+cQA
+cRQ
+cTD
+cVi
+cWV
+cHX
+cHX
+cHX
+cHS
+dek
+dfX
+dhh
+diZ
+dkO
+dml
+dnE
+doW
+dqB
+dej
+cEV
+duM
+cJc
+aaf
+dyv
+dzF
+dBc
+dCm
+dDK
+dEA
+dFL
+dms
+dHZ
+dIK
+dJt
+dKr
+dLo
+dMu
+dNt
+dMv
+dPc
+dPT
+dQJ
+dRA
+dSr
+dIK
+dIJ
+dUm
+dUU
+dVC
+dWk
+dUm
+dIJ
+dIJ
+aaf
+agg
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(113,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiX
+ajQ
+akS
+alS
+and
+aob
+aiX
+aic
+aic
+ast
+aic
+aoT
+avW
+ast
+aic
+aoT
+aoT
+ars
+aic
+aic
+awY
+aGF
+aib
+aJh
+aaf
+aaf
+aNV
+aPB
+aRp
+aPB
+aNV
+aWy
+aYc
+aWy
+aNV
+bcq
+bdF
+bcq
+aNV
+aJh
+aib
+bmv
+bou
+bou
+bou
+bov
+bou
+bou
+bou
+bou
+bou
+bou
+bou
+bou
+bou
+bou
+bou
+bOd
+bPY
+bSm
+bUq
+bWg
+bWg
+bZD
+bZC
+bWg
+ceO
+bZC
+chI
+cjf
+ckK
+cmf
+cnA
+cpe
+cqz
+cjf
+cti
+bWg
+cwq
+cxV
+czz
+cBn
+cCH
+bWg
+cFc
+cGG
+cHW
+cHW
+cHW
+cHW
+cOC
+cQA
+cRR
+cTE
+cOF
+cHW
+cHW
+cHW
+cHW
+cHS
+del
+dfY
+dhi
+dja
+dkP
+dmm
+dnF
+doX
+dqC
+dej
+dtH
+duK
+bWg
+aaa
+dms
+dzG
+dBd
+dCn
+dDL
+dyv
+ebF
+dms
+dIa
+dIK
+dJu
+dKs
+dLp
+dMv
+dNu
+dLr
+dMz
+dMu
+dQK
+dRB
+dSs
+dIK
+dTK
+dUn
+dUV
+dVD
+dVK
+dFW
+dWU
+dXt
+aaf
+agg
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(114,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiX
+ajR
+akT
+alT
+akT
+aoc
+aiX
+aic
+aro
+asu
+aic
+auN
+aoQ
+awX
+awX
+awX
+awX
+awX
+awX
+awX
+aoT
+aGG
+aib
+aJg
+aaa
+aaf
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aNV
+aJg
+aib
+bmw
+bou
+aaa
+aaf
+aaa
+aaf
+btY
+bxi
+bzc
+bAN
+bCw
+bEg
+bGe
+bHW
+bJZ
+bLX
+bou
+bPZ
+bSn
+bUr
+bWg
+bXL
+bZC
+cbv
+cdk
+bZD
+bZC
+chJ
+cjf
+cjf
+cmg
+cnB
+cjf
+cjf
+cjf
+ctl
+bWg
+cwr
+cxW
+czA
+bZD
+cCI
+bWg
+cFj
+cGG
+cHX
+cHX
+cHX
+cMS
+cOD
+cQA
+cRR
+cTF
+cVj
+cWW
+cYE
+cHX
+cHX
+cHS
+dem
+dfZ
+dhj
+djb
+dkQ
+dmn
+dnF
+doY
+dqB
+dej
+dtI
+duN
+cJc
+aaf
+dyv
+dzH
+dBe
+dCo
+dDM
+dEB
+dFM
+dms
+dIb
+dIL
+dJv
+dKt
+dLq
+dMw
+dNv
+dOl
+dPd
+dOo
+dMz
+dPe
+dSt
+dIK
+dIi
+dUo
+dFW
+dTm
+dFW
+dQQ
+dXn
+dXt
+aaf
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(115,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiY
+ajS
+akU
+alU
+ane
+aod
+aiX
+apU
+aoQ
+asv
+att
+aic
+avX
+awX
+aya
+azn
+aAk
+azo
+aCp
+awX
+axa
+ame
+aib
+aJi
+aAj
+azm
+aAj
+azm
+aAj
+azm
+aAj
+azm
+aAj
+azm
+aAj
+azm
+aAj
+azm
+aAj
+bjn
+aib
+bmx
+bou
+aaf
+bry
+brz
+btY
+btY
+bxj
+bzd
+bzd
+bzd
+bEh
+bzd
+bzd
+bzd
+bLY
+bou
+bQa
+bSn
+bUs
+bWh
+bXM
+bZE
+bXM
+bXM
+bXM
+cgl
+chK
+cjg
+bXM
+bXM
+cnC
+cpf
+cqA
+bXM
+ctm
+cuT
+cuT
+cuT
+czB
+cuT
+cuT
+cuT
+cFk
+cGH
+cHZ
+cJH
+cHX
+cMT
+cOA
+cQB
+cRS
+cTG
+cVh
+cWX
+cHX
+cJG
+dbh
+cHS
+den
+dga
+dhk
+djc
+dkR
+dmo
+dnF
+doZ
+dqB
+dej
+dtH
+duK
+cJc
+aaa
+dyv
+dzI
+dBf
+dCp
+dDN
+dyv
+dFN
+dms
+dFW
+dIM
+dJw
+dJA
+dJA
+dMx
+dNw
+dJA
+dJA
+dJw
+dJw
+dRC
+dSu
+dIK
+dTL
+dUo
+dFY
+dFY
+dFY
+dFY
+dFY
+dFY
+dFY
+dFY
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(116,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiX
+ajT
+akV
+alV
+anf
+anf
+aiX
+apV
+arp
+arp
+atu
+auO
+avY
+awX
+ayb
+azo
+azo
+azn
+aCq
+aDQ
+axa
+aoQ
+aib
+aib
+aib
+aib
+aib
+aok
+aok
+aok
+aib
+aok
+aok
+aok
+aib
+aok
+aok
+aok
+aib
+aib
+aib
+bmy
+bou
+aaa
+brz
+bsK
+btZ
+brz
+bxk
+bze
+bAO
+bCx
+bEi
+bGf
+bHX
+bKa
+bLZ
+bOe
+bQb
+bSo
+bUt
+bWg
+bXN
+bZF
+cbw
+bZF
+ceP
+cbw
+chL
+cjh
+ckL
+cmh
+cnD
+ckL
+cmh
+crJ
+ctn
+cuU
+crJ
+cxX
+czC
+crJ
+cCJ
+cDB
+cFl
+cGG
+cHX
+cHX
+cLn
+cMU
+cOE
+cQA
+cRR
+cTF
+cVk
+cWY
+cHX
+cHX
+cHX
+cHS
+deo
+dgb
+dhl
+djd
+dkS
+dmp
+dnF
+dpa
+dqD
+dej
+cEV
+duM
+bWg
+aaf
+dms
+dzJ
+dBg
+dCq
+dDO
+dEC
+dFO
+dms
+dIc
+dIN
+dJx
+dKu
+dJx
+dMy
+dNx
+dOm
+dOm
+dOm
+dOm
+dRD
+dSv
+dIK
+dIi
+dUp
+dUW
+dVE
+dWl
+dWN
+dXo
+dYd
+dYN
+dUW
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(117,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiY
+ajU
+akW
+alV
+ala
+akW
+aoM
+apW
+aic
+asw
+atv
+auP
+ame
+awX
+ayc
+azo
+azo
+aBk
+aCr
+awX
+aoT
+aic
+ast
+aoT
+aoT
+aMn
+ast
+aic
+aoT
+aoT
+aoT
+ars
+ars
+ast
+aic
+aic
+ast
+ars
+bhk
+aoQ
+ars
+bmz
+bov
+aaf
+brA
+bsL
+bua
+bvC
+bxl
+bzf
+bzf
+bzf
+bEj
+bzf
+bzf
+bzf
+bxl
+bOf
+bQc
+bSp
+bUu
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+chM
+cji
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+cCK
+bZD
+cFm
+cGG
+cHW
+cHW
+cHW
+cHW
+cOF
+cQC
+cRR
+cTF
+cOC
+cHW
+cHW
+cHW
+cHW
+cHS
+dep
+dgc
+dhm
+dje
+dkT
+dmp
+dnF
+dpb
+dqB
+dej
+dtI
+duO
+bWg
+bWg
+dms
+dms
+dms
+dCr
+dDP
+dms
+dms
+dms
+dId
+dIL
+dJy
+dKv
+dLr
+dMz
+dMv
+dOn
+dMu
+dPU
+dOo
+dRE
+dSw
+dIK
+dTM
+dUq
+dUX
+dFW
+dWm
+dWO
+dSC
+dYe
+dYO
+dZC
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(118,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiY
+ajV
+akX
+alW
+ang
+aoe
+aoN
+apX
+aib
+aib
+aib
+aib
+aib
+awX
+ayd
+azn
+azo
+aBl
+aCs
+awX
+aic
+aoQ
+aHW
+aHW
+aHW
+aHW
+aNW
+aPC
+aHW
+aHW
+avX
+aWz
+aoT
+aZA
+aoT
+bcr
+bcr
+aic
+bhl
+aic
+aoT
+aUG
+bou
+aaa
+brB
+bsM
+bub
+brB
+bxm
+bze
+bAP
+bCy
+bEk
+bGg
+bHY
+bze
+bMa
+bou
+bQd
+bSn
+bUr
+bWi
+bXO
+bZG
+cbx
+cdl
+ceQ
+ceR
+chN
+cjj
+ckM
+cmi
+cnE
+cpg
+bWi
+bXT
+cto
+cuV
+cws
+cxY
+czD
+bWi
+cCL
+ceO
+cFn
+cGG
+cHX
+cHX
+cHX
+cMV
+cOG
+cQD
+cRT
+cTF
+cVg
+cWZ
+cYE
+cHX
+cHX
+cHS
+deq
+dgd
+dhn
+djf
+dkU
+dmq
+dnG
+dpc
+dqB
+dej
+cEW
+duN
+dwm
+bZC
+dyw
+dzK
+dBh
+dCs
+dDQ
+dzK
+dFP
+dHs
+dIe
+dIK
+dJz
+dKt
+dLs
+dMz
+dMz
+dOo
+dPe
+dOo
+dOl
+dRF
+dSx
+dIK
+dMI
+dUo
+dUY
+dVF
+dWn
+dWP
+dWP
+dYf
+dYP
+dZC
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(119,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiY
+ajW
+akY
+alX
+anh
+aof
+aoM
+apY
+aib
+asx
+atw
+auQ
+aic
+awX
+aye
+azn
+azo
+aBl
+aCt
+awX
+aoS
+aGH
+aHW
+aJj
+aKF
+aMo
+aNX
+aPD
+aRq
+aHW
+aoQ
+aGI
+aro
+aic
+baW
+bcs
+aib
+aro
+aoQ
+aib
+aib
+bmA
+bou
+aaf
+bry
+brB
+btY
+btY
+bxn
+bzg
+bzg
+bzg
+bEl
+bzg
+bzg
+bzg
+bMb
+bou
+bQd
+bSn
+bUr
+bWj
+bXP
+bZH
+cby
+cdm
+ceR
+cgm
+chN
+cjj
+ckN
+cmj
+chQ
+cpg
+bWj
+crK
+ctp
+cuW
+cwt
+ctp
+czE
+bWi
+cCM
+bZC
+cFn
+cGG
+cIa
+cJG
+cHX
+cMW
+cOA
+cQE
+cRU
+cTH
+cVh
+cXa
+cHX
+cJH
+dbi
+cHS
+der
+dgd
+dho
+djg
+dkV
+dmo
+dnH
+dpd
+dqC
+dej
+dtJ
+duP
+cmh
+dxw
+cOq
+dzL
+dBi
+dCt
+dDR
+dED
+dFQ
+dHt
+dIf
+dIK
+dJA
+dKw
+dLt
+dMA
+dNy
+dMv
+dMz
+dMv
+dQL
+dRG
+dSy
+dIK
+dTN
+dUr
+dUZ
+dVG
+dSC
+dWQ
+dXp
+dYg
+dYQ
+dFY
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(120,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiY
+ajX
+akZ
+alY
+ani
+aog
+aoO
+apZ
+aib
+aoT
+aoT
+auR
+avZ
+awX
+ayf
+azo
+aAl
+aBm
+aCu
+aDR
+aFk
+aGI
+aHW
+aJk
+aKG
+aMp
+aNY
+aNZ
+aRr
+aHW
+aUD
+aic
+aib
+aoQ
+aro
+aib
+aib
+bfy
+aic
+bjo
+aro
+aUG
+bou
+aaa
+aaf
+aaa
+aaf
+bvD
+bxo
+bzh
+bAQ
+bCz
+bEm
+bGh
+bHZ
+bKb
+bMc
+bou
+bQe
+bSn
+bUs
+bWk
+bXQ
+bXQ
+cbz
+bXQ
+bXQ
+cgn
+chO
+cjk
+ckO
+bXQ
+bXQ
+bXQ
+cqB
+bXQ
+ctq
+cuX
+cwu
+cxZ
+czF
+bWi
+cCK
+bZD
+cFn
+cGG
+cHX
+cHX
+cLn
+cMX
+cOB
+cQy
+cML
+cTB
+cVl
+cXb
+cHX
+cHX
+cHX
+cHS
+des
+dge
+dhp
+djh
+dkW
+dmr
+dnH
+dpe
+dqB
+dej
+dtK
+cMH
+dwn
+cMH
+dyx
+dzM
+dBj
+dCu
+dDS
+dzM
+dFR
+dHu
+dIg
+dIK
+dJB
+dKx
+dLu
+dJA
+dNz
+dMv
+dPf
+dLr
+dQM
+dRH
+dSz
+dIK
+dIi
+dUr
+dFY
+dVH
+dWo
+dWR
+dXq
+dYh
+dIJ
+dFY
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(121,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiY
+ajY
+akW
+alZ
+anj
+aoh
+aoM
+aqa
+arq
+asy
+atx
+auS
+awa
+awX
+ayg
+azo
+azo
+aBn
+aCv
+aDS
+aFl
+aGI
+aHW
+aJl
+aKH
+aMq
+aNZ
+aPE
+aRs
+aHW
+awZ
+aic
+aic
+aic
+ast
+ars
+aic
+ast
+aic
+ars
+ars
+bmB
+bow
+bou
+bou
+bov
+bou
+btY
+btY
+btY
+btY
+btY
+btY
+btY
+btY
+btY
+btY
+btY
+bQe
+bSn
+bUr
+bWl
+bXR
+bZI
+bXR
+bXR
+bZI
+cgo
+chP
+bXR
+bZI
+bXR
+bXR
+bXR
+cqC
+bXR
+ctr
+cuY
+cwv
+cya
+czG
+bWi
+cCK
+bZC
+cFo
+cGG
+cHW
+cHW
+cHW
+cHW
+cOH
+cQx
+cRP
+cTA
+cOH
+cHW
+cHW
+cHS
+cHS
+dcI
+det
+det
+det
+dji
+dkX
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dCv
+dms
+dms
+dFS
+dHv
+dIh
+dIK
+dJC
+dKy
+dLv
+dMB
+dNA
+dIK
+dIK
+dIK
+dIK
+dRI
+dIK
+dIK
+dTO
+dUs
+dVa
+dVI
+dWp
+dSC
+dXr
+dYi
+dYR
+dFY
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(122,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiX
+ajZ
+ala
+ama
+ank
+aoi
+aiX
+aqb
+aib
+aic
+aty
+aic
+awb
+awX
+ayh
+azn
+azo
+azo
+aCw
+awX
+aqg
+aoT
+aHW
+aJm
+aKI
+aMr
+aOa
+aPF
+aRt
+aHW
+aUE
+aWA
+aWA
+aZB
+baX
+aWA
+aZB
+aZB
+bhm
+bjp
+aZB
+bmC
+box
+bqm
+aBo
+aCy
+buc
+bvE
+bxp
+akm
+ajl
+ajl
+axb
+akm
+ajl
+bKc
+aip
+aol
+bQf
+bSn
+bUr
+bWj
+bXS
+bZJ
+cbA
+cdn
+ceS
+cgp
+chQ
+cjl
+ckP
+cjl
+chQ
+cpg
+bWj
+crL
+cts
+cuZ
+cww
+cyb
+czH
+bWi
+cCK
+ceO
+cFo
+cGG
+cHX
+cHX
+cHX
+cHW
+cOI
+cQy
+cML
+cTB
+cVm
+cXc
+cYF
+cZR
+dbj
+dcJ
+cOW
+dad
+dhq
+djj
+dkY
+dmt
+dnI
+dpf
+dqE
+dsn
+dtL
+duQ
+dwo
+dxx
+dyy
+dzN
+dBk
+dCw
+dDT
+dms
+dFT
+dHw
+dIh
+dIK
+dJD
+dKz
+dLw
+dJw
+dNB
+dIK
+dPg
+dPV
+dQN
+dRJ
+dSA
+dIK
+dTM
+dUt
+dVb
+dVF
+dWn
+dWP
+dWP
+dYj
+dYS
+dZC
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(123,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aiY
+aka
+alb
+amb
+anl
+aoj
+aiX
+aqc
+aib
+asz
+aic
+auT
+awc
+awX
+ayb
+azn
+azo
+azn
+aCx
+aDQ
+aqg
+aGJ
+aHW
+aJn
+aKJ
+aMs
+aOb
+aPG
+aRu
+aHW
+aUF
+aWB
+aWB
+aWB
+aWB
+aWB
+aWB
+aWB
+aWB
+aWB
+aWB
+aWB
+boy
+boy
+boy
+boy
+boy
+bvF
+bxq
+bzi
+bzi
+bzi
+bzi
+bzi
+bzi
+bzi
+bzi
+bzi
+bQg
+bSo
+bUt
+bWi
+bXT
+bZK
+cbB
+cdo
+ceS
+cgq
+chQ
+cjl
+ckP
+cjl
+chQ
+cpg
+bWi
+crM
+ctt
+cva
+cwx
+cyc
+czI
+bWi
+cCL
+ceO
+cFm
+cGG
+cHX
+cJI
+cLo
+cMY
+cOJ
+cQF
+cRV
+cTI
+cVn
+cXd
+cYG
+cZS
+dbk
+cLI
+deu
+dgf
+dhr
+djk
+dkZ
+dmu
+dnJ
+dnJ
+dqF
+dso
+dtM
+duR
+dwp
+dxy
+dyz
+dzO
+dBl
+dCx
+dDU
+dms
+dFU
+dHw
+dIi
+dIK
+dIK
+dIK
+dIK
+dIK
+dNC
+dIK
+dPh
+dMA
+dQO
+dRK
+dSB
+dIK
+dIi
+dUq
+dUX
+dSC
+dWq
+dWS
+dSC
+dYk
+dYT
+dZC
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(124,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+ach
+aax
+aaf
+aaa
+aaa
+aaf
+aax
+ach
+aax
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+aax
+aax
+aax
+aaa
+aiY
+aiY
+aiY
+aiY
+aiX
+aiX
+aiX
+aqc
+aib
+aib
+aro
+aib
+aib
+awX
+ayi
+azo
+aAm
+azn
+aCp
+awX
+aFm
+aGJ
+aHW
+aJo
+aKK
+aMt
+aNZ
+aPH
+aJm
+aHW
+aUG
+aWB
+aYd
+aZC
+baY
+aWB
+bdG
+bfz
+bhn
+bjq
+bkG
+bmD
+boz
+bjq
+brC
+bsN
+aWB
+aqu
+bxr
+bzj
+bAR
+bCA
+bEn
+bGi
+bIa
+bKd
+bMd
+bzr
+bQh
+bSm
+bUv
+bWi
+bWi
+bWi
+bWi
+cdp
+ceS
+cgp
+chQ
+chQ
+ckP
+chQ
+chQ
+cph
+cqD
+crN
+ctu
+cvb
+cwy
+cyd
+czJ
+bWi
+cCN
+bWg
+cFp
+cGG
+cIb
+cJJ
+cLp
+cMZ
+cOK
+cQG
+cRW
+cTJ
+cVo
+cXe
+cOK
+cZT
+dbk
+cLH
+dev
+dgg
+dhs
+djl
+dla
+dmv
+dnK
+dpg
+dqG
+dsp
+dtN
+duS
+dwq
+dxz
+dyA
+dxz
+dxz
+dCy
+dDV
+dEE
+dFV
+dHx
+dIi
+dIO
+dJE
+dFW
+dLx
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dIK
+dTM
+dUo
+dVc
+dVJ
+dWr
+dWT
+dXs
+dYl
+dYU
+dUW
+aaf
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(125,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aax
+aci
+aax
+aax
+aax
+aax
+aax
+aax
+aci
+aax
+aaa
+aaf
+aaa
+aaa
+aaa
+aax
+agh
+agJ
+aax
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aok
+aoP
+aqd
+aib
+asA
+atz
+auU
+awd
+awX
+awX
+awX
+awX
+awX
+awX
+awX
+aFm
+aoT
+aHW
+aHW
+aHW
+aHW
+aNW
+aPI
+aHW
+aHW
+aUH
+aWC
+aYe
+aZD
+baZ
+bct
+bdH
+bfA
+bho
+bho
+bho
+bho
+bho
+bho
+brD
+bsO
+aWB
+bvG
+bxr
+bzk
+bAS
+bCB
+bCB
+bCB
+bCB
+bKe
+bMe
+bAZ
+bQd
+bSn
+bUr
+bWi
+bXU
+bZL
+bWi
+cdq
+ceS
+cgp
+chQ
+cjm
+ckP
+cmk
+chQ
+cmk
+bWi
+crO
+ctv
+cvc
+cwz
+cyc
+czK
+bWi
+cCL
+ceO
+cFn
+cGG
+cHX
+cJK
+cLq
+cNa
+cOL
+cQH
+cRX
+cTK
+cRX
+cXf
+cYH
+cZU
+dbl
+dcK
+dew
+cIi
+dht
+djm
+dlb
+dmu
+dnL
+dnL
+dqH
+dsq
+dtO
+duT
+dwr
+dxA
+dyB
+dzP
+dBm
+dCz
+dDW
+dms
+dFW
+dHy
+dIj
+dIP
+dJF
+dKA
+dLy
+dMC
+dIP
+dOp
+dPi
+dPW
+dQP
+dRL
+dQP
+dTl
+dTP
+dUu
+dFY
+dFY
+dFY
+dFY
+dFY
+dFY
+dFY
+dFY
+aaf
+agg
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(126,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aax
+aax
+aaD
+aax
+aax
+aaD
+aax
+aax
+aaD
+abP
+aax
+acj
+aax
+acC
+acT
+ack
+adq
+aax
+ach
+aax
+abR
+aaD
+aax
+aax
+aaD
+aaD
+agi
+agK
+aaD
+aib
+aib
+aib
+aib
+aib
+aib
+aib
+aoQ
+aqc
+aro
+asB
+atA
+auV
+aib
+aib
+ayj
+azp
+aAn
+aBo
+aCy
+aDT
+aFn
+aBo
+aHX
+aCy
+aBo
+aMu
+aOc
+aPJ
+aBo
+aMu
+aUI
+aWD
+aYf
+aZE
+bba
+bcu
+bdI
+bfB
+bhp
+bjr
+bjt
+bjt
+boA
+bjt
+bbf
+bsO
+aWB
+aqu
+bxr
+bzl
+bAT
+bCC
+bEo
+bCC
+bCC
+bKf
+bIc
+bAZ
+bQd
+bSn
+bUr
+bWi
+bXV
+bZM
+cbC
+cdr
+ceT
+cgp
+chQ
+cjn
+ckP
+cmk
+cby
+cmk
+bWi
+bWi
+bWi
+bWi
+bWi
+cye
+czL
+bWi
+cCK
+bZD
+cFn
+cGG
+cHX
+cHX
+cHX
+cHW
+cOM
+cQI
+cRY
+cTL
+cVp
+cXg
+cYI
+cHS
+dbm
+dcL
+dex
+dgh
+dhu
+djj
+dkY
+dmw
+dnM
+dph
+dqI
+dsr
+dtP
+duU
+dws
+dxB
+dyC
+dzQ
+duU
+dCA
+dDX
+dms
+dFX
+dHz
+dIk
+dIk
+dJG
+dKB
+dLz
+dMD
+dND
+dOq
+dPj
+dPX
+dQQ
+dFW
+dSC
+dTm
+dSC
+dSC
+dTm
+dVK
+dFW
+dWU
+dXt
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(127,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aax
+aaC
+aaI
+aaP
+aaP
+aba
+aaP
+aaP
+abB
+aaP
+aaP
+aaP
+aaP
+aaP
+aaP
+aaP
+aaP
+adH
+adZ
+adZ
+adZ
+aeJ
+adZ
+adZ
+afx
+afO
+agj
+agL
+aaD
+aic
+aiZ
+akb
+aic
+amc
+aic
+aib
+aoR
+aqe
+arr
+aoT
+atB
+auW
+aib
+awY
+ayk
+azq
+aAo
+aAo
+aAo
+aAo
+aAo
+aAo
+aAo
+aJp
+aJp
+aJp
+aOd
+aPK
+aJp
+aJp
+aUJ
+aWE
+aYg
+aZF
+bbb
+bcv
+bdJ
+bfC
+bhq
+bjs
+bkH
+bmE
+boB
+bqn
+bbf
+bsP
+aWB
+aqu
+bxs
+bzm
+bAU
+bCD
+bEp
+bEq
+bIb
+bKg
+bMf
+bOg
+bQi
+bSn
+bUr
+bWi
+bXW
+bZN
+bWi
+cds
+ceS
+cgp
+chQ
+cjo
+ebK
+cml
+cnF
+cpi
+bWi
+crP
+ctw
+cvd
+bWi
+cyf
+czM
+cBo
+cCO
+cDC
+cFq
+cGI
+cjf
+cHS
+cHS
+cHS
+cON
+cQJ
+cRZ
+cTM
+cRZ
+cXh
+cYJ
+cHS
+dbn
+cLI
+dex
+cJL
+cJL
+djn
+dlc
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dms
+dmt
+dCB
+dDY
+dms
+dFY
+dFY
+dFY
+dFY
+dJH
+dKC
+dLA
+dME
+dNE
+dNE
+dNE
+dNE
+dNE
+dNE
+dNE
+dNE
+dFX
+dFW
+dFW
+dFW
+dQQ
+dHs
+dXt
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(128,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aax
+aaC
+aaJ
+aaQ
+aaQ
+aba
+aaQ
+aaQ
+abC
+abQ
+abQ
+abQ
+abQ
+abQ
+abQ
+abQ
+abQ
+adI
+abQ
+abQ
+abQ
+aeK
+abQ
+afl
+afy
+afP
+agk
+agM
+aht
+aid
+aja
+akc
+alc
+amd
+anm
+aol
+aip
+aqf
+aib
+asC
+atC
+auX
+aib
+awZ
+ayl
+azr
+aAp
+aBp
+aCz
+aAu
+aFo
+aGK
+aHY
+aJq
+aKL
+aMv
+aOe
+aPL
+aRv
+aJq
+aUK
+aWF
+aYh
+aZG
+bbc
+aWB
+bdK
+bfD
+bhr
+bjt
+bkI
+bmF
+bjt
+bqo
+bbf
+bsQ
+aWB
+bvH
+bxt
+bzn
+bAV
+bCC
+bEq
+bGj
+bCC
+bGk
+bGl
+bOh
+bQd
+bSn
+bUw
+bWi
+bWi
+bWi
+bWi
+cdt
+ceS
+cgr
+chR
+cjp
+ckQ
+cmm
+cnG
+cpj
+cqE
+crQ
+ctx
+cve
+bWi
+cyg
+bXM
+bXM
+cCP
+bXM
+cFr
+cGJ
+cIc
+cJL
+cLr
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+cHS
+dbo
+cLH
+dex
+dgi
+dhv
+djo
+dld
+dmx
+dnN
+dpi
+dqJ
+dss
+dtQ
+duV
+dwt
+dxC
+dyD
+dzR
+dBn
+dCC
+dDZ
+dEF
+dFZ
+dFZ
+dIl
+dIQ
+dJI
+dKD
+dLB
+dME
+dNF
+dOr
+dNF
+dPY
+dNF
+dRM
+dSD
+dNE
+dTQ
+dTQ
+dTQ
+dTQ
+dTQ
+dNE
+dNE
+dNE
+dNE
+dZD
+dNE
+dNE
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(129,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aax
+aax
+aaD
+aax
+aax
+aaD
+aax
+aax
+aaD
+aax
+aax
+aax
+aax
+acD
+acU
+acW
+adr
+aax
+aax
+aax
+aax
+aaD
+aax
+aax
+aaD
+aaD
+agl
+agN
+aaD
+aie
+ajb
+akd
+ald
+ame
+ann
+aib
+aoS
+aqg
+aib
+asD
+atD
+auY
+aib
+aoT
+aym
+azr
+aAq
+aBq
+aCA
+aAu
+aFp
+aGL
+aHZ
+aJq
+aKM
+aMw
+aOf
+aPM
+aRw
+aJq
+aqg
+aWF
+aYi
+aZH
+bbd
+aWB
+bdL
+bfD
+bhs
+bju
+bkJ
+bjt
+bjt
+bjr
+bbf
+bsO
+aWB
+aUK
+bxr
+bzo
+bAW
+bCC
+bEr
+bCC
+bCC
+bKf
+bCF
+bAZ
+bQj
+bSq
+bUr
+bWi
+bXU
+bZL
+bWi
+cdu
+ceS
+cgp
+chQ
+cjq
+ckR
+cmn
+cnH
+bXR
+cqF
+crR
+cty
+cvf
+bWi
+cyh
+czN
+cBp
+cCQ
+bZC
+cFs
+cGK
+cId
+cJM
+cLs
+cLs
+cOO
+cOO
+cLs
+cTN
+cLs
+cLs
+cLs
+cZV
+dbp
+dcM
+dey
+dgj
+dhw
+djp
+dle
+dmy
+dnO
+dnO
+dqK
+dnO
+dnO
+duW
+dwu
+dxD
+dyE
+dzS
+dBo
+dCD
+dEa
+dEF
+dFZ
+dFZ
+dIl
+dIQ
+dJJ
+dKE
+dLC
+dMF
+dNG
+dOs
+dPk
+dPZ
+dQR
+dRN
+dSE
+dTn
+dTR
+dUv
+dVd
+dVL
+dWs
+dNE
+dXu
+dNE
+dYV
+dZE
+eah
+dNE
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(130,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aax
+aax
+aax
+aax
+aax
+aax
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaD
+agm
+agO
+ahu
+ahu
+ahu
+ahu
+ahu
+ahu
+ahu
+ahu
+aoT
+aqb
+aib
+aib
+atE
+aib
+aoQ
+axa
+ayn
+azr
+aAr
+aBr
+aCB
+aAu
+aFq
+aGM
+aIa
+aJq
+aKN
+aMx
+aOg
+aPN
+aRx
+aJq
+aqb
+aWF
+aYj
+aZI
+bbe
+aWB
+bdM
+bfE
+bht
+bjv
+bjv
+bjv
+bjv
+bjv
+brE
+bsO
+aWB
+aqc
+bxr
+bzp
+bAX
+bCE
+bEs
+bGk
+bCE
+bKh
+bMg
+bAZ
+bQd
+bSn
+bUr
+bWi
+bXV
+bZM
+cbC
+cdr
+ceT
+cgp
+chS
+cjr
+ckS
+cmo
+ckS
+cpk
+cqD
+crS
+ctz
+cvg
+bWi
+bZC
+czO
+bZD
+cCR
+cDD
+cFt
+cGL
+cwn
+cJN
+cLt
+cNb
+cOP
+cQK
+cLI
+cLH
+cLI
+cLH
+cLI
+cZW
+dbq
+dcN
+dez
+dgk
+dhx
+djq
+dlf
+dmz
+dnP
+dpj
+dqL
+dst
+dtR
+duX
+dwv
+dxE
+dyF
+dzT
+dBp
+dCE
+dEb
+dEb
+dEb
+dHA
+dIm
+dIQ
+dJK
+dKF
+dLD
+dMG
+dNH
+dOt
+dPl
+dQa
+dQS
+dRO
+dSF
+dTo
+dTS
+dUw
+dVe
+dVM
+dWt
+dWV
+dXv
+dWV
+dYW
+dZF
+eai
+dZD
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(131,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+agl
+agP
+ahu
+aif
+ajc
+ake
+ale
+amf
+aif
+ahu
+aic
+aqg
+ars
+ars
+atF
+aoT
+ast
+aic
+ayo
+azr
+aAs
+aBs
+aCC
+aAu
+aFr
+aGN
+aIb
+aJq
+aKO
+aMw
+aOh
+aPM
+aRy
+aJq
+aqc
+aWF
+aYk
+aZG
+bbf
+aWB
+bdN
+bfF
+bhu
+bjw
+bkK
+bmG
+bmG
+bqp
+brF
+bsR
+aWB
+aqg
+bxr
+bzq
+bAY
+bCF
+bEt
+bGl
+bIc
+bKi
+bMh
+bMi
+bQe
+bSn
+bUr
+bWi
+bXW
+bZN
+bWi
+cdv
+ceS
+cgp
+chT
+cjs
+ckT
+cmp
+cnI
+cpl
+bWi
+crT
+ctA
+cvh
+bWi
+cyi
+czP
+ceO
+czP
+cDE
+cFu
+cGM
+cIe
+cJO
+cLu
+cNc
+cOQ
+cQL
+cSa
+cNc
+cNc
+cNc
+cYK
+cZX
+dbr
+dcO
+deA
+dgl
+dgm
+djr
+dlg
+dgm
+dgp
+dgm
+dgp
+dgm
+dgm
+dgm
+dgm
+dgm
+dyG
+dzU
+dBq
+dCF
+dEc
+dEG
+dGa
+dHB
+dHB
+dIQ
+dJL
+dKG
+dLE
+dMH
+dNI
+dNI
+dPm
+dPm
+dNI
+dNI
+dNI
+dNI
+dNI
+dNI
+dNI
+dNI
+dNI
+dNI
+dNI
+dNE
+dYX
+dZG
+eaj
+dZD
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(132,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+brL
+aaD
+agn
+agN
+ahu
+aig
+ajd
+akf
+akk
+ajd
+ano
+ahu
+aoU
+aqh
+ajl
+asE
+atG
+auZ
+ajl
+axb
+ayp
+azs
+aAt
+aBs
+aCD
+aAu
+aFs
+aGN
+aIc
+aJq
+aKP
+aMy
+aOi
+aPO
+aRz
+aJq
+aUL
+aWF
+aYl
+aZJ
+bbg
+aWB
+bdO
+bfG
+bhv
+aWB
+bkL
+bmH
+boC
+bct
+brG
+aWB
+aWB
+bvI
+bxr
+bzr
+bAZ
+bAZ
+bEu
+bGm
+bAZ
+bAZ
+bMi
+bOi
+bQk
+bSr
+bUx
+bWm
+bWi
+bWi
+bWi
+bWj
+ceU
+cgs
+bWj
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWi
+bWg
+bWg
+bWg
+bWg
+cDF
+cFv
+cGN
+bWg
+cJP
+cLv
+cNd
+cOR
+cQM
+cLv
+cLv
+cVq
+cQQ
+cLv
+cZY
+dbs
+dcP
+deB
+dgm
+dhy
+djs
+dlh
+dmA
+dnQ
+dpk
+dqM
+dsu
+dtS
+duY
+dww
+dgm
+dyH
+dzV
+dBr
+dCG
+dEd
+dEH
+dGa
+dGa
+dGa
+dIQ
+dFX
+dKH
+dLB
+dIh
+dNI
+dOu
+dPn
+dPn
+dQT
+dRP
+dSG
+dTp
+dTT
+dUx
+dQV
+dVN
+dWu
+dWW
+dXw
+dNE
+dYY
+dZH
+eak
+dZD
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(133,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+ebM
+adr
+agl
+agN
+ahv
+aih
+aje
+akg
+alf
+amg
+anp
+ahu
+aoV
+aqi
+art
+art
+art
+art
+art
+art
+ayo
+azr
+aAu
+aBt
+aCE
+aAu
+aAu
+aGO
+aCE
+aJq
+aJq
+aMz
+aOj
+aPP
+aJq
+aJq
+aUM
+aCE
+aAu
+aZK
+bbh
+aAu
+bdP
+bfH
+bhw
+bjx
+bkM
+bmI
+bmI
+bqq
+brH
+brH
+bud
+bvJ
+bxu
+bmI
+bBa
+bBa
+bEv
+bBa
+bBa
+bBa
+bMj
+bqq
+bvJ
+bSs
+bUy
+brN
+bXX
+brN
+cbD
+brN
+ceV
+bUy
+brN
+brN
+brN
+bqq
+brN
+bsZ
+brN
+brN
+ctB
+brN
+brN
+brN
+brN
+brN
+brN
+ceV
+cFw
+cGO
+brK
+cJP
+cLw
+cNe
+cOS
+cQN
+cSb
+cTO
+cVr
+cXi
+cTO
+cZZ
+cNp
+cLE
+dez
+dgn
+dhz
+djt
+dli
+dmB
+dnR
+dpl
+dqN
+dsv
+dtT
+duZ
+dwx
+dgm
+dyI
+dyI
+dyI
+dyI
+dyI
+cJL
+cJL
+cJL
+cJL
+cJL
+dac
+dac
+dLA
+dMI
+dNI
+dOv
+dPn
+dQb
+dQU
+dRQ
+dSH
+dRQ
+dTU
+dUy
+dVf
+dVO
+dWv
+dNI
+dOD
+dNE
+dYZ
+dZI
+eal
+dNE
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(134,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+brL
+brL
+aax
+agl
+agN
+ahu
+aii
+ajf
+ajj
+ajj
+ajd
+anq
+ahu
+aoW
+aqj
+art
+asF
+atH
+ava
+awe
+axc
+ayq
+azt
+aAv
+aBu
+aCF
+aDU
+aFt
+aGP
+aId
+aJr
+aKQ
+aMA
+aOk
+aPQ
+aKQ
+aTh
+aUN
+aWG
+aYm
+aZL
+bbi
+bcw
+bdQ
+bfI
+bhx
+bjy
+bkN
+bmJ
+boD
+bqr
+brI
+brI
+brI
+bvK
+brI
+bzs
+brO
+bCG
+brO
+brO
+brO
+brO
+brO
+bqv
+bQl
+bSt
+brO
+brO
+bXY
+brO
+brO
+brO
+bBy
+brO
+brO
+brO
+brO
+bqv
+cnJ
+cpm
+brO
+brO
+brO
+brO
+brO
+brO
+brO
+brO
+brO
+cDG
+cFx
+boR
+cIf
+cJP
+cLx
+cNf
+cOT
+cQO
+cSc
+cTP
+cVs
+cXj
+cYL
+daa
+dbt
+cLD
+dez
+dgo
+dhA
+dju
+dlj
+dmC
+dnS
+dpm
+dqO
+dsw
+dtU
+dva
+dwy
+dgm
+dyJ
+dzW
+dBs
+dCH
+dEe
+cJL
+dGb
+dcK
+dIn
+dIR
+dJM
+dac
+dLF
+dMJ
+dNI
+dOw
+dPn
+dQc
+dQV
+dRP
+dSI
+dRP
+dTV
+dUz
+dVg
+dVP
+dPn
+dNI
+dXx
+dNE
+dNE
+dZJ
+dNE
+dNE
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(135,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ebL
+ebN
+acj
+agl
+agN
+ahu
+aij
+ajf
+ajd
+ajd
+amf
+anr
+ahu
+aoW
+aqk
+art
+asG
+atI
+avb
+awf
+axd
+ayr
+azu
+aAw
+aBv
+aCG
+aDV
+aFu
+aGQ
+aIe
+aJs
+aJs
+aMB
+aOl
+aPR
+aRA
+aTi
+aUO
+aWH
+aYn
+aZM
+bbj
+bcx
+bdR
+bfJ
+bhy
+bjz
+bkO
+bmK
+boE
+bqs
+brJ
+brJ
+brJ
+bvL
+bxv
+bzt
+bBb
+bCH
+bEw
+bGn
+bGn
+bGn
+bGn
+bOj
+bQm
+bSu
+bUz
+bUz
+bXZ
+bZO
+bUz
+bUz
+ceW
+bEw
+chU
+bGn
+bGn
+bOj
+cnK
+cpn
+bnd
+crU
+bnd
+cvi
+bnd
+bnd
+bnd
+bnd
+bnd
+cDH
+bmX
+cGP
+cIg
+cJP
+cLy
+cNg
+cOU
+cQP
+cSd
+cTQ
+cVt
+cXk
+cVu
+dab
+dbo
+cLE
+dez
+dgp
+dhB
+djv
+dlk
+dmD
+dnT
+dpn
+dqP
+dsx
+dtV
+dvb
+dwz
+dxF
+dyK
+dzX
+dBt
+dCI
+dEf
+cJL
+dac
+dHC
+dIo
+dac
+dac
+dac
+dLG
+dMK
+dNI
+dOx
+dPn
+dQc
+dQU
+dRQ
+dSH
+dTq
+dTU
+dUA
+dVg
+dPn
+dWw
+dNI
+dXy
+dNE
+dZa
+dZK
+eam
+dNE
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+eaY
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(136,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+brL
+brL
+aax
+agl
+agQ
+ahw
+aik
+ajg
+akh
+alg
+akh
+ans
+ahu
+aoV
+aql
+art
+asH
+atJ
+avc
+awg
+art
+ays
+azv
+aAx
+aAx
+aCH
+aDW
+aBB
+aAx
+aAx
+aHb
+aKR
+aHb
+aOm
+aPS
+aKR
+aHb
+aUP
+aUP
+aYo
+aZN
+aUP
+aUP
+bdS
+bfK
+bhz
+aYx
+bkP
+bmL
+boF
+boZ
+brK
+brM
+brM
+bsV
+bxw
+bzu
+bBc
+bCI
+bEx
+bEx
+bId
+bKj
+bMk
+bEx
+bQn
+bSv
+bUA
+bqt
+bqt
+bZP
+bqt
+cdw
+bqu
+bQn
+bQn
+bQn
+bQn
+cmq
+cnL
+cpo
+cqG
+cqH
+cqH
+cqH
+cwA
+cqH
+cqH
+cqH
+cCS
+bkS
+bmZ
+boJ
+cIh
+cJP
+cJP
+cNd
+cOV
+cQQ
+cJP
+cJP
+cVu
+cXl
+cLv
+dac
+dbu
+dcQ
+deA
+dgq
+dhC
+djw
+dll
+dmE
+dnU
+dpo
+dqQ
+dsu
+dtW
+dvc
+dwA
+dgm
+dyL
+dzY
+dBu
+dCJ
+dEg
+cJL
+dGc
+dHD
+dIp
+dIS
+dJN
+cJM
+dLH
+dML
+dNJ
+dOy
+dPo
+dQd
+dPo
+dPo
+dPo
+dPo
+dTW
+dUB
+dVh
+dVQ
+dWx
+dNI
+dXz
+dYm
+dZb
+dZL
+ean
+dZD
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(137,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+ebO
+adq
+ago
+agM
+ahx
+ail
+ajh
+aki
+alh
+amh
+ant
+ahu
+aoX
+aqm
+art
+asI
+atK
+avd
+awh
+axe
+ayt
+aqg
+aAx
+aBw
+aCI
+aDX
+aFv
+aGR
+aAx
+aJt
+aKS
+aMC
+aOn
+aPT
+aRB
+aTj
+aUQ
+aWI
+aYp
+aZO
+bbk
+bcy
+bdT
+bfL
+bhA
+aUP
+bkP
+bmL
+boG
+boZ
+brL
+brL
+brL
+bsV
+bxx
+bzv
+bBd
+bCJ
+bEx
+bGo
+bIe
+bKk
+bMl
+bOk
+bQn
+bSw
+bUB
+bWn
+bWn
+bZQ
+bWn
+bWn
+ceX
+bQn
+chV
+cjt
+ckU
+bQn
+cnM
+cpp
+cqH
+crV
+ctC
+cvj
+cwB
+cyj
+czQ
+cBq
+cqH
+cDI
+bmX
+boR
+cIi
+cJQ
+cLz
+cNh
+cOW
+cQR
+cSe
+cJL
+cVv
+cXm
+cYM
+dac
+dbo
+cLE
+dez
+dgr
+dhD
+djx
+dlm
+dgm
+dgm
+dpp
+dgm
+dgl
+dgm
+dgm
+dgm
+dgm
+dyM
+dzZ
+dyI
+dyI
+dyI
+cJL
+dGd
+dHE
+dIq
+dIT
+dJO
+dKI
+dLI
+dMM
+dNK
+dOz
+dPp
+dQe
+dQW
+dRR
+dSJ
+dTr
+dQW
+dUC
+dVi
+dPp
+dWy
+dWX
+dXA
+dYn
+dZc
+dZM
+eao
+eas
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(138,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+brL
+aaD
+agp
+agN
+ahu
+aim
+aji
+akj
+ali
+alg
+anu
+ahu
+aoV
+aqn
+art
+asJ
+atL
+ave
+awi
+axf
+ayu
+aqc
+aAx
+aBx
+aCJ
+aDY
+aFw
+aGS
+aAx
+aJu
+aKT
+aKT
+aOo
+aPU
+aKT
+aTk
+aUP
+aWJ
+aYq
+aZP
+bbl
+aUP
+aZV
+bfM
+bhB
+aUP
+bkP
+bmL
+boH
+bqt
+aaa
+aaf
+aaa
+bsV
+bxy
+bzw
+bBe
+bCK
+bEx
+bGp
+bIf
+bKl
+bIf
+bOl
+bQn
+bQn
+bUC
+bWo
+bYa
+bWo
+cbE
+bWo
+bQn
+bQn
+chW
+cju
+ckV
+bQn
+cnM
+cpp
+cqH
+crW
+ctD
+cvk
+cwC
+cwC
+czR
+cBr
+cqH
+blb
+bmX
+cGQ
+cIj
+cJR
+cLA
+cLB
+cOX
+cQS
+cSf
+cTR
+cVw
+cXn
+cYN
+cTR
+dbv
+dcR
+deC
+dgs
+dgs
+djy
+dln
+dmF
+dgs
+dpq
+dgs
+cZX
+dgs
+dgs
+dgs
+dxG
+djy
+dAa
+dpq
+dCK
+dEh
+cJO
+dGe
+dHF
+dIr
+dIU
+dJP
+cJO
+dLJ
+dIi
+dNI
+dOA
+dPn
+dQf
+dQU
+dRQ
+dSH
+dRQ
+dQU
+dTq
+dVg
+dVP
+dQc
+dNI
+dXB
+dYo
+dZd
+dZN
+eap
+eas
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(139,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+ach
+aax
+aaf
+aaf
+aaf
+aaf
+aax
+acj
+aax
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+agl
+agN
+ahy
+ain
+ajj
+akk
+ali
+akh
+anv
+ahu
+aoV
+aqj
+art
+asK
+atM
+avf
+awj
+art
+ayv
+aqb
+aAx
+aBy
+aCK
+aDZ
+aFx
+aGT
+aAx
+aJv
+aKU
+aMD
+aOp
+aPV
+aRC
+aTl
+aUP
+aWK
+aYr
+aZQ
+bbm
+bcz
+bdU
+bfN
+bhC
+aUP
+bkP
+bmL
+boH
+bqt
+aaa
+aaf
+aaa
+bsV
+bxw
+bzx
+bBf
+bCL
+bEx
+bGq
+bIg
+bKm
+bMm
+bOm
+bQn
+bSx
+bUD
+bWp
+bYb
+bZR
+cbF
+cdx
+ceY
+bZU
+bZU
+cjv
+ckW
+bQn
+cnM
+cpq
+cqI
+crX
+ctE
+cvl
+cvl
+cvl
+czS
+cBs
+cqH
+cDJ
+bmX
+cGR
+cIk
+cJS
+cLB
+cNi
+cOY
+cLI
+cOW
+cTS
+cVx
+cXo
+cYO
+cKc
+dbw
+dcM
+deD
+cLA
+cLB
+djz
+dlo
+dmG
+dnV
+dpr
+dqR
+dsy
+dqR
+dmG
+dqR
+dpr
+dqR
+dAb
+dBv
+dCL
+dEi
+dEI
+dGf
+dHG
+dIs
+dIV
+dJQ
+dac
+dLK
+dIi
+dNI
+dOB
+dPq
+dQg
+dQX
+dRS
+dSK
+dRS
+dQX
+dUD
+dQX
+dVR
+dWz
+dWY
+dXC
+dYp
+dZe
+dZO
+eap
+eas
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(140,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aax
+aci
+aax
+aax
+aax
+aax
+aax
+aax
+aci
+aax
+aaa
+aaf
+aaa
+aaa
+aaa
+aaD
+ago
+agR
+ahu
+aio
+ajk
+akl
+alj
+ami
+anw
+ahu
+aoY
+aqo
+art
+art
+art
+art
+art
+art
+ayw
+aqb
+aAx
+aBz
+aCL
+aEa
+aFw
+aGU
+aAx
+aJw
+aKV
+aME
+aOq
+aPW
+aKV
+aTm
+aUP
+aWL
+aYs
+aZR
+bbn
+aUP
+aZV
+bfO
+bhD
+aUP
+bkP
+bmL
+boH
+bqt
+aaa
+aaf
+aaa
+bsV
+bxz
+bzy
+bBg
+bCM
+bEy
+bGr
+bIh
+bKn
+bMn
+bMs
+bQn
+bSy
+bUE
+bWq
+bUE
+bWq
+bUE
+cdy
+ceZ
+cgt
+chX
+cjw
+ckX
+bQn
+cnM
+cpp
+cqH
+crY
+ctF
+cvm
+cvm
+cvm
+czT
+cBt
+cCT
+cDK
+bmY
+cGS
+cIk
+cJS
+cLC
+cNj
+cOZ
+cQT
+cSg
+cTT
+cVy
+cXp
+cYP
+cTT
+dbx
+dcS
+deE
+dgt
+dhE
+djA
+dlp
+dmH
+dlp
+dps
+dqS
+dsz
+dmH
+dmH
+dwB
+dxH
+dhE
+dAc
+dhE
+dCM
+dhE
+cJM
+dGg
+dHH
+dIt
+dIW
+dJR
+dac
+dLL
+dMN
+dNI
+dOC
+dPr
+dPn
+dQY
+dRT
+dSH
+dTs
+dTX
+dTq
+dQU
+dVS
+eaZ
+dNI
+dXD
+dYq
+dZf
+dZP
+eaq
+dNE
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(141,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aay
+aaD
+aaD
+aaD
+aaD
+aaD
+aax
+aax
+aaD
+abR
+aax
+acj
+aax
+acE
+acV
+adg
+adr
+aax
+ach
+aax
+abT
+aaD
+aax
+aax
+aaD
+aaD
+agq
+agN
+ahu
+ahu
+ahu
+ahu
+alk
+ahu
+ahu
+ahu
+aoV
+aqp
+aru
+asL
+atN
+avg
+aru
+axg
+ayx
+azw
+aAx
+aBA
+aCM
+aEb
+aFy
+aGV
+aAx
+aJx
+aKW
+aMF
+aMF
+aMF
+aMF
+aTn
+aUP
+aWM
+aYt
+aZS
+bbo
+aUP
+bdV
+bfP
+bhE
+aUP
+bkQ
+bmL
+boI
+boZ
+aaf
+aaf
+aaf
+bsV
+bxA
+bzy
+bBg
+bCN
+bEy
+bGs
+bIi
+bKo
+bMo
+bOn
+bQn
+bSz
+bUF
+bWr
+bUF
+bWr
+bUF
+bWr
+cfa
+cgu
+chY
+cjx
+ckY
+cmr
+cnN
+cpr
+cqH
+crZ
+ctG
+cvn
+cwD
+cyk
+czU
+cBu
+cCU
+cDL
+bmX
+boR
+cIi
+cJT
+cLD
+cNk
+cPa
+cLI
+cSh
+cTU
+cVz
+cXq
+cYQ
+dad
+cNp
+dcT
+deF
+dgu
+dgu
+djB
+dgu
+dmI
+dgu
+dpt
+dgu
+dsA
+dsA
+dsA
+dwC
+dxI
+dyN
+dsA
+dsA
+dsA
+dsE
+cJL
+dac
+dac
+dac
+dac
+dac
+dac
+dLM
+dMH
+dNI
+dOD
+dPs
+dQh
+dOD
+dNI
+dOD
+dNI
+dNI
+dOD
+dNI
+dNI
+dNI
+dNI
+dXE
+dNE
+dNE
+dNE
+dNE
+dNE
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(142,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aas
+aas
+aas
+aaK
+aaR
+aax
+abb
+aaP
+aaP
+abD
+abS
+aaP
+aaP
+acq
+acF
+acF
+acF
+acF
+acF
+acF
+acF
+acF
+aeL
+acF
+acF
+afz
+afQ
+agr
+agS
+ahz
+aip
+ajl
+akm
+all
+amj
+akm
+aom
+aoZ
+aqq
+aib
+aib
+aib
+aib
+aib
+aib
+ayy
+azx
+aAx
+aBB
+aCN
+aEc
+aFz
+aAx
+aAx
+aJy
+aKX
+aMG
+aMG
+aMG
+aRD
+aTo
+aUP
+aUP
+aUP
+aUP
+aUP
+aUP
+bdW
+bfQ
+bhF
+bjA
+bkP
+bmL
+boH
+bqt
+aaa
+aaf
+aaa
+bsV
+bxB
+bzz
+bBh
+bCO
+bEy
+bGt
+bIj
+bKp
+bMp
+bOo
+bQo
+bSA
+bUG
+bWs
+bYc
+bZS
+cbG
+bWs
+cfb
+bYc
+chZ
+cjy
+ckZ
+bQn
+cnM
+cps
+cqH
+crY
+ctH
+cvo
+cvo
+cvo
+czV
+cBv
+cCV
+cDM
+bmX
+boR
+cIi
+cJU
+cLE
+cNk
+cPa
+cLH
+cSi
+cTV
+cVA
+cTW
+cTW
+cTW
+dby
+dcU
+deG
+dgv
+dhF
+djC
+dlq
+dlv
+dnW
+dpu
+dqT
+dsA
+dtX
+dvd
+dwD
+dxJ
+dyO
+dAd
+dBw
+dCN
+dsE
+dEJ
+dGh
+dHI
+dIu
+dIX
+dJS
+dKJ
+dLN
+dMO
+dNL
+dOE
+dPt
+dQi
+dQi
+dRU
+dSL
+dTt
+dTY
+dUE
+dVj
+dVT
+dPA
+dWZ
+dXF
+dYr
+dZg
+dZQ
+aaH
+aaH
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(143,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aap
+aat
+aaz
+aaE
+aaL
+aaS
+aaV
+abc
+abh
+abh
+abh
+abh
+abh
+abh
+acr
+abh
+abh
+abh
+abh
+adJ
+abh
+abh
+abh
+abh
+abh
+abh
+afA
+aba
+agl
+agN
+ahA
+ahA
+ahA
+ahA
+ahA
+ahA
+ahA
+ahA
+aoV
+aqr
+arv
+asM
+atO
+atO
+awk
+axh
+ayz
+aqg
+aAx
+aBC
+aCM
+aEd
+aFA
+aGW
+aIf
+aGY
+aGY
+aGY
+aGY
+aGY
+aGY
+aTp
+aUR
+aWN
+aUQ
+aZT
+bbp
+bcA
+aZU
+bfR
+bhG
+bjA
+bkR
+bmM
+boH
+bqt
+aaa
+aaf
+aaa
+bsV
+bxC
+bzA
+bBi
+bCP
+bEz
+bGu
+bIk
+bKq
+bMq
+bOp
+bQp
+bSB
+bUH
+bWt
+bWt
+bZT
+cbH
+bWt
+bWt
+bWt
+bWt
+cjz
+cla
+cms
+cnO
+cpt
+cqJ
+csa
+ctI
+cvl
+cvl
+cvl
+czW
+cBw
+cqH
+cDN
+bna
+boR
+cIl
+cJV
+cLF
+cNl
+cPa
+cLI
+cSj
+cTW
+cVB
+cXr
+cYR
+dae
+dbz
+dcV
+deH
+dgv
+dhG
+djD
+dlr
+dmJ
+dmJ
+dpv
+dqU
+dsB
+dtY
+dve
+dwE
+dxK
+dyP
+dAe
+dBx
+dCO
+dEj
+dEK
+dGi
+dHJ
+dIv
+dIY
+dJT
+dKK
+dLO
+dMP
+dNM
+dOF
+dPu
+dQj
+dQj
+dQj
+dSM
+dQj
+dQj
+dQj
+dQj
+dVU
+dWA
+ahL
+ahL
+ahL
+ahL
+dZR
+aaf
+aaf
+aaa
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(144,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aas
+aas
+aas
+aaK
+aaT
+aax
+abd
+aaQ
+aaQ
+abE
+aaQ
+aaQ
+aaQ
+aaQ
+aaQ
+aaQ
+aaQ
+aaQ
+adK
+aea
+aea
+aew
+aeM
+aea
+aea
+afB
+afO
+ags
+agT
+ahB
+aiq
+ajm
+akn
+alm
+amk
+anx
+ahA
+apa
+aqs
+arv
+asN
+atP
+avh
+arv
+arv
+ayz
+aqc
+aAx
+aBD
+aCO
+aEe
+aFB
+aGX
+aGY
+aJz
+aKY
+aMH
+aGY
+aJA
+aRE
+aGY
+aGY
+aGX
+aYu
+aZU
+aZV
+aZU
+aZV
+bfQ
+bhH
+bjA
+bkP
+bmL
+boH
+bqt
+aaa
+aaf
+aaa
+bsW
+bxD
+bzB
+bBj
+bCQ
+bEA
+bGv
+bIl
+bKr
+bMr
+bGv
+bQq
+bSC
+bUI
+bWu
+bYd
+bZU
+cbI
+cdz
+cfc
+cgv
+cia
+cjA
+clb
+bQq
+cnP
+cpu
+cqH
+csb
+ctJ
+cvp
+cwE
+cyl
+czX
+cBx
+cqH
+cDO
+bmX
+boR
+cIi
+cJW
+cLG
+cNm
+cPb
+cLB
+cSk
+cTX
+cVC
+cXs
+cYS
+daf
+dbA
+cXu
+deI
+dgw
+dhH
+djE
+dls
+dmK
+dls
+dpw
+dqV
+dsB
+dtZ
+dvf
+dwF
+dxL
+dwH
+dAf
+dBy
+dCP
+dsE
+dEL
+dGj
+ahA
+ahA
+ahA
+ahA
+ahA
+ahA
+dMQ
+dNN
+dOG
+dPv
+dPx
+dPx
+dPx
+dSN
+dQo
+dQo
+dQo
+dQo
+dVV
+dWB
+ahN
+dXG
+dYs
+dZh
+dZR
+aaf
+agg
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(145,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aay
+aaD
+aaD
+aaD
+aaD
+aaD
+aax
+aax
+aaD
+abT
+aax
+acj
+aax
+acG
+acW
+acW
+ads
+aax
+acj
+aax
+abR
+aaD
+aax
+aax
+aaD
+afR
+agl
+agN
+ahC
+air
+ajn
+ako
+aln
+aml
+any
+aon
+apb
+aqt
+arv
+asO
+atQ
+avi
+awk
+axi
+ayz
+aqg
+aAx
+aBE
+aCM
+aEf
+aFB
+aGX
+aGY
+aGY
+aKZ
+aMI
+aGY
+aPX
+aRF
+aJA
+aGY
+aGX
+aYv
+aZV
+bbq
+bcB
+bdX
+bfP
+bhI
+aUQ
+bkS
+bmN
+boJ
+bqu
+aaf
+aaf
+aaf
+bsU
+bxE
+bzC
+bBk
+bCR
+bEy
+bGw
+bIm
+bKs
+bMs
+bEx
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+bQn
+cnM
+cpp
+cqH
+csc
+ctK
+cvq
+cwF
+cvq
+czY
+cBy
+cqH
+cDP
+bmX
+boR
+cIi
+cJX
+cLH
+cNk
+cPa
+cLI
+cSl
+cTW
+cVD
+cXt
+cYT
+dag
+dbB
+cXu
+deJ
+dgv
+dhH
+djF
+dlt
+dmL
+dnX
+dpx
+dqW
+dsC
+dua
+dvg
+dwG
+dxM
+dyQ
+dAg
+dBz
+dCQ
+dEk
+dEM
+dGk
+ahA
+dIw
+dIZ
+dJU
+dKL
+dLP
+dMQ
+dNO
+dOH
+dPw
+dQk
+dQZ
+dQk
+dSO
+dPw
+dQk
+dQZ
+dQk
+dVW
+dWC
+dXa
+dXH
+dYt
+dZi
+dXb
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(146,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aax
+aci
+aax
+aax
+aax
+aax
+aax
+aax
+aci
+aax
+aaa
+aaf
+aaa
+aaa
+aaa
+aaD
+agl
+agN
+ahA
+ais
+ajo
+akp
+alo
+amm
+anz
+ahA
+apc
+aqu
+arv
+asP
+atR
+avj
+arv
+arv
+ayz
+aqc
+aAx
+aBF
+aCP
+aEg
+aFC
+aGY
+aGY
+aJA
+aLa
+aMJ
+aOr
+aPY
+aRG
+aJA
+aGY
+aGY
+aUP
+aZW
+bbr
+bcC
+bdY
+bfS
+bhJ
+bjA
+bkP
+bmL
+boH
+bqt
+aaa
+bsS
+bue
+bsV
+bxF
+bzy
+bBd
+bCS
+bEy
+bEx
+bIn
+bKt
+bMt
+bEx
+bQr
+bSD
+bQr
+bQr
+bYe
+bZV
+bQr
+bQr
+bSD
+bQr
+bQs
+aaa
+aaa
+cmt
+cnQ
+cpp
+cqH
+cqH
+ctL
+cqH
+cqH
+cqH
+cqH
+cqH
+cqH
+bla
+bmX
+cGP
+cIk
+cJY
+cLA
+cNn
+cPc
+cLB
+cSm
+cTY
+cVE
+cXu
+cYU
+dah
+dbC
+dcW
+deK
+dgx
+dhI
+djG
+dlt
+dmM
+dnX
+djG
+dqX
+dsB
+dtZ
+dvg
+dwH
+dxN
+dyR
+dAh
+dBA
+dCR
+dsE
+dEN
+dGl
+dHK
+dIx
+dJa
+dJV
+ako
+dLQ
+dMR
+dNO
+dOI
+dPx
+dQl
+dRa
+dRV
+dSP
+dPx
+dQl
+dRa
+dRV
+dVX
+dWB
+dXb
+dXI
+dYu
+dZj
+dZS
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(147,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+acj
+aax
+aaf
+aaa
+aaa
+aaf
+aax
+ach
+aax
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+agl
+agN
+ahA
+ahA
+ajp
+akq
+alp
+amn
+ahA
+ahB
+aib
+aqv
+arv
+arv
+atS
+avk
+awk
+axj
+ayz
+azy
+aAx
+aBG
+aCM
+aEf
+aFB
+aGX
+aGY
+aJA
+aLb
+aMK
+aGY
+aLa
+aRH
+aGY
+aGY
+aGZ
+aYv
+aZV
+aZU
+bcD
+bdZ
+bfP
+bhK
+bjA
+bkP
+bmL
+boH
+bqt
+aaa
+bsT
+buf
+bvM
+bxG
+bzy
+bBd
+bCN
+bEB
+bGx
+bGx
+bGx
+bGx
+bGx
+bQs
+bQr
+bQr
+bQr
+bYf
+bZW
+cbJ
+cdA
+cdA
+cgw
+cib
+aaf
+aaf
+cmu
+cnR
+cpv
+cqK
+aaf
+aaf
+cvr
+cwG
+cym
+czZ
+cBz
+cCW
+blb
+bmX
+boR
+cIm
+cJZ
+cLH
+cNk
+cPa
+cLI
+cSn
+cTZ
+cVF
+cXv
+cYV
+cXu
+dbD
+cXu
+deL
+dgv
+dhJ
+djH
+dlt
+dmK
+dnY
+dpy
+dqY
+dsD
+dub
+dvh
+dwI
+dxO
+dyS
+dAh
+dBB
+dCS
+dsE
+dEO
+dGm
+dHL
+dIy
+dJb
+dJW
+dKM
+dLR
+dMS
+dNO
+dOI
+dPx
+dQm
+dRb
+dRV
+dSP
+dPx
+dTZ
+dRb
+dVk
+dVX
+dWB
+dXc
+dXJ
+dYv
+dZk
+dZT
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(148,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+abq
+abU
+abV
+acl
+abV
+abW
+abW
+abW
+abW
+adL
+acl
+abV
+abV
+aaa
+aaa
+aaa
+aaa
+aaD
+agp
+agU
+ahD
+afO
+ajq
+akr
+alq
+amo
+amo
+afO
+apd
+aqw
+arw
+arv
+atT
+avl
+arv
+arv
+ayz
+aqc
+aAx
+aBH
+aCQ
+aEh
+aFB
+aGZ
+aGY
+aGY
+aJA
+aML
+aGY
+aPZ
+aRI
+aTq
+aGY
+aWO
+aYw
+aZX
+bbs
+aZX
+bbs
+bfT
+bhL
+bjA
+bkP
+bmO
+boH
+bqt
+aaa
+bsT
+bug
+bvN
+bvP
+bzy
+bBl
+bCT
+bEC
+bGx
+bIo
+bKu
+bMu
+bOq
+bQt
+bSE
+bUJ
+bWv
+bYg
+bZX
+cbK
+cdB
+cfd
+cgx
+bQs
+aaa
+aaa
+cmt
+cnM
+cpw
+cmt
+csd
+cqK
+cvs
+cwH
+cyn
+cAa
+cBA
+cCX
+blb
+cFy
+boR
+cIi
+cKa
+cLI
+cNo
+cPd
+cLH
+cSo
+cUa
+cVG
+cXw
+cYW
+dai
+dbE
+dcX
+deM
+dgv
+dhK
+djI
+dlu
+djI
+djI
+djI
+dqZ
+dsB
+duc
+dvi
+dwJ
+dxP
+dyT
+dAi
+dBC
+dCT
+dsE
+dEP
+dGn
+ahA
+dIz
+dJc
+dJX
+dKN
+dLS
+dMT
+dNO
+dOI
+dPx
+dQl
+dRc
+dRV
+dSP
+dPx
+dQl
+dRc
+dRV
+dVX
+dWD
+dXd
+dXK
+dYw
+dZl
+dZR
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(149,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+abp
+abq
+abV
+abY
+acm
+acs
+acH
+acH
+acH
+acH
+adM
+acm
+aei
+abV
+aaa
+aaa
+aaa
+aaa
+aax
+ago
+agV
+ahE
+afP
+ahE
+ahE
+ahE
+amp
+ahE
+afP
+ahE
+aqx
+arx
+asQ
+atU
+avm
+awl
+axk
+ayz
+aqe
+aAx
+aBI
+aCR
+aEi
+aFB
+aHa
+aIg
+aGY
+aGY
+aMM
+aGY
+aQa
+aGY
+aGY
+aUS
+aWP
+aUQ
+aZY
+aZX
+bbs
+aZX
+bfU
+bhM
+aYx
+bkP
+bmP
+boK
+bqt
+aaa
+bsU
+buh
+bvO
+bxH
+bzD
+bBm
+bCU
+bED
+bGx
+bIp
+bKv
+bMv
+bOr
+bQu
+bSE
+bUK
+bWw
+bYh
+bZY
+cbK
+cdC
+cfe
+bQr
+bQs
+cjB
+cjB
+cmt
+cnS
+cpx
+cqL
+cse
+ctM
+cvt
+cwI
+cyo
+cwI
+cwI
+cCY
+cDQ
+cFz
+boS
+cIi
+cKb
+cLJ
+cNp
+cPe
+cQU
+cSp
+cTW
+cVH
+cXx
+cYX
+cTW
+dbF
+dcY
+dbF
+dgv
+dhL
+djJ
+dlv
+dmN
+dlv
+dpz
+dra
+dsE
+dsB
+dvj
+dsB
+dsE
+dyU
+dAj
+dBD
+dCU
+dsE
+dEQ
+dGo
+ahA
+ahA
+dJd
+dJY
+dKO
+ahA
+dMQ
+dNP
+dOJ
+dPx
+dQn
+dRd
+dRW
+dSP
+dTu
+dUa
+dRd
+dVl
+dVX
+dWB
+dXe
+dXL
+dYx
+dZm
+dZR
+aaf
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(150,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+abp
+abF
+abW
+abZ
+acn
+acn
+acn
+acn
+acn
+acn
+acn
+acn
+aej
+abV
+abV
+abW
+abV
+aaa
+aax
+agt
+agW
+ahF
+ait
+ajr
+aks
+alr
+amq
+anA
+aiu
+ape
+aqy
+ary
+asR
+arv
+arv
+arv
+arv
+ayz
+azz
+aAx
+aAx
+aAx
+aAx
+aFD
+aHb
+aHb
+aJB
+aJB
+aMN
+aOs
+aQb
+aJB
+aJB
+aHb
+aHb
+aYx
+aUP
+bbt
+bbt
+bbt
+bfV
+aUP
+bjB
+bkP
+bmQ
+boL
+boZ
+aaf
+bsV
+bui
+bvP
+bvP
+bzE
+bBn
+bCV
+bEE
+bGy
+bIq
+bKw
+bMw
+bOs
+bQu
+bSF
+bUL
+bWx
+bYh
+bZZ
+cbK
+cbK
+cbK
+bQr
+bQu
+cjC
+clc
+cmt
+cnM
+cpy
+cqM
+csf
+ctN
+cvr
+cwJ
+cyp
+cAb
+cBB
+cvs
+cDR
+cFA
+cGT
+cIn
+cKc
+cIi
+cNq
+cPf
+cIi
+cKc
+cUb
+cTY
+cTW
+cTY
+cTV
+dbG
+dcZ
+deN
+dgv
+dgv
+dgv
+dlw
+dmO
+dmO
+dmI
+dgv
+dsE
+dbG
+dcZ
+deN
+dsE
+dsE
+dsE
+dsE
+dsE
+dsE
+dER
+dGp
+dgB
+dIA
+dJe
+dJZ
+dKP
+dLT
+dMU
+dNO
+dOK
+dPx
+dQl
+dRa
+dRV
+dSP
+dPx
+dQl
+dRa
+dRV
+dVX
+dWE
+ahL
+dXk
+dYy
+dXk
+dZR
+aaf
+agg
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(151,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+abp
+abF
+abW
+aca
+acn
+acn
+acI
+acI
+acI
+acI
+adN
+acn
+aek
+aex
+aeN
+aeV
+abW
+aaa
+aax
+agl
+agX
+ahG
+aax
+ajs
+akt
+akt
+amr
+anB
+aaD
+apf
+aqz
+arz
+asS
+atV
+avn
+awm
+awm
+ayA
+azA
+aAy
+aBJ
+awm
+awm
+aFE
+awm
+awm
+awm
+awm
+aMO
+awm
+ayA
+awm
+awm
+aUT
+aWQ
+aYy
+awm
+awm
+awm
+bea
+bfW
+awm
+bjC
+bkT
+bmR
+boM
+bqt
+aaa
+bsW
+buj
+bvQ
+bvP
+bzF
+bBo
+bCW
+bEF
+bGx
+bIr
+bKx
+bMx
+bOt
+bQv
+bQv
+bQv
+bWy
+bYi
+caa
+cbL
+cdD
+bQv
+bQv
+bQv
+cjD
+cld
+cmv
+cnP
+cpz
+cqN
+csg
+ctN
+cvs
+cwK
+cyq
+cAc
+cBC
+cCW
+cDS
+cFB
+cGU
+cIo
+cKd
+cKd
+cNr
+cPg
+cKd
+cKd
+cUc
+cVI
+cVI
+cVI
+cVI
+cVI
+cVI
+cVI
+dgy
+cUc
+djK
+dlx
+dmP
+dmP
+dpA
+drb
+dgy
+dud
+cVI
+cVI
+cUc
+cKd
+cKd
+cKd
+cKd
+cKd
+cPg
+dGq
+dHM
+dIB
+dJf
+dJf
+dKQ
+dLU
+dMV
+dNQ
+dOL
+dPy
+dQm
+dRb
+dRX
+dSP
+dPx
+dQl
+dRb
+dVk
+dVX
+dWB
+dXb
+dXM
+dYz
+dZn
+dZR
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(152,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaa
+abq
+abq
+abU
+acb
+acn
+act
+acJ
+acX
+adh
+adt
+acJ
+aeb
+ael
+aey
+aeO
+aeW
+abW
+aaa
+aax
+agl
+agY
+ahH
+aax
+ajt
+aku
+als
+ams
+anC
+aaD
+apg
+aqA
+agX
+asT
+atW
+avo
+awn
+axl
+axl
+azB
+axl
+aBK
+axl
+axl
+aFF
+axl
+axl
+axl
+axl
+aMP
+aOt
+aQc
+aRJ
+aTr
+aUU
+axl
+aYz
+axl
+axl
+bcE
+beb
+bfX
+axl
+bjD
+bkU
+bmS
+boN
+bqt
+aaa
+bsX
+buk
+bvR
+bxI
+bzG
+bBp
+bCX
+bEG
+bGz
+bIs
+bKy
+bMy
+bMy
+bQw
+bSG
+bUM
+bWz
+bYj
+cab
+cbM
+cdE
+cff
+cgy
+cic
+cjE
+cle
+cmw
+cnT
+cpA
+cqO
+csh
+ctO
+cvs
+cwL
+cyr
+cAd
+cBD
+cCW
+cDT
+cFC
+cGV
+cIp
+cKe
+cKe
+cNs
+cPh
+cKe
+cKe
+cKe
+cVJ
+cKe
+cKe
+cKe
+cKe
+cKe
+cKe
+dgz
+cKe
+cKe
+dly
+cKe
+cKe
+cKe
+drc
+dgz
+cKe
+cKe
+cKe
+cKe
+dyV
+cKe
+cKe
+cKe
+cKe
+dES
+dGr
+dHN
+dIC
+cKe
+dKa
+dKR
+dLV
+dMW
+dNO
+dOM
+dOK
+dQl
+dRc
+dRV
+dSP
+dPx
+dQl
+dRc
+dRV
+dVY
+dWF
+dXf
+dXN
+dYA
+dZo
+dXb
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(153,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+abp
+abF
+abW
+acc
+acn
+acn
+acH
+acH
+acH
+acH
+adO
+acn
+aem
+aez
+aeP
+aeV
+abW
+aaa
+aax
+agl
+agX
+ahI
+aax
+aju
+akv
+akt
+akt
+anD
+aaD
+aph
+aqB
+arA
+asU
+atX
+avp
+awo
+axm
+axm
+azC
+aAz
+aBL
+aCS
+aEj
+aEj
+aCS
+aIh
+aJC
+axm
+aMQ
+axm
+axm
+aRK
+aTs
+aUV
+axm
+aYA
+axm
+bbu
+bcF
+bec
+bbu
+bhN
+asU
+bkV
+bmT
+boO
+bqt
+aaa
+bsY
+bul
+bvQ
+bvP
+bzE
+bBq
+bCY
+bEH
+bGx
+bIt
+bKz
+bMz
+bOu
+bQx
+bQx
+bQx
+bWA
+bYk
+cac
+bUL
+cdF
+bQu
+bQu
+bQu
+cjF
+clf
+cmt
+cnU
+cpB
+cqP
+csi
+ctP
+cvs
+cwM
+cys
+cAe
+cBE
+cCW
+cDU
+cFD
+cGW
+cIq
+cKf
+cKf
+cNt
+cPi
+cQV
+cSq
+cUd
+cVK
+cXy
+cYY
+cYY
+dbH
+cYY
+cYY
+dgA
+cSq
+djL
+cSq
+dmQ
+dnZ
+dpB
+drd
+dsF
+due
+dpB
+cSq
+dxQ
+dyW
+dAk
+cSq
+cSq
+dEl
+dET
+dGs
+dHO
+dID
+dJg
+dKb
+dKb
+dLW
+dMV
+dNQ
+dON
+dPz
+dQo
+dQo
+dQo
+dSQ
+dPx
+dPx
+dUF
+dPx
+dVZ
+dWB
+dXg
+dXO
+dYB
+dZp
+dZS
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(154,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+abp
+abF
+abW
+abZ
+acn
+acn
+acn
+acn
+acn
+acn
+acn
+acn
+aej
+abV
+abV
+abW
+abV
+aaa
+aax
+agl
+agX
+ahJ
+aiu
+ajv
+akw
+alr
+amt
+anE
+ait
+api
+aqy
+arB
+asV
+asW
+avq
+asW
+asW
+asW
+asW
+asW
+aBM
+aCT
+aEk
+aEk
+aHc
+aEk
+aBM
+aBM
+aBM
+aBM
+aBM
+aRL
+aTt
+aEk
+aBM
+aBM
+aZZ
+bbv
+bcG
+bed
+bbv
+bhO
+bjE
+bkW
+bmU
+boP
+boZ
+aaf
+bsV
+bum
+bvP
+bvP
+bzE
+bBr
+bCZ
+bEI
+bGA
+bIu
+bKA
+bMw
+bOv
+bQu
+bSH
+bUL
+bWx
+bYh
+cad
+cbN
+cbN
+cbN
+bQr
+bQu
+cjG
+clg
+cmt
+cnV
+cpC
+cqQ
+csj
+ctP
+cvr
+cwJ
+cyt
+cAf
+cBF
+cvs
+cDV
+cFE
+cGX
+cIr
+cIw
+cIs
+cNu
+cPj
+cQW
+cIw
+cKs
+cVL
+cXz
+cVL
+daj
+dbI
+dda
+deO
+dgB
+dgB
+djM
+dgB
+dgB
+doa
+doa
+dre
+doa
+dcZ
+dbG
+dwK
+dwK
+dwK
+dAl
+dwK
+dwK
+dwK
+dEU
+dGt
+dgB
+dIE
+dJh
+dKc
+dJh
+dLX
+dMX
+dNR
+dOO
+dOO
+dOO
+dOO
+dOO
+dOO
+dOO
+dOO
+dOO
+dOO
+dOO
+dWG
+dXh
+dXP
+dYC
+dZq
+dZT
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(155,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+abp
+abq
+abV
+abY
+aco
+acu
+acI
+acI
+acI
+acI
+adP
+aco
+aen
+abV
+aaa
+aaa
+aaa
+aaa
+aax
+ago
+agV
+ahE
+afP
+ahE
+akx
+ahE
+ahE
+ahE
+afP
+ahE
+aqC
+arB
+asW
+atY
+avr
+awp
+axn
+ayB
+azD
+aAA
+aBM
+aCU
+aEk
+aFG
+aHd
+aIi
+aJD
+aLc
+aMR
+aBM
+aQd
+aRM
+aTu
+aUW
+aWR
+aBM
+baa
+bbw
+bcH
+bee
+bfY
+bhP
+bbv
+bkW
+bmV
+boQ
+bqt
+aaa
+bsS
+bun
+bvO
+bxJ
+bzH
+bBs
+bDa
+bEJ
+bGx
+bIv
+bKB
+bMA
+bOw
+bQu
+bSE
+bUN
+bWB
+bYh
+bZY
+cbN
+cdG
+cfg
+bQr
+bQs
+cjB
+cjB
+cmt
+cnW
+cpD
+cqR
+csk
+ctQ
+cvu
+cwN
+cyu
+cwN
+cwN
+cvu
+cDW
+cFF
+cGY
+cIs
+cKg
+cLK
+cNv
+cPk
+cQX
+cSr
+cKs
+cVM
+cXA
+cYZ
+cXz
+dbJ
+ddb
+cVL
+dgB
+dhM
+djN
+dlz
+dmR
+doa
+dpC
+drf
+doa
+duf
+dvk
+dwK
+dxR
+dyX
+dAm
+dBE
+dCV
+dwK
+dEV
+dGu
+dgB
+dgB
+dJi
+dJi
+dJi
+dgB
+dMQ
+dNS
+dOP
+dPA
+dPA
+dPA
+dPA
+dPA
+dPA
+dPA
+dUG
+dPA
+dPA
+dPA
+dXi
+dXQ
+dYD
+dZr
+dZR
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(156,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+abq
+abU
+abV
+acl
+abV
+abW
+abW
+abW
+abW
+adL
+acl
+abV
+abV
+aaa
+aaa
+aaa
+aaa
+aaD
+agu
+agZ
+ahK
+afO
+ajw
+aky
+alt
+amo
+amo
+afO
+apj
+aqD
+arC
+asW
+asW
+asW
+asW
+asW
+asW
+azE
+asW
+aBM
+aCV
+aEl
+aFH
+aHe
+aIj
+aJE
+aLd
+aMS
+aEk
+aQe
+aRN
+aTv
+aUX
+aWS
+aYB
+bab
+bbx
+bcI
+bef
+bbz
+bhQ
+bbv
+bkW
+bmW
+boR
+bqt
+aaa
+bsT
+buo
+bvS
+bvP
+bzy
+bBt
+bDb
+bEK
+bGx
+bIw
+bKC
+bMB
+bOx
+bQs
+bSE
+bUO
+bWC
+bYl
+cae
+cbN
+cdH
+cfh
+cgx
+bQs
+aaa
+aaa
+cmt
+cnV
+cpE
+cmt
+csl
+cqK
+cvs
+cwH
+cyv
+cAa
+cBG
+cCX
+bkP
+bmW
+cGY
+cIs
+cKh
+cLL
+cNw
+cPl
+cQY
+cSs
+cUe
+cVN
+cXB
+cZa
+dak
+dbK
+ddc
+deP
+dgB
+dhN
+djO
+dlA
+dhO
+doa
+dpD
+drg
+dsG
+dug
+dvl
+dwK
+dxS
+dyY
+dAn
+dBF
+dyY
+dwK
+dEW
+dGv
+dHP
+aaa
+aaf
+aaa
+aaf
+aaa
+dMY
+dMY
+dMY
+dMY
+dMY
+dRe
+dRY
+dRe
+dMY
+dMY
+dUH
+dMY
+dMY
+dRe
+dXj
+dXR
+dYE
+dZs
+dZU
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(157,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+ach
+aax
+aaf
+aaa
+aaa
+aaf
+aax
+ach
+aax
+aaf
+aaf
+aaf
+aaf
+aaf
+aax
+agl
+agN
+ahL
+ahL
+ajx
+akz
+alu
+amu
+ahL
+ahN
+aeX
+aqE
+arD
+asW
+atZ
+aua
+awq
+aua
+ayC
+azF
+aAB
+aBN
+aCW
+aEl
+aFI
+aHf
+aIk
+aJF
+aLe
+aMT
+aOu
+aQf
+aRO
+aTw
+aUY
+aWT
+aYC
+bac
+bby
+bcJ
+beg
+bfZ
+bhR
+bjF
+bkW
+bmX
+boR
+bqt
+aaa
+bsT
+bup
+bvT
+bxK
+bzy
+bBd
+bCN
+bEB
+bGx
+bGx
+bGx
+bGx
+bGx
+bQs
+bQr
+bQr
+bQr
+bYm
+caf
+cbO
+cdA
+cdA
+cgw
+cib
+aaf
+aaf
+cmu
+cnX
+cpF
+cqK
+aaf
+aaf
+cvr
+cwO
+cyw
+cAg
+cBH
+cCW
+bkP
+bmX
+cGY
+cIt
+cKi
+cLM
+cNx
+cPm
+cQZ
+cSt
+cUf
+cVO
+cXC
+cZb
+cZb
+dbL
+ddd
+deQ
+dgB
+dhO
+djP
+dlB
+dmS
+dob
+dpE
+drh
+dsH
+duh
+dvm
+dwL
+dxT
+dyZ
+dAo
+dBG
+dCW
+dwK
+dEX
+dGw
+dHP
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+dMY
+dRf
+dMY
+dRf
+dMY
+aaf
+aaf
+aaf
+dMY
+dRf
+dXk
+dXS
+dXk
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(158,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aax
+aci
+aax
+aax
+aax
+aax
+aax
+aax
+aci
+aax
+aaa
+aaf
+aaa
+aaa
+aaa
+aaD
+agv
+agN
+ahL
+aiv
+ajy
+akA
+alv
+amv
+anF
+ahL
+apk
+aqF
+arE
+asW
+aua
+avs
+awr
+axo
+ayD
+azG
+aAC
+aBO
+aCX
+aEm
+aFJ
+aHg
+aIl
+aIl
+aLf
+aMU
+aOv
+aQg
+aRP
+aTx
+aUZ
+aWU
+aEk
+bad
+bbz
+bcK
+beh
+bga
+bhS
+bjG
+bkX
+bmY
+boS
+bqt
+aaa
+bsU
+bue
+bsV
+bxL
+bzy
+bBd
+bCN
+bEL
+bEL
+bIx
+bKD
+bMC
+bEL
+bQr
+bSI
+bQr
+bQr
+bYn
+cag
+cbP
+bQr
+bSI
+bQr
+bQs
+aaa
+aaa
+cmt
+cnY
+cpG
+cqS
+cqS
+ctR
+cqS
+cqS
+cqS
+cqS
+cqS
+cqS
+cDX
+bmX
+cGY
+cIt
+cKi
+cLL
+cNy
+cPn
+cLM
+cSu
+cUg
+cVP
+cXD
+cZc
+dal
+dbM
+dde
+deR
+dgC
+dhP
+djQ
+dlC
+dmT
+doc
+dpF
+dri
+dsI
+dui
+dvn
+dwK
+dxU
+dza
+dAp
+dBH
+dCX
+dwK
+dEY
+dGx
+dHP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+dMY
+dRe
+dMY
+dRe
+dMY
+aaa
+aaa
+aaa
+dMY
+dRe
+dXk
+dXR
+dXk
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(159,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aay
+aaD
+aaD
+aaD
+aaD
+aaD
+aax
+aax
+aaD
+abR
+aax
+ach
+aax
+acK
+acY
+adi
+adr
+aax
+acj
+aax
+abT
+aaD
+aax
+aax
+aaD
+afR
+agl
+agN
+ahM
+aiw
+ajz
+akB
+alw
+amw
+anG
+aoo
+apl
+aqG
+arF
+asX
+aub
+avt
+aws
+axp
+ayE
+azH
+aAD
+aBP
+aCY
+aEn
+aFK
+aHh
+aIm
+aJG
+aLg
+aBM
+aBM
+aQh
+aRQ
+aTy
+aUZ
+aWV
+aJG
+bae
+bbz
+bcL
+bei
+bbz
+bhT
+bjH
+bkS
+bmZ
+boJ
+bqu
+aaf
+aaf
+aaf
+bsS
+bxM
+bzI
+bBj
+bDc
+bEM
+bGB
+bIy
+bKE
+bMD
+bEL
+bEL
+bEL
+bQC
+bQC
+bQC
+bQC
+bQC
+bQC
+cfi
+cfi
+cfi
+cfi
+cfi
+cfi
+cnV
+cpG
+cqS
+csm
+ctS
+cvv
+cwP
+cyx
+cAh
+cBI
+cqS
+bkP
+bmX
+cGY
+cIs
+cKj
+cLM
+cNx
+cPo
+cLO
+cSv
+cUh
+cVQ
+cXE
+cZd
+dam
+dbN
+cZb
+deS
+dgB
+dhQ
+djR
+dlD
+dmU
+doa
+dpG
+drj
+dsJ
+duj
+dvo
+dwM
+dxV
+dxX
+dAq
+dBI
+dxW
+dwK
+dEZ
+dGy
+dHP
+aaa
+aaa
+dJk
+dKS
+dKT
+dKT
+dKU
+dKU
+dKT
+dKT
+dRg
+dRZ
+dSR
+dKT
+dKU
+dKU
+dKU
+dKT
+dRg
+dKT
+dXT
+dKT
+dKT
+dKT
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(160,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aau
+aau
+aau
+aaM
+aaR
+aax
+abb
+aaP
+aaP
+abG
+aaP
+aaP
+aaP
+acq
+acF
+acZ
+acF
+acF
+acF
+acF
+acF
+acF
+aeQ
+acF
+acF
+afz
+afP
+agw
+aha
+ahN
+aix
+ajA
+akC
+alx
+amx
+anH
+ahL
+apm
+aqH
+arG
+asY
+auc
+avu
+awt
+axq
+ayF
+azI
+aAE
+aBN
+aCZ
+aEo
+aFL
+aEo
+aEo
+aJH
+aEo
+aMV
+aOw
+aQi
+aRQ
+aTz
+aVa
+aWW
+aEk
+baf
+bbA
+bcM
+bej
+bby
+bhU
+bjI
+bkV
+bmX
+boR
+bqt
+aaa
+aaf
+aaa
+bsY
+bxN
+bzJ
+bBd
+bDd
+bEL
+bGC
+bIz
+bIB
+bME
+bOy
+bQy
+bSJ
+bUP
+bWD
+bYo
+cah
+cbQ
+bQC
+cfj
+cfj
+cid
+cjH
+clh
+cfi
+cnV
+cpH
+cqT
+csn
+ctT
+cvw
+cwQ
+cwQ
+cAi
+cBJ
+cqT
+cDY
+bmY
+cGZ
+cIs
+cKk
+cLL
+cNx
+cPp
+cLM
+cSw
+cKs
+cVR
+cXF
+cXF
+cXF
+dbO
+cXF
+deT
+dgD
+dgD
+dgD
+dgD
+dgD
+dod
+dpH
+drk
+dsK
+duk
+dvp
+dwN
+dxS
+dzb
+dAr
+dBJ
+dCY
+dwK
+dFa
+dGz
+dHQ
+aaa
+dJj
+dKd
+dKT
+dLY
+dMZ
+dNT
+dNT
+dPB
+dMZ
+dOS
+dSa
+dOS
+dMZ
+dNT
+dNT
+dNT
+dMZ
+dOS
+dKT
+dXU
+dYF
+dZt
+dZV
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(161,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaq
+aav
+aaA
+aaF
+aaN
+aaS
+aaW
+abc
+abh
+abh
+abh
+abh
+abh
+abh
+acr
+abh
+ada
+abh
+abh
+adJ
+abh
+abh
+abh
+abh
+abh
+abh
+afA
+aba
+agx
+ahb
+ahL
+ahL
+ahL
+ahL
+ahL
+ahL
+ahL
+ahL
+ajD
+aiB
+arH
+asZ
+aud
+avv
+awu
+axr
+ayG
+azJ
+aAF
+aBQ
+aBQ
+aEp
+aFM
+aHi
+aBQ
+aBQ
+aLh
+aHi
+aOx
+aQj
+aRR
+aTA
+aVb
+aWX
+aEk
+baf
+bbz
+bcK
+bek
+bbz
+bhR
+bjF
+bkY
+bna
+boR
+bqt
+aaa
+aaf
+aaa
+bsV
+bxC
+bzA
+bBu
+bDe
+bEN
+bGD
+bIA
+bKF
+bMF
+bOz
+bQz
+bSK
+bUQ
+bWE
+bYp
+cai
+cbR
+bQC
+cfj
+cfj
+cie
+cjI
+cli
+cmx
+cnZ
+cpI
+cqU
+cso
+ctU
+cvx
+cwR
+cyy
+cAj
+cBK
+cCZ
+cDZ
+bna
+cGY
+cIu
+cKl
+cLN
+cNx
+cPq
+cLL
+cSx
+cUe
+cVS
+cXG
+cZe
+dan
+dbP
+ddf
+deU
+dgD
+dhR
+djS
+dlE
+dmV
+dod
+dpI
+drl
+dsL
+dul
+dvq
+dwN
+dxW
+dxW
+dAq
+dBI
+dxX
+dwK
+dEX
+dGA
+dHP
+aaa
+dJj
+dKd
+dKU
+dLZ
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dWH
+dXl
+dXU
+dXU
+dXU
+dZV
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(162,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aau
+aau
+aau
+aaM
+aaT
+aax
+abd
+aaQ
+aaQ
+abH
+aaQ
+aaQ
+aaQ
+aaQ
+aaQ
+adb
+aaQ
+aaQ
+adK
+aec
+aea
+aew
+aeR
+aea
+aea
+afB
+afS
+agj
+ahc
+aeX
+aiy
+ajB
+akD
+aly
+aly
+anI
+agA
+agA
+aqI
+arI
+asZ
+aue
+avw
+awv
+axs
+ayH
+azK
+aAG
+aBQ
+aDa
+aEq
+aFN
+aHj
+aIn
+aJI
+aLi
+aMW
+aOy
+aQk
+aRQ
+aTB
+aUZ
+aWY
+aEk
+baf
+bbz
+bcL
+bei
+bbz
+bhV
+bbv
+bkW
+bmX
+boR
+bqt
+aaa
+aaf
+aaa
+bsV
+bxO
+bzK
+bBv
+bCN
+bEO
+bGE
+bIB
+bKG
+bMG
+bOA
+bQA
+bSL
+bQC
+bWF
+bYq
+caj
+cbS
+bQC
+cfk
+cfk
+cif
+cjJ
+clj
+cfi
+coa
+cpG
+cqS
+csp
+ctV
+cvy
+cwS
+cyz
+cAk
+cBL
+cqS
+bkP
+bmX
+cGY
+cIs
+cKm
+cLL
+cNx
+cPp
+cLM
+cSy
+cKs
+cVT
+cXz
+cZf
+cXz
+dbQ
+ddg
+deV
+dgD
+dhS
+djT
+dlF
+dmW
+dod
+dpJ
+drm
+dsM
+dum
+dvr
+dwN
+dxS
+dzc
+dAs
+dBK
+dCZ
+dwK
+dFb
+dGB
+dHP
+aaa
+dJj
+dKd
+dKU
+dLZ
+dNa
+dNU
+dNU
+dNU
+dNU
+dNU
+dNa
+dNU
+dNU
+dNU
+dNU
+dNU
+dNa
+dWH
+dKT
+dXV
+dXU
+dXU
+dZV
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(163,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaB
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+acv
+acL
+adc
+aaG
+aaG
+acv
+aed
+aeo
+aaG
+aaG
+aeX
+afm
+aeX
+aeX
+agy
+ahd
+aeX
+aiz
+ajC
+ajC
+alz
+amy
+anJ
+aop
+ahg
+aqJ
+arJ
+asZ
+aue
+avv
+aww
+axt
+ayI
+azL
+aAH
+aBQ
+aDb
+aEr
+aFO
+aHk
+aIo
+aJJ
+aLj
+aMX
+aOz
+aQl
+aRS
+aTB
+aUZ
+aWZ
+aYD
+bag
+bbz
+bcL
+bei
+bbz
+bhW
+bbv
+bkW
+bmX
+boT
+boZ
+aaf
+aaf
+aaf
+bsV
+bxP
+bzy
+bBd
+bDf
+bEL
+bGF
+bIB
+bKH
+bMH
+ebJ
+bOB
+bSM
+bQC
+bWG
+bYr
+cak
+cbT
+cdI
+cfl
+cfk
+cig
+cjK
+clk
+cmy
+cob
+cpJ
+cqS
+csq
+ctW
+cvz
+cwT
+cyA
+cAl
+cBM
+cqS
+bkP
+bmX
+cGY
+cIs
+cKn
+cLM
+cNx
+cPp
+cLL
+cSz
+cIs
+cVU
+cXH
+cZg
+cKs
+dbR
+ddh
+deW
+dgD
+dhT
+djU
+dlG
+dmX
+dod
+dpK
+drn
+dsN
+dun
+dvs
+dwN
+dxX
+dxW
+dAq
+dBI
+dDa
+dwK
+dEZ
+dGC
+dHQ
+aaf
+dJk
+dJk
+dKT
+dLZ
+dNa
+dNV
+dOQ
+dPC
+dQp
+dNV
+dNa
+dSS
+dQp
+dUb
+dOR
+dSS
+dNa
+dWH
+dKU
+dXV
+dXU
+dZu
+dZV
+dKT
+dKT
+dRZ
+dKU
+dKT
+dKT
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(164,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaG
+aaX
+aaG
+abi
+abr
+abI
+abX
+acd
+aaG
+acw
+acM
+add
+adj
+adu
+adQ
+aee
+adQ
+aeA
+aaG
+aeY
+afn
+afn
+aeX
+agz
+ahe
+aeX
+aiA
+ajD
+aeX
+aeX
+aeX
+afF
+aeX
+aeX
+aeX
+arK
+asZ
+auf
+avx
+awx
+axu
+aua
+azM
+aAI
+aBQ
+aDc
+aEs
+aFP
+aHl
+aIp
+aJK
+aLk
+aMY
+aOA
+aQm
+aRT
+aTC
+aVc
+aXa
+aBM
+bah
+bag
+bcN
+bek
+bgb
+bhX
+aZZ
+bkZ
+bmX
+boR
+bqt
+aaa
+aaf
+aaa
+bsV
+bxz
+bzy
+bBd
+bDg
+bEL
+bGG
+bIC
+bKI
+bIB
+bOC
+bQB
+bSN
+bUR
+bWH
+bYr
+cal
+cbU
+bUP
+cfm
+cgz
+cih
+cjL
+cll
+cmz
+coc
+cpK
+cqS
+cqS
+ctX
+cvA
+cwU
+cyB
+cAm
+cBN
+cqS
+cEa
+bmX
+cHa
+cIv
+cKo
+cLO
+cNz
+cPr
+cLM
+cSA
+cUi
+cVV
+cXI
+cZh
+dao
+dbS
+ddi
+deX
+dgE
+dhU
+djU
+dlH
+dmY
+doe
+dpL
+dro
+dsO
+duo
+dvt
+dwN
+dxY
+dzd
+dAt
+dBL
+dDb
+dwK
+dEX
+dGA
+dHP
+aaa
+dJj
+dKd
+dKT
+dLZ
+dNa
+dNT
+dNT
+dNT
+dNT
+dNT
+dNa
+dNT
+dNT
+dNT
+dNT
+dNT
+dNa
+dWH
+dKT
+dXW
+dXU
+dZv
+dZW
+dKT
+eat
+eax
+eaD
+eaL
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(165,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaH
+aaU
+aaY
+abe
+abj
+abs
+abJ
+abJ
+ace
+acp
+acx
+acN
+ade
+adk
+adv
+adR
+aef
+adR
+aeB
+aeS
+aeZ
+afo
+afC
+aeX
+aeX
+aeX
+aeX
+aiB
+ajE
+aeX
+alA
+amz
+anK
+aoq
+apn
+aeX
+arL
+asZ
+asW
+avy
+awy
+asW
+ayJ
+asW
+asW
+aBQ
+aBQ
+aEt
+aFQ
+aHm
+aBQ
+aBQ
+aEp
+aMZ
+aOx
+atc
+aRU
+aTD
+ata
+aXb
+aXb
+aXf
+bbB
+bcO
+bel
+aXf
+aXb
+aXb
+bla
+bmX
+boR
+bqt
+aaa
+aaf
+aaa
+bsV
+bxw
+bzL
+bBc
+bCL
+bEL
+bGH
+bID
+bKJ
+bMI
+bEL
+bQC
+bQC
+bQC
+bWI
+bYs
+cam
+cbV
+bQC
+cfn
+cgA
+cii
+cjM
+clm
+cfi
+cod
+cpG
+cqV
+cqS
+ctY
+cvB
+cwV
+cyC
+cAn
+cBO
+cDa
+cDL
+bmX
+cGY
+cIt
+cKp
+cLM
+cNx
+cPm
+cLL
+cSA
+cUj
+cVW
+cXJ
+cZi
+dap
+dbT
+ddj
+deY
+dgE
+dhV
+djV
+dlI
+dmZ
+dof
+dpM
+drp
+dsP
+dup
+dvu
+dwN
+dxZ
+dze
+dAu
+dBM
+dDc
+dwK
+dEY
+dGz
+dHP
+aaa
+dJj
+dKd
+dKU
+dLZ
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dWI
+dKT
+dKT
+dXl
+dKU
+dRZ
+dKT
+eau
+eay
+eaE
+eaM
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(166,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaG
+aaZ
+aaG
+abk
+abt
+abK
+abK
+acf
+aaG
+acy
+acO
+adf
+adl
+abK
+adS
+aeg
+aep
+aeC
+aaG
+afa
+afp
+afD
+afT
+agA
+ahf
+ahO
+aiC
+ajF
+aeX
+alB
+amA
+anL
+aor
+alC
+aeX
+arM
+ata
+aug
+avz
+awz
+axv
+ayK
+azN
+aAJ
+avF
+aDd
+aEu
+aFR
+aHn
+aIq
+aJL
+aLl
+aNa
+aOB
+aQn
+aRV
+aTE
+aVd
+aXc
+aYE
+bai
+bbC
+bcP
+bem
+bgc
+bhY
+aXb
+blb
+bmX
+boR
+bqt
+aaa
+aaf
+aaa
+bsV
+bxy
+bzM
+bBw
+bxy
+bEL
+bGI
+bIE
+bIE
+bIB
+bOD
+bQC
+bSO
+bUS
+bWJ
+bYt
+can
+cbW
+bQC
+cfo
+cfk
+cij
+cjN
+cln
+cmA
+cnV
+cpG
+cqW
+cqS
+ctZ
+cvC
+cwW
+cyD
+cAo
+cBP
+cDb
+cDL
+bmX
+cGY
+cIs
+cKq
+cLL
+cNw
+cPl
+cLM
+cSA
+cUk
+cVX
+cLM
+cSA
+cIs
+dbT
+ddk
+deY
+dgE
+dhW
+djW
+dlJ
+dna
+dog
+dpN
+drq
+dsQ
+duq
+dvv
+dwN
+dwK
+dwK
+dAv
+dBN
+dwK
+dwK
+dFc
+dGD
+dHQ
+aaf
+dJk
+dJk
+dKT
+dLZ
+dNa
+dNU
+dNU
+dNU
+dNU
+dNU
+dNa
+dNU
+dNU
+dNU
+dNU
+dNU
+dNa
+dWH
+dKU
+dXX
+dYG
+dZw
+dZX
+dNc
+eav
+eav
+eaF
+eaN
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(167,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aaG
+aaG
+abf
+abl
+abu
+abL
+abf
+acg
+aaG
+acg
+acg
+acg
+acg
+adw
+acg
+acg
+acg
+acg
+aaG
+afb
+afq
+afE
+afU
+agB
+ahg
+ahP
+aiD
+ajG
+aeX
+alC
+amB
+anM
+amA
+apo
+aeX
+arN
+ata
+auh
+avA
+awA
+axw
+ayL
+azO
+aAK
+avG
+awC
+aEv
+aFS
+azQ
+awC
+awC
+aLm
+aul
+aOC
+aQo
+aRW
+aTF
+aVe
+aXd
+aYF
+baj
+bbD
+bcQ
+ben
+bgd
+bhZ
+aXf
+bkW
+bmX
+boU
+boZ
+brL
+brL
+brL
+bsV
+bxx
+bzy
+bBd
+bDh
+bEL
+bGJ
+bIF
+bKK
+bMJ
+bOE
+bQC
+bSP
+bUT
+bWK
+bYu
+cao
+cbX
+bQC
+cfp
+cfk
+cik
+cjO
+clo
+cfi
+cnV
+cpG
+cqX
+cqS
+cua
+cvD
+cwX
+cyE
+cAp
+cBQ
+cDc
+cDL
+bmX
+cGY
+cIs
+cKr
+cLP
+cNA
+cPs
+cRa
+cSB
+cIs
+cVY
+cXK
+cZj
+cKs
+dbT
+ddj
+deY
+dgD
+dhX
+djX
+dlK
+dnb
+dod
+dpO
+drr
+dsR
+dur
+dvw
+dwN
+dya
+dyY
+dAw
+dBO
+dDd
+dwK
+dFd
+dGE
+dHP
+aaa
+dJj
+dKd
+dKU
+dLZ
+dNa
+dNV
+dOR
+dPC
+dQp
+dNV
+dNa
+dSS
+dOQ
+dUb
+dUI
+dSS
+dNa
+dWH
+dXm
+dLZ
+dNa
+dNa
+dZY
+dXm
+eav
+eav
+eaG
+eaO
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(168,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aaf
+aaf
+abf
+abm
+abv
+abM
+abf
+aaf
+aaG
+acz
+acP
+acP
+acP
+acP
+acP
+acP
+acP
+aeq
+aaG
+afc
+afr
+afF
+afc
+aeX
+afc
+ahQ
+afc
+aeX
+aeX
+alD
+amC
+anM
+aos
+app
+aeX
+arN
+atb
+aui
+avB
+awB
+axx
+ayM
+azP
+aAL
+aBR
+aDe
+aEw
+aFT
+aFT
+ayM
+ayM
+aLn
+auq
+aOD
+aQp
+aRX
+aOE
+aVf
+aXe
+aYG
+bak
+bbE
+bcR
+beo
+bbD
+bia
+bjJ
+blc
+bmY
+boV
+boZ
+brM
+brM
+brK
+bsV
+bxw
+bzN
+bBc
+bCL
+bEL
+bEL
+bEL
+bEL
+bEL
+bEL
+bQC
+bQC
+bQC
+bQC
+bQC
+bQC
+bQC
+bQC
+cfi
+cfi
+cil
+cfi
+cfi
+cmB
+cnL
+cpo
+cqY
+cqS
+cqS
+cqS
+cqS
+cqS
+cqS
+cqS
+cDd
+bkS
+bmZ
+boJ
+cIw
+cKs
+cIs
+cNB
+cPt
+cIs
+cIw
+cKs
+cIs
+cXL
+cIs
+cKs
+dbT
+ddl
+deZ
+dgF
+dgE
+djY
+dlL
+dgE
+dod
+dpP
+drs
+dsS
+drs
+dvx
+dwN
+dyb
+dzf
+dAx
+dBP
+dDe
+dwK
+dFe
+dGF
+dHP
+aaa
+dJj
+dKd
+dKU
+dLZ
+dNa
+dNT
+dNT
+dNT
+dNT
+dNT
+dNa
+dNT
+dNT
+dNT
+dNT
+dNT
+dNa
+dWH
+dXm
+dLZ
+dNa
+dNa
+dZY
+dXm
+eav
+eav
+eaH
+eaP
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(169,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aaf
+aaf
+abg
+abn
+abw
+ebg
+abf
+aaa
+aaG
+acA
+acz
+acQ
+acR
+acR
+acR
+acR
+aeq
+aeD
+aaG
+afd
+afs
+afG
+afV
+aeX
+afn
+ebW
+aiE
+ajH
+akE
+alB
+amC
+anN
+amE
+amE
+aqK
+arN
+atc
+auj
+avC
+awC
+axy
+ayN
+azQ
+axA
+awC
+aDf
+aEv
+aFU
+awC
+ayQ
+awC
+aLo
+aNb
+aDe
+aQq
+aRY
+aDe
+aVg
+aXf
+aYH
+bal
+bbF
+bcS
+bep
+bge
+bib
+aXf
+bkW
+bnb
+boW
+bqq
+brN
+bsZ
+brN
+bvU
+bxQ
+bzO
+bBx
+bxQ
+brN
+bGK
+brN
+brN
+brN
+bqq
+bsZ
+bSQ
+brN
+brN
+bsZ
+brN
+brN
+brN
+brN
+cgB
+cim
+brN
+brN
+bqq
+coe
+cpL
+cqZ
+csr
+cub
+cvE
+cwY
+cqZ
+cqZ
+cqZ
+brH
+bkT
+cFG
+ebU
+cIg
+cKs
+cLQ
+cNv
+cPu
+cRb
+cRb
+cUl
+cRb
+cXM
+cZk
+cRb
+dbU
+ddm
+dfa
+dat
+dhY
+djZ
+dlM
+dnc
+doh
+dpQ
+drt
+dsT
+dpQ
+dvy
+dwO
+dyc
+dzg
+dAy
+dBQ
+dDf
+dwO
+dFf
+dGG
+dHQ
+aaf
+dJk
+dJk
+dKT
+dLZ
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dNa
+dWH
+dKU
+dXY
+dYH
+dZx
+dYJ
+dNc
+eav
+eaz
+eaF
+eaQ
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(170,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+abf
+abo
+abx
+abO
+abf
+aaf
+aaG
+acA
+acQ
+acR
+acR
+acR
+acR
+acR
+acR
+aeD
+aaG
+afe
+aft
+afH
+afW
+agC
+afn
+ahR
+aiF
+aeX
+akF
+alE
+amD
+anO
+amC
+apq
+aqL
+arO
+atd
+auk
+avD
+awD
+axz
+ayO
+azR
+awD
+ayO
+aDg
+aEx
+aFV
+aHo
+aIr
+aJM
+aLp
+aNc
+aOE
+aQr
+aRZ
+awC
+aVh
+aXb
+aYI
+bam
+bbG
+bcT
+beq
+bgf
+bic
+aXb
+bld
+bnc
+boX
+bqv
+brO
+bta
+buq
+brO
+brO
+bzP
+bBy
+bCG
+buq
+brO
+brO
+brO
+brO
+bqv
+bta
+bSR
+brO
+brO
+bXY
+brO
+brO
+brO
+brO
+bta
+boX
+brO
+brO
+bqv
+bBy
+cpM
+brO
+brO
+bta
+brO
+brO
+brO
+brO
+cBR
+brO
+bBy
+cFH
+boH
+cIy
+cKs
+cLR
+cNC
+cPv
+cLO
+cSC
+cLO
+cSC
+cLO
+cZl
+daq
+dbV
+ddn
+dfb
+dgG
+dhZ
+dka
+dlN
+dnd
+doi
+dnd
+dru
+dsU
+dlN
+dvz
+dwP
+dyd
+dzh
+dAz
+dBR
+dDg
+dEm
+dFg
+dGH
+dHP
+aaa
+dJj
+dKd
+dKU
+dLY
+dNb
+dNU
+dOS
+dOS
+dNU
+dNU
+dNU
+dNU
+dNU
+dNU
+dOS
+dOS
+dNb
+dLY
+dKT
+dRZ
+dKT
+dKT
+dZZ
+dKT
+eau
+eaA
+eaI
+eaR
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(171,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+abg
+abg
+aby
+abg
+abg
+aaf
+aaG
+acA
+acR
+acR
+acR
+adx
+acR
+acQ
+acR
+aeD
+aaG
+aff
+aft
+afG
+afX
+agD
+ahh
+ahS
+aiG
+aeX
+akG
+afn
+amE
+amE
+amA
+alB
+aqM
+arP
+atc
+aul
+avE
+awC
+awC
+axA
+azQ
+axA
+axA
+awC
+awC
+axA
+aHp
+awC
+awC
+aLm
+aul
+awC
+aQs
+aSa
+axA
+aVi
+aXb
+aXb
+aXf
+bbH
+bcO
+ber
+aXf
+aXb
+aXb
+ble
+bnd
+boY
+bqs
+brP
+btb
+bur
+bvV
+brP
+bzQ
+bBz
+bBz
+bEP
+bGL
+brP
+brP
+bMK
+bqs
+bQD
+bSS
+bUU
+brJ
+bYv
+brJ
+brJ
+cdJ
+cfq
+cgC
+cin
+cjP
+brJ
+bqs
+cof
+cof
+cra
+css
+cuc
+brJ
+bYv
+brJ
+brJ
+cdJ
+brJ
+cEb
+cFI
+cHb
+cIz
+cKs
+cLS
+cND
+cPw
+cRc
+cRc
+cUm
+cRc
+cRc
+cRc
+cRc
+dbW
+ddo
+dfc
+dav
+dia
+dia
+dlO
+dlO
+doj
+dlO
+drv
+dlO
+dus
+dvA
+dwK
+dxS
+dzi
+dAA
+dBS
+dxS
+dwK
+dEY
+dGA
+dHP
+aaa
+dJj
+dKd
+dKT
+dKT
+dNc
+dKU
+dOT
+dOT
+dKU
+dRh
+dKT
+dKT
+dKT
+dKT
+dUJ
+dUJ
+dKT
+dKT
+dKT
+dXZ
+dYI
+dZy
+dSa
+dKT
+eaw
+eaB
+eaJ
+eaS
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(172,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+abg
+abz
+abg
+aaf
+aaf
+aaG
+acA
+acR
+acR
+acR
+ady
+acR
+acR
+acR
+aeD
+aaG
+afg
+afs
+afI
+afY
+agE
+ahi
+ahT
+aiH
+aeX
+akH
+alF
+amF
+amC
+amB
+apr
+aqM
+arQ
+atc
+aum
+avF
+awE
+axA
+ayP
+azS
+aAM
+awC
+awG
+awC
+ayP
+aHq
+awG
+awC
+aLq
+auq
+aOF
+aQp
+aSb
+aTG
+aVj
+aXb
+aYJ
+ban
+bbI
+bcU
+bes
+bgg
+bid
+aXb
+blf
+aXb
+boZ
+boZ
+brQ
+btc
+bus
+bvW
+bxR
+boZ
+boZ
+boZ
+bEQ
+boZ
+bIG
+bIG
+bIG
+bOF
+bQE
+bST
+bUV
+bWL
+bWM
+bWM
+bWM
+bWM
+cfr
+cgD
+bWP
+bWM
+bWM
+bWM
+bWM
+cpN
+crb
+cst
+cud
+cvF
+cvF
+cvF
+cvF
+cvF
+cDe
+cDe
+cFJ
+cHc
+cDe
+cDe
+cLT
+cLT
+cPx
+cRd
+cSD
+cLT
+cLT
+cXN
+cSD
+dar
+dbX
+ddp
+dfd
+cIu
+cIs
+cWd
+cWd
+cIs
+dok
+dpR
+drw
+dsV
+dol
+dvB
+dol
+dol
+dol
+dol
+dol
+dol
+dol
+dEY
+dGI
+dHQ
+aaf
+dJk
+dJk
+dKT
+dMa
+dNd
+dNW
+dOS
+dOS
+dQq
+dRi
+dKT
+dST
+dTv
+dUc
+dOS
+dOS
+dWa
+dWJ
+dKT
+dYa
+dYI
+dKS
+dKT
+dKT
+dKT
+dRZ
+dKU
+dKT
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(173,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abg
+aby
+abg
+aaf
+aaf
+aaG
+acA
+acR
+acQ
+acR
+adz
+acR
+acR
+acR
+aeD
+aaG
+afh
+aft
+afJ
+afZ
+agF
+ahh
+ahU
+ahX
+aeX
+akI
+alG
+afs
+anP
+amC
+aps
+aqM
+arR
+atc
+aun
+avF
+awF
+awC
+awG
+azS
+aAN
+awC
+ayP
+axA
+aFW
+aHp
+awG
+axA
+aLm
+auq
+aOG
+aQt
+aSc
+aTH
+aVk
+aXg
+aYK
+aYF
+bbJ
+bcQ
+bet
+bgh
+bie
+bjK
+blg
+aXb
+aaa
+aaf
+aaa
+btd
+but
+bvX
+aaa
+aaf
+aaa
+boZ
+bER
+boZ
+bIH
+bKL
+bML
+bIG
+bQF
+bSU
+bUW
+bWM
+bYw
+cap
+cbY
+cdK
+cfs
+cgE
+cfu
+cjQ
+clp
+cmC
+cog
+bWM
+crc
+csu
+boH
+cvF
+cwZ
+cyF
+cAq
+cvF
+cDf
+cEc
+cFK
+cHd
+cIA
+cKt
+cLU
+cNE
+cPy
+cRe
+cSE
+cUn
+cVZ
+cXO
+cZm
+cVZ
+dbY
+ddj
+dfe
+cIs
+dib
+dkb
+dkb
+dne
+dol
+dpS
+drx
+dsW
+dut
+dvC
+dwQ
+dye
+dzj
+dAB
+dBT
+dDh
+dol
+dEY
+dGx
+dHP
+aaa
+dJj
+dKd
+dKU
+dMb
+dNe
+dNX
+dNa
+dNa
+dQr
+dRj
+dSb
+dOS
+dTw
+dUd
+dUd
+dUd
+dWb
+dWK
+dKT
+dYb
+dYJ
+dZz
+eaa
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(174,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaf
+aae
+aaa
+aaf
+aaf
+aaf
+abA
+aaf
+aaf
+aaa
+aaG
+acA
+acQ
+acR
+acR
+acR
+acQ
+acR
+acR
+aeD
+aaG
+afi
+aft
+aft
+afZ
+agD
+ahj
+ebX
+aiI
+ajH
+akJ
+alH
+amG
+akG
+aot
+apt
+aqM
+arK
+atc
+auo
+avG
+awG
+axA
+ayQ
+azS
+aAO
+awC
+aDh
+axA
+aDf
+aHq
+ayP
+awC
+aLr
+aNd
+aOH
+aQu
+aSd
+aTI
+aVl
+aXh
+aYL
+bao
+bbK
+bcV
+beu
+bgi
+bif
+bjL
+blh
+aXb
+aaa
+bqw
+bqw
+bte
+buu
+bqw
+bqw
+bqw
+aaa
+boZ
+bES
+boZ
+bII
+bKM
+bMM
+bOG
+bQG
+bSU
+bUX
+bWN
+bYx
+caq
+cbZ
+cbZ
+cft
+cgF
+caq
+caq
+caq
+caq
+cbZ
+bWN
+crd
+csu
+boH
+cvF
+cxa
+cyG
+cAr
+cvF
+cDg
+cEd
+cFL
+cHe
+cEd
+cKu
+cLU
+cNF
+cPz
+cRf
+cSF
+cUo
+cWa
+cXP
+cZn
+das
+dbZ
+ddq
+dfe
+cKs
+dic
+dkc
+dlP
+dnf
+dom
+dpT
+dry
+dsX
+duu
+dvD
+dwR
+dyf
+dzk
+dAC
+dBU
+dDi
+dol
+dFa
+dGJ
+dHP
+aaa
+dJj
+dKd
+dKU
+dMc
+dNf
+dNY
+dNa
+dNa
+dQr
+dRj
+dSb
+dOS
+dTx
+dUe
+dUe
+dUe
+dWc
+dWK
+dKT
+dYa
+dYK
+dLZ
+eaa
+dKU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(175,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aaf
+aak
+aaf
+aae
+aaf
+aaG
+acA
+acB
+acR
+acQ
+acR
+acR
+acR
+aer
+aeD
+aaG
+afj
+aft
+afs
+aga
+aeX
+ahk
+ahV
+aiJ
+aeX
+aeX
+aeX
+afu
+afu
+aeX
+alJ
+aqN
+arS
+alJ
+aup
+avG
+awH
+awC
+ayR
+azT
+aAP
+awC
+awH
+ayN
+ayR
+aHr
+awH
+awC
+aLs
+aNe
+aNf
+aQv
+aSe
+aTJ
+aVm
+aNg
+aYM
+bap
+bbL
+bcW
+bev
+bgj
+big
+aXb
+bbO
+aXb
+aaf
+bqw
+brR
+btf
+but
+btj
+bxS
+bqw
+aaf
+boZ
+bET
+bGM
+bIJ
+bKN
+bMN
+bOH
+bQF
+bSU
+bUW
+bWO
+bYy
+car
+cca
+cdL
+cfu
+cgG
+cio
+car
+cfu
+cfu
+cfs
+bWO
+cre
+csv
+cue
+cvF
+cxb
+cyH
+cAs
+cvF
+cDh
+cEe
+cFM
+cHf
+cEd
+cKv
+cLU
+cNG
+cPA
+cRg
+cSG
+cUp
+cWb
+cXQ
+cZo
+cWb
+dca
+ddr
+dff
+cIs
+did
+dkd
+dlQ
+dng
+dom
+dpU
+drz
+dsY
+duv
+dvE
+dwS
+dyg
+dzl
+dyg
+dBV
+dDj
+dol
+dFa
+dGK
+dHQ
+aaa
+dJj
+dKd
+dKT
+dMd
+dNg
+dNZ
+dOU
+dPD
+dQs
+dRk
+dRh
+dSU
+dTy
+dUf
+dSa
+dSa
+dLY
+dWL
+dKT
+dLY
+dYL
+dZA
+eaa
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(176,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+aai
+eba
+aan
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aal
+aaa
+aae
+aaf
+aaG
+acB
+acS
+acS
+acS
+acS
+acS
+acS
+acS
+aer
+aaG
+aeX
+afu
+afu
+aeX
+aeX
+aeX
+ahW
+aeX
+aeX
+aaf
+aaf
+aaH
+aaH
+aaf
+alI
+aqO
+arT
+alJ
+auq
+avH
+awI
+awI
+ayS
+awI
+awI
+awI
+awI
+awI
+awI
+awI
+awI
+awI
+aLt
+aNf
+aOI
+aQw
+aSf
+aTK
+aVn
+aXi
+aYM
+bap
+bbM
+bcX
+bew
+bgk
+aXb
+aXb
+bli
+aXb
+aaa
+bqw
+brS
+btg
+buv
+bti
+bxT
+bqw
+aaa
+boZ
+bER
+boZ
+bIK
+bKO
+bMO
+bOI
+bQH
+bSV
+bUY
+bWP
+bYz
+car
+ccb
+cdL
+cfv
+cgH
+cip
+cjR
+clq
+cmD
+coh
+cpO
+crf
+csw
+cuf
+cvF
+cxc
+cyI
+cAt
+cvF
+cvF
+cvF
+cFN
+cHg
+cDg
+cKw
+cLU
+cLT
+cPB
+cRh
+cSH
+cLT
+cLT
+cPx
+cZp
+dar
+dcb
+ddk
+deY
+cKs
+die
+dke
+dlR
+dnh
+dom
+dpV
+drA
+dsZ
+duw
+dvF
+dwT
+dyh
+dzm
+dAD
+dBW
+dDk
+dol
+dFh
+dGL
+dHP
+aaa
+aaa
+dJk
+dKS
+dKT
+dKU
+dKU
+dKU
+dKU
+dKT
+dKT
+dRZ
+dKT
+dKU
+dKU
+dKU
+dKU
+dKU
+dKT
+dKT
+dKU
+dYM
+dYM
+dKU
+dKT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(177,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aai
+eba
+aan
+aaa
+aai
+aaj
+aan
+aaa
+aai
+eba
+aan
+aaa
+aaf
+abA
+aaf
+aae
+aaf
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaG
+aaf
+aaH
+aaH
+aaf
+aeX
+ahl
+ebY
+aiK
+aeX
+aaf
+alI
+alI
+alI
+alJ
+alJ
+aqP
+arU
+alJ
+aur
+avI
+awJ
+axB
+ayT
+ayT
+aAQ
+aAQ
+ayT
+aEy
+aAQ
+aAQ
+aDi
+aJN
+aLu
+aNf
+aOJ
+aQx
+aSg
+aTL
+aVo
+aNf
+aYN
+baq
+bbN
+bcX
+bex
+bgj
+bih
+aXb
+bar
+aXb
+aaa
+bqw
+brT
+bth
+buw
+bvY
+bxU
+bqw
+aaa
+boZ
+bEU
+boZ
+bIL
+bKP
+bMP
+bIG
+bQF
+bSU
+bUW
+bWM
+bYA
+car
+car
+cdL
+cfu
+cgG
+car
+car
+car
+cmE
+coi
+bWM
+crg
+csx
+boH
+cvF
+cxd
+cyJ
+cAu
+cBS
+cDi
+cEf
+cFO
+cHh
+cIB
+cDg
+cKs
+cNH
+cPC
+cRb
+cSI
+cUq
+cWc
+cRb
+cRb
+dat
+dcc
+ddj
+deY
+cIs
+dib
+dkb
+dkb
+dni
+dol
+dpW
+drB
+dta
+dux
+dvG
+dwU
+dyi
+dzj
+dAE
+dBX
+dDl
+dol
+dFi
+dGM
+dHP
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(178,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aai
+aaj
+aan
+aaa
+aai
+aaj
+aan
+aaa
+aai
+aaj
+aan
+aaa
+aaf
+abA
+aaa
+aaf
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aeX
+ahm
+ahY
+aiL
+aeX
+aaf
+alI
+amH
+anQ
+aou
+apu
+aqQ
+arV
+alJ
+aus
+avJ
+avJ
+avJ
+avJ
+awH
+aAR
+awH
+aDi
+aEz
+aEz
+aEz
+aIs
+aJN
+aLv
+aNf
+aOK
+aQy
+aSh
+aTL
+aVp
+aNg
+aYO
+bar
+bbF
+bcY
+bbF
+bgl
+bii
+aXb
+blj
+aXb
+aaa
+bqw
+brU
+bti
+bux
+bti
+bxV
+bqw
+aaa
+boZ
+bEU
+boZ
+bIG
+bIG
+bIG
+bIG
+bQI
+bSW
+bUZ
+bWM
+bYB
+bYB
+bYB
+cdM
+cfw
+cgI
+bYB
+bYB
+bYB
+cmF
+coj
+bWM
+crh
+csu
+boH
+cvG
+cxe
+cyK
+cAv
+cBT
+cDj
+cEg
+cFP
+cHi
+cIC
+cDg
+cKs
+cNI
+cLM
+cLL
+cNw
+cUr
+cLM
+cLL
+cLM
+dau
+dcd
+ddk
+dfg
+cIu
+cIs
+cWd
+cWd
+cIs
+dok
+dpR
+drC
+dsV
+dol
+dvH
+dol
+dol
+dol
+dol
+dol
+dol
+dol
+dch
+dGN
+cKs
+cKs
+dJl
+dJp
+dJp
+dJp
+dJp
+aaa
+dOV
+dMh
+dJp
+dJr
+dJp
+dKq
+dTz
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(179,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aai
+aaj
+aan
+aaf
+aai
+aaj
+aan
+aaf
+aai
+aaj
+aan
+aaf
+aaf
+abA
+aaa
+aae
+aae
+aaf
+aae
+aae
+aae
+aaf
+aae
+aae
+aae
+aae
+aae
+aaa
+aaf
+aaa
+aaa
+aaf
+aeX
+ahn
+ahZ
+aiM
+aeX
+aaf
+alI
+amI
+anR
+anR
+apv
+aqR
+arW
+alJ
+aut
+avK
+awK
+axD
+ayU
+azU
+aAS
+aBS
+aDj
+aEA
+awK
+awK
+awK
+awK
+aLw
+aNg
+aOL
+aQz
+aSi
+aTM
+aVq
+aNg
+aYP
+bas
+bbO
+bbF
+bbF
+bgm
+bij
+aXb
+aXb
+aXb
+aaf
+bqw
+brV
+btj
+buy
+btj
+brR
+bqw
+aaf
+boZ
+bEV
+bGN
+bIM
+bKQ
+bMQ
+bIM
+bQJ
+bSX
+bVa
+bWM
+bYC
+cas
+ccc
+cdN
+cfx
+cgJ
+ciq
+cjS
+clr
+cmG
+cfs
+bWM
+cri
+csy
+cug
+cvF
+cxf
+cyL
+cAw
+cvF
+cvF
+cvF
+cFK
+cHd
+cDg
+cDg
+cKs
+cNJ
+cKp
+cKp
+cSJ
+cPw
+cRc
+cRc
+cRc
+dav
+dbW
+dds
+dfh
+dav
+dif
+cZh
+cZh
+cZh
+don
+dif
+drD
+cZh
+cZh
+cZh
+dwV
+cZh
+dzn
+dif
+dif
+dDm
+dEn
+dFj
+dGO
+dHR
+dIF
+dJm
+dKe
+dKV
+dMe
+dJp
+aaf
+dOW
+dPE
+dQt
+dRl
+dSc
+dSV
+dTA
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(180,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aai
+aaj
+aan
+aaa
+aai
+aaj
+aan
+aaa
+aai
+aaj
+aan
+aaa
+aaf
+aak
+aaf
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaH
+aaf
+aaf
+aaa
+aaa
+aaf
+aeX
+aeX
+aeX
+aeX
+aeX
+aaf
+alJ
+amJ
+alJ
+alJ
+apw
+aqS
+arW
+alJ
+aaf
+aaf
+aaf
+axE
+ayV
+azV
+aut
+azV
+aDk
+axE
+aaf
+aaf
+aaf
+aaf
+aaf
+aNh
+aOM
+aQA
+aSj
+aTN
+aVr
+aNh
+aYQ
+bat
+bbP
+bbG
+bey
+bgn
+bik
+bjM
+aaf
+aaa
+aaa
+bqw
+bqw
+bqw
+bqw
+bqw
+bqw
+bqw
+aaa
+bDi
+bDi
+bGO
+bDi
+bKR
+bMR
+bIM
+bQK
+bSU
+bVb
+bWM
+bYD
+cat
+ccd
+cdO
+cfy
+cgK
+cir
+cjT
+cls
+cmH
+cok
+bWM
+crg
+csu
+cuh
+cvF
+cxg
+cyM
+cAx
+cBU
+cDk
+cvF
+cFQ
+cHj
+cID
+cID
+cLV
+cNK
+cNK
+cRi
+cLV
+cIs
+cWd
+cWd
+cIs
+daw
+dbY
+ddt
+dfi
+dgH
+dig
+cXR
+cWe
+cXR
+cWe
+dpX
+drE
+cXR
+cWe
+cXR
+dfi
+cXR
+cWe
+dAF
+dfi
+dDn
+dEo
+dFk
+dGP
+dHS
+dDn
+dJn
+dKf
+dKW
+dMf
+dJp
+aaa
+dJp
+dPF
+dQu
+dRm
+dSd
+dSW
+dJp
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(181,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aae
+aae
+aaf
+aai
+aaj
+aan
+aaa
+aaf
+aak
+aaf
+aaa
+aai
+aaj
+aan
+aaa
+aaf
+aaw
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaH
+aaa
+aaa
+aaH
+aaa
+aaf
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+alI
+amK
+anS
+aov
+apw
+aqT
+arX
+alJ
+aaa
+aaa
+aaa
+axF
+ayW
+azW
+aAT
+azW
+aDl
+aEB
+aaa
+aaa
+aaa
+aaa
+aaf
+aNi
+aON
+aQB
+aSk
+aTO
+aVs
+aXj
+aYR
+bau
+bbQ
+bcZ
+aXf
+bgo
+aYR
+bgp
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+bDi
+bEW
+bGP
+bIN
+bIO
+bMS
+bDi
+bQL
+bSU
+bUW
+bWM
+bYE
+cau
+cce
+cdP
+cfz
+cgL
+cis
+cjU
+clt
+cmI
+col
+bWM
+crg
+csu
+cuh
+cvF
+cxg
+cyN
+cAy
+cvF
+cvF
+cvF
+cFQ
+cHj
+cIE
+cKx
+cLW
+cNL
+cPD
+cRj
+cLV
+cUs
+cKi
+cSu
+cZq
+cIs
+dce
+ddu
+dfj
+dat
+dih
+dkf
+dih
+dnj
+dih
+dpY
+drF
+dih
+duy
+dih
+dfl
+dnj
+dzo
+dih
+dfl
+dDo
+cNP
+dFl
+dGQ
+dHT
+dIG
+dJo
+dKg
+dKX
+dMg
+dJp
+aaf
+dOX
+dPG
+dQv
+dRn
+dSe
+dSX
+dTB
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(182,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaf
+aaa
+aaa
+aaf
+aak
+aaf
+aaf
+aaf
+aaw
+aaf
+aaf
+aaf
+aak
+aaf
+aaf
+aaf
+aaw
+aaf
+aae
+aaf
+aaH
+aaf
+aaf
+aaH
+aaa
+aaa
+aaH
+aaf
+aaf
+aaH
+aaf
+aaf
+aaf
+aae
+aae
+aaf
+aaa
+aae
+aae
+aae
+aaf
+alI
+amK
+anT
+aow
+apx
+aqU
+arX
+alI
+aaa
+avL
+avL
+avL
+ayX
+azX
+avL
+azX
+aDm
+avL
+avL
+avL
+aaa
+aaa
+aaf
+aNj
+aOO
+aQC
+aSl
+aTP
+aVt
+aNj
+aaf
+bav
+bbR
+bda
+bez
+bav
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aae
+aae
+aae
+aae
+aae
+aaf
+aaf
+bDj
+bEX
+bGQ
+bIO
+bKS
+bMT
+bDi
+bQL
+bSU
+bUW
+bWM
+bYF
+cav
+ccf
+cdQ
+cfA
+cgM
+cit
+cjV
+clu
+cmJ
+col
+bWM
+crj
+csz
+cui
+cvF
+cxh
+cyO
+cAz
+cBU
+cDl
+cvF
+cFK
+cHj
+cIF
+cKy
+cLX
+cLX
+cLX
+cRk
+cSK
+cUt
+cWe
+cXR
+cZr
+dax
+dbZ
+ddv
+dfe
+dgI
+dgI
+dgI
+dgI
+dnk
+dlS
+dpZ
+dlS
+dgI
+dgI
+daA
+dwW
+dyj
+cKs
+daA
+dwW
+dyj
+cKs
+dch
+dGR
+cKs
+cKs
+dJl
+dJp
+dKY
+dJp
+dJp
+aaa
+dOY
+dPH
+dQw
+dRo
+dSf
+dSY
+dOY
+aaa
+aaf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(183,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aag
+aah
+aah
+aah
+aah
+aah
+aao
+aar
+aaw
+aaw
+aaw
+aaO
+aaw
+aaw
+aaw
+aaw
+aaw
+aaa
+aaf
+aaa
+aaH
+aaa
+aaa
+aaH
+aaf
+aaf
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+alJ
+amK
+anU
+aox
+apy
+aqV
+arY
+alI
+aaa
+avL
+awL
+axG
+axG
+azY
+aAU
+azY
+azY
+aEC
+avL
+avL
+aIt
+aaa
+aaf
+aNg
+aNg
+aQD
+aSm
+aTQ
+aNg
+aNg
+aaa
+baw
+bbS
+bdb
+beA
+baw
+aaa
+aaa
+aaa
+aaa
+aaH
+aaH
+aaH
+aaH
+aaH
+aaH
+aaH
+aaa
+aaa
+bDj
+bEY
+bGR
+bIP
+bKT
+bMU
+bOJ
+bQM
+bSY
+bVc
+bWQ
+bYG
+caw
+ccg
+cdR
+cfB
+cgN
+ciu
+cjW
+clu
+cmH
+com
+bWM
+crg
+csu
+cuh
+cvF
+cxi
+cyN
+cAA
+cvF
+cvF
+cvF
+cFQ
+cHj
+cIG
+cKz
+cLY
+cNM
+cLY
+cRl
+cNK
+cUu
+cWf
+cXS
+cZs
+cIt
+dbY
+ddj
+dfe
+dgI
+dii
+dkg
+dgL
+dnl
+doo
+dqa
+drG
+dtb
+dgI
+dvI
+cNx
+dyk
+cKs
+dvI
+cNx
+dyk
+cKs
+dFm
+dGS
+cDe
+aaa
+aaa
+dJq
+dKZ
+dMh
+aaa
+aaa
+dJp
+dPI
+dQx
+dRp
+dSg
+dSZ
+dJp
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(184,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaf
+aaa
+aaa
+aaf
+aal
+aaf
+aaf
+aaf
+aaw
+aaf
+aaf
+aaf
+aal
+aaf
+aaf
+aaf
+aaf
+aaf
+aae
+aaf
+aaH
+aaf
+aaf
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+alJ
+amL
+anV
+aoy
+apz
+aqW
+arZ
+alJ
+aaa
+avL
+awM
+axH
+ayY
+axH
+axH
+axH
+axI
+aED
+aFX
+aHs
+aIu
+aaa
+aaf
+aNh
+aOI
+aQE
+aSf
+aTR
+aNh
+aaf
+aaa
+bax
+bbT
+bdc
+beB
+bgp
+aaa
+aaa
+aaa
+bne
+bne
+bqx
+bne
+bne
+bqx
+bne
+bne
+bne
+aaa
+bDi
+bEZ
+bGS
+bIQ
+bKU
+bMV
+bOK
+bQN
+bSZ
+bUW
+bWM
+bYH
+cax
+cch
+cdS
+cfC
+cgO
+civ
+cjX
+clv
+cmK
+con
+bWM
+crg
+csA
+cuj
+cvF
+cxj
+cyP
+cAB
+cBV
+cDm
+cvF
+cFR
+cHj
+cIH
+cKz
+cLZ
+cNN
+cPE
+cRm
+cSL
+cKp
+cLM
+cLL
+cSA
+cIt
+dbY
+ddk
+dfe
+dgJ
+dij
+dio
+dgM
+dnm
+dop
+dqb
+drH
+dtc
+dgI
+dvJ
+cNw
+dyl
+cKs
+dvJ
+cNw
+dyl
+cKs
+dFn
+dGT
+daM
+aaf
+aaf
+dKh
+dLa
+dMh
+aaf
+aaf
+dKq
+dPJ
+dQy
+dRq
+dSh
+dTa
+dMh
+aaa
+agg
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(185,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aae
+aae
+aaf
+aai
+aam
+aan
+aaa
+aaf
+aal
+aaf
+aaa
+aai
+aam
+aan
+aaf
+aae
+aaf
+aae
+aae
+aaa
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+alJ
+amM
+alJ
+alJ
+alI
+alI
+alJ
+alJ
+aaa
+avL
+awN
+axI
+axI
+axI
+axH
+axI
+axH
+aEE
+aFX
+aHt
+aIu
+aaa
+aaf
+aNk
+aOP
+aQF
+aSn
+aTS
+aVu
+aaf
+aYS
+aYS
+aYT
+bdd
+aYT
+aYS
+aYS
+aaa
+aaa
+bnf
+bpa
+bqy
+brW
+btk
+buz
+bvZ
+bne
+bzR
+aaa
+bDj
+bFa
+bGT
+bIR
+bKV
+bMW
+bOL
+bQO
+bTa
+bVd
+bWR
+bWR
+cay
+cci
+bWR
+bWR
+bWR
+bWM
+bWM
+bWM
+bWM
+bWM
+bWM
+crk
+csB
+cuk
+cvF
+cxc
+cvF
+cAC
+cvF
+cvF
+cvF
+cFS
+cHj
+cII
+cKA
+cMa
+cNO
+cPF
+cRn
+cLV
+cUv
+cWg
+cXT
+cZt
+cIs
+dbY
+ddj
+dfe
+dgI
+dik
+dio
+dgL
+dnn
+doq
+dqc
+drI
+dtd
+dgI
+dvK
+dwX
+dym
+cKs
+dvK
+dwX
+dym
+cKs
+cHd
+dGU
+cDe
+aaa
+aaa
+dJq
+dKZ
+dMh
+aaa
+aaa
+dJp
+dPK
+dQz
+dRr
+dSi
+dTb
+dJp
+aaf
+aaf
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(186,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aai
+aam
+aan
+aaa
+aai
+aam
+aan
+aaa
+aai
+aam
+aan
+aaa
+aae
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaH
+aaa
+aaH
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+avL
+awN
+axI
+axH
+axH
+axH
+axH
+axH
+aEE
+aFY
+aHt
+aIu
+aaa
+aaf
+aNi
+aOQ
+aQG
+aSo
+aTT
+aNi
+aaf
+aYS
+bay
+bbU
+bde
+beC
+bgq
+aYS
+aaa
+aaa
+bnf
+bpb
+bqz
+brX
+btl
+buA
+bwa
+bxW
+bzR
+aaa
+bDj
+bFb
+bGU
+bIS
+bKW
+bMX
+bOM
+bQP
+bTb
+bVe
+bWR
+bYI
+caz
+ccj
+cdT
+cfD
+bWR
+ciw
+cjY
+clw
+cmL
+coo
+cpP
+crl
+csC
+cul
+cvH
+cxk
+cyQ
+cAD
+cBW
+clx
+cEh
+cFR
+cHj
+cID
+cKB
+cMb
+cID
+cID
+cLV
+cLV
+cKs
+cKs
+cKs
+cKs
+cIw
+dce
+ddw
+dfk
+dgI
+dil
+dkh
+dil
+dno
+dgI
+dqd
+dgI
+dgI
+dgI
+dvL
+dwY
+dyn
+cKs
+dvL
+dwY
+dyn
+cKs
+dFo
+dGV
+cDe
+aaa
+dJp
+dJp
+dLb
+dJp
+dJp
+dJp
+dJp
+dOh
+dQA
+dRs
+dMh
+dKl
+dJp
+dJp
+dJp
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(187,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aai
+aam
+aan
+aaf
+aai
+aam
+aan
+aaf
+aai
+aam
+aan
+aaf
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aae
+aae
+aaa
+aaa
+aaa
+avL
+awO
+axJ
+ayZ
+axJ
+ayZ
+ayZ
+axJ
+aEF
+avL
+avL
+aIv
+aaa
+aaf
+aNl
+aOR
+aNg
+aNg
+aTU
+aVv
+aaf
+aYT
+baz
+bbV
+bdf
+beD
+bgr
+bil
+aaa
+aaa
+bnf
+bpc
+bqA
+brY
+btm
+buB
+bwb
+bne
+bzR
+aaa
+bDi
+bFc
+bGV
+bIT
+bKX
+bMY
+bDi
+bQQ
+bTc
+bVf
+bWS
+bYJ
+caA
+cck
+cdU
+cfE
+bWR
+cix
+cjZ
+clx
+cmM
+cop
+cpQ
+crm
+cpQ
+cum
+cpQ
+cxl
+cpQ
+cAE
+cBX
+clx
+cEi
+cFT
+cHk
+cIJ
+cKC
+cMc
+cKs
+cPG
+cKs
+cSM
+cUw
+cWh
+cXU
+cZu
+cKs
+dcf
+ddj
+dfe
+dgI
+dim
+dim
+dlS
+dnp
+dor
+dqe
+drJ
+dte
+dgI
+dvM
+dwZ
+dyo
+cKs
+dvM
+dwZ
+dyo
+cKs
+dFp
+dGU
+cDe
+aaf
+dJp
+dKi
+dLc
+dMi
+dNh
+dOa
+dOZ
+dPL
+dQB
+dRt
+dSj
+dTc
+dSj
+dUg
+dJp
+dVm
+dWd
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(188,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aai
+aam
+aan
+aaa
+aai
+aam
+aan
+aaa
+aai
+aam
+aan
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+avL
+avL
+avL
+avL
+avL
+avL
+aBT
+avL
+avL
+avL
+avL
+aaa
+aaa
+aaf
+aaf
+aaf
+aaa
+aaa
+aaf
+aaf
+aaf
+aYS
+baA
+bbW
+bdg
+beE
+bgs
+aYS
+aaa
+aaa
+bne
+bne
+bqB
+bne
+bne
+bne
+bwc
+bne
+bne
+aaa
+bDi
+bDi
+bGW
+bIU
+bDi
+bDi
+bDi
+bQQ
+bTd
+bVg
+bWT
+bYK
+caB
+ccl
+cdV
+cfF
+cgP
+ciy
+cka
+clx
+cmM
+cop
+cpQ
+crn
+cpQ
+cun
+cvI
+cxm
+cpQ
+cAE
+cBY
+clx
+cEj
+cFU
+cHl
+cIK
+cKD
+cMd
+cNP
+cPH
+cNP
+cSN
+cUx
+cWi
+cXV
+cZv
+day
+dcg
+ddx
+dfl
+dgK
+din
+dim
+dlS
+dnq
+dos
+dqf
+drK
+dtf
+dgI
+cKs
+cKs
+cKs
+cKs
+cKs
+cKs
+cKs
+cKs
+cHd
+dGW
+daM
+aaa
+dJq
+dKj
+dLd
+dMj
+dNi
+dOb
+dPa
+dPM
+dQC
+dRu
+dSk
+dTd
+dTC
+dUh
+dUK
+dVn
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(189,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aai
+ebb
+aan
+aaa
+aai
+aam
+aan
+aaa
+aai
+ebb
+aan
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaH
+aaH
+aaH
+aaH
+aaH
+aaH
+aaH
+aaH
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aYS
+aYS
+aYT
+bdh
+aYT
+aYS
+aYS
+aaa
+aaa
+aaa
+bpd
+bqC
+bpd
+aaa
+bpd
+bwd
+bpd
+aaa
+aaa
+bDi
+bFd
+bGX
+bIV
+bKY
+bMZ
+bDi
+bQR
+bSU
+bVh
+bWU
+bYL
+caC
+ccm
+cdW
+cfG
+cgQ
+ciz
+ckb
+clx
+cmM
+cop
+cpR
+cro
+csD
+cuo
+cvJ
+cxn
+cpR
+cAE
+cBZ
+clx
+cEk
+cFV
+cHm
+cIL
+cKE
+cMe
+cKs
+cPI
+cKs
+cSO
+cUy
+cWj
+cUz
+cZw
+daz
+dbW
+dds
+dfm
+dgL
+dio
+dim
+dlS
+dnr
+dot
+dqg
+drL
+dtg
+dgI
+dvN
+daK
+dyp
+cYg
+dAG
+dBY
+dDp
+dgN
+dFq
+dGU
+cDe
+aaf
+dJp
+dKk
+dLe
+dMk
+dNj
+dOc
+dPb
+dPN
+dQD
+dRv
+dSl
+dTe
+dTD
+dUi
+dUL
+dVo
+dWe
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(190,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+aai
+ebb
+aan
+aaa
+aaa
+aaf
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaf
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaH
+aaH
+aaH
+aaH
+aaH
+aaa
+aaf
+aaf
+aaf
+bpe
+bqD
+bpf
+aaf
+bpf
+bwe
+bpe
+aaf
+aaf
+bDi
+bFe
+bGY
+bIW
+bKZ
+bNa
+bDi
+bQL
+bSU
+bVi
+bWR
+bYM
+caD
+ccn
+cdX
+cfH
+bWR
+ciA
+ckc
+clx
+cmN
+coq
+cpQ
+crp
+csE
+cuo
+cvK
+cxo
+cpR
+cAF
+cmN
+clx
+cvP
+cvP
+cvP
+cvP
+cKF
+cMf
+cNQ
+cPJ
+cRo
+cSP
+cUz
+cWk
+cXW
+cZx
+daA
+dbY
+ddk
+dfn
+dgM
+dip
+dim
+dlS
+dns
+dou
+dqh
+drM
+dth
+dgI
+dvO
+dxa
+cZA
+dgO
+dAH
+dcj
+dDq
+dgO
+cWn
+dGX
+cDe
+aaa
+dJp
+dKl
+dLf
+dMl
+dNk
+dKl
+dKl
+dKl
+dOY
+dRw
+dKq
+dTf
+dTE
+dKl
+dJp
+dJp
+dJp
+dJp
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(191,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+bjN
+blk
+bjQ
+bpf
+bqE
+bpf
+bjQ
+bpf
+bwf
+bpf
+bzS
+bzS
+bDi
+bDi
+bDi
+bDi
+bDi
+bDi
+bDi
+bQS
+bTe
+bVj
+bWR
+bYN
+bYN
+bYN
+bYN
+bYN
+bWR
+ciB
+ckd
+clx
+cmO
+cor
+cpS
+crq
+csF
+cuo
+cvL
+cxp
+cpQ
+cAG
+cCa
+clx
+cEl
+cFW
+cHn
+cvP
+cKG
+cMg
+cKs
+cPK
+cKs
+cSQ
+cUA
+cWl
+cXX
+cZy
+cKs
+dbY
+ddy
+dfe
+dgI
+diq
+dki
+dlS
+dnt
+dov
+dqi
+drN
+dti
+dgI
+dvP
+dxb
+dyq
+dyq
+dyr
+dyq
+dDr
+dyq
+dyq
+dyq
+dyq
+aaf
+dJp
+dKm
+dLg
+dMm
+cHL
+dOd
+dKl
+dPO
+dQE
+dKl
+dSm
+dTg
+dTF
+dUj
+dUM
+dVp
+dWf
+dJp
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(192,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aaf
+aae
+aae
+aaf
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aae
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+bjO
+bll
+bng
+bpg
+bqF
+brZ
+bjQ
+buC
+bqF
+bpg
+bzT
+bBA
+bDk
+bFf
+bGZ
+bIX
+bGZ
+bGZ
+bON
+bQT
+bTa
+bVk
+bWV
+bDn
+caE
+cco
+cdY
+bdi
+cgR
+ciC
+cke
+clx
+cmO
+cos
+cpQ
+crr
+csG
+cup
+cvM
+cxq
+cyR
+cAH
+cCb
+cDn
+cEm
+cFX
+cHo
+cvP
+cKH
+cHc
+cKs
+cKs
+cKs
+cKs
+cKs
+cKs
+cKs
+cKs
+cKs
+dch
+ddz
+dfo
+dgI
+dgI
+dgI
+dgI
+dno
+dgI
+dqj
+dgI
+dgI
+dgI
+dvQ
+dxc
+dyq
+dzp
+dAI
+dBZ
+dDs
+dAJ
+dFr
+dGY
+dyq
+aaa
+dJr
+dKn
+dLh
+dMn
+dNm
+dOe
+dKl
+dPP
+dQF
+dRx
+dSn
+dTh
+dTG
+dUk
+dUN
+dVq
+dWg
+dWM
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(193,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aae
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaf
+bjP
+blm
+bnh
+bph
+bqG
+bsa
+btn
+buD
+bwg
+bxX
+bzU
+bBB
+bDl
+bFg
+bDl
+bDl
+bLa
+bDl
+bDl
+bQU
+bTf
+bVl
+bWW
+bYO
+caF
+ccp
+cdZ
+bdi
+cgS
+ciD
+ckc
+clx
+cmP
+cot
+cpT
+crs
+csH
+cuq
+cvN
+cxr
+cvN
+cAI
+cCc
+csB
+cEn
+cFY
+cHp
+cvP
+cKI
+cMh
+cNR
+cNR
+cRp
+cRp
+cUB
+cWm
+cXY
+cZz
+daB
+dci
+ddA
+dfp
+dgN
+dir
+dkj
+dkj
+dnu
+dow
+dqk
+drO
+dkj
+duz
+dvR
+dxd
+dyq
+dzq
+dAJ
+dCa
+dDt
+dAJ
+dAL
+dGZ
+dHU
+aaa
+dJs
+dKo
+dLi
+dMo
+dNn
+dOf
+dMh
+dPQ
+dQG
+dRy
+dSo
+dTi
+dTH
+dKl
+dUO
+dVr
+dKl
+dJp
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(194,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aae
+aaf
+aae
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+bdi
+beF
+bgt
+bim
+bjQ
+bln
+bni
+bpi
+bqH
+bsb
+bto
+buE
+bwh
+bxY
+bzV
+bBC
+bDm
+bFh
+bFh
+bIY
+bFh
+bFh
+bFh
+bQV
+bTg
+bVm
+bWX
+bDn
+caG
+ccq
+cea
+bdi
+cgT
+ciB
+cke
+clx
+cmP
+cou
+cpU
+crt
+csI
+cur
+cvO
+cxs
+cyS
+cAJ
+cCd
+cDo
+cEo
+cFZ
+cHq
+cvP
+cKJ
+cMi
+cMi
+cPL
+cRq
+cSR
+cUC
+cWn
+cWn
+cZA
+daC
+dcj
+ddB
+dfq
+dgO
+dis
+cMi
+dcq
+daL
+dox
+dql
+daL
+cWq
+cWq
+dvS
+dxe
+dyq
+dzr
+dAK
+dCb
+dDu
+dEp
+dFs
+dHa
+dHU
+aaf
+dJp
+dKp
+axC
+dMp
+dNo
+dOg
+dKl
+dPR
+dQH
+dRz
+dSp
+dTj
+dTI
+dUk
+dUP
+dVs
+dWg
+dWM
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(195,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aae
+aaa
+aae
+aaa
+aaa
+aBU
+aEG
+aEG
+aBU
+aBU
+aaa
+bdi
+beG
+bgu
+bin
+bjQ
+blo
+bnj
+bpj
+bqI
+bsc
+bjQ
+buF
+bwi
+bxY
+bzW
+bjQ
+bDn
+bFi
+bHa
+bdi
+bDn
+bFi
+bHa
+bdi
+bTh
+bVn
+bWY
+bdi
+bdi
+bDq
+ceb
+bdi
+cgU
+ciE
+ckf
+clx
+clx
+clx
+cpV
+clx
+clx
+clx
+clx
+clx
+clx
+clx
+clx
+clx
+cEp
+cGa
+cHr
+cvP
+cvP
+cvP
+cvP
+cvP
+cvP
+cSS
+cUD
+cWo
+cWo
+cWo
+daD
+cZH
+cWo
+cWo
+dgP
+dgP
+dgP
+dgP
+dgP
+doy
+dgP
+dgP
+dgP
+dgP
+dvT
+dxf
+dyq
+dzs
+dAL
+dAL
+dDv
+dAJ
+dAL
+dHb
+dyq
+aaf
+dJp
+dKl
+dLj
+dMq
+dNp
+dOh
+dKl
+dPS
+dQI
+dKl
+dSq
+dTk
+dTJ
+dUj
+dUQ
+dVt
+dWf
+dJp
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(196,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaH
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aae
+aaf
+aaf
+aBU
+aVw
+aXk
+aYU
+aBU
+aaf
+bdi
+beH
+bgv
+bio
+bjQ
+blp
+bnk
+bpk
+bqJ
+bsd
+blk
+buG
+bwh
+bxZ
+bzX
+bjQ
+bDo
+bFj
+bHb
+bIZ
+bLb
+bFj
+bHb
+bIZ
+bTi
+bVo
+bWZ
+bIZ
+caH
+ccr
+cec
+bdi
+cgV
+ciF
+ckg
+cly
+cmQ
+cov
+cpW
+cru
+csJ
+cus
+cvP
+cxt
+cyT
+cAK
+cCe
+cvP
+cEq
+cGb
+cHs
+cvP
+cCg
+cyX
+cNS
+cxw
+cvP
+cST
+cUE
+cWo
+cXZ
+cZB
+daE
+dck
+ddC
+dfr
+dgP
+dit
+dkk
+dlT
+dnv
+doz
+dqm
+drP
+dtj
+dgP
+dvU
+dxf
+dyq
+dzt
+dAM
+dCc
+dDw
+dEq
+dFt
+dHc
+dyq
+aaf
+aaf
+dJp
+dLk
+dMr
+dNl
+dOi
+dJp
+dJp
+dJp
+dJp
+dJp
+dOY
+dJp
+dJp
+dJp
+dJp
+dJp
+dJp
+aaf
+aaa
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(197,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaa
+aaH
+aaf
+aaf
+aaf
+agg
+agg
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aBU
+aVx
+aXl
+aYV
+aBU
+aaa
+bdi
+beI
+bgw
+bip
+bjQ
+blq
+bnl
+bpl
+bqK
+bse
+bjQ
+buH
+bwj
+bya
+bzY
+bjQ
+bDp
+bFk
+bHc
+bAb
+bLc
+bit
+bOO
+bIZ
+bTj
+bVp
+bXa
+bIZ
+caI
+ccs
+ced
+bdi
+cgW
+ciG
+ckh
+clz
+cmR
+cow
+cpX
+crv
+csK
+cke
+cvP
+cxu
+cyT
+cyT
+cyT
+cDp
+cEq
+cGc
+cHt
+cIM
+cyX
+cyX
+cNT
+cPM
+cvP
+cSU
+cUF
+cWo
+cYa
+cZC
+daF
+dcl
+ddD
+dfs
+dgP
+diu
+dkl
+dkl
+dkl
+doA
+dkl
+dkl
+dqm
+dgP
+dvP
+cSS
+dyq
+dzu
+dAN
+dAN
+dDx
+dAN
+dFu
+dHd
+dyq
+aaf
+aaf
+dKq
+dLl
+dMs
+dNq
+dOj
+dMh
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(198,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aaH
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aBU
+aBU
+aBU
+aBU
+aBU
+aBU
+aVy
+aXm
+aBU
+aBU
+aBU
+bdi
+beJ
+bgx
+biq
+bjQ
+blr
+bnm
+bpm
+bqL
+blk
+bjQ
+bjQ
+bwk
+byb
+bjQ
+bjQ
+bDq
+bFl
+bim
+bIZ
+bDq
+bNb
+bOP
+bIZ
+bTh
+bVq
+bWY
+bIZ
+beF
+cct
+bOP
+bdi
+cgX
+ciH
+cki
+cgX
+cgT
+cox
+cmX
+cmX
+ciB
+ckc
+cvP
+cxv
+cyU
+cAL
+cCf
+cvP
+cEq
+cGd
+cHu
+cvP
+cKK
+cMj
+cyX
+cPN
+cvP
+cSS
+cUF
+cWo
+cYb
+cZD
+daG
+dcm
+dcl
+dft
+dgP
+div
+dkl
+dkl
+dkl
+doB
+dkl
+drQ
+dtk
+duA
+dvV
+dxg
+dyr
+dzv
+dAO
+dAO
+dDy
+dAO
+dAO
+dHe
+dHU
+aaa
+aaf
+dJp
+dLm
+dMt
+dNr
+dOk
+dJp
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaa
+agg
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(199,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+agg
+aaa
+aaf
+aaf
+aaf
+aaf
+aBU
+aNm
+aOS
+aQH
+aSp
+aTV
+aVz
+aXn
+aYW
+baB
+bbX
+bdj
+beK
+bgy
+bir
+bjR
+bir
+bnn
+bpn
+bqM
+bir
+btp
+buI
+bwl
+byc
+bzZ
+bir
+bDr
+bFm
+bHd
+bJa
+bLd
+bFm
+bOQ
+bQW
+bTk
+bir
+bXb
+bYP
+caJ
+ccu
+cee
+cfI
+cgY
+ciI
+ckj
+clA
+cmS
+coy
+cpY
+crw
+ciB
+cut
+cvP
+cvP
+cvP
+cvP
+cvP
+cvP
+cEr
+cGe
+cHv
+cvP
+cvP
+cvP
+cvP
+cvP
+cvP
+cSU
+cUG
+cWo
+cYc
+cZC
+daH
+dcn
+ddE
+dfu
+dgP
+diw
+dkm
+dkl
+dnw
+doC
+dkl
+drR
+dtl
+dgP
+dvQ
+dxh
+dyr
+dzw
+dAL
+dCd
+dDz
+dAI
+dFv
+dHf
+dHU
+aaa
+aaf
+dJp
+dJp
+dJp
+dJp
+dJp
+dJp
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(200,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aBU
+aBU
+aBU
+aBU
+aNn
+aOT
+aOT
+aOT
+aTW
+aVA
+aXo
+aYX
+baC
+bbY
+bdk
+beL
+bgz
+bis
+bjS
+bls
+bno
+bpo
+bqN
+bqN
+bqN
+bqN
+bwm
+byd
+bAa
+bBD
+bDs
+bFn
+bHe
+bqN
+bLe
+bFn
+bOR
+bqN
+bTl
+bVr
+bjS
+bYQ
+caK
+ccv
+cef
+cfJ
+cgZ
+ciJ
+ckk
+clB
+cmT
+coz
+cpZ
+cmX
+ciF
+cuu
+cvP
+cxw
+cyV
+cyX
+cCg
+cvP
+cEq
+cGc
+cHt
+cvP
+cKL
+cMk
+cyY
+cxz
+cvP
+cSV
+cUG
+cWo
+cYd
+cZE
+cZC
+dco
+ddF
+dfv
+dgP
+dix
+dkl
+dkl
+dkl
+dkl
+dkl
+drS
+dtm
+duA
+dvW
+cSS
+dyq
+dzx
+dAP
+dCe
+dDA
+dEr
+dFw
+dHg
+dyq
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+agg
+agg
+aaf
+aaf
+aaf
+agg
+agg
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(201,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaf
+aBU
+aIw
+aJO
+aBU
+aNo
+aOU
+aQI
+aSq
+aTX
+aVB
+aXp
+aYY
+baD
+bbZ
+bdl
+beM
+bgA
+bit
+bjT
+bgA
+bnp
+bpp
+bgA
+bgA
+btq
+buJ
+bwn
+bye
+bAb
+bBE
+bDt
+bFo
+bHf
+bJb
+bJb
+bJb
+bHf
+bJb
+bTm
+bVs
+bXc
+bYR
+bDt
+ccw
+ceg
+cfK
+cha
+ciK
+ckl
+cgX
+cmU
+coA
+cqa
+cmX
+csL
+cuv
+cvP
+cxx
+cyW
+cyX
+cyX
+cDq
+cEs
+cGf
+cHw
+cIN
+cyZ
+cAO
+cyZ
+cPO
+cvP
+cSU
+cUG
+cWo
+cYe
+cZF
+cZE
+cZC
+dcl
+dfw
+dgP
+diy
+dkl
+dkl
+dkl
+dkl
+dqn
+drT
+dtn
+dgP
+dvP
+drW
+dys
+dys
+dys
+dys
+dys
+dys
+dys
+dys
+dys
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(202,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aBU
+aHu
+aJP
+aBU
+aBU
+aBU
+aBU
+aBU
+aBU
+aVC
+aXq
+aBU
+aBU
+bca
+bdm
+bdm
+bdn
+biu
+bjU
+bdn
+bnq
+bpq
+bqO
+bdm
+bdm
+buK
+bwo
+byf
+bdm
+bBF
+bDu
+bBF
+bBF
+bHg
+bLf
+bHg
+bBF
+bBF
+bTn
+bVt
+bXd
+bBF
+caL
+ccx
+bdi
+bdi
+chb
+ciL
+ckm
+cgX
+cgW
+coB
+cqb
+cmX
+csL
+cuw
+cvP
+cxy
+cyX
+cAM
+cCh
+cvP
+cEt
+cGc
+cHx
+cvP
+cKM
+cyZ
+cyZ
+cPP
+cvP
+cSW
+cUF
+cWo
+cYf
+cZG
+daI
+dcp
+ddG
+dfx
+dgP
+diz
+dkn
+dlU
+dnx
+doD
+dqo
+drU
+dto
+dgP
+dvT
+dxf
+dys
+dzy
+dAQ
+dCf
+dDB
+dEs
+dFx
+dHh
+dys
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(203,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+aaf
+aaf
+aaa
+aaf
+aBU
+aIx
+aJQ
+aLx
+aNp
+aHu
+aQJ
+aSr
+aTY
+aVD
+aXq
+aBU
+baE
+bcb
+bdm
+beN
+bgB
+biv
+bjV
+blt
+bnr
+bpr
+bqP
+bsf
+bdm
+buL
+bkd
+byg
+bdm
+bBG
+bDv
+bFp
+bHg
+bJc
+bLg
+bNc
+bOS
+bQX
+bTo
+bVu
+bXe
+bHg
+caM
+ccy
+ceh
+bdi
+chc
+ciM
+ckn
+cgX
+cmV
+coC
+cqc
+cmX
+ciC
+cux
+cvP
+cvP
+cvP
+cvP
+cvP
+cvP
+cEu
+cGc
+cHx
+cvP
+cvP
+cvP
+cvP
+cvP
+cvP
+cSX
+cUH
+cWo
+cWo
+cZH
+daJ
+cWo
+cWo
+cWo
+dgP
+dgP
+dgP
+dgP
+dgP
+doE
+dgP
+dgP
+dgP
+dgP
+dvX
+dxi
+dyt
+dzz
+dAR
+dCg
+dDC
+dEt
+dFy
+dHi
+dAV
+aaf
+aaf
+agg
+agg
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(204,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+aBV
+aIy
+aJR
+aLy
+aNq
+aOV
+aQK
+aSs
+aTZ
+aVD
+aXr
+aBU
+baF
+bcc
+bdn
+beO
+bgC
+biw
+bjW
+blu
+bns
+bps
+bqQ
+bsg
+bdm
+buM
+bwp
+byh
+bdm
+bBG
+bDw
+bFq
+bHh
+bJd
+bLh
+bNd
+bOT
+bQY
+bTp
+bVv
+bXf
+bYS
+caN
+ccz
+cei
+bdi
+chd
+ciM
+cko
+cgX
+cmW
+coD
+cqd
+cmX
+ciF
+ckc
+cvP
+cxz
+cyY
+cAN
+cCi
+cvP
+cEv
+cFY
+cHy
+cvP
+cKN
+cMl
+cyT
+cxt
+cvP
+cSY
+cUI
+cWp
+cYg
+cYg
+daK
+cWp
+ddH
+dfy
+cWm
+diA
+cWp
+cYg
+ddH
+doF
+cWp
+cWp
+dtp
+ddH
+dvY
+dxf
+dys
+dzA
+dAS
+dCh
+dDD
+dEu
+dFz
+dHj
+dAV
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(205,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aBU
+aBU
+aEG
+aBU
+aBU
+aIz
+aJS
+aLz
+aNr
+aHu
+aQL
+aSt
+aUa
+aVE
+aXs
+aBU
+aBU
+aEM
+bdm
+beP
+bgD
+bix
+bjX
+blv
+bnt
+bpt
+bqR
+bsh
+btr
+buM
+bwq
+byi
+bdm
+bBH
+bDx
+bBG
+bDC
+bJe
+bLi
+bNe
+bOU
+bQZ
+bTq
+bVw
+bXg
+bDC
+caO
+ccA
+cej
+bdi
+che
+ciM
+ckp
+cgX
+cmX
+coE
+cmX
+cmX
+csL
+cke
+cvP
+cxA
+cyZ
+cAO
+cyZ
+cDr
+cEt
+cGc
+cHx
+cIO
+cyT
+cyT
+cyT
+cPQ
+cvP
+cSZ
+cUJ
+cWq
+cMi
+cMi
+daL
+dcq
+cMi
+dfz
+cWq
+diB
+dko
+daL
+dcq
+dcq
+dqp
+drV
+daL
+dqp
+dvZ
+dxj
+dys
+dzB
+dAT
+dAS
+dDE
+dAS
+dFA
+dHk
+dAV
+aaf
+agg
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(206,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aBU
+aDn
+aEH
+aFZ
+aHu
+aIA
+aJT
+aLA
+aNs
+aHu
+aHu
+aHu
+aHu
+aVF
+aXt
+aYZ
+aBU
+aaa
+bdm
+beQ
+bgD
+biy
+bjY
+biz
+bnu
+bpu
+bqR
+bsi
+bdm
+buN
+bwr
+byj
+bdm
+bBI
+bDy
+bFr
+bHi
+bHi
+bLj
+bLj
+bHi
+bRa
+bTr
+bVx
+bXh
+bHi
+caP
+ccB
+cek
+bdi
+chf
+ciM
+chh
+cgX
+aaa
+aaa
+aaf
+coE
+csM
+cuy
+cvP
+cxB
+cyZ
+cyZ
+cCj
+cvP
+cEt
+cGg
+cHx
+cvP
+cKO
+cMm
+cNU
+cPR
+cvP
+cTa
+cUK
+cEe
+cYh
+cDe
+daM
+cDe
+cDe
+dfA
+cDe
+dfA
+cDe
+cDe
+daM
+cDe
+cDe
+dfA
+abf
+abL
+dwa
+abl
+abf
+dzC
+dAU
+dCi
+dDF
+dEv
+dFB
+dHl
+dys
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(207,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aBV
+aDo
+aEI
+aGa
+aHv
+aIB
+aJU
+aLB
+aNt
+aHu
+aQM
+aSu
+aTY
+aVG
+aXu
+aZa
+aYX
+aaf
+bdm
+beR
+bgE
+biz
+bjZ
+blw
+bnv
+bpv
+bqS
+bsj
+bdm
+buM
+buM
+byg
+bdm
+bBJ
+bDz
+bFs
+bHi
+bJf
+bJf
+bJf
+bOV
+bRb
+bTs
+bVy
+bXi
+bHi
+caQ
+ccC
+cel
+bim
+chg
+ciN
+ckq
+cgX
+aaf
+aaf
+cqe
+cqe
+csN
+cuz
+cvP
+cvP
+cvP
+cvP
+cvP
+cvP
+cEw
+cGa
+cHz
+cvP
+cvP
+cvP
+cvP
+cvP
+cvP
+cTb
+cUL
+cqe
+cqe
+cqe
+aaf
+cDe
+ddI
+dfB
+cDe
+diC
+dkp
+cDe
+aaf
+cDe
+dqq
+drW
+abf
+duB
+abv
+dxk
+abf
+dys
+dAV
+dys
+dys
+dys
+dAV
+dys
+dys
+aaf
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(208,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aBU
+aDp
+aEJ
+aGb
+aHw
+aIC
+aJV
+aLC
+aGb
+aOW
+aQN
+aSv
+aUb
+aVH
+aXq
+aZb
+aBU
+aaa
+bdn
+beS
+bgF
+biA
+bka
+blx
+bnw
+bpw
+bqT
+bsk
+bdm
+buO
+bws
+byk
+bdm
+bBK
+bDA
+bFt
+bHi
+bJg
+bLk
+bNf
+bNf
+bNf
+bTt
+bVy
+bXj
+bYT
+caR
+ccB
+cem
+bdi
+chh
+ciO
+ckr
+clC
+aaa
+aaa
+cqe
+crx
+csO
+cuA
+cvQ
+cxC
+cza
+cAP
+cCk
+cDs
+cEx
+cGh
+cHA
+cIP
+cKP
+cMn
+cNV
+cPS
+cRr
+cTc
+cUM
+cWr
+cYi
+cqe
+aaa
+dcr
+ddJ
+dfC
+cDe
+diD
+dkq
+daM
+aaa
+daM
+dqr
+drX
+abf
+duC
+abw
+abN
+abg
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(209,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aBV
+aDq
+aEK
+aGc
+aHx
+aID
+aJW
+aLD
+aNu
+aHu
+aQO
+aSt
+aUa
+aVI
+aXv
+aHu
+aBU
+aaf
+bdm
+beT
+bgG
+bgG
+bkb
+bly
+bnx
+bpx
+bgG
+bgE
+bts
+buP
+bwt
+byl
+bdm
+bBL
+bDB
+bFu
+bHi
+bJh
+bLl
+bNg
+bOW
+bRc
+bTu
+bVz
+bXk
+bYU
+caS
+ccD
+cen
+bim
+chi
+ciM
+cks
+cgX
+aaf
+aaf
+cqf
+cry
+csP
+cuB
+cvR
+cxD
+cxD
+cxD
+cxD
+cxD
+cEy
+cGi
+cHB
+cxD
+cxD
+cxD
+cxD
+cxD
+cRs
+cvR
+cUN
+csQ
+cYj
+cqf
+aaf
+dcr
+ddK
+dfD
+cDe
+diE
+dkr
+daM
+aaf
+daM
+dqs
+drY
+abf
+duD
+abx
+dxl
+abf
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(210,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aBU
+aDr
+aEL
+aGd
+aHu
+aIE
+aJX
+aLE
+aNv
+aHu
+aHu
+aHu
+aHu
+aVJ
+aXq
+aZc
+aBU
+aaa
+bdm
+beU
+bgH
+bgH
+bkc
+blz
+bny
+bpy
+bqU
+bsl
+btt
+buQ
+bwu
+bym
+bdm
+bBF
+bDC
+bBF
+bHi
+bJi
+bLm
+bNh
+bNh
+bNh
+bTv
+bVA
+bXl
+bHi
+caT
+ccE
+ceo
+bdi
+cgX
+ciP
+cgX
+cgX
+aaa
+aaa
+cqf
+cry
+csQ
+cuC
+cvS
+cxE
+czb
+csQ
+czc
+cDt
+cEz
+cEz
+cHC
+cIQ
+cKQ
+csQ
+cNW
+cNW
+cRt
+cTd
+cUO
+cNW
+cYj
+cqf
+aaa
+dcr
+dcr
+cDe
+cDe
+cDe
+daM
+daM
+aaa
+daM
+daM
+cDe
+abg
+abg
+aby
+abg
+abg
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaf
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(211,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aBU
+aBU
+aEM
+aBU
+aBU
+aIF
+aJS
+aLF
+aNw
+aHu
+aQJ
+aSw
+aTY
+aVK
+aXo
+aZd
+aYX
+aaf
+bdm
+beV
+bgI
+biB
+bkd
+blA
+bnz
+bpz
+bqV
+bsm
+btu
+buL
+bwv
+byn
+bdm
+aaf
+aaa
+aaf
+bHi
+bJj
+bLn
+bNi
+bOX
+bRd
+bTw
+bVB
+bXm
+bHi
+caU
+ccF
+caU
+bdi
+aaa
+aaf
+aaa
+aaa
+cmY
+aaa
+cqf
+crz
+csQ
+cuD
+cvT
+cxF
+czc
+csQ
+cCl
+cDu
+cxF
+cxF
+cHD
+cIR
+cKR
+csQ
+cNX
+cPT
+cNW
+cTe
+cUP
+cWs
+cYj
+cqf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+abg
+abz
+abg
+aaf
+aaa
+aaa
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(212,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aaf
+aaa
+aaf
+aBU
+aIG
+aJY
+aLG
+aNx
+aOX
+aQP
+aSx
+aUc
+aVL
+aXs
+aZe
+aBU
+aaa
+bdm
+beW
+beW
+biC
+bke
+blB
+bnA
+bpA
+beW
+beW
+bdm
+bdm
+bdm
+bdm
+bdm
+aaf
+aaa
+aaf
+bHi
+bHi
+bHi
+bHi
+bHi
+bHi
+bHi
+bHi
+bHi
+bHi
+bdi
+bVq
+bdi
+bdi
+aaa
+aaf
+aaf
+agg
+aaf
+aaf
+cqf
+crA
+csQ
+cuD
+cvU
+cxF
+czc
+csQ
+cCl
+cDu
+cxF
+cxF
+cxF
+cIR
+cKR
+csQ
+cNY
+cPU
+csQ
+cTe
+cUQ
+cWt
+cYk
+cqf
+aaf
+aaa
+agg
+agg
+agg
+agg
+agg
+aaa
+agg
+aaa
+agg
+agg
+aaf
+abg
+aby
+abg
+aaf
+aaf
+agg
+agg
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaf
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(213,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aBV
+aIH
+aJZ
+aLH
+aNy
+aHu
+aQQ
+aSy
+aHu
+aVM
+aXw
+aBU
+aBU
+aaf
+aaf
+beW
+bgJ
+biD
+bkf
+blC
+bnB
+bpB
+bqW
+beW
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+bOY
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+cqf
+crB
+csQ
+cuD
+cvT
+cxF
+czc
+csQ
+cCl
+cDu
+cEA
+cxF
+cxF
+cIR
+cKR
+csQ
+cNZ
+cPV
+csQ
+cTf
+cUR
+cWu
+czc
+cqf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+dwb
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+dzD
+ebD
+dCj
+aaa
+aaa
+aaf
+aaa
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(214,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaa
+aaf
+aBV
+aII
+aKa
+aLI
+aHy
+aHy
+aHy
+aHy
+aBU
+aVN
+aXo
+aYX
+aaa
+aaf
+aaa
+beX
+bgK
+biE
+bkg
+blD
+bnC
+biG
+bqX
+beX
+aaf
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+aaf
+aaf
+agg
+agg
+aaf
+aaf
+cqf
+crC
+csQ
+cuE
+cvV
+cxG
+czd
+csQ
+czc
+cDv
+cEB
+cGj
+cGj
+cIS
+cKQ
+csQ
+cNW
+cNW
+cRu
+cTg
+cUS
+cNW
+cWv
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+dwc
+aaf
+aaa
+dzD
+ebD
+dCj
+aaa
+dzD
+dAW
+dCj
+aaa
+dzD
+ebD
+dCj
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(215,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aaf
+aBU
+aIJ
+aKb
+aLJ
+aHy
+aOY
+aQR
+aSz
+aBU
+aVO
+aXx
+aYX
+aaf
+aaf
+aaf
+beY
+bgL
+biF
+bkh
+blE
+bnD
+bpC
+bqY
+bsn
+aaa
+aaf
+aaa
+aaa
+aaf
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+cqf
+crC
+csQ
+cuF
+cvW
+cxH
+cxH
+cxH
+cxH
+cxH
+cEC
+cxH
+cxH
+cxH
+cxH
+cxH
+cxH
+cxH
+cxH
+cTh
+cuF
+csQ
+cWv
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+dwc
+aaf
+aaf
+dzD
+dAW
+dCj
+aaa
+dzD
+dAW
+dCj
+aaa
+dzD
+dAW
+dCj
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(216,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aGe
+aHy
+aHy
+aHy
+aHy
+aHy
+aOZ
+aQS
+aSA
+aUd
+aVP
+aXx
+aYX
+aaa
+aaf
+aaa
+beZ
+bgM
+biG
+bki
+blF
+bnE
+biG
+bqZ
+beZ
+aaf
+aaf
+agg
+agg
+agg
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+agg
+agg
+agg
+aaf
+aaf
+aaf
+agg
+agg
+agg
+agg
+aaf
+agg
+aaf
+aaf
+agg
+aaf
+cqf
+crC
+crC
+cuG
+cvX
+cxI
+cze
+cAQ
+cAQ
+cvX
+cED
+cGk
+cGk
+cIT
+cKS
+cMo
+cMo
+cPW
+cMo
+cKS
+cUT
+cWv
+cYl
+cqf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+dwc
+aaf
+aaa
+dzD
+dAW
+dCj
+aaf
+dzD
+dAW
+dCj
+aaf
+dzD
+dAW
+dCj
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(217,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aHz
+aIK
+aKc
+aLK
+aNz
+aPa
+aQT
+aSB
+aUe
+aVQ
+aXy
+aBU
+aaf
+aaf
+aaf
+beW
+bgN
+biH
+bkf
+blG
+bnF
+bpD
+bra
+beW
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cqf
+crD
+crD
+crD
+cqf
+cqf
+cqf
+cqf
+cqf
+cqf
+cEE
+cqf
+cqf
+cIU
+cqf
+cqf
+cqf
+cqf
+cqf
+cqf
+cUU
+cWw
+cYm
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+dwc
+aaf
+aaf
+dzD
+dAW
+dCj
+aaa
+dzD
+dAW
+dCj
+aaa
+dzD
+dAW
+dCj
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(218,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaa
+aaa
+aHz
+aIL
+aKd
+aLL
+aNA
+aPb
+aQU
+aSC
+aBU
+aVR
+aXz
+aBU
+aaf
+aaa
+aaf
+beW
+beW
+biI
+bkj
+blH
+bnG
+bpE
+beW
+beW
+aaf
+aaf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cqf
+crE
+csR
+cuH
+cqf
+aaa
+aaa
+aaf
+aaa
+cqf
+cEF
+cqe
+cGl
+cIV
+cqf
+aaa
+aaf
+aaa
+aaa
+cqf
+cUV
+cWx
+cYn
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+dwc
+aaf
+aaa
+dzD
+dAW
+dCj
+aaa
+aaf
+dwb
+aaf
+aaa
+dzD
+dAW
+dCj
+aaa
+agg
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(219,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aaf
+aaf
+aHz
+aIM
+aKe
+aLM
+aNB
+aPc
+aQV
+aSD
+aBU
+aVS
+aXA
+aBU
+aaf
+aaa
+aaf
+aaa
+beW
+biJ
+bkk
+blI
+bnH
+biJ
+beW
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cqe
+cqf
+cqf
+cqf
+cqe
+aaf
+czf
+cAR
+cAR
+cAR
+cEG
+cqf
+cqf
+cIW
+cKT
+cKT
+cKT
+cPX
+aaf
+cqe
+cqf
+cqf
+cqf
+cqe
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+dwc
+aaf
+aaa
+aaf
+dwb
+aaf
+aaf
+aaf
+dwc
+aaf
+aaf
+aaf
+dwb
+aaf
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(220,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aGe
+aHy
+aHy
+aHy
+aHy
+aHy
+aPd
+aQW
+aSE
+aBU
+aVT
+aXB
+aBU
+aaf
+aaa
+aaf
+aaa
+beW
+biK
+bkf
+blJ
+bnI
+bpF
+beW
+aaf
+aaf
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+cqf
+aaa
+czg
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cPY
+aaa
+cqf
+aaf
+aaf
+aaf
+aaf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+dwc
+dxm
+dyu
+dyu
+dyu
+dyu
+dyu
+dyu
+dFC
+dHm
+dwc
+dIH
+dxm
+dyu
+dyu
+dyu
+dNs
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(221,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aBW
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aHy
+aPe
+aQX
+aSF
+aBU
+aVR
+aXz
+aBU
+aHu
+aaf
+aaf
+aaf
+beW
+biL
+bkl
+blK
+bnJ
+bpG
+beW
+aaa
+aaf
+aaa
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cqf
+aaa
+czg
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cPY
+aaa
+cqf
+aaf
+aaa
+aaa
+agg
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaa
+aaf
+aaa
+aaf
+dAX
+aaf
+aaf
+aaf
+dwc
+aaf
+aaf
+aaf
+dAX
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(222,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+agg
+aaa
+agg
+agg
+agg
+aaa
+aHy
+aHy
+aHy
+aHy
+aBU
+aVU
+aXC
+aZf
+aHu
+aaa
+aaf
+aaa
+beW
+biM
+bkm
+blL
+bnK
+bpH
+beW
+aaf
+aaf
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aaf
+aaf
+cqf
+aaf
+czh
+cAT
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cOa
+cPZ
+aaf
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+aaf
+aaf
+aaa
+dzD
+dAY
+dCj
+aaa
+aaf
+dAX
+aaf
+aaa
+dzD
+dAY
+dCj
+aaa
+agg
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(223,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaH
+aQY
+aSG
+aUf
+aVV
+aXD
+aZg
+aYX
+aaa
+aaf
+aaa
+beW
+beW
+bkn
+blM
+bnL
+beW
+beW
+aaa
+aaf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cqf
+aaa
+czg
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cPY
+aaa
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+dzD
+dAY
+dCj
+aaa
+dzD
+dAY
+dCj
+aaa
+dzD
+dAY
+dCj
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(224,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aHu
+aHu
+aHu
+aVW
+aXE
+aKa
+aHu
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+cqf
+aaa
+czg
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cAS
+cPY
+aaa
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+dzD
+dAY
+dCj
+aaf
+dzD
+dAY
+dCj
+aaf
+dzD
+dAY
+dCj
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(225,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aHu
+aVX
+aXF
+aVX
+aHu
+aaf
+agg
+agg
+agg
+aaf
+agg
+agg
+agg
+agg
+agg
+agg
+aaf
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+cqe
+aaf
+czi
+cAR
+cAR
+cAR
+cEH
+cqf
+cqf
+cIX
+cKT
+cKT
+cKT
+cQa
+aaf
+cqe
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+dzD
+dAY
+dCj
+aaa
+dzD
+dAY
+dCj
+aaa
+dzD
+dAY
+dCj
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(226,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aHu
+aVY
+aVY
+aZh
+aHu
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cqf
+aaa
+aaa
+aaf
+aaa
+cqf
+cEI
+cGl
+cqe
+cIY
+cqf
+aaa
+aaf
+aaa
+aaa
+cqf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+dzD
+ebE
+dCj
+aaa
+dzD
+dAY
+dCj
+aaa
+dzD
+ebE
+dCj
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(227,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+aHu
+aVZ
+aXG
+aVZ
+aHu
+aaf
+aaf
+agg
+agg
+agg
+agg
+agg
+aaf
+agg
+agg
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+cqf
+cqf
+cqf
+cqf
+cqf
+cqf
+cEE
+cqf
+cqf
+cIU
+cqf
+cqf
+cqf
+cqf
+cqf
+cqf
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+dzD
+ebE
+dCj
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(228,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aHu
+aWa
+aXH
+aWa
+aHu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+cqf
+cEJ
+cGm
+cHE
+cIZ
+cqf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+aaf
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+aaf
+agg
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+eaU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(229,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aUg
+aWa
+aXI
+aWa
+aUg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+aaa
+agg
+aaf
+cDw
+cEK
+cGn
+cHF
+cJa
+cDw
+aaf
+aaa
+agg
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+agg
+agg
+aaf
+agg
+agg
+aaf
+agg
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(230,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aWa
+aXJ
+aWa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cqf
+cEL
+cGo
+cHG
+cJb
+cqf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(231,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aXK
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cqf
+cqf
+cqf
+cqf
+cqf
+cqf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(232,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(233,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(234,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(235,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(236,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(237,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(238,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(239,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(240,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(241,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(242,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(243,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(244,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(245,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(246,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(247,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(248,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(249,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(250,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(251,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(252,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(253,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(254,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(255,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
diff --git a/_maps/map_files/DreamStation/dreamstation04.dmm b/_maps/map_files/DreamStation/dreamstation04.dmm
deleted file mode 100644
index 739ad0c68858..000000000000
--- a/_maps/map_files/DreamStation/dreamstation04.dmm
+++ /dev/null
@@ -1,140685 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aaa" = (
-/turf/open/space,
-/area/space)
-"aab" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/open/space,
-/area/space)
-"aac" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"aad" = (
-/obj/structure/lattice,
-/obj/structure/grille/broken,
-/turf/open/space,
-/area/space)
-"aae" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aaf" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
-/turf/open/floor/plating/airless,
-/area/storage/secure)
-"aag" = (
-/turf/closed/wall,
-/area/storage/secure)
-"aah" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/storage/secure)
-"aai" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/secure)
-"aaj" = (
-/turf/closed/wall,
-/area/aisat)
-"aak" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/aisat)
-"aal" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aam" = (
-/obj/structure/table,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 30
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aan" = (
-/obj/machinery/computer/monitor,
-/obj/structure/cable/blue{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aao" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aap" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/cable/blue{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite Storage";
- network = list("Sat");
- start_active = 1
- },
-/mob/living/simple_animal/bot/floorbot{
- on = 0
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aaq" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aar" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aas" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance_hatch{
- req_access_txt = "65"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/secure)
-"aat" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aau" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aav" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/mob/living/simple_animal/bot/secbot/pingsky,
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aaw" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aax" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aay" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance_hatch{
- req_access_txt = "65"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/secure)
-"aaz" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aaA" = (
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aaB" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "AI Satellite Northwest";
- dir = 8;
- network = list("Sat");
- pixel_x = 0;
- pixel_y = 0;
- start_active = 1
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aaC" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aaD" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkwarning/corner,
-/area/storage/secure)
-"aaE" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/darkwarning,
-/area/storage/secure)
-"aaF" = (
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (NORTH)";
- dir = 1
- },
-/area/storage/secure)
-"aaG" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/turf/open/floor/plasteel/black,
-/area/storage/secure)
-"aaH" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "AI Satellite Northeast";
- dir = 4;
- network = list("Sat");
- start_active = 1
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aaI" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/aisat)
-"aaJ" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/darkwarning,
-/area/storage/secure)
-"aaK" = (
-/obj/structure/cable/yellow,
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/machinery/status_display{
- layer = 3;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHEAST)";
- dir = 6
- },
-/area/storage/secure)
-"aaL" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable/blue,
-/obj/structure/cable/white{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/storage/secure)
-"aaM" = (
-/obj/machinery/shieldgen,
-/obj/structure/cable/white{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/ai_status_display{
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHWEST)";
- dir = 10
- },
-/area/storage/secure)
-"aaN" = (
-/obj/machinery/shieldgen,
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/darkwarning,
-/area/storage/secure)
-"aaO" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/aisat)
-"aaP" = (
-/turf/closed/wall,
-/area/turret_protected/ai)
-"aaQ" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aaR" = (
-/obj/structure/cable/white{
- tag = "icon-1-10";
- icon_state = "1-10"
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aaS" = (
-/obj/structure/cable/white{
- tag = "icon-5-10";
- icon_state = "5-10"
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aaT" = (
-/obj/machinery/porta_turret_construct,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/turret_protected/ai)
-"aaU" = (
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aaV" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aaW" = (
-/obj/machinery/flasher{
- id = "AI";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/white{
- tag = "icon-2-5";
- icon_state = "2-5"
- },
-/obj/machinery/camera{
- c_tag = "AI Chamber North";
- network = list("Sat");
- start_active = 1
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aaX" = (
-/obj/machinery/porta_turret_construct,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/turret_protected/ai)
-"aaY" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aaZ" = (
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/turret_protected/ai)
-"aba" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abb" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0";
- uses = 10
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"abc" = (
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/turret_protected/ai)
-"abd" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abe" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abf" = (
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abg" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/turret_protected/ai)
-"abh" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abi" = (
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/window{
- name = "AI Core Door";
- req_access_txt = "16"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abj" = (
-/obj/machinery/porta_turret/ai{
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/turret_protected/ai)
-"abk" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abl" = (
-/turf/closed/wall/r_wall,
-/area/aisat)
-"abm" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abn" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abo" = (
-/obj/effect/landmark/start{
- name = "AI"
- },
-/obj/structure/cable/white,
-/obj/machinery/power/apc{
- auto_name = 1;
- cell_type = 5000;
- dir = 2;
- name = "AI Chamber APC";
- pixel_y = -24
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 1;
- listening = 1;
- name = "Common Channel";
- pixel_x = -27;
- pixel_y = 5
- },
-/obj/item/device/radio/intercom{
- anyai = 1;
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_x = -27;
- pixel_y = -9
- },
-/obj/item/device/radio/intercom{
- anyai = 1;
- broadcasting = 0;
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_x = 29;
- pixel_y = 0
- },
-/obj/machinery/button/flasher{
- id = "AI";
- pixel_x = 26;
- pixel_y = -24
- },
-/obj/machinery/turretid{
- name = "AI Chamber turret control";
- pixel_x = -22;
- pixel_y = -25
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abp" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abq" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abr" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/aisat)
-"abs" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite West 1";
- dir = 8;
- network = list("Sat");
- pixel_x = 0;
- pixel_y = 0;
- start_active = 1
- },
-/turf/open/floor/plating,
-/area/aisat)
-"abt" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/closed/wall/r_wall,
-/area/aisat)
-"abu" = (
-/turf/open/space,
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The six is slightly darker than the other numbers.";
- tag = "six"
- },
-/obj/item/weapon/paper/crumpled{
- info = "Or were they somewhere else, hmm..."
- },
-/obj/structure/cable/blue{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/item/clothing/under/chameleon,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/turret_protected/ai)
-"abv" = (
-/obj/effect/landmark{
- name = "tripai"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 1;
- listening = 1;
- name = "Common Channel";
- pixel_x = -27;
- pixel_y = -2
- },
-/obj/item/device/radio/intercom{
- anyai = 1;
- broadcasting = 0;
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/item/device/radio/intercom{
- anyai = 1;
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_x = 0;
- pixel_y = 23
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abw" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "AI Core Door";
- req_access_txt = "16"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abx" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0";
- uses = 10
- },
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"aby" = (
-/obj/machinery/flasher{
- id = "AI";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abz" = (
-/obj/machinery/flasher{
- id = "AI";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abA" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "AI Core Door";
- req_access_txt = "16"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abB" = (
-/obj/effect/landmark{
- name = "tripai"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 1;
- listening = 1;
- name = "Common Channel";
- pixel_x = 28;
- pixel_y = -2
- },
-/obj/item/device/radio/intercom{
- anyai = 1;
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_x = 0;
- pixel_y = 23
- },
-/obj/item/device/radio/intercom{
- anyai = 1;
- broadcasting = 0;
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_x = 0;
- pixel_y = -27
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abC" = (
-/turf/open/space,
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The five is slightly darker than the other numbers.";
- tag = "five"
- },
-/obj/item/weapon/paper/crumpled{
- info = "The seventh is locked safe away..."
- },
-/obj/item/device/batterer{
- max_uses = 1;
- origin_tech = "magnets=3;combat=3"
- },
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/turret_protected/ai)
-"abD" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite East 1";
- dir = 4;
- network = list("Sat");
- start_active = 1
- },
-/turf/open/floor/plating,
-/area/aisat)
-"abE" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable/white{
- tag = "icon-0-10";
- icon_state = "0-10"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abF" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_n";
- name = "north of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"abG" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/turret_protected/ai)
-"abH" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/newscaster/security_unit{
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/white{
- tag = "icon-2-5";
- icon_state = "2-5"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abI" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/machinery/door/window{
- dir = 1;
- name = "AI SMES Door";
- req_access_txt = "16"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/white{
- d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abJ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/requests_console{
- department = "AI";
- departmentType = 5;
- name = "AI RC";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abK" = (
-/obj/machinery/porta_turret/ai{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/turret_protected/ai)
-"abL" = (
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abM" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abN" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abO" = (
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/turret_protected/ai)
-"abP" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abQ" = (
-/obj/structure/cable/white{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abR" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0";
- uses = 10
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
-"abS" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abT" = (
-/obj/structure/cable/white{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/turret_protected/ai)
-"abU" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/machinery/porta_turret_construct,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/turret_protected/ai)
-"abW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abX" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abZ" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/obj/machinery/flasher{
- id = "AI";
- pixel_x = 24;
- pixel_y = -24
- },
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/turret_protected/ai)
-"aca" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "AI Chamber South";
- dir = 1;
- network = list("Sat");
- start_active = 1
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"acb" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"acc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"acd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/porta_turret_construct,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/turret_protected/ai)
-"ace" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"acf" = (
-/obj/machinery/status_display,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"acg" = (
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- icon_state = "closed";
- locked = 1;
- name = "AI Chamber";
- req_access_txt = "16"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"ach" = (
-/obj/machinery/ai_status_display,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aci" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"acj" = (
-/turf/open/space,
-/obj/machinery/porta_turret/syndicate{
- dir = 9
- },
-/turf/closed/wall/shuttle{
- dir = 8;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"ack" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/syndicate)
-"acl" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters{
- id = "syndieshutters";
- name = "blast shutters"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"acm" = (
-/turf/closed/indestructible/opshuttle,
-/area/shuttle/syndicate)
-"acn" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite West 2";
- dir = 8;
- network = list("Sat");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aco" = (
-/turf/closed/wall,
-/area/turret_protected/aisat_interior)
-"acp" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"acq" = (
-/obj/structure/table,
-/obj/item/weapon/secbot_assembly,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"acr" = (
-/obj/machinery/porta_turret/ai,
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"acs" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/aisat_interior)
-"act" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/structure/cable/white,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/aisat_interior)
-"acu" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/machinery/camera/motion{
- c_tag = "AI Antechamber Motion Sensor";
- desc = "It watches you carefully.";
- name = "motion-sensitive security camera";
- network = list("Sat")
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/aisat_interior)
-"acv" = (
-/obj/structure/table,
-/obj/item/robot_parts/robot_suit,
-/obj/item/robot_parts/head,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"acw" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite East 2";
- dir = 4;
- network = list("Sat");
- start_active = 1
- },
-/turf/open/floor/plating,
-/area/aisat)
-"acx" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acy" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acz" = (
-/obj/structure/table,
-/obj/item/device/flashlight/lamp{
- pixel_x = 4;
- pixel_y = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acA" = (
-/obj/machinery/computer/shuttle/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acB" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "syndieshutters";
- name = "remote shutter control";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acC" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acD" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/aisat)
-"acE" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"acF" = (
-/obj/structure/table,
-/obj/item/robot_parts/l_arm,
-/obj/item/robot_parts/chest,
-/obj/item/robot_parts/l_arm,
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/turret_protected/aisat_interior)
-"acG" = (
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"acH" = (
-/obj/structure/cable/blue{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"acI" = (
-/obj/structure/table,
-/obj/item/robot_parts/r_arm,
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/laser_pointer/upgraded,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/turret_protected/aisat_interior)
-"acJ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"acK" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acL" = (
-/turf/open/space,
-/obj/machinery/porta_turret/syndicate{
- dir = 5
- },
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"acM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"acN" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"acO" = (
-/obj/structure/table,
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/robot_parts/r_leg,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"acP" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"acQ" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"acR" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/turret_protected/aisat_interior)
-"acS" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"acT" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"acU" = (
-/obj/structure/table,
-/obj/item/robot_parts/l_leg,
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/item/device/mmi,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"acV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"acW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"acX" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 10
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acY" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. Evilly";
- freerange = 1;
- frequency = 1213;
- name = "Syndicate Intercom";
- pixel_y = -32;
- subspace_transmission = 1;
- syndie = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acZ" = (
-/obj/structure/closet/syndicate/personal,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ada" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"adb" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"adc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/turret_protected/aisat_interior)
-"add" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0";
- uses = 10
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/aisat_interior)
-"ade" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/turret_protected/aisat_interior)
-"adf" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"adg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"adh" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"adi" = (
-/obj/machinery/door/window{
- name = "Cockpit";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adj" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 4;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"adk" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the AI.";
- dir = 1;
- name = "AI Satellite Monitor";
- network = list("Sat");
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/turret_protected/aisat_interior)
-"adl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"adm" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"adn" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"ado" = (
-/obj/structure/cable/blue{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/turret_protected/aisat_interior)
-"adp" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/space,
-/area/space)
-"adq" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adr" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/zipties{
- pixel_x = 1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ads" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"adt" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"adu" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"adv" = (
-/obj/machinery/porta_turret/ai{
- dir = 8
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"adw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"adx" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ady" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adz" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adA" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adB" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"adC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"adD" = (
-/turf/open/floor/bluegrid,
-/area/turret_protected/aisat_interior)
-"adE" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"adF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"adG" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"adH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adI" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adJ" = (
-/obj/structure/chair/comfy/beige{
- dir = 1;
- icon_state = "comfychair"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adK" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "AI Satellite Southwest";
- dir = 8;
- network = list("Sat");
- pixel_x = 0;
- pixel_y = 0;
- start_active = 1
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adL" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/hatch{
- name = "AI Satellite Antechamber";
- req_one_access_txt = "65"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"adM" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "AI Satellite Southeast";
- dir = 4;
- network = list("Sat");
- start_active = 1
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adN" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adO" = (
-/obj/structure/closet/syndicate/nuclear,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adP" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adQ" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance_hatch{
- req_access_txt = "65"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/aisat)
-"adR" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"adS" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/aisat)
-"adT" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/aisat)
-"adU" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/aisat)
-"adV" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite Access";
- network = list("Sat");
- start_active = 1
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/aisat)
-"adW" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/aisat)
-"adX" = (
-/obj/machinery/turretid{
- control_area = "AI Satellite Antechamber";
- enabled = 1;
- icon_state = "control_standby";
- name = "Antechamber Turret Control";
- pixel_x = 0;
- pixel_y = 24;
- req_access = list(65)
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/aisat)
-"adY" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/aisat)
-"adZ" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/aisat)
-"aea" = (
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/aisat)
-"aeb" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aec" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance_hatch{
- req_access_txt = "65"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aed" = (
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aee" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/sign/map/right/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"aef" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aeg" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aeh" = (
-/obj/machinery/door/poddoor{
- auto_close = 300;
- id = "smindicate";
- name = "outer blast door"
- },
-/obj/machinery/button/door{
- id = "smindicate";
- name = "external door control";
- pixel_x = -26;
- pixel_y = 0;
- req_access_txt = "150"
- },
-/obj/docking_port/mobile{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate";
- name = "syndicate infiltrator";
- roundstart_move = "syndicate_away";
- travelDir = 180;
- width = 18
- },
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_nw";
- name = "northwest of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"aei" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"aej" = (
-/turf/open/floor/plasteel/darkwarning,
-/area/aisat)
-"aek" = (
-/obj/machinery/bluespace_beacon,
-/turf/open/floor/plasteel/darkwarning,
-/area/aisat)
-"ael" = (
-/obj/machinery/status_display{
- layer = 3;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (NORTH)";
- dir = 1
- },
-/area/aisat)
-"aem" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aen" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/landmark/start{
- name = "Cyborg"
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aeo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aep" = (
-/obj/machinery/ai_status_display{
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aeq" = (
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aer" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aes" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aet" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aeu" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aev" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
- },
-/turf/closed/indestructible/opshuttle,
-/area/shuttle/syndicate)
-"aew" = (
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plating,
-/area/aisat)
-"aex" = (
-/obj/machinery/teleport/station,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plating,
-/area/aisat)
-"aey" = (
-/obj/machinery/teleport/hub,
-/turf/open/floor/plating,
-/area/aisat)
-"aez" = (
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/aisat)
-"aeA" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/mob/living/simple_animal/bot/cleanbot{
- on = 0
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aeB" = (
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/aisat)
-"aeC" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aeD" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f13";
- icon_state = "swall_f13"
- },
-/area/shuttle/abandoned)
-"aeE" = (
-/obj/machinery/sleeper,
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aeF" = (
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aeG" = (
-/obj/structure/frame/computer{
- anchored = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aeH" = (
-/obj/structure/table/optable,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aeI" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f11";
- icon_state = "swall_f11"
- },
-/area/shuttle/abandoned)
-"aeJ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aeK" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
-"aeL" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "EVA Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aeM" = (
-/obj/structure/table,
-/obj/item/weapon/c4{
- pixel_x = 2;
- pixel_y = -5
- },
-/obj/item/weapon/c4{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/c4{
- pixel_x = 2;
- pixel_y = -3
- },
-/obj/item/weapon/c4{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/c4{
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aeN" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aeO" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aeP" = (
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"aeQ" = (
-/obj/machinery/door/airlock/external{
- name = "AI Satellite External Access";
- req_access = null;
- req_access_txt = "65;13"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/aisat)
-"aeR" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aeS" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 6;
- pixel_y = -5
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aeT" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f18";
- icon_state = "swall_f18"
- },
-/area/shuttle/abandoned)
-"aeU" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
-"aeV" = (
-/obj/machinery/door/window{
- name = "Ready Room";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aeW" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "EVA Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aeX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"aeY" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/space/syndicate/black/red,
-/obj/item/clothing/head/helmet/space/syndicate/black/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aeZ" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"afa" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"afb" = (
-/obj/structure/transit_tube,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"afc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/transit_tube{
- tag = "icon-E-W-Pass";
- icon_state = "E-W-Pass"
- },
-/turf/open/space,
-/area/space)
-"afd" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube,
-/turf/open/space,
-/area/space)
-"afe" = (
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube,
-/turf/open/floor/plating,
-/area/aisat)
-"aff" = (
-/obj/structure/transit_tube,
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/aisat)
-"afg" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/transit_tube/station/reverse{
- tag = "icon-closed (NORTH)";
- icon_state = "closed";
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/aisat)
-"afh" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/transit_tube{
- tag = "icon-Block (WEST)";
- icon_state = "Block";
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/aisat)
-"afi" = (
-/obj/structure/closet/emcloset,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/aisat)
-"afj" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/aisat)
-"afk" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
- },
-/area/shuttle/abandoned)
-"afl" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f14";
- icon_state = "swall_f14"
- },
-/area/shuttle/abandoned)
-"afm" = (
-/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afn" = (
-/obj/item/weapon/scalpel,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afo" = (
-/obj/item/weapon/circuitboard/computer/operating,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afp" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
-/area/shuttle/abandoned)
-"afq" = (
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"afr" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"afs" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. Evilly";
- freerange = 1;
- frequency = 1213;
- name = "Syndicate Intercom";
- pixel_x = -32;
- subspace_transmission = 1;
- syndie = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aft" = (
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"afu" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"afv" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"afw" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/aisat)
-"afx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue,
-/turf/open/floor/plating,
-/area/aisat)
-"afy" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall,
-/area/aisat)
-"afz" = (
-/obj/machinery/door/airlock/external{
- name = "AI Satellite External Access";
- req_access = null;
- req_access_txt = "65;13"
- },
-/obj/structure/cable/green{
- tag = "icon-1-10";
- icon_state = "1-10"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/aisat)
-"afA" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/abandoned)
-"afB" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"afC" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afD" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afE" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afF" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_ne";
- name = "northeast of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"afG" = (
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"afH" = (
-/obj/machinery/sleeper/syndie{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"afI" = (
-/obj/structure/table,
-/obj/item/weapon/screwdriver{
- pixel_y = 9
- },
-/obj/item/device/assembly/voice{
- pixel_y = 3
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afJ" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/device/assembly/infra,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afK" = (
-/obj/structure/table,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afL" = (
-/obj/structure/table,
-/obj/item/weapon/weldingtool/largetank{
- pixel_y = 3
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afM" = (
-/obj/structure/grille,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"afN" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/space,
-/area/space)
-"afO" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/turf/open/space,
-/area/space)
-"afP" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/space,
-/area/space)
-"afQ" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/meter,
-/turf/open/space,
-/area/space)
-"afR" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-5-8";
- icon_state = "5-8"
- },
-/turf/open/space,
-/area/space)
-"afS" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/space,
-/area/space)
-"afT" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afU" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afV" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/abandoned)
-"afW" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"afX" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f16";
- icon_state = "swall_f16"
- },
-/area/shuttle/abandoned)
-"afY" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"afZ" = (
-/obj/machinery/door/window/westright{
- name = "Tool Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aga" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"agb" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable/green{
- tag = "icon-5-10";
- icon_state = "5-10"
- },
-/turf/open/space,
-/area/space)
-"agc" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agd" = (
-/obj/structure/table,
-/obj/item/stack/medical/ointment,
-/obj/item/stack/medical/bruise_pack,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"age" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "Tool Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"agf" = (
-/obj/structure/transit_tube{
- icon_state = "S-NE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"agg" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f12";
- icon_state = "swall_f12"
- },
-/area/shuttle/abandoned)
-"agh" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agi" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell/high{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/cell/high,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"agj" = (
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agk" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/indestructible/opshuttle,
-/area/shuttle/syndicate)
-"agl" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "Infirmary";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agm" = (
-/obj/structure/table,
-/obj/item/device/sbeacondrop/bomb{
- pixel_y = 5
- },
-/obj/item/device/sbeacondrop/bomb,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"agn" = (
-/obj/structure/table,
-/obj/item/weapon/grenade/syndieminibomb{
- pixel_x = 4;
- pixel_y = 2
- },
-/obj/item/weapon/grenade/syndieminibomb{
- pixel_x = -1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ago" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/turf/open/space,
-/area/space)
-"agp" = (
-/obj/machinery/door/window,
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/shuttle/purple,
-/area/shuttle/abandoned)
-"agq" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/shuttle/purple,
-/area/shuttle/abandoned)
-"agr" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "Infirmary";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"ags" = (
-/obj/machinery/telecomms/allinone{
- intercept = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"agt" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Surgery";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agu" = (
-/obj/structure/transit_tube{
- icon_state = "N-S-Pass"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"agv" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-2-5";
- icon_state = "2-5"
- },
-/turf/open/space,
-/area/space)
-"agw" = (
-/obj/structure/table,
-/obj/item/weapon/tank/internals/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agx" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agy" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agz" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/robot_parts/r_arm,
-/obj/item/robot_parts/l_arm,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agA" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/brute,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agB" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agC" = (
-/obj/structure/shuttle/engine/heater,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"agD" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/fire,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agE" = (
-/obj/structure/table,
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agF" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/structure/mirror{
- pixel_x = 30
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"agG" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/space)
-"agH" = (
-/obj/machinery/computer/shuttle/white_ship,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agI" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agJ" = (
-/obj/effect/decal/cleanable/blood/drip,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agK" = (
-/obj/item/weapon/ectoplasm,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agL" = (
-/obj/machinery/door/airlock/glass,
-/obj/effect/decal/cleanable/blood/drip,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agM" = (
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (SOUTHWEST)";
- icon_state = "tracks";
- dir = 10
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agN" = (
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (WEST)";
- icon_state = "tracks";
- dir = 8
- },
-/obj/effect/decal/cleanable/blood/drip,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agO" = (
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (EAST)";
- icon_state = "tracks";
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agP" = (
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (WEST)";
- icon_state = "tracks";
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agQ" = (
-/obj/machinery/door/airlock/shuttle,
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (WEST)";
- icon_state = "tracks";
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agR" = (
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (EAST)";
- icon_state = "tracks";
- dir = 4
- },
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agS" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"agT" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"agU" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"agV" = (
-/obj/structure/table,
-/obj/item/weapon/gun/energy/laser/retro,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"agW" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/purple,
-/area/shuttle/abandoned)
-"agX" = (
-/obj/machinery/door/window/northright,
-/turf/open/floor/plasteel/shuttle/purple,
-/area/shuttle/abandoned)
-"agY" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/abandoned)
-"agZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/abandoned)
-"aha" = (
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahb" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahc" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahd" = (
-/obj/structure/rack,
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahe" = (
-/obj/item/weapon/stock_parts/cell{
- charge = 100;
- maxcharge = 15000
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahf" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f15";
- icon_state = "swall_f15"
- },
-/area/shuttle/abandoned)
-"ahg" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/space/hardsuit/medical,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahh" = (
-/obj/machinery/door/poddoor{
- id = "oldship_gun";
- name = "pod bay door"
- },
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"ahi" = (
-/obj/machinery/mass_driver{
- dir = 8;
- icon_state = "mass_driver";
- id = "oldship_gun"
- },
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"ahj" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f17";
- icon_state = "swall_f17"
- },
-/area/shuttle/abandoned)
-"ahk" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/arrival)
-"ahl" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"ahm" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
-/area/shuttle/arrival)
-"ahn" = (
-/obj/machinery/computer/pod{
- id = "oldship_gun"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aho" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/arrival)
-"ahp" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ahq" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ahr" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ahs" = (
-/obj/structure/table,
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aht" = (
-/turf/closed/wall/r_wall,
-/area/hallway/secondary/entry)
-"ahu" = (
-/obj/machinery/door/airlock/shuttle,
-/obj/docking_port/mobile{
- dheight = 0;
- dir = 1;
- dwidth = 11;
- height = 22;
- id = "whiteship";
- launch_status = 0;
- name = "NT Medical Ship";
- roundstart_move = "whiteship_away";
- travelDir = 180;
- width = 35
- },
-/obj/docking_port/stationary{
- dir = 1;
- dwidth = 11;
- height = 22;
- id = "whiteship_home";
- name = "SS13 Arrival Docking";
- width = 35
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahv" = (
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"ahw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahx" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/arrival)
-"ahy" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/arrival)
-"ahz" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ahA" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ahB" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Port Docking Bay 4";
- opacity = 0;
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahC" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Port Docking Bay 3";
- opacity = 0;
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahD" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_1)
-"ahE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/pod_1)
-"ahF" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (WEST)";
- icon_state = "propulsion";
- dir = 8
- },
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/pod_1)
-"ahG" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/camera{
- c_tag = "Escape Pod 1";
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahH" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"ahI" = (
-/turf/open/floor/plasteel/arrival{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"ahJ" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ahK" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ahL" = (
-/turf/open/floor/plasteel/arrival{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"ahM" = (
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"ahN" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahO" = (
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahP" = (
-/obj/docking_port/stationary/random{
- dir = 8;
- id = "pod_asteroid1";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"ahQ" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/pod_1)
-"ahR" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/computer/shuttle/pod{
- pixel_x = 0;
- pixel_y = -32;
- possible_destinations = "pod_asteroid1";
- shuttleId = "pod1"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_1)
-"ahS" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- pixel_y = 25
- },
-/obj/item/weapon/storage/pod{
- pixel_x = 6;
- pixel_y = -26
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_1)
-"ahT" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 8;
- id = "pod1";
- name = "escape pod 1"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_1)
-"ahU" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Pod One"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahV" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"ahW" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Port Docking Bay 1";
- opacity = 0
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ahX" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/obj/docking_port/stationary{
- dir = 4;
- dwidth = 5;
- height = 7;
- id = "arrival_home";
- name = "port bay 1";
- width = 15
- },
-/obj/docking_port/mobile{
- dir = 4;
- dwidth = 5;
- height = 7;
- id = "arrival";
- name = "arrival shuttle";
- travelDir = -90;
- width = 15
- },
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"ahY" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark{
- name = "JoinLate"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ahZ" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"aia" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aib" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry)
-"aic" = (
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry)
-"aid" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"aie" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/pod_1)
-"aif" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (WEST)";
- icon_state = "propulsion";
- dir = 8
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/pod_1)
-"aig" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"aih" = (
-/obj/structure/sign/pods,
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"aii" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Northwest";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aij" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"aik" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Shuttle";
- dir = 4;
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ail" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aim" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Northeast";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"ain" = (
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aio" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/solar/auxport)
-"aip" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aiq" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"air" = (
-/obj/structure/closet/wardrobe/green,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ais" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"ait" = (
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aiu" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aiv" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_2)
-"aiw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/pod_2)
-"aix" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (WEST)";
- icon_state = "propulsion";
- dir = 8
- },
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/pod_2)
-"aiy" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/camera{
- c_tag = "Escape Pod 2";
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"aiz" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aiA" = (
-/obj/effect/landmark{
- name = "Observer-Start"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aiB" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aiC" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aiD" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aiE" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aiF" = (
-/obj/machinery/camera{
- c_tag = "Arrivals East Docking Bays";
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aiG" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-6";
- icon_state = "0-6";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"aiH" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"aiI" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow,
-/turf/open/space,
-/area/solar/auxport)
-"aiJ" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-10";
- icon_state = "0-10";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"aiK" = (
-/obj/docking_port/stationary/random{
- dir = 8;
- id = "pod_asteroid2";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"aiL" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/pod_2)
-"aiM" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/computer/shuttle/pod{
- pixel_x = 0;
- pixel_y = -32;
- possible_destinations = "pod_asteroid2";
- shuttleId = "pod2"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_2)
-"aiN" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- pixel_y = 25
- },
-/obj/item/weapon/storage/pod{
- pixel_x = 6;
- pixel_y = -26
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_2)
-"aiO" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 8;
- id = "pod2";
- name = "escape pod 2"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_2)
-"aiP" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Pod Two"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"aiQ" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aiR" = (
-/obj/structure/closet/wardrobe/grey,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aiS" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aiT" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/auxport)
-"aiU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/auxport)
-"aiV" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/auxport)
-"aiW" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/solar/auxport)
-"aiX" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/auxport)
-"aiY" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/open/space,
-/area/solar/auxport)
-"aiZ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/auxport)
-"aja" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/auxport)
-"ajb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/auxport)
-"ajc" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/pod_2)
-"ajd" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (WEST)";
- icon_state = "propulsion";
- dir = 8
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/pod_2)
-"aje" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"ajf" = (
-/obj/structure/closet/wardrobe/black,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ajg" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"ajh" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aji" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"ajj" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/transport)
-"ajk" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/transport)
-"ajl" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"ajm" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"ajn" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/transport)
-"ajo" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-5";
- icon_state = "0-5";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"ajp" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"ajq" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-9";
- icon_state = "0-9";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"ajr" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-6";
- icon_state = "1-6"
- },
-/turf/open/space,
-/area/space)
-"ajs" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ajt" = (
-/obj/machinery/requests_console{
- department = "Arrival Shuttle";
- name = "Arrival Shuttle RC";
- pixel_x = 30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aju" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ajv" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ajw" = (
-/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ajx" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ajy" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f5"
- },
-/area/shuttle/transport)
-"ajz" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/space,
-/area/space)
-"ajA" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-9";
- icon_state = "4-9"
- },
-/turf/open/space,
-/area/space)
-"ajB" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/turf/open/space,
-/area/space)
-"ajC" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/space,
-/area/space)
-"ajD" = (
-/turf/closed/wall,
-/area/maintenance/aft)
-"ajE" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajF" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/meatproduct,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/bear,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/spider,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/killertomato,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajG" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajH" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajI" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajJ" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"ajK" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- id_tag = null;
- name = "Port Docking Bay 2";
- opacity = 0;
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"ajL" = (
-/obj/machinery/door/airlock/shuttle,
-/obj/docking_port/mobile{
- dir = 4;
- dwidth = 2;
- height = 12;
- id = "ferry";
- name = "ferry shuttle";
- roundstart_move = "ferry_away";
- travelDir = 180;
- width = 5
- },
-/obj/docking_port/stationary{
- dir = 4;
- dwidth = 2;
- height = 12;
- id = "ferry_home";
- name = "port bay 2";
- turf_type = /turf/open/space;
- width = 5
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ajM" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ajN" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ajO" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-2-9";
- icon_state = "2-9"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajP" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajQ" = (
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajR" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajS" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajT" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ajU" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"ajV" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
-/area/shuttle/arrival)
-"ajW" = (
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plasteel/black,
-/area/shuttle/arrival)
-"ajX" = (
-/turf/closed/wall/shuttle{
- tag = "icon-swall11";
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/arrival)
-"ajY" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ajZ" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"aka" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f6"
- },
-/area/shuttle/transport)
-"akb" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/transport)
-"akc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/auxport)
-"akd" = (
-/obj/structure/transit_tube{
- tag = "icon-N-SE";
- icon_state = "N-SE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ake" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"akf" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall,
-/area/engine/engineering)
-"akg" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akh" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"aki" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akj" = (
-/obj/structure/closet/emcloset,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akk" = (
-/obj/item/weapon/reagent_containers/food/snacks/meat/steak/spider,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akl" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/arrival)
-"akm" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/arrival)
-"akn" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plasteel/black,
-/area/shuttle/arrival)
-"ako" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/arrival)
-"akp" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- tag = "icon-swall_f9";
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/arrival)
-"akq" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"akr" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/transport)
-"aks" = (
-/obj/structure/transit_tube{
- tag = "icon-D-NE";
- icon_state = "D-NE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"akt" = (
-/obj/structure/transit_tube{
- tag = "icon-E-NW";
- icon_state = "E-NW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aku" = (
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akv" = (
-/obj/structure/transit_tube,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"akw" = (
-/obj/structure/transit_tube_pod{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/transit_tube/station/reverse,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"akx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/transit_tube{
- tag = "icon-Block (WEST)";
- icon_state = "Block";
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aky" = (
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"akz" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akA" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akB" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Arrivals West";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white/corner{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"akC" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Arrivals East";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"akD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"akE" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"akF" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"akG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"akH" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"akI" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akJ" = (
-/turf/closed/wall/rust,
-/area/maintenance/aft)
-"akK" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/aft)
-"akL" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akM" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akN" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/aft)
-"akO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"akP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"akQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"akR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"akS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/white/corner{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"akT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/arrival{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"akU" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"akV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"akW" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"akX" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint2)
-"akY" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"akZ" = (
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"ala" = (
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alb" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint2)
-"alc" = (
-/turf/closed/wall,
-/area/maintenance/fpmaint2)
-"ald" = (
-/obj/item/roller,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"ale" = (
-/obj/item/weapon/reagent_containers/blood/empty,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alf" = (
-/obj/structure/bedsheetbin,
-/obj/structure/table,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alg" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"alh" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"ali" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"alj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Engineering AI Satellite Access";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/engine/engineering)
-"alk" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"all" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"alm" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/aft)
-"aln" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"alo" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"alp" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"alq" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/scanning_module,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"alr" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"als" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating,
-/area/security/vacantoffice)
-"alt" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"alu" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"alv" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/sign/map/left/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"alw" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"alx" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/secondary/entry)
-"aly" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/secondary/entry)
-"alz" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/secondary/entry)
-"alA" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"alB" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/sign/map/right/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"alC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/newscaster{
- hitstaken = 0;
- pixel_x = 0;
- pixel_y = -32;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"alD" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"alE" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alF" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alG" = (
-/obj/structure/rack,
-/obj/item/stack/cable_coil/green{
- amount = 1;
- icon_state = "coil_green1";
- pixel_x = -3;
- pixel_y = -1;
- tag = "icon-coil_green1"
- },
-/obj/item/weapon/stock_parts/capacitor,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alI" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alJ" = (
-/obj/item/weapon/reagent_containers/blood/random,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alK" = (
-/obj/structure/frame/computer,
-/obj/item/weapon/circuitboard/computer/operating,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alL" = (
-/obj/item/weapon/reagent_containers/blood/OMinus,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"alM" = (
-/turf/closed/wall/rust,
-/area/maintenance/fpmaint2)
-"alN" = (
-/turf/closed/wall,
-/area/engine/engineering)
-"alO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "AI Satellite Access";
- req_access_txt = "65"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"alP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"alQ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance";
- req_access_txt = "10"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"alR" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "Engineering"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/engine/engineering)
-"alS" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"alT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"alU" = (
-/turf/closed/wall,
-/area/security/vacantoffice)
-"alV" = (
-/turf/closed/wall/rust,
-/area/security/vacantoffice)
-"alW" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"alX" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"alY" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"alZ" = (
-/turf/closed/wall,
-/area/security/checkpoint)
-"ama" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amb" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amc" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"amd" = (
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"ame" = (
-/turf/open/space,
-/area/space/nearstation)
-"amf" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amg" = (
-/obj/item/weapon/wrench,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amh" = (
-/obj/structure/table/optable,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"ami" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amj" = (
-/obj/item/weapon/circuitboard/machine/sleeper,
-/obj/structure/mirror{
- pixel_x = 28
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amk" = (
-/obj/structure/cable/green{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aml" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"amm" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"amn" = (
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/obj/structure/grille,
-/obj/structure/cable/green{
- tag = "icon-2-6";
- icon_state = "2-6"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"amo" = (
-/obj/structure/cable/green{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"amp" = (
-/obj/structure/cable/green{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/obj/structure/grille,
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"amq" = (
-/obj/structure/closet/emcloset,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"amr" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"ams" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/engine/engineering)
-"amt" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"amu" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"amv" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"amw" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/table,
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"amx" = (
-/obj/structure/table,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/airlock,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/obj/item/stack/cable_coil/green,
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"amy" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"amz" = (
-/turf/open/floor/plasteel/delivery,
-/area/engine/engineering)
-"amA" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"amB" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"amC" = (
-/obj/machinery/camera{
- c_tag = "Vacant Office";
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"amD" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"amE" = (
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"amF" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"amG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"amH" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair/comfy/brown{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"amI" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/storage/fancy/cigarettes/cigpack_midori,
-/obj/item/weapon/lighter/greyscale,
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"amJ" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"amK" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/reagent_containers/food/drinks/soda_cans/dr_gibb,
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"amL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair/comfy/brown{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"amM" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"amN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"amO" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- name = "Security Checkpoint";
- req_access = null;
- req_access_txt = "1"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/checkpoint)
-"amP" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/checkpoint)
-"amQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/checkpoint)
-"amR" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/checkpoint)
-"amS" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amT" = (
-/obj/structure/closet/coffin,
-/obj/item/weapon/firstaid_arm_assembly,
-/obj/item/weapon/ore/diamond,
-/turf/open/floor/plating/airless{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/space/nearstation)
-"amU" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amV" = (
-/obj/structure/frame/machine,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amW" = (
-/obj/structure/table,
-/obj/item/wallframe/firealarm,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amX" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amY" = (
-/obj/structure/closet/firecloset/full,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"amZ" = (
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"ana" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"anb" = (
-/obj/structure/cable/green{
- tag = "icon-2-6";
- icon_state = "2-6"
- },
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"anc" = (
-/obj/structure/cable/green{
- tag = "icon-4-9";
- icon_state = "4-9"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"and" = (
-/obj/structure/cable/green{
- tag = "icon-5-8";
- icon_state = "5-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"ane" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"anf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"ang" = (
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access = null;
- req_access_txt = "10;13"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"anh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engineering)
-"ani" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"anj" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ank" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"anl" = (
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"anm" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"ann" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pen/red,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"ano" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"anp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/security/vacantoffice)
-"anq" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/security/vacantoffice)
-"anr" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/folder/blue,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"ans" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"ant" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/vacantoffice)
-"anu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"anv" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"anw" = (
-/obj/structure/chair/comfy/brown{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"anx" = (
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"any" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/snacks/chips,
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"anz" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper,
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"anA" = (
-/obj/structure/chair/comfy/brown{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"anB" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"anC" = (
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"anD" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/checkpoint)
-"anE" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- dir = 8
- },
-/area/security/checkpoint)
-"anF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/checkpoint)
-"anG" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/computer/security,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Arrivals Security Checkpoint";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/checkpoint)
-"anH" = (
-/obj/structure/rack,
-/obj/item/weapon/newspaper,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anI" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anJ" = (
-/obj/machinery/iv_drip,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anK" = (
-/obj/structure/table/glass,
-/obj/item/weapon/surgicaldrill,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anL" = (
-/obj/structure/table/glass,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anM" = (
-/obj/structure/table/glass,
-/obj/item/weapon/hemostat,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anO" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"anP" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/space,
-/area/solar/auxstarboard)
-"anQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/space,
-/area/solar/auxport)
-"anR" = (
-/turf/closed/wall,
-/area/maintenance/asmaint)
-"anS" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"anT" = (
-/obj/structure/cable/green,
-/turf/open/floor/plating/airless/warnplate{
- dir = 2
- },
-/area/engine/engineering)
-"anU" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engineering)
-"anV" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"anW" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"anX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"anY" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/structure/closet/wardrobe/engineering_yellow,
-/obj/item/clothing/mask/gas{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"anZ" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"aoa" = (
-/turf/open/floor/carpet,
-/area/security/vacantoffice)
-"aob" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/security/vacantoffice)
-"aoc" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"aod" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Vacant Office";
- req_access_txt = "32"
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"aoe" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aof" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aog" = (
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"aoh" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/obj/machinery/door/window/westright{
- dir = 4;
- name = "Security Checkpoint";
- req_access_txt = "1"
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/checkpoint)
-"aoi" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- dir = 8
- },
-/area/security/checkpoint)
-"aoj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/checkpoint)
-"aok" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/computer/card,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/checkpoint)
-"aol" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aom" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Firefighting equipment";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aon" = (
-/turf/closed/wall,
-/area/maintenance/incinerator)
-"aoo" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/solar/auxstarboard)
-"aop" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/circuitboard/machine/microwave,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint)
-"aoq" = (
-/obj/structure/frame/machine,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aor" = (
-/obj/structure/frame/computer{
- anchored = 1
- },
-/obj/item/weapon/circuitboard/computer/arcade/orion_trail,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aos" = (
-/obj/structure/frame/computer{
- anchored = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aot" = (
-/obj/structure/table,
-/obj/structure/frame/machine,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aou" = (
-/obj/structure/cable/green{
- tag = "icon-2-5";
- icon_state = "2-5"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aov" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space/nearstation)
-"aow" = (
-/obj/structure/cable/green{
- tag = "icon-4-9";
- icon_state = "4-9"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aox" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"aoy" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aoz" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aoA" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_y = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aoB" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/emergency{
- pixel_y = 6
- },
-/obj/item/clothing/ears/earmuffs,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aoC" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_y = 5
- },
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aoD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aoE" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"aoF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aoG" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/machinery/disposal/bin,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aoH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/aft)
-"aoI" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pen/blue,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"aoJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/security/vacantoffice)
-"aoK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/security/vacantoffice)
-"aoL" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/folder/red,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"aoM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"aoN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/vacantoffice)
-"aoO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aoP" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aoQ" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/pen,
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"aoR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/comfy/brown{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"aoS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Arrivals Meeting Room";
- dir = 10;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"aoT" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/comfy/brown{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"aoU" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/paper,
-/turf/open/floor/carpet,
-/area/hallway/secondary/entry)
-"aoV" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aoW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aoX" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/checkpoint)
-"aoY" = (
-/obj/structure/closet/secure_closet/security,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/checkpoint)
-"aoZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/checkpoint)
-"apa" = (
-/obj/structure/closet/wardrobe/red,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/checkpoint)
-"apb" = (
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"apc" = (
-/obj/item/device/assembly/mousetrap/armed,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"apd" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"ape" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"apf" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint2)
-"apg" = (
-/obj/item/weapon/rack_parts,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aph" = (
-/obj/machinery/power/smes{
- capacity = 9e+006;
- charge = 10000
- },
-/obj/structure/sign/deathsposal{
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/maintenance/incinerator)
-"api" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apj" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4;
- name = "input gas connector port"
- },
-/obj/machinery/portable_atmospherics/canister,
-/obj/structure/sign/nosmoking_2{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apk" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Incinerator to Output";
- on = 0
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apl" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apm" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apn" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"apo" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/cell,
-/obj/item/wallframe/airalarm,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"app" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"apq" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/effect/decal/cleanable/blood/old,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"apr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"aps" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/scanning_module,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"apt" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Containment Northwest";
- dir = 4;
- icon_state = "camera";
- network = list("Singularity");
- tag = "icon-camera (EAST)"
- },
-/obj/structure/cable/green{
- tag = "icon-1-10";
- icon_state = "1-10"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"apu" = (
-/obj/machinery/power/emitter{
- anchored = 1;
- state = 2
- },
-/obj/structure/cable/green,
-/turf/open/floor/plating/airless/warnplate{
- dir = 2
- },
-/area/space/nearstation)
-"apv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"apw" = (
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/rad_collector{
- anchored = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"apx" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"apy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"apz" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"apA" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"apB" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"apC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"apD" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"apE" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"apF" = (
-/obj/structure/table/wood,
-/obj/item/weapon/folder/yellow,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"apG" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper,
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"apH" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"apI" = (
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/wood,
-/area/security/vacantoffice)
-"apJ" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/hallway/secondary/entry)
-"apK" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"apL" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"apM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/security/checkpoint)
-"apN" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Security Maintenance";
- req_access_txt = "1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/security/checkpoint)
-"apO" = (
-/obj/item/weapon/vending_refill/cigarette,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"apP" = (
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"apQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"apR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"apS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"apT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/atmos_control)
-"apU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"apV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"apW" = (
-/obj/machinery/disposal/bin,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/maintenance/incinerator)
-"apX" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apY" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apZ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqa" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqb" = (
-/obj/machinery/camera{
- c_tag = "Turbine Vent";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"aqc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/disposalpipe/segment,
-/turf/open/space,
-/area/space)
-"aqd" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"aqe" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Containment Northeast";
- dir = 8;
- icon_state = "camera";
- network = list("Singularity");
- tag = "icon-camera (WEST)"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aqf" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/glass = 2, /obj/item/stack/sheet/rglass = 1, /obj/item/stack/sheet/metal = 2, /obj/item/stack/sheet/plasteel = 1);
- name = "random sheet material spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aqg" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint)
-"aqh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aqi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aqj" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aqk" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/obj/structure/cable/green{
- tag = "icon-2-5";
- icon_state = "2-5"
- },
-/obj/structure/grille/broken,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aql" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aqm" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aqn" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aqo" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aqp" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aqq" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aqr" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aqs" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aqt" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aqu" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aqv" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aqw" = (
-/obj/machinery/vending/snack,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aqx" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal/bin,
-/obj/machinery/camera{
- c_tag = "Arrivals South";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aqy" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aqz" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aqA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aqB" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aqC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"aqD" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/security/checkpoint)
-"aqE" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aqF" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aqG" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/girder{
- layer = 2.6
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aqH" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aqI" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"aqJ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqL" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 6
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqM" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqN" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqO" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqP" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/girder{
- layer = 2.6
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqQ" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqR" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/atmos_control)
-"aqS" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aqT" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/door/airlock/atmos{
- name = "Turbine Access";
- req_access_txt = "32"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"aqU" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 6
- },
-/area/maintenance/incinerator)
-"aqV" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqW" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqX" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqY" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqZ" = (
-/obj/machinery/airalarm{
- desc = "This particular atmos control unit appears to have no access restrictions.";
- dir = 8;
- icon_state = "alarm0";
- locked = 0;
- name = "all-access air alarm";
- pixel_x = 24;
- req_access = "0";
- req_one_access = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"ara" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"arb" = (
-/obj/machinery/door/poddoor{
- id = "auxincineratorvent";
- name = "Auxiliary Incinerator Vent"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"arc" = (
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"ard" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"are" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarstarboard)
-"arf" = (
-/obj/item/weapon/screwdriver,
-/turf/open/space,
-/area/space/nearstation)
-"arg" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"arh" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ari" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"arj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ark" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/item/toy/toy_xeno,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"arl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"arm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/asmaint)
-"arn" = (
-/obj/machinery/door/airlock/maintenance{
- locked = 1;
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aro" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall,
-/area/maintenance/asmaint)
-"arp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"arq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/closet/cardboard,
-/obj/item/weapon/holosign_creator,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"arr" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ars" = (
-/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"art" = (
-/obj/machinery/field/generator{
- anchored = 1;
- state = 2
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aru" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"arv" = (
-/obj/structure/rack,
-/obj/item/clothing/gloves/color/black,
-/obj/item/weapon/extinguisher{
- pixel_x = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"arw" = (
-/obj/structure/closet/radiation,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/camera{
- c_tag = "Engineering North";
- dir = 10;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"arx" = (
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/yellow/corner,
-/area/engine/engineering)
-"ary" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 8
- },
-/area/engine/engineering)
-"arz" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"arA" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"arB" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/girder{
- layer = 2.6
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"arC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/wardrobe/grey,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"arD" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"arE" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/aft)
-"arF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"arG" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"arH" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"arI" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"arJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1";
- tag = "icon-pipe-j1 (EAST)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"arK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"arL" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"arM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"arN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"arO" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"arP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"arQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint2)
-"arR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"arS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"arT" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"arU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"arV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"arW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"arX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/atmos_control)
-"arY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/closed/wall,
-/area/maintenance/atmos_control)
-"arZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"asa" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"asb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"asc" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/structure/cable/green,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asd" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "atmospherics mix pump"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"ase" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 1;
- name = "Incinerator to Space"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asf" = (
-/obj/machinery/doorButtons/airlock_controller{
- idExterior = "incinerator_airlock_exterior";
- idInterior = "incinerator_airlock_interior";
- idSelf = "incinerator_access_control";
- name = "Incinerator Access Console";
- pixel_x = 26;
- pixel_y = 0;
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asg" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"ash" = (
-/obj/machinery/doorButtons/access_button{
- idDoor = "incinerator_airlock_exterior";
- idSelf = "incinerator_access_control";
- layer = 3.1;
- name = "Incinerator airlock control";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- on = 1
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"asi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 0;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"asj" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarstarboard)
-"ask" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"asl" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"asm" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"asn" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aso" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"asp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint)
-"asq" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"asr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ass" = (
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/turf/open/space,
-/area/space/nearstation)
-"ast" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/obj/machinery/button/door{
- id = "Singularity";
- name = "Shutters Control";
- pixel_x = 25;
- pixel_y = 0;
- req_access_txt = "11"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"asu" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"asv" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"asw" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"asx" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"asy" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"asz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/aft)
-"asA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"asB" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"asC" = (
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"asD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"asE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"asF" = (
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/secondary/entry)
-"asG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"asH" = (
-/turf/closed/wall/r_wall,
-/area/atmos)
-"asI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmosmaint";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/atmos)
-"asJ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmosmaint";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/atmos)
-"asK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmosmaint";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/atmos)
-"asL" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Maintenance";
- req_access_txt = "24"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/atmos)
-"asM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall,
-/area/maintenance/atmos_control)
-"asN" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"asO" = (
-/obj/machinery/atmospherics/components/unary/tank/toxins{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asP" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "plasma tank pump"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asQ" = (
-/obj/machinery/atmospherics/pipe/manifold4w/general{
- level = 2
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asR" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Mix to Incinerator";
- on = 0
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asT" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"asU" = (
-/obj/machinery/door/airlock/glass{
- autoclose = 0;
- frequency = 1449;
- heat_proof = 1;
- icon_state = "closed";
- id_tag = "incinerator_airlock_interior";
- locked = 1;
- name = "Turbine Interior Airlock";
- req_access_txt = "32"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"asV" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"asW" = (
-/obj/machinery/door/airlock/glass{
- autoclose = 0;
- frequency = 1449;
- heat_proof = 1;
- icon_state = "closed";
- id_tag = "incinerator_airlock_exterior";
- locked = 1;
- name = "Turbine Exterior Airlock";
- req_access_txt = "32"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"asX" = (
-/obj/machinery/igniter{
- icon_state = "igniter0";
- id = "Incinerator";
- luminosity = 2;
- on = 0
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"asY" = (
-/obj/machinery/power/compressor{
- tag = "icon-compressor (WEST)";
- icon_state = "compressor";
- dir = 8;
- luminosity = 2;
- comp_id = "incineratorturbine"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"asZ" = (
-/obj/machinery/power/turbine{
- tag = "icon-turbine (EAST)";
- icon_state = "turbine";
- dir = 4;
- luminosity = 2
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"ata" = (
-/obj/machinery/door/poddoor{
- id = "turbinevent";
- name = "Turbine Vent"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"atb" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 6
- },
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"atc" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"atd" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/auxsolarport)
-"ate" = (
-/obj/machinery/camera{
- c_tag = "Fore Port Solar Control Room";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 8;
- tag = ""
- },
-/area/maintenance/auxsolarport)
-"atf" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/auxsolarport)
-"atg" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/solar_control{
- id = "auxsolareast";
- name = "Fore Port Solar Control";
- track = 0
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
- tag = ""
- },
-/area/maintenance/auxsolarport)
-"ath" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ati" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/asmaint)
-"atj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/maintenance/asmaint)
-"atk" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"atl" = (
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"atm" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"atn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"ato" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Solar Maintenance";
- opacity = 0;
- req_access = null;
- req_access_txt = "10; 13"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"atp" = (
-/obj/item/weapon/wirecutters,
-/turf/open/space,
-/area/space/nearstation)
-"atq" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"atr" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/space/nearstation)
-"ats" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"att" = (
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/engine/engineering)
-"atu" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"atv" = (
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
- tag = ""
- },
-/area/engine/engineering)
-"atw" = (
-/turf/open/floor/plating,
-/area/engine/engineering)
-"atx" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aty" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"atz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"atA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Engineering 2";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning/corner,
-/area/engine/engineering)
-"atB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/engine/engine_smes)
-"atC" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"atD" = (
-/turf/closed/wall,
-/area/engine/engine_smes)
-"atE" = (
-/turf/closed/wall/r_wall,
-/area/engine/engine_smes)
-"atF" = (
-/turf/closed/wall/rust,
-/area/engine/engine_smes)
-"atG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"atH" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"atI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"atJ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"atK" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"atL" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"atM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"atN" = (
-/obj/machinery/pipedispenser/disposal/transit_tube,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTHEAST)";
- dir = 5
- },
-/area/atmos)
-"atO" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atP" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atQ" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50;
- pixel_x = 2;
- pixel_y = 2
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atR" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"atS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 8
- },
-/obj/machinery/meter{
- frequency = 1441;
- id_tag = "waste_meter";
- name = "Waste Loop"
- },
-/obj/machinery/button/door{
- id = "atmosmaint";
- name = "Atmospherics Maintenance Shutters";
- pixel_x = -24;
- pixel_y = 24;
- req_access_txt = "24"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atT" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Distro to Waste";
- on = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atU" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/visible,
-/obj/machinery/meter{
- frequency = 1441;
- id_tag = "distro_meter";
- name = "Distribution Loop"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atV" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Air to Distro";
- on = 1;
- target_pressure = 101
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atW" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
- },
-/obj/machinery/meter,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atX" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics North";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"atY" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"atZ" = (
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aua" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4;
- name = "input gas connector port"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aub" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "input port pump"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"auc" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/machinery/light/small,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aud" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "Mix to Space"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aue" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"auf" = (
-/obj/machinery/computer/turbine_computer{
- id = "incineratorturbine"
- },
-/obj/machinery/button/door{
- id = "turbinevent";
- name = "Turbine Vent Control";
- pixel_x = -6;
- pixel_y = -24;
- req_access_txt = "32"
- },
-/obj/machinery/button/door{
- id = "auxincineratorvent";
- name = "Auxiliary Vent Control";
- pixel_x = 6;
- pixel_y = -24;
- req_access_txt = "32"
- },
-/obj/machinery/button/ignition{
- id = "Incinerator";
- pixel_x = 24;
- pixel_y = 6
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aug" = (
-/obj/machinery/doorButtons/access_button{
- idDoor = "incinerator_airlock_interior";
- idSelf = "incinerator_access_control";
- name = "Incinerator airlock control";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"auh" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "air_in"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"aui" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"auj" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/auxsolarstarboard)
-"auk" = (
-/obj/machinery/camera{
- c_tag = "Fore Starboard Solar Control Room";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 8;
- tag = ""
- },
-/area/maintenance/auxsolarstarboard)
-"aul" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/auxsolarstarboard)
-"aum" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/solar_control{
- id = "auxsolareast";
- name = "Fore Starboard Solar Control";
- track = 0
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
- tag = ""
- },
-/area/maintenance/auxsolarstarboard)
-"aun" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auo" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aup" = (
-/obj/item/weapon/rack_parts,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auq" = (
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aur" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aus" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint)
-"aut" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint)
-"auu" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"auv" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"auw" = (
-/obj/structure/grille,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"aux" = (
-/obj/item/stack/cable_coil/yellow,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"auy" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"auz" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"auA" = (
-/obj/structure/chair/stool,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"auB" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auC" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auD" = (
-/obj/item/wallframe/light_fixture,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auE" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auG" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auH" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auI" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"auJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 1
- },
-/area/medical/virology)
-"auK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 4
- },
-/area/medical/virology)
-"auL" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_virology{
- name = "Isolation B";
- req_access_txt = "39"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"auM" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 9
- },
-/area/medical/virology)
-"auN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/sink{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/medical/virology)
-"auO" = (
-/obj/machinery/smartfridge/chemistry/virology,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 5
- },
-/area/medical/virology)
-"auP" = (
-/turf/closed/wall,
-/area/medical/virology)
-"auQ" = (
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 1
- },
-/area/medical/virology)
-"auR" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"auS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/camera{
- c_tag = "Virology Monkey Pen";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"auT" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 4
- },
-/area/medical/virology)
-"auU" = (
-/obj/structure/closet/abductor{
- name = "strange locker"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/drone_shell,
-/obj/item/stack/tile/sepia{
- amount = 6
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"auV" = (
-/turf/closed/wall/rust,
-/area/maintenance/asmaint)
-"auW" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 8
- },
-/area/space/nearstation)
-"auX" = (
-/turf/open/floor/plating/airless/warnplate/corner{
- dir = 2
- },
-/area/space/nearstation)
-"auY" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 2
- },
-/area/space/nearstation)
-"auZ" = (
-/turf/open/floor/plating/airless/warnplate/corner{
- tag = "icon-warnplatecorner (NORTH)";
- dir = 1
- },
-/area/space/nearstation)
-"ava" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 4
- },
-/area/space/nearstation)
-"avb" = (
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"avc" = (
-/obj/structure/particle_accelerator/particle_emitter/left{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"avd" = (
-/obj/machinery/particle_accelerator/control_box,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ave" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"avf" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"avg" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"avh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"avi" = (
-/obj/structure/cable/green{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engine_smes)
-"avj" = (
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-6";
- icon_state = "1-6"
- },
-/obj/structure/cable/green{
- tag = "icon-2-6";
- icon_state = "2-6"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engine_smes)
-"avk" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/engine/engine_smes)
-"avl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engine_smes)
-"avm" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/computer/monitor{
- name = "primary power monitoring console"
- },
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engine_smes)
-"avn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engine_smes)
-"avo" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"avp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"avq" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"avr" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"avs" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"avt" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=CHW";
- location = "Lockers"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"avu" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"avv" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"avw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint2)
-"avx" = (
-/obj/machinery/pipedispenser/disposal,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/atmos)
-"avy" = (
-/turf/open/floor/plasteel,
-/area/atmos)
-"avz" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"avA" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/weapon/storage/belt/utility,
-/obj/item/device/t_scanner,
-/obj/item/device/t_scanner,
-/obj/item/device/t_scanner,
-/turf/open/floor/plasteel,
-/area/atmos)
-"avB" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Waste to Filter";
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"avC" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Mix to Incinerator";
- on = 0
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"avD" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Mix to Distro";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"avE" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 6;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (SOUTHEAST)"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"avF" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 4;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (EAST)"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Air to Mix";
- on = 0
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHWEST)";
- dir = 9
- },
-/area/atmos)
-"avG" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 4;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (EAST)"
- },
-/obj/machinery/atmospherics/components/unary/thermomachine/heater{
- dir = 1;
- layer = 2.5;
- on = 1;
- tag = ""
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHEAST)";
- dir = 5
- },
-/area/atmos)
-"avH" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 4;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (EAST)"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"avI" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 4;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (EAST)"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"avJ" = (
-/obj/machinery/meter,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 4;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (EAST)"
- },
-/turf/closed/wall/r_wall,
-/area/atmos)
-"avK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "mix_in";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"avL" = (
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"avM" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"avN" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"avO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"avP" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"avQ" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarstarboard)
-"avR" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarstarboard)
-"avS" = (
-/obj/structure/chair/stool,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarstarboard)
-"avT" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"avU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"avV" = (
-/obj/structure/falsewall,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"avW" = (
-/obj/machinery/power/smes,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 2;
- tag = ""
- },
-/area/maintenance/auxsolarport)
-"avX" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating/warnplate,
-/area/maintenance/auxsolarport)
-"avY" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 1;
- tag = ""
- },
-/area/maintenance/auxsolarport)
-"avZ" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"awa" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"awb" = (
-/obj/structure/rack,
-/obj/item/weapon/light/tube,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/circuitboard/machine/protolathe,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"awc" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"awd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"awe" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"awf" = (
-/turf/closed/wall/rust,
-/area/medical/virology)
-"awg" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 8
- },
-/area/medical/virology)
-"awh" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner";
- dir = 2
- },
-/area/medical/virology)
-"awi" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/medical/virology)
-"awj" = (
-/obj/structure/table/glass,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/device/healthanalyzer,
-/obj/item/clothing/glasses/hud/health,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"awk" = (
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"awl" = (
-/obj/structure/table/glass,
-/obj/structure/reagent_dispensers/virusfood{
- density = 0;
- pass_flags = 0;
- pixel_x = 32
- },
-/obj/item/weapon/book/manual/wiki/infections{
- pixel_y = 7
- },
-/obj/item/weapon/reagent_containers/syringe/antiviral,
-/obj/item/weapon/reagent_containers/dropper,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"awm" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (WEST)";
- dir = 8
- },
-/area/medical/virology)
-"awn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"awo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"awp" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner";
- dir = 2
- },
-/area/medical/virology)
-"awq" = (
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The eight is slightly darker than the other numbers.";
- tag = "eight"
- },
-/obj/item/weapon/paper/crumpled{
- info = "Your reward is dice."
- },
-/turf/open/floor/plating/airless{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/engine/engineering)
-"awr" = (
-/obj/structure/particle_accelerator/particle_emitter/center{
- tag = "icon-emitter_center (WEST)";
- icon_state = "emitter_center";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aws" = (
-/obj/structure/particle_accelerator/power_box{
- tag = "icon-power_box (WEST)";
- icon_state = "power_box";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"awt" = (
-/obj/structure/particle_accelerator/fuel_chamber{
- tag = "icon-fuel_chamber (WEST)";
- icon_state = "fuel_chamber";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"awu" = (
-/obj/structure/particle_accelerator/end_cap{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"awv" = (
-/obj/item/weapon/weldingtool,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"aww" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"awx" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"awy" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"awz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"awA" = (
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/green{
- tag = "icon-5-8";
- icon_state = "5-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "SMES Room";
- req_access_txt = "10"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow,
-/area/engine/engineering)
-"awB" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engine_smes)
-"awC" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engine_smes)
-"awD" = (
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/green{
- tag = "icon-4-9";
- icon_state = "4-9"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "SMES Room";
- req_access_txt = "10"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow,
-/area/engine/engine_smes)
-"awE" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engine_smes)
-"awF" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engine_smes)
-"awG" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engine_smes)
-"awH" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engine_smes)
-"awI" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/bot{
- desc = "Marked to indicate placement of a PACMAN generator.";
- dir = 1
- },
-/area/engine/engine_smes)
-"awJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"awK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"awL" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"awM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"awN" = (
-/obj/machinery/pipedispenser,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (SOUTHEAST)";
- dir = 6
- },
-/area/atmos)
-"awO" = (
-/obj/structure/table,
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/clothing/head/welding{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/caution/corner,
-/area/atmos)
-"awP" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/caution/corner{
- tag = "icon-cautioncorner (WEST)";
- dir = 8
- },
-/area/atmos)
-"awQ" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Mix to Filter";
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 1;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (NORTH)"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"awR" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supplymain/visible{
- name = "mix pipe"
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"awS" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 9;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (NORTHWEST)"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"awT" = (
-/obj/machinery/atmospherics/pipe/manifold4w/green/visible,
-/obj/machinery/meter,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (WEST)";
- dir = 8
- },
-/area/atmos)
-"awU" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10;
- initialize_directions = 12
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "mix_in";
- name = "Gas Mix Tank Control";
- output_tag = "mix_in";
- sensors = list("mix_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (EAST)";
- dir = 4
- },
-/area/atmos)
-"awV" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"awW" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "mix_sensor"
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"awX" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"awY" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/atmos_control)
-"awZ" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"axa" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"axb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"axc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"axd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"axe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/space,
-/area/space)
-"axf" = (
-/obj/machinery/power/smes,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 2;
- tag = ""
- },
-/area/maintenance/auxsolarstarboard)
-"axg" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating/warnplate,
-/area/maintenance/auxsolarstarboard)
-"axh" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 1;
- tag = ""
- },
-/area/maintenance/auxsolarstarboard)
-"axi" = (
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/old,
-/obj/item/weapon/mop,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"axj" = (
-/obj/item/weapon/wrench,
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (NORTHEAST)";
- icon_state = "tracks";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axl" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axm" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axn" = (
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axo" = (
-/obj/structure/chair/stool,
-/obj/machinery/newscaster{
- pixel_y = 32;
- tag = "n"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axp" = (
-/obj/structure/rack,
-/obj/item/weapon/wirecutters,
-/obj/item/weapon/poster/contraband,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axq" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axr" = (
-/obj/item/trash/can,
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"axs" = (
-/obj/machinery/door/airlock/engineering{
- icon_state = "closed";
- locked = 0;
- name = "Fore Starboard Solar Access";
- req_access_txt = "10"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"axt" = (
-/obj/structure/rack,
-/obj/item/weapon/light/bulb,
-/obj/item/wallframe/light_fixture/small,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axu" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axv" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"axy" = (
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics Maintenance";
- req_access_txt = "12;24"
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"axz" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"axA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/medical/virology)
-"axB" = (
-/obj/machinery/atmospherics/components/binary/valve/open{
- tag = "icon-mvalve_map (EAST)";
- icon_state = "mvalve_map";
- dir = 4
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/medical/virology)
-"axC" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 8
- },
-/turf/open/floor/plating/warnplate{
- dir = 5
- },
-/area/medical/virology)
-"axD" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"axE" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"axF" = (
-/obj/machinery/computer/pandemic,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"axG" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Virologist"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"axH" = (
-/obj/machinery/disposal/bin,
-/obj/structure/sign/deathsposal{
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/camera{
- c_tag = "Virology";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"axI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/virology)
-"axJ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_virology{
- name = "Monkey Pen";
- req_access_txt = "39"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"axK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/virology)
-"axL" = (
-/obj/structure/lattice,
-/obj/structure/disposalpipe/segment,
-/turf/open/space,
-/area/space)
-"axM" = (
-/obj/item/weapon/wrench,
-/turf/open/floor/plating/airless/warnplate/corner{
- tag = "icon-warnplatecorner (WEST)";
- dir = 8
- },
-/area/space/nearstation)
-"axN" = (
-/turf/open/floor/plating/airless/warnplate/corner{
- tag = "icon-warnplatecorner (EAST)";
- dir = 4
- },
-/area/space/nearstation)
-"axO" = (
-/obj/structure/particle_accelerator/particle_emitter/right{
- tag = "icon-emitter_right (WEST)";
- icon_state = "emitter_right";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"axP" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Solar Maintenance";
- opacity = 0;
- req_access = null;
- req_access_txt = "10; 13"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarstarboard)
-"axQ" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"axR" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engineering)
-"axS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"axT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Engineering SMES Access";
- dir = 10;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engine_smes)
-"axU" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/engine_smes)
-"axV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engine_smes)
-"axW" = (
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engine_smes)
-"axX" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner,
-/area/engine/engine_smes)
-"axY" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engine_smes)
-"axZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/engine_smes)
-"aya" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/obj/structure/table,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 10;
- layer = 2.9
- },
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel,
-/area/engine/engine_smes)
-"ayb" = (
-/obj/item/trash/raisins,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"ayc" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Hallway";
- dir = 4;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"ayd" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aye" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"ayf" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"ayg" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"ayh" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"ayi" = (
-/turf/closed/wall,
-/area/atmos)
-"ayj" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"ayk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 6
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"ayl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aym" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (EAST)";
- dir = 4
- },
-/area/atmos)
-"ayn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_atmos{
- name = "Distribution Loop";
- req_access_txt = "24"
- },
-/turf/open/floor/plasteel/yellow,
-/area/atmos)
-"ayo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (WEST)";
- dir = 8
- },
-/area/atmos)
-"ayp" = (
-/obj/machinery/atmospherics/pipe/manifold/supplymain/visible{
- dir = 8;
- icon_state = "manifold";
- name = "mix pipe";
- tag = "icon-manifold (WEST)"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"ayq" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 9;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (NORTHWEST)"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 6
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"ayr" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact-g (NORTHEAST)";
- dir = 5;
- initialize_directions = 12
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"ays" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Pure to Mix";
- on = 0
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (SOUTHWEST)";
- dir = 10
- },
-/area/atmos)
-"ayt" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Unfiltered & Air to Mix";
- on = 1
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (SOUTHEAST)";
- dir = 6
- },
-/area/atmos)
-"ayu" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4;
- initialize_directions = 12
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"ayv" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4;
- initialize_directions = 12
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"ayw" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"ayx" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "mix_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"ayy" = (
-/obj/machinery/camera{
- c_tag = "Atmospherics Tank - Mix";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"ayz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"ayA" = (
-/turf/closed/wall/rust,
-/area/maintenance/incinerator)
-"ayB" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"ayC" = (
-/obj/machinery/door/airlock/engineering{
- icon_state = "closed";
- locked = 0;
- name = "Fore Port Solar Access";
- req_access_txt = "10"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarstarboard)
-"ayD" = (
-/obj/effect/landmark{
- name = "Marauder Entry"
- },
-/turf/open/space,
-/area/space)
-"ayE" = (
-/obj/item/weapon/caution,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"ayF" = (
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (NORTH)";
- icon_state = "tracks";
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"ayG" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayH" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/item/bodybag,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayI" = (
-/obj/structure/table,
-/obj/item/weapon/poster/contraband,
-/obj/item/weapon/poster/contraband,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayJ" = (
-/obj/structure/rack,
-/obj/item/weapon/lipstick/jade,
-/obj/item/weapon/wirerod,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayK" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayM" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 8;
- tag = ""
- },
-/area/maintenance/asmaint)
-"ayN" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/asmaint)
-"ayO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
- tag = ""
- },
-/area/maintenance/asmaint)
-"ayP" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Fore Port Solar Maintenance";
- network = list("SS13")
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"ayQ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayR" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayS" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayT" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayU" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ayV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/rust,
-/area/medical/virology)
-"ayW" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Distro to Virology";
- on = 1
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"ayX" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/medical/virology)
-"ayY" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4
- },
-/obj/item/weapon/wrench,
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/medical/virology)
-"ayZ" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating/warnplate{
- dir = 6
- },
-/area/medical/virology)
-"aza" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 1
- },
-/area/medical/virology)
-"azb" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 4
- },
-/area/medical/virology)
-"azc" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/syringes,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"azd" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aze" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"azf" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 1
- },
-/area/medical/virology)
-"azg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"azh" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"azi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"azj" = (
-/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
- dir = 4
- },
-/obj/structure/closet/secure_closet/medical1,
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/medical/virology)
-"azk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"azl" = (
-/obj/structure/lattice,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/space,
-/area/space/nearstation)
-"azm" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"azn" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"azo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"azp" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"azq" = (
-/obj/structure/lattice,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"azr" = (
-/obj/structure/lattice,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/space,
-/area/space)
-"azs" = (
-/obj/machinery/power/tesla_coil,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"azt" = (
-/obj/machinery/power/grounding_rod{
- anchored = 1
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"azu" = (
-/obj/machinery/power/tesla_coil,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"azv" = (
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/engine/engineering)
-"azw" = (
-/obj/machinery/light/small,
-/turf/open/floor/plating/warnplate,
-/area/engine/engineering)
-"azx" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/space,
-/area/space/nearstation)
-"azy" = (
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"azz" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"azA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"azB" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner{
- tag = "icon-warningcorner (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"azC" = (
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (NORTH)";
- dir = 1
- },
-/area/engine/engine_smes)
-"azD" = (
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/machinery/power/terminal,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/engine_smes)
-"azE" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/machinery/door/window{
- dir = 1;
- name = "SMES Chamber";
- req_access_txt = "32"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"azF" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/machinery/power/terminal,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/engine_smes)
-"azG" = (
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (EAST)";
- dir = 4
- },
-/area/engine/engine_smes)
-"azH" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/aft)
-"azI" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/aft)
-"azJ" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"azK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"azL" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"azM" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel,
-/area/atmos)
-"azN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"azO" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"azP" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/caution/corner{
- tag = "icon-cautioncorner (EAST)";
- dir = 4
- },
-/area/atmos)
-"azQ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"azR" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"azS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- dir = 1;
- icon_state = "intact";
- name = "mix pipe";
- tag = "icon-intact (NORTH)"
- },
-/turf/open/floor/plating,
-/area/atmos)
-"azT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plating,
-/area/atmos)
-"azU" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"azV" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"azW" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 4;
- initialize_directions = 11
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"azX" = (
-/turf/closed/wall,
-/area/maintenance/atmos_control)
-"azY" = (
-/turf/closed/wall,
-/area/maintenance/fore)
-"azZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aAa" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aAb" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 8;
- tag = ""
- },
-/area/maintenance/fore)
-"aAc" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/fore)
-"aAd" = (
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
- tag = ""
- },
-/area/maintenance/fore)
-"aAe" = (
-/obj/effect/decal/cleanable/blood/tracks{
- tag = "icon-tracks (NORTH)";
- icon_state = "tracks";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAf" = (
-/obj/structure/statue/sandstone/assistant{
- desc = "A cheap statue of sandstone for a greyshirt. Seems oddly... realistic.";
- name = "Statue of an Assistant"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAg" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAh" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/item/weapon/poster/contraband,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAi" = (
-/obj/structure/rack,
-/obj/item/weapon/dice/d2,
-/obj/item/weapon/poster/contraband,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAj" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/exam_room)
-"aAm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aAo" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/medbay)
-"aAp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay)
-"aAq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/medical/medbay)
-"aAr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"aAs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 8
- },
-/area/medical/virology)
-"aAt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner";
- dir = 2
- },
-/area/medical/virology)
-"aAu" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_virology{
- name = "Isolation A";
- req_access_txt = "39"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aAv" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"aAw" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aAx" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"aAy" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 8
- },
-/area/medical/virology)
-"aAz" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aAA" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aAB" = (
-/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
- dir = 4
- },
-/obj/structure/closet/l3closet/virology,
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/medical/virology)
-"aAC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"aAD" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
- },
-/obj/machinery/button/door{
- id = "Singularity";
- name = "Shutters Control";
- pixel_x = 25;
- pixel_y = 0;
- req_access_txt = "11"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"aAE" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aAF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/aft)
-"aAG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aAH" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Engineering SMES Room";
- dir = 4;
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aAI" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/engine/engine_smes)
-"aAJ" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aAK" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/engine/engine_smes)
-"aAL" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aAM" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aAN" = (
-/obj/structure/girder,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aAO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aAP" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aAQ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/loadingarea{
- dir = 8;
- tag = "loading"
- },
-/area/hallway/secondary/entry)
-"aAR" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmos";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- dir = 4;
- freq = 1400;
- location = "Atmospherics"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
-"aAS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/arrival{
- dir = 1
- },
-/area/atmos)
-"aAT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/atmos)
-"aAU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
- dir = 1
- },
-/area/atmos)
-"aAV" = (
-/obj/machinery/requests_console{
- department = "Atmospherics";
- departmentType = 4;
- name = "Atmos RC";
- pixel_x = 30;
- pixel_y = 0
- },
-/obj/machinery/button/door{
- id = "atmos";
- name = "Atmospherics Lockdown";
- pixel_x = 24;
- pixel_y = 24;
- req_access_txt = "24"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics Desk";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
- dir = 1
- },
-/area/atmos)
-"aAW" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aAX" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aAY" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Air to Ports";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aAZ" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Mix to Ports";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBa" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Pure to Ports";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBb" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBc" = (
-/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/atmos)
-"aBd" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "N2O Outlet Pump";
- on = 0
- },
-/turf/open/floor/plasteel/escape{
- dir = 9
- },
-/area/atmos)
-"aBe" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"aBf" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"aBg" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aBh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "n2o_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"aBi" = (
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"aBj" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aBk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/atmos_control)
-"aBl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aBm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBn" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBo" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Fore Starboard Solar Maintenance";
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBq" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBt" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"aBu" = (
-/obj/structure/closet/firecloset/full,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBv" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBw" = (
-/obj/structure/table,
-/obj/item/wallframe/airalarm,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBx" = (
-/obj/structure/table,
-/obj/item/wallframe/airalarm,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aBy" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aBz" = (
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aBA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aBB" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aBC" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/poster/contraband,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aBD" = (
-/turf/closed/wall,
-/area/medical/exam_room)
-"aBE" = (
-/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/clothing/tie/stethoscope,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
- dir = 1
- },
-/area/medical/exam_room)
-"aBF" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
- dir = 4
- },
-/area/medical/exam_room)
-"aBG" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
- dir = 1
- },
-/area/medical/exam_room)
-"aBH" = (
-/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/clothing/tie/stethoscope,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
- dir = 4
- },
-/area/medical/exam_room)
-"aBI" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint)
-"aBJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aBK" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/medbay)
-"aBL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aBM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner";
- dir = 2
- },
-/area/medical/medbay)
-"aBN" = (
-/obj/structure/sign/biohazard,
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"aBO" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/machinery/shower{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/side,
-/area/medical/virology)
-"aBP" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Virology Access";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/whitegreen/side,
-/area/medical/virology)
-"aBQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/shower{
- dir = 8
- },
-/turf/open/floor/plasteel/whitegreen/side,
-/area/medical/virology)
-"aBR" = (
-/obj/structure/sign/biohazard,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"aBS" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"aBT" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aBU" = (
-/obj/structure/closet/crate/freezer,
-/obj/item/weapon/reagent_containers/blood/empty,
-/obj/item/weapon/reagent_containers/blood/empty{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/weapon/reagent_containers/blood/AMinus,
-/obj/item/weapon/reagent_containers/blood/BMinus{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/blood/BPlus{
- pixel_x = 1;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/blood/OMinus,
-/obj/item/weapon/reagent_containers/blood/OPlus{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/reagent_containers/blood/random,
-/obj/item/weapon/reagent_containers/blood/random,
-/obj/item/weapon/reagent_containers/blood/random,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"aBV" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology{
- name = "Break Room";
- req_access_txt = "39"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aBW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/virology)
-"aBX" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/glass = 2, /obj/item/stack/sheet/rglass = 1, /obj/item/stack/sheet/metal = 2, /obj/item/stack/sheet/plasteel = 1);
- name = "random sheet material spawner"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aBY" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aBZ" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aCa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aCb" = (
-/obj/structure/rack,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/belt/utility,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aCc" = (
-/obj/structure/closet/radiation,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Engineering";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aCd" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/airlock_painter,
-/obj/item/device/pipe_painter,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aCe" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"aCf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aCg" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aCh" = (
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/terminal,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/engine_smes)
-"aCi" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aCj" = (
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/terminal,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/engine_smes)
-"aCk" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aCl" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aCm" = (
-/turf/open/floor/plasteel/darkblue,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHEAST)";
- dir = 5
- },
-/area/hallway/secondary/entry)
-"aCn" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aCo" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aCp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aCq" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/northleft{
- dir = 4;
- icon_state = "left";
- name = "Atmospherics Desk";
- req_access_txt = "24"
- },
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmos";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCr" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCu" = (
-/obj/machinery/computer/atmos_control,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (NORTHEAST)";
- dir = 5
- },
-/area/atmos)
-"aCv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmos";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aCw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/machinery/meter,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCy" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCz" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Atmospherics";
- dir = 1;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCA" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCB" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCC" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCD" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCE" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/atmos)
-"aCF" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "n2o_in";
- name = "Nitrous Oxide Supply Control";
- output_tag = "n2o_out";
- sensors = list("n2o_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/atmos)
-"aCG" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "n2o_sensor"
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"aCH" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide{
- valve_open = 1
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"aCI" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"aCJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aCK" = (
-/turf/closed/wall/rust,
-/area/maintenance/atmos_control)
-"aCL" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aCM" = (
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aCN" = (
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aCO" = (
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aCP" = (
-/turf/closed/wall/rust,
-/area/maintenance/fore)
-"aCQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCR" = (
-/obj/structure/cable/green{
- tag = "icon-9-10";
- icon_state = "9-10"
- },
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCT" = (
-/obj/item/stack/cable_coil/yellow,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCU" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCV" = (
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCW" = (
-/obj/structure/closet/firecloset/full,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aCX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Firefighting equipment";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aCY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aCZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aDa" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"aDb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aDc" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/medical,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aDd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aDe" = (
-/obj/machinery/vending/wallmed,
-/turf/closed/wall,
-/area/medical/exam_room)
-"aDf" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/medical,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aDg" = (
-/turf/closed/wall,
-/area/medical/cmo)
-"aDh" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"aDi" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/medbay)
-"aDj" = (
-/obj/machinery/doorButtons/access_button{
- idDoor = "virology_airlock_exterior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Button";
- pixel_x = -1;
- pixel_y = -24;
- req_access_txt = "39"
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology{
- autoclose = 0;
- frequency = 1449;
- icon_state = "closed";
- id_tag = "virology_airlock_exterior";
- locked = 1;
- name = "Virology Exterior Airlock";
- req_access_txt = "39"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen,
-/area/medical/virology)
-"aDk" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/whitegreen,
-/area/medical/virology)
-"aDl" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/whitegreen,
-/area/medical/virology)
-"aDm" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/whitegreen,
-/area/medical/virology)
-"aDn" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology{
- autoclose = 0;
- frequency = 1449;
- icon_state = "closed";
- id_tag = "virology_airlock_interior";
- locked = 1;
- name = "Virology Interior Airlock";
- req_access_txt = "39"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen,
-/area/medical/virology)
-"aDo" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
- dir = 8
- },
-/area/medical/virology)
-"aDp" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aDq" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"aDr" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aDs" = (
-/obj/machinery/iv_drip,
-/obj/machinery/requests_console{
- department = "Virology";
- name = "Virology Requests Console";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"aDt" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (NORTH)";
- dir = 1
- },
-/area/medical/virology)
-"aDu" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aDv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aDw" = (
-/obj/structure/closet/wardrobe/virology_white,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (EAST)";
- dir = 4
- },
-/area/medical/virology)
-"aDx" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aDy" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aDz" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/space/nearstation)
-"aDA" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aDB" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aDC" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aDD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aDE" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aDF" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aDG" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/engine/engine_smes)
-"aDH" = (
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aDI" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/engine/engine_smes)
-"aDJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aDK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aDL" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aDM" = (
-/turf/open/floor/plasteel/darkblue,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/hallway/secondary/entry)
-"aDN" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
-/obj/machinery/meter,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aDO" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aDP" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aDQ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmos";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aDR" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
- },
-/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
- },
-/obj/item/clothing/mask/breath{
- pixel_x = 4;
- pixel_y = 0
- },
-/obj/item/clothing/mask/breath{
- pixel_x = 4;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDT" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDU" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/computer/atmos_control,
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (EAST)";
- dir = 4
- },
-/area/atmos)
-"aDV" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Air to External Air Ports";
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDX" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aDY" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/atmos)
-"aDZ" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Port Mix to Filling Ports";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEa" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Port Mix to Temperature Ports";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEb" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "n2o";
- on = 1
- },
-/turf/open/floor/plasteel/escape{
- dir = 10
- },
-/area/atmos)
-"aEc" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "n2o_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"aEd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aEe" = (
-/turf/closed/wall/mineral/wood,
-/area/maintenance/atmos_control)
-"aEf" = (
-/obj/structure/girder/displaced,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aEg" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/structure/cable/green{
- tag = "icon-2-5";
- icon_state = "2-5"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEh" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fore)
-"aEi" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEj" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEk" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Firefighting equipment";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/wardrobe/white,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aEm" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aEn" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aEo" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aEp" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/obj/machinery/button/door{
- id = "medpriv1";
- name = "Privacy Shutters";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
- dir = 8
- },
-/area/medical/exam_room)
-"aEq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/corner,
-/area/medical/exam_room)
-"aEr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
- dir = 8
- },
-/area/medical/exam_room)
-"aEs" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/obj/machinery/button/door{
- id = "medpriv2";
- name = "Privacy Shutters";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/corner,
-/area/medical/exam_room)
-"aEt" = (
-/obj/structure/closet/secure_closet/CMO,
-/obj/item/weapon/bedsheet/cmo,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aEu" = (
-/obj/machinery/computer/med_data,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Chief Medical Officer's Desk";
- departmentType = 5;
- name = "Chief Medical Officer RC";
- pixel_x = 0;
- pixel_y = 30
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aEv" = (
-/obj/machinery/computer/crew,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Chief Medical Officer's Office";
- network = list("SS13");
- start_active = 1
- },
-/obj/machinery/button/door{
- id = "cmoprivacy";
- name = "Privacy Shutters Control";
- pixel_x = 5;
- pixel_y = 24
- },
-/obj/machinery/keycard_auth{
- pixel_x = -6;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aEw" = (
-/obj/machinery/computer/card/minor/cmo,
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aEx" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/suit_storage_unit/cmo,
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aEy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "cmoprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/medical/cmo)
-"aEz" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"aEA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- dir = 4
- },
-/area/medical/medbay)
-"aEB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
- dir = 1
- },
-/area/medical/virology)
-"aEC" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
- dir = 1
- },
-/area/medical/virology)
-"aED" = (
-/obj/machinery/doorButtons/access_button{
- idDoor = "virology_airlock_interior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Button";
- pixel_x = 31;
- pixel_y = 8;
- req_access_txt = "39"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
- dir = 1
- },
-/area/medical/virology)
-"aEE" = (
-/obj/machinery/doorButtons/airlock_controller{
- idExterior = "virology_airlock_exterior";
- idInterior = "virology_airlock_interior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Console";
- pixel_x = -22;
- pixel_y = 0;
- req_access_txt = "39"
- },
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (NORTH)";
- dir = 1
- },
-/area/medical/virology)
-"aEF" = (
-/obj/structure/cable/cyan,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aEG" = (
-/obj/structure/table,
-/obj/item/device/radio/headset/headset_med,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 3;
- layer = 2.9
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 10
- },
-/area/medical/virology)
-"aEH" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/machinery/light,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 2
- },
-/area/medical/virology)
-"aEI" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen/red,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 6
- },
-/area/medical/virology)
-"aEJ" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (WEST)";
- dir = 8
- },
-/area/medical/virology)
-"aEK" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aEL" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/camera{
- c_tag = "Virology Break Room";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aEM" = (
-/obj/item/weapon/bedsheet,
-/obj/structure/bed,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/whitegreen/corner,
-/area/medical/virology)
-"aEN" = (
-/obj/structure/closet,
-/obj/item/bodybag,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/stack/sheet/cardboard{
- amount = 14
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aEO" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aEP" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/turf/open/space,
-/area/space/nearstation)
-"aEQ" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aER" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner,
-/area/engine/engineering)
-"aES" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aET" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aEU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aEV" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aEW" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- dir = 8
- },
-/area/engine/engine_smes)
-"aEX" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aEY" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engine_smes)
-"aEZ" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/darkyellow/corner,
-/area/engine/engine_smes)
-"aFa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aFb" = (
-/obj/structure/rack,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aFc" = (
-/turf/open/floor/plasteel/darkred,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHEAST)";
- dir = 5
- },
-/area/hallway/secondary/entry)
-"aFd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aFe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aFf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aFg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmos";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aFh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFi" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFj" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (EAST)";
- dir = 4
- },
-/area/atmos)
-"aFl" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "External Waste Ports to Filter";
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFn" = (
-/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTHWEST)";
- dir = 9
- },
-/area/atmos)
-"aFo" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/atmos)
-"aFp" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/atmos)
-"aFq" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/atmos)
-"aFr" = (
-/obj/item/trash/popcorn,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aFs" = (
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken";
- tag = "icon-wood-broken"
- },
-/area/maintenance/atmos_control)
-"aFt" = (
-/obj/structure/chair/comfy/black,
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aFu" = (
-/obj/structure/chair/comfy/beige,
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aFv" = (
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken5";
- tag = "icon-wood-broken5"
- },
-/area/maintenance/atmos_control)
-"aFw" = (
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken6";
- tag = "icon-wood-broken6"
- },
-/area/maintenance/atmos_control)
-"aFx" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/atmos_control)
-"aFy" = (
-/obj/structure/falsewall,
-/obj/structure/cable/green{
- tag = "icon-1-6";
- icon_state = "1-6"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aFz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aFA" = (
-/obj/structure/rack,
-/obj/item/weapon/reagent_containers/food/snacks/candy,
-/obj/item/weapon/poster/contraband,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aFB" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/fore)
-"aFC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aFD" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aFE" = (
-/turf/closed/wall/r_wall,
-/area/medical/exam_room)
-"aFF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/medical/exam_room)
-"aFG" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aFH" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/poddoor/preopen{
- id = "medpriv1";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aFI" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Patient Room A";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aFJ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Patient Room B";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aFK" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/poddoor/preopen{
- id = "medpriv2";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aFL" = (
-/obj/structure/cable/cyan{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aFM" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aFN" = (
-/obj/structure/chair/office/light,
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/effect/landmark/start{
- name = "Chief Medical Officer"
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aFO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aFP" = (
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aFQ" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Medbay Northeast";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aFR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aFS" = (
-/obj/machinery/power/tesla_coil,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aFT" = (
-/obj/structure/girder/reinforced,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aFU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/space/nearstation)
-"aFV" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"aFW" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aFX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aFY" = (
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aFZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/checkpoint/engineering)
-"aGa" = (
-/turf/closed/wall/r_wall,
-/area/security/checkpoint/engineering)
-"aGb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/security/checkpoint/engineering)
-"aGc" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aGd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall/r_wall,
-/area/engine/engine_smes)
-"aGe" = (
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aGf" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aGg" = (
-/turf/open/floor/plasteel/darkred,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/hallway/secondary/entry)
-"aGh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aGi" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aGj" = (
-/obj/structure/sign/atmosplaque{
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/disposal/bin,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGm" = (
-/obj/machinery/computer/station_alert,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (SOUTHEAST)";
- dir = 6
- },
-/area/atmos)
-"aGn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmos";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aGo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGp" = (
-/obj/machinery/suit_storage_unit/atmos,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/atmos)
-"aGq" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGr" = (
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGs" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGt" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/atmos)
-"aGu" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Plasma Outlet Pump";
- on = 0
- },
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (NORTHWEST)";
- dir = 9
- },
-/area/atmos)
-"aGv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "tox_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"aGw" = (
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"aGx" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"aGy" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aGz" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aGA" = (
-/obj/structure/table/wood/poker,
-/turf/open/floor/carpet,
-/area/maintenance/atmos_control)
-"aGB" = (
-/obj/structure/table/wood/poker,
-/obj/item/toy/cards/deck{
- pixel_x = 2
- },
-/turf/open/floor/carpet,
-/area/maintenance/atmos_control)
-"aGC" = (
-/obj/structure/chair/comfy/brown{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aGD" = (
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aGE" = (
-/obj/item/weapon/paper/crumpled{
- info = "The second is surrounded by the bustle of crates..."
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aGF" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aGG" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGH" = (
-/obj/structure/cable/green{
- tag = "icon-6-9";
- icon_state = "6-9"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGI" = (
-/obj/machinery/computer/station_alert,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGJ" = (
-/obj/machinery/vending/tool,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGK" = (
-/obj/structure/table,
-/obj/item/weapon/relic,
-/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGL" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGM" = (
-/obj/structure/rack,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGN" = (
-/obj/item/weapon/restraints/handcuffs/cable/zipties/used,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGO" = (
-/obj/structure/closet,
-/obj/item/clothing/suit/toggle/owlwings/griffinwings,
-/obj/item/clothing/shoes/griffin,
-/obj/item/clothing/mask/gas/sechailer,
-/obj/item/clothing/head/griffin,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/under/griffin,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGP" = (
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGQ" = (
-/obj/structure/closet/wardrobe/white/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGR" = (
-/obj/structure/closet/secure_closet/medical3,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGS" = (
-/obj/structure/closet/secure_closet/medical3,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Medbay Storage";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGT" = (
-/obj/structure/sink{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGU" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/bodybags{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/rxglasses,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGV" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 2
- },
-/area/medical/exam_room)
-"aGW" = (
-/obj/machinery/vending/medical{
- pixel_x = -2
- },
-/obj/machinery/requests_console{
- announcementConsole = 0;
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_x = -30;
- pixel_y = 0;
- pixel_z = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/exam_room)
-"aGX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Medbay Northwest";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aGZ" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aHa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aHb" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aHc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/exam_room)
-"aHd" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "cmoprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/medical/cmo)
-"aHe" = (
-/obj/structure/table/glass,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/clothing/tie/stethoscope,
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aHf" = (
-/obj/structure/table/glass,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/stamp/cmo,
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aHg" = (
-/obj/structure/table/glass,
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/clothing/glasses/hud/health,
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aHh" = (
-/obj/structure/table/glass,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aHi" = (
-/obj/machinery/door/window/northright{
- name = "Chief Medical Officer's Desk Door";
- req_access_txt = "40"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cmo,
-/area/medical/cmo)
-"aHj" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"aHk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aHl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aHm" = (
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
- dir = 4
- },
-/area/medical/medbay)
-"aHn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/genetics)
-"aHo" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel,
-/area/medical/genetics)
-"aHp" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel,
-/area/medical/genetics)
-"aHq" = (
-/turf/open/floor/plasteel/purple/corner,
-/area/medical/genetics)
-"aHr" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
- dir = 9
- },
-/area/medical/genetics)
-"aHs" = (
-/obj/machinery/computer/scan_consolenew,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/area/medical/genetics)
-"aHt" = (
-/obj/structure/table/glass,
-/obj/machinery/requests_console{
- department = "Genetics";
- departmentType = 0;
- name = "Genetics RC";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/area/medical/genetics)
-"aHu" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHEAST)";
- dir = 5
- },
-/area/medical/genetics)
-"aHv" = (
-/turf/closed/wall/r_wall,
-/area/medical/genetics)
-"aHw" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aHx" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aHy" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aHz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aHA" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"aHB" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engineering)
-"aHC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aHD" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aHE" = (
-/turf/open/floor/plasteel/red/corner,
-/area/engine/engineering)
-"aHF" = (
-/obj/structure/table,
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/checkpoint/engineering)
-"aHG" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/checkpoint/engineering)
-"aHH" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- name = "Engineering Post RC";
- pixel_x = 30;
- pixel_y = 0
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/obj/machinery/camera{
- c_tag = "Engineering Security Post";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/checkpoint/engineering)
-"aHI" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aHJ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aHK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/aft)
-"aHL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aHM" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aHN" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aHO" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/secondary/entry)
-"aHP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aHQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aHR" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/caution/corner{
- tag = "icon-cautioncorner";
- dir = 2
- },
-/area/hallway/secondary/entry)
-"aHS" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plating,
-/area/atmos)
-"aHT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_atmos{
- name = "Atmospherics Monitoring";
- req_access_txt = "24"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow,
-/area/atmos)
-"aHU" = (
-/obj/structure/fireaxecabinet{
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHV" = (
-/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (SOUTHWEST)";
- dir = 10
- },
-/area/atmos)
-"aHW" = (
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHX" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "tox_in";
- name = "Plasma Supply Control";
- output_tag = "tox_out";
- sensors = list("tox_sensor" = "Tank")
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics East";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (WEST)";
- dir = 8
- },
-/area/atmos)
-"aHY" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "tox_sensor"
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"aHZ" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"aIa" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"aIb" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aIc" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/obj/machinery/light/built{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken5";
- tag = "icon-wood-broken5"
- },
-/area/maintenance/atmos_control)
-"aId" = (
-/obj/structure/table/wood/poker,
-/obj/item/weapon/coin/silver,
-/turf/open/floor/carpet,
-/area/maintenance/atmos_control)
-"aIe" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aIf" = (
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken7";
- tag = "icon-wood-broken7"
- },
-/area/maintenance/atmos_control)
-"aIg" = (
-/obj/structure/mineral_door/wood,
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken";
- tag = "icon-wood-broken"
- },
-/area/maintenance/atmos_control)
-"aIh" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aIi" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aIj" = (
-/turf/open/floor/plating/airless,
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The one is slightly darker than the other numbers.";
- tag = "one"
- },
-/turf/open/floor/plating/airless{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/space/nearstation)
-"aIk" = (
-/obj/item/weapon/toolbox_tiles_sensor,
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aIl" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"aIm" = (
-/obj/machinery/vending/sustenance{
- desc = "A Nutrivend-brand vending machine which vends nutritious food. If it can be called that, at least.";
- name = "\improper Nutri-vend";
- product_ads = "Sufficiently healthy.;Efficiently produced tofu!;Mmm! So good!;Have a meal.;You need food to live!;Try our new ice cups!";
- products = list(/obj/item/weapon/reagent_containers/food/snacks/tofu = 50, /obj/item/weapon/reagent_containers/food/drinks/ice = 50)
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIn" = (
-/obj/structure/cable/green{
- tag = "icon-2-9";
- icon_state = "2-9"
- },
-/obj/structure/chair/office/dark,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIo" = (
-/obj/structure/rack,
-/obj/item/robot_parts/l_arm,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIp" = (
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIq" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIr" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIs" = (
-/obj/structure/table,
-/obj/item/weapon/grenade/smokebomb,
-/obj/item/weapon/grenade/smokebomb,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/pneumatic_cannon/ghetto{
- desc = "A gas-powered, object-firing cannon. Seems kind of dirty.";
- name = "pneumatic cannon"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint)
-"aIu" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/medical{
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/item/weapon/storage/belt/medical{
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/item/weapon/storage/belt/medical{
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/item/clothing/tie/stethoscope,
-/obj/machinery/requests_console{
- announcementConsole = 0;
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_x = -30;
- pixel_y = 0;
- pixel_z = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/exam_room)
-"aIA" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Medbay Storage";
- req_access_txt = "45"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/exam_room)
-"aIB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/exam_room)
-"aIC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aID" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIE" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIF" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIG" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aIH" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/exam_room)
-"aII" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- glass = 0;
- name = "Chief Medical Officer";
- opacity = 1;
- req_access_txt = "40"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aIJ" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aIK" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/cable/cyan{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aIL" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aIM" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aIN" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_command{
- glass = 0;
- name = "Chief Medical Officer";
- opacity = 1;
- req_access_txt = "40"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aIO" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- sortType = 10
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"aIP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aIQ" = (
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aIR" = (
-/turf/open/floor/plasteel,
-/area/medical/genetics)
-"aIS" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
- dir = 4
- },
-/area/medical/genetics)
-"aIT" = (
-/obj/machinery/door/window/westleft{
- name = "Monkey Pen";
- req_access_txt = "9"
- },
-/turf/open/floor/plasteel/purple,
-/area/medical/genetics)
-"aIU" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/area/medical/genetics)
-"aIV" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aIW" = (
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aIX" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Geneticist"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aIY" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
- dir = 4
- },
-/area/medical/genetics)
-"aIZ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aJa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall,
-/area/maintenance/asmaint)
-"aJb" = (
-/turf/closed/wall,
-/area/maintenance/port)
-"aJc" = (
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aJd" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/space,
-/area/space/nearstation)
-"aJe" = (
-/obj/machinery/the_singularitygen/tesla{
- anchored = 1
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aJf" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aJg" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the singularity chamber.";
- dir = 4;
- layer = 4;
- name = "Engine Containment Telescreen";
- network = list("Singularity");
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aJh" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Particle Accelerator";
- dir = 1;
- network = list("Singularity")
- },
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating/warnplate/corner{
- dir = 1;
- tag = ""
- },
-/area/engine/engineering)
-"aJi" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/space/nearstation)
-"aJj" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/space,
-/area/space/nearstation)
-"aJk" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aJl" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/checkpoint/engineering)
-"aJm" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/checkpoint/engineering)
-"aJn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/effect/landmark/start/depsec/engineering,
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/checkpoint/engineering)
-"aJo" = (
-/obj/machinery/computer/secure_data,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- pixel_y = 11;
- tag = "e"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/checkpoint/engineering)
-"aJp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
- dir = 5
- },
-/turf/closed/wall,
-/area/maintenance/aft)
-"aJq" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aJr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/rust,
-/area/maintenance/aft)
-"aJs" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aJt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aJu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/crowbar,
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/secondary/entry)
-"aJv" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aJw" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aJx" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aJy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics Entrance";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/caution{
- dir = 9
- },
-/area/atmos)
-"aJz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/atmos)
-"aJA" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/atmos)
-"aJB" = (
-/turf/open/floor/plasteel/caution{
- dir = 5
- },
-/area/atmos)
-"aJC" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/caution/corner{
- tag = "icon-cautioncorner (WEST)";
- dir = 8
- },
-/area/atmos)
-"aJD" = (
-/obj/structure/sign/nosmoking_2,
-/turf/closed/wall,
-/area/atmos)
-"aJE" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Port to Filter";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJF" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJG" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "plasma";
- on = 1
- },
-/turf/open/floor/plasteel/purple/side{
- dir = 10
- },
-/area/atmos)
-"aJH" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "tox_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"aJI" = (
-/obj/structure/chair/comfy/brown{
- dir = 1
- },
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken6";
- tag = "icon-wood-broken6"
- },
-/area/maintenance/atmos_control)
-"aJJ" = (
-/obj/structure/chair/comfy/lime{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
- dir = 1
- },
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aJK" = (
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken";
- tag = "icon-wood-broken"
- },
-/area/maintenance/atmos_control)
-"aJL" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aJM" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/circuit_imprinter,
-/obj/item/trash/chips,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aJN" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil/green,
-/obj/item/robot_parts/l_arm,
-/obj/item/weapon/storage/fancy/cigarettes/cigpack_robustgold,
-/obj/item/weapon/reagent_containers/food/drinks/mug/coco,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJO" = (
-/obj/structure/table,
-/obj/item/toy/redbutton,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJP" = (
-/obj/structure/cable/green,
-/obj/machinery/computer/monitor,
-/obj/machinery/light_construct,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJQ" = (
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJR" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/barricade/wooden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJS" = (
-/obj/structure/rack,
-/obj/item/wallframe/newscaster,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJT" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJU" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJV" = (
-/obj/item/weapon/restraints/legcuffs/beartrap{
- armed = 1
- },
-/obj/item/weapon/restraints/legcuffs/beartrap{
- armed = 1
- },
-/obj/item/weapon/restraints/legcuffs/beartrap{
- armed = 1
- },
-/obj/item/weapon/restraints/legcuffs/beartrap{
- armed = 1
- },
-/obj/structure/falsewall/reinforced,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"aJW" = (
-/obj/structure/table,
-/obj/item/weapon/restraints/handcuffs/cable/zipties,
-/obj/item/weapon/restraints/handcuffs/cable/zipties,
-/obj/item/weapon/reagent_containers/food/snacks/syndicake,
-/obj/item/toy/talking/griffin,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJX" = (
-/obj/structure/table,
-/obj/item/weapon/paper/crumpled{
- info = "I'll get that Owl and show him just what he's doing for those he captures!!!!!";
- name = "crumpled paper"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aJY" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/gun/syringe,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aJZ" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKb" = (
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKe" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/syringes,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/exam_room)
-"aKf" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aKg" = (
-/obj/structure/table,
-/obj/item/weapon/crowbar,
-/obj/item/clothing/tie/stethoscope,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/medical/exam_room)
-"aKh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKi" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKj" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aKk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/exam_room)
-"aKl" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "cmoprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/medical/cmo)
-"aKm" = (
-/obj/structure/table,
-/obj/item/weapon/cartridge/medical{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/item/weapon/cartridge/medical{
- pixel_x = 6;
- pixel_y = 3
- },
-/obj/item/weapon/cartridge/medical,
-/obj/item/weapon/cartridge/chemistry{
- pixel_y = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aKn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/mob/living/simple_animal/pet/cat/Runtime,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aKo" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aKp" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aKq" = (
-/obj/structure/filingcabinet/filingcabinet,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/cmo)
-"aKr" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"aKs" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aKt" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aKu" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (EAST)";
- dir = 4
- },
-/area/medical/genetics)
-"aKv" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/genetics)
-"aKw" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
- },
-/area/medical/genetics)
-"aKx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aKy" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/space,
-/area/space/nearstation)
-"aKz" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aKA" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aKB" = (
-/obj/structure/table,
-/obj/item/wallframe/firealarm,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aKC" = (
-/turf/closed/wall/rust,
-/area/maintenance/port)
-"aKD" = (
-/obj/structure/closet/crate,
-/obj/item/clothing/suit/ianshirt,
-/obj/item/weapon/coin/twoheaded,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aKE" = (
-/obj/item/weapon/poster/contraband,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aKF" = (
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aKG" = (
-/obj/item/toy/minimeteor,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/port)
-"aKH" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/space/nearstation)
-"aKI" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/space/nearstation)
-"aKJ" = (
-/obj/machinery/power/tesla_coil,
-/obj/structure/cable/yellow,
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"aKK" = (
-/obj/item/weapon/crowbar/large,
-/turf/open/space,
-/area/space/nearstation)
-"aKL" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light/small,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aKM" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/engine/engineering)
-"aKN" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aKO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aKP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aKQ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/checkpoint/engineering)
-"aKR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/checkpoint/engineering)
-"aKS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/checkpoint/engineering)
-"aKT" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/filingcabinet,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/checkpoint/engineering)
-"aKU" = (
-/turf/closed/wall,
-/area/security/checkpoint/engineering)
-"aKV" = (
-/turf/open/floor/plasteel/yellow/side,
-/obj/structure/closet/secure_closet/engineering_welding,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel/warningline,
-/area/engine/engineering)
-"aKW" = (
-/turf/open/floor/plasteel/yellow/side,
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/plasteel/warningline,
-/area/engine/engineering)
-"aKX" = (
-/turf/open/floor/plasteel/yellow/side,
-/obj/machinery/disposal/bin,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/camera{
- c_tag = "Engineering South 2";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/warningline,
-/area/engine/engineering)
-"aKY" = (
-/turf/open/floor/plasteel/yellow/side,
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel/warningline,
-/area/engine/engineering)
-"aKZ" = (
-/turf/open/floor/plasteel/yellow/side,
-/obj/machinery/vending/engivend,
-/turf/open/floor/plasteel/warningline,
-/area/engine/engineering)
-"aLa" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aLb" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aLc" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aLd" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aLe" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aLf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aLg" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/secondary/entry)
-"aLh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/hallway/secondary/entry)
-"aLi" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aLj" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- icon_state = "pipe-j1s";
- sortType = 6;
- tag = "icon-pipe-j1s (NORTH)"
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aLk" = (
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id = "atmos";
- name = "Atmos Blast Door";
- opacity = 0
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_atmos{
- name = "Atmospherics";
- req_access_txt = "24"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow,
-/area/atmos)
-"aLl" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- dir = 8
- },
-/area/atmos)
-"aLm" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aLn" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aLo" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (EAST)";
- dir = 4
- },
-/area/atmos)
-"aLp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics";
- req_access_txt = "24"
- },
-/turf/open/floor/plasteel/yellow,
-/area/atmos)
-"aLq" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (WEST)";
- dir = 8
- },
-/area/atmos)
-"aLr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aLs" = (
-/obj/structure/closet/wardrobe/atmospherics_yellow,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aLt" = (
-/obj/machinery/space_heater,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics South";
- dir = 6;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (SOUTHWEST)";
- dir = 10
- },
-/area/atmos)
-"aLu" = (
-/obj/machinery/space_heater,
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (SOUTHEAST)";
- dir = 6
- },
-/area/atmos)
-"aLv" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aLw" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Port to Filter";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aLx" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aLy" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aLz" = (
-/obj/structure/table/wood,
-/obj/item/toy/cards/deck{
- pixel_x = 2
- },
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken7";
- tag = "icon-wood-broken7"
- },
-/area/maintenance/atmos_control)
-"aLA" = (
-/obj/structure/table/wood,
-/obj/item/toy/cards/deck{
- pixel_x = 2
- },
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aLB" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aLC" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood{
- broken = 1;
- icon_state = "wood-broken6";
- tag = "icon-wood-broken6"
- },
-/area/maintenance/atmos_control)
-"aLD" = (
-/obj/structure/table/wood,
-/obj/item/weapon/coin/silver,
-/turf/open/floor/wood,
-/area/maintenance/atmos_control)
-"aLE" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/glass = 2, /obj/item/stack/sheet/rglass = 1, /obj/item/stack/sheet/metal = 2, /obj/item/stack/sheet/plasteel = 1);
- name = "random sheet material spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aLF" = (
-/obj/structure/rack,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aLG" = (
-/obj/structure/falsewall,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aLH" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aLI" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aLJ" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 7;
- pixel_y = -3
- },
-/obj/item/weapon/reagent_containers/glass/bottle/morphine,
-/obj/item/weapon/reagent_containers/syringe,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 2
- },
-/area/medical/exam_room)
-"aLK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 2
- },
-/area/medical/exam_room)
-"aLL" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/o2,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/exam_room)
-"aLM" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/toxin{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/toxin,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aLN" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/fire,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aLO" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/brute{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/brute,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aLP" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aLQ" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aLR" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aLS" = (
-/obj/machinery/door/poddoor/preopen{
- id = "cmoprivacy";
- name = "privacy shutter"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/cmo)
-"aLT" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aLU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aLV" = (
-/turf/closed/wall,
-/area/medical/genetics)
-"aLW" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/pill_bottle/mannitol,
-/obj/machinery/camera{
- c_tag = "Medbay Genetics";
- dir = 4;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aLX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aLY" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aLZ" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
- dir = 9
- },
-/area/medical/genetics)
-"aMa" = (
-/obj/structure/closet/firecloset/full,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aMb" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/robot_parts/l_arm,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aMc" = (
-/obj/item/weapon/bucket_sensor,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aMd" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aMe" = (
-/turf/closed/wall/rust,
-/area/engine/engineering)
-"aMf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/obj/machinery/camera{
- c_tag = "Engineering South 1";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aMg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aMh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aMi" = (
-/turf/open/floor/plasteel/yellow/corner,
-/area/engine/engineering)
-"aMj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/engineering)
-"aMk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aMl" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aMm" = (
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aMn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/yellow/corner,
-/area/engine/engineering)
-"aMo" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aMp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aMq" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aMr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aMs" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (SOUTHWEST)";
- dir = 10
- },
-/area/atmos)
-"aMt" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/caution{
- dir = 2
- },
-/area/atmos)
-"aMu" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/machinery/light,
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/caution{
- dir = 2
- },
-/area/atmos)
-"aMv" = (
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel/caution{
- dir = 6
- },
-/area/atmos)
-"aMw" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/caution/corner{
- tag = "icon-cautioncorner (NORTH)";
- dir = 1
- },
-/area/atmos)
-"aMx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMy" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMB" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/atmos)
-"aMC" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "CO2 Outlet Pump";
- on = 0
- },
-/turf/open/floor/plasteel/caution{
- dir = 9
- },
-/area/atmos)
-"aMD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "co2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/co2,
-/area/atmos)
-"aME" = (
-/turf/open/floor/engine/co2,
-/area/atmos)
-"aMF" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"aMG" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aMH" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aMI" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint)
-"aMJ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Medbay Storage";
- req_access_txt = "45"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/exam_room)
-"aMK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aML" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aMM" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aMN" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 2
- },
-/area/medical/exam_room)
-"aMO" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/exam_room)
-"aMP" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Medbay Sleepers";
- network = list("SS13")
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aMQ" = (
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (EAST)";
- dir = 4
- },
-/area/medical/exam_room)
-"aMR" = (
-/obj/machinery/sleeper{
- icon_state = "sleeper-open";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aMS" = (
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 7;
- pixel_y = 1
- },
-/obj/structure/table/glass,
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aMT" = (
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 2;
- pixel_y = 0
- },
-/obj/structure/table/glass,
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aMU" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aMV" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/exam_room)
-"aMW" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aMX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/corner,
-/area/medical/medbay)
-"aMY" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
- dir = 8
- },
-/area/medical/genetics)
-"aMZ" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/camera{
- c_tag = "Medbay Cloning";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aNa" = (
-/obj/machinery/clonepod,
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHWEST)";
- dir = 10
- },
-/area/medical/genetics)
-"aNb" = (
-/obj/machinery/computer/cloning,
-/turf/open/floor/plasteel/warnwhite,
-/area/medical/genetics)
-"aNc" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHEAST)";
- dir = 6
- },
-/area/medical/genetics)
-"aNd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/genetics)
-"aNe" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/pill_bottle/mutadone,
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
- dir = 8
- },
-/area/medical/genetics)
-"aNf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aNg" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/genetics)
-"aNh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aNi" = (
-/obj/structure/closet/wardrobe/genetics_white,
-/obj/structure/window/reinforced,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHWEST)";
- dir = 10
- },
-/area/medical/genetics)
-"aNj" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aNk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aNl" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Firefighting equipment";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aNm" = (
-/obj/effect/decal/cleanable/ash,
-/obj/item/weapon/tank/internals/plasmaman/full{
- name = "plasma tank"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/port)
-"aNn" = (
-/obj/item/weapon/paper/crumpled{
- info = "Try not to burn out."
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/port)
-"aNo" = (
-/obj/item/stack/medical/ointment,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/port)
-"aNp" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aNq" = (
-/obj/structure/closet/wardrobe/engineering_yellow,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aNr" = (
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"aNs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aNt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aNu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/engine/engineering)
-"aNv" = (
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aNw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/aft)
-"aNx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aNy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aNz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aNA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/caution/corner{
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aNB" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Maintenance";
- req_access_txt = "24"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aNC" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aND" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNE" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNF" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNG" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 1
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNH" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/atmos)
-"aNI" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "co2_in";
- name = "Carbon Dioxide Supply Control";
- output_tag = "co2_out";
- sensors = list("co2_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/caution{
- dir = 8
- },
-/area/atmos)
-"aNJ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 9
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"aNK" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "co2_sensor"
- },
-/turf/open/floor/engine/co2,
-/area/atmos)
-"aNL" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/engine/co2,
-/area/atmos)
-"aNM" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine/co2,
-/area/atmos)
-"aNN" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aNO" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aNP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aNQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/exam_room)
-"aNR" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/exam_room)
-"aNS" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/medical/exam_room)
-"aNT" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aNU" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aNV" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aNW" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/exam_room)
-"aNX" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Recovery Room";
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/exam_room)
-"aNY" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/exam_room)
-"aNZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aOa" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/delivery,
-/area/medical/exam_room)
-"aOb" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aOc" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aOd" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aOe" = (
-/obj/machinery/conveyor{
- dir = 9;
- id = "QMLoad";
- verted = 1
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"aOf" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aOg" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/delivery,
-/area/medical/exam_room)
-"aOh" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- icon_state = "pipe-j2s";
- sortType = 23
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aOi" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
- dir = 4
- },
-/area/medical/medbay)
-"aOj" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "GeneticsDoor";
- name = "Genetics";
- req_access_txt = "5; 9"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/genetics)
-"aOk" = (
-/obj/machinery/button/door{
- desc = "A remote control switch for the genetics doors.";
- id = "GeneticsDoor";
- name = "Genetics Exit Button";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
- dir = 8
- },
-/area/medical/genetics)
-"aOl" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOm" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOn" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/effect/landmark/start{
- name = "Geneticist"
- },
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOo" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOp" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
- dir = 4
- },
-/area/medical/genetics)
-"aOq" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_research{
- name = "Genetics Lab";
- req_access_txt = "5;9"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/medical/genetics)
-"aOr" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/area/medical/genetics)
-"aOs" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOt" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOu" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOv" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aOw" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Genetics Maintenance";
- req_access_txt = "5;9"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/genetics)
-"aOx" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/port)
-"aOy" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOA" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOB" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port)
-"aOD" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOE" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOG" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/port)
-"aOI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall/rust,
-/area/maintenance/port)
-"aOJ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/port)
-"aOK" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aOM" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance";
- req_access_txt = "10"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aON" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOP" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOR" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOS" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOT" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOU" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOV" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j1s";
- sortType = 4
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"aOW" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aOX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance";
- req_access_txt = "10"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aOY" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aOZ" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aPa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aPb" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPc" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/atmos_control)
-"aPd" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Maintenance";
- req_access_txt = "24"
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aPe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 6
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aPf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Nitrogen Outlet";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aPg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aPh" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "O2 Outlet Pump";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aPi" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aPj" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/atmos)
-"aPk" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "co2";
- on = 1
- },
-/turf/open/floor/plasteel/caution{
- tag = "icon-caution (SOUTHWEST)";
- dir = 10
- },
-/area/atmos)
-"aPl" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4;
- initialize_directions = 12
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"aPm" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "co2_in";
- pixel_y = 1
- },
-/turf/open/floor/engine/co2,
-/area/atmos)
-"aPn" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPo" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPq" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/atmos_control)
-"aPs" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPt" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPu" = (
-/obj/structure/rack,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPv" = (
-/obj/machinery/space_heater,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aPw" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPx" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPy" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPz" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPB" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPD" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aPE" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aPF" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/medical,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aPG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 9
- },
-/area/medical/exam_room)
-"aPH" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/exam_room)
-"aPI" = (
-/obj/structure/closet/wardrobe/pjs,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/white/side{
- dir = 5
- },
-/area/medical/exam_room)
-"aPJ" = (
-/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/gun/syringe,
-/obj/item/weapon/reagent_containers/dropper,
-/obj/item/weapon/soap/nanotrasen,
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Medbay Examination";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aPK" = (
-/obj/structure/table,
-/obj/structure/bedsheetbin{
- pixel_x = 2
- },
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/mask/muzzle,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aPL" = (
-/obj/structure/closet/secure_closet/medical1,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aPM" = (
-/obj/machinery/iv_drip,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aPN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/crate/freezer/blood,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/exam_room)
-"aPO" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aPP" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/medical/exam_room)
-"aPQ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aPR" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery,
-/area/medical/exam_room)
-"aPS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aPT" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aPU" = (
-/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aPV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aPW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
- dir = 4
- },
-/area/medical/medbay)
-"aPY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "GeneticsDoor";
- name = "Genetics";
- req_access_txt = "5; 9"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/genetics)
-"aPZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
- dir = 8
- },
-/area/medical/genetics)
-"aQa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aQb" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aQc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aQd" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- dir = 4
- },
-/area/medical/genetics)
-"aQe" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/genetics)
-"aQf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- dir = 1
- },
-/area/medical/genetics)
-"aQg" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aQh" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aQi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/genetics)
-"aQj" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQk" = (
-/obj/item/wallframe/light_fixture,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQm" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/locker/locker_toilet)
-"aQn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQo" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/locker)
-"aQq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/crew_quarters/locker)
-"aQr" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQs" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQt" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/locker)
-"aQu" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/port)
-"aQw" = (
-/obj/item/weapon/vending_refill/clothing,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port)
-"aQy" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQA" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/port)
-"aQB" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"aQC" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aQD" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 2
- },
-/area/engine/engineering)
-"aQE" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow/side{
- dir = 2
- },
-/area/engine/engineering)
-"aQF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- dir = 8
- },
-/area/engine/engineering)
-"aQG" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aQH" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aQI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/computer/station_alert,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"aQJ" = (
-/obj/machinery/computer/monitor,
-/obj/structure/cable/green,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"aQK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- dir = 2
- },
-/area/engine/engineering)
-"aQL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/yellow/side{
- dir = 2
- },
-/area/engine/engineering)
-"aQM" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow/side{
- dir = 2
- },
-/area/engine/engineering)
-"aQN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 2
- },
-/area/engine/engineering)
-"aQO" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 8
- },
-/area/engine/engineering)
-"aQP" = (
-/turf/closed/wall/r_wall,
-/area/engine/chiefs_office)
-"aQQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aQR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aQS" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "n2";
- on = 1
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
- dir = 9
- },
-/area/atmos)
-"aQT" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10;
- initialize_directions = 12
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "n2_in";
- name = "Nitrogen Supply Control";
- output_tag = "n2_out";
- sensors = list("n2_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
- dir = 1
- },
-/area/atmos)
-"aQU" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
- dir = 5
- },
-/area/atmos)
-"aQV" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aQW" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "o2";
- on = 1
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 9
- },
-/area/atmos)
-"aQX" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10;
- initialize_directions = 12
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "o2_in";
- name = "Oxygen Supply Control";
- output_tag = "o2_out";
- sensors = list("o2_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/atmos)
-"aQY" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 5
- },
-/area/atmos)
-"aQZ" = (
-/obj/machinery/atmospherics/components/trinary/mixer{
- node1_concentration = 0.8;
- node2_concentration = 0.2
- },
-/turf/open/floor/plasteel/barber,
-/area/atmos)
-"aRa" = (
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "air_in";
- name = "Mixed Air Supply Control";
- output_tag = "air_out";
- sensors = list("air_sensor" = "Tank")
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/barber,
-/area/atmos)
-"aRb" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Air Outlet Pump";
- on = 1
- },
-/turf/open/floor/plasteel/barber,
-/area/atmos)
-"aRc" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aRd" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/atmos_control)
-"aRe" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aRf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/atmos_control)
-"aRg" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aRh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aRi" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aRj" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRk" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating,
-/area/crew_quarters/courtroom)
-"aRl" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRm" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRn" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/structure/girder{
- layer = 2.6
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRp" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aRq" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/stock_parts/console_screen,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aRr" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Operating Theatre";
- req_access_txt = "45"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aRs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/exam_room)
-"aRt" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aRu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aRv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aRw" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aRx" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1;
- name = "Connector Port (Air Supply)"
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aRy" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 1
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/exam_room)
-"aRz" = (
-/obj/structure/table/reinforced,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/obj/item/weapon/wrench/medical,
-/obj/machinery/camera{
- c_tag = "Medbay Cryogenics";
- dir = 8;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"aRA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
- dir = 4
- },
-/area/medical/medbay)
-"aRC" = (
-/obj/structure/closet/wardrobe/white,
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
- dir = 1
- },
-/area/medical/genetics)
-"aRD" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aRE" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/medical_cloning{
- pixel_y = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aRF" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aRG" = (
-/obj/item/weapon/storage/box/rxglasses{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/corner,
-/area/medical/genetics)
-"aRH" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/genetics)
-"aRI" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/genetics)
-"aRJ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/disks{
- pixel_x = 2;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/genetics)
-"aRK" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/rxglasses,
-/obj/structure/cable/cyan,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/genetics)
-"aRL" = (
-/obj/structure/table/glass,
-/obj/item/weapon/folder/white,
-/obj/item/device/radio/headset/headset_medsci,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/genetics)
-"aRM" = (
-/obj/structure/closet/secure_closet/medical1,
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/genetics)
-"aRN" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aRO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet)
-"aRP" = (
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet)
-"aRQ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aRR" = (
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/delivery,
-/area/crew_quarters/locker)
-"aRS" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/delivery,
-/area/crew_quarters/locker)
-"aRT" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/crew_quarters/locker)
-"aRU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aRV" = (
-/turf/closed/wall,
-/area/crew_quarters/locker)
-"aRW" = (
-/turf/closed/wall/r_wall,
-/area/tcommsat/server)
-"aRX" = (
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"aRY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aRZ" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/port)
-"aSa" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"aSb" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Engine Room";
- req_access_txt = "10"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow,
-/area/engine/engineering)
-"aSc" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"aSd" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aSe" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aSf" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Power Storage";
- req_access_txt = "11";
- req_one_access_txt = "0"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow,
-/area/engine/engineering)
-"aSg" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aSh" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/engine/chiefs_office)
-"aSi" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel,
-/area/engine/chiefs_office)
-"aSj" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/engine/chiefs_office)
-"aSk" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/door/window/eastleft{
- name = "Chief Engineer's Desk Door";
- req_access_txt = "56"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Chief Engineer's Office";
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- dir = 8
- },
-/area/engine/chiefs_office)
-"aSl" = (
-/obj/machinery/keycard_auth{
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/chiefs_office)
-"aSm" = (
-/obj/structure/closet/secure_closet/engineering_chief,
-/obj/item/weapon/bedsheet/ce,
-/obj/machinery/button/door{
- id = "ceprivacy";
- name = "Privacy Shutters Control";
- pixel_x = 26;
- pixel_y = 0
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/black,
-/area/engine/chiefs_office)
-"aSn" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"aSo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera{
- c_tag = "Arrivals Hallway South";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"aSp" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"aSq" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 5;
- initialize_directions = 12
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"aSr" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 9
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos)
-"aSs" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/atmos_control)
-"aSt" = (
-/obj/item/trash/candle,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aSu" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/poster/contraband,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aSv" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aSw" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aSx" = (
-/obj/item/device/assembly/mousetrap/armed,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aSy" = (
-/turf/closed/wall,
-/area/crew_quarters/courtroom)
-"aSz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aSA" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aSB" = (
-/obj/structure/rack,
-/obj/item/weapon/poster/contraband,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aSC" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aSD" = (
-/turf/open/floor/plasteel/white/corner{
- dir = 2
- },
-/area/medical/exam_room)
-"aSE" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/white/side{
- dir = 2
- },
-/area/medical/exam_room)
-"aSF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/white/corner{
- dir = 8
- },
-/area/medical/exam_room)
-"aSG" = (
-/obj/structure/table,
-/obj/item/weapon/cautery{
- pixel_x = 4
- },
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aSH" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aSI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkblue/corner,
-/area/medical/exam_room)
-"aSJ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/masks{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/weapon/storage/box/gloves{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"aSK" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aSL" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/genetics)
-"aSM" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Genetics";
- req_access_txt = "5; 9"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/genetics)
-"aSN" = (
-/obj/machinery/recharge_station,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aSO" = (
-/obj/machinery/door/airlock{
- name = "Unit B"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aSP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aSQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aSR" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/crew_quarters/locker)
-"aSS" = (
-/obj/machinery/washing_machine,
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"aST" = (
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aSU" = (
-/obj/machinery/telecomms/bus/preset_four,
-/turf/open/floor/plasteel/brown{
- dir = 9;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/area/tcommsat/server)
-"aSV" = (
-/obj/machinery/telecomms/processor/preset_four,
-/turf/open/floor/plasteel/green/side{
- dir = 5;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/area/tcommsat/server)
-"aSW" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aSX" = (
-/obj/machinery/telecomms/server/presets/command,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 9;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aSY" = (
-/obj/machinery/telecomms/server/presets/security,
-/turf/open/floor/plasteel/darkred/side{
- dir = 5;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/area/tcommsat/server)
-"aSZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"aTa" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTHWEST)";
- dir = 9
- },
-/area/tcommsat/computer)
-"aTb" = (
-/turf/open/floor/plasteel/black,
-/area/tcommsat/computer)
-"aTc" = (
-/obj/machinery/announcement_system,
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (EAST)";
- dir = 4
- },
-/area/tcommsat/computer)
-"aTd" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aTe" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow,
-/area/engine/engineering)
-"aTf" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/area/engine/engineering)
-"aTg" = (
-/obj/item/weapon/book/manual/wiki/engineering_hacking,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aTh" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aTi" = (
-/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aTj" = (
-/obj/structure/closet/crate{
- name = "solar pack crate"
- },
-/turf/open/floor/plasteel/caution/corner{
- dir = 4
- },
-/area/engine/engineering)
-"aTk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"aTl" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"aTm" = (
-/obj/item/weapon/book/manual/engineering_singularity_safety{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/structure/table,
-/obj/item/weapon/book/manual/engineering_particle_accelerator,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"aTn" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/yellow,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/engine/engineering)
-"aTo" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot{
- desc = "Marked to indicate placement of a PACMAN generator.";
- dir = 1
- },
-/area/engine/engineering)
-"aTp" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "ceprivacy";
- name = "privacy shutter"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"aTq" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 8
- },
-/area/engine/chiefs_office)
-"aTr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/engine/chiefs_office)
-"aTs" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/glasses/meson{
- pixel_y = 4
- },
-/obj/item/weapon/storage/fancy/cigarettes,
-/obj/item/weapon/stamp/ce,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- dir = 8
- },
-/area/engine/chiefs_office)
-"aTt" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (EAST)";
- dir = 4
- },
-/area/engine/chiefs_office)
-"aTu" = (
-/obj/machinery/computer/station_alert,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTHEAST)";
- dir = 5
- },
-/area/engine/chiefs_office)
-"aTv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "ceprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"aTw" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"aTx" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"aTy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-6";
- icon_state = "0-6"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aTz" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aTA" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-10";
- icon_state = "0-10"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aTB" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/remains/human,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aTC" = (
-/turf/closed/wall,
-/area/lawoffice)
-"aTD" = (
-/obj/structure/closet/secure_closet/courtroom,
-/obj/item/weapon/gavelblock,
-/obj/item/weapon/gavelhammer,
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aTE" = (
-/obj/structure/chair{
- name = "Bailiff"
- },
-/obj/machinery/camera{
- c_tag = "Courtroom";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aTF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aTG" = (
-/obj/structure/chair{
- name = "Judge"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 9
- },
-/area/crew_quarters/courtroom)
-"aTH" = (
-/obj/structure/chair{
- name = "Judge"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/crew_quarters/courtroom)
-"aTI" = (
-/obj/structure/chair{
- name = "Judge"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 5
- },
-/area/crew_quarters/courtroom)
-"aTJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aTK" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/crew_quarters/courtroom)
-"aTL" = (
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/crew_quarters/courtroom)
-"aTM" = (
-/obj/machinery/door/airlock/security{
- name = "Court Cell";
- req_access = null;
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/transfer)
-"aTN" = (
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"aTO" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/transfer)
-"aTP" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aTQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aTR" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aTS" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aTT" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aTU" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aTV" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aTW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white/side{
- dir = 4
- },
-/area/medical/exam_room)
-"aTX" = (
-/obj/structure/table/optable,
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aTY" = (
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/medical/exam_room)
-"aTZ" = (
-/obj/structure/table,
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/scalpel{
- pixel_y = 12
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aUa" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aUb" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aUc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/medical/exam_room)
-"aUd" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "";
- name = "Surgery Observation";
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue,
-/area/medical/exam_room)
-"aUe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay)
-"aUf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/sink{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUg" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUh" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUi" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUj" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUk" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUl" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUm" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUn" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUo" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUp" = (
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- icon_state = "pipe-j2s";
- sortType = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUq" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUr" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUs" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUt" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUu" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUv" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
- dir = 4
- },
-/area/medical/medbay)
-"aUw" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aUx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aUy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUz" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/medbay)
-"aUA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aUB" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/structure/mirror{
- pixel_x = 28
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aUC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aUD" = (
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"aUE" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"aUF" = (
-/obj/machinery/telecomms/server/presets/supply,
-/turf/open/floor/plasteel/brown{
- dir = 10;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/area/tcommsat/server)
-"aUG" = (
-/obj/machinery/telecomms/server/presets/service,
-/turf/open/floor/plasteel/green/side{
- dir = 6;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/area/tcommsat/server)
-"aUH" = (
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aUI" = (
-/obj/machinery/telecomms/broadcaster/preset_right,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aUJ" = (
-/obj/machinery/telecomms/processor/preset_three,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 10;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aUK" = (
-/obj/machinery/telecomms/bus/preset_three,
-/turf/open/floor/plasteel/darkred/side{
- dir = 6;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/area/tcommsat/server)
-"aUL" = (
-/obj/machinery/computer/message_monitor,
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (WEST)";
- dir = 8
- },
-/area/tcommsat/computer)
-"aUM" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/tcommsat/computer)
-"aUN" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Telecoms Admin";
- departmentType = 5;
- name = "Telecoms RC";
- pixel_x = 30;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/tcommsat/computer)
-"aUO" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aUP" = (
-/obj/structure/closet/radiation,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aUQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/landmark{
- name = "lightsout"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/yellow,
-/area/engine/engineering)
-"aUR" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/area/engine/engineering)
-"aUS" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"aUT" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aUU" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aUV" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aUW" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aUX" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aUY" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aUZ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/engine/engineering)
-"aVa" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- glass = 0;
- name = "Chief Engineer";
- opacity = 1;
- req_access_txt = "56"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow,
-/area/engine/chiefs_office)
-"aVb" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/chiefs_office)
-"aVc" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/engine/chiefs_office)
-"aVd" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper/monitorkey,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- dir = 8
- },
-/area/engine/chiefs_office)
-"aVe" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/effect/landmark/start{
- name = "Chief Engineer"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/engine/chiefs_office)
-"aVf" = (
-/obj/machinery/computer/atmos_alert,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (EAST)";
- dir = 4
- },
-/area/engine/chiefs_office)
-"aVg" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/meter,
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aVh" = (
-/obj/machinery/meter,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aVi" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/meter{
- name = "Mixed Air Tank In"
- },
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aVj" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/meter{
- name = "Mixed Air Tank Out"
- },
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aVk" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aVl" = (
-/obj/structure/girder,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aVm" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/atmos_control)
-"aVn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aVo" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHWEST)";
- dir = 10
- },
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/robotics{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/weapon/circuitboard/computer/mecha_control{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/structure/cable/green{
- tag = "icon-6-9";
- icon_state = "6-9"
- },
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-6";
- icon_state = "1-6"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHWEST)";
- dir = 10
- },
-/area/storage/tech)
-"aVp" = (
-/turf/open/floor/plasteel/darkblue/side,
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/borgupload{
- pixel_x = -1;
- pixel_y = 1
- },
-/obj/item/weapon/circuitboard/computer/aiupload{
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warningline,
-/area/storage/tech)
-"aVq" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHEAST)";
- dir = 6
- },
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/crew{
- pixel_x = -1;
- pixel_y = 1
- },
-/obj/item/weapon/circuitboard/computer/card{
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/weapon/circuitboard/computer/communications{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/structure/cable/green{
- tag = "icon-5-10";
- icon_state = "5-10"
- },
-/obj/structure/cable/green{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/obj/structure/cable/green{
- tag = "icon-1-10";
- icon_state = "1-10"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/storage/tech)
-"aVr" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aVs" = (
-/obj/item/device/assembly/mousetrap/armed,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/atmos_control)
-"aVt" = (
-/obj/machinery/requests_console{
- department = "Law Office";
- name = "Law Office RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/structure/filingcabinet/employment,
-/turf/open/floor/wood,
-/area/lawoffice)
-"aVu" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/table/wood,
-/obj/item/weapon/cartridge/lawyer,
-/turf/open/floor/wood,
-/area/lawoffice)
-"aVv" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/table/wood,
-/obj/item/device/taperecorder,
-/turf/open/floor/wood,
-/area/lawoffice)
-"aVw" = (
-/obj/structure/table/wood,
-/obj/item/weapon/folder/blue,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"aVx" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aVy" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 9
- },
-/area/crew_quarters/courtroom)
-"aVz" = (
-/obj/structure/table/wood,
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- dir = 8;
- listening = 0;
- name = "Station Intercom (Court)";
- pixel_x = 0
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/courtroom)
-"aVA" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/courtroom)
-"aVB" = (
-/obj/structure/table/wood,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/crew_quarters/courtroom)
-"aVC" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 5
- },
-/area/crew_quarters/courtroom)
-"aVD" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/crew_quarters/courtroom)
-"aVE" = (
-/obj/machinery/door/window/southleft{
- name = "Court Cell";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/crew_quarters/courtroom)
-"aVF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"aVG" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aVH" = (
-/obj/structure/frame/computer{
- anchored = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"aVI" = (
-/obj/structure/table,
-/obj/item/stack/sheet/cardboard,
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aVJ" = (
-/obj/structure/frame/machine,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aVK" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/camera{
- c_tag = "Medbay Surgery";
- dir = 4;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aVL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 4
- },
-/area/medical/exam_room)
-"aVM" = (
-/obj/machinery/computer/operating,
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/exam_room)
-"aVN" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/medical/exam_room)
-"aVO" = (
-/obj/structure/table,
-/obj/item/weapon/hemostat,
-/obj/item/weapon/retractor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aVP" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aVQ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/medical/exam_room)
-"aVR" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "";
- name = "Surgery Observation";
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue,
-/area/medical/exam_room)
-"aVS" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay)
-"aVT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whiteyellow/corner{
- tag = "icon-whiteyellowcorner";
- dir = 2
- },
-/area/medical/medbay)
-"aVU" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 11
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 2
- },
-/area/medical/medbay)
-"aVV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteyellow/corner{
- tag = "icon-whiteyellowcorner (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"aVW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aVX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Medbay West";
- dir = 1;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aVY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner,
-/area/medical/medbay)
-"aVZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Doors Control";
- normaldoorcontrol = 1;
- pixel_x = -24;
- pixel_y = -24;
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"aWa" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"aWb" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"aWc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"aWd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"aWe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"aWf" = (
-/obj/structure/cable/cyan,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1";
- tag = "icon-pipe-j1 (EAST)"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWh" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWk" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Medbay East";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWl" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner,
-/area/medical/medbay)
-"aWm" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"aWn" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"aWo" = (
-/turf/open/floor/plasteel/whitebot/delivery,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHWEST)";
- dir = 9
- },
-/area/medical/medbay)
-"aWp" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- dir = 8;
- freq = 1400;
- location = "Medbay"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay)
-"aWq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aWr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aWs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aWt" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aWu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet)
-"aWv" = (
-/obj/structure/toilet{
- pixel_y = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aWw" = (
-/obj/machinery/door/airlock{
- name = "Unit 4"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aWx" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aWy" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aWz" = (
-/obj/structure/window,
-/obj/structure/closet,
-/obj/item/clothing/under/suit_jacket/female{
- pixel_x = 3;
- pixel_y = 1
- },
-/obj/item/clothing/under/suit_jacket/really_black{
- pixel_x = -2;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"aWA" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"aWB" = (
-/obj/structure/window,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"aWC" = (
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- name = "Mainframe Floor";
- dir = 8;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aWD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aWE" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aWF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 140;
- on = 1;
- pressure_checks = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aWG" = (
-/turf/open/floor/plasteel/darkyellow/corner{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aWH" = (
-/obj/machinery/computer/telecomms/server{
- network = "tcommsat"
- },
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (SOUTHWEST)";
- dir = 10
- },
-/area/tcommsat/computer)
-"aWI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/black,
-/area/tcommsat/computer)
-"aWJ" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/darkyellow/corner,
-/area/tcommsat/computer)
-"aWK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aWL" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aWM" = (
-/obj/structure/closet/radiation,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
- dir = 4
- },
-/area/engine/engineering)
-"aWN" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow,
-/area/engine/engineering)
-"aWO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/machinery/camera{
- c_tag = "Engineering Access";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/area/engine/engineering)
-"aWP" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/aft)
-"aWQ" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aWR" = (
-/obj/structure/table,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/obj/item/clothing/mask/breath,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aWS" = (
-/obj/machinery/cell_charger,
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/machinery/light,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/warning/corner,
-/area/engine/engineering)
-"aWT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"aWU" = (
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"aWV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"aWW" = (
-/obj/machinery/requests_console{
- announcementConsole = 0;
- department = "Engineering";
- departmentType = 4;
- name = "Engineering RC";
- pixel_y = -30
- },
-/obj/machinery/camera{
- c_tag = "Engineering Power Storage";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/engine/engineering)
-"aWX" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aWY" = (
-/turf/open/floor/plasteel/caution/corner{
- dir = 4
- },
-/area/engine/engineering)
-"aWZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "ceprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"aXa" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/engine/chiefs_office)
-"aXb" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/engine/chiefs_office)
-"aXc" = (
-/obj/item/weapon/cartridge/engineering{
- pixel_x = 4;
- pixel_y = 5
- },
-/obj/item/weapon/cartridge/engineering{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/item/weapon/cartridge/engineering{
- pixel_x = 3
- },
-/obj/structure/table/reinforced,
-/obj/item/weapon/cartridge/atmos,
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- dir = 8
- },
-/area/engine/chiefs_office)
-"aXd" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkyellow/corner,
-/area/engine/chiefs_office)
-"aXe" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/computer/card/minor/ce,
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (SOUTHEAST)";
- dir = 6
- },
-/area/engine/chiefs_office)
-"aXf" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/atmos_control)
-"aXg" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1;
- frequency = 1441;
- id = "n2_in"
- },
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aXh" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "n2_sensor"
- },
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aXi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "n2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aXj" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1;
- frequency = 1441;
- id = "o2_in"
- },
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aXk" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "o2_sensor"
- },
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aXl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "o2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aXm" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1;
- frequency = 1441;
- id = "air_in"
- },
-/turf/open/floor/engine/air,
-/area/atmos)
-"aXn" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "air_sensor"
- },
-/turf/open/floor/engine/air,
-/area/atmos)
-"aXo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
- dir = 1;
- external_pressure_bound = 0;
- frequency = 1441;
- icon_state = "in";
- id_tag = "air_out";
- internal_pressure_bound = 2000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/air,
-/area/atmos)
-"aXp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aXq" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/atmos_control)
-"aXr" = (
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"aXs" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/structure/cable/green{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/storage/tech)
-"aXt" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/structure/cable/green{
- tag = "icon-2-5";
- icon_state = "2-5"
- },
-/obj/structure/cable/green{
- tag = "icon-2-9";
- icon_state = "2-9"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/storage/tech)
-"aXu" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/structure/cable/green{
- tag = "icon-6-8";
- icon_state = "6-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/camera{
- c_tag = "Secure Technical Storage";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/storage/tech)
-"aXv" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Law Office Maintenance";
- req_access_txt = "38"
- },
-/turf/open/floor/plating,
-/area/lawoffice)
-"aXw" = (
-/turf/open/floor/wood,
-/area/lawoffice)
-"aXx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"aXy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Lawyer"
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"aXz" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Law Office";
- req_access_txt = "38"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aXA" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/crew_quarters/courtroom)
-"aXB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aXC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/courtroom)
-"aXD" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
- },
-/area/crew_quarters/courtroom)
-"aXE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"aXF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/transfer)
-"aXG" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint)
-"aXH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aXI" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/mask/surgical,
-/obj/item/clothing/suit/apron/surgical,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aXJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white/corner{
- dir = 4
- },
-/area/medical/exam_room)
-"aXK" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/exam_room)
-"aXL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white/corner{
- tag = "icon-whitecorner (NORTH)";
- dir = 1
- },
-/area/medical/exam_room)
-"aXM" = (
-/obj/structure/table,
-/obj/item/weapon/razor,
-/obj/item/weapon/surgicaldrill,
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aXN" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/exam_room)
-"aXO" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/medical/exam_room)
-"aXP" = (
-/turf/closed/wall,
-/area/medical/chemistry)
-"aXQ" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/window/southleft{
- dir = 2;
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/chemistry)
-"aXR" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Chemistry Lab";
- req_access_txt = "5; 33"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteyellow,
-/area/medical/chemistry)
-"aXS" = (
-/obj/structure/sign/chemistry,
-/turf/closed/wall,
-/area/medical/chemistry)
-"aXT" = (
-/turf/closed/wall,
-/area/medical/medbay)
-"aXU" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"aXV" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/medbay)
-"aXW" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/medbay)
-"aXX" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"aXY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Medbay Desk";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/medical/medbay)
-"aXZ" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYb" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYc" = (
-/turf/closed/wall,
-/area/medical/morgue)
-"aYd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/morgue)
-"aYe" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Morgue";
- req_access_txt = "6;5"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/blue,
-/area/medical/morgue)
-"aYf" = (
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTH)";
- dir = 1
- },
-/area/crew_quarters/locker)
-"aYg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/crew_quarters/locker)
-"aYh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aYi" = (
-/obj/machinery/requests_console{
- department = "Locker Room";
- name = "Locker Room RC";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Locker Room";
- dir = 2;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aYj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aYk" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aYl" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aYm" = (
-/obj/machinery/vending/clothing,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aYn" = (
-/obj/machinery/message_server,
-/turf/open/floor/plasteel/darkyellow{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aYo" = (
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aYp" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aYq" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aYr" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- name = "Mainframe Floor";
- dir = 8;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aYs" = (
-/obj/machinery/telecomms/receiver/preset_right,
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aYt" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "Control Room";
- req_access_txt = "19; 61"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/tcommsat/computer)
-"aYu" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"aYv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aYw" = (
-/turf/closed/wall,
-/area/engine/break_room)
-"aYx" = (
-/turf/closed/wall/r_wall,
-/area/engine/break_room)
-"aYy" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/engine/break_room)
-"aYz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Engine Room";
- req_access_txt = "10"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow,
-/area/engine/break_room)
-"aYA" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall,
-/area/engine/break_room)
-"aYB" = (
-/obj/machinery/door/poddoor{
- id = "Secure Storage";
- name = "secure storage"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aYC" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/chiefs_office)
-"aYD" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
- },
-/area/engine/chiefs_office)
-"aYE" = (
-/obj/structure/table/reinforced,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/obj/item/weapon/clipboard,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/mob/living/simple_animal/parrot/Poly,
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (WEST)";
- dir = 8
- },
-/area/engine/chiefs_office)
-"aYF" = (
-/obj/machinery/button/door{
- id = "atmos";
- name = "Atmospherics Lockdown";
- pixel_x = 10;
- pixel_y = -24;
- req_access_txt = "24"
- },
-/obj/machinery/button/door{
- desc = "A remote control-switch for secure storage.";
- id = "Secure Storage";
- name = "Engineering Secure Storage";
- pixel_x = 0;
- pixel_y = -24;
- req_access_txt = "11"
- },
-/obj/machinery/button/door{
- desc = "A remote control-switch for the engineering security doors.";
- id = "Engineering";
- name = "Engineering Lockdown";
- pixel_x = -10;
- pixel_y = -24;
- req_access_txt = "10"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/chiefs_office)
-"aYG" = (
-/obj/machinery/suit_storage_unit/ce,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Chief Engineer's Desk";
- departmentType = 3;
- name = "Chief Engineer RC";
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/newscaster{
- hitstaken = 0;
- pixel_x = 0;
- pixel_y = -32;
- tag = "s"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/chiefs_office)
-"aYH" = (
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aYI" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/engine/n2,
-/area/atmos)
-"aYJ" = (
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aYK" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aYL" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/engine/air,
-/area/atmos)
-"aYM" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/engine/air,
-/area/atmos)
-"aYN" = (
-/turf/open/floor/engine/air,
-/area/atmos)
-"aYO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aYP" = (
-/turf/closed/wall,
-/area/storage/tech)
-"aYQ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-5";
- icon_state = "0-5"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aYR" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/storage/tech)
-"aYS" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- name = "Secure Tech Storage";
- req_access_txt = "19;23"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aYT" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/storage/tech)
-"aYU" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-9";
- icon_state = "0-9"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aYV" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aYW" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/atmos_control)
-"aYX" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"aYY" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/lawoffice)
-"aYZ" = (
-/obj/machinery/camera{
- c_tag = "Law Office";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"aZa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/lawoffice)
-"aZb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/wood,
-/area/lawoffice)
-"aZc" = (
-/obj/structure/closet/lawcloset,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"aZd" = (
-/obj/structure/chair{
- dir = 4;
- name = "Prosecution"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 9
- },
-/area/crew_quarters/courtroom)
-"aZe" = (
-/obj/structure/table/wood,
-/obj/item/weapon/folder/red,
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/crew_quarters/courtroom)
-"aZf" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bot,
-/area/crew_quarters/courtroom)
-"aZg" = (
-/obj/structure/table/wood,
-/obj/item/weapon/folder/blue,
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
- },
-/area/crew_quarters/courtroom)
-"aZh" = (
-/obj/structure/chair{
- dir = 8;
- name = "Defense"
- },
-/turf/open/floor/plasteel/green/side{
- dir = 5
- },
-/area/crew_quarters/courtroom)
-"aZi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"aZj" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aZk" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aZl" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aZm" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aZn" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aZo" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Surgery Maintenance";
- req_access_txt = "45"
- },
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"aZp" = (
-/obj/structure/table,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/folder/white,
-/obj/item/device/radio/headset/headset_med,
-/obj/machinery/requests_console{
- department = "Chemistry";
- departmentType = 2;
- name = "Chemistry RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aZq" = (
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/whiteyellow/corner{
- dir = 4
- },
-/area/medical/chemistry)
-"aZr" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
- },
-/area/medical/chemistry)
-"aZs" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/whiteyellow/corner{
- dir = 1
- },
-/area/medical/chemistry)
-"aZt" = (
-/obj/machinery/chem_dispenser,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHWEST)";
- dir = 10
- },
-/area/medical/chemistry)
-"aZu" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHEAST)";
- dir = 6
- },
-/area/medical/chemistry)
-"aZv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/chemistry)
-"aZw" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Medbay Waiting Area";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
- dir = 4
- },
-/area/medical/medbay)
-"aZx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aZy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aZz" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aZA" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aZB" = (
-/obj/structure/chair/office/light,
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Doors Control";
- normaldoorcontrol = 1;
- pixel_x = -26;
- req_access_txt = "5"
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aZC" = (
-/obj/machinery/computer/med_data,
-/obj/machinery/requests_console{
- announcementConsole = 0;
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_x = 30;
- pixel_y = 0;
- pixel_z = 0
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
- dir = 1
- },
-/area/medical/medbay)
-"aZD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner";
- dir = 2
- },
-/area/medical/medbay)
-"aZE" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/whitered/side{
- dir = 2
- },
-/area/medical/medbay)
-"aZF" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"aZG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aZH" = (
-/obj/machinery/vending/medical{
- pixel_x = -2
- },
-/obj/machinery/requests_console{
- announcementConsole = 0;
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_x = 30;
- pixel_y = 0;
- pixel_z = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aZI" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/medical/morgue)
-"aZJ" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/medical/morgue)
-"aZK" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/medical/morgue)
-"aZL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZM" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZN" = (
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZO" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZP" = (
-/obj/machinery/door/airlock{
- id_tag = "AuxToilet3";
- name = "Unit 3"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aZQ" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Restroom";
- dir = 9;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"aZR" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aZS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aZT" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aZU" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aZV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aZW" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aZX" = (
-/obj/structure/closet/wardrobe/white,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"aZY" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Telecomms Server Racks";
- dir = 4;
- network = list("SS13")
- },
-/obj/machinery/airalarm/server{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- tag = "icon-alarm0 (EAST)"
- },
-/turf/open/floor/plasteel/darkyellow{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"aZZ" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"baa" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bab" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/hidden,
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bac" = (
-/obj/machinery/telecomms/hub/preset,
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/darkyellow{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bad" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bae" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"baf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bag" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Server Room";
- req_access_txt = "61"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/darkyellow,
-/area/tcommsat/computer)
-"bah" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel/darkyellow,
-/area/tcommsat/computer)
-"bai" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Server Room";
- req_access_txt = "61"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkyellow,
-/area/tcommsat/computer)
-"baj" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/tcommsat/computer)
-"bak" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/tcommsat/computer)
-"bal" = (
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bam" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Engineering Foyer";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/caution/corner{
- dir = 4
- },
-/area/engine/break_room)
-"ban" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/break_room)
-"bao" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/engine/break_room)
-"bap" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 31
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"baq" = (
-/obj/machinery/shieldgen,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bar" = (
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 30
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bas" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bat" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bau" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- glass = 0;
- name = "Chief Engineer's Office Maintenance";
- opacity = 1;
- req_access_txt = "56"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"bav" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"baw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"bax" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine/n2,
-/area/atmos)
-"bay" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine/o2,
-/area/atmos)
-"baz" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine/air,
-/area/atmos)
-"baA" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/device/t_scanner,
-/obj/item/device/multitool,
-/turf/open/floor/plating,
-/area/storage/tech)
-"baB" = (
-/turf/open/floor/plating,
-/area/storage/tech)
-"baC" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"baD" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"baE" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/subspace/transmitter,
-/obj/item/weapon/stock_parts/subspace/transmitter,
-/obj/item/weapon/stock_parts/subspace/treatment,
-/obj/item/weapon/stock_parts/subspace/treatment,
-/obj/item/weapon/stock_parts/subspace/treatment,
-/turf/open/floor/plating,
-/area/storage/tech)
-"baF" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/turf/open/floor/plating,
-/area/storage/tech)
-"baG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"baH" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/obj/item/weapon/aiModule/reset,
-/turf/open/floor/plating,
-/area/storage/tech)
-"baI" = (
-/obj/structure/table,
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plating,
-/area/storage/tech)
-"baJ" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/space_heater,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating,
-/area/storage/art)
-"baK" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"baL" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"baM" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/lawoffice)
-"baN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- glass = 1;
- name = "Law Office";
- opacity = 0;
- req_access_txt = "38"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/lawoffice)
-"baO" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/lawoffice)
-"baP" = (
-/obj/structure/chair{
- dir = 4;
- name = "Prosecution"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 10
- },
-/area/crew_quarters/courtroom)
-"baQ" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper,
-/turf/open/floor/plasteel/neutral/side{
- dir = 10
- },
-/area/crew_quarters/courtroom)
-"baR" = (
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/courtroom)
-"baS" = (
-/obj/item/device/radio/beacon,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/courtroom)
-"baT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/courtroom)
-"baU" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/neutral/side{
- dir = 6
- },
-/area/crew_quarters/courtroom)
-"baV" = (
-/obj/structure/chair{
- dir = 8;
- name = "Defense"
- },
-/turf/open/floor/plasteel/green/side{
- dir = 6
- },
-/area/crew_quarters/courtroom)
-"baW" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"baX" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/transfer)
-"baY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/item/toy/gun,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"baZ" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bba" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bbb" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbd" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbe" = (
-/obj/structure/grille/broken,
-/obj/item/weapon/shard,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbf" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbg" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbh" = (
-/obj/structure/cable/cyan{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/exam_room)
-"bbi" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbj" = (
-/obj/item/weapon/vending_refill/snack,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/wardrobe/chemistry_white,
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/chemistry)
-"bbm" = (
-/obj/structure/closet/wardrobe/chemistry_white,
-/obj/structure/cable/cyan{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bbn" = (
-/obj/structure/cable/cyan{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bbo" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bbp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bbq" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
- dir = 4
- },
-/area/medical/chemistry)
-"bbr" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/window/eastright{
- dir = 8;
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/turf/open/floor/plasteel/whiteyellow,
-/area/medical/chemistry)
-"bbs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"bbt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bbu" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bbv" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bbw" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bbx" = (
-/obj/structure/table/reinforced,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/cell_charger,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/weapon/stock_parts/cell/crap,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bby" = (
-/turf/closed/wall,
-/area/security/checkpoint/medical)
-"bbz" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/checkpoint/medical)
-"bbA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred,
-/area/security/checkpoint/medical)
-"bbB" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/checkpoint/medical)
-"bbC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbD" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbE" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbF" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bbG" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bbH" = (
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bbI" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bbJ" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bbK" = (
-/obj/structure/closet/wardrobe/black,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bbL" = (
-/obj/machinery/blackbox_recorder,
-/turf/open/floor/plasteel/darkyellow{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbM" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (NORTH)";
- name = "Mainframe Floor";
- dir = 1;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbN" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbO" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
- dir = 8
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (EAST)";
- name = "Mainframe Floor";
- dir = 4;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbP" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbQ" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (NORTH)";
- name = "Mainframe Floor";
- dir = 1;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbR" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/telecomms/receiver/preset_left,
-/turf/open/floor/plasteel/circuit/gcircuit{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbS" = (
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (EAST)";
- name = "Mainframe Floor";
- dir = 4;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bbT" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/hidden,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"bbU" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/tcommsat/computer)
-"bbV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Telecomms Control Room";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/tcommsat/computer)
-"bbW" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/break_room)
-"bbX" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/break_room)
-"bbY" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bbZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bca" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bcb" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"bcc" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"bcd" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"bce" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"bcf" = (
-/obj/structure/table,
-/obj/item/device/plant_analyzer,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bcg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bch" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/cloning{
- pixel_x = 0
- },
-/obj/item/weapon/circuitboard/computer/med_data{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/weapon/circuitboard/machine/clonescanner,
-/obj/item/weapon/circuitboard/machine/clonepod,
-/obj/item/weapon/circuitboard/computer/scan_consolenew,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bci" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/secure_data{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/weapon/circuitboard/computer/security{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bcj" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/mining,
-/obj/item/weapon/circuitboard/machine/autolathe{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/weapon/circuitboard/computer/arcade/battle,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bck" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bcl" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/subspace/filter,
-/obj/item/weapon/stock_parts/subspace/filter,
-/obj/item/weapon/stock_parts/subspace/filter,
-/obj/item/weapon/stock_parts/subspace/filter,
-/obj/item/weapon/stock_parts/subspace/filter,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bcm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bcn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bco" = (
-/obj/structure/table,
-/obj/item/weapon/electronics/apc,
-/obj/item/weapon/electronics/airlock,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bcp" = (
-/turf/closed/wall,
-/area/storage/art)
-"bcq" = (
-/obj/structure/table/wood,
-/obj/item/weapon/stamp/law,
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bcr" = (
-/obj/structure/chair/office/dark,
-/obj/effect/landmark/start{
- name = "Lawyer"
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bcs" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/button/door{
- id = "lawyer_blast";
- name = "Privacy Shutters";
- pixel_x = 25;
- pixel_y = 8
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bct" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/crew_quarters/courtroom)
-"bcu" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Courtroom";
- req_access_txt = "42"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/crew_quarters/courtroom)
-"bcv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/crew_quarters/courtroom)
-"bcw" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bcx" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/circuitboard/computer/rdconsole,
-/obj/item/weapon/stock_parts/console_screen,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint)
-"bcy" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/stock_parts/micro_laser,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcA" = (
-/obj/structure/grille,
-/obj/item/weapon/shard,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcB" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcD" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint)
-"bcE" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"bcG" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Chemistry Lab Maintenance";
- req_access_txt = "5; 33"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/chemistry)
-"bcH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bcI" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bcJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/mob/living/simple_animal/bot/cleanbot{
- name = "C.L.E.A.N."
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bcK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bcL" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bcM" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/obj/item/weapon/reagent_containers/dropper,
-/obj/item/weapon/reagent_containers/dropper,
-/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
- dir = 4
- },
-/area/medical/chemistry)
-"bcN" = (
-/obj/machinery/smartfridge/chemistry,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/whiteyellow,
-/area/medical/chemistry)
-"bcO" = (
-/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"bcP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bcQ" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay)
-"bcR" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bcS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bcT" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/checkpoint/medical)
-"bcU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/checkpoint/medical)
-"bcV" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/checkpoint/medical)
-"bcW" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5;
- tag = "every single paper bin is edited to this"
- },
-/turf/open/floor/plating,
-/area/medical/morgue)
-"bcX" = (
-/obj/structure/filingcabinet,
-/obj/structure/cable/cyan{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bcY" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bcZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bda" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Morgue Maintenance";
- req_access_txt = "6"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/morgue)
-"bdb" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/port)
-"bdc" = (
-/obj/machinery/door/airlock{
- id_tag = "AuxToilet2";
- name = "Unit 2"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"bdd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"bde" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"bdf" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bdg" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bdh" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bdi" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bdj" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bdk" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bdl" = (
-/obj/structure/closet/wardrobe/grey,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bdm" = (
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (NORTH)";
- name = "Mainframe Floor";
- dir = 1;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bdn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 140;
- on = 1;
- pressure_checks = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bdo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bdp" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"bdq" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 80;
- dir = 8;
- icon_state = "freezer";
- on = 1;
- tag = "icon-freezer (EAST)"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 9;
- tag = ""
- },
-/area/tcommsat/computer)
-"bdr" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"bds" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/tcommsat/computer)
-"bdt" = (
-/obj/machinery/vending/cola,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/engine/break_room)
-"bdu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/break_room)
-"bdv" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/bot,
-/area/engine/break_room)
-"bdw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bdx" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bdy" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Foyer Maintenance";
- req_access_txt = "0";
- req_one_access_txt = "32;19"
- },
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bdz" = (
-/obj/machinery/field/generator{
- anchored = 0;
- state = 2
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bdA" = (
-/obj/machinery/the_singularitygen{
- anchored = 0
- },
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Engineering Secure Storage";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bdB" = (
-/obj/machinery/power/emitter,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bdC" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"bdD" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"bdE" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bdF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bdG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bdH" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bdI" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bdJ" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bdK" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (NORTH)";
- dir = 1
- },
-/area/storage/art)
-"bdL" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bdM" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (EAST)";
- dir = 4
- },
-/area/storage/art)
-"bdN" = (
-/obj/item/weapon/storage/fancy/cigarettes/cigpack_shadyjims,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bdO" = (
-/obj/structure/table/wood,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bdP" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bdQ" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/item/weapon/folder/red,
-/obj/item/weapon/pen,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bdR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bdS" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bdT" = (
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bdU" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bdV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bdW" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bdX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bdY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/transfer)
-"bdZ" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bea" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"beb" = (
-/obj/effect/spawner/structure/window,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bec" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bed" = (
-/obj/structure/grille/broken,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bee" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bef" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"beg" = (
-/obj/structure/closet/secure_closet/chemical,
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/obj/machinery/camera{
- c_tag = "Medbay Chemistry";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"beh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bei" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bej" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
- dir = 4
- },
-/area/medical/chemistry)
-"bek" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/window/eastright{
- base_state = "left";
- dir = 8;
- icon_state = "left";
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/turf/open/floor/plasteel/whiteyellow,
-/area/medical/chemistry)
-"bel" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"bem" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ben" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"beo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"bep" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"beq" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/checkpoint/medical)
-"ber" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/effect/landmark/start/depsec/medical,
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/checkpoint/medical)
-"bes" = (
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- name = "Medical Post RC";
- pixel_x = 30;
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/checkpoint/medical)
-"bet" = (
-/obj/effect/gibspawner/human,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/medical/morgue)
-"beu" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/folder/white,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bev" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bew" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bex" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bey" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bez" = (
-/obj/structure/closet/wardrobe/mixed,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"beA" = (
-/obj/machinery/telecomms/processor/preset_two,
-/turf/open/floor/plasteel/yellow/side{
- dir = 9;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-yellow (NORTHWEST)"
- },
-/area/tcommsat/server)
-"beB" = (
-/obj/machinery/telecomms/bus/preset_two,
-/turf/open/floor/plasteel/neutral/side{
- dir = 5;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-neutral (NORTHEAST)"
- },
-/area/tcommsat/server)
-"beC" = (
-/obj/machinery/telecomms/broadcaster/preset_left,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"beD" = (
-/obj/machinery/telecomms/server/presets/medical,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 9;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-whiteblue (NORTHWEST)"
- },
-/area/tcommsat/server)
-"beE" = (
-/obj/machinery/telecomms/server/presets/science,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 5;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-whitehall (WEST)"
- },
-/area/tcommsat/server)
-"beF" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 80;
- dir = 8;
- icon_state = "freezer";
- on = 1;
- tag = "icon-freezer (EAST)"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
- },
-/area/tcommsat/computer)
-"beG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"beH" = (
-/obj/structure/chair/office/dark,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"beI" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/engine/break_room)
-"beJ" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/break_room)
-"beK" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beL" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"beN" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"beO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/aft)
-"beP" = (
-/obj/item/weapon/storage/toolbox/emergency,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"beQ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"beR" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/entry)
-"beS" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"beT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/entry)
-"beU" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"beV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"beW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"beX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/grille/broken,
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"beY" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"beZ" = (
-/obj/structure/table,
-/obj/item/device/analyzer,
-/obj/item/device/healthanalyzer,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfb" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/pandemic{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/circuitboard/computer/rdconsole,
-/obj/item/weapon/circuitboard/machine/rdserver{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/weapon/circuitboard/machine/destructive_analyzer,
-/obj/item/weapon/circuitboard/machine/protolathe,
-/obj/item/weapon/circuitboard/computer/aifixer,
-/obj/item/weapon/circuitboard/computer/teleporter,
-/obj/item/weapon/circuitboard/machine/circuit_imprinter,
-/obj/item/weapon/circuitboard/machine/mechfab,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfc" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/powermonitor{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/weapon/circuitboard/computer/stationalert{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/item/weapon/circuitboard/computer/atmos_alert{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfd" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/telecomms/processor,
-/obj/item/weapon/circuitboard/machine/telecomms/receiver,
-/obj/item/weapon/circuitboard/machine/telecomms/server,
-/obj/item/weapon/circuitboard/machine/telecomms/bus,
-/obj/item/weapon/circuitboard/machine/telecomms/broadcaster,
-/obj/item/weapon/circuitboard/computer/message_monitor{
- pixel_y = -5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfe" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bff" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/subspace/analyzer,
-/obj/item/weapon/stock_parts/subspace/analyzer,
-/obj/item/weapon/stock_parts/subspace/analyzer,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfi" = (
-/obj/structure/table,
-/obj/item/weapon/screwdriver{
- pixel_y = 16
- },
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bfj" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bfk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bfl" = (
-/obj/structure/table,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/item/weapon/storage/crayons,
-/obj/item/weapon/storage/crayons,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bfm" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/atmos_control)
-"bfn" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bfo" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bfp" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bfq" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bfr" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bfs" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bft" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bfu" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bfv" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bfw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bfx" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 2
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"bfy" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bfz" = (
-/obj/item/weapon/rack_parts,
-/obj/item/weapon/vending_refill/coffee,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bfA" = (
-/obj/structure/grille,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bfB" = (
-/obj/structure/grille/broken,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bfC" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"bfD" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint)
-"bfE" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint)
-"bfF" = (
-/obj/structure/table/glass,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/obj/item/weapon/screwdriver{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bfG" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bfH" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/syringes,
-/obj/item/clothing/glasses/science{
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/clothing/glasses/science,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bfI" = (
-/obj/machinery/chem_heater,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bfJ" = (
-/obj/machinery/chem_dispenser,
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (NORTHWEST)";
- dir = 9
- },
-/area/medical/chemistry)
-"bfK" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (NORTHEAST)";
- dir = 5
- },
-/area/medical/chemistry)
-"bfL" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/whiteblue/corner,
-/area/medical/medbay)
-"bfM" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"bfN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"bfO" = (
-/obj/structure/cable/cyan{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"bfP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"bfQ" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay)
-"bfR" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
- dir = 8
- },
-/area/medical/medbay)
-"bfS" = (
-/obj/structure/table,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/checkpoint/medical)
-"bfT" = (
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Doors Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = -26;
- req_access_txt = "5"
- },
-/obj/structure/table,
-/obj/item/device/radio/off,
-/obj/machinery/camera{
- c_tag = "Medbay Security Post";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/checkpoint/medical)
-"bfU" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/filingcabinet,
-/obj/structure/cable,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/checkpoint/medical)
-"bfV" = (
-/turf/open/floor/plating,
-/area/medical/morgue)
-"bfW" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/darkblue/corner,
-/area/medical/morgue)
-"bfX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/medical/morgue)
-"bfY" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/medical/morgue)
-"bfZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bga" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/camera{
- c_tag = "Medbay Morgue";
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bgb" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bgc" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/locker/locker_toilet)
-"bgd" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/neutral/corner,
-/area/crew_quarters/locker)
-"bge" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bgf" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/locker)
-"bgg" = (
-/obj/structure/closet/wardrobe/green,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bgh" = (
-/obj/machinery/telecomms/server/presets/engineering,
-/turf/open/floor/plasteel/yellow/side{
- dir = 10;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-yellow (SOUTHWEST)"
- },
-/area/tcommsat/server)
-"bgi" = (
-/obj/machinery/telecomms/server/presets/common,
-/turf/open/floor/plasteel/neutral/side{
- dir = 6;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-neutral (SOUTHEAST)"
- },
-/area/tcommsat/server)
-"bgj" = (
-/obj/machinery/light,
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/server)
-"bgk" = (
-/obj/machinery/telecomms/bus/preset_one,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 10;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-whiteblue (SOUTHWEST)"
- },
-/area/tcommsat/server)
-"bgl" = (
-/obj/machinery/telecomms/processor/preset_one,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 6;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "icon-whitepurple (SOUTHEAST)"
- },
-/area/tcommsat/server)
-"bgm" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"bgn" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 80;
- dir = 8;
- icon_state = "freezer";
- on = 1;
- tag = "icon-freezer (EAST)"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 10;
- tag = ""
- },
-/area/tcommsat/computer)
-"bgo" = (
-/obj/machinery/computer/telecomms/monitor{
- network = "tcommsat"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/yellow/corner,
-/area/tcommsat/computer)
-"bgp" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/engine/break_room)
-"bgq" = (
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/break_room)
-"bgr" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 2
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/break_room)
-"bgs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/engine/break_room)
-"bgt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bgu" = (
-/obj/item/trash/sosjerky,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"bgv" = (
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"bgw" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"bgx" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"bgy" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"bgz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/atmos_control)
-"bgA" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bgB" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bgC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bgD" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/atmos_control)
-"bgE" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bgF" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/item/device/multitool,
-/obj/item/clothing/glasses/meson,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgG" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgH" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgI" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Technical Storage";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgJ" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/subspace/ansible,
-/obj/item/weapon/stock_parts/subspace/ansible,
-/obj/item/weapon/stock_parts/subspace/ansible,
-/obj/item/weapon/stock_parts/subspace/crystal,
-/obj/item/weapon/stock_parts/subspace/crystal,
-/obj/item/weapon/stock_parts/subspace/crystal,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgK" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/subspace/amplifier,
-/obj/item/weapon/stock_parts/subspace/amplifier,
-/obj/item/weapon/stock_parts/subspace/amplifier,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgL" = (
-/obj/machinery/requests_console{
- department = "Tech Storage";
- name = "Technical Storage RC";
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgM" = (
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 5
- },
-/obj/item/device/multitool,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgN" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/item/stack/cable_coil/green,
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bgO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Art Supply Storage";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (WEST)";
- dir = 8
- },
-/area/storage/art)
-"bgP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bgQ" = (
-/obj/structure/table,
-/obj/item/device/camera_film,
-/obj/item/device/camera_film,
-/obj/item/device/camera,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/black/corner,
-/area/storage/art)
-"bgR" = (
-/obj/item/weapon/rack_parts,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bgS" = (
-/obj/structure/closet/wardrobe/pink,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bgT" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/briefcase,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bgU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bgV" = (
-/obj/machinery/photocopier,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bgW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bgX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bgY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bgZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/crew_quarters/courtroom)
-"bha" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/crew_quarters/courtroom)
-"bhb" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/crew_quarters/courtroom)
-"bhc" = (
-/obj/machinery/camera{
- c_tag = "Courtroom South";
- dir = 1;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/courtroom)
-"bhd" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"bhe" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"bhf" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"bhg" = (
-/turf/closed/wall,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bhh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bhi" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bhj" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall,
-/area/medical/chemistry)
-"bhk" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"bhl" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue,
-/area/medical/medbay)
-"bhm" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/cyan{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/blue,
-/area/medical/medbay)
-"bhn" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/cyan{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/blue,
-/area/medical/medbay)
-"bho" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall,
-/area/security/checkpoint/medical)
-"bhp" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Morgue";
- req_access_txt = "6"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue,
-/area/medical/morgue)
-"bhq" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"bhr" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms";
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet)
-"bhs" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/locker)
-"bht" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/locker)
-"bhu" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/locker)
-"bhv" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Telecommunications";
- req_access_txt = "61"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"bhw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"bhx" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bhy" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bhz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering";
- req_access_txt = "32"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow,
-/area/engine/break_room)
-"bhA" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bhB" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"bhC" = (
-/turf/closed/wall,
-/area/hallway/primary/central)
-"bhD" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bhE" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bhF" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"bhG" = (
-/turf/closed/wall,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bhH" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bhI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bhJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Tech Storage";
- req_access_txt = "23"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"bhK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/storage/tech)
-"bhL" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/art)
-"bhM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Art Storage"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bhN" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/storage/art)
-"bhO" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"bhP" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/door/poddoor/preopen{
- id = "lawyer_blast";
- name = "privacy door"
- },
-/turf/open/floor/plating,
-/area/lawoffice)
-"bhQ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Law Office";
- req_access_txt = "38"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bhR" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/poddoor/preopen{
- id = "lawyer_blast";
- name = "privacy door"
- },
-/turf/open/floor/plating,
-/area/lawoffice)
-"bhS" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/crew_quarters/courtroom)
-"bhT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Courtroom"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/crew_quarters/courtroom)
-"bhU" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/crew_quarters/courtroom)
-"bhV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall,
-/area/security/transfer)
-"bhW" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bhX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bhY" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"bhZ" = (
-/obj/structure/rack,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"bia" = (
-/obj/structure/closet/emcloset,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bib" = (
-/obj/item/wallframe/light_fixture/small,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint)
-"bic" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bid" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/sign/map/left/dream{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bie" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bif" = (
-/obj/structure/sign/directions{
- dir = 4;
- icon_state = "direction_supply";
- name = "cargo bay";
- pixel_y = 24;
- tag = "icon-direction_supply"
- },
-/obj/structure/sign/directions{
- dir = 4;
- icon_state = "direction_bridge";
- name = "bridge";
- pixel_y = 32;
- tag = "icon-direction_bridge"
- },
-/obj/structure/sign/directions/security{
- dir = 4;
- icon_state = "direction_sec";
- pixel_x = 0;
- pixel_y = 40;
- tag = "icon-direction_sec (EAST)"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Primary Hallway West 3";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"big" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bih" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bii" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bij" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bik" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bil" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bim" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bin" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bio" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bip" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bir" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bis" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Primary Hallway West 1";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bit" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biu" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bix" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biy" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Port Hallway";
- dir = 6;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biA" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biE" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biF" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biJ" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biK" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Port Hallway East 2";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"biQ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"biR" = (
-/obj/structure/sign/directions/engineering{
- dir = 8;
- icon_state = "direction_eng";
- pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_eng (WEST)"
- },
-/obj/structure/sign/directions/medical{
- dir = 8;
- icon_state = "direction_med";
- pixel_x = -32;
- pixel_y = 32;
- tag = "icon-direction_med (WEST)"
- },
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = 40;
- tag = "icon-direction_evac (NORTH)"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"biS" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"biT" = (
-/obj/structure/sign/directions/security{
- dir = 4;
- icon_state = "direction_sec";
- pixel_x = 32;
- pixel_y = 32;
- tag = "icon-direction_sec (EAST)"
- },
-/obj/structure/sign/directions/science{
- pixel_x = 32;
- pixel_y = 24
- },
-/obj/structure/sign/directions{
- dir = 2;
- icon_state = "direction_bridge";
- name = "bridge";
- pixel_x = 32;
- pixel_y = 40;
- tag = "icon-direction_bridge"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"biU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"biV" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"biW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"biX" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"biY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"biZ" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bja" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjd" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bje" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Starboard Hallway West 1";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjg" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bji" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjl" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjm" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 0;
- dir = 1;
- name = "Fore Starboard Hallway APC";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1";
- tag = "icon-pipe-j1 (EAST)"
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjr" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjs" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bju" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bjB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating,
-/area/security/transfer)
-"bjC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/transfer)
-"bjD" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"bjE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall/r_wall/rust,
-/area/security/transfer)
-"bjF" = (
-/turf/closed/wall/r_wall,
-/area/security/transfer)
-"bjG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjH" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=AIW";
- location = "QM"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjI" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjJ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjM" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjN" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjP" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjQ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjR" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjS" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjT" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjU" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjV" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1";
- tag = "icon-pipe-j1 (EAST)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjW" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjX" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjY" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bjZ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1";
- tag = "icon-pipe-j1 (EAST)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bka" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 18
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkb" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkc" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkd" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bke" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bkf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=QM";
- location = "CHW"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bkg" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=Security";
- location = "EVA2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bkh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=Lockers";
- location = "EVA"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bki" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkj" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkk" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkl" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkm" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkn" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bko" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkq" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkr" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bks" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkt" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=EVA";
- location = "Security"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bku" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkv" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bkw" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bkx" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/transfer)
-"bky" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/transfer)
-"bkz" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bkA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall/r_wall,
-/area/security/transfer)
-"bkB" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/transfer)
-"bkC" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/transfer)
-"bkD" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
- },
-/obj/structure/closet/secure_closet/injection,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/transfer)
-"bkE" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bkF" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint)
-"bkG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkI" = (
-/obj/structure/sign/directions/medical{
- dir = 4;
- icon_state = "direction_med";
- pixel_x = 32;
- pixel_y = -24;
- tag = "icon-direction_med (EAST)"
- },
-/obj/structure/sign/directions/engineering{
- dir = 4;
- icon_state = "direction_eng";
- pixel_x = 32;
- pixel_y = -32;
- tag = "icon-direction_eng (EAST)"
- },
-/obj/structure/sign/directions/science{
- pixel_x = 32;
- pixel_y = -40
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkK" = (
-/obj/machinery/light/small,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkN" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkP" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Port Hallway West 2";
- dir = 1;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkQ" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkR" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkS" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkY" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bkZ" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bla" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/green/corner,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/green/side,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/green/side,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bld" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/green/corner{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"ble" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 0;
- dir = 2;
- name = "Fore Port Hallway APC";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bli" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/newscaster{
- hitstaken = 0;
- pixel_x = 0;
- pixel_y = -32;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bll" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Port Hallway East 1";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bln" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blo" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blq" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/corner,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blr" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bls" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Port Hallway East 3";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blu" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"blv" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"blw" = (
-/obj/structure/sign/directions{
- dir = 2;
- icon_state = "direction_supply";
- name = "cargo bay";
- pixel_x = -32;
- pixel_y = -32;
- tag = "icon-direction_supply"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"blx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bly" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"blz" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"blA" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/corner,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blG" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Starboard Hallway West 2";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blH" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blI" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blL" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -26;
- pixel_y = -28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blN" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_x = 32;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blP" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blR" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Fore Starboard Hallway";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blW" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Fore Starboard Hallway East 1";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"blZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bma" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bmb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bmc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bmd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/secondary/entry)
-"bme" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/security/transfer)
-"bmf" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/transfer)
-"bmg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"bmh" = (
-/obj/machinery/space_heater,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bmi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/security/transfer)
-"bmj" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/transfer)
-"bmk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/transfer)
-"bml" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- layer = 2.4
- },
-/obj/machinery/door/window/southleft{
- base_state = "right";
- dir = 2;
- icon_state = "right";
- name = "Additional Transfer Methods";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/transfer)
-"bmm" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/escape)
-"bmn" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"bmo" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/escape)
-"bmp" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bmq" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/glass{
- name = "Escape Waiting Area"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bmr" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/glass{
- name = "Escape Waiting Area"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bms" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/glass{
- name = "Escape Waiting Area"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bmt" = (
-/turf/closed/wall,
-/area/library)
-"bmu" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/library)
-"bmv" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bmw" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bmx" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bmy" = (
-/turf/closed/wall,
-/area/storage/eva)
-"bmz" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/eva)
-"bmA" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "EVA Storage";
- req_access_txt = "18"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/storage/eva)
-"bmB" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/storage/eva)
-"bmC" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bmD" = (
-/turf/closed/wall,
-/area/hydroponics)
-"bmE" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hydroponics)
-"bmF" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Hydroponics";
- req_access_txt = "35"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/green/side{
- dir = 8
- },
-/area/hydroponics)
-"bmG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Hydroponics";
- req_access_txt = "35"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- dir = 4
- },
-/area/hydroponics)
-"bmH" = (
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"bmI" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/crew_quarters/bar)
-"bmJ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Bar"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bmK" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Bar"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bmL" = (
-/obj/structure/sign/barsign,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"bmM" = (
-/turf/closed/wall,
-/area/crew_quarters/theatre)
-"bmN" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bmO" = (
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bmP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bmQ" = (
-/turf/open/floor/plasteel/yellow,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warningline,
-/area/engine/gravity_generator)
-"bmR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bmS" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bmT" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bmU" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"bmV" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bmW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Central Hallway North";
- dir = 4;
- network = list("SS13")
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bmX" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bmY" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bmZ" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads)
-"bna" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Head of Personnel";
- req_access = null;
- req_access_txt = "57"
- },
-/turf/open/floor/plasteel/darkblue,
-/area/crew_quarters/heads)
-"bnb" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bnc" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/blue/corner,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bnd" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bne" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/blue/corner{
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bnf" = (
-/turf/closed/wall,
-/area/security/detectives_office)
-"bng" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/detectives_office)
-"bnh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Detective";
- req_access_txt = "4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bni" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/detectives_office)
-"bnj" = (
-/turf/closed/wall/r_wall,
-/area/security/detectives_office)
-"bnk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "Secure Gate";
- name = "brig shutters"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"bnl" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"bnm" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "briggate";
- name = "security shutters"
- },
-/obj/machinery/door/window/southleft{
- name = "Brig Desk";
- req_access_txt = "1"
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bnn" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "briggate";
- name = "security shutters"
- },
-/obj/machinery/door/window/southleft{
- base_state = "right";
- icon_state = "right";
- name = "Brig Desk";
- req_access_txt = "1"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bno" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "briggate";
- name = "security blast door"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"bnp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- id_tag = "outerbrig";
- name = "Brig";
- req_access_txt = "63"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/brig)
-"bnq" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- id_tag = "outerbrig";
- name = "Brig";
- req_access_txt = "63"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/brig)
-"bnr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/transfer)
-"bns" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel{
- pixel_y = 12
- },
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/hemostat,
-/obj/item/weapon/retractor,
-/obj/item/weapon/surgical_drapes,
-/obj/item/weapon/razor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/machinery/button/ignition{
- id = "executionburn";
- pixel_x = -25;
- pixel_y = 5
- },
-/obj/machinery/button/flasher{
- id = "executionflash";
- pixel_x = -25;
- pixel_y = -5
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/transfer)
-"bnt" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 1
- },
-/obj/item/device/taperecorder{
- pixel_x = -3;
- pixel_y = 0
- },
-/obj/item/device/assembly/flash/handheld,
-/obj/item/weapon/reagent_containers/spray/pepper,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bnu" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/transfer)
-"bnv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "executionfireblast";
- layer = 2.9;
- name = "blast door"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/transfer)
-"bnw" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/transfer)
-"bnx" = (
-/obj/machinery/flasher{
- id = "executionflash";
- pixel_x = 0;
- pixel_y = 25
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bny" = (
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/transfer)
-"bnz" = (
-/obj/machinery/door/poddoor{
- id = "executionspaceblast";
- name = "blast door"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/security/transfer)
-"bnA" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/escape)
-"bnB" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"bnC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"bnD" = (
-/turf/closed/wall,
-/area/hallway/secondary/exit)
-"bnE" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"bnF" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bnG" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bnH" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bnI" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pen,
-/turf/open/floor/wood,
-/area/library)
-"bnJ" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"bnK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bnL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bnM" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"bnN" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/wood,
-/area/library)
-"bnO" = (
-/obj/structure/table/wood,
-/obj/item/weapon/dice/d00,
-/obj/item/weapon/dice/d10,
-/turf/open/floor/wood,
-/area/library)
-"bnP" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/stack/packageWrap,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"bnQ" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/wood,
-/area/library)
-"bnR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/wood,
-/area/library)
-"bnS" = (
-/turf/open/floor/wood,
-/area/library)
-"bnT" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/wood,
-/area/library)
-"bnU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bnV" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bnW" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint)
-"bnX" = (
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bnY" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bnZ" = (
-/obj/structure/table,
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/storage/eva)
-"boa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (EAST)";
- dir = 4
- },
-/area/storage/eva)
-"bob" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/storage/eva)
-"boc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (NORTH)";
- dir = 1
- },
-/area/storage/eva)
-"bod" = (
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/storage/eva)
-"boe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint)
-"bof" = (
-/obj/structure/closet/crate/hydroponics,
-/obj/item/weapon/shovel/spade,
-/obj/item/weapon/wrench,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bog" = (
-/obj/machinery/plantgenes,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"boh" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"boi" = (
-/obj/structure/sink{
- pixel_y = 24
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/green,
-/area/hydroponics)
-"boj" = (
-/obj/machinery/hydroponics/constructable,
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bok" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/green/side{
- dir = 8
- },
-/area/hydroponics)
-"bol" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- dir = 4
- },
-/area/hydroponics)
-"bom" = (
-/obj/structure/sink{
- pixel_y = 24
- },
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/green,
-/area/hydroponics)
-"bon" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"boo" = (
-/obj/structure/rack{
- icon = 'icons/obj/stationobjs.dmi';
- icon_state = "minibar_left";
- name = "skeletal minibar"
- },
-/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bop" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"boq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bor" = (
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bos" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bot" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bou" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bov" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/piano,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bow" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/structure/chair/stool,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"box" = (
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boy" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boz" = (
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/obj/machinery/camera{
- c_tag = "Theatre Stage";
- dir = 2;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boB" = (
-/obj/machinery/vending/autodrobe,
-/obj/machinery/requests_console{
- department = "Theatre";
- departmentType = 0;
- name = "Theatre RC";
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boC" = (
-/obj/structure/table/wood,
-/obj/item/weapon/lipstick/random{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/lipstick/random{
- pixel_x = -2;
- pixel_y = -2
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boD" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/item/weapon/storage/crayons,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boE" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"boF" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"boG" = (
-/obj/structure/cable/yellow{
- tag = "icon-0-6";
- icon_state = "0-6";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"boH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Gravity Generator";
- req_access_txt = "11"
- },
-/turf/open/floor/plasteel/yellow,
-/area/engine/gravity_generator)
-"boI" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"boJ" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"boK" = (
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"boL" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"boM" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"boN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"boO" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"boP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"boQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"boR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"boS" = (
-/obj/machinery/button/door{
- id = "hopqueue";
- name = "Queue Shutters Control";
- pixel_x = -4;
- pixel_y = 25;
- req_access_txt = "28"
- },
-/obj/machinery/button/door{
- id = "hop";
- name = "Privacy Shutters Control";
- pixel_x = 6;
- pixel_y = 25;
- req_access_txt = "28"
- },
-/obj/machinery/button/flasher{
- id = "hopflash";
- pixel_x = 6;
- pixel_y = 36
- },
-/obj/machinery/pdapainter,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"boT" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Head of Personnel's Desk";
- departmentType = 5;
- name = "Head of Personnel RC";
- pixel_y = 30
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/crew_quarters/heads)
-"boU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/crew_quarters/heads)
-"boV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/crew_quarters/heads)
-"boW" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"boX" = (
-/obj/structure/rack,
-/obj/item/device/assembly/mousetrap,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"boY" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"boZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bpa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bpb" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable/blue{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bpc" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bpd" = (
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bpe" = (
-/obj/structure/closet/wardrobe/black,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bpf" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/fore{
- name = "Fore Starboard Hallway"
- })
-"bpg" = (
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bph" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bpi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bpj" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Detective's Office";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bpk" = (
-/obj/structure/filingcabinet,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bpl" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/folder/red,
-/obj/item/weapon/pen,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bpm" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bpn" = (
-/obj/machinery/flasher{
- id = "Cell 1";
- pixel_x = -28
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpo" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpp" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 1";
- name = "Cell 1 Locker"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpq" = (
-/turf/closed/wall,
-/area/security/brig)
-"bpr" = (
-/obj/machinery/flasher{
- id = "Cell 2";
- pixel_x = -28
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bps" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 2";
- name = "Cell 2 Locker"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpt" = (
-/obj/machinery/button/door{
- id = "briggate";
- name = "Desk Shutters";
- pixel_x = -26;
- pixel_y = 6;
- req_access_txt = "0"
- },
-/obj/machinery/button/flasher{
- id = "brigentry";
- pixel_x = -28;
- pixel_y = -8
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/brig)
-"bpu" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/brig)
-"bpv" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "briggate";
- name = "security shutters"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/window/eastleft{
- name = "Brig Desk";
- req_access_txt = "1"
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bpw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bpx" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera{
- c_tag = "Brig Desk";
- dir = 8;
- network = list("SS13","Brig");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bpy" = (
-/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = -28
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpz" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 3";
- name = "Cell 3 Locker"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpA" = (
-/obj/machinery/flasher{
- id = "Cell 4";
- pixel_x = -28
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpB" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 4";
- name = "Cell 4 Locker"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bpC" = (
-/turf/closed/wall,
-/area/security/transfer)
-"bpD" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpF" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/security/transfer)
-"bpI" = (
-/obj/structure/rack,
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/weapon/tank/internals/anesthetic{
- pixel_x = -3;
- pixel_y = 1
- },
-/obj/item/weapon/tank/internals/oxygen/red{
- pixel_x = 3
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/button/door{
- id = "executionfireblast";
- name = "Transfer Area Lockdown";
- pixel_x = -25;
- pixel_y = -5;
- req_access_txt = "2"
- },
-/obj/machinery/button/door{
- id = "executionspaceblast";
- name = "Vent to Space";
- pixel_x = -25;
- pixel_y = 5;
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpJ" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpK" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpL" = (
-/obj/machinery/door/poddoor/preopen{
- id = "executionfireblast";
- layer = 2.9;
- name = "blast door"
- },
-/obj/machinery/door/window/westright{
- dir = 8;
- name = "Transfer Room";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpM" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpN" = (
-/obj/structure/bed,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/transfer)
-"bpO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bpP" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"bpQ" = (
-/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bpR" = (
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bpS" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bpT" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/escape)
-"bpU" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"bpV" = (
-/obj/structure/closet,
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"bpW" = (
-/turf/open/floor/plasteel/delivery,
-/area/hallway/secondary/exit)
-"bpX" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/delivery,
-/area/hallway/secondary/exit)
-"bpY" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/camera{
- c_tag = "Escape Cargo Storage";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/delivery,
-/area/hallway/secondary/exit)
-"bpZ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bqa" = (
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bqb" = (
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = 32;
- tag = "icon-direction_evac (NORTH)"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bqc" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bqd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/secondary/exit)
-"bqe" = (
-/obj/structure/chair/comfy/black{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/camera{
- c_tag = "Library North";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/wood,
-/area/library)
-"bqf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"bqg" = (
-/turf/open/floor/carpet,
-/area/library)
-"bqh" = (
-/obj/structure/chair/office/dark,
-/turf/open/floor/carpet,
-/area/library)
-"bqi" = (
-/obj/structure/chair/office/dark,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bqj" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/library)
-"bqk" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bql" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bqm" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bqn" = (
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bqo" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/weapon/crowbar,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/storage/eva)
-"bqp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bqq" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bqr" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "EVA Storage";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/storage/eva)
-"bqs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bqt" = (
-/obj/structure/closet/secure_closet/hydroponics,
-/obj/item/clothing/tie/armband/hydro,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bqu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bqv" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/hydroponics)
-"bqw" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHWEST)";
- dir = 9
- },
-/area/hydroponics)
-"bqx" = (
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTH)";
- dir = 1
- },
-/area/hydroponics)
-"bqy" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTH)";
- dir = 1
- },
-/area/hydroponics)
-"bqz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTH)";
- dir = 1
- },
-/area/hydroponics)
-"bqA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTH)";
- dir = 1
- },
-/area/hydroponics)
-"bqB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHEAST)";
- dir = 5
- },
-/area/hydroponics)
-"bqC" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bqD" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hydroponics)
-"bqE" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bqF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bqG" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bqH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bqI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/window{
- dir = 8;
- name = "Theatre Stage";
- req_access_txt = "0"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Theatre Backstage";
- req_access_txt = "46"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Mime"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Clown"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqQ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Theatre Maintenance";
- req_access_txt = "46"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bqR" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqS" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"bqT" = (
-/obj/structure/cable/yellow{
- tag = "icon-6-9";
- icon_state = "6-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/caution/corner{
- dir = 4
- },
-/area/engine/gravity_generator)
-"bqU" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/gravity_generator)
-"bqV" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/engine/gravity_generator)
-"bqW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"bqX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint2)
-"bra" = (
-/obj/item/weapon/stock_parts/cell/crap/empty,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"brb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"brc" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"brd" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bre" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hopqueue";
- name = "HoP Queue Shutters"
- },
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (WEST)";
- dir = 8
- },
-/area/hallway/primary/central)
-"brf" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/central)
-"brg" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/brigdoor{
- base_state = "rightsecure";
- dir = 4;
- icon_state = "rightsecure";
- name = "Head of Personnel's Desk";
- req_access = null;
- req_access_txt = "57"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- layer = 2.9;
- name = "Privacy Shutters"
- },
-/obj/machinery/flasher{
- id = "hopflash";
- pixel_x = 0;
- pixel_y = 28
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"brh" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Head of Personnel"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bri" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"brj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"brk" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"brl" = (
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/crew_quarters/heads)
-"brm" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"brn" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bro" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"brp" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"brq" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"brr" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"brs" = (
-/obj/structure/cable/blue{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"brt" = (
-/turf/closed/wall,
-/area/maintenance/maintcentral)
-"bru" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/security/wooden_tv{
- density = 0;
- pixel_x = 3;
- pixel_y = 2
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"brv" = (
-/obj/structure/table/wood,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"brw" = (
-/obj/structure/table/wood,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/item/weapon/storage/fancy/cigarettes,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"brx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bry" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"brz" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"brA" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"brB" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- dir = 2;
- name = "Prison Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- prison_radio = 1
- },
-/turf/open/floor/plasteel/red/corner,
-/area/security/brig)
-"brC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/red/side,
-/area/security/brig)
-"brD" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/camera{
- c_tag = "Cell 1";
- dir = 8;
- network = list("SS13","Brig");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/security/brig)
-"brE" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/camera{
- c_tag = "Cell 2";
- dir = 8;
- network = list("SS13","Brig");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/security/brig)
-"brF" = (
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "innerbrig";
- name = "Brig Interior Doors Control";
- normaldoorcontrol = 1;
- pixel_x = -26;
- pixel_y = 5;
- req_access_txt = "63"
- },
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "outerbrig";
- name = "Brig Exterior Doors Control";
- normaldoorcontrol = 1;
- pixel_x = -26;
- pixel_y = -5;
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/brig)
-"brG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/brig)
-"brH" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "briggate";
- name = "security shutters"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/window/eastright{
- name = "Brig Desk";
- req_access_txt = "2"
- },
-/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"brI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/brig)
-"brJ" = (
-/obj/machinery/flasher{
- id = "brigentry";
- pixel_x = 22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/brig)
-"brK" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- dir = 2;
- name = "Prison Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- prison_radio = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/red/corner,
-/area/security/brig)
-"brL" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Cell 3";
- dir = 8;
- network = list("SS13","Brig");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/security/brig)
-"brM" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Cell 4";
- dir = 8;
- network = list("SS13","Brig");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/security/brig)
-"brN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/extinguisher_cabinet{
- desc = "A small wall mounted cabinet designed to hold a fire extinguisher. Excellent for extinguishing prisoners and or life.";
- pixel_x = -27;
- pixel_y = 0;
- tag = "wsecjoke"
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"brO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/transfer)
-"brP" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"brQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 8
- },
-/area/security/transfer)
-"brR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- aiControlDisabled = 0;
- icon_state = "closed";
- id_tag = null;
- locked = 0;
- name = "Prisoner Transfer Centre";
- req_access = null;
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"brS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/transfer)
-"brT" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"brU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/transfer)
-"brV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "executionfireblast";
- layer = 2.9;
- name = "blast door"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/security/transfer)
-"brW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/transfer)
-"brX" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "executionburn";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"brY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/transfer)
-"brZ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/crowbar,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bsa" = (
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"bsb" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bsc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bse" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsg" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"bsh" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/mining{
- name = "Escape Storage";
- req_one_access_txt = "50"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsi" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bsj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsk" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsl" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/junction,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bsn" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"bso" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"bsp" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bsq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bsr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bss" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library Game Room"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"bst" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"bsu" = (
-/obj/structure/table/wood,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/pen,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"bsv" = (
-/obj/structure/table/wood,
-/obj/item/weapon/dice/d4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/carpet,
-/area/library)
-"bsw" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/library)
-"bsx" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/wood,
-/area/library)
-"bsy" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Library Maintenance";
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bsz" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bsA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bsB" = (
-/turf/closed/wall/rust,
-/area/maintenance/fpmaint)
-"bsC" = (
-/turf/closed/wall,
-/area/maintenance/fpmaint)
-"bsD" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/extinguisher,
-/obj/item/weapon/extinguisher,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/storage/eva)
-"bsE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bsF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bsG" = (
-/obj/structure/tank_dispenser/oxygen,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/storage/eva)
-"bsH" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- dir = 4;
- freq = 1400;
- location = "Hydroponics"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/hydroponics)
-"bsI" = (
-/turf/open/floor/plasteel/delivery,
-/area/hydroponics)
-"bsJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bsK" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Hydroponics";
- req_access_txt = "35"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bsL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bsM" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (WEST)";
- dir = 8
- },
-/area/hydroponics)
-"bsN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bsO" = (
-/obj/effect/landmark/start{
- name = "Botanist"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bsP" = (
-/obj/machinery/biogenerator,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHWEST)";
- dir = 9
- },
-/area/hydroponics)
-"bsQ" = (
-/obj/machinery/seed_extractor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHEAST)";
- dir = 5
- },
-/area/hydroponics)
-"bsR" = (
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bsS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (EAST)";
- dir = 4
- },
-/area/hydroponics)
-"bsT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bsU" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bsV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bsW" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bsX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bsY" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bsZ" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bta" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/theatre)
-"btb" = (
-/obj/structure/dresser,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"btc" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/reagent_containers/food/snacks/baguette,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"btd" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/camera{
- c_tag = "Theatre Backstage";
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"bte" = (
-/obj/structure/mirror{
- pixel_y = -32
- },
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/snacks/pie/cream,
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"btf" = (
-/obj/structure/dresser,
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"btg" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bth" = (
-/obj/structure/closet/radiation,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bti" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"btj" = (
-/obj/structure/cable/yellow{
- tag = "icon-2-9";
- icon_state = "2-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-8-9";
- icon_state = "8-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"btk" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"btl" = (
-/obj/structure/closet/radiation,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"btm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille/broken,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btn" = (
-/turf/closed/wall,
-/area/maintenance/fsmaint2)
-"bto" = (
-/obj/machinery/photocopier,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btp" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btq" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"btr" = (
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/central)
-"bts" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- layer = 2.9;
- name = "Privacy Shutters"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/heads)
-"btt" = (
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/computer/card,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"btu" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/crew_quarters/heads)
-"btv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"btw" = (
-/obj/structure/bed/dogbed{
- anchored = 0;
- desc = "Ian's bed! Looks comfy.";
- name = "Ian's bed"
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/camera{
- c_tag = "Head of Personnel's Office";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0;
- start_active = 1
- },
-/mob/living/simple_animal/pet/dog/corgi/Ian,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"btx" = (
-/turf/closed/wall/r_wall/rust,
-/area/maintenance/maintcentral)
-"bty" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/maintcentral)
-"btz" = (
-/turf/closed/wall/r_wall,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"btA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"btB" = (
-/obj/structure/plasticflaps/mining{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- dir = 2;
- freq = 1400;
- location = "Bridge"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"btC" = (
-/turf/closed/wall/r_wall,
-/area/bridge)
-"btD" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/turf/open/floor/plating,
-/area/bridge)
-"btE" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/machinery/ai_status_display{
- layer = 3.3
- },
-/turf/open/floor/plating,
-/area/bridge)
-"btF" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/machinery/status_display{
- layer = 3.3
- },
-/turf/open/floor/plating,
-/area/bridge)
-"btG" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/bridge)
-"btH" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/machinery/requests_console{
- department = "Detective's Office";
- name = "Detective's Office RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/effect/landmark/start{
- name = "Detective"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"btI" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"btJ" = (
-/obj/structure/closet/secure_closet/detective,
-/obj/machinery/newscaster{
- hitstaken = 0;
- pixel_x = 0;
- pixel_y = -32;
- tag = "s"
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"btK" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 5;
- pixel_y = -26
- },
-/obj/item/device/camera/detective,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"btL" = (
-/obj/structure/table/wood,
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"btM" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"btN" = (
-/obj/machinery/door/window/brigdoor{
- dir = 1;
- id = "Cell 1";
- name = "Cell 1";
- req_access_txt = "2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"btO" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/security/brig)
-"btP" = (
-/obj/machinery/door/window/brigdoor{
- dir = 1;
- id = "Cell 2";
- name = "Cell 2";
- req_access_txt = "2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"btQ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Brig Desk";
- req_access_txt = "1"
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"btR" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"btS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- id_tag = "innerbrig";
- name = "Brig";
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/brig)
-"btT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- id_tag = "innerbrig";
- name = "Brig";
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/brig)
-"btU" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/security/brig)
-"btV" = (
-/obj/machinery/door/window/brigdoor{
- dir = 1;
- id = "Cell 3";
- name = "Cell 3";
- req_access_txt = "2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"btW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"btX" = (
-/obj/machinery/door/window/brigdoor{
- dir = 1;
- id = "Cell 4";
- name = "Cell 4";
- req_access_txt = "2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"btY" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"btZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bua" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bub" = (
-/turf/closed/wall/r_wall/rust,
-/area/security/transfer)
-"buc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/security/transfer)
-"bud" = (
-/turf/closed/wall/r_wall,
-/area/security/prison)
-"bue" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/shuttle/yellow,
-/area/shuttle/escape)
-"buf" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock"
- },
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"bug" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"buh" = (
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"bui" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/obj/structure/cable/green{
- tag = "icon-1-6";
- icon_state = "1-6"
- },
-/obj/structure/grille/broken,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"buj" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHWEST)";
- dir = 10
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHWEST)";
- dir = 10
- },
-/area/hallway/secondary/exit)
-"buk" = (
-/turf/open/floor/plasteel/brown,
-/area/hallway/secondary/exit)
-"bul" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/brown,
-/area/hallway/secondary/exit)
-"bum" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/hallway/secondary/exit)
-"bun" = (
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/hallway/secondary/exit)
-"buo" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHEAST)";
- dir = 6
- },
-/area/hallway/secondary/exit)
-"bup" = (
-/obj/machinery/newscaster{
- hitstaken = 0;
- pixel_x = -32;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"buq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bur" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bus" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"but" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"buu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"buv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"buw" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bux" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/library)
-"buy" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library Game Room"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"buz" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"buA" = (
-/obj/structure/table/wood,
-/obj/item/weapon/dice/d12,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"buB" = (
-/obj/structure/table/wood,
-/obj/item/weapon/dice,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/carpet,
-/area/library)
-"buC" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"buD" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"buE" = (
-/obj/item/weapon/poster/legit,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"buF" = (
-/obj/structure/frame/machine,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"buG" = (
-/obj/structure/table,
-/obj/item/device/radio/off{
- pixel_x = -4
- },
-/obj/item/device/radio/off{
- pixel_x = -4
- },
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/storage/eva)
-"buH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black/corner,
-/area/storage/eva)
-"buI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (WEST)";
- dir = 8
- },
-/area/storage/eva)
-"buJ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/clothing/head/welding,
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/storage/eva)
-"buK" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"buL" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Hydroponics Maintenance";
- req_access_txt = "35"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hydroponics)
-"buM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"buN" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"buO" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Hydroponics";
- req_access_txt = "35"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"buP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (WEST)";
- dir = 8
- },
-/area/hydroponics)
-"buQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"buR" = (
-/obj/machinery/vending/hydronutrients,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (SOUTHWEST)";
- dir = 10
- },
-/area/hydroponics)
-"buS" = (
-/obj/machinery/vending/hydroseeds,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (SOUTHEAST)";
- dir = 6
- },
-/area/hydroponics)
-"buT" = (
-/obj/effect/landmark/start{
- name = "Botanist"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (EAST)";
- dir = 4
- },
-/area/hydroponics)
-"buU" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"buV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hydroponics)
-"buW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"buX" = (
-/obj/structure/rack{
- icon = 'icons/obj/stationobjs.dmi';
- icon_state = "minibar_right";
- name = "skeletal minibar"
- },
-/obj/item/weapon/reagent_containers/food/drinks/bottle/gin,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"buY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"buZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 3
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bva" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bvb" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bvc" = (
-/obj/structure/table,
-/obj/item/weapon/kitchen/fork,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bvd" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bve" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bvf" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bvg" = (
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bvh" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/yellow,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bvi" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/yellow,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bvj" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Gravity Generator";
- req_access_txt = "11";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bvk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/yellow,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = 32
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bvl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/corner,
-/area/hallway/primary/central)
-"bvm" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bvn" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bvo" = (
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bvp" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bvq" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/glass = 2, /obj/item/stack/sheet/rglass = 1, /obj/item/stack/sheet/metal = 2, /obj/item/stack/sheet/plasteel = 1);
- name = "random sheet material spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bvr" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bvs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/firecloset/full,
-/turf/open/floor/plasteel/black,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bvt" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bvu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bvv" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bvw" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/black,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bvx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/bridge)
-"bvy" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bvz" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bvA" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bvB" = (
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bvC" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bvD" = (
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bvE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Bridge North";
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bvF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bvG" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/bodybag,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/mask/surgical,
-/turf/open/floor/plasteel/black,
-/area/security/detectives_office)
-"bvH" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "glass door";
- pixel_y = 0;
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/black,
-/area/security/detectives_office)
-"bvI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bvK" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bvL" = (
-/obj/machinery/door_timer{
- id = "Cell 1";
- name = "Cell 1";
- pixel_y = 32
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bvO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bvP" = (
-/obj/machinery/door_timer{
- id = "Cell 2";
- name = "Cell 2";
- pixel_y = 32
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction{
- sortType = 7
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- icon_state = "pipe-j1s";
- sortType = 8;
- tag = "icon-pipe-j1s (NORTH)"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvU" = (
-/obj/machinery/door_timer{
- id = "Cell 3";
- name = "Cell 3";
- pixel_y = 32
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bvX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bvY" = (
-/obj/machinery/door_timer{
- id = "Cell 4";
- name = "Cell 4";
- pixel_y = 32
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bvZ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bwa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bwb" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bwc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/transfer)
-"bwd" = (
-/obj/structure/table,
-/obj/item/device/assembly/signaler,
-/obj/item/clothing/head/helmet,
-/obj/item/weapon/wrench,
-/obj/item/weapon/screwdriver,
-/obj/item/device/electropack,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/prison)
-"bwe" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/pen,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- name = "Prison Monitor";
- network = list("Prison");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/prison)
-"bwf" = (
-/turf/closed/wall,
-/area/security/prison)
-"bwg" = (
-/obj/structure/bed,
-/obj/item/device/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- dir = 2;
- name = "Prison Intercom (General)";
- pixel_x = 0;
- pixel_y = 25;
- prison_radio = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Prison Cell 3";
- dir = 4;
- network = list("SS13","Prison")
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwh" = (
-/obj/machinery/button/door{
- id = "permabolt3";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwi" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/vending/sustenance{
- desc = "A Nutri-vend brand vending machine which vends food, as required by section 47-C of the NT's Prisoner Ethical Treatment Agreement.";
- name = "\improper Nutri-vend"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwk" = (
-/obj/machinery/biogenerator,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwl" = (
-/obj/machinery/seed_extractor,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwm" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwn" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bwo" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bwp" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
-/area/shuttle/escape)
-"bwq" = (
-/obj/machinery/door/airlock/glass{
- name = "Emergency Shuttle Infirmary"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bwr" = (
-/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/escape)
-"bws" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/escape)
-"bwt" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Cargo"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bwu" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/escape)
-"bwv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"bww" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"bwx" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Escape Storage";
- req_access_txt = "50"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/brown,
-/area/hallway/secondary/exit)
-"bwy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"bwz" = (
-/obj/machinery/ai_status_display,
-/turf/closed/wall,
-/area/hallway/secondary/exit)
-"bwA" = (
-/turf/open/floor/plasteel/escape/corner{
- tag = "icon-escapecorner (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bwB" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/obj/machinery/camera{
- c_tag = "Escape East 1";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"bwC" = (
-/obj/structure/bookcase/random/religion,
-/turf/open/floor/wood,
-/area/library)
-"bwD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"bwE" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/library)
-"bwF" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bwG" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint)
-"bwH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bwI" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bwJ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bwK" = (
-/obj/structure/frame/machine,
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bwL" = (
-/turf/closed/wall/r_wall,
-/area/storage/eva)
-"bwM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "EVA Storage";
- req_access_txt = "18"
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bwN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bwO" = (
-/obj/machinery/camera{
- c_tag = "Hydroponics West";
- dir = 4;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bwP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bwQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (SOUTHWEST)";
- dir = 10
- },
-/area/hydroponics)
-"bwR" = (
-/turf/open/floor/plasteel/green/side,
-/area/hydroponics)
-"bwS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/green/side,
-/area/hydroponics)
-"bwT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side,
-/area/hydroponics)
-"bwU" = (
-/turf/open/floor/plasteel/green/side{
- tag = "icon-green (SOUTHEAST)";
- dir = 6
- },
-/area/hydroponics)
-"bwV" = (
-/obj/machinery/conveyor{
- dir = 5;
- id = "QMLoad2"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bwW" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe/premium,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bwX" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bwY" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/snacks/popcorn,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bwZ" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bxa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bxb" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating,
-/area/crew_quarters/theatre)
-"bxc" = (
-/obj/item/weapon/vending_refill/autodrobe,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxd" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint2)
-"bxe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkwarning/corner,
-/area/engine/gravity_generator)
-"bxf" = (
-/turf/open/floor/plasteel/darkwarning,
-/area/engine/gravity_generator)
-"bxg" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/turf/open/floor/plasteel/darkwarning,
-/area/engine/gravity_generator)
-"bxh" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/darkwarning,
-/area/engine/gravity_generator)
-"bxi" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (NORTH)";
- dir = 1
- },
-/area/engine/gravity_generator)
-"bxj" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"bxk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/white{
- d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
- },
-/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"bxl" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"bxm" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bxn" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/central)
-"bxo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"bxp" = (
-/obj/machinery/computer/cargo,
-/obj/machinery/keycard_auth{
- pixel_x = -24;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bxq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bxr" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bxs" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bxt" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bxu" = (
-/obj/item/device/firing_pin/clown/ultra{
- desc = "Advanced clowntech that can convert any firearm into a far more useful object, at least, in theory.";
- force_replace = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bxv" = (
-/obj/item/weapon/paper/crumpled{
- info = "The fifth and sixth straddle the core..."
- },
-/obj/structure/cable/blue,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bxw" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Bridge Storage";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/black,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bxx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (WEST)";
- dir = 8
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bxy" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bxz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (EAST)";
- dir = 4
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bxA" = (
-/turf/open/floor/plasteel/black,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bxB" = (
-/obj/machinery/door/airlock/command{
- name = "Bridge Storage";
- req_access = null;
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bxC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bxD" = (
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTHWEST)";
- dir = 9
- },
-/area/bridge)
-"bxE" = (
-/obj/machinery/computer/monitor{
- name = "bridge power monitoring console"
- },
-/obj/structure/cable/blue,
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bxF" = (
-/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTHEAST)";
- dir = 5
- },
-/area/bridge)
-"bxG" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/toolbox/emergency,
-/obj/item/weapon/wrench,
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bxH" = (
-/obj/structure/table/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bxI" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/bridge)
-"bxJ" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bxK" = (
-/obj/machinery/computer/prisoner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/bridge)
-"bxL" = (
-/obj/structure/table/reinforced,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bxM" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/bridge)
-"bxN" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plasteel/black,
-/area/security/detectives_office)
-"bxO" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/detectives_office)
-"bxP" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/item/weapon/paper/crumpled{
- info = "The fourth follows those fit to command..."
- },
-/obj/item/weapon/grenade/chem_grenade/colorful{
- desc = "Perfect for making the brig a bit less intimidating."
- },
-/obj/item/weapon/screwdriver{
- desc = "A screwdriver with an ultra thin tip."
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"bxQ" = (
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The three is slightly darker than the other numbers.";
- tag = "three"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/security/brig)
-"bxR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bxS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/brig)
-"bxT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/brig)
-"bxU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bxV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bxW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bxX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/brig)
-"bxY" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/brig)
-"bxZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bya" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"byb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/brig)
-"byc" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"byd" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bye" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"byf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/prison)
-"byg" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Long-Term Cell 3";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"byh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byj" = (
-/obj/machinery/door/poddoor/preopen{
- id = "permacell3";
- name = "cell blast door"
- },
-/obj/machinery/door/airlock/glass{
- id_tag = "permabolt3";
- name = "Cell 3"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byk" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bym" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/weapon/cultivator,
-/obj/item/seeds/tower/steel,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byn" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/potato,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byo" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/coffee/robusta,
-/obj/item/device/plant_analyzer,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"byq" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"byr" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bys" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"byt" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Containment Southwest";
- dir = 5;
- icon_state = "camera";
- network = list("Singularity");
- tag = "icon-camera (NORTHEAST)"
- },
-/obj/structure/cable/green{
- tag = "icon-2-9";
- icon_state = "2-9"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"byu" = (
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTHWEST)";
- dir = 9
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHWEST)";
- dir = 9
- },
-/area/hallway/secondary/exit)
-"byv" = (
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"byw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"byx" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"byy" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"byz" = (
-/obj/structure/chair,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/escape{
- dir = 5
- },
-/area/hallway/secondary/exit)
-"byA" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"byB" = (
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"byC" = (
-/obj/machinery/vending/cola,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"byD" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"byE" = (
-/obj/machinery/photocopier,
-/turf/open/floor/wood,
-/area/library)
-"byF" = (
-/obj/structure/table/wood,
-/obj/item/weapon/dice/d20,
-/obj/machinery/light/small,
-/turf/open/floor/wood,
-/area/library)
-"byG" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/camera{
- c_tag = "Library Game Room";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/wood,
-/area/library)
-"byH" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/wood,
-/area/library)
-"byI" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"byJ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/turf/open/floor/plasteel/black,
-/area/storage/eva)
-"byK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"byL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"byM" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTHWEST)";
- dir = 9
- },
-/area/storage/eva)
-"byN" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/hydroponics)
-"byO" = (
-/obj/machinery/conveyor{
- dir = 10;
- id = "QMLoad2";
- tag = "cargoshuttleup";
- verted = -1
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"byP" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/light,
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"byQ" = (
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/green,
-/area/hydroponics)
-"byR" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/requests_console{
- department = "Hydroponics";
- departmentType = 2;
- name = "Hydroponics RC";
- pixel_x = 0;
- pixel_y = -30
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"byS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white/corner{
- dir = 2
- },
-/area/hydroponics)
-"byT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white/corner{
- dir = 2
- },
-/area/hydroponics)
-"byU" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/camera{
- c_tag = "Hydroponics";
- dir = 1;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"byV" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"byW" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/green,
-/area/hydroponics)
-"byX" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating{
- broken = 1;
- heat_capacity = 1e+006;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint)
-"byY" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/goldschlager,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"byZ" = (
-/obj/item/wallframe/light_fixture/small,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bza" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bzb" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bzc" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Bar Maintenance";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzd" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bze" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzg" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/engine/gravity_generator)
-"bzi" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (EAST)";
- dir = 4
- },
-/area/engine/gravity_generator)
-"bzj" = (
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bzk" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTH)";
- dir = 1
- },
-/area/engine/gravity_generator)
-"bzl" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Engineering Gravity Generator Room";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0;
- start_active = 1
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/engine/gravity_generator)
-"bzm" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bzn" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/aiModule/supplied/protectStation,
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/turret_protected/ai_upload)
-"bzo" = (
-/obj/machinery/computer/upload/ai,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bzp" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/obj/structure/table,
-/obj/item/weapon/aiModule/core/full/corp,
-/obj/structure/cable/white{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bzq" = (
-/obj/machinery/porta_turret/ai{
- dir = 8
- },
-/obj/structure/cable/white{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bzr" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/space,
-/area/space/nearstation)
-"bzs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"bzt" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/space,
-/area/space/nearstation)
-"bzu" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bzv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/central)
-"bzw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"bzx" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hopqueue";
- name = "HoP Queue Shutters"
- },
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (EAST)";
- dir = 4
- },
-/area/hallway/primary/central)
-"bzy" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads)
-"bzz" = (
-/obj/structure/closet/secure_closet/hop,
-/obj/item/weapon/bedsheet/hop,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bzA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/crew_quarters/heads)
-"bzB" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/area/crew_quarters/heads)
-"bzC" = (
-/obj/structure/table,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/stamp/hop,
-/obj/machinery/newscaster{
- hitstaken = 0;
- pixel_x = 0;
- pixel_y = -32;
- tag = "s"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/crew_quarters/heads)
-"bzD" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bzE" = (
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The four is slightly darker than the other numbers.";
- tag = "four"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/maintcentral)
-"bzF" = (
-/obj/item/weapon/ore/bluespace_crystal,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral)
-"bzG" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bzH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bzI" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bzJ" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bzK" = (
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel/black,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bzL" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Bridge";
- departmentType = 5;
- name = "Bridge RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bzM" = (
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bzN" = (
-/obj/structure/chair{
- dir = 1;
- name = "Engineering Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bzO" = (
-/turf/open/floor/plasteel/darkyellow/corner{
- tag = "icon-darkyellowcorners (EAST)";
- dir = 4
- },
-/area/bridge)
-"bzP" = (
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bzQ" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bzR" = (
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bzS" = (
-/obj/structure/chair{
- dir = 1;
- name = "Security Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bzT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/bridge)
-"bzU" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bzV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bzW" = (
-/turf/closed/wall/r_wall,
-/area/security/main)
-"bzX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/security/main)
-"bzY" = (
-/turf/closed/wall,
-/area/security/main)
-"bzZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/turf/open/floor/plating,
-/area/security/main)
-"bAa" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/main)
-"bAb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63";
- req_one_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred,
-/area/security/main)
-"bAc" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/security/main)
-"bAd" = (
-/turf/closed/wall,
-/area/security/warden)
-"bAe" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/security/warden)
-"bAf" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/brigdoor{
- dir = 2;
- name = "Armory Desk";
- req_access_txt = "3"
- },
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/darkred,
-/area/security/warden)
-"bAg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Security Briefing Room";
- req_access_txt = "0";
- req_one_access_txt = "1;4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred,
-/area/security/brig)
-"bAh" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/brig)
-"bAi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bAj" = (
-/obj/machinery/button/door{
- id = "permacell3";
- name = "Cell 3 Lockdown";
- pixel_x = 25;
- pixel_y = 4;
- req_access_txt = "2"
- },
-/obj/machinery/button/flasher{
- id = "PCell 3";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bAk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/prison)
-"bAl" = (
-/obj/structure/table,
-/obj/machinery/flasher{
- id = "PCell 3";
- pixel_x = -28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/paper,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bAm" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bAn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bAo" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bAp" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bAq" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bAr" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bAs" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bAt" = (
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bAu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bAv" = (
-/turf/open/floor/plasteel/escape{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"bAw" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bAx" = (
-/obj/structure/bookcase/random/fiction,
-/turf/open/floor/wood,
-/area/library)
-"bAy" = (
-/obj/structure/bookcase/random/reference,
-/turf/open/floor/wood,
-/area/library)
-"bAz" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/girder{
- layer = 2.6
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bAA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bAB" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/machinery/requests_console{
- department = "EVA";
- name = "EVA RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/storage/eva)
-"bAC" = (
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bAD" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bot,
-/area/storage/eva)
-"bAE" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/storage/eva)
-"bAF" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bAG" = (
-/turf/closed/wall,
-/area/crew_quarters/kitchen)
-"bAH" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/window/eastleft{
- dir = 1;
- name = "Hydroponics Desk";
- req_access_txt = "35"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bAI" = (
-/obj/machinery/smartfridge,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bAJ" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Bar West";
- dir = 4;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bAK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bAL" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Bar East";
- dir = 8;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/mob/living/carbon/monkey/punpun,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bAM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/engine/gravity_generator)
-"bAN" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/engine/gravity_generator)
-"bAO" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/engine/gravity_generator)
-"bAP" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 3.2
- },
-/obj/item/weapon/aiModule/supplied/quarantine,
-/obj/item/weapon/aiModule/core/full/antimov,
-/obj/item/weapon/aiModule/reset/purge,
-/obj/item/weapon/aiModule/zeroth/oneHuman,
-/obj/item/weapon/aiModule/supplied/oxygen,
-/obj/structure/window/reinforced,
-/obj/machinery/door/window{
- base_state = "left";
- dir = 4;
- icon_state = "left";
- name = "High-Risk Modules";
- req_access_txt = "20"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHEAST)";
- dir = 5
- },
-/area/turret_protected/ai_upload)
-"bAQ" = (
-/obj/structure/sign/kiddieplaque{
- pixel_x = -32;
- pixel_y = 32
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"bAR" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/turret_protected/ai_upload)
-"bAS" = (
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"bAT" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bAU" = (
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"bAV" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/cable/white{
- d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/camera/motion{
- c_tag = "AI Upload Motion Sensor";
- network = list("Sat")
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"bAW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/white{
- d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"bAX" = (
-/turf/closed/wall,
-/area/turret_protected/ai_upload_foyer)
-"bAY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/turret_protected/ai_upload_foyer)
-"bAZ" = (
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Central Hallway";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bBa" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bBb" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/blue/corner,
-/area/hallway/primary/central)
-"bBc" = (
-/turf/closed/wall/r_wall,
-/area/hallway/primary/central)
-"bBd" = (
-/turf/closed/wall,
-/area/crew_quarters/heads)
-"bBe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/crew_quarters/heads)
-"bBf" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Head of Personnel";
- req_access = null;
- req_access_txt = "57"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkblue,
-/area/crew_quarters/heads)
-"bBg" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/maintcentral)
-"bBh" = (
-/turf/closed/wall,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bBi" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Bridge Storage";
- req_access = null;
- req_access_txt = "19"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bBj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/bridge/meeting_room{
- name = "Bridge Storage"
- })
-"bBk" = (
-/obj/structure/fireaxecabinet{
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/bridge)
-"bBl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bBm" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bBn" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/main)
-"bBo" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Interrogation";
- network = list("SS13","Brig")
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bBp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/main)
-"bBq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/obj/machinery/camera{
- c_tag = "Security Break Room";
- dir = 4;
- network = list("SS13","Brig")
- },
-/obj/structure/closet/wardrobe/red,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bBr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/main)
-"bBs" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bBt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bBu" = (
-/obj/structure/closet/wardrobe/red,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bBv" = (
-/obj/machinery/disposal/bin,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bBw" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bBx" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bBy" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the Brig.";
- name = "Brig Monitor";
- network = list("Prison","Brig");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/warden)
-"bBz" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/button/door{
- id = "Secure Gate";
- name = "Cell Shutters";
- pixel_x = 27;
- pixel_y = -2;
- req_access_txt = "0"
- },
-/obj/machinery/button/door{
- id = "Prison Gate";
- name = "Prison Wing Lockdown";
- pixel_x = 27;
- pixel_y = 8;
- req_access_txt = "2"
- },
-/obj/effect/landmark/start{
- name = "Warden"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/warden)
-"bBA" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 8
- },
-/area/security/warden)
-"bBB" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/item/weapon/book/manual/wiki/security_space_law{
- pixel_y = 4
- },
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bBC" = (
-/obj/structure/filingcabinet,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bBD" = (
-/obj/structure/closet/secure_closet/warden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,
-/obj/item/clothing/tie/armband/deputy,
-/obj/item/clothing/tie/armband/deputy,
-/obj/item/clothing/tie/armband/deputy,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8";
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bBE" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bBF" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bBG" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bBH" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/brig)
-"bBI" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/camera{
- c_tag = "Security Briefing Room";
- dir = 8;
- network = list("SS13","Brig");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bBJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- aiControlDisabled = 0;
- icon_state = "closed";
- id_tag = null;
- locked = 0;
- name = "Prisoner Transfer";
- req_access = null;
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/transfer)
-"bBK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/security/transfer)
-"bBL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Prison Wing North";
- dir = 4;
- network = list("SS13","Brig")
- },
-/obj/structure/extinguisher_cabinet{
- desc = "A small wall mounted cabinet designed to hold a fire extinguisher. Excellent for extinguishing prisoners and or life.";
- pixel_x = -27;
- pixel_y = 0;
- tag = "wsecjoke"
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bBM" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bBN" = (
-/turf/closed/wall/rust,
-/area/security/prison)
-"bBO" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bBP" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bBQ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bBR" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/security/prison)
-"bBS" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bBT" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bBU" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bBV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"bBW" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bBX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bBY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bBZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bCa" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/chair/stool,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=AftH";
- location = "AIW"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bCb" = (
-/obj/machinery/computer/arcade,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bCc" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/library)
-"bCd" = (
-/turf/open/floor/plating,
-/area/library)
-"bCe" = (
-/obj/item/weapon/paper/crumpled{
- info = "The first is unbuilt, but obvious..."
- },
-/turf/open/floor/plating,
-/area/library)
-"bCf" = (
-/obj/item/weapon/storage/pill_bottle{
- desc = "Supposed to contain all the luck you'll ever need.... Seems to be missing some dice.";
- icon = 'icons/obj/dice.dmi';
- icon_state = "dicebag";
- max_combined_w_class = 16;
- name = "dice bag";
- storage_slots = 8
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/library)
-"bCg" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/library)
-"bCh" = (
-/turf/closed/wall/rust,
-/area/library)
-"bCi" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bCj" = (
-/obj/structure/table,
-/obj/item/weapon/wirecutters,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bCk" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bCl" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bCm" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bCn" = (
-/obj/machinery/door/airlock/maintenance{
- name = "EVA Maintenance";
- req_access_txt = "18"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bCo" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bCp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bCq" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bCr" = (
-/obj/structure/closet/chefcloset,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bCs" = (
-/obj/machinery/icecream_vat,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bCt" = (
-/obj/item/toy/beach_ball/holoball,
-/turf/open/floor/plating,
-/area/crew_quarters/kitchen)
-"bCu" = (
-/obj/structure/table,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bCv" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bCw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bCx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bCy" = (
-/obj/structure/sink/kitchen{
- desc = "A sink used for washing one's hands and face.";
- name = "kitchen sink";
- pixel_y = 28
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bCz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bCA" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bCB" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bCC" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bCD" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"bCE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bCF" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bCG" = (
-/obj/structure/chair/stool,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bCH" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bCI" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/closet/secure_closet/bar{
- req_access_txt = "25"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bCJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/structure/table/wood,
-/obj/structure/sink/kitchen{
- desc = "A sink used for washing one's hands and face.";
- name = "kitchen sink";
- pixel_y = 28
- },
-/obj/machinery/reagentgrinder,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bCK" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/shaker,
-/obj/item/weapon/gun/projectile/revolver/doublebarrel,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/cable_coil,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bCL" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/engine/gravity_generator)
-"bCM" = (
-/obj/machinery/gravity_generator/main/station,
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bCN" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/engine/gravity_generator)
-"bCO" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/white{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"bCP" = (
-/obj/structure/table,
-/obj/item/weapon/aiModule/reset,
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"bCQ" = (
-/turf/open/floor/plasteel/darkblue/side{
- dir = 10;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHWEST)";
- dir = 10
- },
-/area/turret_protected/ai_upload)
-"bCR" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/turret_protected/ai_upload)
-"bCS" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/turret_protected/ai_upload)
-"bCT" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/turret_protected/ai_upload)
-"bCU" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/obj/structure/cable/white{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/turret_protected/ai_upload)
-"bCV" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/obj/machinery/turretid{
- control_area = "AI Upload Chamber";
- name = "AI Upload turret control";
- pixel_x = -28;
- pixel_y = 0
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/warningline,
-/area/turret_protected/ai_upload_foyer)
-"bCW" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "AI Upload Access";
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/warningline,
-/area/turret_protected/ai_upload_foyer)
-"bCX" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"bCY" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bCZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"bDa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bDb" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge Access";
- req_access_txt = "19"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue,
-/area/bridge)
-"bDc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/bridge)
-"bDd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bDe" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/bridge)
-"bDf" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j1s";
- sortType = 15
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bDg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bDh" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bDi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bDj" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Bridge Hallway East";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/bridge)
-"bDk" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bDl" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bDm" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.7;
- name = "bridge blast door"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/darkblue,
-/area/bridge)
-"bDn" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/bridge)
-"bDo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bDp" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bDq" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bDr" = (
-/obj/structure/table/wood,
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/carpet,
-/area/bridge)
-"bDs" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bDt" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bDu" = (
-/obj/machinery/computer/shuttle/mining,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHEAST)";
- dir = 5
- },
-/area/bridge)
-"bDv" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bDw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "interro blast";
- layer = 2.9;
- name = "interrogation shutter"
- },
-/turf/open/floor/plating,
-/area/security/main)
-"bDx" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/main)
-"bDy" = (
-/obj/machinery/button/door{
- id = "interro blast";
- name = "Interrogation Shutters Control";
- pixel_x = -24;
- pixel_y = 24;
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bDz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bDA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/main)
-"bDB" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/main)
-"bDC" = (
-/obj/structure/sign/goldenplaque{
- pixel_x = -32
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bDD" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bDE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bDF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bDG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/main)
-"bDH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/warden)
-"bDI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/warden)
-"bDJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bDK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bDL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bDM" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bDN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/warden)
-"bDO" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/warden)
-"bDP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bDQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bDR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bDS" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bDT" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/brig)
-"bDU" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bDV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/prison)
-"bDW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bDX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/prison)
-"bDY" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Prison Gate";
- name = "prison blast door"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bDZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/prison)
-"bEa" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- name = "Prison Monitor";
- network = list("Prison");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bEb" = (
-/obj/structure/bed,
-/obj/item/device/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- dir = 2;
- name = "Prison Intercom (General)";
- pixel_x = 0;
- pixel_y = 25;
- prison_radio = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Prison Cell 2";
- dir = 4;
- network = list("SS13","Prison")
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bEc" = (
-/obj/machinery/button/door{
- id = "permabolt2";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bEd" = (
-/obj/structure/table,
-/obj/item/weapon/storage/pill_bottle/dice,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bEe" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bEf" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bEg" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/status_display{
- layer = 3.3
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"bEh" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Escape West";
- dir = 4;
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bEi" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bot,
-/area/hallway/secondary/exit)
-"bEj" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=AIE";
- location = "AftH"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bEk" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bEl" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bEm" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/chair/stool,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bEn" = (
-/obj/machinery/computer/arcade,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bEo" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet,
-/area/library)
-"bEp" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole,
-/turf/open/floor/wood,
-/area/library)
-"bEq" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bEr" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bEs" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint)
-"bEt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bEu" = (
-/obj/structure/closet/crate/rcd,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/storage/eva)
-"bEv" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTHWEST)";
- dir = 9
- },
-/area/storage/eva)
-"bEw" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/camera/motion{
- c_tag = "EVA Motion Sensor";
- desc = "It watches you carefully.";
- dir = 1;
- icon_state = "camera";
- name = "motion-sensitive security camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTHEAST)";
- dir = 5
- },
-/area/storage/eva)
-"bEx" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/storage/eva)
-"bEy" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (SOUTHWEST)";
- dir = 10
- },
-/area/storage/eva)
-"bEz" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- dir = 4;
- freq = 1400;
- location = "Kitchen"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/crew_quarters/kitchen)
-"bEA" = (
-/turf/open/floor/plasteel/delivery,
-/area/crew_quarters/kitchen)
-"bEB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bEC" = (
-/obj/machinery/chem_master/condimaster,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Kitchen Cold Room";
- dir = 8;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bED" = (
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEF" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEI" = (
-/obj/effect/landmark/start{
- name = "Cook"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "kitchen";
- name = "Kitchen Shutters";
- pixel_x = 24;
- pixel_y = 24;
- req_access_txt = "28"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEK" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/item/weapon/storage/fancy/donut_box,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen";
- name = "kitchen shutters"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bEL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bEM" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bEN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bEO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bEP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bEQ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply,
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bER" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bES" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/clothing/head/that,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bET" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"bEU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bEV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bEW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bEX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Bar Storage Maintenance";
- req_access_txt = "25"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bEY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bEZ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bFa" = (
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (WEST)";
- dir = 8
- },
-/area/engine/gravity_generator)
-"bFb" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/engine/gravity_generator)
-"bFc" = (
-/obj/machinery/light,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/engine/gravity_generator)
-"bFd" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/engine/gravity_generator)
-"bFe" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (EAST)";
- dir = 4
- },
-/area/engine/gravity_generator)
-"bFf" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bFg" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"bFh" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/turret_protected/ai_upload)
-"bFi" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"bFj" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"bFk" = (
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"bFl" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"bFm" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- icon_state = "closed";
- locked = 0;
- name = "AI Upload";
- req_access_txt = "16"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bFn" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai_upload_foyer)
-"bFo" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload_foyer)
-"bFp" = (
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- icon_state = "closed";
- locked = 0;
- name = "AI Upload Access";
- req_access_txt = "16"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/turret_protected/ai_upload_foyer)
-"bFq" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/primary/central)
-"bFr" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=EVA2";
- location = "Dorm"
- },
-/turf/open/floor/goonplaque,
-/area/hallway/primary/central)
-"bFs" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"bFt" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bFu" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bFv" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/bridge)
-"bFw" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFx" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFy" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFz" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFA" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFB" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bFC" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFD" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bFE" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/bridge)
-"bFF" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFG" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bFH" = (
-/obj/structure/table/wood,
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/carpet,
-/area/bridge)
-"bFI" = (
-/obj/structure/table/wood,
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/carpet,
-/area/bridge)
-"bFJ" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bFK" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFL" = (
-/obj/structure/chair/comfy/black{
- dir = 4;
- name = "Command Station"
- },
-/obj/machinery/keycard_auth{
- pixel_x = 7;
- pixel_y = 30
- },
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/button/door{
- id = "bridge blast";
- name = "Bridge Blast Door Control";
- pixel_x = -6;
- pixel_y = 30;
- req_access_txt = "19"
- },
-/obj/machinery/button/door{
- id = "interro blast";
- name = "Interrogation Shutters Control";
- pixel_x = -6;
- pixel_y = 39;
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFM" = (
-/obj/machinery/computer/communications,
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bFN" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/bridge)
-"bFO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/main)
-"bFP" = (
-/obj/structure/chair/office/dark{
- dir = 4;
- name = "Interrogator"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bFQ" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/item/device/taperecorder,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bFR" = (
-/obj/structure/chair{
- dir = 8;
- name = "Suspect"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bFS" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/main)
-"bFT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- name = "Interrogation";
- req_access = null;
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/main)
-"bFU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/main)
-"bFV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bFW" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/mob/living/simple_animal/bot/secbot/beepsky{
- desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey.";
- name = "Officer Beepsky"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/main)
-"bFX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bFY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/main)
-"bFZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Brig Control";
- req_access_txt = "3"
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/warden)
-"bGa" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/warden)
-"bGb" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bGc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bGd" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/warden)
-"bGe" = (
-/obj/structure/chair/office/dark,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8";
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bGf" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/warden)
-"bGg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bGh" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bGi" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bGj" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"bGk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bGl" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Prison Wing";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/prison)
-"bGm" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/prison)
-"bGn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bGo" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/prison)
-"bGp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Prison Gate";
- name = "prison blast door"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/door/airlock/glass_security{
- name = "Prison Wing";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/prison)
-"bGq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/prison)
-"bGr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/prison)
-"bGs" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Long-Term Cell 2";
- req_access_txt = "2"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bGt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGv" = (
-/obj/machinery/door/poddoor/preopen{
- id = "permacell2";
- name = "cell blast door"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- id_tag = "permabolt2";
- name = "Cell 2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGA" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/camera{
- c_tag = "Prison Holding Area";
- dir = 8;
- network = list("SS13","Prison");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bGB" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bGC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bGD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bGE" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bGF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"bGG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bGH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bGI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bGJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/chair/stool,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=CHE";
- location = "AIE"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bGK" = (
-/obj/machinery/computer/arcade,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bGL" = (
-/obj/machinery/bookbinder{
- pixel_y = 0
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/wood,
-/area/library)
-"bGM" = (
-/obj/structure/bookcase{
- name = "Forbidden Knowledge"
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bGN" = (
-/obj/structure/table/wood,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
-/obj/item/device/camera,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bGO" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen/invisible,
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bGP" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bGQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bGR" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Kitchen Maintenance";
- req_access_txt = "28"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/kitchen)
-"bGS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bGT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bGU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Kitchen Cold Room";
- req_access_txt = "28"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bGV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bGW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bGX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/book/manual/chef_recipes,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bGY" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/obj/item/weapon/reagent_containers/food/condiment/enzyme{
- layer = 5
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bGZ" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3;
- pixel_y = 0
- },
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 3
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bHa" = (
-/obj/structure/table,
-/obj/item/weapon/kitchen/rollingpin,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bHb" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bHc" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen";
- name = "kitchen shutters"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bHd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bHe" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bHf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"bHg" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bHh" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bHi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bHj" = (
-/obj/effect/landmark/start{
- name = "Bartender"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bHk" = (
-/obj/structure/sign/securearea{
- desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
- icon_state = "monkey_painting";
- name = "Mr. Deempisi portrait";
- pixel_x = 26;
- pixel_y = 28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bHl" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Bar Storage";
- req_access_txt = "25"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bHm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bHn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/delivery,
-/area/crew_quarters/bar)
-"bHo" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- dir = 8;
- freq = 1400;
- location = "Bar"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/crew_quarters/bar)
-"bHp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bHq" = (
-/obj/structure/table,
-/obj/item/weapon/aiModule/core/full/custom,
-/obj/structure/cable/white{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"bHr" = (
-/turf/open/floor/plasteel/darkblue/side{
- dir = 9;
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHWEST)";
- dir = 9
- },
-/area/turret_protected/ai_upload)
-"bHs" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/ai_upload)
-"bHt" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/machinery/ai_status_display{
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/ai_upload)
-"bHu" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/white{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/ai_upload)
-"bHv" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/ai_upload)
-"bHw" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable/white,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/ai_upload_foyer)
-"bHx" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/turret_protected/ai_upload_foyer)
-"bHy" = (
-/obj/machinery/ai_status_display{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"bHz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bHA" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"bHB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bHC" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge Access";
- req_access_txt = "19"
- },
-/obj/structure/sign/securearea{
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue,
-/area/bridge)
-"bHD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/bridge)
-"bHE" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bHF" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Bridge Hallway West";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/bridge)
-"bHG" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/area/bridge)
-"bHH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/bridge)
-"bHI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bHJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bHK" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/bridge)
-"bHL" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j1";
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/area/bridge)
-"bHM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/bridge)
-"bHN" = (
-/obj/structure/sign/securearea{
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bHO" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.7;
- name = "bridge blast door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/darkblue,
-/area/bridge)
-"bHP" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/bridge)
-"bHQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bHR" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bHS" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/carpet,
-/area/bridge)
-"bHT" = (
-/obj/structure/table/wood,
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bHU" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bHV" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/box/PDAs{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/weapon/storage/box/ids,
-/obj/item/weapon/storage/secure/briefcase,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/bridge)
-"bHW" = (
-/obj/machinery/computer/card,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHEAST)";
- dir = 6
- },
-/area/bridge)
-"bHX" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/side,
-/area/bridge)
-"bHY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/main)
-"bHZ" = (
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/main)
-"bIa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bIb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/main)
-"bIc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/main)
-"bId" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/main)
-"bIe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bIf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bIg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bIh" = (
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bIi" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/main)
-"bIj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/warden)
-"bIk" = (
-/obj/item/weapon/storage/box/handcuffs{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/storage/box/flashes,
-/obj/structure/extinguisher_cabinet{
- desc = "A small wall mounted cabinet designed to hold a fire extinguisher. Excellent for extinguishing prisoners and or life.";
- pixel_x = -27;
- pixel_y = 0;
- tag = "wsecjoke"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/warden)
-"bIl" = (
-/obj/structure/table,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Brig Control";
- dir = 1;
- network = list("SS13","Brig")
- },
-/obj/item/clothing/mask/gas/sechailer,
-/obj/item/clothing/mask/gas/sechailer,
-/obj/item/clothing/ears/earmuffs,
-/obj/item/clothing/ears/earmuffs,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bIm" = (
-/obj/machinery/newscaster/security_unit{
- pixel_x = 0;
- pixel_y = -32;
- tag = "s"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/rack,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bIn" = (
-/turf/open/floor/plasteel/darkred/side,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/warningline,
-/area/security/warden)
-"bIo" = (
-/turf/open/floor/plasteel/darkred/side,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/security/warden)
-"bIp" = (
-/turf/open/floor/plasteel/darkred/side,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/security/warden)
-"bIq" = (
-/obj/machinery/computer/prisoner,
-/obj/machinery/requests_console{
- department = "Brig Control";
- departmentType = 5;
- name = "Brig Control RC";
- pixel_y = -30
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bIr" = (
-/obj/machinery/computer/security{
- network = list("SS13","Brig","Prison")
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bIs" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/warden)
-"bIt" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bIu" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/brig)
-"bIv" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/folder/red,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/brig)
-"bIw" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bIx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/brig)
-"bIy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/security/prison)
-"bIz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/prison)
-"bIA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bIB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/prison)
-"bIC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Prison Gate";
- name = "prison blast door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bID" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/prison)
-"bIE" = (
-/obj/machinery/button/flasher{
- id = "PCell 2";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/machinery/button/door{
- id = "permacell2";
- name = "Cell 2 Lockdown";
- pixel_x = 25;
- pixel_y = 4;
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bIF" = (
-/obj/structure/table,
-/obj/machinery/flasher{
- id = "PCell 2";
- pixel_x = -28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/paper,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bIG" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bIH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bII" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bIJ" = (
-/obj/structure/table,
-/obj/item/toy/cards/deck{
- pixel_x = 2
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bIK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bIL" = (
-/obj/machinery/vending/snack,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bIM" = (
-/obj/structure/bookcase/random/nonfiction,
-/turf/open/floor/wood,
-/area/library)
-"bIN" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/wood,
-/area/library)
-"bIO" = (
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bIP" = (
-/obj/structure/chair/comfy/brown{
- dir = 1
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bIQ" = (
-/obj/structure/cult/tome,
-/obj/item/clothing/under/suit_jacket/red,
-/obj/item/weapon/book/codex_gigas,
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bIR" = (
-/obj/structure/filingcabinet/chestdrawer/wheeled,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bIS" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bIT" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/item/weapon/cigbutt/cigarbutt,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bIU" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bIV" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bIW" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint)
-"bIX" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bIY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/kitchen)
-"bIZ" = (
-/obj/structure/kitchenspike,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bJa" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bJb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bJc" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bJd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/food_cart,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bJe" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bJf" = (
-/obj/effect/landmark/start{
- name = "Cook"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bJg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bJh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bJi" = (
-/obj/structure/falsewall,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bJj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bJk" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen";
- name = "kitchen shutters"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bJl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"bJm" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/lighter,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bJn" = (
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bJo" = (
-/obj/machinery/vending/boozeomat,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"bJp" = (
-/obj/structure/closet/gmcloset,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bJq" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/structure/reagent_dispensers/beerkeg,
-/obj/machinery/camera{
- c_tag = "Bar Backroom";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bJr" = (
-/obj/machinery/light/small,
-/obj/machinery/vending/cola,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bJs" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bJt" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint2)
-"bJu" = (
-/obj/structure/table,
-/obj/structure/window/reinforced,
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "Core Modules";
- req_access_txt = "20"
- },
-/obj/item/weapon/aiModule/core/freeformcore,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 3.2
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHEAST)";
- dir = 6
- },
-/area/turret_protected/ai_upload)
-"bJv" = (
-/obj/structure/table,
-/obj/item/weapon/folder/blue,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/camera{
- c_tag = "AI Upload";
- dir = 1;
- network = list("Sat");
- start_active = 1
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"bJw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/white,
-/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"bJx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/white,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"bJy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/turret_protected/ai_upload_foyer)
-"bJz" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bJA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bJB" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 28;
- pixel_y = 5
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"bJC" = (
-/turf/closed/wall/r_wall,
-/area/teleporter)
-"bJD" = (
-/turf/closed/wall,
-/area/teleporter)
-"bJE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/teleporter)
-"bJF" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Teleport Access";
- req_access_txt = "17"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue,
-/area/teleporter)
-"bJG" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/captain)
-"bJH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/captain)
-"bJI" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Captain's Office";
- req_access = null;
- req_access_txt = "20"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bJJ" = (
-/obj/structure/cable/blue,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera{
- c_tag = "Bridge West";
- dir = 4;
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/bridge)
-"bJK" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bJL" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/main)
-"bJM" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bJN" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/main)
-"bJO" = (
-/obj/machinery/syndicatebomb/training,
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bJP" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/item/weapon/storage/fancy/donut_box,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/main)
-"bJQ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bJR" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/main)
-"bJS" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bJT" = (
-/turf/closed/wall/r_wall,
-/area/security/armory)
-"bJU" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/security/armory)
-"bJV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Armory";
- req_access_txt = "3"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred,
-/area/security/armory)
-"bJW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/security/armory)
-"bJX" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/security/brig)
-"bJY" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/brig)
-"bJZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/brig)
-"bKa" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/brig)
-"bKb" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/security/brig)
-"bKc" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "sanitarium";
- name = "ward shutters"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/security/prison)
-"bKd" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bKe" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bKf" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bKg" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bKh" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock"
- },
-/obj/docking_port/mobile/emergency{
- name = "Box emergency shuttle";
- dir = 8
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 9;
- height = 11;
- id = "emergency_home";
- name = "emergency evac bay";
- width = 22
- },
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"bKi" = (
-/turf/open/floor/plasteel/escape{
- tag = "icon-escape (SOUTHWEST)";
- dir = 10
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHWEST)";
- dir = 10
- },
-/area/hallway/secondary/exit)
-"bKj" = (
-/turf/open/floor/plasteel/escape,
-/area/hallway/secondary/exit)
-"bKk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/escape,
-/area/hallway/secondary/exit)
-"bKl" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/escape,
-/area/hallway/secondary/exit)
-"bKm" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/escape,
-/area/hallway/secondary/exit)
-"bKn" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/escape{
- dir = 6
- },
-/area/hallway/secondary/exit)
-"bKo" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bKp" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/bin,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bKq" = (
-/obj/machinery/camera{
- c_tag = "Library";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"bKr" = (
-/obj/machinery/door/morgue{
- name = "Private Study";
- req_access_txt = "37"
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bKs" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bKt" = (
-/turf/closed/wall/r_wall/rust,
-/area/gateway)
-"bKu" = (
-/turf/closed/wall/r_wall,
-/area/gateway)
-"bKv" = (
-/obj/structure/kitchenspike,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bKw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bKx" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bKy" = (
-/obj/machinery/gibber,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/kitchen)
-"bKz" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/snacks/mint,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bKA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bKB" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bKC" = (
-/obj/machinery/vending/dinnerware,
-/obj/machinery/requests_console{
- department = "Kitchen";
- departmentType = 2;
- name = "Kitchen RC";
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bKD" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/obj/machinery/camera{
- c_tag = "Kitchen";
- dir = 1;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bKE" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/closet/secure_closet/freezer/kitchen,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bKF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4;
- level = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bKG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bKH" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bKI" = (
-/obj/machinery/door/window/southright{
- base_state = "left";
- dir = 8;
- icon_state = "left";
- name = "Bar Door";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bKJ" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/barman_recipes,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
- pixel_y = -31
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bKK" = (
-/obj/machinery/chem_dispenser/drinks{
- density = 0
- },
-/obj/structure/table,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bKL" = (
-/obj/machinery/chem_dispenser/drinks/beer{
- density = 0
- },
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Bar";
- departmentType = 2;
- name = "Bar RC";
- pixel_x = 30;
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bKM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bKN" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bKO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bKP" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bKQ" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bKR" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/aiModule/core/full/asimov,
-/obj/structure/cable/white{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/turret_protected/ai_upload)
-"bKS" = (
-/obj/machinery/computer/upload/borg,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable/white{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bKT" = (
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/obj/structure/table,
-/obj/item/weapon/aiModule/supplied/freeform,
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/white{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bKU" = (
-/obj/machinery/porta_turret/ai{
- dir = 8
- },
-/obj/structure/cable/white{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"bKV" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/space,
-/area/space/nearstation)
-"bKW" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/space,
-/area/space/nearstation)
-"bKX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bKY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/central)
-"bKZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"bLa" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bLb" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"bLc" = (
-/obj/machinery/shieldwallgen,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/teleporter)
-"bLd" = (
-/obj/machinery/shieldwallgen,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/teleporter)
-"bLe" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bLf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/teleporter)
-"bLg" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/teleporter)
-"bLh" = (
-/obj/structure/dresser,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bLi" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/captain,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Captain's Quarters";
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bLj" = (
-/obj/structure/closet/secure_closet/captains,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bLk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/captain)
-"bLl" = (
-/obj/machinery/suit_storage_unit/captain,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bLm" = (
-/obj/machinery/keycard_auth{
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/computer/communications,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bLn" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/stamp/captain,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bLo" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bLp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bLq" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bLr" = (
-/obj/machinery/newscaster{
- hitstaken = 0;
- pixel_x = -32;
- pixel_y = 0;
- tag = "w"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLs" = (
-/turf/open/floor/plasteel/darkpurple/corner{
- tag = "icon-darkpurplecorners (WEST)";
- dir = 8
- },
-/area/bridge)
-"bLt" = (
-/obj/structure/chair{
- name = "Science Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLu" = (
-/turf/open/floor/plasteel/darkpurple/corner,
-/area/bridge)
-"bLv" = (
-/turf/open/floor/plasteel/darkgreen/corner{
- tag = "icon-darkgreencorners (WEST)";
- dir = 8
- },
-/area/bridge)
-"bLw" = (
-/obj/structure/chair{
- name = "Medical Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLx" = (
-/turf/open/floor/plasteel/darkgreen/corner,
-/area/bridge)
-"bLy" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
- dir = 4
- },
-/area/bridge)
-"bLz" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/turf/open/floor/plating,
-/area/security/main)
-"bLA" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/main)
-"bLB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Gear Room";
- req_access_txt = "0";
- req_one_access_txt = "1;4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred,
-/area/security/main)
-"bLC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/security/main)
-"bLD" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/firingpins{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/firingpins,
-/obj/item/weapon/storage/box/chemimp{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/trackimp,
-/obj/item/weapon/storage/lockbox/loyalty,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bLE" = (
-/obj/structure/rack,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/gun/projectile/shotgun/riot{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/gun/projectile/shotgun/riot,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bLF" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/ionrifle{
- pin = /obj/item/device/firing_pin
- },
-/obj/item/clothing/suit/armor/laserproof,
-/obj/item/key/security,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bLG" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/obj/structure/closet/l3closet/security,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/security/armory)
-"bLH" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/security/armory)
-"bLI" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/obj/structure/closet/bombclosetsecurity,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/security/armory)
-"bLJ" = (
-/obj/machinery/flasher/portable,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bLK" = (
-/obj/machinery/flasher/portable,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Armory";
- network = list("SS13","Brig")
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bLL" = (
-/turf/closed/wall/r_wall,
-/area/security/hos)
-"bLM" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "hosprivacy";
- name = "privacy shutters"
- },
-/turf/open/floor/plating,
-/area/security/hos)
-"bLN" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "hosprivacy";
- name = "privacy shutters"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/security/hos)
-"bLO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- glass = 0;
- name = "Head of Security";
- opacity = 1;
- req_access_txt = "58"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/hos)
-"bLP" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "hosprivacy";
- name = "privacy shutters"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/hos)
-"bLQ" = (
-/obj/structure/bed,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/glasses/sunglasses/blindfold,
-/obj/item/clothing/mask/muzzle,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTHWEST)";
- dir = 9
- },
-/area/security/prison)
-"bLR" = (
-/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
- dir = 1
- },
-/area/security/prison)
-"bLS" = (
-/obj/structure/bed,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/glasses/sunglasses/blindfold,
-/obj/item/clothing/mask/muzzle,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTHEAST)";
- dir = 5
- },
-/area/security/prison)
-"bLT" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bLU" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- name = "Prison Monitor";
- network = list("Prison");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bLV" = (
-/obj/structure/bed,
-/obj/item/device/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- dir = 2;
- name = "Prison Intercom (General)";
- pixel_x = 0;
- pixel_y = 25;
- prison_radio = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Prison Cell 1";
- dir = 4;
- network = list("SS13","Prison")
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bLW" = (
-/obj/machinery/button/door{
- id = "permabolt1";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bLX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bLY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bLZ" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bMa" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
- },
-/area/shuttle/escape)
-"bMb" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Holding Area";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"bMc" = (
-/obj/machinery/status_display,
-/turf/closed/wall,
-/area/hallway/secondary/exit)
-"bMd" = (
-/turf/open/floor/plasteel/escape/corner{
- tag = "icon-escapecorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"bMe" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bMf" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bMg" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/obj/machinery/camera{
- c_tag = "Escape East 2";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/secondary/exit)
-"bMh" = (
-/obj/structure/bookcase/random/adult,
-/turf/open/floor/wood,
-/area/library)
-"bMi" = (
-/obj/machinery/door/window/northright{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Library Desk Door";
- req_access_txt = "37"
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/wood,
-/area/library)
-"bMj" = (
-/obj/machinery/newscaster{
- pixel_y = 32;
- tag = "n"
- },
-/turf/open/floor/wood,
-/area/library)
-"bMk" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/area/library)
-"bMl" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/library)
-"bMm" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bMn" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bMo" = (
-/turf/open/floor/plasteel/darkwarning/corner,
-/area/gateway)
-"bMp" = (
-/turf/open/floor/plasteel/darkwarning,
-/area/gateway)
-"bMq" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Gateway";
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/darkwarning,
-/area/gateway)
-"bMr" = (
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (NORTH)";
- dir = 1
- },
-/area/gateway)
-"bMs" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Kitchen";
- req_access_txt = "28"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bMt" = (
-/obj/structure/noticeboard{
- dir = 8;
- pixel_x = 27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bMu" = (
-/obj/machinery/status_display,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"bMv" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Counter Access";
- req_access_txt = "25"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"bMw" = (
-/obj/structure/bed/abductor{
- desc = "Seems almost like a bed, but not quite."
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/crew_quarters/bar)
-"bMx" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating,
-/area/crew_quarters/bar)
-"bMy" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bMz" = (
-/turf/closed/wall,
-/area/storage/tools)
-"bMA" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/storage/tools)
-"bMB" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bMC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"bMD" = (
-/obj/machinery/shieldwallgen,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/teleporter)
-"bME" = (
-/obj/machinery/shieldwallgen,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/teleporter)
-"bMF" = (
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bMG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bMH" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bMI" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bMJ" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bMK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bML" = (
-/turf/closed/wall,
-/area/crew_quarters/captain)
-"bMM" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Captain's Desk";
- departmentType = 5;
- name = "Captain RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bMN" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bMO" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bMP" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bMQ" = (
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bMR" = (
-/obj/machinery/door/airlock/command{
- name = "Captain's Office";
- req_access = null;
- req_access_txt = "20"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bMS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bMT" = (
-/obj/machinery/computer/mecha,
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (SOUTHWEST)";
- dir = 10
- },
-/area/bridge)
-"bMU" = (
-/obj/machinery/computer/rdservercontrol,
-/turf/open/floor/plasteel/darkpurple/side,
-/area/bridge)
-"bMV" = (
-/obj/machinery/computer/aifixer,
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (SOUTHEAST)";
- dir = 6
- },
-/area/bridge)
-"bMW" = (
-/obj/structure/table/reinforced,
-/obj/item/device/aicard,
-/obj/item/device/assembly/timer,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bMX" = (
-/obj/structure/table/reinforced,
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bMY" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (SOUTHWEST)";
- dir = 10
- },
-/area/bridge)
-"bMZ" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/darkgreen/side,
-/area/bridge)
-"bNa" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (SOUTHEAST)";
- dir = 6
- },
-/area/bridge)
-"bNb" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bNc" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/bridge)
-"bNd" = (
-/turf/open/floor/plasteel/darkwarning,
-/area/security/main)
-"bNe" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- name = "Security RC";
- pixel_y = 30
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/main)
-"bNf" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bNg" = (
-/obj/structure/filingcabinet,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/main)
-"bNh" = (
-/obj/machinery/vending/security,
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/main)
-"bNi" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Security Office";
- network = list("SS13","Brig")
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/main)
-"bNj" = (
-/obj/vehicle/secway,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bNk" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/main)
-"bNl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bNm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bNn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/armory)
-"bNo" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bNp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bNq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bNr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bNs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bNt" = (
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bNu" = (
-/obj/machinery/disposal/bin,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bNv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/hos)
-"bNw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/hos)
-"bNx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/hos)
-"bNy" = (
-/obj/structure/bed/dogbed{
- desc = "Pugley III's dog bed. Quite comfy.";
- name = "Pugley's bed"
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- pixel_y = 24;
- tag = "ne"
- },
-/mob/living/simple_animal/pet/dog/pug{
- name = "\improper Pugley III"
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bNz" = (
-/turf/open/floor/plasteel/white,
-/area/security/prison)
-"bNA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/security/prison)
-"bNB" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitered/corner,
-/area/security/prison)
-"bNC" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "sanitarium";
- name = "ward shutters"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bND" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bNE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/prison)
-"bNF" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Long-Term Cell 1";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bNG" = (
-/obj/machinery/door/poddoor/preopen{
- id = "permacell1";
- name = "cell blast door"
- },
-/obj/machinery/door/airlock/glass{
- id_tag = "permabolt1";
- name = "Cell 1"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bNH" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bNI" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"bNJ" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"bNK" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock";
- req_access_txt = "2"
- },
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"bNL" = (
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 1;
- state = 2
- },
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/space/nearstation)
-"bNM" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Containment Southeast";
- dir = 9;
- icon_state = "camera";
- network = list("Singularity");
- tag = "icon-camera (NORTHWEST)"
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"bNN" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHWEST)";
- dir = 9
- },
-/area/hallway/secondary/exit)
-"bNO" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"bNP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"bNQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"bNR" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/hallway/secondary/exit)
-"bNS" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bNT" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bNU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"bNV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/wood,
-/area/library)
-"bNW" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/turf/open/floor/wood,
-/area/library)
-"bNX" = (
-/obj/structure/chair/office/dark,
-/obj/effect/landmark/start{
- name = "Librarian"
- },
-/turf/open/floor/wood,
-/area/library)
-"bNY" = (
-/obj/machinery/libraryscanner,
-/turf/open/floor/wood,
-/area/library)
-"bNZ" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOa" = (
-/obj/structure/grille,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOb" = (
-/obj/structure/grille/broken,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOc" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/gateway)
-"bOd" = (
-/obj/machinery/gateway{
- tag = "icon-off (NORTHWEST)";
- icon_state = "off";
- dir = 9
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/gateway)
-"bOe" = (
-/obj/machinery/gateway{
- tag = "icon-off (NORTH)";
- icon_state = "off";
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"bOf" = (
-/obj/machinery/gateway{
- tag = "icon-off (NORTHEAST)";
- icon_state = "off";
- dir = 5
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/gateway)
-"bOg" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/gateway)
-"bOh" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOi" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/closet/wardrobe/botanist,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/girder{
- layer = 2.6
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOl" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bOm" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/crew_quarters/kitchen)
-"bOn" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint)
-"bOo" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 8;
- name = "8maintenance loot spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint)
-"bOp" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bOq" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bOr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bOs" = (
-/obj/machinery/computer/slot_machine,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bOt" = (
-/obj/machinery/computer/slot_machine,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bOu" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bOv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bOw" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bOx" = (
-/obj/structure/chair/comfy/beige,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bOy" = (
-/obj/structure/chair/comfy/brown,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bOz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bOA" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bOB" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bOC" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (NORTH)";
- dir = 1
- },
-/area/storage/tools)
-"bOD" = (
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bOE" = (
-/obj/machinery/camera{
- c_tag = "Auxiliary Tool Storage";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bOF" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (EAST)";
- dir = 4
- },
-/area/storage/tools)
-"bOG" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bOH" = (
-/obj/structure/table,
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bOI" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bOJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bOK" = (
-/obj/structure/table/wood,
-/obj/item/weapon/razor{
- pixel_x = -4;
- pixel_y = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/obj/item/weapon/storage/fancy/cigarettes/cigars,
-/obj/item/weapon/lighter,
-/obj/item/weapon/reagent_containers/food/drinks/flask/gold,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bOL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bOM" = (
-/obj/machinery/door/airlock/command{
- name = "Captain's Quarters";
- req_access = null;
- req_access_txt = "20"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bON" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bOO" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Captain"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bOP" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bOQ" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bOR" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/displaycase/captain,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bOS" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/bridge)
-"bOT" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/bridge)
-"bOU" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/bridge)
-"bOV" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/bridge)
-"bOW" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/bridge)
-"bOX" = (
-/obj/structure/cable/blue{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/bridge)
-"bOY" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/camera{
- c_tag = "Bridge South";
- dir = 1;
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/bridge)
-"bOZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bPa" = (
-/obj/structure/plasticflaps/mining{
- opacity = 1
- },
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bPb" = (
-/obj/structure/plasticflaps/mining{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- dir = 4;
- freq = 1400;
- location = "Security"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/main)
-"bPc" = (
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/security/main)
-"bPd" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/security/main)
-"bPe" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPf" = (
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPi" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/brigdoor{
- base_state = "rightsecure";
- dir = 4;
- icon_state = "rightsecure";
- name = "Armory Desk";
- req_access_txt = "3"
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/armory)
-"bPj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bPk" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun/advtaser{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/gun/energy/gun/advtaser,
-/obj/item/weapon/gun/energy/gun/advtaser{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/armory)
-"bPl" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/gun/energy/laser,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/armory)
-"bPm" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/gun/energy/gun,
-/obj/item/weapon/gun/energy/gun{
- pixel_x = 3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/armory)
-"bPn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bPo" = (
-/obj/structure/closet/secure_closet{
- name = "contraband locker";
- req_access_txt = "3"
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bPp" = (
-/obj/structure/filingcabinet,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bPq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/security/hos)
-"bPr" = (
-/obj/structure/chair,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/hos)
-"bPs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/security/hos)
-"bPt" = (
-/turf/open/floor/carpet,
-/area/security/hos)
-"bPu" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "sanitarium";
- name = "ward shutters"
- },
-/turf/open/floor/plating,
-/area/security/hos)
-"bPv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/button/door{
- id = "sanitarium";
- name = "Ward Shutters Control";
- pixel_x = -26;
- pixel_y = 26;
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/white,
-/area/security/prison)
-"bPw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/white,
-/area/security/prison)
-"bPx" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (EAST)";
- dir = 4
- },
-/area/security/prison)
-"bPy" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- glass = 0;
- name = "Insanity Ward";
- opacity = 1;
- req_access_txt = "2"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bPz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bPA" = (
-/obj/machinery/button/flasher{
- id = "PCell 1";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/machinery/button/door{
- id = "permacell1";
- name = "Cell 1 Lockdown";
- pixel_x = 25;
- pixel_y = 4;
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bPB" = (
-/obj/structure/table,
-/obj/machinery/flasher{
- id = "PCell 1";
- pixel_x = -28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/paper,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bPC" = (
-/obj/machinery/washing_machine,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"bPD" = (
-/obj/structure/table,
-/obj/structure/bedsheetbin,
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"bPE" = (
-/obj/machinery/washing_machine,
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/plasteel/barber,
-/area/security/prison)
-"bPF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/security/prison)
-"bPG" = (
-/obj/machinery/door/airlock/glass{
- name = "Emergency Shuttle Brig";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bPH" = (
-/obj/machinery/flasher{
- id = "shuttle_flasher";
- pixel_x = 24;
- pixel_y = -6
- },
-/obj/machinery/button/flasher{
- id = "shuttle_flasher";
- pixel_x = 24;
- pixel_y = 6
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"bPI" = (
-/turf/open/floor/plasteel/darkred/side{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bPJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"bPK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"bPL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"bPM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"bPN" = (
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"bPO" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- aiControlDisabled = 0;
- icon_state = "closed";
- id_tag = null;
- locked = 0;
- name = "Holding Area";
- req_access = null;
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/darkred,
-/area/hallway/secondary/exit)
-"bPP" = (
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"bPQ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bPR" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"bPS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"bPT" = (
-/obj/structure/table/wood,
-/obj/item/device/camera_film,
-/obj/item/device/camera_film,
-/turf/open/floor/wood,
-/area/library)
-"bPU" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pen/red,
-/obj/item/weapon/pen/blue{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/open/floor/wood,
-/area/library)
-"bPV" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"bPW" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/turf/open/floor/wood,
-/area/library)
-"bPX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/gateway)
-"bPY" = (
-/obj/machinery/gateway{
- tag = "icon-off (WEST)";
- icon_state = "off";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"bPZ" = (
-/obj/machinery/gateway/centerstation,
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"bQa" = (
-/obj/machinery/gateway{
- tag = "icon-off (EAST)";
- icon_state = "off";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"bQb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/gateway)
-"bQc" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bQd" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bQe" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bQf" = (
-/obj/machinery/computer/arcade,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bQg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bQh" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4;
- level = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bQi" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bQj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bQk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bQl" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bQm" = (
-/obj/structure/table/wood/poker,
-/obj/item/toy/cards/deck{
- pixel_x = 2
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bQn" = (
-/obj/structure/table/wood/poker,
-/obj/item/weapon/coin/silver,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bQo" = (
-/obj/structure/chair/comfy/brown{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bQp" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bQq" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bQr" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bQs" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bQt" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/storage/tools)
-"bQu" = (
-/obj/structure/closet/toolcloset,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bQv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bQw" = (
-/obj/structure/table,
-/obj/item/weapon/electronics/airalarm,
-/obj/item/weapon/electronics/airlock,
-/obj/item/device/multitool,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bQx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bQy" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/cell_charger,
-/obj/item/weapon/storage/toolbox/emergency{
- pixel_y = 6
- },
-/obj/item/weapon/stock_parts/cell,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bQz" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bQA" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bQB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/primary/central)
-"bQC" = (
-/obj/machinery/teleport/station,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHEAST)";
- dir = 6
- },
-/area/teleporter)
-"bQD" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHWEST)";
- dir = 9
- },
-/area/teleporter)
-"bQE" = (
-/obj/machinery/bluespace_beacon,
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bQF" = (
-/obj/structure/table,
-/obj/item/device/gps,
-/obj/item/weapon/hand_tele,
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bQG" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Teleporter";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bQH" = (
-/obj/machinery/door/airlock{
- name = "Private Restroom";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain)
-"bQI" = (
-/obj/machinery/newscaster/security_unit{
- pixel_x = -32;
- tag = "w"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bQJ" = (
-/obj/machinery/computer/card,
-/obj/item/weapon/card/id/captains_spare,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bQK" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/lockbox/medal,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bQL" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bQM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain)
-"bQN" = (
-/obj/item/weapon/pinpointer,
-/obj/structure/table/wood,
-/obj/item/weapon/disk/nuclear,
-/obj/machinery/camera{
- c_tag = "Captain's Office";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0;
- start_active = 1
- },
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 32
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bQO" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bQP" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/machinery/ai_status_display{
- layer = 3.3
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bQQ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/blue,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/machinery/status_display{
- layer = 3.3
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bQR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bQS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Security Maintenance";
- req_access_txt = "63"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plating,
-/area/security/main)
-"bQT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8";
- tag = ""
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/security/main)
-"bQU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (EAST)";
- dir = 4
- },
-/area/security/main)
-"bQV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQY" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bRa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/security/main)
-"bRb" = (
-/obj/machinery/door/poddoor/shutters{
- id = "armory"
- },
-/obj/machinery/button/door{
- id = "armory";
- name = "Armory Shutters";
- pixel_x = 0;
- pixel_y = -26;
- req_access_txt = "3"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/armory)
-"bRc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bRd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bRe" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bRf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bRg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
- },
-/turf/open/floor/plasteel/black,
-/area/security/armory)
-"bRh" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/structure/table/wood,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRi" = (
-/obj/structure/table/wood,
-/obj/machinery/recharger,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRj" = (
-/obj/structure/table/wood,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRk" = (
-/obj/structure/table/wood,
-/obj/item/weapon/phone{
- desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRl" = (
-/obj/machinery/door/window/brigdoor{
- base_state = "rightsecure";
- dir = 2;
- icon_state = "rightsecure";
- name = "Head of Security's Desk";
- req_access_txt = "58"
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/security/prison)
-"bRn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (EAST)";
- dir = 4
- },
-/area/security/prison)
-"bRo" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "sanitarium";
- name = "ward shutters"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bRp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bRq" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bRr" = (
-/obj/machinery/door/window/westleft{
- base_state = "right";
- dir = 1;
- icon_state = "right";
- name = "Unisex Showers";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/prison)
-"bRs" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/prison)
-"bRt" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bRu" = (
-/obj/machinery/flasher{
- id = "cockpit_flasher";
- pixel_x = -6;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bRv" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"bRw" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 10
- },
-/area/hallway/secondary/exit)
-"bRx" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/hallway/secondary/exit)
-"bRy" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/darkred/side,
-/area/hallway/secondary/exit)
-"bRz" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/camera{
- c_tag = "Escape Prisoner Storage";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/hallway/secondary/exit)
-"bRA" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/hallway/secondary/exit)
-"bRB" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- dir = 1
- },
-/area/hallway/secondary/exit)
-"bRC" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bRD" = (
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = -32;
- tag = "icon-direction_evac (NORTH)"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"bRE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"bRF" = (
-/obj/structure/chair/comfy/black,
-/turf/open/floor/wood,
-/area/library)
-"bRG" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Library Maintenance";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bRH" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 10;
- icon_state = "off";
- tag = "icon-off (SOUTHWEST)"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/gateway)
-"bRI" = (
-/obj/machinery/gateway{
- density = 0
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"bRJ" = (
-/obj/machinery/gateway{
- density = 0;
- dir = 6;
- icon_state = "off";
- tag = "icon-off (SOUTHEAST)"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/gateway)
-"bRK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 5
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bRL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bRM" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 21
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bRN" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bRO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bRP" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bRQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bRR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bRS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bRT" = (
-/obj/structure/chair/comfy/brown{
- tag = "icon-comfychair (EAST)";
- icon_state = "comfychair";
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bRU" = (
-/obj/structure/table/wood/poker,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bRV" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bRW" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bRX" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bRY" = (
-/obj/structure/closet/toolcloset,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (WEST)";
- dir = 8
- },
-/area/storage/tools)
-"bRZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bSa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bSb" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/black/corner,
-/area/storage/tools)
-"bSc" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bSd" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bSe" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/grille/broken,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bSf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/stack/sheet/cardboard,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bSg" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bSh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bSi" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bSj" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bSk" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bSl" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/hallway/primary/central)
-"bSm" = (
-/obj/machinery/door/poddoor/shutters{
- id = "teleporter";
- name = "Teleporter Access Shutter"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHWEST)";
- dir = 9
- },
-/area/teleporter)
-"bSn" = (
-/obj/machinery/teleport/hub,
-/obj/machinery/button/door{
- id = "teleporter";
- name = "Teleporter Shutter Control";
- pixel_x = -24;
- pixel_y = 24;
- req_access_txt = "17"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/teleporter)
-"bSo" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/teleporter)
-"bSp" = (
-/obj/structure/cable/blue{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/teleporter)
-"bSq" = (
-/obj/structure/cable/blue{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bSr" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/blue{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bSs" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain)
-"bSt" = (
-/obj/structure/sink{
- pixel_y = 24
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain)
-"bSu" = (
-/obj/structure/mirror{
- pixel_y = 28
- },
-/obj/item/weapon/soap/deluxe,
-/obj/machinery/shower{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain)
-"bSv" = (
-/obj/machinery/door/window{
- base_state = "left";
- dir = 2;
- icon_state = "left";
- name = "Captain's Desk Door";
- req_access_txt = "20"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bSw" = (
-/obj/structure/table/wood,
-/obj/machinery/recharger,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bSx" = (
-/obj/structure/table/wood,
-/obj/item/weapon/hand_tele,
-/obj/item/weapon/melee/chainofcommand,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bSy" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bSz" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 31
- },
-/obj/item/weapon/storage/photo_album,
-/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bSA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bSB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bSC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/security/main)
-"bSD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bSE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/main)
-"bSF" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/landmark{
- name = "secequipment"
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/effect/landmark{
- name = "secequipment"
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSL" = (
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/effect/landmark{
- name = "secequipment"
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSM" = (
-/obj/effect/landmark{
- name = "secequipment"
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/main)
-"bSN" = (
-/obj/effect/landmark{
- name = "secequipment"
- },
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/main)
-"bSO" = (
-/obj/machinery/suit_storage_unit/security,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bSP" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/head/helmet/alt,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/head/helmet/alt,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/head/helmet/alt,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/armory)
-"bSQ" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/armory)
-"bSR" = (
-/obj/structure/rack,
-/obj/item/weapon/shield/riot{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/shield/riot,
-/obj/item/weapon/shield/riot{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/weapon/storage/box/teargas,
-/obj/item/weapon/storage/box/flashbangs{
- pixel_x = -2;
- pixel_y = -2
- },
-/obj/structure/cable,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/armory)
-"bSS" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/closet/secure_closet/lethalshots,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bST" = (
-/obj/item/weapon/grenade/barrier,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/armory)
-"bSU" = (
-/obj/structure/table/wood,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/stamp/hos,
-/obj/item/weapon/cartridge/detective,
-/obj/item/weapon/storage/secure/safe/HoS{
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/machinery/camera{
- c_tag = "Head of Security's Office";
- dir = 4;
- network = list("SS13");
- start_active = 1
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bSV" = (
-/obj/machinery/button/door{
- id = "sanitarium";
- name = "Ward Shutters Control";
- pixel_x = -38;
- pixel_y = 29;
- req_access_txt = "0"
- },
-/obj/machinery/button/door{
- id = "hosspace";
- name = "Space Shutters Control";
- pixel_x = -26;
- pixel_y = 39
- },
-/obj/machinery/button/door{
- id = "hosprivacy";
- name = "Privacy Shutters Control";
- pixel_x = -38;
- pixel_y = 39
- },
-/obj/machinery/keycard_auth{
- pixel_x = -25;
- pixel_y = 29
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bSW" = (
-/obj/structure/chair/comfy/black{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/effect/landmark/start{
- name = "Head of Security"
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bSX" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bSY" = (
-/obj/structure/table/glass,
-/obj/item/weapon/folder/red,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (SOUTHWEST)";
- dir = 10
- },
-/area/security/prison)
-"bSZ" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/whitered/side,
-/area/security/prison)
-"bTa" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/syringe,
-/obj/item/weapon/reagent_containers/glass/bottle/morphine,
-/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (SOUTHEAST)";
- dir = 6
- },
-/area/security/prison)
-"bTb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Prison Wing South";
- dir = 4;
- network = list("SS13","Brig")
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/prison)
-"bTc" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/hug/medical,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/prison)
-"bTd" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/prison)
-"bTe" = (
-/obj/structure/sink{
- pixel_y = 24
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/prison)
-"bTf" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restroom";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/prison)
-"bTg" = (
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/prison)
-"bTh" = (
-/obj/item/weapon/soap,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/prison)
-"bTi" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/escape)
-"bTj" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/escape)
-"bTk" = (
-/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/escape)
-"bTl" = (
-/obj/machinery/door/airlock/glass{
- name = "Emergency Shuttle Cockpit";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bTm" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/escape)
-"bTn" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper,
-/turf/open/floor/wood,
-/area/library)
-"bTo" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/light/small,
-/turf/open/floor/wood,
-/area/library)
-"bTp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/library)
-"bTq" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/wood,
-/area/library)
-"bTr" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/paper,
-/turf/open/floor/wood,
-/area/library)
-"bTs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"bTt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/wood,
-/area/library)
-"bTu" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"bTv" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/wood,
-/area/library)
-"bTw" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bTx" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bTy" = (
-/obj/structure/sign/biohazard{
- pixel_x = -32
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (WEST)";
- dir = 8
- },
-/area/gateway)
-"bTz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/gateway)
-"bTA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/gateway)
-"bTB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/gateway)
-"bTC" = (
-/obj/structure/sign/biohazard{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (EAST)";
- dir = 4
- },
-/area/gateway)
-"bTD" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint)
-"bTE" = (
-/turf/closed/wall,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bTF" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- icon_state = "pipe-j2s";
- sortType = 20
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bTG" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Bar Maintenance";
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bTH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bTI" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bTJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Bar South 1";
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bTK" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bTL" = (
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bTM" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTN" = (
-/obj/structure/table/wood/poker,
-/obj/item/weapon/deck,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTO" = (
-/obj/structure/table/wood/poker,
-/obj/item/toy/cards/deck{
- pixel_x = 2
- },
-/obj/item/weapon/coin/silver,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTP" = (
-/obj/machinery/camera{
- c_tag = "Bar South 2";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTR" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTS" = (
-/obj/structure/chair/comfy/brown{
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTT" = (
-/obj/structure/chair/comfy/beige{
- dir = 1;
- icon_state = "comfychair"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"bTU" = (
-/obj/machinery/door/airlock/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bTV" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bTW" = (
-/obj/item/weapon/vending_refill/boozeomat,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bTX" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/storage/tools)
-"bTY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Auxiliary Tool Storage";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bTZ" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tools)
-"bUa" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bUb" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bUc" = (
-/obj/structure/rack,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/obj/item/weapon/pen/invisible,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bUd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Central Hallway South 1";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning/corner{
- tag = "icon-warningcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/central)
-"bUe" = (
-/obj/structure/rack,
-/obj/item/weapon/tank/internals/oxygen/yellow,
-/obj/item/weapon/tank/internals/oxygen/red,
-/obj/item/weapon/tank/internals/oxygen,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHEAST)";
- dir = 5
- },
-/area/teleporter)
-"bUf" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHWEST)";
- dir = 10
- },
-/area/teleporter)
-"bUg" = (
-/obj/structure/cable/blue,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/teleporter)
-"bUh" = (
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners"
- },
-/area/teleporter)
-"bUi" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue"
- },
-/area/teleporter)
-"bUj" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bUk" = (
-/obj/structure/cable/blue{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bUl" = (
-/obj/structure/chair/stool,
-/obj/structure/cable/blue{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bUm" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/wood,
-/area/crew_quarters/captain)
-"bUn" = (
-/turf/closed/wall,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bUo" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bUp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bUq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bUr" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Head of Security's Desk";
- departmentType = 5;
- name = "Head of Security RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/machinery/suit_storage_unit/hos,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUs" = (
-/obj/machinery/computer/card/minor/hos,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/computer/security{
- network = list("SS13","Brig","Prison")
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUu" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/computer/secure_data,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUv" = (
-/obj/structure/closet/secure_closet/hos,
-/obj/item/weapon/bedsheet/hos,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,
-/obj/machinery/newscaster/security_unit{
- pixel_x = 32;
- pixel_y = 0;
- tag = "e"
- },
-/obj/item/weapon/storage/secure/briefcase{
- pixel_x = -2
- },
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUw" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Pod Three";
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bUx" = (
-/obj/structure/sign/pods,
-/turf/closed/wall,
-/area/security/prison)
-"bUy" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bUz" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bUA" = (
-/obj/machinery/button/flasher{
- id = "cockpit_flasher";
- pixel_x = -6;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bUB" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bUC" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bUD" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bUE" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/chapel/main)
-"bUF" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHWEST)";
- dir = 9
- },
-/area/chapel/main)
-"bUG" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHEAST)";
- dir = 5
- },
-/area/chapel/main)
-"bUH" = (
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHWEST)";
- dir = 9
- },
-/area/chapel/main)
-"bUI" = (
-/turf/closed/wall,
-/area/chapel/main)
-"bUJ" = (
-/obj/item/trash/can,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUK" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/glass{
- name = "Escape Waiting Area"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUL" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/glass{
- name = "Escape Waiting Area"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/glass{
- name = "Escape Waiting Area"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUN" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint)
-"bUO" = (
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/engine,
-/area/gateway)
-"bUP" = (
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/engine,
-/area/gateway)
-"bUQ" = (
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/gateway)
-"bUR" = (
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/engine,
-/area/gateway)
-"bUS" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUT" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUU" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUV" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUW" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bUY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Bar"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"bUZ" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVb" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVd" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVe" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVf" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVg" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVh" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bVi" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bVj" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bVk" = (
-/obj/structure/cable/blue{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Teleport Access";
- req_access_txt = "17"
- },
-/turf/open/floor/plasteel/darkblue,
-/area/teleporter)
-"bVl" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bVm" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bVn" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bVo" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 4
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bVp" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bVq" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bVr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bVs" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"bVt" = (
-/turf/closed/wall,
-/area/security/armory)
-"bVu" = (
-/turf/open/space{
- desc = "An excellent spot for bombs."
- },
-/area/space)
-"bVv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "hosspace";
- name = "space shutters"
- },
-/turf/open/floor/plating,
-/area/security/hos)
-"bVw" = (
-/obj/machinery/door/airlock/external{
- name = "Security External Airlock";
- req_access_txt = "63"
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bVx" = (
-/turf/open/floor/plating,
-/area/security/prison)
-"bVy" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_3)
-"bVz" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/pod_3)
-"bVA" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/pod_3)
-"bVB" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bVC" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bVD" = (
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bVE" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHWEST)";
- dir = 10
- },
-/area/chapel/main)
-"bVF" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHEAST)";
- dir = 6
- },
-/area/chapel/main)
-"bVG" = (
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHWEST)";
- dir = 10
- },
-/area/chapel/main)
-"bVH" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHEAST)";
- dir = 6
- },
-/area/chapel/main)
-"bVI" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVJ" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVK" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVL" = (
-/obj/structure/sign/directions/medical{
- dir = 1;
- icon_state = "direction_med";
- pixel_x = 32;
- pixel_y = 40;
- tag = "icon-direction_med (NORTH)"
- },
-/obj/structure/sign/directions/security{
- dir = 4;
- icon_state = "direction_sec";
- pixel_x = 32;
- pixel_y = 32;
- tag = "icon-direction_sec (EAST)"
- },
-/obj/structure/sign/directions/science{
- dir = 4;
- icon_state = "direction_sci";
- pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_sci (EAST)"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVN" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVO" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVR" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Aft Port Hallway West 2";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVV" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVW" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/warning/corner{
- tag = "icon-warningcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVY" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bVZ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWb" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWc" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWd" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_y = 32;
- tag = "n"
- },
-/obj/machinery/camera{
- c_tag = "Aft Port Hallway";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWj" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWl" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWm" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Aft Port Hallway East 2";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWq" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bWr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Central Hallway South 3";
- network = list("SS13")
- },
-/obj/structure/sign/map/left/dream{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWu" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWv" = (
-/obj/structure/sign/directions/medical{
- dir = 1;
- icon_state = "direction_med";
- pixel_x = -32;
- pixel_y = 32;
- tag = "icon-direction_med (NORTH)"
- },
-/obj/structure/sign/directions/science{
- dir = 8;
- icon_state = "direction_sci";
- pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_sci (WEST)"
- },
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = 40;
- tag = "icon-direction_evac (NORTH)"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWw" = (
-/obj/structure/sign/directions/security{
- dir = 1;
- icon_state = "direction_sec";
- pixel_x = 32;
- pixel_y = 32;
- tag = "icon-direction_sec (NORTH)"
- },
-/obj/structure/sign/directions/engineering{
- dir = 1;
- icon_state = "direction_eng";
- pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_eng (NORTH)"
- },
-/obj/structure/sign/directions{
- dir = 4;
- icon_state = "direction_supply";
- name = "cargo bay";
- pixel_x = 32;
- pixel_y = 40;
- tag = "icon-direction_supply"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWx" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWy" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Central Hallway South 2";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bWB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"bWC" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"bWD" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"bWE" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWI" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWJ" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -26;
- pixel_y = 28
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWK" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWL" = (
-/obj/machinery/airalarm{
- pixel_x = 32;
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWM" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWP" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bWQ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/camera{
- c_tag = "Escape Pod 3";
- dir = 4;
- network = list("SS13","Brig")
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"bWR" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 4;
- id = "pod3";
- name = "escape pod 3"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_3)
-"bWS" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- pixel_y = 25
- },
-/obj/item/weapon/storage/pod{
- pixel_x = 6;
- pixel_y = -26
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_3)
-"bWT" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/computer/shuttle/pod{
- pixel_y = -32;
- possible_destinations = "pod_asteroid3";
- shuttleId = "pod3"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_3)
-"bWU" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/pod_3)
-"bWV" = (
-/obj/docking_port/stationary/random{
- dir = 4;
- id = "pod_asteroid3";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"bWW" = (
-/turf/open/floor/plasteel/shuttle/white,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
- },
-/area/shuttle/escape)
-"bWX" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bWY" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bWZ" = (
-/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bXa" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"bXb" = (
-/turf/open/floor/plasteel/shuttle/white,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f6"
- },
-/area/shuttle/escape)
-"bXc" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
-/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHWEST)";
- dir = 9
- },
-/area/chapel/main)
-"bXd" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHEAST)";
- dir = 5
- },
-/area/chapel/main)
-"bXe" = (
-/obj/structure/closet/body_bag,
-/obj/item/weapon/tank/internals/plasmaman/belt/full{
- name = "plasma tank"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXf" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXg" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=HOP";
- location = "CHE"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXi" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXj" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXk" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j1s";
- sortType = 17
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXl" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXm" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXn" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXo" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXp" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 16
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXq" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXr" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/junction{
- tag = "icon-pipe-j2 (NORTH)";
- icon_state = "pipe-j2";
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXs" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXt" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXu" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXv" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXw" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXx" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXy" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j1s";
- sortType = 22
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXA" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 19
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bXB" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bXC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bXD" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bXE" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel{
- icon_state = "L1"
- },
-/area/hallway/primary/central)
-"bXF" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel{
- icon_state = "L3"
- },
-/area/hallway/primary/central)
-"bXG" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=Stbd";
- location = "HOP"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
- icon_state = "L5"
- },
-/area/hallway/primary/central)
-"bXH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel{
- icon_state = "L7"
- },
-/area/hallway/primary/central)
-"bXI" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=Dorm";
- location = "HOP2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel{
- icon_state = "L9"
- },
-/area/hallway/primary/central)
-"bXJ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
- icon_state = "L11"
- },
-/area/hallway/primary/central)
-"bXK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel{
- desc = "";
- icon_state = "L13";
- name = "floor"
- },
-/area/hallway/primary/central)
-"bXL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bXM" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXN" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXP" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXQ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXR" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXS" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=HOP2";
- location = "Stbd"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXT" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXU" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXV" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- icon_state = "pipe-j1s";
- sortType = 1;
- tag = "icon-pipe-j1s (NORTH)"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXW" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- glass = 1;
- name = "maintenance access";
- opacity = 0;
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bXZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bYa" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bYb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bYc" = (
-/obj/machinery/power/apc{
- auto_name = 0;
- dir = 1;
- name = "Aft Starboard Hallway APC";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/camera{
- c_tag = "Armory Aft Hallway";
- network = list("SS13","Brig")
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bYd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bYe" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bYf" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bYg" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/security/prison)
-"bYh" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/pod_3)
-"bYi" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/pod_3)
-"bYj" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHWEST)";
- dir = 10
- },
-/area/chapel/main)
-"bYk" = (
-/obj/item/clothing/suit/radiation,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYp" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYq" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYr" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- auto_name = 0;
- dir = 2;
- name = "Aft Port Hallway APC";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable/green,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYw" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYx" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYy" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYB" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYD" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYE" = (
-/obj/machinery/camera{
- c_tag = "Aft Port Hallway West 1";
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYH" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYI" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYK" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYL" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/light,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYN" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYP" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Aft Port Hallway East 1";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYQ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/corner,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYT" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/purple/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYV" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYW" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/purple/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYX" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYY" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bYZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bZa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bZb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bZc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L2"
- },
-/area/hallway/primary/central)
-"bZd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel{
- icon_state = "L4"
- },
-/area/hallway/primary/central)
-"bZe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L6"
- },
-/area/hallway/primary/central)
-"bZf" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L8"
- },
-/area/hallway/primary/central)
-"bZg" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel{
- icon_state = "L10"
- },
-/area/hallway/primary/central)
-"bZh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
- icon_state = "L12"
- },
-/area/hallway/primary/central)
-"bZi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- desc = "";
- icon_state = "L14"
- },
-/area/hallway/primary/central)
-"bZj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bZk" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/brown/corner,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/brown/corner,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel/brown/corner,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Aft Starboard Hallway West";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/brown/corner,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZs" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/brown,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZt" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/brown,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZu" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZw" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZB" = (
-/obj/machinery/camera{
- c_tag = "Aft Starboard Hallway East";
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZD" = (
-/obj/machinery/light/small,
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZE" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZF" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZG" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"bZH" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/button/massdriver{
- id = "chapelgun";
- name = "Chapel Mass Driver";
- pixel_x = -25
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bZI" = (
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bZJ" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bZK" = (
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/obj/machinery/camera{
- c_tag = "Chapel Funeral Parlor";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bZL" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/chapel/main)
-"bZM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Chapel"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bZN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Chapel"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bZO" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bZP" = (
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bZQ" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
- dir = 5
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"bZR" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- icon_state = "closed";
- lockdownbyai = 0;
- locked = 0;
- name = "Gateway Storage";
- req_access_txt = "62"
- },
-/turf/open/floor/plasteel/darkblue,
-/area/gateway)
-"bZS" = (
-/turf/open/floor/plasteel/darkblue,
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/gateway)
-"bZT" = (
-/turf/open/floor/plasteel/darkblue,
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/gateway)
-"bZU" = (
-/turf/open/floor/plasteel/darkblue,
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/gateway)
-"bZV" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"bZW" = (
-/turf/closed/wall,
-/area/storage/primary)
-"bZX" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/storage/primary)
-"bZY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Primary Tool Storage"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral,
-/area/storage/primary)
-"bZZ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Primary Tool Storage"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral,
-/area/storage/primary)
-"caa" = (
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"cab" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cac" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"cad" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cae" = (
-/turf/closed/wall,
-/area/janitor)
-"caf" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Custodial Closet";
- req_access_txt = "26"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/noslip,
-/area/janitor)
-"cag" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/janitor)
-"cah" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cai" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 10
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"caj" = (
-/turf/open/floor/plasteel/purple/side,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cak" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 6
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cal" = (
-/obj/structure/sign/science,
-/turf/closed/wall/r_wall,
-/area/toxins/lab)
-"cam" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"can" = (
-/obj/machinery/door/airlock/research{
- name = "Research Division Access";
- req_access_txt = "47"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/purple,
-/area/medical/research{
- name = "Research Division"
- })
-"cao" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"cap" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/assembly/robotics)
-"caq" = (
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"car" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "Skynet_launch";
- name = "Mech Bay Door Control";
- pixel_x = 26;
- pixel_y = -24;
- req_one_access_txt = "29"
- },
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (NORTH)";
- dir = 1
- },
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cas" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cat" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cau" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"cav" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"caw" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"cax" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"cay" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"caz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"caA" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"caB" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"caC" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/central)
-"caD" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"caE" = (
-/turf/closed/wall,
-/area/quartermaster/office)
-"caF" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/quartermaster/office)
-"caG" = (
-/obj/machinery/door/firedoor,
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageExternal"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/office)
-"caH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"caI" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/westleft{
- dir = 2;
- name = "Delivery Desk";
- req_access_txt = "50"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/office)
-"caJ" = (
-/obj/machinery/status_display{
- density = 0;
- pixel_y = 2;
- supply_display = 1
- },
-/turf/closed/wall,
-/area/quartermaster/office)
-"caK" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"caL" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"caM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"caN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"caO" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"caP" = (
-/turf/closed/wall/rust,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"caQ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"caR" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/hallway/primary/starboard{
- name = "Aft Starboard Hallway"
- })
-"caS" = (
-/turf/closed/wall,
-/area/maintenance/disposal)
-"caT" = (
-/obj/machinery/door/poddoor{
- id = "chapelgun";
- name = "Chapel Launcher Door"
- },
-/turf/open/floor/plating,
-/area/chapel/main)
-"caU" = (
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/chapel/main)
-"caV" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plating,
-/area/chapel/main)
-"caW" = (
-/obj/machinery/mass_driver{
- dir = 8;
- id = "chapelgun"
- },
-/obj/machinery/door/window/southleft{
- dir = 4;
- name = "Mass Driver Door";
- req_access_txt = "22"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/chapel/main)
-"caX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"caY" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"caZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cba" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cbb" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/centcom{
- name = "Funeral Parlour";
- opacity = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cbc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cbd" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cbe" = (
-/obj/structure/table/wood,
-/obj/item/candle,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cbf" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cbg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"cbh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"cbi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"cbj" = (
-/turf/closed/wall,
-/area/storage/emergency2)
-"cbk" = (
-/obj/machinery/door/airlock{
- name = "Port Emergency Storage";
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cbl" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cbm" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cbn" = (
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cbo" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"cbp" = (
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/gateway)
-"cbq" = (
-/obj/machinery/button/door{
- id = "stationawaygate";
- name = "Gateway Access Shutter Control";
- pixel_x = 24;
- pixel_y = 24;
- req_access_txt = "62"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/gateway)
-"cbr" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHWEST)";
- dir = 9
- },
-/area/gateway)
-"cbs" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cbt" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/storage/primary)
-"cbu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cbv" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/storage/primary)
-"cbw" = (
-/obj/structure/table,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/weapon/crowbar,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cbx" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cby" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/storage/primary)
-"cbz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cbA" = (
-/obj/structure/table,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/crowbar,
-/obj/item/weapon/weldingtool,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/storage/primary)
-"cbB" = (
-/obj/structure/bed,
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/crew_quarters/sleep)
-"cbC" = (
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cbD" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/brown,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cbE" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "Dorm1";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 25;
- pixel_y = 0;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cbF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"cbG" = (
-/obj/structure/closet/wardrobe/pjs,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"cbH" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cbI" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cbJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cbK" = (
-/obj/structure/closet/wardrobe/pjs,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/crew_quarters/sleep)
-"cbL" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "Dorm5";
- name = "Cabin Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = -25;
- pixel_y = 0;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"cbM" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/orange,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"cbN" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"cbO" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/noslip,
-/area/janitor)
-"cbP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/noslip,
-/area/janitor)
-"cbQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Custodial Closet";
- network = list("SS13")
- },
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/item/weapon/mop,
-/turf/open/floor/noslip,
-/area/janitor)
-"cbR" = (
-/obj/structure/janitorialcart,
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/obj/item/weapon/storage/box/mousetraps,
-/obj/item/weapon/storage/box/mousetraps,
-/turf/open/floor/noslip,
-/area/janitor)
-"cbS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cbT" = (
-/obj/structure/mopbucket,
-/obj/item/weapon/mop,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cbU" = (
-/turf/closed/wall/r_wall,
-/area/toxins/lab)
-"cbV" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd";
- name = "research lab shutters"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/toxins/lab)
-"cbW" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd";
- name = "research lab shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/southright{
- name = "Research and Development Desk";
- req_access_txt = "7"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cbX" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cbY" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/medical/research{
- name = "Research Division"
- })
-"cbZ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cca" = (
-/turf/closed/wall/r_wall,
-/area/assembly/robotics)
-"ccb" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics";
- name = "robotics lab shutters"
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"ccc" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics";
- name = "robotics lab shutters"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastright{
- base_state = "left";
- dir = 2;
- icon_state = "left";
- name = "Robotics Desk";
- req_access_txt = "29"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"ccd" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Mech Bay";
- req_access_txt = "29";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/chargebay)
-"cce" = (
-/obj/machinery/door/poddoor/shutters{
- id = "Skynet_launch";
- name = "Mech Bay"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/darkwarning,
-/area/assembly/chargebay)
-"ccf" = (
-/turf/closed/wall,
-/area/assembly/chargebay)
-"ccg" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cch" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cci" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/hallway/primary/central)
-"ccj" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"cck" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/hallway/primary/central)
-"ccl" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ccm" = (
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"ccn" = (
-/obj/structure/table,
-/obj/item/device/destTagger,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"cco" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageExternal"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ccp" = (
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "packageExternal"
- },
-/turf/open/floor/plasteel/brown{
- dir = 9
- },
-/area/quartermaster/office)
-"ccq" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"ccr" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"ccs" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cct" = (
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ccu" = (
-/obj/structure/table,
-/obj/item/weapon/stamp,
-/obj/machinery/camera{
- c_tag = "Cargo Office";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ccv" = (
-/obj/structure/table,
-/obj/item/weapon/stamp/denied,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ccw" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/office)
-"ccx" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/chair,
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/office)
-"ccy" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ccz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ccA" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ccB" = (
-/obj/item/clothing/under/color/rainbow,
-/obj/item/clothing/head/soft/rainbow,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ccC" = (
-/turf/closed/wall,
-/area/maintenance/apmaint)
-"ccD" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ccE" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ccF" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plating,
-/area/security/main)
-"ccG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/security/main)
-"ccH" = (
-/obj/machinery/atmospherics/components/binary/valve/open{
- tag = "icon-mvalve_map (EAST)";
- icon_state = "mvalve_map";
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/security/main)
-"ccI" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 8
- },
-/turf/open/floor/plating/warnplate{
- dir = 5
- },
-/area/security/main)
-"ccJ" = (
-/turf/closed/wall/rust,
-/area/storage/emergency)
-"ccK" = (
-/turf/closed/wall,
-/area/storage/emergency)
-"ccL" = (
-/obj/machinery/door/airlock{
- name = "Starboard Emergency Storage";
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/storage/emergency)
-"ccM" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/storage/emergency)
-"ccN" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/disposal)
-"ccO" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/disposal)
-"ccP" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/disposal)
-"ccQ" = (
-/obj/machinery/recycler,
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/disposal)
-"ccR" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ccS" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ccT" = (
-/obj/machinery/mineral/stacking_unit_console{
- dir = 2;
- machinedir = 4;
- pixel_y = 32
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage2"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ccU" = (
-/obj/machinery/mineral/stacking_machine{
- input_dir = 8;
- output_dir = 2
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/disposal)
-"ccV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ccW" = (
-/turf/closed/wall,
-/area/chapel/office)
-"ccX" = (
-/obj/structure/closet/coffin,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"ccY" = (
-/obj/structure/closet/coffin,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/eastleft{
- dir = 1;
- name = "Coffin Storage";
- req_access_txt = "22"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"ccZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cda" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHWEST)";
- dir = 9
- },
-/area/chapel/main)
-"cdb" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHEAST)";
- dir = 5
- },
-/area/chapel/main)
-"cdc" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHEAST)";
- dir = 5
- },
-/area/chapel/main)
-"cdd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"cde" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cdf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cdg" = (
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cdh" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cdi" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cdj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cdk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cdl" = (
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cdm" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cdn" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cdo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cdp" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cdq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cdr" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (SOUTHWEST)";
- dir = 10
- },
-/area/gateway)
-"cds" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/weapon/wrench,
-/obj/item/device/analyzer,
-/obj/item/weapon/screwdriver{
- pixel_y = 16
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cdt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cdu" = (
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cdv" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cdw" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/wirecutters,
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/weapon/screwdriver{
- pixel_y = 16
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cdx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cdy" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cdz" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cdA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cdB" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- id_tag = "Dorm1";
- name = "Dorm 1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/sleep)
-"cdC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cdD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cdE" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cdF" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cdG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- id_tag = "Dorm5";
- name = "Cabin 1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/sleep)
-"cdH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"cdI" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"cdJ" = (
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"cdK" = (
-/obj/structure/closet/jcloset,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/item/stack/tile/noslip{
- amount = 30
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/noslip,
-/area/janitor)
-"cdL" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/noslip,
-/area/janitor)
-"cdM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/noslip,
-/area/janitor)
-"cdN" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/noslip,
-/area/janitor)
-"cdO" = (
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cdP" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/dropper,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cdQ" = (
-/obj/machinery/camera{
- c_tag = "Research and Development Lab";
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- tag = "icon-warnwhitecorner";
- dir = 2
- },
-/area/toxins/lab)
-"cdR" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/lab)
-"cdS" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/lab)
-"cdT" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "rnd";
- name = "Shutters Control Button";
- pixel_x = 24;
- pixel_y = 24;
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/lab)
-"cdU" = (
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 1
- },
-/area/toxins/lab)
-"cdV" = (
-/obj/machinery/shower{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cdW" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/medical/research{
- name = "Research Division"
- })
-"cdX" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/shower{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cdY" = (
-/obj/machinery/r_n_d/circuit_imprinter,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cdZ" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/robotics_cyborgs{
- pixel_x = 2;
- pixel_y = 5
- },
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cea" = (
-/obj/machinery/computer/rdconsole/robotics,
-/obj/machinery/button/door{
- dir = 2;
- id = "robotics";
- name = "Shutters Control Button";
- pixel_x = -24;
- pixel_y = 24;
- req_access_txt = "29"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"ceb" = (
-/obj/effect/landmark/start{
- name = "Roboticist"
- },
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cec" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"ced" = (
-/obj/machinery/requests_console{
- department = "Robotics";
- departmentType = 2;
- name = "Robotics RC";
- pixel_y = 30
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cee" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_research{
- name = "Robotics Lab";
- req_access_txt = "29"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"cef" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (WEST)";
- dir = 8
- },
-/area/assembly/chargebay)
-"ceg" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/assembly/chargebay)
-"ceh" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/assembly/chargebay)
-"cei" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "Skynet_launch";
- name = "Mech Bay Door Control";
- pixel_x = 26;
- pixel_y = 24;
- req_one_access_txt = "29"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/assembly/chargebay)
-"cej" = (
-/turf/open/floor/plasteel/darkwarning/corner{
- tag = "icon-warndarkcorners (EAST)";
- dir = 4
- },
-/area/assembly/chargebay)
-"cek" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Mech Bay Maintenance";
- req_access_txt = "29"
- },
-/turf/open/floor/plating,
-/area/assembly/chargebay)
-"cel" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cem" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cen" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ceo" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"cep" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ceq" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cer" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ces" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageSort1"
- },
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"cet" = (
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- name = "Cargo Bay RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/wrapping_paper,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"ceu" = (
-/turf/open/floor/plasteel/loadingarea,
-/area/quartermaster/office)
-"cev" = (
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"cew" = (
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cex" = (
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cey" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/westleft{
- name = "Cargo Desk";
- req_access_txt = "50"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/office)
-"cez" = (
-/obj/structure/cable/orange{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ceA" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ceB" = (
-/obj/structure/cable/orange{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ceC" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ceD" = (
-/obj/item/clothing/shoes/sneakers/rainbow,
-/obj/item/clothing/gloves/color/rainbow,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ceE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/apmaint)
-"ceF" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ceG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ceH" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Distro to Virology";
- on = 1
- },
-/turf/open/floor/plating,
-/area/security/main)
-"ceI" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/security/main)
-"ceJ" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4
- },
-/obj/item/weapon/wrench,
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/security/main)
-"ceK" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating/warnplate{
- dir = 6
- },
-/area/security/main)
-"ceL" = (
-/turf/open/floor/plating,
-/area/storage/emergency)
-"ceM" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plating,
-/area/storage/emergency)
-"ceN" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/apmaint)
-"ceO" = (
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ceP" = (
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "garbage";
- name = "disposal coveyor"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ceQ" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/disposal)
-"ceR" = (
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "garbage3";
- name = "metal coveyor"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ceS" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/disposal)
-"ceT" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage3"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"ceU" = (
-/obj/structure/closet/coffin,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"ceV" = (
-/obj/structure/closet/coffin,
-/obj/machinery/door/window/eastleft{
- dir = 4;
- name = "Coffin Storage";
- req_access_txt = "22"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"ceW" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"ceX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"ceY" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Chapel Office";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"ceZ" = (
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cfa" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Chapel Office";
- req_access_txt = "22"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cfb" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHWEST)";
- dir = 10
- },
-/area/chapel/main)
-"cfc" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHEAST)";
- dir = 6
- },
-/area/chapel/main)
-"cfd" = (
-/turf/open/floor/carpet{
- icon_state = "carpetsymbol"
- },
-/area/chapel/main)
-"cfe" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cff" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cfg" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cfh" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cfi" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plating,
-/area/storage/emergency2)
-"cfj" = (
-/turf/closed/wall/rust,
-/area/storage/emergency2)
-"cfk" = (
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cfl" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cfm" = (
-/obj/item/weapon/c_tube,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"cfn" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cfo" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/gateway)
-"cfp" = (
-/obj/structure/closet/secure_closet/exile,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/gateway)
-"cfq" = (
-/obj/structure/closet/l3closet/scientist,
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Gateway Storage";
- dir = 1;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/gateway)
-"cfr" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/item/weapon/paper/pamphlet,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cfs" = (
-/obj/structure/table,
-/obj/item/device/radio/off{
- pixel_y = 6
- },
-/obj/item/device/radio/off{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/device/radio/off{
- pixel_x = -6;
- pixel_y = 4
- },
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"cft" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- dir = 4;
- freq = 1400;
- location = "Tool Storage"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/storage/primary)
-"cfu" = (
-/turf/open/floor/plasteel/delivery,
-/area/storage/primary)
-"cfv" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cfw" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
- },
-/obj/item/stack/cable_coil{
- pixel_x = 2;
- pixel_y = -2
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cfx" = (
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/crew_quarters/sleep)
-"cfy" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cfz" = (
-/obj/structure/table/wood,
-/obj/item/clothing/mask/balaclava{
- pixel_x = -8;
- pixel_y = 8
- },
-/obj/item/device/paicard,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cfA" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cfB" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/crew_quarters/sleep)
-"cfC" = (
-/obj/structure/closet/l3closet/janitor,
-/turf/open/floor/noslip,
-/area/janitor)
-"cfD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/noslip,
-/area/janitor)
-"cfE" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Janitor"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/noslip,
-/area/janitor)
-"cfF" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/noslip,
-/area/janitor)
-"cfG" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cfH" = (
-/obj/structure/table/glass,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cfI" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/lab)
-"cfJ" = (
-/obj/machinery/computer/rdconsole/core,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"cfK" = (
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"cfL" = (
-/obj/machinery/r_n_d/protolathe,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"cfM" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/toxins/lab)
-"cfN" = (
-/obj/structure/closet/firecloset/full,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cfO" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/medical/research{
- name = "Research Division"
- })
-"cfP" = (
-/obj/structure/closet/firecloset/full,
-/obj/machinery/camera{
- c_tag = "Research Division Access";
- dir = 8;
- network = list("SS13","Sci");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cfQ" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/obj/item/weapon/stock_parts/cell/high/plus{
- pixel_x = -4;
- pixel_y = -2
- },
-/obj/item/weapon/stock_parts/cell/high/plus{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/cell/high/plus,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cfR" = (
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cfS" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cfT" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cfU" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cfV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"cfW" = (
-/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port";
- icon_state = "recharge_port";
- dir = 2
- },
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/assembly/chargebay)
-"cfX" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"cfY" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/chargebay)
-"cfZ" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"cga" = (
-/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port";
- icon_state = "recharge_port";
- dir = 2
- },
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/assembly/chargebay)
-"cgb" = (
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageSort1"
- },
-/turf/open/floor/plating/warnplate,
-/area/quartermaster/office)
-"cgc" = (
-/obj/structure/table,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cge" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/office)
-"cgf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgg" = (
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel/brown/corner,
-/area/quartermaster/office)
-"cgh" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/computer/cargo/request,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/quartermaster/office)
-"cgi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgk" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgm" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgn" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/camera{
- c_tag = "Cargo Waiting Area";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cgo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible,
-/turf/closed/wall,
-/area/maintenance/apmaint)
-"cgp" = (
-/turf/closed/wall/rust,
-/area/maintenance/apmaint)
-"cgq" = (
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics Maintenance";
- req_access_txt = "12;24"
- },
-/turf/open/floor/plating,
-/area/security/main)
-"cgr" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/storage/emergency)
-"cgs" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/storage/emergency)
-"cgt" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/storage/emergency)
-"cgu" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plating,
-/area/storage/emergency)
-"cgv" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cgw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/light_switch{
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cgx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cgy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/disposal)
-"cgz" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cgA" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/disposal)
-"cgB" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/disposal)
-"cgC" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cgD" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage3"
- },
-/obj/machinery/disposal/deliveryChute{
- tag = "icon-intake (NORTH)";
- icon_state = "intake";
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/disposal)
-"cgE" = (
-/obj/structure/closet/coffin,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cgF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cgG" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp{
- pixel_y = 10
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cgH" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cgI" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/chapel/office)
-"cgJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cgK" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cgL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"cgM" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"cgN" = (
-/turf/open/floor/carpet,
-/area/chapel/main)
-"cgO" = (
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"cgP" = (
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/meter,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cgQ" = (
-/obj/structure/grille,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cgR" = (
-/turf/closed/wall/rust,
-/area/maintenance/fsmaint)
-"cgS" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cgT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cgU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cgV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cgW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cgX" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"cgY" = (
-/obj/structure/dresser,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cgZ" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/blue,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cha" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "Dorm2";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 25;
- pixel_y = 0;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"chb" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Dormitories";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"chc" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"chd" = (
-/obj/structure/table/wood,
-/obj/item/toy/cards/deck{
- pixel_x = 2
- },
-/obj/item/weapon/coin/silver,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"che" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"chf" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/crew_quarters/sleep)
-"chg" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "Dorm6";
- name = "Cabin Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = -25;
- pixel_y = 0;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"chh" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/red,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"chi" = (
-/turf/open/floor/plasteel/delivery,
-/area/janitor)
-"chj" = (
-/obj/vehicle/janicart,
-/obj/item/key/janitor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/noslip,
-/area/janitor)
-"chk" = (
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Janitorial";
- departmentType = 1;
- name = "Custodial Closet RC";
- pixel_y = -29
- },
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/noslip,
-/area/janitor)
-"chl" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"chm" = (
-/obj/item/weapon/stock_parts/console_screen,
-/obj/structure/table/glass,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"chn" = (
-/obj/machinery/r_n_d/destructive_analyzer,
-/turf/open/floor/plasteel/warning,
-/area/toxins/lab)
-"cho" = (
-/turf/open/floor/plasteel/warning,
-/area/toxins/lab)
-"chp" = (
-/obj/machinery/r_n_d/circuit_imprinter,
-/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
-/turf/open/floor/plasteel/warning,
-/area/toxins/lab)
-"chq" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/toxins/lab)
-"chr" = (
-/obj/machinery/door/airlock/research{
- name = "Research Division Access";
- req_access_txt = "47"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/medical/research{
- name = "Research Division"
- })
-"chs" = (
-/obj/structure/table,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/weapon/crowbar,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cht" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Roboticist"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"chu" = (
-/obj/machinery/mecha_part_fabricator,
-/turf/open/floor/plasteel/whitebot,
-/area/assembly/robotics)
-"chv" = (
-/obj/structure/chair/stool,
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"chw" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 20;
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/device/multitool{
- pixel_x = 3
- },
-/obj/item/device/multitool{
- pixel_x = 3
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"chx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"chy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/mech_bay_recharge_floor,
-/area/assembly/chargebay)
-"chz" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"chA" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"chB" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"chC" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/camera{
- c_tag = "Mech Bay";
- dir = 8;
- network = list("SS13","Sci");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/mech_bay_recharge_floor,
-/area/assembly/chargebay)
-"chD" = (
-/turf/closed/wall/r_wall,
-/area/security/nuke_storage)
-"chE" = (
-/obj/structure/sign/securearea,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/security/nuke_storage)
-"chF" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/vault{
- icon_state = "closed";
- locked = 1;
- req_access_txt = "53"
- },
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"chG" = (
-/obj/structure/sign/securearea,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/security/nuke_storage)
-"chH" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageSort1"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/quartermaster/office)
-"chI" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/quartermaster/office)
-"chJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"chK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"chL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"chM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Delivery Office";
- req_access_txt = "50"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"chN" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
- dir = 8
- },
-/area/quartermaster/office)
-"chO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"chP" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"chQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"chR" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"chS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"chT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"chU" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"chV" = (
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"chW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/apmaint)
-"chX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"chY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"chZ" = (
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cia" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cib" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cic" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Disposal Access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cid" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cie" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "garbage2";
- name = "disposal coveyor secondary"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cif" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage2"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cig" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/button/massdriver{
- id = "trash";
- pixel_x = 26;
- pixel_y = -6
- },
-/obj/machinery/button/door{
- id = "Disposal Exit";
- name = "Disposal Vent Control";
- pixel_x = 25;
- pixel_y = 4;
- req_access_txt = "12"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cih" = (
-/turf/closed/wall/r_wall/rust,
-/area/maintenance/disposal)
-"cii" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/disposal)
-"cij" = (
-/obj/machinery/requests_console{
- department = "Chapel";
- departmentType = 2;
- name = "Chapel RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cik" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Chaplain"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cil" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cim" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cin" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/chapel/office)
-"cio" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cip" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/chapel/main)
-"ciq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cir" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"cis" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cit" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"civ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint)
-"cix" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/gateway)
-"ciy" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/scanning_module,
-/obj/item/weapon/newspaper,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciz" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciB" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciC" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciF" = (
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Tool Storage";
- departmentType = 0;
- name = "Tool Storage RC";
- pixel_y = -30
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_y = 5
- },
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciG" = (
-/obj/machinery/vending/tool,
-/obj/machinery/light,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciH" = (
-/obj/machinery/vending/assist,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/obj/machinery/camera{
- c_tag = "Primary Tool Storage";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciI" = (
-/obj/structure/table,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/obj/item/device/t_scanner,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/obj/item/device/multitool,
-/obj/item/device/multitool{
- pixel_x = 4
- },
-/obj/item/device/assembly/igniter{
- pixel_x = -8;
- pixel_y = -4
- },
-/obj/item/device/assembly/igniter,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"ciL" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ciM" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint)
-"ciN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- id_tag = "Dorm2";
- name = "Dorm 2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/sleep)
-"ciO" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"ciP" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"ciQ" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"ciR" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- id_tag = "Dorm6";
- name = "Cabin 2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/sleep)
-"ciS" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- dir = 1;
- freq = 1400;
- location = "Janitor"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/janitor)
-"ciT" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Custodial Maintenance";
- req_access_txt = "26"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/janitor)
-"ciU" = (
-/obj/structure/table/glass,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/scanning_module{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/scanning_module,
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/lab)
-"ciV" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
- dir = 8
- },
-/area/toxins/lab)
-"ciW" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"ciX" = (
-/turf/closed/wall,
-/area/toxins/lab)
-"ciY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ciZ" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cja" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cjb" = (
-/turf/closed/wall,
-/area/assembly/robotics)
-"cjc" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/weapon/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/weapon/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/device/healthanalyzer,
-/obj/item/device/healthanalyzer,
-/obj/item/device/healthanalyzer,
-/obj/machinery/camera{
- c_tag = "Robotics Lab";
- dir = 4;
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cjd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cje" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cjf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cjg" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cjh" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cji" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"cjj" = (
-/obj/machinery/computer/mech_bay_power_console,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"cjk" = (
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"cjl" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/chargebay)
-"cjm" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"cjn" = (
-/obj/machinery/computer/mech_bay_power_console,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"cjo" = (
-/obj/structure/closet/secure_closet/freezer/money,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/security/nuke_storage)
-"cjp" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault,
-/area/security/nuke_storage)
-"cjq" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/vault,
-/area/security/nuke_storage)
-"cjr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault,
-/area/security/nuke_storage)
-"cjs" = (
-/obj/structure/safe{
- pixel_x = 4;
- pixel_y = 0
- },
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The seven is slightly darker than the other numbers.";
- tag = "seven"
- },
-/obj/item/weapon/paper/crumpled{
- info = "The eighth is almost certainly too close to disappearing for comfort..."
- },
-/obj/item/weapon/twohanded/singularityhammer{
- desc = "This hammer harnesses the power of a miniaturized singularity to deal crushing blows, at least in theory.";
- force_wielded = 10;
- origin_tech = "combat=4;bluespace=3"
- },
-/obj/item/weapon/sord,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/security/nuke_storage)
-"cjt" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
- dir = 8
- },
-/obj/machinery/conveyor_switch/oneway{
- id = "packageSort1"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/quartermaster/office)
-"cju" = (
-/obj/machinery/light/small,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cjv" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cjw" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cjx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cjy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/brown/corner,
-/area/quartermaster/office)
-"cjz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHEAST)";
- dir = 6
- },
-/area/quartermaster/office)
-"cjA" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"cjB" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHWEST)";
- dir = 10
- },
-/area/quartermaster/office)
-"cjC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/quartermaster/office)
-"cjD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"cjE" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cjF" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cjG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/quartermaster/office)
-"cjH" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/mob/living/simple_animal/mouse/white,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjM" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/apmaint)
-"cjP" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cjQ" = (
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cjR" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/disposal)
-"cjS" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/disposal)
-"cjT" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/disposal)
-"cjU" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Disposal Exit";
- layer = 3.3;
- name = "disposal exit vent"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cjV" = (
-/obj/machinery/mass_driver{
- dir = 4;
- id = "trash"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cjW" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cjX" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/disposal)
-"cjY" = (
-/obj/machinery/door/poddoor{
- id = "trash";
- name = "disposal bay door"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"cjZ" = (
-/obj/structure/closet/wardrobe/chaplain_black,
-/obj/item/weapon/storage/crayons,
-/obj/item/weapon/storage/fancy/candle_box,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cka" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"ckb" = (
-/obj/structure/table/wood,
-/obj/item/weapon/nullrod,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"ckc" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"ckd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"cke" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/chapel/office)
-"ckf" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"ckg" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHWEST)";
- dir = 9
- },
-/area/chapel/main)
-"ckh" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTHEAST)";
- dir = 5
- },
-/area/chapel/main)
-"cki" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"ckj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"ckk" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ckl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/rust,
-/area/maintenance/fsmaint)
-"ckm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"ckn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cko" = (
-/obj/item/stack/sheet/cardboard,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"ckp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ckq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ckr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cks" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ckt" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cku" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ckv" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ckw" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ckx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cky" = (
-/obj/machinery/requests_console{
- department = "Crew Quarters";
- name = "Dormitories RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/crew_quarters/sleep)
-"ckz" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"ckA" = (
-/obj/structure/table/wood,
-/obj/item/device/instrument/guitar,
-/obj/item/device/instrument/violin,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"ckB" = (
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/crew_quarters/sleep)
-"ckC" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint2)
-"ckD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ckE" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/janitor)
-"ckF" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- dir = 4;
- freq = 1400;
- location = "Research Division"
- },
-/turf/open/floor/plasteel/whitebot,
-/area/toxins/lab)
-"ckG" = (
-/turf/open/floor/plasteel/whitebot/delivery,
-/area/toxins/lab)
-"ckH" = (
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/toxins/lab)
-"ckI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"ckJ" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitebot,
-/area/toxins/lab)
-"ckK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"ckL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/toxins/lab)
-"ckM" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd2";
- name = "research lab shutters"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/toxins/lab)
-"ckN" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ckO" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"ckP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"ckQ" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics2";
- name = "robotics lab shutters"
- },
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"ckR" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "robotics2";
- name = "Shutters Control Button";
- pixel_x = -24;
- pixel_y = 24;
- req_access_txt = "29"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/assembly/robotics)
-"ckS" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite/corner{
- tag = "icon-warnwhitecorner";
- dir = 2
- },
-/area/assembly/robotics)
-"ckT" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2;
- tag = "icon-warnwhite (NORTH)"
- },
-/area/assembly/robotics)
-"ckU" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2;
- tag = "icon-warnwhite (NORTH)"
- },
-/area/assembly/robotics)
-"ckV" = (
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 2;
- tag = "icon-warnwhite (NORTH)"
- },
-/area/assembly/robotics)
-"ckW" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = 6
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2;
- tag = "icon-warnwhite (NORTH)"
- },
-/area/assembly/robotics)
-"ckX" = (
-/obj/machinery/recharge_station,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/assembly/chargebay)
-"ckY" = (
-/turf/open/floor/plasteel/black,
-/area/assembly/chargebay)
-"ckZ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/weapon/crowbar/large,
-/obj/structure/cable/pink,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/obj/item/mecha_parts/mecha_tracking,
-/obj/item/mecha_parts/mecha_tracking,
-/obj/item/mecha_parts/mecha_tracking,
-/obj/item/mecha_parts/mecha_tracking,
-/turf/open/floor/plasteel/black,
-/area/assembly/chargebay)
-"cla" = (
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/chargebay)
-"clb" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/assembly/chargebay)
-"clc" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cld" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cle" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/security/nuke_storage)
-"clf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 6
- },
-/area/security/nuke_storage)
-"clg" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"clh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"cli" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"clj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 10
- },
-/area/security/nuke_storage)
-"clk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cll" = (
-/turf/open/floor/plasteel/brown{
- dir = 10;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHWEST)";
- dir = 10
- },
-/area/quartermaster/office)
-"clm" = (
-/turf/open/floor/plasteel/brown,
-/obj/machinery/conveyor_switch/oneway{
- id = "packageSort2"
- },
-/turf/open/floor/plasteel/warningline,
-/area/quartermaster/office)
-"cln" = (
-/turf/open/floor/plasteel/brown,
-/obj/machinery/camera{
- c_tag = "Cargo Office West";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warningline,
-/area/quartermaster/office)
-"clo" = (
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/quartermaster/office)
-"clp" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Office";
- req_access_txt = "50"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"clq" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Office";
- req_access_txt = "50"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"clr" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"cls" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/mineral/ore_redemption{
- input_dir = 2;
- ore_pickup_rate = 30;
- output_dir = 1
- },
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/office)
-"clt" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/checkpoint/supply)
-"clu" = (
-/turf/closed/wall,
-/area/security/checkpoint/supply)
-"clv" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/apmaint)
-"clw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"clx" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cly" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"clz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/apmaint)
-"clA" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/grille/broken,
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"clB" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"clC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/girder{
- layer = 2.6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"clD" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"clE" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/girder{
- layer = 2.6
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"clF" = (
-/turf/closed/wall/rust,
-/area/maintenance/disposal)
-"clG" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"clH" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"clI" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"clJ" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"clK" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"clL" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (SOUTHWEST)";
- dir = 10
- },
-/area/chapel/main)
-"clM" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"clN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"clO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"clP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"clQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint)
-"clR" = (
-/turf/closed/wall,
-/area/maintenance/electrical)
-"clS" = (
-/turf/closed/wall/rust,
-/area/maintenance/electrical)
-"clT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible,
-/turf/closed/wall,
-/area/maintenance/electrical)
-"clU" = (
-/obj/item/weapon/pen/invisible,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"clV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"clW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"clX" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"clY" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"clZ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cma" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cmb" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating,
-/area/storage/primary)
-"cmc" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cmd" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cme" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cmf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cmg" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cmh" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/green,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cmi" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "Dorm3";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 25;
- pixel_y = 0;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cmj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"cmk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/crew_quarters/sleep)
-"cml" = (
-/obj/structure/dresser,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "Dorm4";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = -25;
- pixel_y = 0;
- req_access_txt = "0";
- specialfunctions = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cmm" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/purple,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cmn" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cmo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cmp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cmq" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cmr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cms" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cmt" = (
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/toxins/lab)
-"cmu" = (
-/obj/structure/chair/office/light,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- dir = 1
- },
-/area/toxins/lab)
-"cmv" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cmw" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cmx" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cmy" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 4
- },
-/area/toxins/lab)
-"cmz" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd2";
- name = "research lab shutters"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- desc = "It opens and closes. Just as secure as ever, or in other words not at all.";
- glass = 1;
- name = "Research and Development Lab";
- opacity = 0;
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/toxins/lab)
-"cmA" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- sortType = 12
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cmB" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cmC" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- icon_state = "pipe-j1s";
- sortType = 14;
- tag = "icon-pipe-j1s (NORTH)"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cmD" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_research{
- glass = 0;
- name = "Robotics Lab";
- opacity = 1;
- req_access_txt = "29"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/assembly/robotics)
-"cmE" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/assembly/robotics)
-"cmF" = (
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/assembly/robotics)
-"cmG" = (
-/obj/structure/table,
-/obj/item/weapon/retractor,
-/obj/item/weapon/hemostat,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHWEST)";
- dir = 9
- },
-/area/assembly/robotics)
-"cmH" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/assembly/robotics)
-"cmI" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTH)";
- dir = 1
- },
-/area/assembly/robotics)
-"cmJ" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/weapon/surgical_drapes,
-/obj/item/weapon/razor,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (NORTHEAST)";
- dir = 5
- },
-/area/assembly/robotics)
-"cmK" = (
-/turf/closed/wall/r_wall,
-/area/assembly/chargebay)
-"cmL" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/asmaint2)
-"cmM" = (
-/obj/structure/lattice,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"cmN" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/vault{
- dir = 6
- },
-/area/security/nuke_storage)
-"cmO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/mob/living/simple_animal/mouse/brown/Tom,
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"cmP" = (
-/obj/machinery/nuclearbomb/selfdestruct,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/nuke_storage)
-"cmQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"cmR" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/vault{
- dir = 10
- },
-/area/security/nuke_storage)
-"cmS" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/visible,
-/turf/closed/wall/r_wall,
-/area/maintenance/apmaint)
-"cmT" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/apmaint)
-"cmU" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageSort1"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plating/warnplate/corner{
- dir = 8;
- tag = ""
- },
-/area/quartermaster/office)
-"cmV" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "packageSort2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/quartermaster/office)
-"cmW" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "packageSort2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/quartermaster/office)
-"cmX" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "packageSort2"
- },
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"cmY" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet{
- dir = 8;
- eject_range = 4
- },
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"cmZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/quartermaster/office)
-"cna" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 1;
- eject_range = 1
- },
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"cnb" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"cnc" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"cnd" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"cne" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/office)
-"cnf" = (
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/quartermaster/office)
-"cng" = (
-/turf/open/floor/plasteel/red/corner,
-/area/quartermaster/office)
-"cnh" = (
-/obj/structure/table,
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/security/checkpoint/supply)
-"cni" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/checkpoint/supply)
-"cnj" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- name = "Cargo Post RC";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/obj/machinery/camera{
- c_tag = "Cargo Security Post";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/security/checkpoint/supply)
-"cnk" = (
-/obj/structure/cable/orange{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock)
-"cnl" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cnm" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cnn" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cno" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cnp" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cnq" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cnr" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cns" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cnt" = (
-/obj/machinery/door/airlock{
- name = "Crematorium";
- req_access_txt = "27"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cnu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/chapel/office)
-"cnv" = (
-/obj/machinery/door/morgue{
- name = "Confession Booth (Chaplain)";
- req_access_txt = "22"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cnw" = (
-/obj/machinery/door/morgue{
- name = "Confession Booth"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cnx" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cny" = (
-/obj/machinery/camera{
- c_tag = "Chapel";
- dir = 1;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cnz" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cnA" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cnB" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/mech_bay_recharge_port,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cnC" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cnD" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/computer/mech_bay_power_console,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cnE" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cnF" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cnG" = (
-/turf/closed/wall,
-/area/construction)
-"cnH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall,
-/area/construction)
-"cnI" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
- dir = 8
- },
-/turf/closed/wall,
-/area/construction)
-"cnJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/rust,
-/area/construction)
-"cnK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/construction)
-"cnL" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnM" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnN" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnP" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnR" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnS" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cnT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- id_tag = "Dorm3";
- name = "Dorm 3"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/sleep)
-"cnU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cnV" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cnW" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- id_tag = "Dorm4";
- name = "Dorm 4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral,
-/area/crew_quarters/sleep)
-"cnX" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"cnY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/wardrobe/grey,
-/obj/item/weapon/lighter/greyscale,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cnZ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"coa" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cob" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"coc" = (
-/obj/item/weapon/folder/white,
-/obj/structure/table,
-/obj/item/weapon/disk/tech_disk{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/weapon/disk/tech_disk{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/weapon/disk/design_disk,
-/obj/item/weapon/disk/design_disk,
-/obj/item/weapon/book/manual/research_and_development,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cod" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/obj/item/weapon/stock_parts/cell/high/plus,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"coe" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/clothing/glasses/welding,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable/pink,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cof" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"cog" = (
-/obj/structure/frame/machine,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"coh" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- dir = 4
- },
-/area/toxins/lab)
-"coi" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd2";
- name = "research lab shutters"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/toxins/lab)
-"coj" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cok" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"col" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"com" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics2";
- name = "robotics lab shutters"
- },
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"con" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/assembly/robotics)
-"coo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/assembly/robotics)
-"cop" = (
-/obj/structure/table,
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/scalpel{
- pixel_y = 12
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (WEST)";
- dir = 8
- },
-/area/assembly/robotics)
-"coq" = (
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"cor" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"cos" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/assembly/robotics)
-"cot" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Robotics Lab Maintenance";
- req_access_txt = "29"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"cou" = (
-/obj/item/weapon/cigbutt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cov" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cow" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cox" = (
-/obj/structure/rack,
-/obj/item/weapon/newspaper,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"coy" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"coz" = (
-/obj/structure/girder,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"coA" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"coB" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"coC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/security/nuke_storage)
-"coD" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 6
- },
-/area/security/nuke_storage)
-"coE" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"coF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"coG" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/circuit/gcircuit{
- luminosity = 2
- },
-/area/security/nuke_storage)
-"coH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 10
- },
-/area/security/nuke_storage)
-"coI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"coJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"coK" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/quartermaster/office)
-"coL" = (
-/obj/structure/disposalpipe/wrapsortjunction{
- tag = "icon-pipe-j1s (WEST)";
- icon_state = "pipe-j1s";
- dir = 8
- },
-/turf/closed/wall,
-/area/quartermaster/office)
-"coM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/quartermaster/office)
-"coN" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 2
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"coO" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 3
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"coP" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/junction{
- tag = "icon-pipe-y (WEST)";
- icon_state = "pipe-y";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"coQ" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"coR" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"coS" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"coT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/checkpoint/supply)
-"coU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/checkpoint/supply)
-"coV" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/landmark/start/depsec/supply,
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/checkpoint/supply)
-"coW" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/computer/security/mining,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/checkpoint/supply)
-"coX" = (
-/turf/closed/wall,
-/area/quartermaster/miningdock)
-"coY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/quartermaster/miningdock)
-"coZ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Mining Maintenance";
- req_access_txt = "48"
- },
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/quartermaster/miningdock)
-"cpa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cpb" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cpc" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cpd" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cpe" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cpf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cpg" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cph" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/table/wood,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cpi" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Chapel Crematorium";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cpj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cpk" = (
-/obj/structure/bodycontainer/crematorium,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cpl" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1480;
- name = "Confessional Intercom";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cpm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/chapel/office)
-"cpn" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1480;
- name = "Confessional Intercom";
- pixel_x = 0;
- pixel_y = -25
- },
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"cpo" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/closed/wall,
-/area/chapel/main)
-"cpp" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cpq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/chapel/main)
-"cpr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cps" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cpt" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cpu" = (
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cpv" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/electrical)
-"cpw" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cpx" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cpy" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/electrical)
-"cpz" = (
-/obj/structure/rack,
-/obj/item/stack/cable_coil/green,
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/sheet/mineral/plasma{
- amount = 10;
- layer = 3
- },
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cpA" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cpB" = (
-/obj/structure/frame/computer,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/construction)
-"cpC" = (
-/obj/structure/frame/computer,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cpD" = (
-/obj/structure/table,
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/obj/item/clothing/gloves/color/fyellow,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cpE" = (
-/obj/structure/frame/machine,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cpF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cpG" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cpH" = (
-/obj/structure/grille/broken,
-/obj/item/device/assembly/mousetrap,
-/obj/item/trash/deadmouse,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"cpI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cpJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cpK" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"cpL" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"cpM" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/sleep)
-"cpN" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cpO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible,
-/turf/closed/wall/rust,
-/area/maintenance/asmaint2)
-"cpP" = (
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"cpQ" = (
-/turf/closed/wall/r_wall,
-/area/toxins/server)
-"cpR" = (
-/turf/closed/wall/r_wall,
-/area/security/checkpoint/science)
-"cpS" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd2";
- name = "research lab shutters"
- },
-/turf/open/floor/plating,
-/area/security/checkpoint/science)
-"cpT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cpU" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cpV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera{
- c_tag = "Science Hallway North";
- dir = 8;
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cpW" = (
-/obj/structure/closet/wardrobe/robotics_black,
-/obj/item/device/radio/headset/headset_sci{
- pixel_x = -3
- },
-/obj/item/clothing/glasses/welding,
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cpX" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/assembly/robotics)
-"cpY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/assembly/robotics)
-"cpZ" = (
-/obj/structure/table/optable{
- name = "Robotics Operating Table"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"cqa" = (
-/obj/machinery/computer/operating{
- name = "Robotics Operating Computer"
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"cqb" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/pen,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkwarning{
- tag = "icon-warndark (EAST)";
- dir = 4
- },
-/area/assembly/robotics)
-"cqc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/assembly/robotics)
-"cqd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cqe" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cqf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint2)
-"cqg" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cqh" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cqi" = (
-/obj/structure/closet/crate{
- name = "Gold Crate"
- },
-/obj/item/stack/sheet/mineral/gold,
-/obj/item/stack/sheet/mineral/gold,
-/obj/item/stack/sheet/mineral/gold,
-/obj/item/weapon/storage/belt/champion,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/security/nuke_storage)
-"cqj" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"cqk" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/camera{
- c_tag = "Vault";
- dir = 1;
- network = list("SS13");
- start_active = 1
- },
-/obj/structure/filingcabinet,
-/obj/item/weapon/folder/documents,
-/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
- dir = 8
- },
-/area/security/nuke_storage)
-"cql" = (
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"cqm" = (
-/obj/item/weapon/coin/silver{
- pixel_x = 7;
- pixel_y = 12
- },
-/obj/item/weapon/coin/silver{
- pixel_x = 12;
- pixel_y = 7
- },
-/obj/item/weapon/coin/silver{
- pixel_x = 4;
- pixel_y = 8
- },
-/obj/item/weapon/coin/silver{
- pixel_x = -6;
- pixel_y = 5
- },
-/obj/item/weapon/coin/silver{
- pixel_x = 5;
- pixel_y = -8
- },
-/obj/structure/closet/crate{
- name = "Silver Crate"
- },
-/obj/item/stack/sheet/mineral/silver,
-/obj/item/stack/sheet/mineral/silver,
-/obj/item/stack/sheet/mineral/silver,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/security/nuke_storage)
-"cqn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cqo" = (
-/turf/closed/wall,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cqp" = (
-/obj/structure/rack,
-/obj/item/weapon/electronics/airalarm,
-/obj/item/weapon/electronics/airlock,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cqq" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cqr" = (
-/obj/structure/cable/orange{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cqs" = (
-/obj/structure/rack,
-/obj/item/weapon/electronics/firelock,
-/obj/item/weapon/electronics/apc,
-/obj/item/weapon/electronics/firealarm,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cqt" = (
-/turf/open/floor/fakespace,
-/area/quartermaster/storage)
-"cqu" = (
-/turf/closed/wall,
-/area/quartermaster/storage)
-"cqv" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/obj/machinery/camera{
- c_tag = "Cargo Office South";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cqw" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cqx" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cqy" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cqz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"cqA" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/checkpoint/supply)
-"cqB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/security/checkpoint/supply)
-"cqC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/side,
-/area/security/checkpoint/supply)
-"cqD" = (
-/obj/machinery/computer/secure_data,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/light_switch{
- pixel_x = 24;
- pixel_y = 11;
- tag = "e"
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/checkpoint/supply)
-"cqE" = (
-/obj/structure/closet/wardrobe/miner,
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (NORTHWEST)";
- dir = 9
- },
-/area/quartermaster/miningdock)
-"cqF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/miningdock)
-"cqG" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"cqH" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/mining)
-"cqI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/mining)
-"cqJ" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/mining)
-"cqK" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/mining)
-"cqL" = (
-/obj/structure/table,
-/obj/item/weapon/poster/legit,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cqM" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cqN" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cqO" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cqP" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Aft Starboard Solar Maintenance";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cqQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/apmaint)
-"cqR" = (
-/obj/structure/bodycontainer/morgue,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cqS" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cqT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cqU" = (
-/obj/machinery/button/crematorium{
- pixel_x = 25
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"cqV" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cqW" = (
-/obj/structure/closet/cardboard{
- desc = "Just a box... Contains Emergency Supplies."
- },
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cqX" = (
-/obj/structure/rack,
-/obj/item/weapon/lipstick/random,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cqY" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cqZ" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"cra" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crb" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crc" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Aft Port Solar Maintenance";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crd" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 2;
- tag = ""
- },
-/area/maintenance/fsmaint)
-"cre" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate,
-/area/maintenance/fsmaint)
-"crf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating/warnplate/corner{
- dir = 1;
- tag = ""
- },
-/area/maintenance/fsmaint)
-"crg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cri" = (
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"crj" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"crk" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"crl" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"crm" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"crn" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cro" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/construction)
-"crp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"crq" = (
-/obj/structure/table_frame,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"crr" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crs" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crt" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"cru" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crv" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crw" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"crx" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"cry" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"crz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/sleep)
-"crA" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock{
- name = "Unisex Showers";
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"crB" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"crC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Showers";
- network = list("SS13")
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"crD" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"crE" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"crF" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"crG" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"crH" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"crI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"crJ" = (
-/obj/structure/closet/secure_closet/chemical,
-/obj/item/weapon/reagent_containers/dropper,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"crK" = (
-/obj/machinery/r_n_d/server/core,
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"crL" = (
-/obj/machinery/airalarm/server{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Server Room";
- network = list("Sci")
- },
-/turf/open/floor/plasteel/black{
- name = "Server Walkway";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"crM" = (
-/obj/machinery/r_n_d/server/robotics,
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"crN" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 9
- },
-/area/security/checkpoint/science)
-"crO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/security/checkpoint/science)
-"crP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 5
- },
-/area/security/checkpoint/science)
-"crQ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/checkpoint/science)
-"crR" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (WEST)";
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"crS" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"crT" = (
-/turf/closed/wall,
-/area/crew_quarters/hor)
-"crU" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/hor)
-"crV" = (
-/turf/closed/wall/r_wall,
-/area/toxins/explab)
-"crW" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"crX" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"crY" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"crZ" = (
-/obj/item/toy/foamblade{
- attack_verb = list("stoned","grabbed","smacked");
- desc = "A huge foam hand, patterned after stone.";
- icon = 'icons/obj/weapons.dmi';
- icon_state = "fleshtostone";
- item_state = "fleshtostone";
- name = "huge foam hand";
- w_class = 4
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"csa" = (
-/obj/item/weapon/dice/d8{
- desc = "A die with eight sides. It feels.... incredibly lucky. The two is slightly darker than the other numbers.";
- tag = "two"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/quartermaster/storage)
-"csb" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/autolathe,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"csc" = (
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"csd" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cse" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"csf" = (
-/obj/structure/table,
-/obj/item/device/multitool,
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"csg" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
- dir = 8
- },
-/area/quartermaster/miningdock)
-"csh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"csi" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"csj" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/miningdock)
-"csk" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/mining)
-"csl" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"csm" = (
-/obj/machinery/computer/shuttle/mining,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"csn" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cso" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"csp" = (
-/obj/structure/table,
-/obj/item/device/multitool,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"csq" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"csr" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"css" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cst" = (
-/turf/open/floor/plating/warnplate/corner{
- dir = 2;
- tag = ""
- },
-/area/maintenance/apmaint)
-"csu" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating/warnplate,
-/area/maintenance/apmaint)
-"csv" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/item/weapon/storage/fancy/cigarettes/cigpack_carp,
-/turf/open/floor/plating/warnplate/corner{
- dir = 1;
- tag = ""
- },
-/area/maintenance/apmaint)
-"csw" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Crematorium Maintenance";
- req_access_txt = "27"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/chapel/office)
-"csx" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"csy" = (
-/obj/structure/closet/crate,
-/obj/item/trash/pistachios,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csz" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/c_tube,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csA" = (
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csB" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csC" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csF" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/portsolar)
-"csG" = (
-/obj/machinery/door/airlock/engineering{
- name = "Aft Starboard Solar Access";
- req_access_txt = "10"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"csH" = (
-/obj/structure/grille/broken,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csI" = (
-/obj/structure/grille/broken,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"csJ" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Electrical Maintenance";
- req_access_txt = "11"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"csL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"csM" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"csN" = (
-/obj/structure/cable/green,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"csO" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"csP" = (
-/obj/structure/table,
-/obj/item/wallframe/camera,
-/obj/item/wallframe/camera,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"csQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall/rust,
-/area/maintenance/electrical)
-"csR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Construction Area";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plating,
-/area/construction)
-"csS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/construction)
-"csT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/construction)
-"csU" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil/random,
-/turf/open/floor/plating,
-/area/construction)
-"csV" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csW" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csX" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csY" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"csZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"cta" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ctb" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"ctc" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"ctd" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/sleep)
-"cte" = (
-/turf/closed/wall,
-/area/crew_quarters/toilet)
-"ctf" = (
-/obj/machinery/shower{
- tag = "icon-shower (EAST)";
- icon_state = "shower";
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"ctg" = (
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"cth" = (
-/obj/machinery/shower{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"cti" = (
-/obj/structure/cable/green,
-/obj/machinery/power/apc{
- auto_name = 0;
- dir = 8;
- name = "Dormitory Showers";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/crew_quarters/toilet)
-"ctj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"ctk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ctl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"ctm" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/black{
- name = "Server Walkway";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"ctn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 140;
- on = 1;
- pressure_checks = 0
- },
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"cto" = (
-/obj/structure/table,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the RD's goons.";
- name = "Research Monitor";
- network = list("Sci");
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
- dir = 8
- },
-/area/security/checkpoint/science)
-"ctp" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/landmark/start/depsec/science,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/checkpoint/science)
-"ctq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- dir = 4
- },
-/area/security/checkpoint/science)
-"ctr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred,
-/area/security/checkpoint/science)
-"cts" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ctt" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"ctu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0;
- tag = "e"
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ctv" = (
-/obj/structure/displaycase/labcage,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/ai_status_display{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTHEAST)";
- dir = 5
- },
-/area/crew_quarters/hor)
-"ctw" = (
-/obj/machinery/computer/mecha,
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (SOUTHWEST)";
- dir = 10
- },
-/area/crew_quarters/hor)
-"ctx" = (
-/obj/machinery/computer/robotics,
-/obj/machinery/keycard_auth{
- pixel_x = -6;
- pixel_y = 24
- },
-/obj/machinery/button/door{
- id = "rdprivacy";
- name = "Privacy Shutters Control";
- pixel_x = 5;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/darkpurple/side,
-/area/crew_quarters/hor)
-"cty" = (
-/obj/machinery/computer/card/minor/rd,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Research Director's Desk";
- departmentType = 5;
- name = "Research Director RC";
- pixel_x = -2;
- pixel_y = 30
- },
-/obj/machinery/camera{
- c_tag = "Research Director's Office";
- network = list("SS13","RD");
- start_active = 1
- },
-/turf/open/floor/plasteel/darkpurple/side,
-/area/crew_quarters/hor)
-"ctz" = (
-/obj/machinery/computer/aifixer,
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (SOUTHEAST)";
- dir = 6
- },
-/area/crew_quarters/hor)
-"ctA" = (
-/obj/structure/closet/secure_closet/RD,
-/obj/item/device/taperecorder{
- pixel_x = -3
- },
-/obj/item/device/paicard{
- pixel_x = 4
- },
-/obj/item/weapon/bedsheet/rd,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTHWEST)";
- dir = 9
- },
-/area/crew_quarters/hor)
-"ctB" = (
-/turf/open/floor/engine,
-/area/toxins/explab)
-"ctC" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/camera{
- c_tag = "Experimentation Chamber";
- network = list("SS13","Sci")
- },
-/turf/open/floor/engine,
-/area/toxins/explab)
-"ctD" = (
-/obj/item/weapon/paper/crumpled{
- info = "While the third enjoys the smack of a baton..."
- },
-/obj/structure/cable/orange{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"ctE" = (
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- name = "Cargo Bay RC";
- pixel_x = -30;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/item/weapon/storage/firstaid/regular,
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ctF" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ctG" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"ctH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/filingcabinet/filingcabinet,
-/turf/open/floor/plasteel/purple/corner,
-/area/quartermaster/office)
-"ctI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock)
-"ctJ" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
- dir = 8
- },
-/area/quartermaster/miningdock)
-"ctK" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/miningdock)
-"ctL" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (NORTH)";
- dir = 1
- },
-/area/quartermaster/miningdock)
-"ctM" = (
-/obj/machinery/mineral/equipment_vendor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/miningdock)
-"ctN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/miningdock)
-"ctO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"ctP" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/purple/corner,
-/area/quartermaster/miningdock)
-"ctQ" = (
-/obj/item/weapon/ore/gold,
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
- dir = 8
- },
-/area/quartermaster/miningdock)
-"ctR" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/item/weapon/ore/uranium,
-/turf/open/floor/plasteel/warning/corner,
-/area/quartermaster/miningdock)
-"ctS" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"ctT" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"ctU" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"ctV" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/starboardsolar)
-"ctW" = (
-/obj/machinery/door/airlock/engineering{
- name = "Aft Port Solar Access";
- req_access_txt = "10"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"ctX" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/chapel/office)
-"ctY" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/wallframe/light_fixture/small,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ctZ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cua" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cub" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cuc" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cud" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cue" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cuf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cug" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 8;
- tag = ""
- },
-/area/maintenance/portsolar)
-"cuh" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/portsolar)
-"cui" = (
-/obj/machinery/power/smes,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
- tag = ""
- },
-/area/maintenance/portsolar)
-"cuj" = (
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cuk" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cul" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cum" = (
-/obj/structure/cable/green{
- tag = "icon-0-10";
- icon_state = "0-10"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cun" = (
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cuo" = (
-/obj/structure/cable/green{
- tag = "icon-0-6";
- icon_state = "0-6"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/electrical)
-"cup" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plating,
-/area/construction)
-"cuq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plating,
-/area/construction)
-"cur" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/construction)
-"cus" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cut" = (
-/obj/structure/closet/toolcloset,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plating,
-/area/construction)
-"cuu" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint)
-"cuv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cuw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"cux" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"cuy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"cuz" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/sleep)
-"cuA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/toilet)
-"cuB" = (
-/obj/machinery/shower{
- tag = "icon-shower (EAST)";
- icon_state = "shower";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"cuC" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"cuD" = (
-/obj/machinery/shower{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"cuE" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cuF" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cuG" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/toxins/server)
-"cuH" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/obj/machinery/door/airlock/glass_command{
- name = "Server Access";
- req_access_txt = "30"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cuI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/toxins/server)
-"cuJ" = (
-/obj/machinery/ai_status_display,
-/turf/closed/wall/r_wall,
-/area/security/checkpoint/science)
-"cuK" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 10
- },
-/area/security/checkpoint/science)
-"cuL" = (
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- name = "Science Post RC";
- pixel_y = -30
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/camera{
- c_tag = "Science Security Post";
- dir = 1;
- network = list("SS13","Sci")
- },
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/darkred/side,
-/area/security/checkpoint/science)
-"cuM" = (
-/obj/structure/filingcabinet,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/security/checkpoint/science)
-"cuN" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/checkpoint/science)
-"cuO" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (NORTH)";
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cuP" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cuQ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cuR" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "rdprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/hor)
-"cuS" = (
-/obj/item/weapon/circuitboard/aicore{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/weapon/circuitboard/computer/teleporter,
-/obj/item/device/aicard,
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (EAST)";
- dir = 4
- },
-/area/crew_quarters/hor)
-"cuT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/hor)
-"cuU" = (
-/obj/structure/chair/office/dark,
-/obj/effect/landmark/start{
- name = "Research Director"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/hor)
-"cuV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/hor)
-"cuW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/hor)
-"cuX" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (WEST)";
- dir = 8
- },
-/area/crew_quarters/hor)
-"cuY" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/engine,
-/area/toxins/explab)
-"cuZ" = (
-/obj/machinery/r_n_d/experimentor{
- pixel_x = -16
- },
-/turf/open/floor/engine,
-/area/toxins/explab)
-"cva" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/engine,
-/area/toxins/explab)
-"cvb" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/cardboard{
- amount = 14
- },
-/obj/machinery/camera{
- c_tag = "Cargo Warehouse";
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cvc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/closet/cardboard,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cvd" = (
-/obj/structure/closet/crate,
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cve" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cvf" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/closed/wall{
- desc = "A huge chunk of metal used to separate rooms. There is a small hook etched on it."
- },
-/area/quartermaster/storage)
-"cvg" = (
-/obj/structure/cable/orange{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cvh" = (
-/obj/structure/cable/orange{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cvi" = (
-/obj/structure/cable/orange{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cvj" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cvk" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"cvl" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/mining{
- glass = 1;
- opacity = 0;
- req_access_txt = "48"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"cvm" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
- dir = 8
- },
-/area/quartermaster/miningdock)
-"cvn" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"cvo" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"cvp" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"cvq" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"cvr" = (
-/obj/structure/cable/orange{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
- dir = 4
- },
-/area/quartermaster/miningdock)
-"cvs" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Mining Dock";
- req_access_txt = "48"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"cvt" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
- dir = 8
- },
-/area/quartermaster/miningdock)
-"cvu" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/quartermaster/miningdock)
-"cvv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cvw" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Mining Shuttle Airlock";
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/shuttle/mining)
-"cvx" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Mining Shuttle Airlock";
- req_access_txt = "0"
- },
-/obj/docking_port/mobile{
- dir = 8;
- dwidth = 3;
- height = 5;
- id = "mining";
- name = "mining shuttle";
- travelDir = 90;
- width = 7
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 3;
- height = 5;
- id = "mining_home";
- name = "mining shuttle bay";
- width = 7
- },
-/turf/open/floor/plating,
-/area/shuttle/mining)
-"cvy" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cvz" = (
-/obj/item/robot_parts/l_arm,
-/obj/structure/closet,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cvA" = (
-/obj/item/clothing/tie/petcollar,
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cvB" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cvC" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cvD" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 8;
- tag = ""
- },
-/area/maintenance/starboardsolar)
-"cvE" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/starboardsolar)
-"cvF" = (
-/obj/machinery/power/smes,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 4;
- tag = ""
- },
-/area/maintenance/starboardsolar)
-"cvG" = (
-/obj/structure/girder/displaced,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"cvI" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvJ" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint)
-"cvL" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"cvM" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvN" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/item/wallframe/light_fixture/small,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvO" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvP" = (
-/obj/item/weapon/rack_parts,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvQ" = (
-/obj/structure/chair/stool,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"cvR" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"cvS" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"cvT" = (
-/obj/structure/closet/crate,
-/obj/item/trash/semki,
-/obj/item/weapon/dice/d4,
-/obj/item/weapon/dice/d12,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvU" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,
-/obj/item/wallframe/light_fixture,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvV" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cvW" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/electrical)
-"cvX" = (
-/obj/structure/cable/green{
- tag = "icon-5-8";
- icon_state = "5-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cvY" = (
-/obj/structure/cable/green{
- tag = "icon-6-10";
- icon_state = "6-10"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cvZ" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cwa" = (
-/obj/structure/cable/green{
- tag = "icon-6-10";
- icon_state = "6-10"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cwb" = (
-/obj/structure/cable/green{
- tag = "icon-4-9";
- icon_state = "4-9"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cwc" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cwd" = (
-/obj/item/device/healthanalyzer,
-/obj/structure/closet/crate,
-/obj/item/clothing/head/radiation,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cwe" = (
-/turf/open/floor/plating,
-/area/construction)
-"cwf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/construction)
-"cwg" = (
-/obj/structure/closet/toolcloset,
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plating,
-/area/construction)
-"cwh" = (
-/turf/closed/wall/rust,
-/area/construction)
-"cwi" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cwj" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cwk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cwl" = (
-/turf/closed/wall,
-/area/crew_quarters/fitness)
-"cwm" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cwn" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Fitness"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/sleep)
-"cwo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"cwp" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Fitness"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/sleep)
-"cwq" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Unisex Showers";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/toilet)
-"cwr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cws" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cwt" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint2)
-"cwu" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 80;
- dir = 4;
- icon_state = "freezer";
- on = 1;
- tag = "icon-freezer (EAST)"
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- tag = "w"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cwv" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cww" = (
-/obj/machinery/computer/rdservercontrol,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cwx" = (
-/turf/closed/wall,
-/area/security/checkpoint/science)
-"cwy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cwz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cwA" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/cartridge/signal/toxins,
-/obj/item/weapon/cartridge/signal/toxins{
- pixel_x = -4;
- pixel_y = 2
- },
-/obj/item/weapon/cartridge/signal/toxins{
- pixel_x = 4;
- pixel_y = 6
- },
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (SOUTHEAST)";
- dir = 6
- },
-/area/crew_quarters/hor)
-"cwB" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "Biohazard";
- name = "Biohazard Shutter Control";
- pixel_x = -5;
- pixel_y = 5;
- req_access_txt = "47"
- },
-/obj/machinery/button/door{
- id = "rnd2";
- name = "Research Lab Shutter Control";
- pixel_x = 5;
- pixel_y = 5;
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTHWEST)";
- dir = 9
- },
-/area/crew_quarters/hor)
-"cwC" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTH)";
- dir = 1
- },
-/area/crew_quarters/hor)
-"cwD" = (
-/obj/structure/table/reinforced,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the RD's goons from the safety of this office.";
- name = "Research Monitor";
- network = list("Xeno","Sci");
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTH)";
- dir = 1
- },
-/area/crew_quarters/hor)
-"cwE" = (
-/obj/machinery/door/window/northright{
- name = "Research Director's Desk Door";
- req_access_txt = "30"
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTHEAST)";
- dir = 5
- },
-/area/crew_quarters/hor)
-"cwF" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/stamp/rd{
- pixel_x = 3;
- pixel_y = -2
- },
-/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (SOUTHWEST)";
- dir = 10
- },
-/area/crew_quarters/hor)
-"cwG" = (
-/obj/machinery/button/door{
- id = "telelab";
- name = "Test Chamber Blast Doors";
- pixel_x = 24;
- pixel_y = -24
- },
-/turf/open/floor/engine,
-/area/toxins/explab)
-"cwH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall/r_wall,
-/area/maintenance/asmaint2)
-"cwI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cwJ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/green{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cwK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible,
-/turf/closed/wall/r_wall,
-/area/maintenance/apmaint)
-"cwL" = (
-/obj/structure/closet/crate,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/key{
- desc = "A tiny grey key."
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cwM" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cwN" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "QM #1"
- },
-/mob/living/simple_animal/bot/mulebot{
- beacon_freq = 1400;
- home_destination = "QM #1";
- suffix = "#1"
- },
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/quartermaster/storage)
-"cwO" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "QM #2"
- },
-/mob/living/simple_animal/bot/mulebot{
- home_destination = "QM #2";
- suffix = "#2"
- },
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/quartermaster/storage)
-"cwP" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "QM #3"
- },
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/quartermaster/storage)
-"cwQ" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "QM #4"
- },
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/quartermaster/storage)
-"cwR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/office)
-"cwS" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/office)
-"cwT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/office)
-"cwU" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- dir = 8
- },
-/area/quartermaster/office)
-"cwV" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cwW" = (
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (EAST)";
- dir = 4
- },
-/area/quartermaster/office)
-"cwX" = (
-/obj/machinery/computer/security/mining,
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/miningdock)
-"cwY" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/miningdock)
-"cwZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/purple/side,
-/area/quartermaster/miningdock)
-"cxa" = (
-/obj/machinery/requests_console{
- department = "Mining";
- departmentType = 0;
- name = "Mining RC";
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/miningdock)
-"cxb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Mining Office";
- dir = 1;
- network = list("SS13")
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/purple/side,
-/area/quartermaster/miningdock)
-"cxc" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/miningdock)
-"cxd" = (
-/obj/machinery/computer/shuttle/mining,
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (EAST)";
- dir = 4
- },
-/area/quartermaster/miningdock)
-"cxe" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/miningdock)
-"cxf" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning/corner{
- tag = "icon-warningcorner (WEST)";
- dir = 8
- },
-/area/quartermaster/miningdock)
-"cxg" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cxh" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/apmaint)
-"cxi" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cxj" = (
-/obj/structure/falsewall,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/apmaint)
-"cxk" = (
-/obj/structure/chair/stool,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cxl" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cxm" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cxn" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/fsmaint)
-"cxo" = (
-/obj/item/weapon/restraints/legcuffs/beartrap{
- armed = 1
- },
-/obj/structure/falsewall/reinforced,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fsmaint)
-"cxp" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Firefighting equipment";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cxq" = (
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/solar_control{
- id = "portsolar";
- name = "Aft Port Solar Control";
- track = 0
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 2;
- tag = ""
- },
-/area/maintenance/portsolar)
-"cxr" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating/warnplate,
-/area/maintenance/portsolar)
-"cxs" = (
-/obj/machinery/camera{
- c_tag = "Aft Port Solar Control Room";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 1;
- tag = ""
- },
-/area/maintenance/portsolar)
-"cxt" = (
-/obj/machinery/power/smes{
- charge = 0
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cxu" = (
-/obj/structure/cable/green{
- tag = "icon-5-8";
- icon_state = "5-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/electrical)
-"cxv" = (
-/obj/structure/cable/green{
- tag = "icon-0-9";
- icon_state = "0-9"
- },
-/obj/structure/cable/green{
- tag = "icon-0-5";
- icon_state = "0-5"
- },
-/obj/structure/cable/green,
-/obj/machinery/computer/monitor{
- name = "backup power monitoring console"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cxw" = (
-/obj/machinery/power/smes{
- charge = 0
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/electrical)
-"cxx" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/floorgrime,
-/area/construction)
-"cxy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/construction)
-"cxz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/construction)
-"cxA" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/construction)
-"cxB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cxC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cxD" = (
-/turf/open/floor/engine{
- name = "Holodeck Projector Floor"
- },
-/area/holodeck/rec_center)
-"cxE" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (NORTH)";
- dir = 1
- },
-/area/crew_quarters/fitness)
-"cxF" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cxG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cxH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cxI" = (
-/obj/machinery/camera{
- c_tag = "Fitness North";
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cxJ" = (
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (EAST)";
- dir = 4
- },
-/area/crew_quarters/fitness)
-"cxK" = (
-/obj/structure/closet/crate,
-/obj/item/stack/medical/bruise_pack,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cxL" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/reagent_containers/syringe,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/clothing/head/hasturhood{
- desc = "A puke-yellow hood. Looking at it makes you want to vomit.";
- name = "strange hood"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cxM" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cxN" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/clothing/suit/hastur{
- desc = "A puke-yellow robe. Looking at it makes you want to vomit.";
- name = "strange robe"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cxO" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cxP" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cxQ" = (
-/obj/structure/chair/office/light{
- dir = 1;
- pixel_y = 3
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cxR" = (
-/obj/item/weapon/relic,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cxS" = (
-/obj/item/weapon/stock_parts/capacitor{
- desc = "A research-y capacitor, for research.";
- name = "research";
- origin_tech = "powerstorage=3"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cxT" = (
-/obj/item/weapon/twohanded/dualsaber/toy,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cxU" = (
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"cxV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cxW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cxX" = (
-/obj/machinery/disposal/bin,
-/obj/structure/cable/pink{
- tag = "icon-4-10";
- icon_state = "4-10"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/crew_quarters/hor)
-"cxY" = (
-/obj/item/weapon/twohanded/required/kirbyplants/dead,
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 5;
- tag = "icon-whitehall (WEST)"
- },
-/area/crew_quarters/hor)
-"cxZ" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/crew_quarters/hor)
-"cya" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 9
- },
-/area/crew_quarters/hor)
-"cyb" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/crew_quarters/hor)
-"cyc" = (
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/suit_storage_unit/rd,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/crew_quarters/hor)
-"cyd" = (
-/obj/machinery/door/poddoor/preopen{
- id = "telelab";
- name = "test chamber blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/toxins/explab)
-"cye" = (
-/obj/machinery/door/poddoor/preopen{
- id = "telelab";
- name = "test chamber blast door"
- },
-/turf/open/floor/engine,
-/area/toxins/explab)
-"cyf" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cyg" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cyh" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cyi" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/apmaint)
-"cyj" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cyk" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cyl" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Bay Warehouse Maintenance";
- req_access_txt = "31"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cym" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cyn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cyo" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cyp" = (
-/obj/structure/closet/crate/medical,
-/obj/item/weapon/paper,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cyq" = (
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"cyr" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"cys" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/mining{
- name = "Cargo Bay";
- req_one_access_txt = "48;50"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cyt" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/quartermaster/office)
-"cyu" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/mining{
- name = "Cargo Bay";
- req_one_access_txt = "48;50"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"cyv" = (
-/turf/closed/wall,
-/area/quartermaster/qm)
-"cyw" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"cyx" = (
-/obj/structure/shuttle/engine/heater,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/mining)
-"cyy" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"cyz" = (
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/power/solar_control{
- id = "starboardsolar";
- name = "Aft Starboard Solar Control";
- track = 0
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 2;
- tag = ""
- },
-/area/maintenance/starboardsolar)
-"cyA" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/warnplate,
-/area/maintenance/starboardsolar)
-"cyB" = (
-/obj/item/stack/cable_coil/yellow,
-/obj/machinery/camera{
- c_tag = "Aft Starboard Solar Control Room";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 1;
- tag = ""
- },
-/area/maintenance/starboardsolar)
-"cyC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cyD" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cyE" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"cyF" = (
-/obj/structure/cable/yellow{
- tag = "icon-1-6";
- icon_state = "1-6";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cyG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Construction Area Maintenance";
- req_access_txt = "32"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/construction)
-"cyH" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cyI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/weapon/storage/box/hug/medical,
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (NORTH)";
- dir = 1
- },
-/area/crew_quarters/fitness)
-"cyJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/crew_quarters/fitness)
-"cyK" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/fitness)
-"cyL" = (
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/fitness)
-"cyM" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/fitness)
-"cyN" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/fitness)
-"cyO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"cyP" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (EAST)";
- dir = 4
- },
-/area/crew_quarters/fitness)
-"cyQ" = (
-/turf/closed/wall/rust,
-/area/maintenance/asmaint2)
-"cyR" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Server Room";
- req_access = null;
- req_access_txt = "30"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/toxins/server)
-"cyS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/toxins/server)
-"cyT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cyU" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cyV" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cyW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-5";
- icon_state = "0-5"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "rdprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/hor)
-"cyX" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink,
-/obj/machinery/door/poddoor/preopen{
- id = "rdprivacy";
- name = "privacy shutter"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/hor)
-"cyY" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- glass = 0;
- name = "Research Director";
- opacity = 1;
- req_access_txt = "30"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple,
-/area/crew_quarters/hor)
-"cyZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink,
-/obj/machinery/door/poddoor/preopen{
- id = "rdprivacy";
- name = "privacy shutter"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/crew_quarters/hor)
-"cza" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
- },
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/explab)
-"czb" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7;
- tag = "every single paper bin is edited to this"
- },
-/obj/item/weapon/pen,
-/obj/item/weapon/book/manual/experimentor,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/explab)
-"czc" = (
-/obj/machinery/computer/rdconsole/experiment,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/explab)
-"czd" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/wrench,
-/obj/item/weapon/crowbar,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/science,
-/obj/item/device/multitool{
- pixel_x = 3
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/explab)
-"cze" = (
-/obj/machinery/button/door{
- id = "telelab";
- name = "Test Chamber Blast Doors";
- pixel_x = 24;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/explab)
-"czf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"czg" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"czh" = (
-/obj/structure/closet/crate/internals,
-/obj/item/weapon/paper,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"czi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"czj" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"czk" = (
-/obj/structure/closet/crate/freezer,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"czl" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"czm" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"czn" = (
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"czo" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- dir = 4
- },
-/area/quartermaster/storage)
-"czp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"czq" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"czr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"czs" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"czt" = (
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"czu" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"czv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/qm)
-"czw" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/computer/security/mining,
-/turf/open/floor/plasteel/darkbrown/side{
- tag = "icon-darkbrown (NORTHWEST)";
- dir = 9
- },
-/area/quartermaster/qm)
-"czx" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/computer/cargo,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/darkbrown/side{
- tag = "icon-darkbrown (NORTH)";
- dir = 1
- },
-/area/quartermaster/qm)
-"czy" = (
-/obj/machinery/computer/shuttle/mining,
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/darkbrown/side{
- tag = "icon-darkbrown (NORTHEAST)";
- dir = 5
- },
-/area/quartermaster/qm)
-"czz" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/mining)
-"czA" = (
-/obj/structure/shuttle/engine/propulsion/burst,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/mining)
-"czB" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/mining)
-"czC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"czD" = (
-/obj/structure/cable/green{
- tag = "icon-1-9";
- icon_state = "1-9"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"czE" = (
-/obj/structure/chair,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czF" = (
-/obj/structure/table,
-/obj/item/weapon/restraints/handcuffs/cable/green,
-/obj/item/weapon/restraints/handcuffs/cable/green,
-/obj/item/toy/talking/owl,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czG" = (
-/obj/structure/closet/firecloset/full,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czH" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czI" = (
-/obj/structure/table,
-/obj/item/wallframe/firealarm,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czJ" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"czK" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czL" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fsmaint)
-"czM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czN" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/construction)
-"czO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint)
-"czP" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czQ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czR" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"czS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/fitness)
-"czT" = (
-/obj/machinery/door/window/eastright{
- base_state = "left";
- dir = 8;
- icon_state = "left";
- name = "Fitness Ring"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"czU" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"czV" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"czW" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"czX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"czY" = (
-/obj/structure/closet/lasertag/red,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"czZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cAa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cAb" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Science Maintenance";
- req_access_txt = "47"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"cAc" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cAd" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAe" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAf" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Science Hallway West";
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAg" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAh" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAi" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAj" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAk" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAl" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cAm" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cAn" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j1s";
- sortType = 13
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cAo" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cAp" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cAq" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Experimentation Lab";
- req_access_txt = "7"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/toxins/explab)
-"cAr" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1";
- tag = "icon-pipe-j1 (EAST)"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/toxins/explab)
-"cAs" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"cAt" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"cAu" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"cAv" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"cAw" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Experimentation Lab Maintenance";
- req_access_txt = "7"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/explab)
-"cAx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cAy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cAz" = (
-/turf/open/floor/plasteel/brown,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/poddoor/shutters{
- id = "qm_warehouse";
- name = "warehouse shutters"
- },
-/obj/machinery/button/door{
- id = "qm_warehouse";
- name = "Warehouse Door Control";
- pixel_x = -24;
- pixel_y = 0;
- req_access_txt = "31"
- },
-/turf/open/floor/plasteel/warningline,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cAA" = (
-/turf/open/floor/plasteel/brown,
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/poddoor/shutters{
- id = "qm_warehouse";
- name = "warehouse shutters"
- },
-/turf/open/floor/plasteel/warningline,
-/area/quartermaster/sorting{
- name = "\improper Warehouse"
- })
-"cAB" = (
-/obj/structure/cable/orange{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cAC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cAD" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cAE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cAF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cAG" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/quartermaster/qm)
-"cAH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/darkbrown/corner{
- tag = "icon-darkbrowncorners (NORTH)";
- dir = 1
- },
-/area/quartermaster/qm)
-"cAI" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Quartermaster"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cAJ" = (
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/pen/red,
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel/darkbrown/corner{
- tag = "icon-darkbrowncorners (EAST)";
- dir = 4
- },
-/area/quartermaster/qm)
-"cAK" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cAL" = (
-/obj/structure/closet,
-/obj/item/clothing/suit/toggle/owlwings,
-/obj/item/clothing/gloves/color/brown,
-/obj/item/clothing/mask/gas/owl_mask,
-/obj/item/clothing/under/owl,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cAM" = (
-/obj/structure/table,
-/obj/item/weapon/grenade/smokebomb,
-/obj/item/weapon/grenade/smokebomb,
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cAN" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell,
-/obj/item/weapon/melee/baton/cattleprod,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cAO" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cAP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"cAQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (NORTH)";
- dir = 1
- },
-/area/crew_quarters/fitness)
-"cAR" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cAS" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Holodeck Door"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/red,
-/area/crew_quarters/fitness)
-"cAT" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"cAU" = (
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/fitness)
-"cAV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/fitness)
-"cAW" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"cAX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"cAY" = (
-/obj/structure/closet/boxinggloves,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cAZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cBa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cBb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cBc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"cBd" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cBe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBf" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBg" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/structure/cable/pink,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBj" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBk" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBl" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cBn" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cBo" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/explab)
-"cBp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/toxins/explab)
-"cBq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"cBr" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/whitebot,
-/area/toxins/explab)
-"cBs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"cBt" = (
-/obj/structure/cable/pink,
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"cBu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/explab)
-"cBv" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cBw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cBx" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/open/space,
-/area/space/nearstation)
-"cBy" = (
-/obj/structure/closet/wardrobe/cargotech,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"cBz" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"cBA" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"cBB" = (
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- name = "Cargo Bay RC";
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"cBC" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cBD" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cBE" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cBF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cBG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cBH" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cBI" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cBJ" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cBK" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cBL" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Quartermaster";
- req_access_txt = "41"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/darkbrown/side{
- tag = "icon-darkbrown (WEST)";
- dir = 8
- },
-/area/quartermaster/qm)
-"cBM" = (
-/obj/structure/cable/orange{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cBN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cBO" = (
-/obj/structure/table,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/item/weapon/clipboard,
-/obj/item/weapon/stamp/qm,
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cBP" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/solar/starboard)
-"cBQ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cBR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"cBS" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"cBT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/fitness)
-"cBU" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cBV" = (
-/obj/machinery/computer/holodeck,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cBW" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cBX" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cBY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cBZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/fitness)
-"cCa" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/fitness)
-"cCb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/fitness)
-"cCc" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"cCd" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"cCe" = (
-/obj/structure/closet/masks,
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 31
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cCf" = (
-/mob/living/simple_animal/mouse/white,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cCg" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cCh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cCi" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cCj" = (
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"cCk" = (
-/turf/closed/wall/r_wall,
-/area/toxins/storage)
-"cCl" = (
-/turf/closed/wall,
-/area/toxins/storage)
-"cCm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cCn" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cCo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cCp" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cCq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall/rust,
-/area/maintenance/atmos_control)
-"cCr" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cCs" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHEAST)";
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHEAST)";
- dir = 5
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cCt" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Science Hallway East";
- dir = 1;
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cCu" = (
-/obj/structure/closet/bombcloset,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/toxins/explab)
-"cCv" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/toxins/explab)
-"cCw" = (
-/obj/structure/closet/radiation,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Experimentation Lab";
- dir = 1;
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/toxins/explab)
-"cCx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/toxins/explab)
-"cCy" = (
-/obj/structure/closet/wardrobe/science_white,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/toxins/explab)
-"cCz" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cCA" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCB" = (
-/obj/structure/cable/orange{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCC" = (
-/obj/structure/cable/orange{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCD" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCE" = (
-/obj/structure/cable/orange{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCF" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/loadingarea,
-/area/quartermaster/storage)
-"cCG" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCH" = (
-/obj/structure/cable/orange{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCI" = (
-/obj/structure/cable/orange{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cCM" = (
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (NORTH)";
- dir = 1
- },
-/area/quartermaster/storage)
-"cCN" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cCO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1439;
- id_tag = null;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cCP" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cCQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/solar/port)
-"cCR" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"cCS" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cCT" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cCU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cCV" = (
-/obj/structure/table,
-/obj/item/weapon/paper{
- desc = "";
- info = "Brusies sustained in the holodeck can be healed simply by sleeping.";
- name = "Holodeck Disclaimer"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cCW" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cCX" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cCY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cCZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
- dir = 4
- },
-/area/crew_quarters/fitness)
-"cDa" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"cDb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/fitness)
-"cDc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/fitness)
-"cDd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"cDe" = (
-/obj/structure/closet/athletic_mixed,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cDf" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cDg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cDh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cDi" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/asmaint2)
-"cDj" = (
-/obj/item/weapon/grenade/clusterbuster/cleaner{
- desc = "A 'Mr. Proper' supercleaning grenade. Will cover the nearby area in foam."
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cDk" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plasteel/delivery,
-/area/toxins/storage)
-"cDl" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/delivery,
-/area/toxins/storage)
-"cDm" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/structure/sign/nosmoking_2{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/delivery,
-/area/toxins/storage)
-"cDn" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/machinery/light_switch{
- pixel_y = 24;
- tag = "n"
- },
-/turf/open/floor/plasteel/delivery,
-/area/toxins/storage)
-"cDo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cDp" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cDq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cDr" = (
-/turf/closed/wall,
-/area/toxins/mixing)
-"cDs" = (
-/obj/structure/sign/fire,
-/turf/closed/wall,
-/area/toxins/mixing)
-"cDt" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/toxins/mixing)
-"cDu" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Toxins Lab";
- req_access_txt = "8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cDv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/toxins/mixing)
-"cDw" = (
-/turf/closed/wall/r_wall,
-/area/toxins/mixing)
-"cDx" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cDy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall,
-/area/toxins/mixing)
-"cDz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/structure/table,
-/obj/item/clothing/head/soft,
-/obj/item/clothing/head/soft,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cDA" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cDB" = (
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cDC" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cDD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Cargo Bay West";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/quartermaster/storage)
-"cDE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad";
- tag = "cargoshuttledown"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cDF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/quartermaster/storage)
-"cDG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "QMLoad"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cDH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cDI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cDJ" = (
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/quartermaster/storage)
-"cDK" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "QMLoad2"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cDL" = (
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (EAST)";
- dir = 4
- },
-/area/quartermaster/storage)
-"cDM" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad2";
- tag = "cargoshuttleup"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cDN" = (
-/obj/structure/table,
-/obj/structure/cable/orange,
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/item/weapon/cartridge/quartermaster,
-/obj/item/weapon/cartridge/quartermaster{
- pixel_x = 6;
- pixel_y = 5
- },
-/obj/item/weapon/cartridge/quartermaster{
- pixel_x = -4;
- pixel_y = 7
- },
-/obj/item/weapon/coin/silver,
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cDO" = (
-/obj/structure/closet/secure_closet/quartermaster,
-/obj/item/weapon/bedsheet/qm,
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cDP" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/camera{
- c_tag = "Quartermaster's Office";
- dir = 1;
- network = list("SS13");
- start_active = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/quartermaster/qm)
-"cDQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow,
-/turf/open/space,
-/area/solar/port)
-"cDR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"cDS" = (
-/obj/machinery/camera{
- c_tag = "Holodeck Control";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cDT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Holodeck Door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green,
-/area/crew_quarters/fitness)
-"cDU" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"cDV" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"cDW" = (
-/obj/structure/window/reinforced,
-/obj/machinery/door/window/eastright{
- base_state = "left";
- icon_state = "left";
- name = "Fitness Ring"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"cDX" = (
-/obj/structure/closet/lasertag/blue,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cDY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cDZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cEa" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cEb" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cEc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"cEd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cEe" = (
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cEf" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cEg" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/camera{
- c_tag = "Toxins Storage";
- dir = 4;
- network = list("SS13","Sci")
- },
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cEh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cEi" = (
-/obj/effect/decal/cleanable/oil,
-/obj/item/weapon/cigbutt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cEj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cEk" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cEl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/toxins/storage)
-"cEm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cEn" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cEo" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/toxins/mixing)
-"cEp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cEq" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cEr" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/item/weapon/storage/firstaid/toxin,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHWEST)";
- dir = 10
- },
-/area/toxins/mixing)
-"cEs" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/thermomachine/heater{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHEAST)";
- dir = 6
- },
-/area/toxins/mixing)
-"cEt" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHWEST)";
- dir = 10
- },
-/area/toxins/mixing)
-"cEu" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/warnwhite{
- tag = "icon-warnwhite (SOUTHEAST)";
- dir = 6
- },
-/area/toxins/mixing)
-"cEv" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
- },
-/area/toxins/mixing)
-"cEw" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/mixing)
-"cEx" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
- },
-/area/toxins/mixing)
-"cEy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/toxins/mixing)
-"cEz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/toxins/mixing)
-"cEA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/toxins/mixing)
-"cEB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating/warnplate{
- dir = 5
- },
-/area/toxins/mixing)
-"cEC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/mixing)
-"cED" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (SOUTHEAST)";
- dir = 6
- },
-/obj/machinery/disposal/bin,
-/obj/machinery/camera{
- c_tag = "Toxins Launch Room";
- network = list("SS13","Sci")
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/toxins/mixing)
-"cEE" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (SOUTHWEST)";
- dir = 10
- },
-/obj/structure/closet/bombcloset,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHWEST)";
- dir = 10
- },
-/area/toxins/mixing)
-"cEF" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (SOUTHEAST)";
- dir = 6
- },
-/obj/structure/closet/bombcloset,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/toxins/mixing)
-"cEG" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/obj/item/device/assembly/timer{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/device/assembly/timer{
- pixel_x = -4;
- pixel_y = 2
- },
-/obj/item/device/assembly/timer{
- pixel_x = 6;
- pixel_y = -4
- },
-/obj/item/device/assembly/timer{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/mixing)
-"cEH" = (
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 8;
- pixel_y = 9
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 9;
- pixel_y = -2
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/structure/table/reinforced,
-/obj/item/weapon/screwdriver{
- pixel_y = 10
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cEI" = (
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/apmaint)
-"cEJ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Bay Maintenance";
- req_access_txt = "31"
- },
-/obj/structure/cable/orange{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cEK" = (
-/obj/machinery/status_display{
- density = 0;
- pixel_y = 2;
- supply_display = 1
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"cEL" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad";
- tag = "cargoshuttledown"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cEM" = (
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (SOUTHWEST)";
- dir = 10
- },
-/area/quartermaster/storage)
-"cEN" = (
-/turf/open/floor/plasteel/warning,
-/area/quartermaster/storage)
-"cEO" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/quartermaster/storage)
-"cEP" = (
-/turf/open/floor/plasteel/warning/corner,
-/area/quartermaster/storage)
-"cEQ" = (
-/turf/open/floor/plasteel/warning{
- tag = "icon-warning (SOUTHEAST)";
- dir = 6
- },
-/area/quartermaster/storage)
-"cER" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Cargo Bay East";
- dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad2";
- tag = "cargoshuttleup"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cES" = (
-/obj/machinery/status_display{
- density = 0;
- pixel_y = 2;
- supply_display = 1
- },
-/turf/closed/wall,
-/area/quartermaster/qm)
-"cET" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/port)
-"cEU" = (
-/turf/closed/wall/rust,
-/area/crew_quarters/fitness)
-"cEV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cEW" = (
-/obj/machinery/light/small,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"cEX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- dir = 4
- },
-/area/crew_quarters/fitness)
-"cEY" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
- dir = 1
- },
-/area/crew_quarters/fitness)
-"cEZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- dir = 1
- },
-/area/crew_quarters/fitness)
-"cFa" = (
-/obj/structure/reagent_dispensers/water_cooler,
-/turf/open/floor/plasteel/black/corner,
-/area/crew_quarters/fitness)
-"cFb" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cFc" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cFd" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cFe" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/clothing/head/cone,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cFf" = (
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cFg" = (
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cFh" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cFi" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cFj" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cFk" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cFl" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Toxins Storage";
- req_access_txt = "8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cFm" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cFn" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cFo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cFp" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (NORTHEAST)";
- dir = 5
- },
-/obj/machinery/portable_atmospherics/canister,
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHEAST)";
- dir = 5
- },
-/area/toxins/mixing)
-"cFq" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cFr" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/whitebot,
-/area/toxins/mixing)
-"cFs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cFt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cFu" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cFv" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/machinery/meter,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cFw" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cFx" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- name = "Toxins Lab";
- req_access_txt = "8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/toxins/mixing)
-"cFy" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/toxins/mixing)
-"cFz" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/warnplate,
-/area/toxins/mixing)
-"cFA" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/warnplate,
-/area/toxins/mixing)
-"cFB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating/warnplate{
- dir = 6
- },
-/area/toxins/mixing)
-"cFC" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (WEST)";
- dir = 8
- },
-/obj/machinery/door/airlock/research{
- name = "Toxins Launch Room";
- req_access_txt = "8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/mixing)
-"cFD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cFE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cFF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cFG" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/mixing)
-"cFH" = (
-/obj/item/device/transfer_valve{
- pixel_x = -5
- },
-/obj/item/device/transfer_valve{
- pixel_x = -5
- },
-/obj/item/device/transfer_valve{
- pixel_x = 0
- },
-/obj/item/device/transfer_valve{
- pixel_x = 0
- },
-/obj/item/device/transfer_valve{
- pixel_x = 5
- },
-/obj/item/device/transfer_valve{
- pixel_x = 5
- },
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cFI" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "Autoname APC West";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/apmaint)
-"cFJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cFK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cFL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cFM" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cFN" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cFO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/apmaint)
-"cFP" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cFQ" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "QMLoad"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cFR" = (
-/obj/machinery/conveyor{
- dir = 6;
- id = "QMLoad";
- tag = "cargoshuttledown";
- verted = -1
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cFS" = (
-/turf/open/floor/plasteel/brown{
- dir = 10;
- initial_gas_mix = "n2=100;TEMP=80";
- tag = "SERVER"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHWEST)";
- dir = 10
- },
-/area/quartermaster/storage)
-"cFT" = (
-/turf/open/floor/plasteel/brown,
-/obj/machinery/button/door{
- dir = 2;
- id = "QMLoaddoor2";
- layer = 4;
- name = "Loading Doors";
- pixel_x = -8;
- pixel_y = -24
- },
-/obj/machinery/button/door{
- id = "QMLoaddoor";
- layer = 4;
- name = "Loading Doors";
- pixel_x = 8;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/warningline,
-/area/quartermaster/storage)
-"cFU" = (
-/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHEAST)";
- dir = 6
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/quartermaster/storage)
-"cFV" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cFW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cFX" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-6";
- icon_state = "0-6";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cFY" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cFZ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow,
-/turf/open/space,
-/area/solar/starboard)
-"cGa" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-10";
- icon_state = "0-10";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cGb" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"cGc" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fsmaint)
-"cGd" = (
-/turf/open/floor/plasteel/black/corner{
- tag = "icon-blackcorner (WEST)";
- dir = 8
- },
-/area/crew_quarters/fitness)
-"cGe" = (
-/obj/machinery/camera{
- c_tag = "Fitness South";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cGf" = (
-/obj/machinery/light,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"cGg" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black/corner,
-/area/crew_quarters/fitness)
-"cGh" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cGi" = (
-/obj/machinery/door/poddoor/preopen{
- id = "maint1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cGj" = (
-/obj/machinery/door/poddoor/preopen{
- id = "maint1"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cGk" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cGl" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cGm" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"cGn" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"cGo" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"cGp" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cGq" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cGr" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (SOUTHEAST)";
- dir = 6
- },
-/obj/machinery/portable_atmospherics/canister,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/toxins/mixing)
-"cGs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGt" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Toxins Mixing West";
- dir = 1;
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGu" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGv" = (
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGw" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGx" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = -30;
- tag = "s"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGy" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGz" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGA" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGB" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cGC" = (
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cGD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cGE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cGF" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
- dir = 8
- },
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/mixing)
-"cGG" = (
-/obj/item/device/assembly/signaler{
- pixel_x = 0;
- pixel_y = 8
- },
-/obj/item/device/assembly/signaler{
- pixel_x = -8;
- pixel_y = 5
- },
-/obj/item/device/assembly/signaler{
- pixel_x = 6;
- pixel_y = 5
- },
-/obj/item/device/assembly/signaler{
- pixel_x = -2;
- pixel_y = -2
- },
-/obj/structure/table/reinforced,
-/obj/machinery/light_switch{
- pixel_x = 24;
- tag = "e"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cGH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cGI" = (
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cGJ" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cGK" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad";
- tag = "cargoshuttledown"
- },
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cGL" = (
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"cGM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cGN" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad2";
- tag = "cargoshuttleup"
- },
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cGO" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-6";
- icon_state = "0-6";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/port)
-"cGP" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/port)
-"cGQ" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-10";
- icon_state = "0-10";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/port)
-"cGR" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/starboard)
-"cGS" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/starboard)
-"cGT" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/starboard)
-"cGU" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/solar/starboard)
-"cGV" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cGW" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/open/space,
-/area/solar/starboard)
-"cGX" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/starboard)
-"cGY" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/starboard)
-"cGZ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/starboard)
-"cHa" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHb" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHc" = (
-/obj/item/weapon/stock_parts/matter_bin,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHd" = (
-/obj/item/mecha_parts/part/odysseus_right_leg,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHe" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/reagent_containers/food/snacks/mint,
-/obj/item/weapon/circuitboard/machine/destructive_analyzer,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHf" = (
-/obj/machinery/portable_atmospherics/scrubber/huge,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"cHg" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cHh" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Science Hallway South";
- dir = 8;
- network = list("SS13","Sci");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cHi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/toxins/mixing)
-"cHj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cHk" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cHl" = (
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- aidisabled = 0;
- auto_name = 1;
- cell_type = 2500;
- dir = 4;
- name = "Autoname APC East";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing)
-"cHm" = (
-/obj/structure/closet/wardrobe/black,
-/obj/item/wallframe/newscaster,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHn" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/droneDispenser,
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cHo" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning/corner,
-/area/toxins/mixing)
-"cHp" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/item/weapon/poster/legit,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cHq" = (
-/obj/item/weapon/weldingtool/mini,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cHr" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad";
- tag = "cargoshuttledown"
- },
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor2";
- name = "supply dock loading door"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cHs" = (
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/quartermaster/storage)
-"cHt" = (
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/quartermaster/storage)
-"cHu" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad2";
- tag = "cargoshuttleup"
- },
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor";
- name = "supply dock loading door"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cHv" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/port)
-"cHw" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/port)
-"cHx" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/port)
-"cHy" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/solar/port)
-"cHz" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/open/space,
-/area/solar/port)
-"cHA" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/port)
-"cHB" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/port)
-"cHC" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-5-8";
- icon_state = "5-8";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-6-8";
- icon_state = "6-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/port)
-"cHD" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-5";
- icon_state = "0-5";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cHE" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cHF" = (
-/obj/structure/lattice/catwalk,
-/obj/item/stack/cable_coil/yellow,
-/turf/open/space,
-/area/solar/starboard)
-"cHG" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-9";
- icon_state = "0-9";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cHH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cHI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cHJ" = (
-/obj/effect/landmark{
- name = "Syndicate Breach Area"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cHK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cHL" = (
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHM" = (
-/obj/structure/cable/green{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating,
-/area/crew_quarters/fitness)
-"cHN" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHP" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHQ" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cHR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cHS" = (
-/obj/machinery/door/poddoor{
- id = "mixvent";
- name = "Mixer Room Vent"
- },
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing)
-"cHT" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing)
-"cHU" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "mixingsparker";
- pixel_x = 25
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing)
-"cHV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/mixing)
-"cHW" = (
-/obj/machinery/airlock_sensor{
- id_tag = "tox_airlock_sensor";
- master_tag = "tox_airlock_control";
- pixel_y = 24
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/engine,
-/area/toxins/mixing)
-"cHX" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/obj/machinery/embedded_controller/radio/airlock_controller{
- airpump_tag = "tox_airlock_pump";
- exterior_door_tag = "tox_airlock_exterior";
- id_tag = "tox_airlock_control";
- interior_door_tag = "tox_airlock_interior";
- pixel_x = -24;
- pixel_y = 0;
- sanitize_external = 1;
- sensor_tag = "tox_airlock_sensor"
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 1
- },
-/area/toxins/mixing)
-"cHY" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "mix to port"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/mixing)
-"cHZ" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (NORTHEAST)";
- dir = 5
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHEAST)";
- dir = 5
- },
-/area/toxins/mixing)
-"cIa" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cIb" = (
-/obj/structure/closet/wardrobe/science_white,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0;
- tag = "w"
- },
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cIc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/toxins/mixing)
-"cId" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/toxins/mixing)
-"cIe" = (
-/obj/machinery/door/window/southleft{
- dir = 8;
- name = "Mass Driver Door";
- req_access_txt = "7"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (EAST)";
- dir = 4
- },
-/area/toxins/mixing)
-"cIf" = (
-/obj/machinery/mass_driver{
- dir = 2;
- id = "toxinsdriver"
- },
-/turf/open/floor/plating,
-/area/toxins/mixing)
-"cIg" = (
-/obj/item/stack/medical/gauze,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cIh" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/belt/utility,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cIi" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"cIj" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-5";
- icon_state = "0-5";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/port)
-"cIk" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/port)
-"cIl" = (
-/obj/machinery/power/solar{
- id = "auxsolareast";
- name = "Fore Port Solar Array"
- },
-/obj/structure/cable/yellow{
- tag = "icon-0-9";
- icon_state = "0-9";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/port)
-"cIm" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cIn" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cIo" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cIp" = (
-/obj/machinery/door/poddoor/preopen{
- id = "maint2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cIq" = (
-/obj/machinery/door/poddoor/preopen{
- id = "maint2"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cIr" = (
-/obj/item/weapon/lipstick/black,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cIs" = (
-/obj/item/weapon/lighter,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cIt" = (
-/obj/item/weapon/paper,
-/obj/item/weapon/storage/box/donkpockets,
-/obj/structure/table/glass,
-/obj/machinery/newscaster{
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cIu" = (
-/obj/structure/table/glass,
-/obj/item/device/radio/off,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cIv" = (
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/structure/table/glass,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cIw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cIx" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cIy" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"cIz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cIA" = (
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing)
-"cIB" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1449;
- glass = 1;
- heat_proof = 1;
- icon_state = "closed";
- id_tag = "tox_airlock_exterior";
- locked = 1;
- name = "Mixing Room Exterior Airlock";
- req_access_txt = "8"
- },
-/turf/open/floor/engine,
-/area/toxins/mixing)
-"cIC" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume{
- dir = 2;
- frequency = 1449;
- id = "tox_airlock_pump"
- },
-/turf/open/floor/engine,
-/area/toxins/mixing)
-"cID" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1449;
- glass = 1;
- heat_proof = 1;
- icon_state = "closed";
- id_tag = "tox_airlock_interior";
- locked = 1;
- name = "Mixing Room Interior Airlock";
- req_access_txt = "8"
- },
-/turf/open/floor/engine,
-/area/toxins/mixing)
-"cIE" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/toxins/mixing)
-"cIF" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/mixing)
-"cIG" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Toxins Mixing East";
- dir = 8;
- network = list("SS13","Sci");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = 26;
- pixel_y = -2;
- tag = "EAST"
- },
-/obj/item/weapon/wrench,
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/toxins/mixing)
-"cIH" = (
-/obj/structure/rack,
-/obj/item/weapon/reagent_containers/glass/beaker,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cII" = (
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/target/alien,
-/obj/item/target/syndicate,
-/obj/item/target/alien,
-/obj/item/target/syndicate,
-/obj/structure/closet/crate/secure{
- desc = "A secure crate containing various materials for building a customised test-site.";
- name = "Test Site Materials Crate";
- req_access_txt = "8"
- },
-/obj/item/target/clown,
-/obj/item/target/clown,
-/obj/item/target,
-/obj/item/target,
-/turf/open/floor/plasteel/bot,
-/area/toxins/mixing)
-"cIJ" = (
-/turf/open/floor/plasteel/warning/corner{
- tag = "icon-warningcorner (WEST)";
- dir = 8
- },
-/area/toxins/mixing)
-"cIK" = (
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/toxins/mixing)
-"cIL" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cIM" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/apmaint)
-"cIN" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cIO" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/apmaint)
-"cIP" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/supply)
-"cIQ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/supply)
-"cIR" = (
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor2";
- name = "supply dock loading door"
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad";
- tag = "cargoshuttledown"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"cIS" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"cIT" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
- },
-/obj/docking_port/mobile/supply{
- dir = 2;
- dwidth = 5;
- width = 12
- },
-/obj/docking_port/stationary{
- dir = 2;
- dwidth = 5;
- height = 7;
- id = "supply_home";
- name = "Cargo Bay";
- width = 12
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"cIU" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"cIV" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/supply)
-"cIW" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/supply)
-"cIX" = (
-/obj/structure/lattice,
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"cIY" = (
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cIZ" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/item/weapon/storage/box/lights/tubes,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJa" = (
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJb" = (
-/obj/machinery/button/door{
- id = "maint2";
- name = "Blast Door Control B";
- pixel_x = -28;
- pixel_y = 4;
- req_access_txt = "0"
- },
-/obj/machinery/button/door{
- id = "maint1";
- name = "Blast Door Control A";
- pixel_x = -28;
- pixel_y = -6;
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJc" = (
-/obj/structure/grille/broken,
-/obj/item/weapon/shard,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/turf/closed/wall/rust,
-/area/maintenance/asmaint2)
-"cJe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"cJf" = (
-/obj/structure/chair/stool,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJg" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- layer = 2.4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJh" = (
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJk" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_research{
- name = "Break Room";
- req_access_txt = "47"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJl" = (
-/obj/structure/disposalpipe/junction{
- dir = 4;
- icon_state = "pipe-j2";
- tag = "icon-pipe-j1 (WEST)"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white/side{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cJm" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cJn" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "mixingsparker";
- pixel_x = 25
- },
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 4;
- frequency = 1441;
- id = "air_in"
- },
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing)
-"cJo" = (
-/obj/structure/sign/fire{
- pixel_y = -32
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/engine,
-/area/toxins/mixing)
-"cJp" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/obj/machinery/button/door{
- id = "mixvent";
- name = "Mixing Room Vent Control";
- pixel_x = -25;
- pixel_y = 5;
- req_access_txt = "7"
- },
-/obj/machinery/button/ignition{
- id = "mixingsparker";
- pixel_x = -25;
- pixel_y = -5
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 4
- },
-/area/toxins/mixing)
-"cJq" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "port to mix"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/mixing)
-"cJr" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (SOUTHEAST)";
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (SOUTHEAST)";
- dir = 6
- },
-/area/toxins/mixing)
-"cJs" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/lights/bulbs,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJt" = (
-/obj/machinery/doppler_array,
-/turf/open/floor/plasteel/bot,
-/area/toxins/mixing)
-"cJu" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- dir = 4;
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/structure/table,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/purple/corner,
-/area/toxins/mixing)
-"cJv" = (
-/obj/structure/chair/office/light,
-/obj/machinery/button/massdriver{
- dir = 2;
- id = "toxinsdriver";
- pixel_x = 24;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/purple/side,
-/area/toxins/mixing)
-"cJw" = (
-/turf/open/floor/plating/warnplate,
-/area/toxins/mixing)
-"cJx" = (
-/obj/structure/closet/wardrobe/cargotech,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cJy" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/supply)
-"cJz" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"cJA" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "QMLoaddoor2";
- name = "Loading Doors";
- pixel_x = -8;
- pixel_y = 24
- },
-/obj/machinery/button/door{
- id = "QMLoaddoor";
- name = "Loading Doors";
- pixel_x = 8;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"cJB" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f5"
- },
-/area/shuttle/supply)
-"cJC" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
- },
-/area/shuttle/supply)
-"cJD" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"cJE" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/starboard)
-"cJF" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cJG" = (
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "Autoname APC North";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"cJH" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint)
-"cJI" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJJ" = (
-/obj/item/device/assembly/mousetrap/armed,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJK" = (
-/mob/living/simple_animal/mouse/brown,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJL" = (
-/obj/item/clothing/head/cone,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJM" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJN" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJO" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJP" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cJQ" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cJR" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Break Room Maintenance";
- req_access_txt = "47"
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"cJS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/machinery/light_switch{
- pixel_y = -24;
- tag = "s"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJT" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Science Break Room";
- dir = 1;
- network = list("SS13","Sci")
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJV" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"cJW" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"cJX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/research{
- name = "Research Division"
- })
-"cJY" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/research{
- name = "Research Division"
- })
-"cJZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/medical/research{
- name = "Research Division"
- })
-"cKa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/toxins/mixing)
-"cKb" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Toxins Lab Mainteneance";
- req_access_txt = "8"
- },
-/turf/open/floor/plating,
-/area/toxins/mixing)
-"cKc" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKd" = (
-/obj/structure/grille,
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKf" = (
-/obj/machinery/door/poddoor{
- id = "toxinsdriver";
- name = "Toxins Launcher Bay Door"
- },
-/turf/open/floor/plating,
-/area/toxins/mixing)
-"cKg" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cKh" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cKi" = (
-/obj/structure/grille,
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cKj" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"cKk" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- tag = "icon-4-9";
- icon_state = "4-9";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- tag = "icon-4-10";
- icon_state = "4-10";
- d1 = 4;
- d2 = 8
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/space,
-/area/solar/port)
-"cKl" = (
-/obj/structure/lattice,
-/obj/structure/lattice,
-/obj/structure/grille/broken,
-/turf/open/space,
-/area/space)
-"cKm" = (
-/obj/structure/girder/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKn" = (
-/obj/machinery/door/poddoor/preopen{
- id = "maint3"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKo" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Xenobiology Lab";
- req_access_txt = "55"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple,
-/area/medical/research{
- name = "Research Division"
- })
-"cKp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint2)
-"cKq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKs" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/apmaint)
-"cKu" = (
-/obj/structure/grille/broken,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cKv" = (
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cKw" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKx" = (
-/obj/machinery/button/door{
- id = "maint3";
- name = "Blast Door Control C";
- pixel_x = 0;
- pixel_y = 24;
- req_access_txt = "0"
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKy" = (
-/obj/structure/closet/firecloset/full,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKz" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"cKB" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint2)
-"cKC" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKD" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKE" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKF" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/area/toxins/xenobiology)
-"cKG" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/effect/landmark{
- name = "lightsout"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/area/toxins/xenobiology)
-"cKH" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/area/toxins/xenobiology)
-"cKI" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKJ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKK" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKL" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/junction,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKP" = (
-/obj/machinery/door/poddoor{
- id = "toxinsdriver";
- name = "Toxins Launcher Bay Door"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cKQ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cKR" = (
-/obj/structure/lattice,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"cKS" = (
-/obj/structure/door_assembly/door_assembly_mai,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKT" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKU" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKV" = (
-/obj/machinery/door/airlock/maintenance{
- glass = 1;
- name = "maintenance access";
- opacity = 0;
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKW" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKX" = (
-/obj/machinery/door/airlock/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cKZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cLb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"cLc" = (
-/turf/open/floor/plasteel/whitepurple/side,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/warningline,
-/area/toxins/xenobiology)
-"cLd" = (
-/turf/open/floor/plasteel/whitepurple/side,
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/warningline,
-/area/toxins/xenobiology)
-"cLe" = (
-/turf/open/floor/plasteel/whitepurple/side,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warningline,
-/area/toxins/xenobiology)
-"cLf" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLh" = (
-/obj/structure/table,
-/obj/item/weapon/rollingpaper,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLi" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/console_screen,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLj" = (
-/obj/structure/rack,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/item/weapon/stock_parts/scanning_module,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint2)
-"cLk" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLm" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLo" = (
-/obj/machinery/door/airlock/maintenance{
- glass = 1;
- name = "maintenance access";
- opacity = 0;
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cLp" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cLq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/maintenance/apmaint)
-"cLr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/apmaint)
-"cLs" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/maintenance/apmaint)
-"cLt" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"cLu" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cLv" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/structure/closet/wardrobe/cargotech,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cLw" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/syringe,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cLx" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f6"
- },
-/area/shuttle/supply)
-"cLy" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLz" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLA" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 8;
- name = "8maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLB" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/snacks/no_raisin,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLC" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLD" = (
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLE" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cLF" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/research{
- glass = 1;
- name = "Xenobiology Lab";
- opacity = 0;
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/whitepurple,
-/area/toxins/xenobiology)
-"cLG" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-2";
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cLH" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLI" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cLJ" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cLK" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/paper,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cLL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/supply)
-"cLM" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/supply)
-"cLN" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/supply)
-"cLO" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/space,
-/area/solar/starboard)
-"cLP" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cLQ" = (
-/obj/structure/rack,
-/obj/item/weapon/coin/twoheaded,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLR" = (
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"cLS" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/toxins/xenobiology)
-"cLT" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/toxins/xenobiology)
-"cLU" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTH)";
- dir = 1
- },
-/area/toxins/xenobiology)
-"cLV" = (
-/obj/item/weapon/bombcore/training,
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cLW" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/reagent_containers/glass/beaker,
-/obj/item/weapon/reagent_containers/glass/bottle/charcoal,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint2)
-"cLX" = (
-/obj/structure/frame/machine,
-/obj/item/weapon/circuitboard/machine/chem_master,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLY" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/obj/item/weapon/reagent_containers/glass/bottle/capsaicin,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cLZ" = (
-/obj/structure/closet/wardrobe/green,
-/obj/item/clothing/under/color/yellowgreen{
- desc = "A hideous fluorescent yellow jumpsuit."
- },
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cMa" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cMb" = (
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cMc" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/space,
-/area/solar/port)
-"cMd" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMe" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMf" = (
-/obj/item/clothing/suit/bio_suit/plaguedoctorsuit,
-/obj/item/clothing/head/plaguedoctorhat,
-/obj/item/clothing/mask/gas/plaguedoctor,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cMg" = (
-/obj/structure/spirit_board,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cMh" = (
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMi" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cMj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cMk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio3";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cMl" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/toxins/xenobiology)
-"cMm" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cMn" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cMo" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cMp" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio8";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/toxins/xenobiology)
-"cMq" = (
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cMr" = (
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cMs" = (
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cMt" = (
-/obj/structure/table/reinforced,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/reagent_containers/syringe,
-/obj/item/weapon/reagent_containers/glass/bottle/salglu_solution,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMu" = (
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint2)
-"cMv" = (
-/obj/structure/girder,
-/turf/open/floor/plating/airless,
-/area/maintenance/asmaint2)
-"cMw" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cMx" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cMy" = (
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cMz" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (WEST)";
- dir = 8
- },
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio3";
- name = "containment blast door"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/xenobiology)
-"cMA" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
- dir = 4
- },
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/toxins/xenobiology)
-"cMB" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cMC" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cMD" = (
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cME" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (WEST)";
- dir = 8
- },
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/xenobiology)
-"cMF" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
- dir = 4
- },
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/toxins/xenobiology)
-"cMG" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cMH" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMI" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable/yellow,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cMJ" = (
-/obj/structure/bed,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMK" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cML" = (
-/obj/structure/table/wood,
-/obj/structure/bedsheetbin,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMM" = (
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio3";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cMN" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio3";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/toxins/xenobiology)
-"cMO" = (
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cMP" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cMQ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/toxins/xenobiology)
-"cMR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cMS" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cMT" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMU" = (
-/obj/item/weapon/reagent_containers/glass/beaker,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cMV" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMW" = (
-/obj/structure/cable/green{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMX" = (
-/obj/structure/chair/stool,
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/stack/sheet/mineral/wood{
- amount = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMY" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/structure/cable/green{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cMZ" = (
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"cNa" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"cNb" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNc" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab North";
- dir = 8;
- network = list("SS13","Sci");
- pixel_x = 0;
- pixel_y = 0;
- start_active = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNd" = (
-/obj/structure/girder,
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNe" = (
-/obj/structure/grille/broken,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNf" = (
-/obj/machinery/door/airlock/external{
- name = "External Access";
- req_access = null;
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNg" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNh" = (
-/obj/structure/mineral_door/wood,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNi" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNj" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNk" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNl" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio7";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/toxins/xenobiology)
-"cNm" = (
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNn" = (
-/obj/structure/grille/broken,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNo" = (
-/obj/structure/grille/broken,
-/obj/item/weapon/wrench,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNp" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNq" = (
-/obj/item/toy/spinningtoy{
- desc = "It's a gravitational \"Singulo!\""
- },
-/turf/open/space,
-/area/space/nearstation)
-"cNr" = (
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/mob/living/simple_animal/slime,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cNs" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (WEST)";
- dir = 8
- },
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/xenobiology)
-"cNt" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNu" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
- dir = 4
- },
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "containment blast door"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/toxins/xenobiology)
-"cNv" = (
-/obj/item/stack/sheet/metal{
- amount = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNw" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/reagent_containers/syringe,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/item/clothing/under/color/lightpurple,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNx" = (
-/obj/structure/closet/toolcloset,
-/obj/item/stack/cable_coil/green,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNy" = (
-/obj/item/weapon/coin/diamond,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cNz" = (
-/obj/item/weapon/coin/uranium,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cNA" = (
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNB" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio2";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/toxins/xenobiology)
-"cNC" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cND" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (EAST)";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNF" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNG" = (
-/obj/item/weapon/coin/plasma,
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cNH" = (
-/obj/machinery/computer/slot_machine{
- balance = 15;
- money = 500
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cNI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint2)
-"cNJ" = (
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab";
- dir = 4;
- network = list("SS13","Sci");
- start_active = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNK" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cNL" = (
-/obj/structure/table,
-/obj/item/wallframe/firealarm,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNN" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio6";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/toxins/xenobiology)
-"cNO" = (
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNP" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cNQ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Firefighting equipment";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNR" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (WEST)";
- dir = 8
- },
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (WEST)";
- dir = 8
- },
-/area/toxins/xenobiology)
-"cNS" = (
-/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
- dir = 4
- },
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (EAST)";
- dir = 4
- },
-/area/toxins/xenobiology)
-"cNT" = (
-/obj/structure/chair,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cNU" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/asmaint2)
-"cNV" = (
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-4";
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNW" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio1";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/toxins/xenobiology)
-"cNX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cNY" = (
-/obj/machinery/nuclearbomb/syndicate,
-/obj/machinery/door/window{
- dir = 1;
- name = "Secure Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"cNZ" = (
-/turf/open/floor/plasteel/whitepurple/side,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warningline,
-/area/toxins/xenobiology)
-"cOa" = (
-/turf/open/floor/plasteel/whitepurple/side,
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warningline,
-/area/toxins/xenobiology)
-"cOb" = (
-/turf/open/floor/plasteel/whitepurple/side,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warningline,
-/area/toxins/xenobiology)
-"cOc" = (
-/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOd" = (
-/obj/structure/table/glass,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/item/weapon/extinguisher{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/extinguisher,
-/obj/item/weapon/storage/box/monkeycubes,
-/obj/item/weapon/storage/box/monkeycubes,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOe" = (
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab South 2";
- network = list("Sci");
- start_active = 1
- },
-/obj/machinery/computer/camera_advanced/xenobio,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOf" = (
-/obj/machinery/processor{
- desc = "A machine used to process slimes and retrieve their extract.";
- name = "Slime Processor"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOh" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light_switch{
- pixel_x = 24;
- pixel_y = 24;
- tag = "ne"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOj" = (
-/obj/machinery/monkey_recycler,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOk" = (
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab South 1";
- network = list("Sci");
- start_active = 1
- },
-/obj/machinery/computer/camera_advanced/xenobio,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOl" = (
-/obj/machinery/smartfridge/extract,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOm" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 3;
- layer = 2.9
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOn" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cOo" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/camera{
- c_tag = "Escape Pod 4";
- dir = 8;
- network = list("SS13","Sci");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cOp" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_4)
-"cOq" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/pod_4)
-"cOr" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/pod_4)
-"cOs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cOt" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Xenobiology Maintenance";
- req_access_txt = "55"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cOu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOy" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOA" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/whitebot,
-/area/toxins/xenobiology)
-"cOB" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOC" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (NORTH)";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOD" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOE" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOF" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Xenobiology Maintenance";
- req_access_txt = "55"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cOG" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cOH" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Pod Four";
- req_access = null;
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cOI" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 4;
- id = "pod4";
- name = "escape pod 4"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_4)
-"cOJ" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- pixel_y = 25
- },
-/obj/item/weapon/storage/pod{
- pixel_x = 6;
- pixel_y = -26
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_4)
-"cOK" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/computer/shuttle/pod{
- pixel_y = -32;
- possible_destinations = "pod_asteroid4";
- shuttleId = "pod4"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_4)
-"cOL" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/pod_4)
-"cOM" = (
-/obj/docking_port/stationary/random{
- dir = 4;
- id = "pod_asteroid4";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"cON" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/item/stack/sheet/mineral/wood{
- amount = 3
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cOO" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cOP" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOQ" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOR" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOT" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOU" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOW" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOX" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- on = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOY" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cOZ" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cPa" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cPb" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/asmaint2)
-"cPc" = (
-/obj/structure/sign/pods,
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"cPd" = (
-/turf/open/space,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/pod_4)
-"cPe" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/pod_4)
-"cPf" = (
-/obj/structure/closet,
-/obj/structure/cable/pink{
- tag = "icon-1-6";
- icon_state = "1-6"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPg" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPh" = (
-/obj/structure/table/glass,
-/obj/machinery/light,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/syringes,
-/obj/structure/sign/deathsposal{
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPi" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPj" = (
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/cable/pink{
- tag = "icon-2-4";
- icon_state = "2-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPl" = (
-/obj/structure/cable/pink{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/pink{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPm" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPn" = (
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPo" = (
-/obj/structure/cable/pink{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/pink{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPp" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/structure/cable/pink{
- tag = "icon-0-8";
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "Autoname APC South";
- pixel_x = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPq" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPr" = (
-/obj/structure/table,
-/obj/item/device/electropack,
-/obj/item/device/healthanalyzer,
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPs" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cPt" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-0-9";
- icon_state = "0-9"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cPu" = (
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPv" = (
-/obj/machinery/computer/security/telescreen{
- dir = 1;
- name = "Test Chamber Monitor";
- network = list("Xeno");
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/structure/table/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPw" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/button/ignition{
- id = "Xenobio";
- pixel_x = -6;
- pixel_y = -2
- },
-/obj/machinery/button/door{
- id = "Xenolab";
- name = "Test Chamber Blast Doors";
- pixel_x = 4;
- pixel_y = -2;
- req_access_txt = "55"
- },
-/obj/structure/table/reinforced,
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPx" = (
-/obj/machinery/door/window/southleft{
- dir = 1;
- name = "Maximum Security Test Chamber";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPy" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 2
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPz" = (
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/glasses/science,
-/obj/structure/table,
-/obj/structure/cable/pink{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cPA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2, /obj/item/weapon/shard = 2, "" = 3);
- lootcount = 2;
- name = "random material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cPB" = (
-/turf/open/floor/engine/vacuum,
-/area/toxins/xenobiology)
-"cPC" = (
-/obj/machinery/shieldwallgen{
- req_access = list(55)
- },
-/obj/structure/cable/pink,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cPD" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cPE" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cPF" = (
-/obj/machinery/door/window/southleft{
- dir = 2;
- name = "Maximum Security Test Chamber";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door";
- unacidable = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPG" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/pink,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cPH" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/device/flashlight/slime = 1, /obj/item/weapon/stock_parts/cell/high/slime = 1);
- name = "random yellow slime device"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cPI" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/asmaint2)
-"cPJ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"cPK" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPL" = (
-/obj/structure/disposaloutlet{
- dir = 2
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPM" = (
-/obj/item/stack/sheet/mineral/wood,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cPN" = (
-/obj/structure/bookcase,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cPO" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/toxins/xenobiology)
-"cPP" = (
-/obj/structure/table_frame,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/stack/sheet/metal = 1, /obj/item/stack/rods = 2);
- name = "random metal material damage spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cPQ" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cPR" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/item/stack/sheet/mineral/wood,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cPS" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint2)
-"cPT" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_x = -25;
- pixel_y = -2;
- tag = "WEST"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPU" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/effect/decal/remains/xeno = 49, /obj/structure/alien/egg = 1);
- name = "2% chance xeno egg spawner"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPV" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1;
- unacidable = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPW" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPX" = (
-/obj/machinery/sparker{
- dir = 2;
- id = "Xenobio";
- pixel_x = 25
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPY" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Secure Xenobiology Pen";
- dir = 1;
- network = list("Xeno","Sci");
- start_active = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cPZ" = (
-/obj/item/weapon/storage/fancy/cigarettes/cigpack_uplift,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQa" = (
-/obj/structure/barricade/wooden,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQb" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQc" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQd" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/stack/sheet/mineral/wood,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQe" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/item/stack/sheet/mineral/wood{
- amount = 3
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQf" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQg" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQh" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQi" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/asmaint2)
-"cQj" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQk" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQl" = (
-/obj/item/weapon/storage/fancy/cigarettes/cigpack_carp,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQm" = (
-/obj/item/trash/syndi_cakes,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQn" = (
-/obj/item/weapon/lighter/greyscale,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cQo" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"cQp" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"cQq" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet,
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"cQr" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/closed/wall,
-/area/toxins/test_area)
-"cQs" = (
-/turf/open/floor/plating/airless,
-/area/toxins/test_area)
-"cQt" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating/airless,
-/area/toxins/test_area)
-"cQu" = (
-/turf/closed/wall,
-/area/toxins/test_area)
-"cQv" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 2
- },
-/area/toxins/test_area)
-"cQw" = (
-/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
- },
-/area/toxins/test_area)
-"cQx" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/toxins/test_area)
-"cQy" = (
-/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
- },
-/area/toxins/test_area)
-"cQz" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/scalpel,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"cQA" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
- },
-/area/toxins/test_area)
-"cQB" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
- },
-/area/toxins/test_area)
-"cQC" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 4
- },
-/area/toxins/test_area)
-"cQD" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 8
- },
-/area/toxins/test_area)
-"cQE" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plating/airless,
-/area/toxins/test_area)
-"cQF" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
- },
-/area/toxins/test_area)
-"cQG" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
- },
-/area/toxins/test_area)
-"cQH" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
- },
-/area/toxins/test_area)
-"cQI" = (
-/obj/machinery/camera{
- active_power_usage = 0;
- c_tag = "Bomb Test Site";
- desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site.";
- dir = 1;
- invuln = 1;
- light = null;
- name = "Hardened Bomb-Test Camera";
- network = list("Toxins");
- start_active = 1;
- use_power = 0
- },
-/obj/item/target/alien{
- anchored = 1
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 2
- },
-/area/toxins/test_area)
-"cQJ" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
- },
-/area/toxins/test_area)
-"cQK" = (
-/turf/closed/indestructible{
- desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease";
- icon_state = "riveted";
- name = "hyper-reinforced wall"
- },
-/area/toxins/test_area)
-"cQL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
- },
-/turf/closed/wall,
-/area/maintenance/atmos_control)
-"cQM" = (
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/atmos_control)
-"cQN" = (
-/obj/structure/cable/green{
- tag = "icon-1-6";
- icon_state = "1-6"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cQO" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/item/weapon/wirerod,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cQP" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (WEST)";
- dir = 8
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"cQQ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"cQR" = (
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access = null;
- req_access_txt = "10;13"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cQS" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"cQT" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cQU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold-r-f (WEST)";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cQV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/yellow{
- icon_state = "4-8";
- d1 = 4;
- d2 = 8
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/engine/engineering)
-"cQW" = (
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cQX" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/engineering_construction,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cQY" = (
-/obj/structure/cable/green{
- tag = "icon-1-9";
- icon_state = "1-9"
- },
-/obj/structure/cable/green{
- tag = "icon-4-9";
- icon_state = "4-9"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cQZ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cRa" = (
-/obj/structure/cable/green{
- tag = "icon-5-8";
- icon_state = "5-8"
- },
-/obj/structure/cable/green{
- tag = "icon-1-8";
- icon_state = "1-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cRb" = (
-/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
- dir = 9
- },
-/turf/open/floor/plasteel/warningline{
- tag = "icon-warningline (NORTHWEST)";
- dir = 9
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cRc" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad2";
- tag = "cargoshuttleup"
- },
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor";
- name = "supply dock loading door"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"cRd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/maintenance/apmaint)
-"cRe" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Cargo Escape Airlock";
- opacity = 0
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"cRf" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Cargo Escape Airlock";
- opacity = 0
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"cRg" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Escape Airlock";
- opacity = 0
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"cRh" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Escape Airlock";
- opacity = 0
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"cRi" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Security Escape Airlock";
- opacity = 0;
- req_access_txt = "2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"cRj" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Security Escape Airlock";
- opacity = 0;
- req_access_txt = "2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"cRk" = (
-/turf/open/floor/plasteel,
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Mining Dock Airlock";
- opacity = 0;
- req_access = null;
- req_access_txt = "48"
- },
-/turf/open/floor/plasteel/sandeffect,
-/area/quartermaster/miningdock)
-"cRl" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Solar Maintenance";
- opacity = 0;
- req_access = null;
- req_access_txt = "10; 13"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"cRm" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Solar Maintenance";
- opacity = 0;
- req_access = null;
- req_access_txt = "10; 13"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cRn" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Supply Dock Airlock";
- opacity = 0;
- req_access_txt = "31"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/quartermaster/storage)
-"cRo" = (
-/obj/machinery/door/airlock/external{
- glass = 1;
- name = "Supply Dock Airlock";
- opacity = 0;
- req_access_txt = "31"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/quartermaster/storage)
-"cRp" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/space/nearstation)
-"cRq" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/space,
-/area/space/nearstation)
-"cRr" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/turf/open/space,
-/area/space/nearstation)
-"cRs" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/space,
-/area/space/nearstation)
-"cRt" = (
-/obj/structure/table,
-/obj/item/weapon/retractor,
-/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"cRu" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"cRv" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"cRw" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_sw";
- name = "southwest of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"cRx" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_se";
- name = "southeast of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"cRy" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_s";
- name = "south of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"cRz" = (
-/turf/closed/wall,
-/area/space/nearstation)
-"cRA" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"cRB" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"cRC" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/table,
-/obj/item/weapon/book/manual/hydroponics_pod_people,
-/obj/item/weapon/watertank,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/weapon/reagent_containers/spray/plantbgone,
-/obj/item/weapon/reagent_containers/spray/plantbgone,
-/obj/item/weapon/reagent_containers/spray/plantbgone,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"cRD" = (
-/obj/structure/table/wood,
-/obj/item/clothing/head/hardhat/cakehat,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"cRE" = (
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"cRF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRH" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRI" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRJ" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/light/small,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = -25;
- tag = "SOUTH"
- },
-/obj/structure/closet/secure_closet/hydroponics,
-/obj/item/clothing/tie/armband/hydro,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"cRK" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -31
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRL" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 3
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRM" = (
-/obj/machinery/processor,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"cRN" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- listening = 1;
- name = "Station Intercom (General)";
- pixel_y = 20;
- tag = "NORTH"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"cRO" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/kitchen/fork,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRS" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/weapon/reagent_containers/food/snacks/pizzaslice/vegetable{
- desc = "Ah, leftovers. A slice of the most green pizza of all pizzas not containing green ingredients."
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"cRT" = (
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"cRV" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/exam_room)
-"cRW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/medical/exam_room)
-"cRX" = (
-/turf/closed/wall/rust,
-/area/chapel/office)
-"cRY" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/sign/map/right/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"cRZ" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/sign/map/left/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"cSa" = (
-/obj/structure/cable/green{
- tag = "icon-2-8";
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"cSb" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance access";
- req_access_txt = "12"
- },
-/obj/structure/cable/green{
- tag = "icon-1-2";
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"cSc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/sign/map/right/dream{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"cSd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/sign/map/left/dream{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"cSe" = (
-/obj/structure/cable/green{
- tag = "icon-4-8";
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable/green{
- tag = "icon-1-4";
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Fore Port Hallway"
- })
-"cSf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/sign/map/left/dream{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"cSg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/sign/map/right/dream{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"cSh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/sign/map/right/dream{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"cSi" = (
-/obj/structure/sign/map/left/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cSj" = (
-/obj/structure/sign/map/right/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cSk" = (
-/obj/structure/sign/directions{
- dir = 4;
- icon_state = "direction_supply";
- name = "cargo bay";
- pixel_y = -24;
- tag = "icon-direction_supply"
- },
-/obj/structure/sign/directions{
- dir = 4;
- icon_state = "direction_bridge";
- name = "bridge";
- pixel_y = -32;
- tag = "icon-direction_bridge"
- },
-/obj/structure/sign/directions/engineering{
- dir = 1;
- icon_state = "direction_eng";
- pixel_x = 0;
- pixel_y = -40;
- tag = "icon-direction_eng (NORTH)"
- },
-/obj/machinery/camera{
- c_tag = "Aft Port Hallway West 3";
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cSl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/sign/map/left/dream{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Port Hallway"
- })
-"cSm" = (
-/obj/structure/closet/secure_closet/freezer/cream_pie,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-
-(1,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(2,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(3,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(4,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(5,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(6,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(7,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(8,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(9,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(10,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(11,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(12,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(13,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(14,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(15,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(16,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(17,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(18,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(19,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(20,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(21,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(22,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(23,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(24,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(25,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(26,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(27,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(28,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-afv
-aae
-aaa
-bmm
-bpP
-bpT
-bpP
-bwp
-bpT
-bpT
-bpP
-bpP
-bpP
-bpT
-bpT
-bpT
-bpP
-bpT
-bpP
-bTi
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(29,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aab
-afv
-aaa
-bmm
-bnA
-bpQ
-brZ
-bpQ
-bpP
-byq
-bAp
-bAp
-bAp
-bAp
-bAp
-byq
-bpR
-bpR
-bpR
-bRt
-bTj
-bpT
-bpT
-bTi
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(30,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-afv
-aaa
-bmn
-bnB
-bpR
-bpR
-bpR
-bpP
-byr
-byr
-byr
-byr
-byr
-byr
-byr
-byr
-byr
-byr
-bpS
-bws
-bUy
-bVB
-bWW
-bTi
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(31,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aae
-aaa
-afv
-aaa
-bmn
-bnB
-bpR
-bpR
-bpR
-bwq
-byr
-bAq
-bAq
-bAq
-bAq
-bAq
-byr
-bLZ
-bLZ
-byr
-bpR
-bTk
-bUz
-bUz
-bWX
-bpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(32,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aaa
-afv
-aaa
-bmn
-bnB
-bpS
-bpR
-bpS
-bpP
-byr
-bAr
-bAr
-bAr
-bAr
-bAr
-byr
-bLZ
-bAs
-byr
-byr
-bTl
-byr
-byr
-bWY
-bpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(33,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aae
-aae
-afv
-aaa
-bmn
-bnB
-bpT
-bpT
-bpT
-bwr
-byr
-byr
-byr
-byr
-byr
-byr
-byr
-bLZ
-bNH
-byr
-bRu
-bws
-bUA
-byr
-bWZ
-bpP
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(34,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-afv
-aaa
-bmn
-bnB
-bpU
-bsa
-bue
-bws
-byr
-bAq
-bAq
-bAq
-bAq
-bAq
-byr
-bMa
-bpP
-bPG
-bpP
-bnA
-bUB
-byr
-bWY
-bpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(35,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-afv
-aaa
-bmn
-bnB
-bpU
-bsa
-bsa
-bwt
-byr
-bAr
-bAr
-bAr
-bAr
-bAr
-byr
-bws
-bNI
-bNJ
-bRv
-bws
-bUC
-bVC
-bXa
-bpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(36,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-afv
-aaa
-bmn
-bnB
-bpV
-bsa
-bsa
-bws
-byr
-byr
-byr
-byr
-byr
-byr
-bKg
-bws
-bNI
-bNJ
-bRv
-bws
-bUD
-bVD
-bXb
-bTm
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(37,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-afv
-aaa
-bmo
-bnA
-bpV
-bsa
-bsa
-bws
-byr
-bAs
-bAs
-bAs
-bAs
-bAs
-byr
-bws
-bNJ
-bPH
-bRv
-bTj
-bpT
-bpT
-bTm
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aab
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(38,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRz
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-cRz
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-afv
-aae
-aaa
-bmo
-bpT
-bpT
-buf
-bwu
-buf
-bpT
-bpP
-bpP
-bpP
-bpT
-bKh
-bwu
-bNK
-bpT
-bpT
-bTm
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRw
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(39,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-amd
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRz
-aaa
-aaa
-aae
-aae
-aaa
-amd
-aaa
-aaa
-aaa
-cRz
-aaa
-aaa
-aaa
-aae
-aaa
-afv
-aaa
-aaa
-aae
-aae
-bnC
-cRe
-bwv
-cRg
-bnC
-aae
-aae
-aae
-bnC
-cRg
-bwv
-cRi
-bnC
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-bUI
-caT
-bUI
-aaa
-cgO
-cdl
-boo
-czH
-byZ
-bCD
-bEM
-cgO
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(40,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRz
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-amd
-aaa
-aae
-aae
-aae
-aaa
-cRz
-aaa
-aaa
-aaa
-amd
-aab
-aaa
-aaa
-aae
-aaa
-afv
-aae
-aaa
-aae
-aaa
-bnC
-buh
-bnC
-buh
-bnC
-aaa
-aae
-aaa
-bnC
-buh
-bnC
-buh
-bnC
-aae
-aae
-aae
-aae
-aae
-aae
-bUI
-caU
-bUI
-aaa
-cgO
-cdl
-buX
-byX
-cdl
-cdl
-cdl
-cgO
-cgO
-cgO
-cgO
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(41,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRz
-aaa
-aaa
-aaa
-aaa
-aab
-cRz
-aaa
-aaa
-aaa
-aaa
-cRz
-aae
-aae
-aaa
-aae
-aae
-cRz
-aaa
-aaa
-aaa
-cRz
-aaa
-aaa
-aae
-aae
-aae
-afv
-afv
-afv
-afv
-afv
-bnC
-buh
-bnC
-buh
-bnC
-aae
-aae
-aae
-bnC
-buh
-bnC
-buh
-bnC
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-bUI
-caV
-bUI
-aae
-cps
-cdl
-cvL
-cdl
-bCz
-bEL
-bHf
-bJi
-bEL
-bJl
-cgO
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(42,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRz
-aaa
-aaa
-aaa
-aaa
-aaa
-amd
-aaa
-aaa
-aaa
-aaa
-amd
-aae
-aaa
-aaa
-aaa
-aae
-amd
-aaa
-aaa
-aaa
-cRz
-aaa
-aae
-aae
-aaa
-aae
-afv
-aae
-aaa
-bnC
-bnC
-bnC
-cRf
-bnC
-cRh
-bnC
-bnC
-bEg
-bnC
-bnC
-cRh
-bnC
-cRj
-bnC
-bnC
-bnC
-bUE
-bUE
-bUE
-bUE
-bUI
-caW
-ccW
-ccW
-ccW
-cRX
-bwW
-byY
-ccW
-ccW
-ccW
-ccW
-cdl
-bKF
-cgO
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(43,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-amd
-aae
-aae
-anR
-anS
-anS
-anR
-aae
-aae
-aae
-aae
-amd
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-anR
-anR
-anR
-anR
-anR
-anR
-aaa
-aaa
-aae
-afv
-aae
-aae
-bnC
-bpW
-bsb
-buj
-bww
-byu
-bAt
-bBS
-bEh
-bGB
-bAt
-bKi
-bww
-bNN
-bPI
-bRw
-bnC
-bUF
-bVE
-bXc
-bYj
-bZH
-bZI
-ccX
-ceU
-ceU
-ccW
-ccW
-ccW
-ccW
-cph
-cqR
-ccW
-ctX
-bQh
-cxn
-cyC
-cxn
-cxn
-cxn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(44,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRz
-aae
-aaa
-anR
-aBx
-aCW
-anR
-aaa
-aaa
-aae
-aae
-cRz
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-aVH
-auq
-aoq
-axm
-bcx
-anS
-aaa
-aaa
-aae
-afv
-aaa
-aaa
-bnC
-bpW
-bsc
-buk
-bnC
-byv
-bqa
-bsc
-bqa
-bGC
-bqa
-bKj
-bnC
-bNO
-bPJ
-bRx
-bnC
-bUG
-bVF
-bUG
-bVF
-bZI
-caX
-ccY
-ceV
-cgE
-ccW
-cjZ
-clG
-ccW
-cpi
-cqS
-cnu
-ctY
-cvG
-cxo
-cyD
-cdl
-cAL
-cxn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(45,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-anR
-anR
-anR
-anR
-axl
-auq
-anR
-aaa
-aae
-aae
-aaa
-cRz
-aaa
-aab
-aaa
-aaa
-aaa
-anR
-aVI
-aXG
-auq
-auq
-bcy
-anR
-aaa
-anR
-anR
-arh
-anR
-aae
-bnD
-bpX
-bsd
-bul
-bwx
-byw
-buq
-bBT
-bEi
-bGD
-buq
-bKk
-bMb
-bNP
-bPK
-bRy
-bnD
-bUH
-bVG
-bUH
-bVG
-bZJ
-caY
-ccW
-ceW
-cgF
-cij
-cka
-clH
-cnt
-cpj
-cqT
-csw
-ctZ
-cvH
-cxn
-cdl
-czE
-cAM
-cxn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(46,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-anR
-axi
-ayE
-anR
-aBy
-auq
-anR
-aae
-aae
-aaa
-aaa
-amd
-aae
-aaa
-aaa
-aaa
-aaa
-anR
-aVJ
-aVJ
-aZm
-aus
-auq
-anR
-aae
-anR
-bia
-auq
-anR
-aaa
-bnD
-bpY
-bse
-bum
-bwy
-byx
-bAu
-bsm
-bEj
-bus
-bAu
-bKl
-bwy
-bNQ
-bPL
-bRz
-bnD
-bUG
-bVF
-bUG
-bVF
-bZI
-bZI
-ccW
-ceX
-cgG
-cik
-ckb
-clI
-cnu
-cpk
-cqU
-ccW
-clY
-cvI
-cxn
-cdl
-czF
-cAN
-cxn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(47,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acj
-acm
-acm
-acm
-acm
-acm
-acm
-acm
-acm
-adh
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-anR
-anR
-anR
-anR
-anR
-anR
-aCX
-anR
-anR
-anR
-anR
-anR
-anR
-anR
-anR
-anS
-anR
-anR
-anR
-anR
-anR
-anR
-bbb
-anR
-anR
-anR
-anR
-anR
-arh
-anR
-anR
-bnD
-bpW
-bsf
-bun
-bnC
-byy
-bqa
-bBU
-bEk
-bGE
-bqa
-bKm
-bnC
-bNO
-bPM
-bRx
-bnD
-bUH
-bVG
-bUH
-bVG
-bZI
-caZ
-ccW
-ceY
-cgH
-cil
-ckc
-clJ
-ccW
-ccW
-ccW
-ccW
-clY
-cvJ
-cxn
-cyC
-cxn
-cxn
-cxn
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(48,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acj
-acm
-acm
-acm
-acm
-acm
-acm
-afH
-agj
-afH
-afG
-agz
-agE
-cQz
-agC
-agS
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anS
-aun
-auq
-axj
-ayF
-aAe
-aBz
-aCY
-aEl
-aqh
-aqh
-aIt
-aqh
-aqh
-aMH
-aNN
-aPD
-aRp
-aqh
-aqh
-aqh
-aXH
-aqh
-bbc
-auq
-auq
-auq
-auq
-bib
-auq
-auB
-avZ
-bnD
-bpW
-bsg
-buo
-bnD
-byz
-bAv
-bBV
-bAv
-bGF
-bAv
-bKn
-bnD
-bNR
-bPN
-bRA
-bnD
-bUG
-bVH
-bXd
-bVF
-bZK
-cba
-ccW
-ceZ
-cgF
-cim
-ckd
-ceZ
-cnv
-cpl
-ccW
-csx
-clY
-cnQ
-cgO
-aae
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(49,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acm
-adN
-adN
-adN
-adN
-adN
-acm
-afG
-afG
-afG
-afG
-agt
-afG
-cQp
-agC
-agT
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anS
-auo
-avT
-axk
-ayG
-aqh
-aBA
-aCZ
-aEm
-aFD
-aFD
-aFD
-aFD
-aFD
-aMI
-aNO
-aPE
-aRq
-aFD
-aFD
-aFD
-aFD
-aZn
-bbd
-bcz
-bea
-bfy
-bfy
-bfy
-bfy
-bkE
-bmp
-bnD
-bnD
-bsh
-bnD
-bwz
-byA
-byA
-bBW
-bEl
-bGG
-byA
-byA
-bMc
-bnD
-bPO
-bnD
-bnD
-bUI
-bUI
-bUI
-bUI
-bUI
-cbb
-ccW
-cfa
-cgI
-cin
-cke
-cin
-ccW
-cpm
-ccW
-csy
-clY
-cnQ
-cgO
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(50,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acm
-acy
-acy
-acy
-acy
-acy
-acm
-agc
-afG
-afG
-afG
-agB
-agF
-cRt
-agC
-agU
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anS
-auo
-avU
-axl
-anR
-anR
-auV
-arm
-asn
-aFE
-aFE
-aFE
-aFE
-aFE
-aFE
-aBD
-aBD
-aBD
-aBD
-aBD
-aBD
-aBD
-aBD
-bbe
-bcA
-beb
-bef
-bef
-bic
-axm
-bkF
-bfy
-bnE
-bpZ
-bsi
-bup
-bwA
-byB
-byB
-bBX
-byB
-bGH
-byB
-byB
-bMd
-bNS
-bPP
-bRB
-bnD
-bUJ
-bVI
-bXe
-bYk
-bUI
-cbc
-ccZ
-ccZ
-cgJ
-ccZ
-ckf
-bZI
-cnw
-cpn
-bUI
-csz
-cua
-cvK
-cgO
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(51,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acj
-acm
-acm
-acm
-adh
-aaa
-aaa
-acm
-acy
-aeg
-acy
-acy
-acy
-acm
-afY
-afG
-afG
-afG
-agA
-acm
-acm
-acm
-adj
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anS
-aup
-auq
-axm
-anR
-aAf
-aBB
-arm
-asn
-aFE
-aGP
-aIu
-aJY
-aLI
-aBD
-aNP
-aPF
-aBD
-aSC
-aTV
-aVK
-aXI
-aBD
-arj
-aAm
-bec
-bfz
-bhg
-bhg
-bhg
-bhg
-bhg
-bnD
-bqa
-bsj
-bqa
-bqa
-bqa
-bqa
-bBY
-bqa
-bGI
-bqa
-bqa
-bqa
-bqa
-bqa
-bRC
-bnD
-bTE
-bTE
-bTE
-bTE
-bUI
-cbd
-bZI
-bZI
-cgK
-cio
-cba
-clK
-bUI
-bUI
-bUI
-csA
-cub
-cgR
-cgO
-aae
-aae
-aae
-aae
-aae
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(52,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acm
-acx
-acK
-acX
-acm
-adh
-aaa
-acm
-adO
-aef
-aeM
-acy
-acy
-acm
-agd
-afG
-afG
-afG
-agD
-acm
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-auq
-anR
-anR
-anR
-anR
-anR
-arm
-asn
-aFE
-aGQ
-aIv
-aJZ
-aLJ
-aBD
-aNQ
-aPG
-aDe
-aSD
-aTW
-aVL
-aXJ
-aFF
-bbf
-bcB
-bed
-bfA
-bhh
-bid
-bjG
-bkG
-bmq
-bnF
-bqb
-bsk
-buq
-buq
-buq
-buq
-bBZ
-buq
-bGD
-buq
-buq
-bMe
-bMe
-buq
-bRD
-bnF
-bUK
-bVJ
-bXf
-cSi
-bUI
-cbe
-cda
-cfb
-cgL
-cgN
-ckg
-cfb
-cbe
-bUI
-cqV
-cnQ
-clY
-cdl
-cgO
-cgO
-cgO
-cgO
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(53,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acl
-acy
-acy
-acy
-acm
-acm
-acm
-acm
-acm
-acm
-acm
-aeL
-aeW
-acm
-acm
-agk
-agl
-agr
-acm
-acm
-acm
-adh
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-aur
-avV
-axn
-auq
-aAg
-auq
-arm
-asn
-aFE
-aGR
-aIw
-aKa
-aLK
-aMJ
-aNR
-aPH
-aRr
-aSE
-aTX
-aVM
-aXK
-aZo
-bbg
-bcC
-bee
-auq
-bhg
-cSc
-bjH
-bkH
-bmr
-bnG
-bqc
-bsl
-bur
-bqc
-bqc
-bqc
-bCa
-bEm
-bGJ
-bqc
-bKo
-bMf
-bNT
-bqc
-bqc
-bnG
-bUL
-bVK
-bXg
-cSj
-bUI
-bZI
-cdb
-cfc
-cgL
-cgN
-ckh
-cfc
-bZI
-bUI
-cqW
-cnQ
-clY
-cdl
-cxp
-cdl
-czG
-cgO
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(54,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acl
-acz
-acy
-acy
-acm
-adq
-adx
-adx
-adx
-adx
-aeX
-acy
-acy
-afs
-acy
-acy
-acy
-acy
-acy
-aeX
-agC
-agS
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aad
-aac
-aac
-aac
-aac
-aad
-aac
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-aus
-anR
-axl
-ayH
-aos
-axl
-arm
-asn
-aFE
-aGS
-aIx
-aKb
-aLL
-aMK
-aNS
-aPI
-aRs
-aSF
-aTY
-aVN
-aXL
-aBD
-bbh
-bcD
-cSa
-awe
-cSb
-bie
-cSe
-bkI
-bms
-bnH
-bqd
-bsm
-bus
-bwB
-byC
-bAw
-bCb
-bEn
-bGK
-bIL
-bKp
-bMg
-bsm
-bPQ
-bRE
-bnH
-bUM
-bVL
-bXh
-bYl
-bUI
-afr
-cda
-cfb
-cgL
-cgN
-ckg
-clL
-bhi
-bUI
-cqX
-cnQ
-clY
-cvL
-cgO
-cdl
-czH
-cps
-aaa
-aaa
-aaa
-aac
-aac
-aad
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aad
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(55,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acl
-acA
-adJ
-acy
-adi
-acy
-acy
-acy
-acy
-acy
-aeV
-acy
-acy
-acy
-acy
-acy
-acy
-acy
-acy
-cNY
-agC
-agT
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-anR
-aut
-anR
-axo
-ayI
-aAh
-axl
-arm
-asn
-aFE
-aGT
-aIx
-aKc
-aLM
-aML
-aNT
-aPJ
-aBD
-aSG
-aTZ
-aVO
-aXM
-aBD
-bbi
-bcE
-bef
-bfB
-bhg
-bif
-bjI
-bkJ
-bmt
-bmt
-bmt
-bsn
-but
-bmt
-bmt
-bmt
-bmt
-bmt
-bmt
-bmt
-bmt
-bmt
-bsn
-but
-bmt
-bmt
-bmt
-bVM
-bXi
-cSk
-bUI
-cbf
-cdc
-cfc
-cgL
-cgN
-ckh
-cfc
-cnx
-bUI
-cqY
-cnQ
-clY
-cvM
-cgO
-cqV
-czI
-cgO
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(56,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acl
-acB
-acy
-acY
-ack
-adr
-ady
-ady
-ady
-ady
-aeX
-acy
-acy
-acy
-acy
-acy
-acy
-acy
-acy
-aeX
-agC
-agU
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiG
-aae
-ajo
-aaa
-aiG
-aae
-ajo
-aaa
-aiG
-aae
-ajo
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-anR
-auu
-anR
-auq
-auq
-auq
-auq
-arm
-asn
-aFE
-aGU
-aIy
-aKd
-aLN
-aMK
-aNU
-aPK
-aBD
-aLP
-aUa
-aPO
-aLP
-aBD
-bbj
-aAm
-auq
-bfC
-bhg
-big
-bjI
-bkJ
-bmu
-bnI
-bqe
-bso
-buu
-bwC
-bnS
-bAx
-bCc
-bAx
-bnS
-bAx
-bnS
-bMh
-bso
-buu
-bRF
-bTn
-bmu
-bVM
-bXi
-bYm
-bZL
-bZI
-cda
-cfb
-cgL
-cgN
-ckg
-cfb
-cny
-bUI
-cgR
-csB
-cuc
-cgO
-cgO
-cgO
-cgO
-cgO
-aaa
-aaa
-aae
-aae
-cFX
-aae
-cHD
-aaa
-cFX
-aae
-cHD
-aaa
-cFX
-aae
-cHD
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(57,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acl
-acC
-acy
-acy
-acm
-acm
-acm
-acm
-acm
-acm
-acm
-afE
-aeX
-acm
-acm
-acm
-afZ
-age
-acm
-acm
-acm
-adj
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiG
-aiT
-ajo
-aaa
-aiG
-aiT
-ajo
-aaa
-aiG
-aiT
-ajo
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-anR
-auv
-anR
-axp
-ayJ
-aAi
-aBC
-arm
-asn
-aFE
-aGV
-aIz
-aKe
-aLO
-aMK
-aNU
-aPL
-aBD
-aSH
-aUb
-aVP
-aXN
-aBD
-arj
-aAm
-auu
-bfD
-bhg
-bih
-bjI
-bkK
-bmt
-bnJ
-bnS
-bso
-buu
-bwC
-bnS
-bAx
-bnS
-bAx
-bnS
-bAx
-bnS
-bMh
-bso
-buu
-bnS
-bTo
-bmt
-bVN
-bXi
-bYn
-bZL
-bZI
-cdc
-cfc
-cgL
-cgN
-ckh
-cfc
-bZI
-bUI
-cqZ
-csC
-cud
-cvN
-cgO
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-cFX
-cGR
-cHD
-aaa
-cFX
-cGR
-cHD
-aaa
-cFX
-cGR
-cHD
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(58,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acm
-acC
-acy
-acZ
-acm
-adj
-aaa
-aaa
-aaa
-acm
-acy
-acy
-acy
-acm
-agi
-acy
-acy
-acy
-agm
-ags
-acm
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aaa
-aae
-aae
-aaa
-aae
-aaa
-anR
-auw
-anR
-axq
-axq
-axq
-axq
-arm
-asn
-aFE
-aBD
-aIA
-aKf
-aBD
-aBD
-aNV
-aPM
-aBD
-aSI
-aUc
-aVQ
-aXO
-aBD
-bbk
-bcF
-auv
-bfE
-bhg
-bii
-bjJ
-bkL
-bmv
-bnK
-bnK
-bsp
-buv
-bnK
-bnK
-bnK
-bnK
-bnK
-bnK
-bnK
-bnK
-bnK
-bsp
-buv
-bnK
-bnK
-bmv
-bVO
-bXj
-bYo
-bZM
-cbg
-cbg
-cbg
-cgM
-cbg
-cki
-clM
-cbg
-cpo
-cra
-csD
-cue
-cvO
-cgO
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-cFX
-cGS
-cHD
-aaa
-cFX
-cGS
-cHD
-aaa
-cFX
-cGS
-cHD
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(59,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acL
-acm
-acm
-acm
-adj
-aaa
-aaa
-aaa
-aaa
-aeh
-acy
-acy
-acy
-acm
-afI
-acy
-acy
-acy
-agn
-acm
-acm
-acm
-adh
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aac
-aad
-aae
-aae
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-anR
-aux
-auv
-axr
-ayK
-aAj
-aAj
-aDa
-aEn
-aFF
-aGW
-aIB
-aKg
-aLP
-aMM
-aNU
-aPM
-aBD
-aBD
-aUd
-aVR
-aXP
-aXP
-bbl
-bcG
-aXP
-aXP
-aXP
-big
-bjI
-bkM
-bmw
-bnL
-bnL
-bsq
-buw
-bnL
-bnL
-bnL
-bnL
-bEo
-bnL
-bnL
-bnL
-bnL
-bsq
-bPR
-bnL
-bTp
-bmw
-bVP
-bXk
-bYp
-bZN
-cbh
-cdd
-cbh
-cbh
-cbh
-ckj
-clN
-cbh
-cpp
-crb
-csE
-cuf
-cvP
-cgO
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-cFX
-cGS
-cHD
-aaa
-cFX
-cGS
-cHD
-aaa
-cFX
-cGS
-cHD
-aae
-aae
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(60,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aev
-acy
-acy
-acy
-acm
-afJ
-acy
-acy
-acy
-acy
-acy
-cRv
-agC
-agS
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aaa
-aaa
-aiH
-aiV
-ajp
-aaa
-aiH
-akc
-ajp
-aaa
-aiH
-aiV
-ajp
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aqd
-atd
-atd
-atd
-atd
-ayL
-aAk
-aqi
-aDb
-aEo
-aFG
-aGX
-aIC
-aKd
-aLP
-aMN
-aNW
-aPN
-aBD
-aSJ
-aUe
-aVS
-aXP
-aZp
-bbm
-bcH
-beg
-bfF
-aXP
-bij
-bjK
-bkN
-bmt
-bnM
-bqf
-bsr
-bux
-bwD
-bnS
-bAy
-bnS
-bAy
-bnS
-bIM
-bnS
-bIM
-bNU
-bIM
-bqg
-bTq
-bmt
-bVQ
-bXl
-bYq
-bZL
-bZI
-cba
-cfd
-cgN
-cgN
-cfd
-clO
-bZI
-cpq
-crc
-csF
-csF
-csF
-csF
-cyE
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-cFY
-cGT
-cHE
-aaa
-cFY
-cJE
-cHE
-aaa
-cFY
-cGT
-cHE
-aaa
-aaa
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(61,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acL
-acm
-acm
-acm
-acm
-afK
-aeg
-acy
-acy
-acy
-acy
-cRu
-agC
-agT
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aiW
-aae
-aaa
-aae
-aiW
-aae
-aaa
-aae
-aiW
-aae
-aaa
-aaa
-aaa
-aaa
-aqd
-aqd
-aqd
-ate
-auy
-avW
-atd
-ayM
-aAl
-aBD
-aBD
-aBD
-aBD
-aGY
-aID
-aKh
-aLP
-aLP
-aNX
-aPO
-aBD
-aBD
-aUf
-aVT
-aXQ
-aZq
-bbn
-bcI
-beh
-bfG
-aXP
-bij
-bjI
-bkJ
-bmu
-bnN
-bnS
-bso
-buu
-bnS
-byD
-bAy
-byD
-bAy
-bnS
-bIM
-bnS
-bIM
-bNU
-bIM
-bqg
-bTr
-bmu
-bVM
-bXi
-bYm
-bZL
-cbe
-cde
-cfe
-cgN
-cgN
-cfe
-clP
-cbe
-cpq
-crd
-csF
-cug
-cvQ
-cxq
-cyE
-cyE
-cyE
-aaa
-aaa
-aaa
-aaa
-aae
-cGU
-aae
-aaa
-aae
-cGU
-aae
-aaa
-aae
-cGU
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(62,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aei
-acm
-afL
-aga
-acy
-afD
-afD
-acy
-aeY
-agC
-agU
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aae
-aae
-aid
-aio
-aio
-aiI
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-anQ
-aio
-aio
-ato
-arg
-ato
-atf
-auz
-avX
-axs
-ayN
-aAl
-aBE
-aDc
-aEp
-aFH
-aGZ
-aIE
-aKi
-aLQ
-aMO
-aNY
-aPP
-aRt
-aLQ
-aUg
-aVU
-aXR
-aZr
-bbo
-bcJ
-bcH
-bfH
-aXP
-bij
-bjI
-bkJ
-bmt
-bmt
-bmu
-bss
-buy
-bmu
-bmt
-bmt
-bmt
-bEp
-bnS
-bnS
-bnS
-bnS
-bNU
-bnS
-bqg
-bTs
-bmt
-bVM
-bXi
-bYm
-bUI
-bUI
-bUI
-bUI
-bUI
-bUI
-bUI
-bUI
-bUI
-cpq
-cre
-csG
-cuh
-cvR
-cxr
-cRl
-czJ
-cRl
-cBP
-cBP
-cBP
-cBP
-cFZ
-cGV
-cHF
-cGV
-cGV
-cGV
-cGV
-cGV
-cGV
-cGV
-cLO
-cBP
-cBP
-cMI
-aae
-aae
-aad
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(63,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acL
-acm
-acm
-acm
-acm
-acm
-acm
-acm
-acm
-adj
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aiY
-aae
-aae
-aae
-aiY
-aae
-aaa
-aae
-aiY
-aae
-aaa
-aaa
-aaa
-aaa
-aqd
-aqd
-aqd
-atg
-auA
-avY
-atd
-ayO
-aAl
-aBF
-aDd
-aEq
-aFI
-aHa
-aIF
-aKj
-aLR
-aHa
-aNZ
-aPQ
-aRu
-aLR
-aUh
-aVV
-aXS
-aZs
-bbp
-bcK
-bei
-bfI
-aXP
-bij
-bjI
-bkJ
-bmt
-bnO
-bnS
-bso
-buu
-bnS
-byE
-bmt
-bCd
-bmt
-bGL
-bIN
-bKq
-bnS
-bNV
-bPS
-bqg
-bTt
-bmt
-bVM
-bXi
-bYr
-bZO
-cbi
-cdf
-cdf
-cdf
-cip
-cdf
-clQ
-cdf
-cpr
-crf
-csF
-cui
-cvS
-cxs
-cyE
-cyE
-cyE
-aaa
-aaa
-aaa
-aaa
-aae
-cGW
-aae
-aae
-aae
-cGW
-aae
-aaa
-aae
-cGW
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(64,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aaa
-aaa
-aiH
-aiZ
-ajp
-aaa
-aiH
-aiZ
-ajp
-aaa
-aiH
-aiZ
-ajp
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aqd
-atd
-atd
-atd
-atd
-ayP
-aAl
-aBD
-aDe
-aBD
-aBD
-aHb
-aIG
-aKd
-aBD
-aMP
-aIx
-aKb
-aRv
-aBD
-aUi
-aVW
-aXP
-aZt
-bbp
-bcL
-bcH
-bfJ
-aXP
-bij
-bjI
-bkO
-bmt
-bnP
-bqg
-bst
-buz
-bqg
-byF
-bmt
-bCe
-bmt
-bmt
-bmt
-bmt
-bMi
-bNW
-bPT
-bqg
-bTu
-bmt
-bVR
-bXi
-bYs
-bTE
-cbj
-cbj
-cbj
-cbj
-ciq
-ckk
-ckx
-ckx
-cnS
-crg
-csF
-csF
-csF
-csF
-cyE
-aae
-aae
-aaa
-aaa
-aab
-aaa
-cFY
-cGX
-cHE
-aaa
-cFY
-cGX
-cHE
-aaa
-cFY
-cGX
-cHE
-aaa
-aaa
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(65,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aad
-aac
-aac
-aac
-aae
-aae
-aiJ
-aja
-ajq
-aaa
-aiJ
-aja
-ajq
-aaa
-aiJ
-aja
-ajq
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-anR
-auB
-avZ
-axt
-ayL
-aAl
-aBG
-aDd
-aEr
-aFJ
-aHa
-aIF
-aKd
-aLP
-aMQ
-aIx
-aKb
-aMQ
-aLP
-aUj
-aVW
-aXP
-aZu
-bbq
-bcM
-bej
-bfK
-aXP
-bij
-bjI
-bkJ
-bmt
-bnQ
-bqh
-bsu
-buA
-bwE
-byG
-bmt
-bCf
-bmt
-bGM
-bIO
-bmt
-bMj
-bnS
-bPU
-bqg
-bPV
-bmt
-bVM
-bXi
-bYt
-bZP
-cbj
-cdg
-cff
-cbj
-cir
-ckl
-cgO
-cgO
-cgO
-crh
-cgO
-cuj
-cvT
-cgO
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-cGa
-cGY
-cHG
-aaa
-cGa
-cGY
-cHG
-aaa
-cGa
-cGY
-cHG
-aae
-aae
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(66,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aiJ
-aja
-ajq
-aaa
-aiJ
-aja
-ajq
-aae
-aiJ
-aja
-ajq
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-anR
-auq
-auq
-auq
-ayQ
-aAl
-aBH
-aDf
-aEs
-aFK
-aHc
-aIH
-aKk
-aLP
-aMR
-aIx
-aKb
-aMR
-aLP
-aUj
-aVX
-aXP
-aZv
-bbr
-bcN
-bek
-aZv
-bhj
-bij
-bjI
-bkJ
-bmt
-bnR
-bqi
-bsv
-buB
-bwF
-bwD
-bmt
-bCd
-bmt
-bGN
-bIP
-bKr
-bnS
-bNX
-bPV
-bqg
-bTv
-bmt
-bVM
-bXi
-bYt
-bZP
-cbk
-cdg
-cfg
-cbj
-cis
-ckm
-amc
-amc
-cgO
-crh
-cgO
-cuk
-cvU
-cgO
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-cGa
-cGY
-cHG
-aaa
-cGa
-cGY
-cHG
-aae
-cGa
-cGY
-cHG
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(67,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiJ
-ajb
-ajq
-aaa
-aiJ
-ajb
-ajq
-aae
-aiJ
-ajb
-ajq
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-anR
-auq
-aus
-axu
-ayR
-aAl
-aBD
-aDg
-aDg
-aDg
-aHd
-aII
-aKl
-aDg
-aBD
-aOa
-aPR
-aBD
-aBD
-aUk
-aVY
-aXT
-aZw
-bbs
-bcO
-bel
-bfL
-bhk
-bik
-bjL
-bkJ
-bmt
-bnS
-bqg
-bsw
-bsw
-bqg
-bnS
-bmt
-bCg
-bmt
-bGO
-bIQ
-bmt
-bMk
-bNY
-bPW
-bqg
-bnN
-bmt
-bVS
-bXm
-bYt
-bZP
-cbj
-cdg
-cfh
-cbj
-cis
-ckn
-amc
-ame
-cps
-crh
-csH
-cdl
-cvV
-cgO
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-cGa
-cGZ
-cHG
-aaa
-cGa
-cGZ
-cHG
-aae
-cGa
-cGZ
-cHG
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(68,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiJ
-aae
-ajq
-aaa
-aiJ
-aae
-ajq
-aaa
-aiJ
-afv
-ajq
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-auC
-awa
-axv
-ayS
-aAm
-axl
-aDg
-aEt
-aFL
-aHe
-aIJ
-aKm
-aDg
-cRV
-aOb
-aPS
-aRw
-aBD
-aUj
-aVZ
-aXU
-aZx
-aUy
-bcP
-bem
-bfM
-bhk
-bil
-bjI
-bkJ
-bmt
-bnT
-bqj
-bsx
-buC
-bnS
-byH
-bmt
-bCh
-bmt
-bmt
-bmt
-bmt
-bmt
-bmt
-bmt
-bRG
-bmt
-bmt
-bVT
-bXi
-bYt
-bZQ
-cbj
-cdh
-cfi
-cbj
-cis
-ckn
-ame
-amc
-cps
-crh
-csI
-cul
-cgO
-cgO
-cgO
-cgO
-cgO
-aae
-aaa
-aae
-aae
-cGa
-afv
-cHG
-aaa
-cGa
-aae
-cHG
-aaa
-cGa
-aae
-cHG
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(69,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-aae
-aae
-anR
-auD
-awb
-axu
-ayL
-aAm
-auq
-aDg
-aEu
-aFM
-aHf
-aIJ
-aKn
-aLS
-aMS
-aOc
-aPT
-aRx
-aLP
-aUj
-aWa
-aXV
-aZy
-bbt
-bbt
-aKs
-bfN
-bhl
-bim
-bjM
-bkP
-bmt
-bmt
-bmt
-bsy
-bmt
-bmt
-bmt
-bmt
-bCi
-bCi
-bGP
-bIR
-bEs
-bMl
-bsB
-bnX
-bnX
-bTw
-bTE
-bVM
-bXi
-bYu
-bTE
-cbj
-cbj
-cfj
-cbj
-cis
-ckm
-amc
-amc
-cgO
-cma
-csJ
-cdl
-cdl
-cdl
-cdl
-cvL
-cgO
-aaa
-aaa
-aaa
-aae
-aae
-afv
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(70,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aad
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-afv
-aaa
-aaa
-anR
-auE
-awc
-axu
-ayL
-aAm
-aBI
-aDg
-aEv
-aFN
-aHg
-aIK
-aKo
-aLS
-aMU
-aOd
-aPU
-aRy
-aLP
-aUm
-aWb
-aXW
-aZz
-bbu
-bcQ
-ben
-bfO
-bhm
-bil
-bjI
-bkQ
-bhg
-bnU
-bqk
-bsz
-bqk
-bwG
-bqk
-bAz
-bCj
-bEq
-bqk
-bIS
-bnX
-bwJ
-bNZ
-bnW
-bnX
-bTw
-bTE
-bVM
-bXi
-bYm
-bTE
-cbl
-cdi
-cfk
-cgO
-cis
-ckm
-clR
-clR
-clR
-clR
-crh
-clS
-clR
-clR
-clR
-czK
-cgO
-aae
-aae
-aae
-afv
-afv
-afv
-aac
-aac
-cIX
-cIX
-cIX
-cIX
-cIX
-aad
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(71,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-anR
-anR
-anR
-anR
-auV
-anR
-ayL
-aAm
-auq
-aDg
-aEw
-aFO
-aHh
-aIL
-aKp
-aLS
-aMT
-aOc
-aPV
-aRx
-aLP
-aUn
-aWc
-aXX
-aZA
-bbv
-bcR
-beo
-bfP
-bhn
-bin
-bjN
-bkR
-bmx
-bnV
-bql
-bsA
-buD
-bwH
-buD
-bAA
-bCk
-bEr
-bEr
-bIT
-bKs
-bMm
-bsC
-bnX
-bnX
-bTx
-bTE
-bVM
-bXi
-bYm
-bTE
-cbm
-cdj
-cfl
-cgP
-cit
-cko
-clS
-cnz
-cpt
-clR
-csK
-clR
-cvW
-cxt
-clR
-cdl
-cps
-aaa
-aaa
-aaa
-afv
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(72,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-arh
-ask
-ath
-auF
-awd
-axw
-ayT
-aAn
-aBJ
-aDg
-aEx
-aFP
-aHi
-aIM
-aKq
-aDg
-aMV
-aOf
-cRW
-aRz
-aBD
-aUj
-aWd
-aXY
-aZB
-bbw
-bcS
-bep
-bfQ
-bhk
-bil
-bjI
-bkS
-bhg
-bnW
-bnX
-bsB
-bsC
-bwI
-bsC
-bsC
-bCl
-bnX
-bnX
-bwJ
-bnX
-bMn
-bsB
-bnX
-bnX
-bnX
-bTE
-bVM
-bXn
-bYv
-bTE
-cbm
-cdk
-cdx
-cgQ
-ciu
-ckp
-clR
-cnA
-cpu
-cri
-csL
-cnA
-cvX
-cxu
-clR
-czH
-cps
-aaa
-aaa
-aaa
-afv
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(73,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-anR
-anR
-ati
-auG
-awe
-axx
-ayU
-aAo
-aBK
-aDg
-aEy
-aEy
-aHd
-aIN
-aKl
-aDg
-aBD
-aOg
-aPR
-aBD
-aBD
-aUo
-aWe
-aXT
-aZC
-bbx
-aIQ
-aIQ
-bfR
-bhk
-bio
-bjI
-bkT
-bhg
-bnX
-bqm
-bsC
-buE
-bwJ
-byI
-bsB
-bCl
-bEs
-bnX
-bwJ
-byI
-bnX
-bOa
-bnX
-bEs
-bnX
-bTE
-bVU
-bXo
-bYw
-bTE
-cbn
-cdl
-cfm
-cgR
-civ
-ckq
-clR
-cnB
-cpv
-crj
-csM
-cum
-cvY
-clR
-clS
-cdl
-cps
-aaa
-aaa
-aaa
-afv
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(74,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-ati
-asn
-auq
-auq
-arj
-aAp
-aBL
-aDh
-aEz
-aEz
-aHj
-aIO
-aKr
-aLT
-aMW
-aOh
-aPW
-aRA
-aSK
-aUp
-aWf
-aXT
-aXT
-bby
-bbz
-bbz
-bbz
-bho
-bip
-bjO
-bkU
-bhg
-bnY
-bqn
-bsC
-buF
-bwK
-buF
-bsC
-bCm
-bEt
-bEt
-bIU
-bEt
-bEt
-bOb
-bEt
-bEt
-bEt
-bUN
-bVV
-bXp
-bYm
-bTE
-cbo
-cdm
-cfn
-cgO
-civ
-ckr
-clT
-cnC
-cpw
-crk
-csN
-cun
-cvZ
-cxv
-clR
-cyD
-cgO
-aaa
-aaa
-aae
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(75,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-ati
-asn
-auP
-axy
-ayV
-aAq
-aBM
-aDi
-aEA
-aFQ
-aHk
-aIP
-aKs
-aLU
-aMX
-aOi
-aPX
-aRB
-aLU
-aUq
-aWg
-aIQ
-aZD
-bbz
-bcT
-beq
-bfS
-bby
-bio
-bjI
-bkT
-bmy
-bmy
-bmy
-bmy
-bmy
-bwL
-bwL
-bwL
-bCn
-bwL
-bwL
-bIV
-bKt
-bKu
-bKt
-bKu
-bKt
-bKu
-bKu
-bVW
-bXi
-bYx
-bKu
-bKu
-bKt
-bKt
-bKu
-civ
-cks
-clR
-cnD
-cpx
-crl
-csO
-cuo
-cwa
-clR
-clR
-cdl
-cps
-aaa
-aae
-aae
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(76,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-ati
-asn
-auP
-axz
-ayW
-atl
-aBN
-aDj
-atl
-atl
-aHl
-aIQ
-aKt
-aLV
-aHn
-aOj
-aPY
-aHn
-aLV
-aUr
-aWh
-aXZ
-aZE
-bbA
-bcU
-ber
-bfT
-bby
-biq
-bjI
-bkT
-bmy
-bnZ
-bqo
-bsD
-buG
-bwL
-byJ
-bAB
-bCo
-bEu
-bwL
-bIV
-bKt
-bMo
-bOc
-bPX
-bOc
-bTy
-bUO
-bVX
-bXl
-bYy
-bZR
-cbp
-cdn
-cfo
-bKu
-civ
-cks
-clS
-cnE
-cpy
-crm
-csL
-cpu
-cwb
-cwb
-clR
-czL
-cps
-aae
-aae
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(77,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aab
-ati
-asn
-awf
-axA
-ayX
-aAr
-aBO
-aDk
-aEB
-atl
-aHm
-aHm
-aHm
-aHn
-aMY
-aOk
-aPZ
-aRC
-aHn
-aUs
-aWi
-aYa
-aZF
-bbB
-bcV
-bes
-bfU
-bby
-bio
-bjI
-bkV
-bmz
-boa
-bqp
-bsE
-buH
-bmz
-byK
-bAC
-bCo
-bEv
-bwL
-bIV
-bKu
-bMp
-bOd
-bPY
-bRH
-bTz
-bUP
-bVY
-bXj
-bYz
-bZS
-bTz
-cdo
-cfp
-bKt
-ciw
-cks
-clR
-cnF
-cpz
-clR
-csP
-clR
-cwc
-cxw
-clR
-cdl
-cps
-aae
-aae
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(78,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-anR
-asl
-atj
-auH
-auP
-axB
-ayY
-atl
-aBP
-aDl
-aEC
-atl
-aHn
-aHn
-aHn
-aHv
-aMZ
-aOl
-aQa
-aRD
-aHn
-aUt
-aVW
-aIQ
-aZG
-bby
-bby
-bby
-bby
-bby
-bio
-bjI
-bkT
-bmA
-bob
-bob
-bob
-bob
-bwM
-byL
-bAD
-bCp
-bEw
-bwL
-bIV
-bKu
-bMq
-bOe
-bPZ
-bRI
-bTA
-bUQ
-bVZ
-bXq
-bYA
-bZT
-cbp
-cdp
-cfq
-bKu
-cix
-ckt
-clR
-clR
-clR
-clR
-csQ
-clR
-clR
-clR
-clR
-czK
-cgO
-aaa
-aae
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(79,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-ari
-asm
-atk
-auI
-auP
-axC
-ayZ
-atl
-aBQ
-aDm
-aED
-atl
-aHo
-aHo
-aIR
-aHn
-aNa
-aOm
-aQa
-aRE
-aHn
-aUu
-aWj
-aYb
-aZH
-aYc
-bcW
-bet
-bfV
-aYc
-bir
-bjJ
-bkW
-bmB
-boc
-bqq
-bsF
-buI
-bmB
-bsF
-bsF
-bCq
-bEx
-bwL
-bIW
-bKu
-bMp
-bOf
-bQa
-bRJ
-bTB
-bUR
-bWa
-bXh
-bYB
-bZU
-cbq
-cdq
-cfr
-bKu
-ciy
-cks
-clU
-cnG
-cpA
-crn
-csR
-cup
-cwd
-cxx
-cnG
-cdl
-cgO
-aaa
-aae
-aae
-afv
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(80,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-arj
-asn
-atl
-atl
-atl
-atl
-atl
-atl
-aBR
-aDn
-atl
-atl
-aHo
-aIR
-aHo
-aHn
-aNb
-aOn
-aQb
-aRF
-aHn
-aUj
-aWk
-aYc
-aYc
-aYc
-aYc
-aYc
-aYc
-aYc
-biq
-bjI
-bkT
-bmy
-bod
-bqr
-bsG
-buJ
-bwL
-byM
-bAE
-bAE
-bEy
-bwL
-bIV
-bKt
-bMr
-bOg
-bQb
-bOg
-bTC
-bUO
-bWb
-bXm
-bYA
-bKu
-cbr
-cdr
-cfs
-bKt
-ciz
-cku
-clV
-cnH
-cpB
-cro
-csS
-cuq
-cwe
-crn
-cwh
-cdl
-cgO
-cgO
-cgO
-aaa
-afv
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(81,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-ark
-asn
-atl
-auJ
-awg
-axD
-aza
-aAs
-axE
-aDo
-aEE
-atl
-aHp
-aIR
-aHo
-aHn
-aNc
-aOo
-aQc
-aRG
-aSL
-aUv
-aWl
-aYd
-aZI
-bbC
-bcX
-beu
-bfW
-aYc
-bij
-bjK
-bkX
-bmy
-bmy
-bmy
-bmy
-bmy
-bwL
-bwL
-bwL
-bwL
-bwL
-bwL
-bIV
-bKu
-bKu
-bKt
-bKt
-bKu
-bKt
-bKu
-bWc
-bXi
-bYC
-bKu
-bKt
-bKu
-bKu
-bKu
-ciA
-ckv
-clW
-cnI
-cpC
-crp
-csT
-cur
-cwf
-cxy
-cyG
-czM
-cAO
-cBQ
-cCR
-afv
-afv
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(82,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-anR
-arl
-asn
-atl
-auK
-awh
-axE
-azb
-aAt
-axE
-aAz
-awk
-atl
-aHq
-aIS
-aKu
-aHn
-aNd
-aOp
-aQd
-aRH
-aSM
-aUw
-aWm
-aYe
-aZJ
-bbD
-bcY
-aZN
-bfX
-bhp
-bim
-bjM
-bkY
-bmC
-boe
-bqs
-bqs
-buK
-bwN
-byN
-bAF
-bAF
-bAF
-bGQ
-bIX
-bAF
-bAF
-bOh
-bQc
-bRK
-bqk
-bUS
-bWd
-bXr
-bYD
-bZV
-cbs
-cbs
-cbs
-cbs
-ciB
-ckw
-clX
-cnJ
-cpD
-crn
-crn
-cus
-cwe
-cxz
-cnG
-czN
-cgO
-cgO
-cgO
-aaa
-afv
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(83,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-anR
-arj
-asn
-atl
-auL
-awi
-axE
-awi
-aAu
-axE
-aDp
-aEF
-atl
-aHn
-aIT
-aHn
-aHv
-aHn
-aOq
-aQe
-aHv
-aHv
-aUx
-aWn
-aYc
-aZK
-bbE
-bcZ
-bbE
-bfY
-aYc
-bio
-bjI
-bkT
-bmD
-bmD
-bmD
-bsH
-buL
-bmD
-bmD
-bAG
-bAG
-bEz
-bGR
-bIY
-bAG
-bAG
-bOi
-bnX
-bRL
-bTD
-bTE
-bVM
-bXs
-bYE
-bZW
-bZW
-bZW
-cft
-bZW
-ciC
-bZW
-clY
-cnK
-cpE
-crq
-csU
-cut
-cwg
-cxA
-cnG
-czO
-cgO
-aae
-aae
-aae
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(84,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-anS
-anR
-anR
-arm
-asn
-atl
-auM
-awj
-axF
-azc
-aAv
-aBS
-aDq
-aEG
-atl
-aHr
-aIU
-aKv
-aLW
-aNe
-aOr
-aQf
-aRI
-aHv
-aUy
-aWo
-aYc
-aZL
-aZN
-bcZ
-aZN
-bfZ
-aYc
-bis
-bjI
-bkT
-bmD
-bof
-cRE
-bsI
-buM
-bwO
-bqt
-bAG
-bCr
-bEA
-bGS
-bIZ
-bKv
-bAG
-bOj
-bQd
-bRL
-bnX
-bTE
-bVM
-bXs
-bYn
-bZX
-cbt
-cds
-cfu
-cgS
-ciD
-bZW
-clY
-cnK
-cnG
-cnG
-cnG
-cnG
-cwh
-cnG
-cnG
-czP
-cgO
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(85,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-aop
-apo
-aqf
-arm
-asn
-atl
-auN
-awk
-axG
-azd
-aAw
-aBT
-aDr
-aEH
-atl
-aHs
-aIV
-aIW
-aLX
-aNf
-aOs
-aQg
-aRJ
-aHv
-aUz
-aWp
-aYc
-aZM
-bbE
-bcZ
-bbE
-bga
-aYc
-bit
-bjI
-bkZ
-bmD
-bog
-cRE
-cRE
-buM
-cRE
-bqt
-bAG
-bCs
-bEB
-bGT
-bJa
-bKw
-bAG
-bOk
-bsC
-bRL
-bTE
-bTE
-bVM
-bXs
-bYr
-bZY
-cbu
-cdt
-cdt
-cgT
-ciE
-bZW
-clZ
-cnL
-cpF
-cpF
-csV
-cpF
-cpF
-cxB
-cpF
-czQ
-cAP
-cBR
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-cgO
-amd
-cRz
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(86,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anS
-aoq
-app
-aqg
-arm
-asn
-atl
-auO
-awl
-axH
-aze
-aAx
-aBU
-aDs
-aEI
-atl
-aHt
-aIW
-aIW
-aIW
-aNg
-aOt
-aQh
-aRK
-aHv
-aQl
-aWq
-aYc
-aZN
-aZN
-bcZ
-aZN
-aZN
-aYc
-big
-bjI
-bkT
-bmD
-cRC
-bqu
-bsJ
-buN
-bwP
-cRJ
-bAG
-bAG
-bEC
-bGS
-bJb
-bKx
-bAG
-bOi
-byI
-bRL
-bTE
-bUT
-bWe
-bXs
-bYF
-bZX
-cbv
-cdu
-cdu
-cgU
-ciF
-bZW
-cma
-cnM
-cpG
-crr
-csW
-crr
-crr
-crr
-crr
-czR
-crr
-cBS
-cCS
-cdx
-cdx
-cGb
-cdx
-cdx
-cdx
-cdx
-cdi
-cgO
-amd
-amd
-cRB
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(87,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-aor
-apq
-aqh
-arn
-aso
-atl
-auP
-auP
-auP
-azf
-aAy
-auP
-auP
-auP
-atl
-aHs
-aIX
-aIW
-aLY
-aNh
-aOu
-aQa
-aRL
-aHv
-aQx
-aWr
-aYc
-aZO
-bbE
-bcZ
-bbE
-bgb
-aYc
-big
-bjI
-bkT
-bmD
-bmD
-bqv
-bsK
-buO
-bqv
-bmD
-bAG
-bCt
-bAG
-bGS
-bJc
-bKy
-bAG
-bOl
-bqk
-bRM
-bTE
-bUU
-bWe
-bXs
-bYm
-bZX
-cbw
-cdv
-cdu
-cdu
-ciG
-bZW
-cmb
-cnN
-civ
-crs
-cgO
-cuu
-cdl
-cdl
-cdl
-cwl
-cwl
-cBT
-cCT
-cwl
-cEU
-cdl
-cdl
-cdl
-cvL
-cIY
-cmf
-cgO
-amd
-amd
-amd
-cRz
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(88,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anS
-aos
-apr
-aqi
-aro
-asp
-atl
-auQ
-awm
-axI
-azg
-aAz
-auP
-aDt
-aEJ
-atl
-aHu
-aIY
-aKw
-aLZ
-aNi
-aOv
-aQa
-aRM
-aHv
-aQl
-aWq
-aYc
-aZN
-aZN
-bcZ
-aZN
-aZN
-aYc
-big
-bjI
-bkT
-bmD
-boh
-boj
-bsL
-buM
-boj
-byP
-bAG
-bAG
-bAG
-bGU
-bIY
-bAG
-bAG
-bOm
-bQe
-bRN
-bTE
-bUV
-bWe
-bXs
-bYm
-bZX
-cbx
-cdu
-cfv
-cdv
-ciH
-bZW
-cgO
-cnO
-cpH
-cgO
-cgO
-cgO
-cgO
-cgO
-cyH
-cwl
-cAQ
-cBU
-cCU
-cDR
-cwl
-cGc
-cgO
-cgO
-cgO
-cgO
-cJF
-cgO
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(89,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-aot
-aps
-aqj
-arm
-asn
-atl
-auR
-awn
-axJ
-azh
-aAw
-aBV
-aDr
-aEK
-atl
-aHv
-aHv
-aHv
-aHv
-aHv
-aOw
-aQi
-aHv
-aHv
-aQl
-aWs
-aYc
-aYc
-aYc
-bda
-aYc
-aYc
-aYc
-big
-bjI
-bkT
-bmD
-boi
-bqw
-bsM
-buP
-bwQ
-byQ
-bAG
-bCu
-bED
-bGV
-bJd
-bKz
-bAG
-bnX
-bsC
-bRO
-bTE
-bUW
-bWe
-bXs
-bYn
-bZX
-cby
-cdu
-cdu
-cgV
-ciI
-bZW
-cmc
-cnP
-civ
-cdl
-cgO
-amc
-amc
-cwl
-cwl
-cwl
-cAR
-cBV
-cCV
-cDS
-cwl
-cwl
-cwl
-amc
-amc
-cgO
-cmf
-cgO
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(90,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-anR
-anS
-anR
-anR
-arm
-asn
-atl
-auS
-awo
-axK
-azi
-aAA
-aBW
-aDv
-aEL
-atl
-aHw
-aIZ
-aKx
-aKx
-aKx
-aOx
-aQj
-aRN
-aKx
-aUA
-aWt
-aKx
-aKx
-aKx
-bdb
-aKx
-aKx
-bhq
-biu
-bjP
-bla
-bmE
-boj
-bqx
-bsN
-buQ
-bwR
-boj
-bAG
-bCv
-bEE
-bGW
-bJe
-bKA
-bAG
-bnX
-bsC
-bRO
-bTE
-bTE
-bVS
-bXt
-bYG
-bZZ
-cbz
-cbz
-cbz
-cgW
-ciJ
-bZW
-cmd
-cnQ
-civ
-cdl
-cgO
-amc
-cwi
-cxC
-cxC
-cxC
-cAS
-cBW
-cCW
-cDT
-cEV
-cEV
-cEV
-cHH
-amc
-cgO
-cJG
-cgO
-aae
-cKR
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(91,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-anR
-arj
-asn
-atl
-auT
-awp
-axI
-azj
-aAB
-auP
-aDw
-aEM
-atl
-aHx
-anR
-aJb
-aJb
-aKC
-aOy
-aQk
-aRO
-aRO
-aRO
-aWu
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-bii
-bjQ
-blb
-bmE
-boj
-bqx
-bsO
-buQ
-bwR
-byR
-bAG
-cRM
-bEH
-bGV
-bED
-bKB
-bAG
-bOn
-bsC
-bRP
-bTF
-bUX
-bWf
-bXu
-bYq
-bZX
-cbA
-cdw
-cfw
-cgX
-ciK
-bZW
-cme
-cnQ
-civ
-crt
-cps
-ame
-cwj
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cHI
-ame
-cps
-cdl
-cps
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(92,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-anR
-arj
-asn
-atl
-atl
-atl
-atl
-azk
-aAC
-atl
-atl
-atl
-atl
-aHx
-anR
-ame
-ame
-aJb
-aOz
-aQl
-aRP
-aSN
-aRP
-aWv
-aRP
-aWv
-aRP
-aWv
-aRP
-aWv
-aRP
-big
-bjR
-blc
-bmF
-bok
-bqy
-bsP
-buR
-bwS
-byS
-bAH
-bCw
-bEF
-bGX
-bJf
-bKC
-bAG
-bOo
-bsC
-bnX
-bOi
-bTE
-bVM
-bXv
-bYH
-bZW
-bZW
-bZW
-bZW
-bZW
-ciL
-bZW
-cmf
-cnR
-cpI
-cru
-cps
-ame
-cwj
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cHI
-ame
-cps
-cdl
-cps
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(93,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-anR
-arj
-asn
-anR
-auU
-anR
-amc
-azl
-ame
-amc
-anR
-aEN
-auV
-aHx
-anS
-amc
-amc
-aNj
-aOA
-aQm
-aRP
-aSO
-aRP
-aWw
-aRP
-aZP
-aRP
-bdc
-aRP
-bgc
-aRP
-big
-bjR
-bld
-bmG
-bol
-bqz
-bsQ
-buS
-bwT
-byT
-bAI
-bCx
-bEG
-bGY
-bJg
-bKD
-bAG
-bmH
-bmH
-bmH
-bTG
-bmH
-bWg
-bXi
-bYm
-bTE
-cbB
-cdx
-cdx
-cdx
-ciM
-ckx
-cmg
-cnS
-cpJ
-crv
-csX
-ame
-cwj
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cHJ
-ame
-cps
-cvL
-cps
-aab
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRy
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(94,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-anS
-arp
-asn
-anR
-auV
-anR
-anS
-azm
-anS
-anS
-anR
-anR
-anR
-aHx
-asl
-aKy
-aKy
-aNk
-aOB
-aQn
-aRO
-aSP
-aSP
-aWx
-aSP
-aSP
-aSP
-bdd
-aSP
-aSP
-aRO
-biv
-bjS
-bkX
-bmE
-boj
-bqA
-bsR
-buQ
-bwR
-byU
-bAG
-bCy
-bEH
-bGZ
-bJh
-cRS
-bAG
-bOp
-bQf
-bOp
-bTH
-bmH
-bVM
-bXi
-bYm
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-cks
-csY
-ame
-cwj
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cHI
-ame
-cps
-cdl
-cps
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(95,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-anR
-arq
-asq
-atm
-atm
-atm
-atm
-azn
-atm
-atm
-atm
-atm
-atm
-aHy
-aJa
-ame
-ame
-aJb
-aOz
-aQo
-aRQ
-aSQ
-aUB
-aWy
-aUB
-aZQ
-aUB
-bde
-aUB
-aSQ
-bhr
-biw
-bjR
-bkT
-bmE
-boj
-bqA
-bsR
-buQ
-bwR
-byV
-bAG
-cRN
-bEH
-bHa
-bJh
-bKE
-bAG
-bop
-bCF
-bop
-bTH
-bmH
-bVS
-bXm
-bYm
-caa
-cbC
-cdy
-caa
-cgY
-cdy
-caa
-cbC
-cdy
-caa
-cks
-csY
-ame
-cwj
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cxD
-cHI
-ame
-cps
-cdl
-cps
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(96,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aab
-aaa
-anR
-arr
-asr
-atn
-aqi
-aqi
-aqi
-azo
-aqi
-aqi
-aqi
-aqi
-aFR
-aHz
-anR
-aJb
-aJb
-aJb
-aOz
-aQp
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-aRP
-bix
-bjT
-ble
-bmD
-bom
-bqB
-bsS
-buT
-bwU
-byW
-bAG
-bCA
-bEI
-bHb
-bJj
-bKG
-bMs
-bOq
-bOq
-bOq
-bTI
-bmH
-bVM
-bXi
-bYm
-caa
-cbD
-cdz
-caa
-cgZ
-cdz
-caa
-cmh
-cdz
-caa
-cks
-csZ
-amc
-cwk
-cxC
-cxC
-cxC
-cAS
-cBX
-cCX
-cDT
-cEV
-cEV
-cEV
-cHK
-amc
-cgO
-cJH
-cgO
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(97,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-anR
-anR
-anR
-anS
-anS
-anS
-anS
-azp
-anS
-anS
-anS
-anS
-anS
-anR
-aJb
-aKz
-aKF
-aJb
-aOz
-aQp
-aRR
-aRR
-aRR
-aRR
-aYf
-aZR
-aZR
-bdf
-bev
-aZR
-aRV
-biy
-bjU
-bkU
-bmD
-bon
-bqC
-boj
-buU
-boj
-byP
-bAG
-bCB
-bEJ
-bGV
-bED
-bED
-bAG
-bOr
-bQg
-bRQ
-bTJ
-bmH
-bVU
-bXo
-bYw
-caa
-cbE
-cdA
-caa
-cha
-cdA
-caa
-cmi
-cdA
-caa
-cks
-csZ
-cgO
-cwl
-cwl
-cyI
-cxF
-cxF
-cBY
-cCY
-cxF
-cEW
-cwl
-cwl
-amc
-amc
-cgO
-cdl
-cgO
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(98,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-azq
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aJb
-aKA
-aKF
-aNl
-aOz
-aQp
-aRS
-aRS
-aRS
-aRS
-aYf
-aYl
-aYl
-aYl
-aYl
-aYl
-aRV
-big
-bjR
-blf
-bmD
-bmD
-bqD
-bmE
-buV
-bmE
-bmD
-bAG
-bAG
-bEK
-bHc
-bJk
-bJk
-bAG
-bor
-bsV
-bqF
-bor
-bmH
-bWh
-bXi
-bYm
-caa
-cbF
-cdB
-caa
-cbF
-ciN
-caa
-cbF
-cnT
-caa
-cks
-cta
-cuv
-cwm
-cxE
-cyJ
-czS
-czS
-cBZ
-cCZ
-czS
-cEX
-cGd
-cwl
-cpP
-cpP
-cpP
-cJI
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(99,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-azq
-aae
-aae
-amd
-aae
-aae
-aaa
-aJb
-aKB
-aMa
-aJb
-aOC
-aQq
-aRT
-aSR
-aSR
-aSR
-aYg
-aZS
-bbF
-bdg
-aYl
-bgd
-aRV
-biz
-bjR
-blg
-bmI
-bCC
-bqE
-bsT
-buW
-bor
-cRK
-bAJ
-bCC
-bqF
-bsV
-bor
-bor
-bor
-bor
-bsV
-bqF
-bor
-bmI
-bWi
-bXi
-bYI
-caa
-cbG
-cdC
-cfx
-chb
-cdC
-cky
-cmj
-cnU
-caa
-crw
-caa
-cuw
-caa
-cxF
-cyK
-czT
-cAT
-cAT
-cDa
-cDU
-cEY
-cGe
-cwl
-cHL
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-chl
-cMd
-cdO
-cyQ
-cLC
-cwt
-cpP
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(100,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aaa
-aae
-aae
-aae
-aae
-aae
-aaa
-apn
-axL
-azr
-amd
-aBX
-amd
-aaa
-aae
-aae
-aJb
-aKC
-aJb
-aJb
-aOz
-aQr
-aRU
-aRU
-aUC
-aRU
-aYh
-aZT
-bbG
-bdh
-aRU
-aRU
-bhs
-biA
-bjQ
-bkW
-bmJ
-boq
-bqG
-cRF
-buY
-cRF
-cRF
-bAK
-cRF
-bqG
-bHd
-bAK
-cRF
-cRF
-cRF
-bHd
-bqG
-boq
-bmJ
-bVO
-bXj
-bYG
-cab
-cbH
-cdD
-cfy
-chc
-ciO
-ckz
-cbH
-cdD
-cpK
-crx
-ctb
-cux
-cwn
-cxG
-cyL
-czU
-cAU
-cAU
-cDb
-cDV
-cEY
-cxF
-cwl
-cdO
-cpP
-cpP
-cJJ
-cyQ
-cdO
-ckC
-cdO
-cdO
-cMe
-cdO
-cpP
-cMV
-chl
-cpP
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(101,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aae
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aae
-aae
-aaa
-amd
-aDx
-amd
-aae
-aae
-aJb
-aKD
-aMb
-aJb
-aOz
-aQp
-aRV
-aRV
-aRV
-aRV
-aYi
-aZU
-bbH
-bdi
-bew
-aYk
-bht
-biB
-bjV
-blh
-bmI
-bor
-bqF
-bwZ
-buZ
-bvc
-cRL
-bwX
-bwZ
-bEN
-cRQ
-bwX
-bwZ
-cRL
-bwX
-cRU
-bqF
-bor
-bmI
-bWe
-bXw
-bYJ
-cac
-cbI
-cdE
-cfz
-chd
-ciP
-ckA
-cbI
-cnV
-cpL
-cry
-ctc
-cuy
-cwo
-cxF
-cyK
-czU
-cAU
-cCa
-cDb
-cDV
-cEY
-cGf
-cwl
-cHM
-cIm
-cpP
-cdO
-cDi
-cDi
-cKS
-cDi
-cKm
-cDi
-cdO
-cpP
-cpP
-cNe
-cpP
-cpP
-cpP
-cpP
-cpP
-czg
-czg
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(102,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-amd
-aaa
-aaa
-aab
-aaa
-aJb
-aKE
-aKF
-aKC
-aOz
-aQs
-aRV
-aSS
-aUD
-aWz
-aYj
-aZV
-bbI
-bdj
-bex
-bge
-bhu
-biC
-bjW
-bli
-bmK
-bos
-bqH
-bsU
-bva
-cRH
-bsU
-cRH
-cRH
-bEO
-bHe
-cRH
-cRH
-cRH
-cRT
-bHe
-bqH
-bTK
-bUY
-bWj
-bXx
-bYK
-cad
-cbJ
-cdF
-cfA
-che
-ciQ
-cfA
-cbJ
-cdF
-cpM
-crz
-ctd
-cuz
-cwp
-cxH
-cyM
-czV
-cAV
-cCb
-cDc
-cDV
-cEY
-cxF
-cwl
-cHN
-cIn
-cIn
-cdO
-cDi
-cdO
-cdO
-cKw
-cdO
-cDi
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-cNT
-czg
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(103,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aJb
-aKC
-aJb
-aJb
-aOD
-aQt
-aRV
-aSS
-aUD
-aWA
-aYk
-aZW
-bbJ
-bdk
-bey
-bgf
-aRV
-bix
-bjX
-blj
-bmI
-bor
-bqF
-bsV
-bor
-bor
-bsV
-bor
-bor
-bqF
-bsV
-bor
-bor
-bor
-bor
-bsV
-bqF
-bTH
-bmI
-bWk
-bXl
-bYL
-caa
-cbK
-cdC
-cfB
-chf
-cdC
-ckB
-cmk
-cdC
-caa
-crA
-cte
-cuA
-cte
-cxI
-cyN
-czW
-cAW
-cCc
-cAW
-cDW
-cEY
-cxF
-cwl
-cHN
-cpP
-cFf
-cdO
-cDi
-cdO
-cKT
-cLy
-cLP
-cDi
-cyQ
-cGk
-cpP
-cdO
-cNo
-cpP
-cyQ
-cpP
-cpP
-czg
-czg
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(104,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aae
-akE
-akE
-amr
-akE
-akE
-akE
-akE
-akE
-amr
-akE
-akE
-akE
-akE
-akE
-amr
-akE
-akE
-aJb
-aKF
-aMc
-aJb
-aOz
-aQu
-aRV
-aSS
-aUE
-aWB
-aYl
-aYl
-aYl
-aYl
-aYl
-aYl
-aRV
-cSd
-bjR
-blf
-bmL
-bot
-bqF
-bsV
-bvb
-bor
-bsV
-bor
-bor
-bEP
-bsV
-bor
-bor
-bor
-bor
-bsV
-bqF
-bTH
-bmL
-bVM
-bXi
-cSl
-caa
-cbF
-cdG
-caa
-cbF
-ciR
-caa
-cbF
-cnW
-caa
-crB
-ctf
-cuB
-cwq
-cxJ
-cyO
-czX
-cAX
-cCd
-cDd
-czX
-cEZ
-cGg
-cHa
-cHO
-cIo
-cyQ
-cdO
-cDi
-cKw
-cKU
-cKT
-cKw
-cGk
-cLH
-cdO
-cpP
-cNf
-cpP
-cNy
-cNG
-cpP
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(105,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-akE
-akE
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-alN
-aKG
-aMd
-aJb
-aOz
-aQv
-aRV
-aRV
-aRV
-aRV
-aYm
-aZX
-bbK
-bdl
-bez
-bgg
-aRV
-cSc
-bjR
-bkT
-bmH
-bor
-bqF
-cRG
-bvc
-cRI
-bsV
-bor
-cRO
-cRP
-cRR
-bor
-bor
-bMt
-bor
-bsV
-bqF
-bTL
-bmH
-bVM
-bXi
-aee
-caa
-cbL
-cdH
-caa
-chg
-cdH
-caa
-cml
-cdA
-caa
-crC
-ctg
-cuC
-cte
-cwl
-cyP
-czY
-cAY
-cCe
-cDe
-cDX
-cFa
-cwl
-cwl
-cHP
-cpP
-cIZ
-cdO
-cDi
-cdO
-cdO
-cdO
-cdO
-cGk
-cws
-cfG
-cpP
-cNg
-cpP
-cNz
-cNH
-cpP
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(106,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-akE
-akE
-aky
-aky
-aky
-amZ
-amZ
-amZ
-ars
-aky
-amZ
-amZ
-awq
-amZ
-amZ
-aky
-aBY
-amZ
-amZ
-amZ
-aky
-aky
-aky
-aMe
-aJb
-aOz
-aQw
-aRW
-aRW
-aRW
-aRW
-aRW
-aRW
-aRW
-aRW
-aRW
-aRW
-aRW
-big
-bjR
-blk
-bmH
-bou
-bqF
-bsV
-bvd
-bor
-bsV
-bor
-bCE
-bEQ
-bsV
-bor
-bKH
-bmH
-bOs
-bQi
-bRR
-bTM
-bmH
-bVM
-bXi
-bYm
-caa
-cbM
-cdI
-caa
-chh
-cdI
-caa
-cmm
-cnX
-caa
-crB
-cth
-cuD
-cte
-cwl
-cwl
-cwl
-cwl
-cwl
-cwl
-cwl
-cwl
-cwl
-cdO
-cHP
-cIn
-cJa
-cdO
-cDi
-cGk
-cKV
-cpP
-cpP
-cDi
-cpP
-cpP
-cpP
-cNf
-cpP
-cpP
-cpP
-cpP
-aae
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(107,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-akE
-aky
-aky
-aky
-aky
-alN
-alN
-aqk
-atq
-atq
-atq
-aFT
-aFT
-aFT
-aFT
-aFT
-atq
-atq
-atq
-bui
-alN
-alN
-aky
-aky
-aky
-aky
-aOz
-aQl
-aRW
-aST
-aST
-aWC
-aYn
-aZY
-bbL
-bdm
-aST
-aST
-aRW
-big
-bjR
-bkT
-bmM
-bov
-bqI
-bsW
-bve
-bor
-bsV
-bor
-bor
-bqE
-bHg
-bop
-bor
-bMu
-bOs
-bQi
-bRR
-bTN
-bmH
-bVM
-bXi
-bYm
-caa
-cbN
-cdJ
-caa
-cbN
-cdJ
-caa
-cmn
-cdy
-caa
-crD
-cte
-cuA
-cte
-cxK
-cdO
-cdO
-cdO
-cCf
-cdO
-cDY
-cFb
-cGh
-cGh
-cHQ
-cpP
-cpP
-cdO
-cDi
-cdO
-cdO
-coa
-cob
-czg
-aaa
-aaa
-aae
-afv
-aae
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(108,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-akE
-aky
-aky
-aky
-aou
-ana
-apt
-amc
-ame
-ame
-ame
-ame
-amc
-ame
-amc
-ame
-ame
-ame
-ame
-amc
-byt
-ana
-cQN
-aky
-aky
-aky
-aOz
-aQx
-aRW
-aSU
-aUF
-aST
-aWC
-aZZ
-bbM
-aST
-beA
-bgh
-aRW
-biD
-bjR
-bkT
-bmM
-bow
-bqJ
-bsX
-bvf
-bwY
-bza
-bor
-bop
-bER
-bHh
-bJm
-bKI
-bmH
-bOt
-bQi
-bRR
-bTO
-bmH
-bVM
-bXi
-bYm
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-caa
-crE
-cti
-cuE
-cwr
-cwr
-cwr
-czZ
-cwr
-cwr
-cwr
-cDZ
-cFc
-cpP
-cpP
-cpP
-cyQ
-cpP
-cJK
-cKm
-cdO
-cdO
-cdO
-cdO
-czg
-aae
-aae
-aae
-afv
-aae
-aab
-aaa
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(109,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-akE
-alg
-aky
-amk
-ana
-anT
-ame
-arf
-ame
-amc
-ame
-atp
-amc
-azt
-amc
-ame
-ame
-amc
-aKK
-ame
-ame
-aHA
-ana
-cQY
-aky
-alg
-aOE
-aQy
-aRW
-aSV
-aUG
-aST
-aYo
-baa
-bbN
-aST
-beB
-bgi
-aRW
-biE
-bjY
-bll
-bmM
-box
-bqK
-bsX
-bvf
-bwZ
-bzb
-bor
-bop
-bER
-bHi
-bJn
-bJn
-bmH
-bOu
-bQj
-bRR
-bTP
-bmH
-bVS
-bXm
-bYn
-cae
-cbO
-cdK
-cfC
-chi
-ciS
-ckC
-cmo
-cnY
-cpN
-crF
-ctk
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cyQ
-cEa
-cFd
-cGi
-cwr
-cwr
-cIp
-cJb
-cJL
-cKn
-cdO
-cdO
-cdO
-cdO
-czg
-aaa
-aaa
-aae
-afv
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(110,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-akE
-aky
-aky
-aml
-anT
-ame
-ame
-ame
-amc
-azt
-amc
-azu
-amc
-amc
-amc
-azu
-amc
-azt
-amc
-ame
-ame
-ame
-aHA
-cQZ
-aky
-aky
-aOF
-aQz
-aRW
-aST
-aUH
-aWD
-aYp
-bab
-bbO
-bdn
-aUH
-aST
-aRW
-big
-bjR
-bkT
-bmM
-boy
-bqK
-bsX
-bvf
-bwY
-bza
-bor
-bop
-bER
-bHj
-bJn
-bKJ
-bmH
-bOv
-bQk
-bRS
-bTQ
-bmH
-bVS
-bXy
-bYM
-caf
-cbP
-cdL
-cfD
-cfD
-ciT
-ckD
-cmp
-ckD
-cpO
-crG
-ccg
-cRA
-ccg
-ccg
-ccg
-ccg
-ccg
-cCg
-cDf
-cEb
-cFe
-cGj
-cCz
-cCz
-cIq
-cBv
-cJM
-cKn
-cdO
-cdO
-cLz
-cdO
-czg
-aae
-aae
-aae
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-aae
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(111,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-akE
-aky
-aky
-amm
-amZ
-amc
-ame
-ame
-ame
-amc
-aJd
-cRp
-aFU
-aFU
-aFU
-cRp
-cRr
-amc
-ame
-ame
-ame
-amc
-amZ
-amm
-aky
-aky
-aOG
-aQz
-aRW
-aSW
-aUI
-aWE
-aYq
-bac
-bbP
-aUH
-beC
-bgj
-aRW
-biF
-bjR
-bkT
-bmM
-boz
-bqK
-bsX
-bvf
-bwY
-bza
-bor
-bCF
-bES
-bHi
-bJn
-bKK
-bmI
-bOw
-bQl
-bRT
-bTR
-bmH
-bVM
-bXi
-bYN
-cag
-cbQ
-cdM
-cfE
-chj
-cag
-ckE
-cmq
-cnZ
-cnZ
-crH
-cpP
-cpP
-cws
-cpP
-cyQ
-cpP
-cpP
-cpP
-cDg
-cEc
-cpP
-cpP
-cpP
-cpP
-cpP
-cEc
-cJN
-cDi
-cKx
-cKW
-cLA
-cLQ
-cpP
-cMv
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(112,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-akE
-aky
-aky
-amn
-ana
-ana
-apu
-ame
-ame
-amc
-aDz
-art
-amc
-aov
-amc
-art
-aDz
-amc
-ame
-ame
-bNL
-ana
-cQO
-cRa
-aky
-aky
-aOH
-aQz
-aRW
-aST
-aUH
-aWF
-aYr
-bad
-bbQ
-bdo
-aUH
-aST
-aRW
-big
-bjR
-bkT
-bmM
-boA
-bqL
-bsY
-bvf
-bwZ
-bza
-bor
-bop
-bER
-bHi
-bJn
-bJn
-bMv
-bOx
-bQm
-bRU
-bTS
-bmH
-bVM
-bXi
-bYO
-cae
-cbR
-cdN
-cfF
-chk
-cae
-cdO
-cmr
-cdO
-cpP
-crI
-cpP
-cuF
-cdO
-cxL
-cpP
-cAa
-cAZ
-cCh
-cDh
-cEd
-cdO
-cGk
-cHb
-cpP
-cHb
-cJc
-cJO
-cDi
-cpP
-cpP
-cyQ
-cDi
-cpP
-cDi
-cMJ
-cMW
-cNh
-cNp
-cNp
-cNp
-cNp
-cNp
-cNU
-cNp
-cNp
-cNp
-cON
-cNp
-cNp
-cPA
-cNp
-cNp
-cPR
-cNp
-cQa
-cQb
-cpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(113,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-akE
-aky
-aky
-anc
-amZ
-amc
-amc
-amc
-azs
-azx
-amc
-auX
-ava
-axM
-amc
-aJj
-aKJ
-amc
-amc
-amc
-amZ
-amo
-aky
-aky
-aNm
-aOI
-aQz
-aRW
-aSX
-aUJ
-aST
-aYs
-bae
-bbR
-aST
-beD
-bgk
-aRW
-big
-bjR
-bkT
-bmM
-cRD
-bqK
-bsZ
-bvg
-bxa
-buW
-bAL
-bCG
-bER
-bHk
-bJn
-bKL
-bmI
-bOy
-bQn
-bRU
-bTT
-bmH
-bWl
-bXi
-bYP
-cae
-cae
-cae
-cae
-cae
-cae
-cdO
-cmr
-cdO
-cpP
-crJ
-cpP
-cdO
-cwt
-cxM
-cpP
-cqd
-cBa
-cwr
-czf
-ctj
-cFf
-cpP
-cHc
-cpP
-cIr
-cEc
-cJO
-cDi
-cKy
-cdO
-cKw
-cDi
-cMf
-cDi
-cMK
-cMX
-cyQ
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-czg
-czg
-czg
-czg
-czg
-cpP
-cpP
-cpP
-cPM
-cPS
-cHb
-cyQ
-cQc
-cpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(114,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-akE
-alg
-aky
-amm
-amZ
-aov
-aov
-aov
-aov
-aDz
-aov
-auY
-aJe
-atr
-aov
-aKI
-aFU
-aFU
-aFU
-aFU
-cyF
-amm
-aky
-aky
-aNn
-aOJ
-aQz
-aRW
-aSY
-aUK
-aST
-aWG
-baf
-bbS
-aST
-beE
-bgl
-aRW
-big
-bjR
-blm
-bmM
-bmM
-bqM
-bta
-bmM
-bmH
-bzc
-bmH
-bmH
-bET
-bHl
-bJo
-bmH
-bmH
-bOw
-bQo
-bRV
-bOw
-bmH
-bVM
-bXz
-bYQ
-cah
-cbS
-cbS
-cbS
-cbS
-cbS
-cbS
-cms
-coa
-cpP
-cdO
-cdO
-cdO
-cdO
-cxN
-cpP
-cqd
-cBb
-cCi
-cpP
-cEe
-cdO
-cpP
-cpP
-cpP
-cpP
-cJd
-cJO
-cDi
-cKz
-cdO
-cLB
-cDi
-cMg
-cDi
-cML
-cMY
-cpP
-cNq
-amc
-amc
-ame
-amc
-cBx
-amc
-amd
-aGF
-amd
-amc
-ame
-amc
-cpP
-cPN
-cPN
-cPN
-cpP
-cQd
-cpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(115,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-akE
-aky
-aky
-and
-amZ
-amc
-amc
-awv
-azs
-aEP
-amc
-auZ
-auW
-axN
-amc
-aKH
-aKJ
-amc
-amc
-amc
-amZ
-aXr
-aky
-aky
-aNo
-aOH
-aQz
-aRW
-aST
-aST
-aWG
-aSZ
-bag
-aSZ
-bbS
-aST
-aST
-aRW
-biy
-bjU
-bkU
-bmM
-boB
-bqK
-btb
-bmM
-bxb
-bzd
-bmH
-bCH
-bEU
-bHi
-bJp
-bmH
-bMw
-bmH
-bmH
-bmH
-bTU
-bmH
-bVU
-bXo
-bYw
-bTE
-cbT
-cdO
-cfG
-chl
-cdO
-cdO
-cdO
-cob
-cpQ
-cpQ
-cpQ
-cpQ
-cpQ
-cpQ
-cpQ
-cAb
-cBc
-cCj
-cDi
-cDi
-cDi
-cDi
-cHd
-cpP
-cIs
-cJe
-cJP
-czf
-cKA
-cKX
-cpP
-cDi
-cDi
-cDi
-cyQ
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-czg
-czg
-czg
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-cyQ
-cpP
-cQe
-cpP
-cpP
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(116,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-akE
-aky
-aky
-amp
-ana
-ana
-apu
-ame
-ame
-amc
-aDz
-art
-amc
-aov
-amc
-art
-aDz
-amc
-ame
-ame
-bNL
-ana
-bhE
-czD
-aky
-aky
-aOH
-aQz
-aRW
-aSZ
-aSZ
-aSZ
-aSZ
-bah
-bbT
-bdp
-bdp
-bgm
-aRW
-biG
-bjR
-bkT
-bmM
-boC
-bqN
-btc
-bmM
-boK
-bze
-bmH
-bCI
-bEV
-bHm
-bJq
-bmH
-bmH
-bmH
-bQp
-boK
-boK
-bTE
-bWg
-bXi
-bYR
-bTE
-cbU
-cbU
-cbU
-cbU
-cbU
-ckF
-cbU
-cbU
-cpQ
-crK
-ctl
-cuG
-cwu
-cxO
-cpQ
-cAc
-cBd
-cCj
-cDj
-cEf
-cyQ
-cGl
-cHe
-cpP
-cHb
-cGk
-cJQ
-cCz
-cKB
-cKY
-cdO
-cfG
-cpP
-cMw
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-cdO
-chl
-cdO
-cfG
-cLD
-cdO
-cdO
-cdO
-cHb
-cwt
-cdO
-cdO
-cdO
-cdO
-cPM
-cHN
-cdO
-cpP
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(117,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-akE
-aky
-aky
-amm
-amZ
-amc
-ame
-ame
-ame
-amc
-aJi
-cRq
-aFU
-aFU
-aFU
-cRq
-cRs
-amc
-ame
-ame
-ame
-amc
-bhD
-akE
-aky
-aky
-aOK
-aQA
-aRX
-aTa
-aUL
-aWH
-aSZ
-bai
-aSZ
-bdq
-beF
-bgn
-aRX
-biG
-bjR
-bln
-bmM
-boD
-bqJ
-btd
-bmM
-bxc
-bze
-bmH
-bCJ
-bEW
-bHi
-bJr
-bmH
-bMx
-boK
-boK
-boK
-boK
-bTE
-bVM
-bXi
-bYS
-cai
-cbU
-cdP
-cfH
-chm
-ciU
-ckG
-cmt
-coc
-cpQ
-crL
-ctm
-cuH
-cwv
-cxP
-cyR
-cAd
-cBe
-cCk
-cCk
-cCk
-cCk
-cCk
-cCk
-cCj
-cCj
-cCj
-cJR
-cCj
-cKC
-cKZ
-ckD
-ckD
-cMh
-ckD
-ckD
-ckD
-ckD
-ckD
-ckD
-cNI
-ckD
-ckD
-ckD
-ckD
-ckD
-cOs
-cOO
-cOO
-cOO
-cOO
-cOO
-cOO
-cOO
-cOO
-cOO
-cQf
-cdO
-czg
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(118,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-akE
-aky
-aky
-ane
-anT
-ame
-ame
-ame
-amc
-azt
-amc
-aFS
-amc
-amc
-amc
-aFS
-amc
-azt
-amc
-ame
-ame
-ame
-bhF
-akE
-aky
-aky
-aOD
-aQB
-aRX
-aTb
-aUM
-aWI
-aYt
-baj
-bbU
-bdr
-beG
-beG
-bhv
-biH
-bjZ
-bkT
-bmM
-cSm
-bqO
-bte
-bmM
-bxd
-bze
-bmH
-bCK
-bEV
-bHn
-bJs
-bmH
-bMy
-bOz
-bQq
-boK
-bTV
-bTE
-bVM
-bXi
-bYm
-caj
-cbU
-cdQ
-cfI
-cfI
-ciV
-ckH
-cmu
-cod
-cpQ
-crM
-ctn
-cuI
-cww
-cxQ
-cyS
-cAe
-cBf
-cCl
-cDk
-cEg
-cFg
-cGm
-cGm
-cxU
-cIt
-cJf
-cJh
-cCj
-cKC
-cqd
-cHb
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cOt
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-czg
-czg
-cpP
-cQg
-ckC
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(119,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-akE
-alg
-aky
-anb
-ana
-anT
-ame
-ame
-ame
-amc
-ass
-ame
-amc
-azt
-amc
-ame
-ame
-amc
-ame
-ame
-ame
-cGL
-bhD
-akE
-aky
-alg
-aOz
-aQl
-aRX
-aTc
-aUN
-aWJ
-aYu
-bak
-bbV
-bds
-beH
-bgo
-bhw
-biI
-bjS
-bkX
-bmM
-boE
-bqP
-btf
-bmM
-boK
-bze
-bmH
-bmH
-bEX
-bHo
-bmH
-bmH
-boO
-boO
-bQr
-boO
-bTW
-bTE
-bVM
-bXi
-bYm
-caj
-cbV
-cdR
-cfJ
-chn
-ciW
-ckI
-cmv
-coe
-cpR
-cpR
-cpR
-cuJ
-cpR
-cpQ
-cpQ
-cAf
-cBg
-cCl
-cDl
-cEh
-cFh
-cGn
-cGn
-cxU
-cIu
-cJg
-cJS
-cCj
-cKD
-cqd
-cLC
-cLR
-cMi
-cMx
-cMr
-cMZ
-cMi
-cMx
-cMr
-cMZ
-cMi
-cMx
-cMr
-cMZ
-cOc
-cOu
-cOP
-cPf
-cPs
-cPB
-cPB
-cPO
-amc
-amc
-czg
-cQg
-cQl
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(120,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aae
-afM
-afM
-afM
-afM
-afM
-afM
-afM
-afM
-afM
-afM
-afM
-afM
-aae
-afM
-afM
-afM
-aac
-aad
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aae
-akE
-aky
-aky
-aky
-aow
-amZ
-aqe
-amc
-ame
-ame
-ame
-ame
-amc
-ame
-amc
-ame
-ame
-ame
-ame
-amc
-bNM
-amZ
-bhD
-aky
-aky
-aky
-aOz
-aQl
-aRX
-aRX
-aRX
-aRX
-aRX
-aRX
-aRX
-aRX
-aRX
-aRX
-aRX
-biG
-bjR
-bkT
-bmM
-bmM
-bqQ
-bmM
-bmM
-boK
-bzf
-boN
-boN
-bEY
-bHp
-boN
-bKM
-boK
-bOA
-bQs
-bRW
-boK
-bTE
-bVM
-bXi
-bYm
-caj
-cbW
-cdS
-cfK
-cho
-ciW
-ckJ
-cmw
-cof
-cpS
-crN
-cto
-cuK
-cwx
-cxR
-cxU
-cAg
-cBe
-cCl
-cDm
-cEi
-cFi
-cGo
-cGo
-cxU
-cIv
-cJh
-cJT
-cCj
-cKC
-cqd
-coa
-cLR
-cMj
-cMy
-cMr
-cMZ
-cMj
-cNr
-cMr
-cMZ
-cMj
-cMy
-cMr
-cMZ
-cOc
-cOv
-cOQ
-cPg
-cPt
-cPB
-cPB
-cPO
-cBx
-ame
-czg
-cQg
-cNT
-czg
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(121,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aad
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aac
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-akE
-aky
-alN
-aky
-ang
-aky
-aky
-apv
-apv
-apv
-apv
-apv
-apv
-apv
-apv
-apv
-apv
-apv
-apv
-apv
-aky
-aky
-cQR
-aky
-aky
-aNp
-aOL
-aQC
-aRY
-aRY
-aRY
-aWK
-aYv
-aYv
-aYv
-aYv
-aYv
-aYv
-aRQ
-biJ
-bka
-blo
-bmN
-boF
-bqR
-btg
-btg
-btg
-bzg
-btg
-btg
-bEZ
-boF
-boF
-bKN
-boF
-bOB
-bQt
-bRX
-boF
-bmN
-bWm
-bXA
-bYm
-caj
-cbV
-cdT
-cfL
-chp
-ciW
-ckK
-cmx
-cog
-cpS
-crO
-ctp
-cuL
-cwx
-cxS
-cxU
-cAg
-cBe
-cCl
-cDn
-cEj
-cFj
-cGo
-cGo
-cxU
-cIw
-cJi
-cJU
-cCj
-cKC
-cLa
-cob
-cLR
-cMj
-cMr
-cMr
-cMZ
-cMj
-cMr
-cMr
-cMZ
-cMj
-cMr
-cMr
-cMZ
-cOd
-cOw
-cOR
-cPh
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cQg
-cNT
-czg
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(122,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aae
-aaj
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aaj
-aaj
-aaj
-aak
-aak
-aak
-aak
-aaj
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aaj
-aae
-aac
-aaa
-aaa
-aaa
-aeZ
-agf
-ago
-agu
-ago
-ago
-ago
-agu
-ago
-ago
-ago
-agu
-ago
-ago
-ago
-agu
-ago
-ago
-ago
-agu
-ago
-ago
-ago
-agu
-ago
-ago
-akd
-aks
-aae
-aae
-alN
-amq
-anf
-aky
-aox
-apw
-apw
-apw
-apv
-att
-avb
-avb
-avb
-azv
-apv
-apw
-apw
-apw
-aFV
-aky
-cQT
-aKL
-aky
-aNq
-aOz
-aQl
-aRZ
-aKF
-aUO
-aWL
-aYw
-aYw
-aYw
-aYw
-aYw
-aYw
-aYw
-biG
-bjX
-bkX
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-boK
-bze
-bMz
-bMz
-bMz
-bMz
-bMz
-bTE
-bVM
-bXi
-bYR
-cak
-cbU
-cdU
-cfM
-chq
-ciW
-ckL
-cmy
-coh
-cpS
-crP
-ctq
-cuM
-cwx
-cxT
-cxU
-cAg
-cBe
-cCl
-cDl
-cEk
-cFk
-cGp
-cHf
-cxU
-cIx
-cJj
-cJV
-cCj
-cKC
-cqd
-cLD
-cLR
-cMk
-cMz
-cMM
-cMZ
-cNi
-cNs
-cNA
-cMZ
-cNM
-cNR
-cNV
-cMZ
-cOe
-cOx
-cOR
-cPi
-cPu
-cPC
-cLR
-cMr
-cPT
-cMr
-cLR
-cQg
-cQm
-czg
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(123,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aaq
-aaB
-aaI
-aaI
-aaI
-aaI
-aaI
-aaI
-aaI
-abs
-aaI
-aaI
-aaI
-aaI
-aaI
-acn
-acD
-aaI
-aaI
-aaI
-aaI
-adz
-adK
-adP
-aak
-aaa
-aac
-aaa
-aaa
-aeZ
-aft
-afu
-afN
-agv
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-agG
-ajr
-ajz
-aae
-ake
-akt
-aae
-aaa
-aky
-amr
-ang
-aky
-aoy
-apx
-aql
-aru
-aky
-atu
-avc
-awr
-axO
-azw
-aky
-apx
-aql
-aru
-aoy
-aky
-cQR
-alg
-alN
-aky
-aOM
-axS
-aky
-aky
-aky
-aky
-aYx
-bal
-bbW
-bdt
-beI
-bgp
-bhx
-biJ
-bjQ
-blp
-bmP
-boG
-bqS
-bth
-bvh
-bxe
-bzh
-bAM
-bCL
-bFa
-bmO
-boK
-bKO
-bMz
-bOC
-bQu
-bRY
-bMz
-bUZ
-bVM
-bXl
-bYT
-cal
-cbU
-cbU
-cbU
-cbU
-ciX
-ckM
-cmz
-coi
-cpS
-crQ
-ctr
-cuN
-cuN
-cxU
-cxU
-cAh
-cBh
-cCl
-cCl
-cEl
-cFl
-cCl
-cCl
-cxU
-cIy
-cJk
-cJW
-cCj
-cKE
-cLb
-cDi
-cLR
-cMl
-cMA
-cMN
-cNa
-cMl
-cMA
-cNB
-cNa
-cMl
-cMA
-cNW
-cMZ
-cOf
-cOy
-cOS
-cPj
-cPv
-cPD
-cPJ
-cMr
-cPU
-cMr
-cLR
-cQg
-cdO
-czg
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(124,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aar
-aaj
-aak
-aak
-aak
-aak
-aak
-aak
-abl
-abt
-abl
-aak
-aak
-aak
-aak
-aaj
-aak
-aak
-aak
-aak
-aak
-adA
-aaj
-aar
-aak
-aaa
-aac
-aaa
-aeZ
-aft
-afu
-afN
-agb
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-ajA
-aae
-akf
-aku
-aky
-aky
-aky
-ams
-anh
-anU
-aoz
-aoz
-aqm
-aoz
-aky
-atv
-aJc
-aws
-atw
-aJh
-aky
-aBZ
-aDy
-aEO
-aFW
-aHB
-cQV
-aKM
-aMf
-apy
-aON
-aQD
-aSa
-aTd
-aUP
-aWM
-aYy
-bam
-bbX
-bdu
-beJ
-bgq
-bhy
-biG
-bjR
-blq
-bmO
-bmO
-bqT
-bti
-bvi
-bxf
-bzi
-bzj
-bzk
-bFb
-bmO
-bJt
-bze
-bMz
-bOD
-bQv
-bRZ
-bTX
-bVa
-bVO
-bXj
-bYU
-cam
-cbX
-cdV
-cfN
-cam
-ciY
-ckN
-cmA
-coj
-cpT
-crR
-cts
-cuO
-cwy
-cxV
-cyT
-cAi
-cBi
-cCm
-cDo
-cEm
-cFm
-cGq
-cHg
-cHR
-cIz
-cJl
-cJX
-cCj
-cKF
-cLc
-cLE
-cLS
-cMm
-cMB
-cMO
-cNb
-cNj
-cMB
-cMO
-cNJ
-cMm
-cMB
-cMO
-cNZ
-cOg
-cOz
-cOT
-cPk
-cPw
-cPE
-cPK
-cPK
-cPV
-cMr
-cLR
-cQg
-cdO
-czg
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(125,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aar
-aak
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaQ
-abu
-aaQ
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aae
-adB
-aak
-aar
-aak
-aaa
-aac
-aeZ
-aft
-afu
-afN
-agb
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-afP
-aae
-akg
-akv
-akF
-alh
-aky
-amt
-ani
-anl
-anl
-anl
-aqn
-anl
-ast
-atw
-avd
-awt
-atw
-atw
-aAD
-aCa
-bug
-bys
-cvv
-cGM
-cQU
-aFX
-aMg
-aHC
-aOO
-aQE
-aSb
-aTe
-aUQ
-aWN
-aYz
-ban
-bbY
-bdv
-beK
-bgr
-bhz
-biK
-bkb
-blr
-bmQ
-boH
-bqU
-btj
-bvj
-bxg
-bzj
-bAN
-bCM
-bFc
-bmO
-boK
-bze
-bMA
-bOD
-bQw
-bOD
-bTY
-bVb
-bVM
-bXw
-bYV
-can
-cbY
-cdW
-cfO
-chr
-ciZ
-ckO
-cmB
-cok
-cpU
-cpU
-ctt
-cuP
-cpU
-cpU
-cyU
-cAj
-cBj
-cCn
-cDp
-cBj
-cFn
-cok
-cpU
-cpU
-cuP
-cJm
-cJY
-cKo
-cKG
-cLd
-cLF
-cLT
-cMn
-cMC
-cMn
-cMn
-cNk
-cNt
-cNC
-cMn
-cMn
-cNt
-cMn
-cOa
-cOh
-cOA
-cOU
-cPl
-cPx
-cPF
-cMr
-cMr
-cMr
-cPY
-cLR
-cQh
-cOO
-cQo
-axL
-axL
-axL
-axL
-axL
-cQq
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(126,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aar
-aak
-aae
-aaP
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aco
-aco
-aco
-aco
-aco
-aco
-adB
-abl
-adQ
-abl
-abl
-abl
-afa
-afu
-afN
-agb
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-afP
-aae
-akg
-akw
-akG
-ali
-alO
-amu
-anj
-anV
-aoA
-apy
-aqo
-arv
-aky
-atw
-ave
-awu
-atw
-atw
-aky
-aCb
-aDA
-aoD
-anX
-aHD
-cQX
-aKN
-aMh
-anl
-aOP
-aQF
-aSc
-aTf
-aUR
-aWO
-aYA
-bao
-bbZ
-bdw
-bal
-bgs
-bhy
-biL
-bjI
-bls
-bmO
-bmO
-bqV
-btk
-bvi
-bxh
-bzk
-bzj
-bzi
-bFd
-bmO
-boL
-bze
-bMz
-bOE
-bQx
-bSa
-bTZ
-bVc
-bWn
-bXh
-bYW
-cao
-cbZ
-cdX
-cfP
-cao
-cja
-ckP
-cmC
-col
-cpV
-crS
-ctu
-cuQ
-cwz
-cxW
-cyV
-cAk
-cBk
-cCo
-cDq
-cEn
-cFo
-cFo
-cHh
-cFo
-cEn
-cFo
-cJZ
-cao
-cKH
-cLe
-cLG
-cLU
-cMo
-cMD
-cMP
-cNc
-cMo
-cMD
-cND
-cNK
-cMo
-cMD
-cMP
-cOb
-cOi
-cOB
-cOV
-cPm
-cPy
-cPG
-cPL
-cMr
-cPW
-cMr
-cLR
-cHN
-cHb
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(127,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aar
-aak
-aaa
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaP
-abv
-aaP
-aaQ
-aaQ
-aaQ
-aaQ
-acp
-aae
-acM
-ada
-ada
-ads
-adC
-abl
-adR
-aej
-aew
-abl
-afb
-aae
-afO
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-afP
-aaa
-akg
-akx
-akH
-alj
-alP
-amv
-ank
-anW
-aoB
-apz
-aqp
-arw
-aky
-atx
-avf
-aJf
-atw
-azy
-aky
-aCc
-aDA
-aEQ
-amy
-amy
-cQW
-aKO
-amy
-amy
-aOQ
-aQG
-aky
-aky
-aky
-aky
-aYx
-bap
-bca
-bdx
-beL
-bgt
-bhA
-biM
-bjM
-bkY
-bmR
-boI
-bqW
-btl
-bvk
-bxi
-bzl
-bAO
-bCN
-bFe
-bmO
-boK
-bze
-bMz
-bOF
-bQy
-bSb
-bMz
-bVd
-bVM
-bXi
-bYX
-cap
-cca
-cca
-cca
-cca
-cjb
-ckQ
-cmD
-com
-cjb
-crT
-crT
-cuR
-cuR
-cuR
-cyW
-cAl
-cBe
-cxU
-cDr
-cDt
-cDt
-cDt
-cDr
-cDt
-cDt
-cDt
-cDw
-cDi
-cKI
-cLb
-cDi
-cLR
-cMp
-cME
-cMQ
-cNa
-cNl
-cME
-cMQ
-cNa
-cNN
-cME
-cMQ
-cMZ
-cOj
-cOC
-cOW
-cPn
-cPz
-cPD
-cPJ
-cMr
-cMr
-cMr
-cLR
-cHN
-cdO
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(128,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aar
-aak
-aaa
-aaQ
-aaQ
-aaT
-aaY
-abe
-abm
-abw
-abm
-abe
-abN
-abV
-aaQ
-acp
-acE
-acN
-acp
-aae
-aco
-aaa
-abl
-adS
-aek
-aex
-abl
-afc
-afv
-afP
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-afP
-aaa
-akh
-aky
-aky
-aky
-aky
-amw
-anl
-anX
-aoC
-apA
-aqp
-arx
-amr
-aky
-aky
-aww
-aky
-aky
-amr
-aCd
-aDA
-aER
-aFY
-aHE
-aJk
-aKP
-aMi
-aFY
-aOP
-aQH
-aky
-aTg
-akJ
-aWP
-aYw
-aYw
-aYw
-bdy
-aYw
-aYw
-aYw
-biN
-bjI
-bkT
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-bmO
-boK
-bze
-bMz
-bMz
-bMz
-bMz
-bMz
-bTE
-bWo
-bXi
-bYS
-cai
-cca
-cdY
-cfQ
-chs
-cjc
-ckR
-cmE
-con
-cpW
-crT
-ctv
-cuS
-cwA
-cxX
-cyX
-cAl
-cBe
-cCp
-cDs
-cEo
-cFp
-cGr
-cDr
-amc
-amc
-amc
-cDw
-cKp
-cKJ
-cLf
-cdO
-cLR
-cMq
-cMF
-cMR
-cMZ
-cNm
-cNu
-cNE
-cMZ
-cNO
-cNS
-cNX
-cMZ
-cOk
-cOD
-cOX
-cPo
-cPu
-cPC
-cLR
-cMr
-cPX
-cMr
-cLR
-cHN
-cdO
-czg
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(129,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aag
-aag
-aas
-aag
-aag
-aaP
-aaQ
-aaU
-aaZ
-abf
-abf
-abx
-abf
-abf
-abO
-abW
-ace
-acq
-acF
-acO
-acp
-acp
-aco
-aco
-abl
-adT
-aej
-aey
-abl
-afd
-aae
-afP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-ajB
-ajD
-ajD
-ajD
-ajQ
-alk
-aky
-amx
-anl
-anl
-aoD
-ani
-aqq
-ary
-asu
-aty
-avg
-awx
-aJg
-azz
-aAE
-aCe
-aDB
-aES
-aFZ
-aFZ
-aJl
-aKQ
-aFZ
-aNr
-aOR
-aQI
-aky
-ajD
-aUS
-atG
-atG
-atG
-atG
-atG
-atG
-atG
-bhB
-biO
-bkc
-bkX
-bhg
-boJ
-bqX
-btm
-boN
-boN
-boN
-boN
-boN
-boN
-boN
-boN
-bKP
-bMB
-bMB
-bMB
-bSc
-boM
-bTE
-bVM
-bXi
-bYm
-caj
-cca
-cdZ
-cfR
-cht
-cjd
-ckS
-cmF
-coo
-cpX
-crT
-ctw
-cuT
-cwB
-cxY
-cyX
-cAm
-cBe
-cRb
-cDt
-cEp
-cFq
-cGs
-cDw
-cHS
-cHS
-cHS
-cDw
-cqd
-cKK
-cpP
-cLH
-cLR
-cMr
-cMr
-cMj
-cMZ
-cMr
-cMr
-cMj
-cMZ
-cMr
-cMr
-cMj
-cMZ
-cOl
-cOE
-cOY
-cPp
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cHN
-cNT
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(130,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aag
-aal
-aat
-aaC
-aaJ
-aaQ
-aaQ
-aaV
-aba
-abg
-abn
-aby
-abn
-abG
-abP
-abX
-acf
-acr
-acG
-acP
-adb
-adk
-acp
-acp
-acp
-adU
-ael
-abl
-abl
-afe
-afw
-afP
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ajC
-ajO
-aki
-akz
-aki
-all
-alQ
-amy
-amy
-amy
-aoE
-apB
-aqr
-aqr
-asv
-atz
-aqr
-awy
-axQ
-azA
-asv
-aqr
-aDC
-aET
-aFZ
-aHF
-aJm
-aKR
-aFZ
-anl
-aOS
-aQJ
-aky
-aky
-aOM
-aky
-aky
-aky
-aky
-aky
-aky
-bgu
-bhg
-biL
-bjI
-bkT
-bhg
-boK
-bqY
-btn
-btn
-btn
-btn
-btn
-btn
-btn
-btn
-btn
-btn
-btn
-btn
-btn
-bSd
-boK
-bTE
-bWp
-bXm
-bYm
-caj
-ccb
-cea
-cfR
-chu
-cje
-ckT
-cmG
-cop
-cpY
-crT
-ctx
-cuU
-cwC
-cxZ
-cyY
-cAn
-cBl
-cCr
-cDu
-cEq
-cFr
-cGt
-cDw
-cHT
-cIA
-cIA
-cDw
-cqd
-cHP
-cpP
-cLI
-cLR
-cMr
-cMy
-cMj
-cMZ
-cMr
-cNr
-cMj
-cMZ
-cMr
-cMy
-cMj
-cMZ
-cOm
-cOE
-cOZ
-cPq
-cLR
-cPH
-cpP
-cPP
-cHb
-cPZ
-cyQ
-cHN
-cNT
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(131,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aah
-aam
-aau
-aaD
-aaK
-aaQ
-aaQ
-aaU
-aba
-abh
-aaP
-aaQ
-aaP
-abH
-abQ
-abY
-aaQ
-acs
-acG
-acQ
-adc
-adl
-adt
-adD
-acp
-adV
-aem
-aez
-aeN
-aff
-afx
-afP
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ajD
-akj
-ajD
-akI
-alm
-alR
-amz
-anl
-anl
-aoF
-apC
-apC
-apC
-asw
-atA
-avh
-awz
-axR
-azB
-asw
-apC
-aDD
-aEU
-aFZ
-aHG
-aJn
-aKS
-aFZ
-anl
-aOP
-aCa
-aSd
-aTh
-aUT
-aWQ
-aky
-baq
-atw
-bdz
-aky
-ajQ
-bhg
-biL
-bjI
-bkT
-bhg
-boK
-bqY
-btn
-ame
-ame
-amc
-ame
-ame
-ame
-ame
-ame
-amc
-ame
-ame
-btn
-bze
-boK
-bTE
-bVM
-bXi
-bYm
-caj
-ccc
-ceb
-cfS
-chu
-cjf
-ckU
-cmH
-coq
-cpZ
-crT
-cty
-cuV
-cwD
-cya
-cyZ
-cAo
-cBm
-cCs
-cDv
-cEr
-cFs
-cGu
-cDw
-cHU
-cIA
-cJn
-cDw
-cqd
-cHP
-cpP
-cLJ
-cLR
-cMr
-cMG
-cMS
-cMZ
-cMr
-cMG
-cMS
-cMZ
-cMr
-cMG
-cMS
-cMZ
-cOn
-cOE
-cPa
-cPr
-cLR
-cPI
-cyQ
-cPQ
-cdO
-cLH
-cpP
-cQi
-cQn
-czg
-aae
-aae
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(132,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
-aai
-aan
-aav
-aaE
-aaL
-aaQ
-aaQ
-aaW
-abb
-abi
-abo
-aaQ
-abE
-abI
-abR
-abZ
-acg
-act
-acH
-acR
-add
-adm
-adu
-adE
-adL
-adW
-aen
-aeA
-aeO
-afg
-afx
-afQ
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahP
-aaa
-aaa
-aaa
-aiK
-aaa
-aaa
-ajD
-ajD
-ajD
-ajD
-akJ
-aln
-aky
-aky
-anm
-anY
-aoG
-apD
-aqs
-aky
-aky
-aky
-aky
-awA
-axS
-aky
-aky
-aky
-aky
-aky
-aGa
-aHH
-aJo
-aKT
-aFZ
-anl
-aOP
-aCa
-aSd
-aTi
-aUT
-aWR
-aky
-baq
-atw
-bdz
-aky
-ajQ
-bhg
-biL
-bjI
-bkT
-bhg
-boL
-bqZ
-btn
-ame
-ame
-bxj
-bxl
-bCO
-bCO
-bCO
-bxl
-bxj
-ame
-ame
-btn
-bSe
-bUa
-bTE
-bVM
-bXi
-bYm
-caj
-ccb
-cec
-cfT
-chv
-cjg
-ckV
-cmI
-cor
-cqa
-crT
-ctz
-cuW
-cwE
-cyb
-cyX
-cAl
-cBe
-cCt
-cDs
-cEs
-cFt
-cGv
-cDw
-cHV
-cIB
-cHV
-cDw
-cqd
-cHP
-cpP
-cpP
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cLR
-cOF
-cLR
-cLR
-cLR
-cpP
-cpP
-cpP
-cKS
-cpP
-cpP
-cQj
-cdO
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(133,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aah
-aao
-aaw
-aaF
-aaM
-aaQ
-aaS
-aaU
-aba
-abh
-aaP
-aaQ
-aaP
-abJ
-aba
-aca
-aaQ
-acu
-acG
-acS
-ade
-adn
-adv
-adD
-acp
-adX
-aeo
-aeB
-aeP
-afh
-afx
-afP
-aae
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-ahD
-ahQ
-aie
-aaa
-aiv
-aiL
-ajc
-aaa
-ajE
-ajP
-ajP
-ajD
-akK
-aln
-alS
-aky
-aky
-aky
-aky
-aky
-aky
-aky
-asx
-atB
-avi
-awB
-axT
-atB
-aAF
-aCf
-aDE
-aEV
-aGb
-aGa
-aGa
-aKU
-aFZ
-aFY
-aOP
-aQK
-aSd
-aTj
-aUU
-aWS
-aky
-baq
-atw
-bdz
-aky
-ajQ
-bhg
-biP
-bjI
-bkT
-bhg
-boM
-bqY
-btn
-amc
-bxj
-bxj
-bAP
-bCP
-bFf
-bHq
-bJu
-bxj
-bxj
-amc
-btn
-bze
-boJ
-bTE
-bVM
-bXi
-bYR
-cak
-cca
-ced
-cfU
-chw
-cjh
-ckW
-cmJ
-cos
-cqb
-crT
-ctA
-cuX
-cwF
-cyc
-crT
-cAp
-cBn
-cxU
-cDr
-cEt
-cFt
-cGw
-cHi
-cHW
-cIC
-cJo
-cKa
-cKq
-cKL
-cLg
-cLg
-cLg
-cLg
-cLg
-cLg
-cLg
-cLg
-cLg
-cNF
-cNF
-cNP
-cNF
-cNF
-cNF
-cNF
-cOG
-cPb
-cNp
-cNp
-cNp
-cNp
-cNp
-cNp
-cNp
-cNp
-cQk
-cdO
-czg
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(134,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aag
-aap
-aax
-aaG
-aaN
-aaR
-aaQ
-aaV
-aba
-abj
-abp
-abz
-abp
-abK
-abS
-acb
-ach
-acr
-acG
-acT
-adf
-ado
-acp
-acp
-acp
-adY
-aep
-abl
-abl
-aaj
-afy
-afP
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-ahv
-ahE
-ahR
-ahE
-ahv
-aiw
-aiM
-aiw
-ahv
-ajD
-ajQ
-ajQ
-akA
-akL
-alo
-alT
-alT
-alT
-alT
-alT
-alT
-alT
-arz
-asy
-atC
-avj
-awC
-axU
-atC
-aAG
-aAG
-aAG
-aAG
-aGc
-aHI
-aky
-aKV
-aMj
-aNr
-aOT
-aQL
-aSe
-aTk
-aUV
-aWT
-aYB
-atw
-atw
-bdz
-aky
-akL
-bhg
-biL
-bjI
-bkT
-bhg
-bhg
-bqY
-btn
-ame
-bxk
-bzm
-bAQ
-bAU
-bFg
-bAU
-bAU
-bKQ
-bJw
-ame
-btn
-bze
-bTE
-bTE
-bWq
-bXi
-bYY
-bTE
-cca
-cee
-cfV
-chx
-cji
-cjb
-cca
-cot
-cqc
-crU
-crU
-crU
-crU
-crU
-crU
-cAq
-cBo
-crV
-cDw
-cEu
-cFt
-cGx
-cDw
-cHV
-cID
-cHV
-cDw
-cKr
-cKM
-cIn
-cpP
-cpP
-cyQ
-cpP
-cpP
-cIn
-cNn
-cpP
-cpP
-cpP
-cyQ
-cNQ
-cpP
-cpP
-cyQ
-cOH
-cPc
-cpP
-czg
-czg
-czg
-czg
-czg
-czg
-czg
-czg
-cpP
-cpP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(135,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aag
-aag
-aay
-aag
-aag
-aaP
-aaQ
-aaU
-abc
-abf
-abf
-abx
-abf
-abL
-abT
-acc
-aci
-acv
-acI
-acU
-acp
-acp
-aco
-aco
-abl
-adZ
-aeq
-aeC
-abl
-afi
-aaj
-afR
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-ahv
-ahE
-ahS
-ahE
-ahv
-aiw
-aiN
-aiw
-ahv
-ajF
-ajR
-akk
-ajD
-ajH
-alp
-ajT
-ajT
-ajT
-ajT
-aoH
-apE
-ajT
-arA
-asz
-atD
-atE
-awD
-axV
-atE
-atE
-atE
-atE
-atE
-axV
-aHJ
-aky
-aKW
-aMk
-anV
-aOU
-aQM
-aSf
-aTl
-aUW
-aWU
-aYB
-atw
-atw
-bdA
-aky
-akK
-bhg
-big
-bjI
-blh
-bmS
-bhg
-bqY
-btn
-ame
-bxk
-bzn
-bAR
-bAU
-bFh
-bAU
-bAR
-bKR
-bJw
-ame
-btn
-bSf
-bTE
-bVe
-bWe
-bXi
-bYm
-bVb
-ccd
-cef
-cfW
-chy
-cjj
-ckX
-cmK
-cou
-cqd
-crV
-ctB
-cuY
-ctB
-crV
-cza
-cAr
-cBp
-cCu
-crV
-cEv
-cFu
-cGy
-cHj
-cHX
-cIE
-cJp
-cDw
-cqd
-cKN
-cLh
-cpP
-cLV
-cMs
-cpP
-cob
-cdO
-cdO
-cdO
-cIm
-cpP
-cKz
-cdO
-cKy
-cpP
-cOo
-cdO
-cLC
-cpP
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(136,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aaz
-aak
-aaa
-aaQ
-aaQ
-aaX
-abd
-abk
-abq
-abA
-abq
-abM
-abU
-acd
-aaQ
-acp
-acJ
-acV
-acp
-aae
-aco
-aaa
-abl
-aea
-aer
-aer
-aeQ
-afj
-afz
-afS
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-ahv
-ahF
-ahT
-aif
-ahv
-aix
-aiO
-ajd
-ahv
-ajD
-ajD
-ajD
-ajD
-akM
-alq
-alU
-alU
-alU
-alU
-alU
-alV
-alU
-arB
-asA
-atE
-avk
-awE
-axW
-azC
-aAH
-aCg
-aDF
-aEW
-axV
-aHK
-aky
-aKX
-aMl
-aNs
-aOV
-aQN
-aSg
-aTm
-aUX
-aWV
-aYB
-atw
-atw
-bdB
-aky
-bgv
-bhg
-big
-bjI
-blh
-bmT
-bhg
-bra
-btn
-ame
-bxl
-bzo
-bAS
-bAS
-bFi
-bAS
-bAS
-bKS
-bxl
-ame
-btn
-bze
-bTE
-bVf
-bWe
-bXi
-bYm
-caq
-cce
-ceg
-cfX
-chz
-cjk
-ckY
-cmK
-cov
-cqd
-crV
-ctB
-ctB
-ctB
-cyd
-czb
-cAs
-cBq
-cCv
-crV
-cEw
-cFv
-cGz
-cHk
-cHY
-cIF
-cJq
-cKb
-cqd
-cKN
-cLi
-cpP
-cpP
-cpP
-cpP
-coa
-cfG
-cdO
-cdO
-cMV
-cpP
-cNL
-cKw
-cdO
-cpP
-cpP
-cOH
-cpP
-cpP
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(137,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aaz
-aak
-aaa
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaP
-abB
-aaP
-aaQ
-aaQ
-aaQ
-aaQ
-acp
-aae
-acW
-adg
-adp
-adw
-adF
-abl
-aeb
-aeq
-aeq
-abl
-aaj
-aaj
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-ahv
-ahv
-ahU
-ahv
-ahv
-ahv
-aiP
-ahv
-ahv
-ajG
-ajS
-ajQ
-ajQ
-akN
-alr
-alV
-amA
-ann
-anZ
-aoI
-apF
-alU
-arC
-asA
-atE
-avl
-awF
-axX
-azD
-aAI
-aCh
-aDG
-aEX
-axV
-aHJ
-aky
-aKY
-aMm
-aCa
-aOP
-aQO
-aSd
-aTn
-aOP
-aWW
-aky
-bar
-atw
-bdB
-aky
-ajQ
-bhg
-big
-bjI
-blh
-bmU
-bhg
-bqY
-btn
-ame
-bxk
-bzp
-bAT
-bCQ
-bFj
-bHr
-bAT
-bKT
-bJw
-ame
-btn
-bze
-bTE
-bVg
-bWe
-bXi
-bYm
-caq
-cce
-ceh
-cfY
-chA
-cjl
-ckZ
-cmK
-cow
-cqe
-crV
-ctC
-cuZ
-ctB
-cyd
-czc
-cAt
-cBr
-cCw
-crV
-cEx
-cFw
-cGA
-cHl
-cHZ
-cIG
-cJr
-cDw
-cqd
-cKN
-cLj
-cpP
-cLW
-cMt
-cpP
-cMd
-cNd
-cIo
-cNd
-cpP
-cpP
-czg
-czg
-czg
-cpP
-cOp
-cOI
-cPd
-cpP
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(138,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aaz
-aak
-aae
-aaP
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aaQ
-aco
-aco
-aco
-aco
-aco
-aco
-adG
-abl
-aec
-abl
-abl
-abl
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-ahv
-ahG
-ahO
-aig
-ahv
-aiy
-ahO
-aig
-ahv
-ajH
-ajT
-ajT
-ajT
-akO
-als
-alU
-amB
-ano
-amE
-ano
-apG
-alU
-aln
-asA
-atE
-avm
-awG
-axY
-azE
-aAJ
-aCi
-aDH
-aEY
-axV
-aHJ
-aky
-aKZ
-aMn
-aNt
-aOW
-anl
-aSd
-aTo
-aUY
-aWX
-aky
-bas
-atw
-bdB
-aky
-ajQ
-bhg
-bii
-bjL
-bkT
-bhg
-bhg
-bqY
-btn
-ame
-bxk
-bzq
-bAU
-bCR
-bFj
-bHs
-bAU
-bKU
-bJw
-ame
-btn
-bze
-bTE
-bTE
-bVM
-bXi
-bYm
-car
-cce
-cei
-cfZ
-chB
-cjm
-cla
-cmK
-cox
-cqf
-crV
-ctB
-ctB
-ctB
-cyd
-czd
-cAu
-cBs
-cCx
-crV
-cDw
-cFx
-cDw
-cDw
-cDw
-cDw
-cDw
-cDw
-cqd
-cKN
-cpP
-cpP
-cKw
-cdO
-cpP
-cMT
-cdO
-cdO
-cGl
-cpP
-aaa
-aaa
-aaa
-aae
-cpP
-cOq
-cOJ
-cOq
-cpP
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(139,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aaz
-aak
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaQ
-abC
-aaQ
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aae
-adG
-aak
-aaz
-aak
-aaa
-aac
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-aae
-aae
-aae
-aae
-aae
-aht
-ahv
-ahU
-aih
-aht
-ahv
-aiP
-aih
-aht
-ajI
-ahv
-ahv
-ahv
-ahv
-ahv
-alU
-amC
-anp
-aoa
-aoJ
-apH
-alU
-aln
-asA
-atE
-avn
-awH
-axZ
-azF
-aAK
-aCj
-aDI
-aEX
-axV
-aHJ
-aky
-aky
-aky
-aNu
-aOP
-anl
-aSd
-aQK
-aUZ
-aWY
-aky
-bat
-atw
-bdB
-aky
-ajQ
-bhg
-big
-bjI
-blt
-bhg
-boK
-bqY
-btn
-amc
-bxj
-bxj
-bAV
-bCS
-bFk
-bHs
-bJv
-bxj
-bxj
-amc
-btn
-bSg
-bUb
-bTE
-bVU
-bXo
-bYw
-cas
-ccf
-cej
-cga
-chC
-cjn
-clb
-cmK
-coy
-cqd
-crV
-ctB
-cva
-cwG
-cye
-cze
-cAv
-cBt
-cCy
-crV
-cEy
-cFy
-cGB
-ccg
-ccg
-ccg
-ccg
-cKc
-cKs
-cKO
-cLk
-cpP
-ahA
-cMu
-cpP
-cLC
-cdO
-cdO
-cNv
-cpP
-aaa
-aaa
-aae
-aae
-cpP
-cOq
-cOK
-cOq
-cpP
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(140,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aak
-aaz
-aaj
-aak
-aak
-aak
-aak
-aak
-aak
-abl
-abt
-abl
-aak
-aak
-aak
-aak
-aaj
-aak
-aak
-aak
-aak
-aak
-adH
-aaj
-aaz
-aak
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-ahw
-ahH
-ahV
-aii
-aip
-aiz
-ahV
-aje
-ahM
-ajJ
-ajU
-ajU
-ajU
-ajU
-alt
-alU
-amD
-anq
-aob
-aoK
-apI
-alU
-arD
-asA
-atE
-atE
-awI
-aya
-azG
-aAL
-aCk
-aDJ
-aEZ
-aGd
-aHL
-aJp
-aLa
-aky
-axS
-aOX
-aQP
-aSh
-aTp
-aVa
-aWZ
-aSh
-aky
-aky
-aky
-aky
-ajQ
-bhg
-bih
-bjI
-blu
-bhg
-boK
-bqY
-btn
-ame
-ame
-bxj
-bxj
-bCR
-bFj
-bHt
-bxj
-bxj
-ame
-ame
-btn
-bze
-boK
-bhC
-biQ
-bXB
-blv
-bhC
-ccf
-cek
-ccf
-ccf
-ccf
-ccf
-cmK
-coz
-cqd
-crV
-crV
-crV
-crV
-crV
-crV
-cAw
-cBu
-crV
-crV
-cEz
-cFz
-cDr
-chl
-cfG
-cdO
-cdO
-cKd
-cdO
-cEd
-cLl
-cyQ
-cLX
-cdO
-cMH
-cMU
-cdO
-cdO
-cNw
-cpP
-aaa
-aae
-aae
-aaa
-aaa
-cOr
-cOL
-cPe
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(141,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aac
-aaa
-aak
-aaA
-aaH
-aaO
-aaO
-aaO
-aaO
-aaO
-aaO
-abr
-abD
-aaO
-aaO
-aaO
-aaO
-aaO
-acw
-aaO
-aaO
-aaO
-aaO
-aaO
-adI
-adM
-aed
-aak
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-ahw
-ahI
-ahI
-ahI
-ahI
-ahI
-ahI
-ahI
-ahI
-ahI
-ahI
-ahI
-akB
-ahM
-alu
-alU
-amE
-anr
-aoc
-aoL
-amE
-alV
-aln
-asA
-atF
-atE
-atE
-atE
-atE
-atE
-atE
-atE
-atE
-atE
-aHJ
-aJq
-aLb
-ajQ
-aNv
-avq
-aQP
-aSi
-aTq
-aVb
-aXa
-aYC
-bau
-bcb
-ajD
-ajP
-ajQ
-bhg
-big
-bjI
-bkV
-bmV
-boN
-brb
-btn
-ame
-ame
-amc
-bxk
-bCT
-bFl
-bHu
-bJw
-amc
-ame
-ame
-btn
-bze
-boK
-brd
-bWr
-bXC
-bYZ
-cat
-ccg
-cel
-cel
-cel
-cel
-clc
-ccg
-coA
-cqg
-cel
-cel
-cel
-ccg
-clc
-ccg
-cAx
-cBv
-cCz
-cDx
-cEA
-cFA
-cDr
-cdO
-cdO
-cdO
-cdO
-cGk
-cwt
-cEd
-cLl
-cpP
-cLY
-ckC
-cMH
-cdO
-cIn
-cdO
-cNx
-cpP
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-cOM
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(142,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aae
-aaj
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aaj
-aaj
-aaj
-aak
-aak
-aak
-aak
-aaj
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aak
-aaj
-aae
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-ahv
-ahw
-ahW
-aij
-ahV
-ahV
-aiQ
-ahV
-aij
-ahW
-ahw
-aji
-ahv
-akP
-alv
-alU
-amE
-ans
-amE
-aoM
-amE
-alU
-arE
-asB
-atG
-avo
-awJ
-awJ
-awJ
-aAM
-awJ
-awJ
-awJ
-aGe
-aHM
-aJr
-aLc
-aAM
-aNw
-aOY
-aQP
-aSj
-aTr
-aVc
-aXb
-aYD
-aQP
-bcc
-aAG
-beM
-ajQ
-bhg
-big
-bjI
-bkT
-bhg
-boO
-brc
-btn
-btn
-amc
-bzr
-bAW
-bCU
-bFj
-bHv
-bJx
-bKV
-amc
-btn
-btn
-bze
-boK
-bhC
-bWs
-bXD
-bZa
-bhC
-bBc
-cem
-cem
-cem
-cem
-cld
-cmL
-coB
-cqh
-cqh
-cqh
-cqh
-cwH
-crF
-czf
-cAy
-cBw
-cAy
-cDy
-cEB
-cFB
-cDy
-cHm
-cIa
-cIH
-cJs
-cKe
-cwr
-cuE
-cLm
-cpP
-czg
-czg
-cpP
-cpP
-cpP
-cpP
-cpP
-cpP
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(143,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aht
-aht
-ahw
-ahO
-ahw
-aiq
-ahM
-ahM
-ais
-ahw
-ahO
-ahw
-ahw
-ahv
-akQ
-cRY
-alU
-alU
-ant
-aod
-aoN
-alU
-alU
-arF
-arM
-atH
-avp
-awK
-awK
-awK
-awK
-awK
-aDK
-aFa
-aFa
-aHN
-aJs
-aLd
-aMo
-aNx
-aOZ
-aQP
-aSk
-aTs
-aVd
-aXc
-aYE
-aQP
-ajD
-ajD
-beN
-ajD
-bhg
-big
-bjI
-bkT
-bhg
-boK
-boK
-bto
-btn
-ame
-bzs
-bxl
-bxj
-bFm
-bxj
-bxl
-bKW
-ame
-btn
-boK
-bSh
-bTV
-bhC
-bWt
-bXD
-bZb
-cau
-cch
-amc
-amc
-ame
-ame
-bzt
-amc
-bKW
-ame
-ame
-amc
-amc
-cwI
-cyf
-czg
-ame
-amc
-amc
-cDw
-cEC
-cFC
-cDw
-cDw
-cDw
-cDw
-cDw
-cDw
-czg
-cpP
-cLn
-cpP
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(144,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahw
-ahW
-ahw
-ahw
-ahw
-ahw
-ahw
-ahw
-ahW
-ahw
-aaa
-aht
-akR
-alw
-aiu
-amF
-anu
-aoe
-aoO
-apJ
-aqt
-ahM
-asC
-atI
-avq
-akL
-ayb
-azH
-aAN
-aCl
-aDL
-aFb
-aGf
-ajQ
-aJt
-aLe
-ajQ
-ajQ
-akL
-aQP
-aSl
-aTt
-aVe
-aXd
-aYF
-aQP
-bcd
-alS
-beO
-ajG
-bhg
-big
-bjI
-bkT
-bhg
-boM
-boK
-btp
-btn
-amc
-bzt
-bAX
-bCV
-bFn
-bHw
-bAX
-bKW
-amc
-btn
-bQz
-bze
-bUc
-bhC
-cSh
-bXD
-bZb
-cav
-cch
-amc
-amc
-amc
-ame
-bzt
-cmM
-bKW
-ame
-amc
-amc
-amc
-cwI
-cyf
-czg
-ame
-ame
-ame
-cDr
-cED
-cFD
-cGC
-cHn
-cIb
-cII
-cJt
-cDr
-amc
-cpP
-cLn
-cpP
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aae
-cQr
-cQs
-cQr
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(145,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahk
-aho
-ahX
-aho
-ahl
-ahl
-ahl
-ahl
-aho
-ahZ
-ajV
-akl
-aht
-akS
-alx
-alW
-amG
-anv
-aof
-aoP
-apK
-aqu
-arG
-ahM
-atI
-avq
-ajQ
-akK
-azI
-ahv
-ahv
-ahv
-ahv
-ahv
-ahv
-atI
-aLf
-ahv
-azH
-alS
-aQP
-aSm
-aTu
-aVf
-aXe
-aYG
-aQP
-bcd
-bdC
-beP
-ajS
-bhg
-biy
-bkd
-bkU
-bhg
-boK
-boK
-btp
-bhC
-bxm
-bzu
-bAY
-bCW
-bFo
-bHx
-bJy
-bKX
-bxm
-bhC
-bQA
-bze
-boK
-bhC
-bWu
-bXE
-bZc
-cav
-cch
-ame
-amc
-chD
-chD
-cle
-chD
-coC
-chD
-chD
-amc
-ame
-cwI
-cyf
-czg
-amc
-ame
-amd
-cDr
-cEE
-cFE
-cGD
-cGD
-cIc
-cGC
-cJu
-cDr
-amc
-ccC
-cLo
-ccC
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aae
-aae
-cQt
-cQu
-cQC
-cQu
-cQt
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(146,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahk
-aho
-aho
-ahx
-ahJ
-ahq
-aik
-ahq
-ahq
-ahq
-ahq
-ajs
-ahq
-ajW
-akm
-ahw
-akT
-aly
-alX
-amH
-anw
-aog
-aoQ
-ahv
-aqv
-arH
-ahM
-atI
-avr
-ahv
-ahv
-ahv
-ahv
-aCm
-aDM
-aFc
-aGg
-aHO
-aJu
-aLg
-ahv
-ahv
-ahv
-aQP
-aQP
-aTv
-aTv
-aTv
-aQP
-aQP
-aht
-ahv
-beQ
-ahv
-bhC
-biQ
-bke
-blv
-bhC
-bhC
-brd
-bhC
-bhC
-bxn
-bzv
-bAX
-bAX
-bFp
-bAX
-bAX
-bKY
-bxn
-bhC
-bhC
-bSi
-bhC
-bhC
-bWs
-bXF
-bZd
-caw
-cch
-ame
-ame
-chD
-cjo
-clf
-cmN
-coD
-cqi
-chD
-ame
-ame
-cwI
-cyf
-czg
-amc
-amc
-amd
-cDr
-cEF
-cFF
-cGE
-cHo
-cId
-cIJ
-cJv
-cDt
-amc
-cns
-cLp
-cns
-aae
-aae
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-cQt
-cQt
-cQA
-cQD
-cQF
-cQt
-cQt
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(147,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahl
-ahp
-ahp
-ahy
-ahq
-ahY
-ahq
-ahY
-ahq
-ahY
-ahq
-ahY
-ahq
-ajW
-akn
-ahw
-akT
-aly
-alX
-amI
-anx
-aog
-aoR
-ahv
-aqw
-arI
-asD
-atJ
-avs
-awL
-ayc
-azJ
-aAO
-aCn
-aDN
-aFd
-aGh
-aHP
-aJv
-aLh
-aMp
-aNy
-aPa
-aQQ
-aSn
-aPa
-aPa
-aPa
-aPa
-bav
-aPa
-aPa
-beR
-bgw
-cQP
-biR
-bkf
-blw
-bmW
-boP
-boP
-boP
-boP
-bxo
-bzw
-bAZ
-bCX
-bFq
-bHy
-bJz
-bKZ
-bxo
-boP
-boP
-bSj
-boP
-bVh
-bWv
-bXG
-bZe
-cax
-cci
-cen
-cen
-chE
-cjp
-clg
-cmO
-coE
-cqj
-chD
-amc
-amc
-cwI
-cyg
-czg
-amc
-amd
-amd
-cDr
-cEG
-cFG
-cGF
-cDr
-cIe
-cDt
-cDt
-cDr
-ava
-cns
-cLq
-cns
-amd
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-cQr
-cQu
-cQw
-cQs
-cQs
-cQs
-cQH
-cQu
-cQr
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(148,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahl
-ahq
-ahq
-ahz
-ahq
-ahY
-ahq
-ahY
-aiA
-ahY
-ahq
-ahY
-ahq
-ajW
-akn
-ahw
-akT
-alz
-alX
-amJ
-any
-aog
-aoS
-ahv
-aqx
-arJ
-ajU
-atK
-avt
-ajU
-ayd
-ajU
-aAP
-aCo
-aDO
-aFe
-aGi
-aHQ
-aJw
-aLi
-aMq
-aNz
-ajU
-ajU
-ayd
-ajU
-ajU
-ajU
-ajU
-ajU
-aJw
-ajU
-beS
-bgx
-cQS
-biS
-bkg
-blx
-bmX
-boQ
-boQ
-boQ
-boQ
-boQ
-boQ
-bBa
-bCY
-bFr
-bHz
-bJA
-bLa
-boQ
-boQ
-boQ
-bSk
-boQ
-bVi
-bCY
-bXH
-bZf
-cay
-ccj
-ceo
-ceo
-chF
-cjq
-clh
-cmP
-coF
-cqk
-chD
-amc
-amc
-cmL
-cyh
-cpP
-amc
-amd
-aDx
-cDr
-cEH
-cFH
-cGG
-cDr
-cIf
-cIK
-cJw
-cKf
-amd
-cKP
-cLr
-cKP
-atr
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ame
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-cQs
-cQv
-cQx
-cQs
-cQE
-cQs
-cQI
-cQK
-cQs
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(149,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahl
-ahr
-ahr
-ahy
-ahq
-ahY
-ahq
-ahY
-ahq
-ahY
-ahq
-ahY
-ahq
-ajW
-akn
-ahw
-akT
-aly
-alX
-amK
-anz
-aog
-aoT
-ahv
-aqy
-arK
-asE
-atL
-avu
-awM
-awM
-azK
-aAQ
-aCp
-aDP
-aFf
-awM
-aHR
-aJx
-aLj
-aMr
-aNA
-awM
-awM
-aSo
-awM
-awM
-awM
-awM
-baw
-bce
-bdD
-beT
-bgy
-cQQ
-biT
-bkh
-bly
-bmY
-boR
-boR
-boR
-bvl
-bvl
-bvl
-bBb
-bCZ
-bFs
-bHA
-bJB
-bLb
-bMC
-bMC
-bQB
-bSl
-bUd
-bVj
-bWw
-bXI
-bZg
-caz
-cck
-cep
-cep
-chG
-cjr
-cli
-cmQ
-coG
-cql
-chD
-amc
-amc
-cwJ
-cpb
-cns
-amc
-amd
-amd
-cDw
-cDw
-cDw
-cDw
-cDr
-cDr
-cDr
-cDr
-cDr
-auW
-cns
-cLs
-cns
-amd
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-amc
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-cQr
-cQu
-cQy
-cQs
-cQs
-cQs
-cQJ
-cQu
-cQr
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(150,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahm
-aho
-aho
-ahx
-ahK
-ahq
-ail
-air
-aiB
-aiR
-ajf
-ajt
-ahq
-ajW
-ako
-ahw
-akT
-aly
-alX
-amL
-anA
-aog
-aoU
-ahv
-aqz
-alw
-ahM
-atI
-avv
-asH
-asH
-asH
-aAR
-aCq
-aDQ
-aFg
-asH
-asH
-aGn
-aLk
-aCv
-ayi
-ahv
-ahv
-ahv
-ahv
-ahv
-ahv
-ahv
-ahv
-ahv
-ahv
-beU
-ahv
-bhC
-biU
-bke
-blz
-bhC
-bhC
-bre
-btq
-btq
-btq
-bzx
-bBc
-bDa
-bFt
-bHB
-bJC
-bJC
-bJC
-bJC
-bJC
-bSm
-bJC
-bJC
-bWx
-bXJ
-bZh
-caA
-cch
-ame
-ame
-chD
-cjs
-clj
-cmR
-coH
-cqm
-chD
-ame
-ame
-cwJ
-cyi
-cns
-amc
-amc
-amd
-cns
-csn
-cFI
-cns
-amd
-amd
-amc
-amc
-amc
-amc
-ccC
-cRd
-ccC
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-cQt
-cQt
-cQB
-cQC
-cQG
-cQt
-cQt
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(151,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahm
-aho
-ahZ
-aho
-ahl
-ahl
-ahl
-ahl
-aho
-ahZ
-ajX
-akp
-aht
-akU
-alA
-alY
-amM
-anB
-anB
-aoV
-apL
-aqA
-arL
-aiC
-atI
-arP
-asH
-aye
-azL
-aAS
-aCr
-aDR
-aFh
-aGj
-asH
-aJy
-aLl
-aMs
-aNB
-aPb
-aPb
-aPb
-aPb
-aPb
-aXf
-aPb
-aPb
-aPb
-aPb
-aPb
-aRe
-bhG
-biV
-bki
-blA
-bhG
-bhC
-brf
-btr
-btr
-btr
-btr
-bBc
-bDb
-bFu
-bHC
-bJC
-bLc
-bMD
-bOG
-bQC
-bSn
-bUe
-bJC
-bWy
-bXK
-bZi
-caB
-cch
-ame
-amc
-chD
-chD
-cle
-chD
-coC
-chD
-chD
-amc
-ame
-cwJ
-cyj
-cns
-amc
-cBx
-amd
-ccC
-chZ
-cpe
-ccC
-ccC
-ccC
-ccC
-ccC
-ccC
-ccC
-ccC
-cLo
-ccC
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aae
-aae
-cQt
-cQu
-cQD
-cQu
-cQt
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(152,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ahw
-ahW
-ahw
-ahw
-ahw
-ahw
-ahw
-ahw
-ahW
-ahw
-aaa
-aht
-akR
-alw
-aiu
-amN
-anC
-anC
-aoW
-ahM
-aqB
-ahM
-asF
-atI
-arP
-asH
-ayf
-ayf
-aAT
-aCs
-aDS
-aFi
-aGk
-aHS
-aJz
-aLm
-aMt
-ayi
-aPc
-aCL
-aCK
-azX
-azX
-azX
-azZ
-azZ
-azX
-azX
-azX
-aRh
-bhG
-biW
-bkj
-blB
-bmZ
-bmZ
-brg
-bts
-bts
-bmZ
-bzy
-bmZ
-bDc
-bFv
-bHD
-bJD
-bLd
-bME
-bMF
-bQD
-bSo
-bUf
-bJC
-bWz
-bXD
-bZb
-caB
-cch
-amc
-amc
-amc
-ame
-bzt
-amc
-bKW
-ame
-amc
-amc
-amc
-cwJ
-cyj
-cns
-ame
-ame
-ame
-ccC
-chZ
-cFJ
-cGH
-cGH
-cIg
-cIL
-cJx
-cKg
-cKt
-cKQ
-cLu
-ccC
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aae
-cQr
-cQs
-cQr
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(153,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aht
-aht
-ahw
-ahO
-ahw
-ais
-ahM
-ahM
-ajg
-ahw
-ahO
-ahw
-ahw
-ahv
-akV
-cRZ
-alZ
-amO
-anD
-aoh
-aoX
-alZ
-aqC
-arM
-arM
-atM
-arP
-asH
-ayg
-ayg
-aAU
-aCt
-aDT
-aFj
-aGl
-aHT
-aJA
-aLn
-aMu
-asH
-aPd
-asH
-asH
-ame
-amc
-ame
-ame
-ame
-amc
-ame
-azX
-bgz
-bhG
-biW
-bkj
-blC
-bmZ
-boS
-brh
-btt
-bvm
-bxp
-bzz
-bBd
-bDd
-bFw
-bHE
-bJD
-bLe
-bMF
-bMF
-bQE
-bSp
-bUg
-bJC
-bWA
-bXD
-bZb
-caC
-cch
-amc
-amc
-ame
-ame
-bzt
-amc
-bKW
-ame
-ame
-amc
-amc
-cwJ
-cyj
-cns
-ame
-amc
-amc
-ccC
-cEI
-cFK
-ccC
-cns
-cns
-cns
-cns
-ccC
-cKu
-ccC
-cgp
-ccC
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(154,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aae
-aae
-ahv
-ahw
-ahW
-aij
-ait
-ait
-ait
-ait
-aij
-ahW
-ahw
-akq
-ahv
-akP
-alB
-alZ
-amP
-anE
-aoi
-aoY
-apM
-aqD
-arN
-asG
-asG
-avw
-asH
-ayh
-ayh
-aAV
-aCu
-aDU
-aFk
-aGm
-atR
-aJB
-aLo
-aMv
-asH
-aPe
-aQR
-asH
-ame
-atZ
-atZ
-atZ
-atZ
-atZ
-amc
-azX
-aRh
-bhG
-biW
-bkj
-blD
-bmZ
-boT
-bri
-btu
-bvn
-bxq
-bzA
-bBe
-bDe
-bFx
-bHF
-bJE
-bLf
-bMG
-bOH
-bQF
-bSq
-bUh
-bJC
-bWB
-bXD
-bZa
-bhC
-bBc
-ceq
-ceq
-ceq
-ceq
-clk
-cmS
-coI
-cqn
-cqn
-cqn
-cqn
-cwK
-cpc
-ccC
-cns
-cns
-cns
-ccC
-ctU
-cFL
-ccC
-amc
-ame
-ame
-amc
-ccC
-chZ
-cvy
-cxg
-cvy
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(155,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-afp
-afV
-afB
-afB
-afB
-afB
-afB
-afB
-afB
-afV
-afp
-agZ
-aaa
-aaa
-aaa
-aaa
-ahw
-ahL
-ahL
-ahL
-ahL
-ahL
-ahL
-ahL
-ahL
-ahL
-ahL
-ahL
-akC
-ahM
-alC
-alZ
-amQ
-anF
-aoj
-aoZ
-apN
-aqE
-arO
-asH
-asH
-asH
-asH
-ayi
-ayi
-ayi
-aCv
-aDQ
-aFg
-aGn
-asH
-asH
-aLp
-asH
-asH
-aMz
-aQS
-aSp
-aTw
-aVg
-aXg
-aYH
-aYH
-atZ
-ame
-beV
-bgA
-bhH
-biX
-bkk
-blE
-bna
-boU
-brj
-btv
-bvo
-bxr
-bzB
-bBf
-bDf
-bFy
-bHG
-bJF
-bLg
-bMH
-bOI
-bQG
-bSr
-bUi
-bVk
-bWC
-bXL
-bZj
-caD
-ccl
-cer
-cer
-cer
-cer
-cer
-cmT
-coJ
-cer
-cer
-cer
-cer
-ccl
-cyk
-ccl
-ccl
-ccl
-ccl
-ccl
-ccl
-cFM
-ccC
-cns
-cns
-cns
-cns
-ccC
-chZ
-ccC
-ccC
-ccC
-aae
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(156,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-afk
-aeD
-aeF
-aeF
-aeF
-afU
-agH
-agV
-aeF
-aeF
-ahb
-afl
-afk
-ahh
-agZ
-aaa
-aaa
-ahw
-ahM
-aia
-aim
-ahM
-ahM
-aiS
-ahM
-ahM
-ahM
-ahM
-ahM
-ahM
-ahM
-alD
-alZ
-amR
-anG
-aok
-apa
-alZ
-aqF
-arP
-asH
-atN
-avx
-awN
-ayj
-azM
-aAW
-aCw
-aDV
-aFl
-aGo
-aHU
-aJC
-aLq
-aMw
-aNC
-aMz
-aQT
-aSq
-amc
-atR
-aXh
-aYI
-bax
-atZ
-ame
-arZ
-bgB
-bhI
-biY
-bkj
-blF
-bmZ
-boV
-brk
-brk
-brk
-bxs
-bzC
-bBd
-bDg
-bFz
-bHH
-bJC
-bJC
-bJC
-bJC
-bJC
-bJD
-bJC
-bJC
-bWD
-bXB
-blv
-caE
-caE
-caE
-caE
-caE
-caE
-caE
-caE
-caE
-cqo
-cqo
-cqo
-cqo
-cqo
-cyl
-cqo
-cqo
-cqu
-cqu
-cqu
-cqu
-cFN
-cgp
-cHp
-cIh
-csr
-csq
-ccC
-cKv
-ccC
-aaa
-aaa
-aae
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(157,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-afk
-aeD
-aeF
-aeF
-aeF
-aeF
-afU
-agI
-afU
-aeF
-aeF
-ahc
-aeG
-aet
-ahi
-afA
-agZ
-aaa
-ahv
-ahv
-ahv
-ahv
-aiu
-aiu
-ahv
-ajh
-ajh
-ajh
-ajh
-ajh
-ahv
-ahv
-alE
-alZ
-alZ
-alZ
-alZ
-alZ
-alZ
-aqG
-arP
-asH
-atO
-avy
-avy
-ayk
-azN
-azN
-aCx
-aDW
-aFm
-azN
-azN
-azN
-aLr
-aMx
-aND
-aPf
-aQU
-ayu
-aTx
-aVh
-aXi
-aYH
-aYH
-atZ
-ame
-arZ
-aqJ
-bhG
-biW
-bkj
-blB
-bmZ
-boW
-brk
-btw
-bvp
-bxt
-bzD
-bBd
-bDh
-bFA
-bHI
-bJG
-bLh
-bMI
-bOJ
-bQH
-bSs
-bJG
-bVl
-bWE
-bXM
-bZk
-caF
-ccm
-ces
-cgb
-chH
-chH
-chH
-cmU
-caE
-cqp
-crW
-crX
-cvb
-crX
-cym
-czh
-cqo
-cBy
-cCA
-cDz
-cqu
-cFN
-ccC
-chZ
-chZ
-chZ
-chZ
-ccC
-clv
-ccC
-aab
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(158,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-aeR
-aeJ
-aeG
-afT
-aeF
-aeF
-aeF
-aeF
-agJ
-aeF
-aeF
-aeF
-ahc
-aeG
-afA
-afW
-aeR
-aeR
-agZ
-ahw
-ahN
-ahw
-ain
-ahM
-aiC
-ahv
-aji
-aju
-ajK
-ahw
-aji
-aht
-akW
-alF
-ama
-ama
-ama
-ama
-ama
-ama
-aqH
-arP
-asH
-atP
-avz
-avy
-ayl
-azO
-aAX
-aCy
-aDX
-aFn
-aGp
-aHV
-aDY
-aLs
-aMy
-aNE
-aPg
-aQV
-aSr
-ame
-atZ
-atZ
-atZ
-atZ
-atZ
-amc
-arZ
-aqJ
-bhG
-biW
-bkl
-blG
-bmZ
-bmZ
-bmZ
-bmZ
-bmZ
-bmZ
-bmZ
-bBd
-bDa
-bFt
-bHB
-bJG
-bLi
-bMJ
-bOK
-bML
-bSt
-bJG
-bVm
-bWF
-bXN
-bZl
-caE
-caE
-caE
-caE
-chI
-cjt
-cll
-cmV
-caE
-cqq
-crX
-crX
-cvc
-cwL
-cyn
-czi
-cAz
-cBz
-czn
-cCK
-cqu
-cFO
-ctU
-cHq
-chZ
-cIM
-chZ
-cKh
-chZ
-ccC
-ccC
-ccC
-ccC
-ccC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(159,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeG
-afl
-aeI
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-agJ
-aeF
-aeF
-aeF
-agg
-aeJ
-aeF
-ahn
-aeF
-afC
-ahB
-ahO
-ahB
-ain
-ahM
-ahM
-aht
-ahw
-ahw
-ahO
-ahw
-ahw
-aht
-akX
-alG
-amb
-amS
-anH
-aol
-apb
-apO
-aqI
-arQ
-asH
-atQ
-avA
-awO
-aym
-azP
-avy
-aCz
-ayi
-aDY
-aDY
-aDY
-aJD
-aLt
-aMz
-aNF
-aDS
-aQW
-aSp
-aTw
-aVg
-aXj
-aYJ
-aYJ
-atZ
-ame
-arZ
-aqJ
-bhG
-biZ
-bkj
-blH
-bhG
-boX
-brl
-btx
-bvq
-bxu
-bzE
-bBg
-bDb
-bFu
-bHC
-bJG
-bLj
-bMK
-bOL
-bML
-bSu
-bJG
-bVn
-bWF
-bXN
-bZm
-caE
-ccn
-cet
-cgc
-cew
-cew
-clm
-cmV
-caE
-cqr
-crY
-crY
-cvd
-cwM
-cyo
-czj
-cAA
-cBA
-cCB
-cDA
-cqu
-cFN
-ctU
-chZ
-chZ
-cIN
-chZ
-cKi
-chZ
-cgp
-cLv
-clv
-cLZ
-cns
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(160,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-aeD
-aeF
-aeF
-aet
-afU
-afU
-afU
-aeF
-aeF
-agK
-aeF
-aeF
-aeF
-agg
-afk
-aeD
-aeF
-aeF
-aeF
-aet
-ahw
-ahw
-ahw
-ain
-ahM
-aiD
-aht
-aaa
-ahw
-ajK
-ahw
-aaa
-aht
-akY
-alc
-alc
-alc
-alc
-alc
-apc
-apP
-aqJ
-arR
-asH
-atR
-atR
-atR
-ayn
-azQ
-avy
-aCA
-aDY
-aFo
-aFo
-aFo
-aDY
-aLu
-aMz
-aNF
-aDS
-aQX
-aSq
-amc
-atR
-aXk
-aYK
-bay
-atZ
-ame
-arZ
-aqJ
-bhG
-bja
-bkm
-blI
-bnb
-boY
-brm
-bty
-bvr
-bxv
-bzF
-bBg
-bDc
-bFv
-bHD
-bJG
-bLk
-bML
-bOM
-bJG
-bJG
-bJG
-bJG
-bWG
-bXN
-bZn
-caG
-cco
-ceu
-cew
-cew
-cew
-cln
-cmV
-caE
-cqs
-crW
-crX
-cve
-crX
-cyp
-czk
-cqo
-cBB
-cCC
-cDB
-cEJ
-cFP
-cGI
-chZ
-chZ
-chZ
-ccE
-cGI
-chZ
-caQ
-chZ
-cqN
-cMa
-cns
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(161,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeE
-aeF
-aeF
-afA
-afV
-afV
-afV
-afV
-afB
-agL
-afB
-afV
-afp
-afk
-aeD
-aeF
-aeF
-aeF
-aeF
-aet
-aae
-ahw
-aib
-ain
-ahM
-aiE
-ahw
-ajj
-ajl
-ajL
-ajl
-akr
-ahw
-akZ
-alc
-amc
-amc
-amd
-alc
-apd
-apQ
-aqK
-arS
-asI
-atS
-avB
-awP
-ayo
-azR
-aAY
-aCB
-aDZ
-aCD
-aGq
-aCD
-aJE
-aLv
-aMA
-aNG
-aPh
-aQY
-ayu
-aTx
-aVh
-aXl
-aYJ
-aYJ
-atZ
-ame
-arZ
-aqJ
-bhG
-bjb
-bkn
-blJ
-bhI
-boZ
-brn
-btz
-btz
-btz
-btz
-bBh
-cSf
-bFw
-bHE
-bJG
-bLl
-bMM
-bON
-bQI
-bSv
-bMQ
-bJG
-bWH
-bXN
-bZo
-caH
-ccp
-cev
-cew
-cew
-cju
-caE
-cmW
-caE
-cqo
-cqo
-cqo
-cqo
-cqo
-cqo
-cqo
-cqo
-cBC
-cCD
-cDC
-cqu
-chZ
-cGJ
-chZ
-chZ
-chZ
-chZ
-cGJ
-chZ
-ccC
-cLw
-cLK
-cMb
-cns
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(162,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeF
-aeF
-aeF
-afB
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-agJ
-aeF
-afl
-aeJ
-aeF
-aeF
-aeF
-aeF
-aeF
-aet
-aaa
-ahw
-aic
-ain
-ahM
-aiE
-ahw
-ajk
-ajv
-ajM
-ajY
-ajk
-ahw
-akZ
-alH
-amd
-amT
-ame
-alc
-alM
-apR
-aqL
-arT
-asJ
-atT
-avC
-awQ
-ayp
-azS
-aAZ
-aCC
-avy
-avy
-aGr
-aHW
-avy
-aLw
-avy
-aNF
-aDS
-aDS
-aPl
-ame
-atZ
-atZ
-atZ
-atZ
-atZ
-amc
-arZ
-bgC
-bhG
-biW
-bkj
-blK
-bhG
-bpa
-bro
-btA
-bvs
-bxw
-bzG
-bBh
-cSg
-bFz
-bHI
-bJG
-bLm
-bMN
-bOO
-bQJ
-bSw
-bMQ
-bJG
-bWI
-bXN
-bZl
-caI
-ccq
-cew
-cgd
-ccz
-cjv
-caE
-cmX
-caE
-cqt
-cqt
-cqt
-cqu
-cwN
-cyq
-czl
-cAB
-cBD
-cCE
-cDD
-cEK
-cqu
-cqu
-ccC
-ccC
-cIO
-cIO
-cIO
-cIO
-cIO
-cIO
-cIO
-ccC
-ccC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(163,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeF
-aeF
-afm
-afB
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-afC
-aeF
-aeF
-aeF
-aeF
-ahs
-aet
-aaa
-ahw
-aic
-ain
-ahM
-aiE
-ahw
-ajk
-ajv
-ajM
-ajY
-ajk
-ahw
-ala
-alc
-ame
-amd
-amc
-alc
-ape
-apS
-aqM
-arU
-asK
-atU
-avD
-awR
-ayq
-azT
-aBa
-aCD
-aEa
-aCB
-aGs
-aCB
-aCB
-aLx
-avy
-aNF
-aPi
-aQZ
-ayu
-aTx
-aVi
-aXm
-aYL
-aYN
-atZ
-ame
-arZ
-aqJ
-bhG
-biW
-bkj
-blB
-bhG
-bpb
-brp
-btz
-bvt
-bxx
-bzH
-bBh
-bDj
-bFx
-bHK
-bJH
-bLn
-bMO
-bOP
-bQK
-bSx
-bUj
-bJG
-bWG
-bXN
-bZl
-caH
-ccr
-cew
-cge
-cew
-cjw
-caE
-cmY
-caE
-cqt
-crZ
-ctD
-cvf
-cwO
-cyr
-czm
-czm
-cBD
-cCF
-cDE
-cEL
-aOe
-cFW
-aaa
-aaa
-cIP
-cJy
-cJy
-cJy
-cJy
-cJy
-cLL
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(164,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeG
-aeF
-afn
-afB
-aeF
-aeF
-agg
-afV
-afV
-afV
-afV
-aeI
-aeF
-aet
-aeF
-aeF
-aeF
-aeF
-ahd
-aet
-aae
-ahw
-aib
-ain
-ahM
-aiE
-ahw
-ajl
-ajv
-ajM
-ajY
-ajl
-ahw
-akZ
-alc
-alc
-alc
-alc
-alc
-akZ
-apR
-aqN
-arV
-asH
-atV
-avE
-awS
-ayr
-azT
-aBb
-avy
-avy
-aFp
-aFp
-aFp
-aJF
-aLy
-avy
-aNF
-avy
-aRa
-aPl
-amc
-atR
-aXn
-aYM
-baz
-atZ
-ame
-arZ
-aqJ
-bhG
-biW
-bkj
-blB
-bhG
-bpc
-brq
-btB
-bvu
-bxy
-bzI
-bBi
-bDk
-bFy
-bHL
-bJI
-bLo
-bMP
-bOQ
-bQL
-bSy
-bUk
-bJG
-bWG
-bXO
-bZp
-caH
-ccs
-cew
-cgf
-chJ
-cjx
-caE
-cmZ
-coK
-cqt
-csa
-cqt
-cqu
-cwP
-cyq
-czn
-czn
-cAF
-cCG
-cDF
-cEM
-cFQ
-cFW
-aaa
-aaa
-cIQ
-cJz
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(165,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeH
-aeF
-aeF
-aet
-aeF
-aeF
-aet
-agp
-aeF
-aeF
-aeF
-afC
-agJ
-aet
-ahd
-aeF
-aeF
-aeF
-aeF
-aet
-ahw
-ahw
-ahw
-ain
-ahM
-aiF
-aht
-ajk
-ajv
-ajM
-ajY
-ajk
-aht
-akZ
-akZ
-amf
-alc
-anI
-akZ
-apf
-apR
-aqO
-arW
-asL
-atW
-avF
-awT
-ays
-azU
-aBc
-aCE
-aCE
-aCE
-aGt
-aCE
-aCE
-aCE
-aMB
-aNH
-aPj
-aRb
-ayu
-aTx
-aVj
-aXo
-aYN
-aYN
-atZ
-ame
-arZ
-aqJ
-bhG
-biW
-bkj
-blC
-bhG
-bpd
-brr
-btz
-bvv
-bxz
-bzJ
-bBj
-bDl
-bFC
-bHM
-bJG
-bLp
-bMK
-bMJ
-bQM
-bMQ
-bUl
-bJG
-bWG
-bXN
-bZm
-caE
-cct
-cew
-cew
-chK
-cjx
-clo
-cna
-coL
-cqt
-cqt
-cqt
-cqu
-cwQ
-cyq
-czn
-czn
-cBE
-cCH
-cDG
-cEN
-cFQ
-cFW
-cFW
-cIi
-cIQ
-cJz
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(166,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-aeI
-aeF
-aeF
-aet
-aeF
-aeF
-aet
-agq
-agw
-aeF
-agW
-aet
-aeF
-afA
-aeI
-ahg
-ahg
-aeF
-aeF
-ahu
-ahC
-ahO
-ahC
-ain
-ahM
-ahM
-aht
-ajk
-ajv
-ajM
-ajY
-ajk
-aht
-alb
-alI
-akZ
-akZ
-akZ
-akZ
-akZ
-apR
-aqN
-arV
-asH
-atX
-avG
-awU
-ayt
-azV
-aBd
-aCF
-aEb
-aFq
-aGu
-aHX
-aJG
-aFq
-aMC
-aNI
-aPk
-aRc
-aSr
-ame
-atZ
-atZ
-atZ
-atZ
-atZ
-amc
-arX
-aqJ
-bhG
-biW
-bkj
-blB
-bhG
-bpe
-brs
-btz
-bvw
-bxA
-bzK
-bBh
-bDa
-bFt
-bHN
-bJG
-bLq
-bMQ
-bOR
-bQN
-bSz
-bUm
-bJG
-bWG
-bXN
-bZm
-caE
-ccu
-cew
-cew
-chK
-cjy
-caE
-caE
-coM
-cqu
-cqu
-cqu
-cqu
-cqu
-cqu
-czo
-czn
-cBF
-cCG
-cDH
-cEN
-cFR
-cGK
-cHr
-cGK
-cIR
-cJz
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(167,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeS
-aeF
-afC
-aeF
-aeF
-afC
-aeF
-aeF
-aeF
-agX
-aet
-aeF
-afl
-aeR
-afV
-afV
-afp
-afp
-agY
-ahw
-ahN
-ahw
-ain
-ahM
-ahM
-aht
-ajk
-ajv
-ajM
-ajY
-ajk
-aht
-alc
-alc
-alM
-alc
-alc
-alc
-alM
-apR
-aqP
-arX
-asH
-atY
-avH
-awV
-ayu
-azW
-aBe
-awV
-ayu
-awV
-aBe
-awV
-ayu
-awV
-aBe
-aNJ
-aPl
-atR
-atR
-ame
-amc
-ame
-ame
-ame
-amc
-ame
-arX
-aqJ
-bhG
-bjc
-bkj
-blB
-bhG
-bhG
-brt
-btz
-btz
-bxB
-btz
-btz
-bDm
-bFD
-bHO
-bJG
-bJG
-bMR
-bJG
-bJG
-bJG
-bJG
-bJG
-bWG
-bXN
-bZq
-caE
-ccv
-cex
-cgg
-chL
-cjz
-clp
-cnb
-coN
-cqv
-csb
-ctE
-cvg
-cwR
-cys
-czp
-cAC
-cBG
-cCG
-cDH
-cEO
-cFS
-cRn
-cHs
-cRn
-cIS
-cJz
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(168,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-aeI
-afo
-aet
-aeF
-aeF
-afl
-afV
-afV
-afV
-afV
-aeD
-agJ
-aeF
-aeF
-aeF
-aeF
-afA
-agY
-aaa
-aaa
-aae
-aht
-ahw
-ahw
-ahw
-aht
-ajm
-ajv
-ajM
-ajY
-ajm
-akD
-ald
-alI
-alJ
-amU
-alb
-alc
-apg
-apR
-aqN
-arX
-ame
-ame
-avI
-amc
-ayv
-ame
-aBf
-amc
-ayv
-ame
-aBf
-amc
-ayv
-ame
-aBf
-amc
-ayv
-ame
-ame
-ame
-azX
-azX
-azZ
-azZ
-azX
-azX
-arX
-aqJ
-bhG
-biW
-bkj
-blL
-bnc
-bhG
-ame
-btC
-bvx
-bxC
-bzL
-bBk
-bDn
-bFE
-bHP
-bJJ
-bLr
-bMS
-bOS
-btC
-ame
-bUn
-bVo
-bWJ
-bXN
-bZr
-caJ
-caH
-cey
-caH
-chM
-cjA
-caH
-cnc
-coO
-cqw
-csc
-ctF
-cvh
-cwS
-cyt
-czq
-cAD
-cBH
-cCI
-cDH
-czn
-cFT
-cFW
-cFW
-cFW
-cIQ
-cJA
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(169,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-afp
-aeJ
-aeF
-aeF
-aeF
-aeF
-aeF
-agJ
-aeF
-aeF
-aeF
-aeF
-ahe
-aeF
-agg
-agY
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aae
-ajk
-ajw
-ajM
-ajZ
-ajk
-aht
-akZ
-alJ
-amg
-alI
-anJ
-alc
-akZ
-apR
-aqN
-arX
-amc
-atZ
-avJ
-atR
-ayw
-atZ
-aBg
-atR
-ayw
-atZ
-aBg
-atR
-ayw
-atZ
-aBg
-atR
-ayw
-atZ
-amc
-azX
-aCK
-aSv
-aSw
-apP
-apP
-apP
-beW
-aqJ
-bhG
-biW
-bkj
-blB
-bnd
-bpf
-amc
-btD
-bvy
-bxD
-bzM
-bzP
-bDo
-bFF
-bHQ
-bzP
-bLs
-bMT
-bOT
-bQO
-amc
-bUo
-bVp
-bWG
-bXN
-bZm
-caK
-ccw
-cez
-cgh
-chN
-cjB
-clq
-cnd
-coP
-cqx
-ccy
-ctG
-cvi
-cwT
-cyu
-czr
-cAE
-cBI
-cCJ
-cDI
-cEP
-cFU
-cRo
-cHt
-cRo
-cIT
-cJz
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(170,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-aeJ
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-aeF
-agJ
-aeF
-aeF
-aeF
-agg
-agY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-ajk
-ajx
-ajM
-ajZ
-ajk
-aht
-alb
-alK
-amh
-akZ
-anK
-alM
-akZ
-apT
-aqN
-arY
-ame
-atZ
-avK
-awW
-ayx
-atZ
-aBh
-aCG
-aEc
-atZ
-aGv
-aHY
-aJH
-atZ
-aMD
-aNK
-aPm
-atZ
-ame
-azX
-aVk
-aXp
-aYO
-aYO
-aYO
-aYO
-beX
-bgD
-bhG
-biW
-bkj
-blB
-bnd
-bpf
-ame
-btE
-bvz
-bxE
-bzN
-bzP
-bDo
-bFz
-bHQ
-bzP
-bLt
-bMU
-bOU
-bQP
-ame
-bUo
-bVp
-bWG
-bXN
-bZm
-caK
-ccx
-ceA
-cew
-chO
-cjC
-clr
-cne
-coQ
-chQ
-csd
-cjE
-cvj
-cwU
-caE
-czs
-cAF
-cBJ
-cCK
-cDJ
-cEN
-bwV
-cGN
-cHu
-cGN
-cRc
-cJz
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(171,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-aeR
-afW
-afp
-afV
-afV
-afB
-agL
-afB
-afV
-afV
-afp
-afW
-aeR
-agZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aae
-aae
-ajn
-ajy
-ajM
-aka
-akb
-aht
-ale
-akZ
-ami
-akZ
-anL
-alc
-akZ
-apR
-aqQ
-arZ
-ame
-atZ
-avL
-avL
-avL
-atZ
-aBi
-aCH
-aBi
-atZ
-aGw
-aHZ
-aGw
-atZ
-aME
-aNL
-aME
-atZ
-ame
-azZ
-apQ
-aXq
-ayz
-ayz
-ayz
-ayz
-beY
-bgE
-bhG
-bjd
-bko
-blB
-bnd
-bpf
-amc
-btD
-bvA
-bxF
-bzO
-bzP
-bDp
-bFG
-bHR
-bzP
-bLu
-bMV
-bOU
-bQO
-amc
-bUo
-bVp
-bWK
-bXP
-bZm
-caK
-ccw
-ceA
-cgi
-chO
-cjD
-cls
-cnf
-coR
-cqy
-cse
-cjx
-cvj
-cwV
-caE
-czt
-cAF
-cBK
-cCL
-cDK
-cEN
-cFV
-cFW
-cFW
-cIi
-cIQ
-cJz
-cJz
-cJz
-cJz
-cJz
-cIQ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(172,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-aeT
-afq
-afq
-aet
-agh
-aeF
-aeF
-aeF
-aeF
-aeF
-aha
-aet
-afq
-afq
-ahj
-agZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-ajn
-ajN
-akb
-aaa
-aht
-alf
-alL
-amj
-amV
-anM
-alc
-apf
-apU
-aqN
-arZ
-ame
-atZ
-avL
-awX
-ayy
-atZ
-aBi
-aCI
-aBi
-atZ
-aGx
-aIa
-aGw
-atZ
-aME
-aNM
-aME
-atZ
-ame
-azZ
-apR
-aPp
-aYP
-aYP
-aYP
-aYP
-aYP
-aYP
-aYP
-bje
-bkj
-blB
-bnd
-bpf
-ame
-btD
-bvA
-bxG
-bzP
-bzP
-bDq
-bFH
-bHS
-bzP
-bzP
-bMW
-bOU
-bQO
-ame
-bUo
-bVp
-bWK
-bXQ
-bZs
-caL
-ccy
-ceB
-cgj
-chP
-cjx
-caH
-cng
-coS
-cqz
-csf
-ctH
-cvk
-cwW
-caJ
-czu
-cAF
-cBK
-czn
-cDL
-cEQ
-cFV
-cFW
-aaa
-aaa
-cIV
-cJB
-cJz
-cJz
-cJz
-cLx
-cLM
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(173,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-aeT
-afq
-afq
-afX
-afk
-aeI
-aeF
-agx
-agM
-agJ
-aeF
-agg
-afk
-ahf
-afq
-afq
-ahj
-agZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aht
-alc
-alM
-alc
-alc
-anN
-alc
-akZ
-apR
-aqR
-arX
-amc
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-atZ
-amc
-azX
-apR
-aPp
-aYP
-baA
-bcf
-bdE
-beZ
-bgF
-aYP
-biW
-bkj
-blB
-bnd
-bpf
-ame
-btD
-bvB
-bxH
-bzQ
-bzQ
-bDr
-bFI
-bHT
-bzQ
-bzQ
-bMX
-bOV
-bQO
-ame
-bUo
-bVp
-bWG
-bXR
-bZt
-caM
-ccz
-ccz
-cgk
-chQ
-cjE
-clt
-clt
-coT
-cqA
-clt
-ctI
-cvl
-csj
-cyv
-czu
-cAF
-cBK
-cCM
-cDM
-cER
-byO
-cFW
-aaa
-aaa
-cIW
-cJC
-cKj
-cKj
-cKj
-cJC
-cLN
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(174,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-aeJ
-aeU
-aeU
-aeU
-aet
-aeu
-aeJ
-aeF
-aeF
-agN
-aeF
-aeF
-afA
-agY
-aet
-aeU
-aeU
-aeU
-afA
-agZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-aaa
-aae
-aae
-aae
-aae
-alc
-alI
-apR
-aqN
-arX
-ame
-amc
-ame
-ame
-ame
-amc
-ame
-ame
-ame
-amc
-ame
-ame
-ame
-amc
-ame
-ame
-ame
-ame
-ame
-azX
-apR
-aPp
-aYP
-baB
-bcg
-baB
-bfa
-baB
-aYP
-bjf
-bkj
-blB
-bnd
-bpf
-amc
-btD
-bvC
-bxI
-bzR
-bzP
-bDs
-bFJ
-bHU
-bzP
-bLv
-bMY
-bOW
-bQO
-amc
-bUo
-bVp
-bWG
-bXR
-bZo
-caK
-ccw
-cew
-cgl
-chK
-cjx
-clt
-cnh
-coU
-cqB
-clt
-ctJ
-cvm
-cwX
-cyv
-czv
-cAG
-cBL
-czv
-czv
-cyv
-cFW
-cFW
-aaa
-aaa
-aaa
-cJD
-cJD
-cJD
-cJD
-cJD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(175,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-aeK
-aeK
-aeK
-aeK
-aeK
-aaa
-afA
-aeI
-aeF
-agO
-aeF
-agg
-aeJ
-aaa
-aeK
-aeK
-aeK
-aeK
-aeK
-agY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-alc
-alc
-alc
-alc
-anI
-apR
-aqN
-arX
-azX
-azX
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azZ
-azX
-azX
-azX
-apR
-aPp
-aYP
-baC
-bch
-baB
-bfb
-bgG
-bhJ
-bjg
-bkp
-blB
-bnd
-bpf
-ame
-btF
-bvC
-bxJ
-bzS
-bzP
-bDo
-bFK
-bHQ
-bzP
-bLw
-bMZ
-bOW
-bQQ
-ame
-bUo
-bVp
-bWG
-bXR
-bZo
-caK
-ccx
-cew
-cgm
-chK
-cjx
-clt
-cni
-coV
-cqC
-clt
-ctK
-cvn
-cwY
-cyv
-czw
-cAH
-cBM
-cCN
-cDN
-cyv
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(176,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-afk
-aeI
-agP
-agg
-afk
-agY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-alc
-amW
-alb
-alc
-akZ
-apV
-aqS
-ats
-asN
-asN
-asN
-awY
-ayz
-ayz
-aBj
-ayz
-ayz
-ayz
-ayz
-ayz
-ayz
-ayz
-ayz
-ayz
-cLt
-ayz
-ayz
-ayz
-aVm
-cQM
-aYP
-baB
-bci
-bdF
-bfc
-bgH
-bhK
-bjh
-bkq
-blM
-bnd
-bpf
-amc
-btD
-bvD
-bxK
-bzT
-bBl
-bDt
-bFL
-bHV
-bzP
-bLx
-bNa
-bOX
-bQO
-amc
-bUo
-bVp
-bWG
-bXR
-bZo
-caK
-ccA
-ceC
-cgn
-chK
-cjF
-clu
-cnj
-coW
-cqD
-clt
-ctL
-cvo
-cwZ
-cyv
-czx
-cAI
-cBN
-cCO
-cDO
-czv
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(177,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-afk
-agQ
-afk
-agY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-alH
-amX
-akZ
-aom
-akZ
-akZ
-asa
-asb
-aYO
-aYO
-aYO
-aCJ
-aYO
-asM
-aEd
-aFr
-aGy
-aPn
-aPo
-aVl
-aYO
-aYO
-asM
-cCq
-cIU
-asM
-asM
-avM
-avM
-cQL
-aYP
-baB
-bcj
-baB
-bfd
-bdH
-aYP
-biW
-bkj
-blN
-bne
-bhG
-ame
-btG
-bvE
-bxL
-bzP
-bzP
-bDu
-bFM
-bHW
-bzP
-bzP
-bNb
-bOY
-btG
-ame
-bUn
-bVq
-bWL
-bXS
-bZo
-caE
-caE
-caE
-caE
-chR
-cjG
-clu
-clu
-clu
-clu
-clu
-ctM
-cvn
-cxa
-cyv
-czy
-cAJ
-cBO
-cCP
-cDP
-cES
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(178,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-agO
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-alc
-amY
-anO
-aon
-aon
-aon
-aqT
-aon
-aon
-aon
-aon
-awZ
-ayA
-azX
-apR
-azX
-aEe
-aEe
-aEe
-aEe
-aEe
-aEe
-aEe
-azX
-aPp
-azX
-ame
-amc
-amc
-ame
-aYP
-baD
-bck
-bdG
-bfe
-bgI
-aYP
-biV
-bkr
-blA
-bnf
-bnf
-bnf
-btC
-bvF
-bxM
-bzU
-bBm
-bDv
-bFN
-bHX
-bJK
-bLy
-bNc
-bOZ
-btC
-azY
-bUn
-bUn
-bWM
-bXT
-bZu
-caN
-ccB
-ceD
-cgo
-chS
-cjH
-clv
-cnk
-coX
-cqE
-csg
-ctN
-cvp
-cxb
-cyv
-czv
-czv
-czv
-czv
-czv
-cyv
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(179,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aes
-afk
-agQ
-afk
-agZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-alc
-alc
-alc
-aon
-aph
-apW
-aqU
-asc
-asO
-aua
-aon
-axa
-ayB
-azX
-apR
-aCK
-aEe
-aFs
-aGz
-aIc
-aGD
-aLz
-aEe
-azX
-aPp
-azZ
-amc
-aTy
-aVn
-aVn
-aYQ
-baE
-bcl
-bdH
-bff
-bgJ
-aYP
-biW
-bkj
-blO
-bng
-bpg
-bru
-bnj
-btC
-btC
-bzV
-bzV
-bzV
-bzV
-bzV
-bzV
-bzV
-btC
-btC
-btC
-bSA
-bUp
-bVr
-bWN
-bXU
-bZv
-bUn
-ccC
-ceE
-cgp
-chT
-cjI
-clw
-cnl
-coY
-cqF
-csh
-ctO
-cvq
-cxc
-csj
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(180,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afA
-aeD
-agP
-afl
-aeJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aon
-api
-apX
-aqV
-apX
-asP
-aub
-aon
-awZ
-aon
-azX
-apR
-aCL
-aEe
-aFt
-aGA
-aId
-aJI
-aLA
-aEe
-azX
-aPp
-azZ
-amc
-aTz
-aVo
-aXs
-aYR
-baF
-bcm
-bdH
-bfg
-bgK
-aYP
-biW
-bkm
-blP
-bnh
-bph
-brv
-btH
-bnj
-ame
-amc
-ame
-amc
-ame
-amc
-ame
-amc
-ame
-bPa
-bQR
-bSB
-bUq
-bVs
-bWO
-bXV
-bZw
-caO
-ccD
-ceF
-ccD
-chU
-cjJ
-clx
-cnm
-coZ
-cqG
-csi
-ctP
-cvr
-cxd
-csj
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(181,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-agy
-agP
-aeF
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aon
-apj
-apY
-aqW
-asd
-asQ
-auc
-aon
-axb
-aae
-azX
-apR
-azX
-aEe
-aFu
-aGB
-aGA
-aJJ
-aLB
-aEe
-azX
-aPp
-azZ
-ame
-aTz
-aVp
-aXt
-aYS
-baG
-bck
-bdI
-bfg
-bgL
-aYP
-bjd
-bkn
-blQ
-bni
-bpi
-brw
-btI
-bnj
-bnj
-bzW
-bzY
-bDw
-bDw
-bDw
-bzY
-bzY
-bzY
-bPb
-bQS
-bSC
-bzW
-bUn
-bWP
-bXW
-bZx
-bUn
-ccE
-ceG
-ccC
-chV
-cjK
-cly
-ccC
-coX
-coX
-csj
-csj
-cvs
-csj
-csj
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(182,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abF
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-agx
-agR
-aeF
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aon
-apk
-apY
-aqX
-apY
-asR
-aud
-avN
-axb
-aaa
-azX
-apR
-aCM
-aEe
-aFv
-aGC
-aIe
-aJK
-aLC
-aEe
-azX
-aPp
-azZ
-amc
-aTz
-aVq
-aXu
-aYT
-baH
-bcn
-baB
-bfh
-bgM
-aYP
-biW
-bkj
-blB
-bnf
-bpg
-brx
-bpg
-bvG
-bxN
-bnj
-bzY
-bDx
-bFO
-bHY
-bzY
-bzY
-bNd
-bPc
-bQT
-bSD
-bzW
-bUn
-bUn
-bXX
-bZy
-bUn
-ccC
-ceE
-ccC
-chW
-cjL
-chX
-ccC
-aaa
-aaa
-csj
-ctQ
-cvt
-cxe
-csj
-aaa
-aae
-aaa
-aae
-aab
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(183,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeF
-aeF
-agx
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aon
-apl
-apZ
-aqY
-ase
-asS
-aue
-avO
-axc
-aaa
-azX
-apR
-aCN
-aEe
-aFw
-aGD
-aIf
-aGD
-aLD
-aEe
-azX
-aPp
-azZ
-amc
-aTA
-aVr
-aVr
-aYU
-baI
-bco
-bdJ
-bfi
-bgN
-aYP
-biW
-bkj
-blB
-bnf
-bpj
-brx
-bpg
-bvH
-bxO
-bnj
-bBn
-bDy
-bFP
-bHZ
-bJL
-bzY
-bNe
-bPd
-bQU
-bSE
-bzW
-aaa
-bUn
-bXY
-bZz
-caP
-ccF
-ceH
-cgq
-chX
-cjL
-chX
-ccC
-aae
-aae
-csj
-ctR
-cvu
-cxf
-csj
-aae
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(184,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeF
-aeF
-aeF
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aon
-apm
-aqa
-aqZ
-asf
-asT
-auf
-aon
-axd
-aaa
-azX
-aBk
-azX
-aEe
-aEe
-aEe
-aIg
-aEe
-aEe
-aEe
-azX
-aPp
-azX
-ame
-amc
-amc
-ame
-aYP
-aYP
-aYP
-aYP
-aYP
-aYP
-aYP
-biW
-bkj
-blB
-bnf
-bpk
-bry
-btJ
-bnj
-bnj
-bzW
-bBo
-bDz
-bFQ
-bIa
-bJM
-bzY
-bNf
-bPe
-bQV
-bSF
-bzW
-aae
-bUn
-bXY
-bZA
-bUn
-ccG
-ceI
-cgo
-chY
-cjL
-chX
-ccC
-aaa
-aaa
-csj
-csj
-cRk
-csj
-csj
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(185,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeF
-aeF
-aeF
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aon
-aon
-aon
-ara
-asg
-asU
-asg
-ara
-axd
-aaa
-azX
-apR
-azX
-azX
-aCK
-apP
-aIh
-aJL
-aLE
-azX
-azX
-aPp
-azX
-azX
-azZ
-azZ
-azX
-azX
-baJ
-bcp
-bdK
-bfj
-bgO
-bhL
-bji
-bkq
-blM
-bnf
-bpl
-brz
-btK
-bnj
-bxP
-bzX
-bBp
-bDA
-bFR
-bIb
-bJN
-bzY
-bNg
-bPf
-bQW
-bSG
-bzW
-aaa
-bUn
-bXY
-bZA
-bUn
-ccH
-ceJ
-ccC
-chZ
-cjL
-clz
-ccC
-aaa
-cqH
-csk
-cqJ
-cvw
-cqJ
-csk
-czz
-aaa
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(186,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeF
-agx
-aeF
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-ara
-ash
-asV
-aug
-ara
-axd
-aaa
-azX
-apR
-apP
-apP
-apP
-aFx
-aIi
-apP
-apP
-apP
-apP
-aPq
-aPb
-aSs
-aPb
-aPb
-aPb
-aXf
-baK
-bcp
-bdL
-bfk
-bgP
-bhM
-bjj
-bkl
-blR
-bnf
-bpm
-brA
-btL
-bnj
-bxQ
-bzY
-bzY
-bDB
-bFS
-bIc
-bzY
-bzY
-bNh
-bPf
-bQW
-bSH
-bzW
-aae
-bUn
-bXW
-bZA
-bUn
-ccI
-ceK
-ccC
-cia
-cjL
-chX
-ccC
-aaa
-cqI
-csl
-ctS
-ctS
-ctT
-cyw
-cqI
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(187,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aet
-aeF
-aeF
-aeF
-aet
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aon
-ara
-asg
-asW
-asg
-ara
-axd
-aae
-azX
-apR
-aCO
-aEf
-aFx
-apP
-apP
-aJM
-aLF
-aCL
-aIb
-arV
-azX
-azX
-azZ
-azX
-azX
-azX
-aRg
-bcp
-bdM
-bfl
-bgQ
-bhN
-bjk
-bkj
-blS
-bnj
-bnj
-bnj
-bnj
-bnj
-bpq
-bzY
-bzY
-bzY
-bFT
-bId
-bzY
-bzY
-bNi
-bPf
-bQW
-bSI
-bzW
-aaa
-bUn
-bXZ
-bZB
-bUn
-ccJ
-ccK
-ccK
-ccK
-cjM
-clA
-ccC
-aaa
-cqJ
-csm
-ctT
-ctS
-ctT
-cyx
-czA
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(188,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afA
-aeI
-aeF
-agg
-aeJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aqb
-arb
-asi
-asX
-auh
-ara
-axd
-aaa
-azX
-aBl
-azX
-azX
-azZ
-azZ
-azZ
-azZ
-azZ
-azX
-aCK
-arV
-azX
-aSt
-apP
-aSt
-azX
-aYV
-aRh
-bcp
-bcp
-bcp
-bcp
-bcp
-biW
-bkj
-blO
-bnk
-bpn
-brB
-btM
-bvI
-bxR
-bzZ
-bBq
-bDC
-bFU
-bIe
-bJO
-bLz
-bNj
-bPf
-bQW
-bSJ
-bzW
-aaa
-bUo
-bYa
-bZC
-bVm
-ccK
-ceL
-cgr
-ccK
-cjN
-clB
-ccC
-aaa
-cqI
-csl
-ctS
-ctS
-ctT
-cyy
-cqI
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(189,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aeu
-aeR
-afC
-aeR
-agY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aon
-ara
-ara
-asY
-ara
-ara
-axd
-aaa
-azY
-aBm
-azY
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-azX
-aPr
-azX
-apP
-aTB
-apP
-apP
-aYW
-baL
-aPb
-aPb
-aPb
-aPb
-bhO
-bjl
-bkp
-blT
-bnk
-bpo
-brC
-btN
-bvJ
-bxS
-bAa
-bBr
-bDD
-bFV
-bIf
-bJP
-bLA
-bNk
-bDD
-bQX
-bSK
-bzW
-aaa
-bUo
-bYa
-bZC
-bVm
-ccL
-ceL
-cgs
-ccK
-cjO
-clB
-ccC
-aaa
-cqK
-csk
-cqJ
-cvx
-cqJ
-csk
-czB
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(190,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-afv
-ara
-asZ
-ara
-afv
-axd
-aaa
-azZ
-apR
-azZ
-aae
-aae
-aaa
-aaa
-aae
-aaa
-aae
-azZ
-arV
-azX
-aSt
-apP
-aSt
-aCK
-apP
-aRh
-azX
-aCK
-azX
-azX
-azX
-biW
-bkj
-blU
-bnk
-bpp
-brD
-btO
-bvK
-bxT
-bAb
-bBs
-bDE
-bFW
-bIg
-bJQ
-bLB
-bNl
-bPg
-bQY
-bSL
-bzW
-aaa
-bUo
-bYb
-bZC
-bVm
-ccJ
-ceL
-cgt
-ccJ
-cjN
-clC
-ccC
-ccC
-ccC
-ccC
-ccC
-ccC
-ccC
-ccC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(191,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-arc
-ara
-ata
-ara
-arc
-axd
-aaa
-azZ
-apR
-azZ
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-azZ
-arV
-azX
-apP
-apP
-azX
-azX
-aFx
-aRh
-aCL
-apP
-apP
-bgR
-azX
-bjm
-bkp
-blB
-bnl
-bpq
-bpq
-bpq
-bvL
-bxU
-bAc
-bBt
-bDF
-bFX
-bIh
-bJR
-bLC
-bNm
-bPh
-bQZ
-bSM
-bzW
-aaa
-bUo
-bYa
-bZC
-bVn
-ccK
-ceM
-cgu
-ccK
-cjN
-clB
-cnn
-chZ
-chZ
-clv
-chZ
-cvy
-cxg
-cvy
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(192,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-apn
-aqc
-ard
-ard
-atb
-aui
-aui
-axe
-aae
-azZ
-apR
-azZ
-aae
-aae
-aae
-amd
-aae
-aae
-aae
-azZ
-aPs
-aRd
-aRd
-aRd
-aRd
-aRd
-aYX
-aRi
-azX
-bdN
-bfm
-bgS
-azX
-biW
-bkj
-blO
-bnk
-bpr
-brB
-btM
-bvM
-bxV
-bAc
-bBu
-bDG
-bFY
-bIi
-bJS
-bLC
-bDF
-bPf
-bRa
-bSN
-bzW
-aaa
-bUn
-bYc
-bZD
-bUn
-ccK
-ccK
-ccK
-ccK
-cjN
-clD
-cno
-cpa
-chZ
-csn
-ccC
-ccC
-ccC
-ccC
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(193,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aad
-aac
-aac
-aac
-aac
-aad
-aac
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-arc
-arc
-atc
-arc
-avP
-aaa
-aaa
-aAa
-aBm
-aAa
-aaa
-aaa
-aGE
-amd
-aIk
-aaa
-aaa
-azZ
-aPp
-azX
-azX
-azX
-aVs
-apP
-aYY
-aTC
-aTC
-aTC
-aXv
-aTC
-aTC
-bjn
-bkj
-blT
-bnk
-bpo
-brC
-btP
-bvN
-bxV
-bAd
-bAd
-bDH
-bFZ
-bIj
-bJT
-bJT
-bNn
-bPi
-bRb
-bJT
-bJT
-aae
-bUn
-bYd
-bZE
-caQ
-ccM
-ceN
-cgv
-cib
-cjP
-clE
-cgv
-cpb
-cqL
-cso
-cgp
-cvz
-cxh
-cns
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-aad
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(194,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aae
-arc
-arc
-arc
-aae
-aaa
-aaa
-aAa
-aBm
-aAa
-aaa
-aaa
-aGF
-aIj
-aDx
-aaa
-aaa
-azZ
-aPt
-aRe
-aSu
-aTC
-aTC
-aXv
-aTC
-aTC
-bcq
-bdO
-aXw
-bgT
-bhP
-biW
-bkj
-blU
-bnk
-bps
-brE
-btO
-bvO
-bxW
-bAe
-bBv
-bDI
-bGa
-bIk
-bJT
-bLD
-bNo
-bNt
-bRc
-bSO
-bJT
-aaa
-bUn
-bYd
-bYf
-caP
-caS
-caS
-caS
-cic
-caS
-caS
-clv
-clB
-cqM
-csp
-ccC
-cvA
-cqM
-cns
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-afv
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(195,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiG
-aae
-ajo
-aaa
-aiG
-aae
-ajo
-aaa
-aiG
-aae
-ajo
-aae
-aae
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aAa
-aBm
-aAa
-aaa
-aaa
-amd
-aIk
-amd
-aaa
-aaa
-azZ
-arV
-aRf
-aSv
-aTC
-aVt
-aXw
-aYZ
-baM
-bcr
-bdP
-bfn
-aXw
-bhP
-bjo
-bkj
-blB
-bnl
-bpq
-bpq
-bpq
-bvP
-bxV
-bAe
-bBw
-bDJ
-bGb
-bIl
-bJT
-bLE
-bNo
-bNt
-bRd
-bSO
-bJT
-aae
-bUn
-bYe
-bZF
-caR
-ccN
-ceO
-cgw
-cid
-cjQ
-caS
-cnp
-cpc
-chZ
-csq
-ccC
-cvB
-chZ
-cns
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-cGO
-afv
-cIj
-aaa
-cGO
-aae
-cIj
-aaa
-cGO
-aae
-cIj
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(196,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiG
-aiT
-ajo
-aaa
-aiG
-aiT
-ajo
-aaa
-aiG
-aiT
-ajo
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aae
-aae
-aaa
-aaa
-aab
-aAa
-aBm
-aAa
-aae
-aae
-aae
-amd
-aae
-aae
-aae
-azZ
-arV
-aRg
-aSw
-aTC
-aVu
-aXx
-aZa
-baN
-aZa
-bdQ
-bfo
-bgU
-bhQ
-bjp
-bkj
-blO
-bnm
-bpt
-brF
-btQ
-bvQ
-bxV
-bAe
-bBx
-bDJ
-bGc
-bIm
-bJT
-bLF
-bNo
-bPj
-bRe
-bSP
-bJT
-aaa
-bUn
-bYf
-bZG
-bUn
-ccO
-ceP
-cgx
-cie
-cjR
-caS
-cnp
-cpd
-chZ
-csr
-ccC
-chZ
-cxi
-cns
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-cGO
-cHv
-cIj
-aaa
-cGO
-cHv
-cIj
-aaa
-cGO
-cHv
-cIj
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(197,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aae
-aAa
-aBm
-aAa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-azZ
-aPu
-aRh
-aCL
-aTC
-aVv
-aXy
-aZb
-baO
-aZb
-bdR
-bfp
-aZb
-bhR
-bjq
-bkq
-blV
-bnn
-bpu
-brG
-btR
-bvR
-bxX
-bAe
-bBy
-bDJ
-bGc
-bIn
-bJU
-bLG
-bNp
-bPk
-bRf
-bSQ
-bJT
-bVt
-bUn
-bUo
-bUo
-caS
-ccP
-ceO
-cgy
-cif
-cjS
-clF
-chZ
-cpe
-cqN
-css
-ccC
-cgp
-cxj
-ccC
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-cGO
-cHw
-cIj
-aaa
-cGO
-cHw
-cIj
-aaa
-cGO
-cHw
-cIj
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(198,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aac
-aad
-aae
-aae
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aiG
-aiU
-ajo
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aae
-aaa
-aaa
-aae
-aae
-aAa
-aBm
-aAa
-aae
-aaa
-aae
-aaa
-aae
-aae
-aaa
-azZ
-aPv
-aRh
-aSx
-aTC
-aVw
-aXw
-aZc
-aTC
-bcs
-bdS
-bfq
-bgV
-bhP
-biW
-bks
-blT
-bno
-bpv
-brH
-btR
-bvR
-bxY
-bAf
-bBz
-bDK
-bGd
-bIo
-bJV
-bLH
-bNq
-bPl
-bRg
-bSR
-bJT
-bVu
-aaa
-aaa
-aaa
-caS
-ccQ
-ceO
-cgz
-cig
-cjT
-caS
-cia
-cpe
-cqO
-css
-ctU
-cvC
-chZ
-ccC
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-cGO
-cHw
-cIj
-aaa
-cGO
-cHw
-cIj
-aaa
-cGO
-cHw
-cIj
-aae
-aae
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(199,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aaa
-aaa
-aiH
-aiV
-ajp
-aaa
-aiH
-akc
-ajp
-aaa
-aiH
-aiV
-ajp
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-are
-auj
-auj
-auj
-auj
-azY
-aBm
-azY
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-azX
-aPs
-aRi
-aSy
-aSy
-aSy
-aXz
-aSy
-aSy
-aSy
-aSy
-aSy
-aSy
-aSy
-bjr
-bkt
-blW
-bnp
-bpw
-brI
-btS
-bvS
-bxZ
-bAe
-bBA
-bDL
-bGc
-bIp
-bJW
-bLI
-bNr
-bPm
-bNt
-bSS
-bJT
-bVt
-aae
-aae
-aae
-caS
-ccR
-ceQ
-cgA
-cih
-cjU
-cii
-ccC
-cpf
-cgp
-ccC
-ctV
-ctV
-ctV
-ctV
-czC
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-cGP
-cHx
-cIk
-aaa
-cGP
-cKk
-cIk
-aaa
-cGP
-cHx
-cIk
-aaa
-aaa
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(200,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aiW
-aae
-aaa
-aae
-aiW
-aae
-aaa
-aae
-aiW
-aae
-aaa
-aaa
-aaa
-aaa
-are
-are
-are
-auk
-avQ
-axf
-auj
-aAb
-aBm
-aCP
-azY
-aAa
-aAa
-aAa
-aAa
-aAa
-azY
-azY
-aPw
-aCP
-aSy
-aTD
-aVx
-aVx
-aVx
-aVx
-bct
-bdT
-bfr
-bgW
-aSy
-bjs
-bku
-blX
-bnq
-bpx
-brJ
-btT
-bvT
-bya
-bAe
-bBB
-bDL
-bGc
-bIq
-bJT
-bLJ
-bNs
-bPn
-bNt
-bST
-bJT
-aaa
-aaa
-aaa
-aaa
-caS
-ccS
-ceR
-cgB
-ccV
-cjV
-cii
-cnq
-cpe
-cqP
-cst
-ctV
-cvD
-cxk
-cyz
-czC
-czC
-czC
-aaa
-aaa
-aaa
-aaa
-aae
-cHy
-aae
-aaa
-aae
-cHy
-aae
-aaa
-aae
-cHy
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aad
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(201,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aae
-aae
-aid
-aio
-aio
-aiI
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-aiX
-anP
-aoo
-aoo
-aoo
-axP
-asj
-axP
-aul
-avR
-axg
-ayC
-aAc
-aBn
-aCQ
-aCQ
-aCQ
-aCQ
-aIl
-aCQ
-aCQ
-aCQ
-aCQ
-aPx
-aRj
-aSy
-aTE
-aVx
-aVx
-aZd
-baP
-bct
-bdU
-bdU
-bgX
-aSy
-bjt
-bko
-blY
-bnl
-bpq
-bpq
-bpq
-bvU
-bxV
-bAe
-bBC
-bDM
-bGe
-bIr
-bJT
-bLK
-bNt
-bNt
-bNt
-bST
-bJT
-aae
-aaa
-aaa
-aaa
-caS
-ccT
-ceS
-cgC
-ccV
-cjW
-cih
-chZ
-cpg
-cqQ
-csu
-ctW
-cvE
-cxl
-cyA
-cRm
-cAK
-cRm
-cCQ
-cDQ
-cET
-cET
-cET
-cET
-cET
-cET
-cET
-cET
-cET
-cET
-cET
-cET
-cMc
-cCQ
-cCQ
-cMI
-aae
-aae
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cRx
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(202,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aaa
-aaa
-aae
-aiY
-aae
-aae
-aae
-aiY
-aae
-aaa
-aae
-aiY
-aae
-aaa
-aaa
-aaa
-aaa
-are
-are
-are
-aum
-avS
-axh
-auj
-aAd
-aBo
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-aPy
-azY
-aSy
-aTF
-aVy
-aXA
-aZe
-baQ
-bct
-bdU
-bdU
-bgY
-aSy
-bju
-bkj
-blZ
-bnk
-bpy
-brK
-btU
-bvV
-bxW
-bAe
-bBD
-bDN
-bGf
-bIs
-bJT
-bLJ
-bNt
-bPo
-bNt
-bST
-bJT
-aae
-aae
-aaa
-aaa
-caS
-ccU
-ceT
-cgD
-ccV
-cjX
-cii
-cnr
-chZ
-chZ
-csv
-ctV
-cvF
-cxm
-cyB
-czC
-czC
-czC
-aaa
-aaa
-aaa
-aaa
-aae
-cHz
-aae
-aae
-aae
-cHz
-aae
-aaa
-aae
-cHz
-aae
-aaa
-aaa
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(203,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aaa
-aaa
-aiH
-aiZ
-ajp
-aaa
-aiH
-aiZ
-ajp
-aaa
-aiH
-aiZ
-ajp
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-are
-auj
-auj
-auj
-auj
-azY
-aBp
-aCP
-aEg
-aFy
-aGG
-aIm
-aJN
-azY
-aEj
-azY
-aPy
-aMF
-aSy
-aTG
-aVz
-aVx
-aVx
-baR
-bct
-bdU
-bdU
-bgZ
-bhS
-bjv
-bkj
-bma
-bnk
-bpo
-brC
-btV
-bvW
-bxV
-bAd
-bAd
-bDO
-bFZ
-bIj
-bJT
-bLL
-bLL
-bLL
-bLL
-bLL
-bLL
-bLL
-aae
-aae
-aae
-caS
-ccV
-ccV
-ccV
-cii
-cjY
-cii
-cns
-cns
-cns
-cns
-ctV
-ctV
-ctV
-ctV
-czC
-aae
-aae
-aaa
-aaa
-aab
-aaa
-cGP
-cHA
-cIk
-aaa
-cGP
-cHA
-cIk
-aaa
-cGP
-cHA
-cIk
-aaa
-aaa
-aae
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(204,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aad
-aac
-aac
-aac
-aae
-aae
-aiJ
-aja
-ajq
-aaa
-aiJ
-aja
-ajq
-aaa
-aiJ
-aja
-ajq
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-azY
-aBo
-aCR
-aEh
-azY
-aGH
-aCV
-aJO
-azY
-aCV
-aGG
-aPz
-aRk
-aSy
-aTH
-aVA
-aXB
-aZf
-baS
-bcu
-bdV
-bfs
-bha
-bhT
-bjw
-bkj
-bmb
-bnk
-bpz
-brL
-btW
-bvX
-bxV
-btR
-bBE
-bDP
-bGg
-bIt
-bJX
-bLM
-bNu
-bPp
-bRh
-bSU
-bUr
-bVv
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-cGQ
-cHB
-cIl
-aaa
-cGQ
-cHB
-cIl
-aaa
-cGQ
-cHB
-cIl
-aae
-aae
-aac
-aac
-aac
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(205,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aiJ
-aja
-ajq
-aaa
-aiJ
-aja
-ajq
-aae
-aiJ
-aja
-ajq
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-azY
-aBo
-azY
-aEi
-azY
-aGI
-aIn
-aJP
-azY
-aEi
-aCP
-aPy
-aCV
-aSy
-aTI
-aVB
-aXC
-aXC
-baT
-bcv
-bdW
-bft
-bhb
-bhU
-bjx
-bkq
-bmc
-bnl
-bpq
-bpq
-bpq
-bvY
-bxX
-btR
-bBF
-bDQ
-bGh
-bIu
-bJY
-bLN
-bNv
-bPq
-bRi
-bSV
-bUs
-bVv
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-cGQ
-cHB
-cIl
-aaa
-cGQ
-cHB
-cIl
-aae
-cGQ
-cHB
-cIl
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(206,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiJ
-ajb
-ajq
-aaa
-aiJ
-ajb
-ajq
-aae
-aiJ
-ajb
-ajq
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-azY
-aBo
-azY
-aCV
-azY
-aGJ
-aCV
-aJQ
-azY
-aCV
-azY
-aPy
-aRl
-aSy
-aTJ
-aVC
-aXD
-aZg
-baU
-bct
-bdU
-bfu
-bhc
-aSy
-bjy
-bkj
-blZ
-bnk
-bpA
-brK
-btU
-bvZ
-bxT
-bAg
-bBG
-bDR
-bGi
-bIv
-bJZ
-bLO
-bNw
-bPr
-bRj
-bSW
-bUt
-bVv
-aae
-aae
-aae
-aae
-aae
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-cGQ
-cHC
-cIl
-aaa
-cGQ
-cHC
-cIl
-aae
-cGQ
-cHC
-cIl
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(207,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aiJ
-aae
-ajq
-aaa
-aiJ
-aae
-ajq
-aaa
-aiJ
-aae
-ajq
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-azY
-aBq
-azY
-aEj
-azY
-aGK
-aCV
-aCV
-azY
-aMF
-azY
-aPy
-aRm
-aSy
-aTK
-aVD
-aVx
-aZh
-baV
-bct
-bdU
-bfu
-bdT
-aSy
-bjz
-bkj
-bma
-bnk
-bpo
-brC
-btX
-bwa
-byb
-bAh
-bBH
-bDS
-bGj
-bIw
-bKa
-bLP
-bNx
-bPs
-bRk
-bPt
-bUu
-bVv
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-cGQ
-aae
-cIl
-aaa
-cGQ
-aae
-cIl
-aaa
-cGQ
-aae
-cIl
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(208,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-azY
-aBr
-azY
-azY
-azY
-azY
-azY
-aJR
-azY
-aGL
-azY
-aPA
-aJU
-aSy
-aTL
-aVE
-aVx
-aVx
-aVx
-bct
-bdT
-bfv
-bdT
-aSy
-bjA
-bkv
-bmb
-bnk
-bpB
-brM
-btW
-bwb
-byc
-btR
-bBI
-bDT
-bGk
-bIx
-bKb
-bLM
-bNy
-bPt
-bRl
-bSX
-bUv
-bVv
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aad
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(209,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-aad
-aac
-aac
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-azY
-aBs
-aCS
-aCS
-aFz
-azY
-aEh
-aCV
-aLG
-aCV
-azY
-aPy
-aCV
-aSy
-aTM
-aSy
-aSy
-aSy
-aSy
-aSy
-aSy
-aSy
-aSy
-aSy
-ahv
-bkw
-bmd
-bjF
-bpC
-bpC
-bpC
-bpC
-bpC
-bpC
-bpC
-bDU
-bGl
-bIy
-bud
-bLL
-bLL
-bPu
-bLL
-bLL
-bLL
-bLL
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aac
-aac
-cIX
-cKl
-cIX
-cIX
-cIX
-aac
-aac
-aac
-aac
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(210,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-azY
-aBt
-aCT
-azY
-aBm
-aCP
-aIo
-aJS
-azY
-aLH
-azY
-aPy
-aCV
-azY
-aTN
-aTN
-aXE
-aTN
-baW
-aTN
-bdX
-bfw
-bfw
-bhV
-bjB
-bkx
-bme
-bjE
-bpD
-brN
-btY
-aTN
-aTN
-aTN
-bpC
-bDV
-bGm
-bIz
-bwf
-bLQ
-bNz
-bPv
-bNz
-bSY
-bwf
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-afv
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(211,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-azY
-azY
-azY
-azY
-aBm
-azY
-azY
-azY
-azY
-azY
-azY
-aPy
-aCP
-azY
-aTO
-aTN
-aXF
-aZi
-baX
-aZi
-bdY
-aZi
-bdY
-bhW
-bjC
-bky
-bmf
-bnr
-bpE
-brO
-btZ
-bwc
-byd
-bwc
-bBJ
-bDW
-bGn
-bIA
-bKc
-bLR
-bNA
-bPw
-bRm
-bSZ
-bwf
-bVw
-bwf
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(212,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-azY
-aBu
-aCU
-aCP
-aBm
-aGL
-aIp
-aJT
-aCV
-aCV
-aCV
-aPy
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-aCP
-bkw
-bmg
-bjF
-bpF
-brP
-bua
-bfw
-bfw
-bfw
-bBK
-bDX
-bGo
-bIB
-bwf
-bLS
-bNB
-bPx
-bRn
-bTa
-bwf
-bVx
-bwf
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(213,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-azY
-aBv
-aCV
-aEk
-aBs
-aCS
-aCS
-aCS
-aCS
-aMG
-aCS
-aPB
-aRn
-aRn
-aTP
-aRn
-aRn
-aZj
-aRn
-aRn
-aRn
-aRn
-aRn
-aRn
-bjD
-bkz
-bmh
-bjF
-bpG
-brQ
-bjF
-bjF
-bjF
-bjF
-bjF
-bDY
-bGp
-bIC
-bud
-bud
-bNC
-bPy
-bRo
-bud
-bud
-bVw
-bwf
-bwf
-bwf
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(214,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-azY
-aBw
-aCV
-azY
-aFA
-aGM
-aIq
-aJU
-aLH
-azY
-aCV
-aPC
-aRo
-aSz
-aTQ
-aVF
-aSz
-aSz
-baY
-aSz
-aSz
-aSz
-aTQ
-bhX
-bjE
-bkA
-bmi
-bjF
-bpH
-brR
-bjF
-bwd
-bye
-bAi
-bBL
-bDZ
-bGq
-bID
-bKd
-bLT
-bND
-bPz
-bRp
-bTb
-bUw
-bVx
-bWQ
-bYg
-bwf
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(215,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-azY
-azY
-azY
-azY
-aFB
-aFB
-aFB
-aJV
-aFB
-azY
-azY
-azY
-azY
-azY
-aTR
-aCP
-azY
-azY
-azY
-azY
-aCP
-azY
-aTR
-azY
-bjF
-bkB
-bmj
-bns
-bpI
-brS
-bjF
-bwe
-byf
-bAj
-bBM
-bEa
-bGr
-bIE
-bKe
-bLU
-bNE
-bPA
-bRq
-bTc
-bUx
-bwf
-bUw
-bwf
-bwf
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(216,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aFC
-aGN
-aCV
-aEi
-aFC
-aaa
-aaa
-aaa
-azY
-aSA
-aTS
-aVG
-aVG
-aZk
-baZ
-aZk
-aVG
-bfx
-bhd
-bhY
-bjF
-bkC
-bmk
-bnt
-bpJ
-brT
-bjF
-bwf
-byg
-bAk
-bwf
-bwf
-bGs
-bAk
-bwf
-bwf
-bNF
-bAk
-bwf
-bwf
-bwf
-bVy
-bWR
-bYh
-bwf
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(217,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aFB
-aCV
-aIr
-aJW
-aFB
-aaa
-aab
-aae
-azY
-aSB
-aTT
-aCV
-aCV
-aTT
-bba
-aTT
-bdZ
-aMF
-bhe
-bhZ
-bjF
-bkD
-bml
-bnu
-bpK
-brU
-bjF
-bwg
-byh
-bAl
-bwf
-bEb
-bGt
-bIF
-bwf
-bLV
-byh
-bPB
-bwf
-bTd
-bBN
-bVz
-bWS
-bVz
-bwf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(218,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aFB
-aGO
-aIs
-aJX
-aFB
-aaa
-aae
-aae
-azY
-azY
-aTU
-aCV
-aCV
-aZl
-aCV
-bcw
-aMF
-aMF
-bhf
-azY
-bjF
-bjF
-bjF
-bnv
-bpL
-brV
-bjF
-bwh
-byi
-bAm
-bwf
-bEc
-bGu
-bIG
-bwf
-bLW
-byi
-bAm
-bBN
-bTe
-bwf
-bVz
-bWT
-bVz
-bwf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(219,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aFB
-aFB
-aFB
-aFB
-aFB
-aae
-aae
-aaa
-aaa
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-azY
-aaa
-aaa
-bjF
-bnw
-bpM
-brW
-bjF
-bwf
-byj
-bwf
-bBN
-bwf
-bGv
-bAk
-bwf
-bwf
-bNG
-bwf
-bwf
-bTf
-bwf
-bVA
-bWU
-bYi
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(220,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-aab
-bjF
-bnx
-bpN
-brX
-bub
-bwi
-byk
-byk
-bBO
-byk
-bGw
-bIH
-bKf
-byk
-byk
-byk
-bRr
-bTg
-bwf
-aaa
-bWV
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(221,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-aaa
-bjF
-bny
-bpO
-brY
-buc
-bwj
-byl
-byl
-byl
-byl
-bGt
-bIH
-byk
-byk
-byk
-byk
-bRs
-bTh
-bwf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(222,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aae
-bjF
-bnz
-bnz
-bnz
-bjF
-bwk
-bym
-bAn
-byl
-byl
-bGx
-bII
-byi
-bLX
-byk
-bPC
-bBN
-bwf
-bwf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(223,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-bjF
-aaa
-aaa
-aaa
-bud
-bwl
-byn
-byk
-bBP
-bEd
-bGy
-bIJ
-bBP
-byk
-byk
-bPD
-bwf
-aae
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(224,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bud
-bwm
-byo
-byk
-bBP
-bEe
-bGz
-bEe
-bBP
-byk
-byk
-bPE
-bwf
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(225,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bud
-bwn
-byp
-bAo
-bBQ
-bEf
-bGA
-bIK
-bBQ
-bLY
-byp
-bPF
-bwf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(226,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bud
-bwo
-bwf
-bwo
-bBR
-bwo
-bwf
-bwo
-bBR
-bwo
-bwf
-bwo
-bwf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(227,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(228,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-aae
-aaa
-afv
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(229,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-afv
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(230,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aaa
-aaa
-afv
-aaa
-aae
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(231,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aae
-aaa
-aab
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(232,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ayD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(233,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aae
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(234,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afF
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(235,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(236,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ayD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(237,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(238,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(239,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(240,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(241,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ayD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(242,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(243,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(244,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(245,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(246,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(247,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(248,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(249,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(250,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(251,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(252,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(253,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(254,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(255,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm
index bb988a843030..160d13dce218 100644
--- a/_maps/map_files/MetaStation/MetaStation.dmm
+++ b/_maps/map_files/MetaStation/MetaStation.dmm
@@ -1,4 +1,5 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//Model dictionary trimmed on: 31-01-2017 23:17 (UTC)
"aaa" = (
/turf/open/space,
/area/space)
@@ -26,13 +27,13 @@
/obj/machinery/porta_turret/syndicate{
dir = 9
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
/area/shuttle/syndicate)
"aae" = (
-/turf/closed/indestructible/opshuttle,
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
"aaf" = (
/obj/structure/lattice,
@@ -351,23 +352,11 @@
/turf/open/floor/plating,
/area/security/prison)
"aaM" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/pod_2)
-"aaN" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/pod_2)
-"aaO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/pod_2)
-"aaP" = (
+"aaN" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
@@ -375,17 +364,18 @@
/obj/machinery/power/tracker,
/turf/open/floor/plating/airless,
/area/solar/auxstarboard)
-"aaQ" = (
+"aaO" = (
/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"aaR" = (
+"aaP" = (
/obj/machinery/hydroponics/constructable,
/obj/item/weapon/cultivator,
/obj/item/seeds/carrot,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aaS" = (
+"aaQ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -395,14 +385,14 @@
/obj/item/weapon/reagent_containers/glass/bucket,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aaT" = (
+"aaR" = (
/turf/open/floor/plasteel,
/area/security/prison)
-"aaU" = (
+"aaS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aaV" = (
+"aaT" = (
/obj/machinery/hydroponics/constructable,
/obj/item/device/plant_analyzer,
/obj/machinery/airalarm{
@@ -412,37 +402,34 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aaW" = (
+"aaU" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 8;
icon_state = "diagonalWall3"
},
/area/space)
-"aaX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+"aaV" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_2)
-"aaY" = (
+"aaW" = (
/turf/open/space,
/obj/machinery/porta_turret/syndicate{
dir = 5
},
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/shuttle/syndicate)
-"aaZ" = (
+"aaX" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/space)
-"aba" = (
+"aaY" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -452,12 +439,12 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abb" = (
+"aaZ" = (
/turf/closed/wall/r_wall,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"abc" = (
+"aba" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -468,14 +455,14 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/prison)
-"abd" = (
+"abb" = (
/obj/machinery/door/airlock/glass{
id_tag = "permahydro";
name = "Hydroponics Module"
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abe" = (
+"abc" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -485,14 +472,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/security/prison)
-"abf" = (
+"abd" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"abg" = (
+"abe" = (
/turf/closed/wall,
/area/security/prison)
-"abh" = (
+"abf" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
@@ -500,7 +487,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxport)
-"abi" = (
+"abg" = (
/obj/machinery/door/poddoor{
density = 1;
icon_state = "closed";
@@ -508,13 +495,14 @@
name = "Justice Vent";
opacity = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"abj" = (
+"abh" = (
/obj/item/weapon/soap/nanotrasen,
/obj/item/weapon/bikehorn/rubberducky,
/obj/machinery/shower{
@@ -527,7 +515,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/security/prison)
-"abk" = (
+"abi" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -543,7 +531,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/security/prison)
-"abl" = (
+"abj" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -554,7 +542,7 @@
/obj/item/weapon/canvas/twentythreeXtwentythree,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abm" = (
+"abk" = (
/obj/structure/table,
/obj/item/weapon/folder,
/obj/item/weapon/paper/hydroponics,
@@ -567,12 +555,12 @@
/obj/item/weapon/storage/crayons,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abn" = (
+"abl" = (
/obj/structure/table,
/obj/machinery/computer/libraryconsole/bookmanagement,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abo" = (
+"abm" = (
/obj/machinery/computer/arcade,
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 0;
@@ -580,14 +568,14 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abp" = (
+"abn" = (
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel,
/area/security/prison)
-"abq" = (
+"abo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -601,7 +589,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abr" = (
+"abp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -610,21 +598,16 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abs" = (
+"abq" = (
/obj/structure/holohoop{
pixel_y = 29
},
-/obj/item/toy/beach_ball{
- icon = 'icons/obj/basketball.dmi';
- icon_state = "basketball";
- item_state = "basketball";
- name = "basket ball"
- },
+/obj/item/toy/beach_ball/holoball,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/security/prison)
-"abt" = (
+"abr" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -635,7 +618,7 @@
dir = 8
},
/area/security/prison)
-"abu" = (
+"abs" = (
/obj/machinery/washing_machine,
/obj/structure/cable/yellow{
d1 = 1;
@@ -646,33 +629,22 @@
dir = 8
},
/area/security/prison)
-"abv" = (
-/turf/open/floor/plating,
+"abt" = (
/obj/structure/shuttle/engine/propulsion/burst,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_2)
-"abw" = (
-/obj/machinery/door/airlock/shuttle{
+"abu" = (
+/obj/machinery/door/airlock/titanium{
name = "Escape Pod Airlock"
},
/obj/docking_port/mobile/pod{
id = "pod2";
- name = "escape pod 2"
+ name = "escape pod 2";
+ port_angle = 180
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
-"abx" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/pod_2)
-"aby" = (
+"abv" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
@@ -683,52 +655,55 @@
},
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/auxstarboard)
-"abz" = (
+"abw" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abA" = (
+"abx" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"abB" = (
+"aby" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"abC" = (
+"abz" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"abD" = (
+"abA" = (
/obj/machinery/shower{
dir = 4
},
/turf/open/floor/plasteel/freezer,
/area/security/prison)
-"abE" = (
+"abB" = (
/obj/machinery/door/window/westleft{
base_state = "right";
dir = 4;
@@ -739,7 +714,7 @@
/obj/machinery/light/small,
/turf/open/floor/plasteel/freezer,
/area/security/prison)
-"abF" = (
+"abC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -747,14 +722,14 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abG" = (
+"abD" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abH" = (
+"abE" = (
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abI" = (
+"abF" = (
/obj/structure/table,
/obj/structure/cable/yellow{
d1 = 1;
@@ -771,18 +746,18 @@
},
/turf/open/floor/plasteel,
/area/security/prison)
-"abJ" = (
+"abG" = (
/obj/structure/table,
/obj/item/toy/cards/deck,
/obj/item/toy/cards/deck,
/turf/open/floor/plasteel,
/area/security/prison)
-"abK" = (
+"abH" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abL" = (
+"abI" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -790,7 +765,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"abM" = (
+"abJ" = (
/obj/structure/window/reinforced,
/obj/structure/cable/yellow{
d1 = 4;
@@ -801,7 +776,7 @@
dir = 8
},
/area/security/prison)
-"abN" = (
+"abK" = (
/obj/structure/table,
/obj/structure/bedsheetbin,
/obj/structure/window/reinforced,
@@ -814,20 +789,21 @@
dir = 8
},
/area/security/prison)
-"abO" = (
+"abL" = (
/turf/open/floor/plating,
/area/security/prison)
-"abP" = (
-/turf/open/floor/plating/warnplate{
+"abM" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/security/prison)
-"abQ" = (
+"abN" = (
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
/area/security/prison)
-"abR" = (
+"abO" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -841,7 +817,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abS" = (
+"abP" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -861,7 +837,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abT" = (
+"abQ" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
@@ -869,11 +845,11 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abU" = (
+"abR" = (
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abV" = (
+"abS" = (
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
@@ -881,7 +857,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abW" = (
+"abT" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -901,7 +877,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abX" = (
+"abU" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -915,7 +891,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"abY" = (
+"abV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light/small{
dir = 8
@@ -925,13 +901,14 @@
id = "executionburn";
pixel_x = -25
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"abZ" = (
+"abW" = (
/obj/structure/bed,
/obj/item/clothing/suit/straight_jacket,
/obj/item/clothing/glasses/sunglasses/blindfold,
@@ -945,26 +922,27 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aca" = (
+"abX" = (
/obj/machinery/flasher{
id = "justiceflash";
name = "mounted justice flash";
pixel_x = 28
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acb" = (
+"abY" = (
/obj/machinery/door/airlock{
name = "Unisex Restroom";
req_access_txt = "0"
},
/turf/open/floor/plasteel/freezer,
/area/security/prison)
-"acc" = (
+"abZ" = (
/obj/structure/table,
/obj/item/weapon/book/manual/chef_recipes{
pixel_x = 2;
@@ -973,7 +951,7 @@
/obj/item/clothing/head/chefhat,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acd" = (
+"aca" = (
/obj/structure/table,
/obj/structure/cable/yellow{
d1 = 1;
@@ -985,21 +963,21 @@
/obj/item/toy/cards/deck,
/turf/open/floor/plasteel,
/area/security/prison)
-"ace" = (
+"acb" = (
/obj/structure/table,
/obj/item/weapon/storage/pill_bottle/dice,
/turf/open/floor/plasteel,
/area/security/prison)
-"acf" = (
+"acc" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/security/prison)
-"acg" = (
+"acd" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"ach" = (
+"ace" = (
/obj/machinery/vending/sustenance{
desc = "A vending machine normally reserved for work camps.";
name = "\improper sustenance vendor";
@@ -1007,30 +985,32 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aci" = (
-/turf/open/floor/plating/warnplate{
+"acf" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/security/prison)
-"acj" = (
+"acg" = (
/obj/machinery/light/small,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/security/prison)
-"ack" = (
-/turf/open/floor/plating/warnplate{
+"ach" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/security/prison)
-"acl" = (
+"aci" = (
/obj/machinery/door/airlock/external{
name = "Security External Airlock";
req_access_txt = "1"
},
/turf/open/floor/plating,
/area/security/prison)
-"acm" = (
+"acj" = (
/obj/machinery/light/small{
dir = 1
},
@@ -1042,15 +1022,16 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/security/prison)
-"acn" = (
+"ack" = (
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
-"aco" = (
+"acl" = (
/obj/structure/cable,
/obj/machinery/power/solar{
id = "forestarboard";
@@ -1058,7 +1039,7 @@
},
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/auxstarboard)
-"acp" = (
+"acm" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -1066,35 +1047,38 @@
scrub_Toxins = 0
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acq" = (
+"acn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acr" = (
+"aco" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 2;
name = "justice injector"
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acs" = (
+"acp" = (
/obj/machinery/light/small{
dir = 4
},
@@ -1103,7 +1087,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/security/prison)
-"act" = (
+"acq" = (
/obj/structure/table,
/obj/item/weapon/storage/box/donkpockets{
pixel_x = 2;
@@ -1118,7 +1102,7 @@
icon_state = "panelscorched"
},
/area/security/prison)
-"acu" = (
+"acr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -1126,7 +1110,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acv" = (
+"acs" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -1137,7 +1121,7 @@
},
/turf/open/floor/plasteel,
/area/security/prison)
-"acw" = (
+"act" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -1158,8 +1142,8 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acx" = (
-/obj/machinery/hologram/holopad,
+"acu" = (
+/obj/machinery/holopad,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -1167,7 +1151,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acy" = (
+"acv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -1176,7 +1160,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acz" = (
+"acw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -1184,7 +1168,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acA" = (
+"acx" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -1192,18 +1176,18 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acB" = (
+"acy" = (
/obj/machinery/door/airlock/external{
name = "Escape Pod Two"
},
/turf/open/floor/plating,
/area/security/prison)
-"acC" = (
+"acz" = (
/obj/item/stack/cable_coil,
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"acD" = (
+"acA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -1219,7 +1203,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acE" = (
+"acB" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -1238,7 +1222,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acF" = (
+"acC" = (
/obj/machinery/door/window/brigdoor{
dir = 2;
name = "Justice Chamber";
@@ -1274,7 +1258,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acG" = (
+"acD" = (
/obj/structure/table,
/obj/machinery/microwave{
pixel_x = -3;
@@ -1284,12 +1268,12 @@
icon_state = "platingdmg1"
},
/area/security/prison)
-"acH" = (
+"acE" = (
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/security/prison)
-"acI" = (
+"acF" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -1299,7 +1283,7 @@
/obj/machinery/light,
/turf/open/floor/plasteel,
/area/security/prison)
-"acJ" = (
+"acG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -1309,7 +1293,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acK" = (
+"acH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -1328,7 +1312,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acL" = (
+"acI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -1339,19 +1323,19 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acM" = (
+"acJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/security/prison)
-"acN" = (
+"acK" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acO" = (
+"acL" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -1359,7 +1343,7 @@
/obj/machinery/light,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acP" = (
+"acM" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -1368,7 +1352,7 @@
/obj/item/weapon/pen,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"acQ" = (
+"acN" = (
/obj/structure/table/glass,
/obj/item/weapon/reagent_containers/syringe,
/obj/item/weapon/reagent_containers/glass/bottle/morphine{
@@ -1378,7 +1362,7 @@
dir = 1
},
/area/security/prison)
-"acR" = (
+"acO" = (
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = 32
@@ -1397,19 +1381,19 @@
dir = 1
},
/area/security/prison)
-"acS" = (
+"acP" = (
/turf/closed/wall,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"acT" = (
+"acQ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"acU" = (
+"acR" = (
/obj/structure/table/glass,
/obj/item/weapon/reagent_containers/syringe,
/obj/item/weapon/reagent_containers/glass/bottle/morphine{
@@ -1426,7 +1410,7 @@
dir = 1
},
/area/security/prison)
-"acV" = (
+"acS" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -1435,7 +1419,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxport)
-"acW" = (
+"acT" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -1445,7 +1429,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxport)
-"acX" = (
+"acU" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -1454,7 +1438,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxport)
-"acY" = (
+"acV" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/bottle/morphine{
pixel_x = -4;
@@ -1533,7 +1517,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"acZ" = (
+"acW" = (
/obj/structure/table,
/obj/item/weapon/folder/red{
pixel_x = 3
@@ -1555,7 +1539,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"ada" = (
+"acX" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -1566,7 +1550,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adb" = (
+"acY" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
name = "old sink";
@@ -1581,7 +1565,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adc" = (
+"acZ" = (
/obj/machinery/power/apc{
cell_type = 2500;
dir = 1;
@@ -1605,13 +1589,13 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"add" = (
+"ada" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/closed/wall/r_wall,
/area/security/prison)
-"ade" = (
+"adb" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -1625,11 +1609,11 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adf" = (
+"adc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/security/prison)
-"adg" = (
+"add" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -1649,7 +1633,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adh" = (
+"ade" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -1663,13 +1647,13 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adi" = (
+"adf" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plating,
/area/security/prison)
-"adj" = (
+"adg" = (
/obj/structure/bed,
/obj/item/clothing/suit/straight_jacket,
/obj/item/clothing/glasses/sunglasses/blindfold,
@@ -1679,7 +1663,7 @@
},
/turf/open/floor/plasteel/white,
/area/security/prison)
-"adk" = (
+"adh" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -1687,7 +1671,7 @@
},
/turf/open/floor/plasteel/white,
/area/security/prison)
-"adl" = (
+"adi" = (
/obj/structure/bed,
/obj/item/clothing/suit/straight_jacket,
/obj/item/clothing/glasses/sunglasses/blindfold,
@@ -1702,7 +1686,7 @@
},
/turf/open/floor/plasteel/white,
/area/security/prison)
-"adm" = (
+"adj" = (
/obj/structure/closet/emcloset,
/obj/machinery/light/small{
dir = 8
@@ -1711,29 +1695,16 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"adn" = (
-/turf/open/floor/plating,
+"adk" = (
/obj/structure/shuttle/engine/propulsion/burst{
dir = 4
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/pod_3)
-"ado" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_3)
-"adp" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
+"adl" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_3)
-"adq" = (
+"adm" = (
/obj/structure/table,
/obj/item/device/flashlight/lamp,
/obj/structure/reagent_dispensers/peppertank{
@@ -1747,7 +1718,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adr" = (
+"adn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/chair/office/dark{
dir = 1
@@ -1760,13 +1731,13 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"ads" = (
+"ado" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden,
/turf/open/floor/plasteel/black,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adt" = (
+"adp" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -1777,7 +1748,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adu" = (
+"adq" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -1794,13 +1765,13 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adv" = (
+"adr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adw" = (
+"ads" = (
/obj/structure/bed,
/obj/machinery/camera{
c_tag = "Prison Cell 3";
@@ -1808,7 +1779,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adx" = (
+"adt" = (
/obj/structure/chair/stool,
/obj/machinery/light/small{
dir = 1
@@ -1824,7 +1795,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"ady" = (
+"adu" = (
/obj/structure/bed,
/obj/machinery/camera{
c_tag = "Prison Cell 2";
@@ -1832,7 +1803,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adz" = (
+"adv" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -1841,7 +1812,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adA" = (
+"adw" = (
/obj/structure/chair/stool,
/obj/machinery/light/small{
dir = 1
@@ -1859,7 +1830,7 @@
icon_state = "platingdmg2"
},
/area/security/prison)
-"adB" = (
+"adx" = (
/obj/structure/bed,
/obj/machinery/camera{
c_tag = "Prison Cell 1";
@@ -1867,7 +1838,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adC" = (
+"ady" = (
/obj/structure/chair/stool,
/obj/machinery/light/small{
dir = 1
@@ -1883,12 +1854,12 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adD" = (
+"adz" = (
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/security/prison)
-"adE" = (
+"adA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -1905,7 +1876,7 @@
},
/turf/open/floor/plasteel/white,
/area/security/prison)
-"adF" = (
+"adB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -1913,7 +1884,7 @@
},
/turf/open/floor/plasteel/white,
/area/security/prison)
-"adG" = (
+"adC" = (
/obj/machinery/flasher{
id = "insaneflash";
pixel_x = 26
@@ -1924,7 +1895,7 @@
},
/turf/open/floor/plasteel/white,
/area/security/prison)
-"adH" = (
+"adD" = (
/obj/structure/lattice,
/obj/machinery/camera/motion{
c_tag = "Armory - External";
@@ -1933,30 +1904,32 @@
},
/turf/open/space,
/area/space)
-"adI" = (
+"adE" = (
/turf/open/floor/plating,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"adJ" = (
-/obj/machinery/door/airlock/shuttle{
+"adF" = (
+/obj/machinery/door/airlock/titanium{
name = "Escape Pod Airlock"
},
/obj/docking_port/mobile/pod{
dir = 4;
id = "pod3";
- name = "escape pod 3"
+ name = "escape pod 3";
+ port_angle = 180;
+ preferred_direction = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_3)
-"adK" = (
+"adG" = (
/obj/docking_port/stationary/random{
id = "pod_asteroid2";
name = "asteroid"
},
/turf/open/space,
/area/space)
-"adL" = (
+"adH" = (
/obj/structure/chair{
dir = 1
},
@@ -1971,14 +1944,14 @@
possible_destinations = "pod_asteroid2";
shuttleId = "pod2"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
-"adM" = (
+"adI" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/pod_3)
-"adN" = (
+"adJ" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -2003,7 +1976,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adO" = (
+"adK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -2013,7 +1986,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adP" = (
+"adL" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -2024,7 +1997,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adQ" = (
+"adM" = (
/obj/machinery/button/door{
id = "prisonereducation";
name = "Door Bolt Control";
@@ -2044,7 +2017,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adR" = (
+"adN" = (
/obj/machinery/light_switch{
pixel_x = 26;
pixel_y = 0
@@ -2063,7 +2036,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"adS" = (
+"adO" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
on = 1
},
@@ -2075,7 +2048,7 @@
icon_state = "platingdmg3"
},
/area/security/prison)
-"adT" = (
+"adP" = (
/obj/structure/table,
/obj/item/weapon/paper,
/obj/item/weapon/pen,
@@ -2087,14 +2060,14 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adU" = (
+"adQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
/turf/closed/wall,
/area/security/prison)
-"adV" = (
+"adR" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -2105,7 +2078,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adW" = (
+"adS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -2116,7 +2089,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adX" = (
+"adT" = (
/obj/structure/table,
/obj/item/weapon/paper,
/obj/item/weapon/pen,
@@ -2127,7 +2100,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adY" = (
+"adU" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
on = 1
},
@@ -2137,7 +2110,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"adZ" = (
+"adV" = (
/obj/item/weapon/folder/red,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -2146,7 +2119,7 @@
dir = 2
},
/area/security/prison)
-"aea" = (
+"adW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -2156,7 +2129,7 @@
dir = 2
},
/area/security/prison)
-"aeb" = (
+"adX" = (
/obj/structure/bed/roller,
/obj/structure/bed/roller,
/obj/machinery/iv_drip{
@@ -2170,13 +2143,13 @@
dir = 2
},
/area/security/prison)
-"aec" = (
+"adY" = (
/turf/closed/wall/r_wall,
/area/security/warden)
-"aed" = (
+"adZ" = (
/turf/closed/wall/r_wall,
/area/security/hos)
-"aee" = (
+"aea" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -2189,7 +2162,7 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"aef" = (
+"aeb" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -2206,7 +2179,7 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"aeg" = (
+"aec" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -2223,35 +2196,20 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"aeh" = (
-/turf/open/floor/plating/warnplate{
+"aed" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aei" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/pod_3)
-"aej" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/pod_3)
-"aek" = (
+"aee" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"ael" = (
+"aef" = (
/obj/machinery/door/airlock/external{
name = "Solar Maintenance";
req_access = null;
@@ -2264,7 +2222,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"aem" = (
+"aeg" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -2276,7 +2234,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aen" = (
+"aeh" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
},
@@ -2292,7 +2250,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aeo" = (
+"aei" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
name = "justice gas pump"
@@ -2308,7 +2266,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aep" = (
+"aej" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
aiControlDisabled = 1;
@@ -2329,22 +2287,22 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aeq" = (
+"aek" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
/area/security/prison)
-"aer" = (
+"ael" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall,
/area/security/prison)
-"aes" = (
+"aem" = (
/obj/machinery/door/airlock/glass_security{
name = "Long-Term Cell 3";
req_access_txt = "2"
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aet" = (
+"aen" = (
/obj/machinery/door/airlock/glass_security{
name = "Long-Term Cell 2";
req_access_txt = "2"
@@ -2357,14 +2315,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aeu" = (
+"aeo" = (
/obj/machinery/door/airlock/glass_security{
name = "Long-Term Cell 1";
req_access_txt = "2"
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
-"aev" = (
+"aep" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Prison Sanitarium";
@@ -2379,23 +2337,24 @@
dir = 1
},
/area/security/prison)
-"aew" = (
+"aeq" = (
/turf/closed/wall/r_wall,
/area/ai_monitored/security/armory)
-"aex" = (
+"aer" = (
/obj/structure/rack,
/obj/item/weapon/gun/energy/ionrifle{
pin = /obj/item/device/firing_pin
},
-/obj/item/clothing/suit/armor/laserproof,
/obj/machinery/light{
dir = 1
},
+/obj/item/weapon/gun/energy/temperature/security,
+/obj/item/clothing/suit/armor/laserproof,
/turf/open/floor/plasteel/vault{
dir = 4
},
/area/ai_monitored/security/armory)
-"aey" = (
+"aes" = (
/obj/structure/closet/secure_closet{
name = "contraband locker";
req_access_txt = "3"
@@ -2405,13 +2364,13 @@
name = "3maintenance loot spawner"
},
/obj/effect/spawner/lootdrop/armory_contraband{
- loot = list(/obj/item/weapon/gun/projectile/automatic/pistol = 5, /obj/item/weapon/gun/projectile/shotgun/automatic/combat = 5, /obj/item/weapon/gun/projectile/revolver/mateba, /obj/item/weapon/gun/projectile/automatic/pistol/deagle, /obj/item/weapon/storage/box/syndie_kit/throwing_weapons = 3)
+ loot = list(/obj/item/weapon/gun/ballistic/automatic/pistol = 5, /obj/item/weapon/gun/ballistic/shotgun/automatic/combat = 5, /obj/item/weapon/gun/ballistic/revolver/mateba, /obj/item/weapon/gun/ballistic/automatic/pistol/deagle, /obj/item/weapon/storage/box/syndie_kit/throwing_weapons = 3)
},
/turf/open/floor/plasteel/vault{
dir = 4
},
/area/ai_monitored/security/armory)
-"aez" = (
+"aet" = (
/obj/structure/table/wood,
/obj/machinery/newscaster/security_unit{
pixel_x = 0;
@@ -2431,15 +2390,15 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"aeA" = (
+"aeu" = (
/obj/machinery/computer/prisoner,
/turf/open/floor/plasteel/black,
/area/security/hos)
-"aeB" = (
+"aev" = (
/obj/machinery/computer/security,
/turf/open/floor/plasteel/black,
/area/security/hos)
-"aeC" = (
+"aew" = (
/obj/machinery/computer/secure_data,
/obj/structure/cable/yellow{
d1 = 1;
@@ -2448,21 +2407,21 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"aeD" = (
+"aex" = (
/obj/structure/closet/secure_closet/lethalshots,
/turf/open/floor/plasteel/vault{
dir = 1
},
/area/ai_monitored/security/armory)
-"aeE" = (
+"aey" = (
/turf/closed/wall,
/area/security/range)
-"aeF" = (
+"aez" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/security/range)
-"aeG" = (
+"aeA" = (
/obj/machinery/door/airlock/external{
name = "Escape Pod Three"
},
@@ -2470,7 +2429,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aeH" = (
+"aeB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -2478,7 +2437,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aeI" = (
+"aeC" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -2488,7 +2447,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aeJ" = (
+"aeD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/effect/landmark{
@@ -2501,7 +2460,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aeK" = (
+"aeE" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -2511,7 +2470,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aeL" = (
+"aeF" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -2519,17 +2478,18 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/auxstarboard)
-"aeM" = (
+"aeG" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"aeN" = (
+"aeH" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -2538,7 +2498,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aeO" = (
+"aeI" = (
/obj/item/weapon/tank/internals/oxygen/red{
pixel_x = -4;
pixel_y = -1
@@ -2563,7 +2523,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aeP" = (
+"aeJ" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 9
},
@@ -2572,7 +2532,7 @@
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"aeQ" = (
+"aeK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -2588,7 +2548,7 @@
dir = 2
},
/area/security/prison)
-"aeR" = (
+"aeL" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2606,7 +2566,7 @@
dir = 2
},
/area/security/prison)
-"aeS" = (
+"aeM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2622,7 +2582,7 @@
dir = 2
},
/area/security/prison)
-"aeT" = (
+"aeN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -2635,7 +2595,7 @@
dir = 2
},
/area/security/prison)
-"aeU" = (
+"aeO" = (
/obj/machinery/button/door{
id = "permacell3";
name = "Cell 3 Lockdown";
@@ -2660,7 +2620,7 @@
dir = 2
},
/area/security/prison)
-"aeV" = (
+"aeP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -2685,7 +2645,7 @@
dir = 2
},
/area/security/prison)
-"aeW" = (
+"aeQ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2703,7 +2663,7 @@
dir = 2
},
/area/security/prison)
-"aeX" = (
+"aeR" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2719,7 +2679,7 @@
dir = 2
},
/area/security/prison)
-"aeY" = (
+"aeS" = (
/obj/machinery/button/door{
id = "permacell2";
name = "Cell 2 Lockdown";
@@ -2745,7 +2705,7 @@
dir = 2
},
/area/security/prison)
-"aeZ" = (
+"aeT" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2765,7 +2725,7 @@
dir = 2
},
/area/security/prison)
-"afa" = (
+"aeU" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -2779,7 +2739,7 @@
dir = 2
},
/area/security/prison)
-"afb" = (
+"aeV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -2792,7 +2752,7 @@
dir = 2
},
/area/security/prison)
-"afc" = (
+"aeW" = (
/obj/machinery/button/door{
id = "permacell1";
name = "Cell 1 Lockdown";
@@ -2818,7 +2778,7 @@
dir = 2
},
/area/security/prison)
-"afd" = (
+"aeX" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 1;
@@ -2850,7 +2810,7 @@
dir = 2
},
/area/security/prison)
-"afe" = (
+"aeY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2863,7 +2823,7 @@
dir = 2
},
/area/security/prison)
-"aff" = (
+"aeZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2879,7 +2839,7 @@
dir = 2
},
/area/security/prison)
-"afg" = (
+"afa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -2897,7 +2857,7 @@
dir = 2
},
/area/security/prison)
-"afh" = (
+"afb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -2915,7 +2875,7 @@
dir = 2
},
/area/security/prison)
-"afi" = (
+"afc" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -2929,7 +2889,7 @@
},
/turf/open/floor/plating,
/area/security/prison)
-"afj" = (
+"afd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -2950,7 +2910,7 @@
},
/turf/open/floor/plasteel,
/area/security/prison)
-"afk" = (
+"afe" = (
/obj/structure/table/wood,
/obj/machinery/requests_console{
announcementConsole = 1;
@@ -2972,7 +2932,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"afl" = (
+"aff" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -2984,19 +2944,19 @@
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/security/armory)
-"afm" = (
+"afg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/security/armory)
-"afn" = (
+"afh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/security/armory)
-"afo" = (
+"afi" = (
/obj/structure/closet/secure_closet/hos,
/obj/machinery/light{
dir = 8
@@ -3015,7 +2975,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"afp" = (
+"afj" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -3030,17 +2990,17 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"afq" = (
+"afk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"afr" = (
+"afl" = (
/obj/structure/chair/comfy/black,
/turf/open/floor/plasteel/black,
/area/security/hos)
-"afs" = (
+"afm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -3051,7 +3011,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"aft" = (
+"afn" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -3071,7 +3031,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"afu" = (
+"afo" = (
/obj/machinery/light{
dir = 4
},
@@ -3086,28 +3046,31 @@
/obj/machinery/suit_storage_unit/hos,
/turf/open/floor/plasteel/black,
/area/security/hos)
-"afv" = (
+"afp" = (
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/security/range)
-"afw" = (
-/turf/open/floor/plasteel/warning{
+"afq" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/security/range)
-"afx" = (
+"afr" = (
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/security/range)
-"afy" = (
+"afs" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 4
@@ -3122,13 +3085,13 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afz" = (
+"aft" = (
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afA" = (
+"afu" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/drinks/sillycup{
pixel_x = -5;
@@ -3151,31 +3114,31 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afB" = (
+"afv" = (
/obj/structure/easel,
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afC" = (
+"afw" = (
/obj/structure/closet/masks,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afD" = (
+"afx" = (
/obj/structure/closet/athletic_mixed,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afE" = (
+"afy" = (
/obj/structure/closet/boxinggloves,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afF" = (
+"afz" = (
/obj/structure/closet/emcloset,
/obj/structure/sign/pods{
pixel_y = 30
@@ -3184,18 +3147,18 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afG" = (
+"afA" = (
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afH" = (
+"afB" = (
/obj/machinery/computer/arcade,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afI" = (
+"afC" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3203,12 +3166,12 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"afJ" = (
+"afD" = (
/turf/open/floor/engine{
name = "Holodeck Projector Floor"
},
/area/holodeck/rec_center)
-"afK" = (
+"afE" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -3221,7 +3184,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"afL" = (
+"afF" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "applebush";
layer = 4.1
@@ -3236,7 +3199,7 @@
},
/turf/open/floor/plasteel,
/area/security/prison)
-"afM" = (
+"afG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -3244,7 +3207,7 @@
dir = 1
},
/area/security/prison)
-"afN" = (
+"afH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -3257,7 +3220,7 @@
dir = 1
},
/area/security/prison)
-"afO" = (
+"afI" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -3269,7 +3232,7 @@
dir = 1
},
/area/security/prison)
-"afP" = (
+"afJ" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -3282,7 +3245,7 @@
dir = 1
},
/area/security/prison)
-"afQ" = (
+"afK" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -3291,7 +3254,7 @@
dir = 1
},
/area/security/prison)
-"afR" = (
+"afL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -3304,7 +3267,7 @@
dir = 1
},
/area/security/prison)
-"afS" = (
+"afM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -3317,7 +3280,7 @@
dir = 1
},
/area/security/prison)
-"afT" = (
+"afN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -3329,7 +3292,7 @@
dir = 1
},
/area/security/prison)
-"afU" = (
+"afO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -3344,7 +3307,7 @@
dir = 1
},
/area/security/prison)
-"afV" = (
+"afP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -3356,7 +3319,7 @@
dir = 1
},
/area/security/prison)
-"afW" = (
+"afQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -3368,7 +3331,7 @@
dir = 1
},
/area/security/prison)
-"afX" = (
+"afR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -3382,7 +3345,7 @@
dir = 1
},
/area/security/prison)
-"afY" = (
+"afS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -3391,7 +3354,7 @@
dir = 1
},
/area/security/prison)
-"afZ" = (
+"afT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -3401,7 +3364,7 @@
dir = 1
},
/area/security/prison)
-"aga" = (
+"afU" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -3412,18 +3375,18 @@
dir = 1
},
/area/security/prison)
-"agb" = (
+"afV" = (
/turf/open/floor/plasteel/red/corner{
dir = 1
},
/area/security/prison)
-"agc" = (
+"afW" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/prison)
-"agd" = (
+"afX" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -3441,11 +3404,11 @@
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/security/armory)
-"age" = (
+"afY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/ai_monitored/security/armory)
-"agf" = (
+"afZ" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -3471,7 +3434,7 @@
dir = 1
},
/area/ai_monitored/security/armory)
-"agg" = (
+"aga" = (
/mob/living/simple_animal/bot/secbot{
arrest_type = 1;
health = 45;
@@ -3485,14 +3448,14 @@
dir = 8
},
/area/ai_monitored/security/armory)
-"agh" = (
+"agb" = (
/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun/advtaser{
+/obj/item/weapon/gun/energy/e_gun/advtaser{
pixel_x = -3;
pixel_y = 3
},
-/obj/item/weapon/gun/energy/gun/advtaser,
-/obj/item/weapon/gun/energy/gun/advtaser{
+/obj/item/weapon/gun/energy/e_gun/advtaser,
+/obj/item/weapon/gun/energy/e_gun/advtaser{
pixel_x = 3;
pixel_y = -3
},
@@ -3501,10 +3464,10 @@
dir = 1
},
/area/ai_monitored/security/armory)
-"agi" = (
+"agc" = (
/turf/open/floor/plasteel/black,
/area/ai_monitored/security/armory)
-"agj" = (
+"agd" = (
/obj/structure/rack,
/obj/item/weapon/gun/energy/laser{
pixel_x = -3;
@@ -3519,7 +3482,7 @@
dir = 4
},
/area/ai_monitored/security/armory)
-"agk" = (
+"age" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -3536,7 +3499,7 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"agl" = (
+"agf" = (
/obj/structure/table/wood,
/obj/item/weapon/storage/secure/briefcase{
pixel_x = -2
@@ -3550,7 +3513,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"agm" = (
+"agg" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -3558,18 +3521,18 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"agn" = (
+"agh" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/security/hos)
-"ago" = (
+"agi" = (
/obj/structure/table/wood,
/obj/item/weapon/stamp/hos,
/turf/open/floor/carpet,
/area/security/hos)
-"agp" = (
+"agj" = (
/obj/item/weapon/phone{
desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
pixel_x = -3;
@@ -3583,7 +3546,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
/area/security/hos)
-"agq" = (
+"agk" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -3596,7 +3559,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"agr" = (
+"agl" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -3609,7 +3572,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"ags" = (
+"agm" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -3626,25 +3589,27 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"agt" = (
-/turf/open/floor/plasteel/warning{
+"agn" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/security/range)
-"agu" = (
+"ago" = (
/obj/structure/target_stake,
/obj/item/target/syndicate,
/turf/open/floor/plasteel,
/area/security/range)
-"agv" = (
-/turf/open/floor/plasteel/warning{
+"agp" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/security/range)
-"agw" = (
+"agq" = (
/turf/closed/wall,
/area/maintenance/fore)
-"agx" = (
+"agr" = (
/obj/structure/sink{
icon_state = "sink";
dir = 8;
@@ -3668,7 +3633,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agy" = (
+"ags" = (
/obj/machinery/door/airlock{
id_tag = "FitnessShower";
name = "Fitness Room Shower"
@@ -3677,7 +3642,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agz" = (
+"agt" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -3689,7 +3654,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agA" = (
+"agu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -3701,7 +3666,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agB" = (
+"agv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -3720,7 +3685,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agC" = (
+"agw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -3730,7 +3695,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agD" = (
+"agx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -3742,7 +3707,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agE" = (
+"agy" = (
/obj/machinery/light{
dir = 1
},
@@ -3762,17 +3727,17 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agF" = (
+"agz" = (
/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"agG" = (
+"agA" = (
/turf/closed/wall/r_wall,
/area/maintenance/auxsolarport)
-"agH" = (
+"agB" = (
/obj/machinery/power/solar_control{
id = "foreport";
name = "Fore Port Solar Control";
@@ -3784,7 +3749,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"agI" = (
+"agC" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -3795,11 +3760,12 @@
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"agJ" = (
+"agD" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -3812,7 +3778,7 @@
icon_state = "platingdmg2"
},
/area/maintenance/auxsolarport)
-"agK" = (
+"agE" = (
/obj/structure/table,
/obj/item/weapon/folder/red{
pixel_x = 3
@@ -3823,7 +3789,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/prison)
-"agL" = (
+"agF" = (
/obj/structure/rack,
/obj/item/weapon/restraints/handcuffs,
/obj/item/device/assembly/flash/handheld,
@@ -3834,7 +3800,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/prison)
-"agM" = (
+"agG" = (
/obj/structure/table,
/obj/item/weapon/storage/box/bodybags{
pixel_x = 4;
@@ -3844,13 +3810,13 @@
/obj/item/weapon/storage/box/prisoner,
/turf/open/floor/plasteel/vault,
/area/security/prison)
-"agN" = (
+"agH" = (
/obj/structure/closet/secure_closet/brig{
anchored = 1
},
/turf/open/floor/plasteel/vault,
/area/security/prison)
-"agO" = (
+"agI" = (
/obj/structure/closet/secure_closet/brig{
anchored = 1
},
@@ -3861,11 +3827,11 @@
},
/turf/open/floor/plasteel/vault,
/area/security/prison)
-"agP" = (
+"agJ" = (
/obj/structure/sign/securearea,
/turf/closed/wall,
/area/security/prison)
-"agQ" = (
+"agK" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
@@ -3879,12 +3845,12 @@
},
/turf/open/floor/plasteel,
/area/security/prison)
-"agR" = (
+"agL" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/security/prison)
-"agS" = (
+"agM" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/glass_security{
@@ -3893,14 +3859,14 @@
},
/turf/open/floor/plasteel,
/area/security/prison)
-"agT" = (
+"agN" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'WARNING: Dangerous Inmates'.";
name = "\improper WARNING: Dangerous Inmates"
},
/turf/closed/wall,
/area/security/prison)
-"agU" = (
+"agO" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
@@ -3911,7 +3877,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/prison)
-"agV" = (
+"agP" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -3919,7 +3885,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/prison)
-"agW" = (
+"agQ" = (
/obj/structure/rack,
/obj/item/clothing/suit/armor/bulletproof,
/obj/item/clothing/head/helmet/alt,
@@ -3931,7 +3897,7 @@
dir = 4
},
/area/ai_monitored/security/armory)
-"agX" = (
+"agR" = (
/obj/machinery/airalarm{
dir = 4;
locked = 0;
@@ -3939,18 +3905,18 @@
pixel_y = 0
},
/obj/structure/rack,
-/obj/item/weapon/storage/fancy,
+/obj/item/weapon/storage/fancy/donut_box,
/turf/open/floor/plasteel/vault{
dir = 1
},
/area/ai_monitored/security/armory)
-"agY" = (
-/obj/machinery/hologram/holopad,
+"agS" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/ai_monitored/security/armory)
-"agZ" = (
+"agT" = (
/obj/structure/rack,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/weapon/storage/box/rubbershot,
@@ -3959,23 +3925,23 @@
/obj/item/weapon/storage/box/rubbershot,
/obj/item/weapon/storage/box/rubbershot,
/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/gun/projectile/shotgun/riot{
+/obj/item/weapon/gun/ballistic/shotgun/riot{
pixel_x = -3;
pixel_y = 3
},
-/obj/item/weapon/gun/projectile/shotgun/riot,
+/obj/item/weapon/gun/ballistic/shotgun/riot,
/turf/open/floor/plasteel/vault{
dir = 1
},
/area/ai_monitored/security/armory)
-"aha" = (
+"agU" = (
/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun{
+/obj/item/weapon/gun/energy/e_gun{
pixel_x = -3;
pixel_y = 3
},
-/obj/item/weapon/gun/energy/gun,
-/obj/item/weapon/gun/energy/gun{
+/obj/item/weapon/gun/energy/e_gun,
+/obj/item/weapon/gun/energy/e_gun{
pixel_x = 3;
pixel_y = -3
},
@@ -3983,7 +3949,7 @@
dir = 4
},
/area/ai_monitored/security/armory)
-"ahb" = (
+"agV" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -3993,12 +3959,12 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"ahc" = (
+"agW" = (
/obj/structure/table/wood,
/obj/machinery/recharger,
/turf/open/floor/plasteel/black,
/area/security/hos)
-"ahd" = (
+"agX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -4006,12 +3972,12 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"ahe" = (
+"agY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/security/hos)
-"ahf" = (
-/obj/machinery/hologram/holopad,
+"agZ" = (
+/obj/machinery/holopad,
/obj/structure/chair{
dir = 1
},
@@ -4020,7 +3986,7 @@
},
/turf/open/floor/carpet,
/area/security/hos)
-"ahg" = (
+"aha" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/mob/living/simple_animal/hostile/retaliate/bat{
desc = "A fierce companion for any person of power, this spider has been carefully trained by NanoTrasen specialists. Its beady, staring eyes send shivers down your spine";
@@ -4046,7 +4012,7 @@
},
/turf/open/floor/carpet,
/area/security/hos)
-"ahh" = (
+"ahb" = (
/obj/structure/table/wood,
/obj/item/device/taperecorder{
pixel_x = -4;
@@ -4058,18 +4024,18 @@
},
/turf/open/floor/plasteel/black,
/area/security/hos)
-"ahi" = (
+"ahc" = (
/turf/open/floor/plasteel,
/area/security/range)
-"ahj" = (
+"ahd" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/maintenance/fore)
-"ahk" = (
+"ahe" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/fore)
-"ahl" = (
+"ahf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -4081,19 +4047,19 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahm" = (
+"ahg" = (
/turf/open/floor/plasteel,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahn" = (
+"ahh" = (
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aho" = (
+"ahi" = (
/obj/structure/chair,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -4101,7 +4067,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahp" = (
+"ahj" = (
/obj/structure/chair,
/obj/effect/landmark/start{
name = "Assistant"
@@ -4110,7 +4076,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahq" = (
+"ahk" = (
/obj/structure/chair,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -4118,14 +4084,14 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahr" = (
+"ahl" = (
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahs" = (
+"ahm" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -4134,7 +4100,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aht" = (
+"ahn" = (
/obj/structure/chair{
dir = 4
},
@@ -4144,7 +4110,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahu" = (
+"aho" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = "0"
},
@@ -4152,15 +4118,15 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ahv" = (
+"ahp" = (
/turf/closed/wall,
/area/maintenance/disposal)
-"ahw" = (
+"ahq" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/disposal)
-"ahx" = (
+"ahr" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -4170,7 +4136,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"ahy" = (
+"ahs" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -4186,7 +4152,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"ahz" = (
+"aht" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
@@ -4203,19 +4169,19 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"ahA" = (
+"ahu" = (
/obj/machinery/suit_storage_unit/security,
/turf/open/floor/plasteel/vault{
dir = 1
},
/area/security/brig)
-"ahB" = (
+"ahv" = (
/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/security/brig)
-"ahC" = (
+"ahw" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -4225,10 +4191,10 @@
dir = 4
},
/area/security/brig)
-"ahD" = (
+"ahx" = (
/turf/closed/wall,
/area/security/brig)
-"ahE" = (
+"ahy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -4242,11 +4208,12 @@
name = "Security Blast Door";
opacity = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/security/brig)
-"ahF" = (
+"ahz" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -4254,11 +4221,12 @@
name = "Security Blast Door";
opacity = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/security/brig)
-"ahG" = (
+"ahA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/poddoor{
density = 0;
@@ -4267,14 +4235,15 @@
name = "Security Blast Door";
opacity = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/security/brig)
-"ahH" = (
+"ahB" = (
/turf/closed/wall,
/area/security/warden)
-"ahI" = (
+"ahC" = (
/obj/structure/rack,
/obj/item/clothing/suit/armor/riot,
/obj/item/clothing/suit/armor/riot,
@@ -4291,7 +4260,7 @@
dir = 4
},
/area/ai_monitored/security/armory)
-"ahJ" = (
+"ahD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
@@ -4305,7 +4274,7 @@
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/security/armory)
-"ahK" = (
+"ahE" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -4323,7 +4292,7 @@
dir = 1
},
/area/ai_monitored/security/armory)
-"ahL" = (
+"ahF" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 2;
@@ -4343,7 +4312,7 @@
},
/turf/open/floor/plasteel/vault,
/area/ai_monitored/security/armory)
-"ahM" = (
+"ahG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -4359,12 +4328,12 @@
dir = 6
},
/area/ai_monitored/security/armory)
-"ahN" = (
+"ahH" = (
/turf/open/floor/plasteel/vault{
dir = 10
},
/area/ai_monitored/security/armory)
-"ahO" = (
+"ahI" = (
/obj/structure/rack,
/obj/item/weapon/shield/riot{
pixel_x = -3;
@@ -4386,7 +4355,7 @@
dir = 4
},
/area/ai_monitored/security/armory)
-"ahP" = (
+"ahJ" = (
/obj/machinery/disposal/bin,
/obj/machinery/firealarm{
dir = 8;
@@ -4410,7 +4379,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/hos)
-"ahQ" = (
+"ahK" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -4421,7 +4390,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/hos)
-"ahR" = (
+"ahL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -4438,7 +4407,7 @@
},
/turf/open/floor/carpet,
/area/security/hos)
-"ahS" = (
+"ahM" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -4455,7 +4424,7 @@
},
/turf/open/floor/carpet,
/area/security/hos)
-"ahT" = (
+"ahN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -4469,7 +4438,7 @@
},
/turf/open/floor/carpet,
/area/security/hos)
-"ahU" = (
+"ahO" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -4482,7 +4451,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/hos)
-"ahV" = (
+"ahP" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
name = "Armory";
@@ -4499,34 +4468,34 @@
dir = 8
},
/area/ai_monitored/security/armory)
-"ahW" = (
+"ahQ" = (
/obj/item/clothing/head/festive,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
/area/maintenance/fore)
-"ahX" = (
+"ahR" = (
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/fore)
-"ahY" = (
+"ahS" = (
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/fore)
-"ahZ" = (
+"ahT" = (
/obj/structure/table,
/obj/item/weapon/poster/contraband,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aia" = (
-/obj/effect/decal/cleanable/cobweb2,
+"ahU" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/table,
/obj/item/weapon/stock_parts/manipulator,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aib" = (
+"ahV" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -4542,7 +4511,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aic" = (
+"ahW" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -4556,7 +4525,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aid" = (
+"ahX" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -4564,7 +4533,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aie" = (
+"ahY" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -4575,7 +4544,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aif" = (
+"ahZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -4583,7 +4552,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aig" = (
+"aia" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -4593,7 +4562,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aih" = (
+"aib" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -4605,7 +4574,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aii" = (
+"aic" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -4617,7 +4586,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aij" = (
+"aid" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -4631,7 +4600,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aik" = (
+"aie" = (
/obj/machinery/airalarm{
pixel_y = 24
},
@@ -4643,14 +4612,14 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ail" = (
+"aif" = (
/obj/machinery/door/poddoor{
id = "trash";
name = "disposal bay door"
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aim" = (
+"aig" = (
/obj/machinery/mass_driver{
dir = 8;
id = "trash"
@@ -4658,11 +4627,12 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"ain" = (
+"aih" = (
/obj/machinery/conveyor_switch/oneway{
convdir = -1;
id = "garbage";
@@ -4670,17 +4640,17 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aio" = (
+"aii" = (
/obj/structure/easel,
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aip" = (
+"aij" = (
/obj/item/weapon/vending_refill/coffee,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/disposal)
-"aiq" = (
+"aik" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 3;
@@ -4688,7 +4658,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"air" = (
+"ail" = (
/obj/machinery/power/apc{
dir = 8;
name = "Fore Port Solar APC";
@@ -4703,7 +4673,7 @@
icon_state = "panelscorched"
},
/area/maintenance/auxsolarport)
-"ais" = (
+"aim" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -4715,11 +4685,12 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"ait" = (
+"ain" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
@@ -4731,19 +4702,19 @@
/obj/machinery/power/smes,
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"aiu" = (
+"aio" = (
/turf/closed/wall/r_wall,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aiv" = (
+"aip" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aiw" = (
+"aiq" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -4752,7 +4723,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aix" = (
+"air" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -4762,7 +4733,7 @@
dir = 8
},
/area/security/brig)
-"aiy" = (
+"ais" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -4778,7 +4749,7 @@
dir = 8
},
/area/security/brig)
-"aiz" = (
+"ait" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Security E.V.A. Storage";
@@ -4791,7 +4762,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"aiA" = (
+"aiu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -4807,12 +4778,12 @@
dir = 1
},
/area/security/brig)
-"aiB" = (
+"aiv" = (
/turf/open/floor/plasteel/red/side{
dir = 1
},
/area/security/brig)
-"aiC" = (
+"aiw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light/small{
dir = 4
@@ -4828,7 +4799,7 @@
dir = 1
},
/area/security/brig)
-"aiD" = (
+"aix" = (
/obj/structure/closet{
name = "Evidence Closet 1"
},
@@ -4843,7 +4814,7 @@
dir = 1
},
/area/security/warden)
-"aiE" = (
+"aiy" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -4868,7 +4839,7 @@
dir = 8
},
/area/security/warden)
-"aiF" = (
+"aiz" = (
/obj/structure/closet/secure_closet{
anchored = 1;
name = "Secure Evidence Closet";
@@ -4884,27 +4855,27 @@
dir = 4
},
/area/security/warden)
-"aiG" = (
+"aiA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/ai_monitored/security/armory)
-"aiH" = (
+"aiB" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/security/warden)
-"aiI" = (
+"aiC" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/ai_monitored/security/armory)
-"aiJ" = (
+"aiD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -4913,7 +4884,7 @@
},
/turf/open/floor/plating,
/area/security/main)
-"aiK" = (
+"aiE" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -4926,7 +4897,7 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"aiL" = (
+"aiF" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -4944,7 +4915,7 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"aiM" = (
+"aiG" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 1;
@@ -4959,7 +4930,7 @@
},
/turf/open/floor/carpet,
/area/security/hos)
-"aiN" = (
+"aiH" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -4977,7 +4948,7 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"aiO" = (
+"aiI" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -4990,16 +4961,17 @@
},
/turf/open/floor/plating,
/area/security/hos)
-"aiP" = (
+"aiJ" = (
/turf/closed/wall/r_wall,
/area/security/range)
-"aiQ" = (
+"aiK" = (
/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/security/range)
-"aiR" = (
+"aiL" = (
/obj/machinery/door/window/westleft{
base_state = "right";
dir = 2;
@@ -5007,30 +4979,33 @@
name = "Shooting Range";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/security/range)
-"aiS" = (
+"aiM" = (
/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/security/range)
-"aiT" = (
+"aiN" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"aiU" = (
+"aiO" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aiV" = (
+"aiP" = (
/obj/structure/table,
/obj/item/weapon/folder,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aiW" = (
+"aiQ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -5046,7 +5021,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aiX" = (
+"aiR" = (
/obj/structure/table,
/obj/item/clothing/under/sl_suit{
desc = "Whoever wears this makes the rules.";
@@ -5058,7 +5033,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aiY" = (
+"aiS" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -5066,14 +5041,14 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aiZ" = (
+"aiT" = (
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aja" = (
+"aiU" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -5084,7 +5059,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajb" = (
+"aiV" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -5092,7 +5067,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajc" = (
+"aiW" = (
/obj/structure/chair{
dir = 8
},
@@ -5102,13 +5077,13 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajd" = (
+"aiX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aje" = (
+"aiY" = (
/obj/structure/chair{
dir = 4
},
@@ -5116,13 +5091,13 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajf" = (
+"aiZ" = (
/obj/machinery/computer/holodeck,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajg" = (
+"aja" = (
/obj/structure/chair{
dir = 8
},
@@ -5133,10 +5108,10 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajh" = (
+"ajb" = (
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
-"aji" = (
+"ajc" = (
/obj/machinery/conveyor{
dir = 2;
id = "garbage";
@@ -5149,7 +5124,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"ajj" = (
+"ajd" = (
/obj/machinery/button/door{
id = "Disposal Exit";
name = "Disposal Vent Control";
@@ -5168,22 +5143,22 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"ajk" = (
+"aje" = (
/turf/open/floor/plating,
/area/maintenance/fore)
-"ajl" = (
+"ajf" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"ajm" = (
+"ajg" = (
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/disposal)
-"ajn" = (
+"ajh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -5196,7 +5171,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarport)
-"ajo" = (
+"aji" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -5205,7 +5180,7 @@
},
/turf/closed/wall,
/area/maintenance/auxsolarport)
-"ajp" = (
+"ajj" = (
/obj/structure/table,
/obj/item/stack/medical/ointment{
pixel_x = 3;
@@ -5225,9 +5200,9 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ajq" = (
+"ajk" = (
/obj/item/stack/sheet/cardboard,
-/obj/machinery/light_construct/small{
+/obj/structure/light_construct/small{
dir = 1
},
/obj/structure/closet/crate,
@@ -5244,7 +5219,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ajr" = (
+"ajl" = (
/obj/item/weapon/soap/deluxe,
/obj/item/weapon/storage/secure/safe{
pixel_x = 6;
@@ -5261,10 +5236,10 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ajs" = (
+"ajm" = (
/turf/closed/wall/r_wall,
/area/security/brig)
-"ajt" = (
+"ajn" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Prison Wing";
@@ -5278,12 +5253,12 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"aju" = (
+"ajo" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/security/brig)
-"ajv" = (
+"ajp" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/glass_security{
@@ -5292,7 +5267,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"ajw" = (
+"ajq" = (
/obj/structure/closet{
name = "Evidence Closet 2"
},
@@ -5312,13 +5287,13 @@
dir = 1
},
/area/security/warden)
-"ajx" = (
+"ajr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/security/warden)
-"ajy" = (
+"ajs" = (
/obj/machinery/door/poddoor/shutters{
id = "armory";
name = "armory shutters"
@@ -5327,7 +5302,7 @@
dir = 8
},
/area/ai_monitored/security/armory)
-"ajz" = (
+"ajt" = (
/obj/structure/closet{
name = "Evidence Closet 5"
},
@@ -5346,7 +5321,7 @@
dir = 4
},
/area/security/warden)
-"ajA" = (
+"aju" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
@@ -5367,7 +5342,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajB" = (
+"ajv" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -5382,15 +5357,16 @@
},
/turf/open/floor/plasteel,
/area/security/warden)
-"ajC" = (
+"ajw" = (
/obj/structure/closet/bombcloset,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"ajD" = (
+"ajx" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -5399,7 +5375,7 @@
},
/turf/open/floor/plating,
/area/security/warden)
-"ajE" = (
+"ajy" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
pixel_y = 30
@@ -5407,17 +5383,17 @@
/obj/structure/closet/secure_closet/security/sec,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"ajF" = (
+"ajz" = (
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"ajG" = (
+"ajA" = (
/obj/structure/closet/secure_closet/security/sec,
/obj/machinery/airalarm{
pixel_y = 28
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"ajH" = (
+"ajB" = (
/obj/machinery/computer/secure_data,
/obj/structure/cable/yellow{
d1 = 1;
@@ -5426,7 +5402,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajI" = (
+"ajC" = (
/obj/machinery/computer/security,
/obj/machinery/computer/security/telescreen{
desc = "Used for watching Prison Wing holding areas.";
@@ -5437,10 +5413,10 @@
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajJ" = (
+"ajD" = (
/turf/closed/wall,
/area/security/main)
-"ajK" = (
+"ajE" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
external_pressure_bound = 101.325;
@@ -5452,14 +5428,14 @@
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajL" = (
+"ajF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark{
name = "secequipment"
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajM" = (
+"ajG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -5468,14 +5444,14 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajN" = (
+"ajH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/landmark{
name = "secequipment"
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajO" = (
+"ajI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -5487,7 +5463,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajP" = (
+"ajJ" = (
/obj/structure/table,
/obj/machinery/microwave{
pixel_x = -3;
@@ -5495,7 +5471,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajQ" = (
+"ajK" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/obj/structure/cable/yellow{
@@ -5505,7 +5481,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/main)
-"ajR" = (
+"ajL" = (
/obj/structure/table,
/obj/machinery/light/small{
dir = 8
@@ -5519,11 +5495,12 @@
pixel_x = 3;
pixel_y = 3
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/security/range)
-"ajS" = (
+"ajM" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
external_pressure_bound = 101.325;
@@ -5532,7 +5509,7 @@
},
/turf/open/floor/plasteel,
/area/security/range)
-"ajT" = (
+"ajN" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
@@ -5544,11 +5521,12 @@
pixel_x = 27;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/security/range)
-"ajU" = (
+"ajO" = (
/obj/structure/closet,
/obj/item/clothing/gloves/color/fyellow,
/obj/effect/spawner/lootdrop/maintenance{
@@ -5557,16 +5535,11 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"ajV" = (
-/obj/item/toy/beach_ball{
- icon = 'icons/obj/basketball.dmi';
- icon_state = "basketball";
- item_state = "basketball";
- name = "basket ball"
- },
+"ajP" = (
+/obj/item/toy/beach_ball/holoball,
/turf/open/floor/plating,
/area/maintenance/fore)
-"ajW" = (
+"ajQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -5579,7 +5552,7 @@
dir = 4
},
/area/security/brig)
-"ajX" = (
+"ajR" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -5590,7 +5563,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajY" = (
+"ajS" = (
/obj/structure/table,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -5600,7 +5573,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ajZ" = (
+"ajT" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -5611,7 +5584,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aka" = (
+"ajU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -5621,7 +5594,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"akb" = (
+"ajV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -5631,14 +5604,14 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"akc" = (
+"ajW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"akd" = (
+"ajX" = (
/obj/structure/table,
/obj/item/weapon/paper{
desc = "";
@@ -5653,7 +5626,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ake" = (
+"ajY" = (
/obj/structure/chair{
dir = 8
},
@@ -5661,15 +5634,15 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"akf" = (
+"ajZ" = (
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"akg" = (
+"aka" = (
/turf/open/floor/plasteel/vault{
dir = 1
},
/area/engine/gravity_generator)
-"akh" = (
+"akb" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
@@ -5681,15 +5654,15 @@
dir = 8
},
/area/engine/gravity_generator)
-"aki" = (
+"akc" = (
/turf/open/floor/plasteel/vault{
dir = 4
},
/area/engine/gravity_generator)
-"akj" = (
+"akd" = (
/turf/open/space,
/area/maintenance/auxsolarstarboard)
-"akk" = (
+"ake" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
@@ -5697,14 +5670,14 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/maintenance/auxsolarstarboard)
-"akl" = (
+"akf" = (
/obj/machinery/conveyor{
dir = 2;
id = "garbage"
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"akm" = (
+"akg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -5720,35 +5693,38 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"akn" = (
+"akh" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"ako" = (
+"aki" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"akp" = (
+"akj" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"akq" = (
+"akk" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -5760,11 +5736,12 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"akr" = (
+"akl" = (
/obj/machinery/door/airlock/maintenance{
name = "Disposal Access";
req_access_txt = "12"
@@ -5784,7 +5761,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aks" = (
+"akm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -5796,13 +5773,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"akt" = (
+"akn" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -5820,19 +5798,20 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aku" = (
+"ako" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"akv" = (
+"akp" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -5849,7 +5828,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"akw" = (
+"akq" = (
/obj/item/weapon/vending_refill/cola,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
@@ -5863,23 +5842,23 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"akx" = (
+"akr" = (
/obj/item/weapon/vending_refill/snack,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aky" = (
+"aks" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
},
-/obj/item/clothing/tie/red{
+/obj/item/clothing/neck/tie/red{
pixel_x = -5;
pixel_y = 3
},
-/obj/item/clothing/tie/horrible,
-/obj/item/clothing/tie/blue{
+/obj/item/clothing/neck/tie/horrible,
+/obj/item/clothing/neck/tie/blue{
pixel_x = 5;
pixel_y = -2
},
@@ -5890,7 +5869,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"akz" = (
+"akt" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/mask/surgical,
@@ -5899,7 +5878,7 @@
dir = 9
},
/area/security/brig)
-"akA" = (
+"aku" = (
/obj/structure/table,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -5923,7 +5902,7 @@
dir = 1
},
/area/security/brig)
-"akB" = (
+"akv" = (
/obj/structure/table,
/obj/machinery/airalarm{
pixel_y = 28
@@ -5933,7 +5912,7 @@
dir = 1
},
/area/security/brig)
-"akC" = (
+"akw" = (
/obj/structure/table,
/obj/structure/window/reinforced{
dir = 4
@@ -5947,7 +5926,7 @@
dir = 5
},
/area/security/brig)
-"akD" = (
+"akx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -5958,7 +5937,7 @@
dir = 9
},
/area/security/brig)
-"akE" = (
+"aky" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -5968,7 +5947,7 @@
dir = 1
},
/area/security/brig)
-"akF" = (
+"akz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/pods{
pixel_x = 32;
@@ -5978,7 +5957,7 @@
dir = 5
},
/area/security/brig)
-"akG" = (
+"akA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -5991,7 +5970,7 @@
dir = 8
},
/area/security/warden)
-"akH" = (
+"akB" = (
/obj/structure/closet{
name = "Evidence Closet 4"
},
@@ -6006,7 +5985,7 @@
dir = 4
},
/area/security/warden)
-"akI" = (
+"akC" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
@@ -6017,13 +5996,15 @@
network = list("SS13")
},
/obj/machinery/flasher/portable,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"akJ" = (
+"akD" = (
/obj/machinery/flasher/portable,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"akK" = (
+"akE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -6032,12 +6013,13 @@
},
/turf/open/floor/plasteel,
/area/security/warden)
-"akL" = (
+"akF" = (
/obj/structure/closet/l3closet/security,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"akM" = (
+"akG" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -6047,7 +6029,7 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/warden)
-"akN" = (
+"akH" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -6057,21 +6039,21 @@
/obj/structure/closet/secure_closet/security/sec,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"akO" = (
+"akI" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"akP" = (
+"akJ" = (
/obj/structure/closet/secure_closet/security/sec,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"akQ" = (
+"akK" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -6083,7 +6065,7 @@
},
/turf/open/floor/plating,
/area/security/warden)
-"akR" = (
+"akL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -6096,7 +6078,7 @@
dir = 9
},
/area/security/main)
-"akS" = (
+"akM" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -6114,7 +6096,7 @@
dir = 1
},
/area/security/main)
-"akT" = (
+"akN" = (
/obj/machinery/light{
dir = 1
},
@@ -6137,7 +6119,7 @@
dir = 1
},
/area/security/main)
-"akU" = (
+"akO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -6148,7 +6130,7 @@
dir = 1
},
/area/security/main)
-"akV" = (
+"akP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -6161,7 +6143,7 @@
dir = 1
},
/area/security/main)
-"akW" = (
+"akQ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -6180,7 +6162,7 @@
dir = 1
},
/area/security/main)
-"akX" = (
+"akR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -6196,7 +6178,7 @@
dir = 1
},
/area/security/main)
-"akY" = (
+"akS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -6213,7 +6195,7 @@
dir = 1
},
/area/security/main)
-"akZ" = (
+"akT" = (
/obj/machinery/light{
dir = 1
},
@@ -6232,7 +6214,7 @@
dir = 1
},
/area/security/main)
-"ala" = (
+"akU" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -6249,7 +6231,7 @@
dir = 1
},
/area/security/main)
-"alb" = (
+"akV" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -6273,7 +6255,7 @@
dir = 5
},
/area/security/main)
-"alc" = (
+"akW" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -6285,7 +6267,7 @@
},
/turf/open/floor/plating,
/area/security/range)
-"ald" = (
+"akX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -6296,13 +6278,13 @@
dir = 8
},
/area/security/range)
-"ale" = (
+"akY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/security/range)
-"alf" = (
+"akZ" = (
/obj/structure/rack{
pixel_y = 2
},
@@ -6324,20 +6306,21 @@
dir = 8;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/security/range)
-"alg" = (
+"ala" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/maintenance/fore)
-"alh" = (
+"alb" = (
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/fore)
-"ali" = (
+"alc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -6348,25 +6331,25 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"alj" = (
+"ald" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"alk" = (
+"ale" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"all" = (
+"alf" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alm" = (
+"alg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -6379,7 +6362,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aln" = (
+"alh" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -6392,7 +6375,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alo" = (
+"ali" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -6405,7 +6388,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alp" = (
+"alj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
dir = 5
@@ -6413,7 +6396,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alq" = (
+"alk" = (
/obj/structure/chair{
dir = 8
},
@@ -6423,7 +6406,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alr" = (
+"all" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -6433,7 +6416,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"als" = (
+"alm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -6445,7 +6428,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alt" = (
+"aln" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -6457,7 +6440,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alu" = (
+"alo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -6477,7 +6460,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alv" = (
+"alp" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -6487,38 +6470,38 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"alw" = (
+"alq" = (
/turf/closed/wall,
/area/maintenance/starboard)
-"alx" = (
+"alr" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aly" = (
+"als" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"alz" = (
+"alt" = (
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/engine/gravity_generator)
-"alA" = (
+"alu" = (
/obj/machinery/light{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"alB" = (
+"alv" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"alC" = (
+"alw" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -6531,7 +6514,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"alD" = (
+"alx" = (
/obj/machinery/conveyor{
dir = 2;
id = "garbage"
@@ -6541,7 +6524,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"alE" = (
+"aly" = (
/obj/machinery/disposal/deliveryChute{
dir = 4
},
@@ -6561,11 +6544,12 @@
/obj/structure/disposalpipe/trunk{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"alF" = (
+"alz" = (
/obj/machinery/conveyor{
dir = 4;
id = "garbage"
@@ -6579,7 +6563,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"alG" = (
+"alA" = (
/obj/machinery/mineral/stacking_machine{
input_dir = 2
},
@@ -6591,7 +6575,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"alH" = (
+"alB" = (
/obj/machinery/mineral/stacking_unit_console{
dir = 2;
machinedir = 8;
@@ -6603,17 +6587,18 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"alI" = (
+"alC" = (
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alJ" = (
+"alD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -6627,17 +6612,18 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alK" = (
+"alE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alL" = (
+"alF" = (
/obj/machinery/door/airlock/maintenance{
name = "Secure Storage Room";
req_access_txt = "65"
@@ -6649,17 +6635,18 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alM" = (
+"alG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alN" = (
+"alH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -6668,7 +6655,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alO" = (
+"alI" = (
/obj/item/weapon/grown/log,
/obj/effect/landmark{
name = "blobstart"
@@ -6677,8 +6664,8 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alP" = (
-/obj/machinery/light_construct/small{
+"alJ" = (
+/obj/structure/light_construct/small{
dir = 4
},
/obj/structure/rack{
@@ -6694,16 +6681,16 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alQ" = (
+"alK" = (
/turf/closed/wall,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"alR" = (
+"alL" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
/turf/open/floor/plasteel/black,
/area/maintenance/fore)
-"alS" = (
+"alM" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular,
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
@@ -6717,7 +6704,7 @@
dir = 10
},
/area/security/brig)
-"alT" = (
+"alN" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -6726,13 +6713,13 @@
dir = 8
},
/area/security/brig)
-"alU" = (
+"alO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/plasteel/white,
/area/security/brig)
-"alV" = (
+"alP" = (
/obj/machinery/door/window/westleft{
base_state = "left";
dir = 4;
@@ -6747,7 +6734,7 @@
dir = 4
},
/area/security/brig)
-"alW" = (
+"alQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -6756,7 +6743,7 @@
dir = 1
},
/area/security/brig)
-"alX" = (
+"alR" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
name = "Evidence Storage";
@@ -6776,7 +6763,7 @@
dir = 8
},
/area/security/warden)
-"alY" = (
+"alS" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -6784,7 +6771,7 @@
dir = 4
},
/area/security/brig)
-"alZ" = (
+"alT" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/yellow{
icon_state = "4-8";
@@ -6795,7 +6782,7 @@
dir = 8
},
/area/security/warden)
-"ama" = (
+"alU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -6806,7 +6793,7 @@
},
/turf/open/floor/plasteel,
/area/security/warden)
-"amb" = (
+"alV" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -6826,7 +6813,7 @@
dir = 8
},
/area/security/warden)
-"amc" = (
+"alW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -6847,7 +6834,7 @@
},
/turf/open/floor/plasteel,
/area/security/warden)
-"amd" = (
+"alX" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -6867,9 +6854,10 @@
d1 = 4;
d2 = 8
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/security/warden)
-"ame" = (
+"alY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -6885,7 +6873,7 @@
dir = 9
},
/area/security/main)
-"amf" = (
+"alZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -6896,7 +6884,7 @@
},
/turf/open/floor/plasteel,
/area/security/warden)
-"amg" = (
+"ama" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Secure Gear Storage";
@@ -6920,9 +6908,10 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/security/warden)
-"amh" = (
+"amb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -6938,7 +6927,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"ami" = (
+"amc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -6949,7 +6938,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"amj" = (
+"amd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -6962,7 +6951,7 @@
dir = 8
},
/area/security/main)
-"amk" = (
+"ame" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -6981,7 +6970,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"aml" = (
+"amf" = (
/obj/machinery/light{
dir = 8
},
@@ -7000,32 +6989,32 @@
/obj/structure/cable/yellow,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"amm" = (
+"amg" = (
/turf/open/floor/plasteel/red/side{
dir = 1
},
/area/security/main)
-"amn" = (
+"amh" = (
/turf/open/floor/plasteel/red,
/area/security/main)
-"amo" = (
+"ami" = (
/obj/machinery/photocopier{
pixel_y = 3
},
/turf/open/floor/plasteel,
/area/security/main)
-"amp" = (
+"amj" = (
/obj/structure/chair/comfy/black,
/obj/effect/landmark/start{
name = "Head of Security"
},
/turf/open/floor/plasteel,
/area/security/main)
-"amq" = (
+"amk" = (
/obj/machinery/computer/card/minor/hos,
/turf/open/floor/plasteel,
/area/security/main)
-"amr" = (
+"aml" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -7036,7 +7025,7 @@
},
/turf/open/floor/plasteel/red,
/area/security/main)
-"ams" = (
+"amm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -7047,7 +7036,7 @@
dir = 1
},
/area/security/main)
-"amt" = (
+"amn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -7061,7 +7050,7 @@
dir = 5
},
/area/security/main)
-"amu" = (
+"amo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -7084,7 +7073,7 @@
dir = 4
},
/area/security/main)
-"amv" = (
+"amp" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Firing Range";
@@ -7104,7 +7093,7 @@
},
/turf/open/floor/plasteel,
/area/security/range)
-"amw" = (
+"amq" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -7127,7 +7116,7 @@
dir = 10
},
/area/security/range)
-"amx" = (
+"amr" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -7147,7 +7136,7 @@
dir = 8
},
/area/security/range)
-"amy" = (
+"ams" = (
/obj/item/target,
/obj/item/target,
/obj/item/target/alien,
@@ -7172,11 +7161,12 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/security/range)
-"amz" = (
+"amt" = (
/obj/structure/rack,
/obj/item/weapon/storage/box/lights/mixed,
/obj/effect/landmark{
@@ -7184,19 +7174,20 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"amA" = (
+"amu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"amB" = (
+"amv" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amC" = (
+"amw" = (
/obj/structure/window/reinforced,
/obj/machinery/door/window/eastright{
base_state = "left";
@@ -7208,27 +7199,27 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amD" = (
+"amx" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amE" = (
+"amy" = (
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amF" = (
+"amz" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amG" = (
+"amA" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -7237,14 +7228,14 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amH" = (
+"amB" = (
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amI" = (
+"amC" = (
/obj/structure/chair{
dir = 4
},
@@ -7255,7 +7246,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amJ" = (
+"amD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -7263,41 +7254,42 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amK" = (
+"amE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"amL" = (
+"amF" = (
/obj/machinery/door/airlock/maintenance{
name = "maintenance access";
req_access_txt = "12"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"amM" = (
+"amG" = (
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"amN" = (
+"amH" = (
/obj/machinery/door/airlock/external{
req_access_txt = "0";
req_one_access_txt = "13,8"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"amO" = (
+"amI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"amP" = (
+"amJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -7305,13 +7297,13 @@
dir = 4
},
/area/engine/gravity_generator)
-"amQ" = (
+"amK" = (
/obj/machinery/gravity_generator/main/station,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/engine/gravity_generator)
-"amR" = (
+"amL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -7319,7 +7311,7 @@
dir = 1
},
/area/engine/gravity_generator)
-"amS" = (
+"amM" = (
/obj/machinery/camera{
c_tag = "Gravity Generator Room";
dir = 8;
@@ -7332,36 +7324,38 @@
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"amT" = (
+"amN" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"amU" = (
+"amO" = (
/obj/machinery/light/small{
dir = 8
},
/obj/machinery/conveyor{
- dir = 2;
- id = "garbage"
+ dir = 9;
+ id = "garbage";
+ verted = -1
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"amV" = (
+"amP" = (
/obj/machinery/conveyor{
dir = 4;
id = "garbage"
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"amW" = (
+"amQ" = (
/obj/machinery/conveyor{
- dir = 4;
+ dir = 6;
id = "garbage"
},
/obj/machinery/door/window/eastright{
@@ -7373,7 +7367,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"amX" = (
+"amR" = (
/obj/machinery/light/small{
dir = 4
},
@@ -7382,11 +7376,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"amY" = (
+"amS" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -7397,7 +7392,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"amZ" = (
+"amT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -7409,16 +7404,16 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ana" = (
+"amU" = (
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"anb" = (
+"amV" = (
/obj/structure/table/reinforced,
-/obj/machinery/light_construct/small{
+/obj/structure/light_construct/small{
dir = 8
},
/obj/item/weapon/paper_bin{
@@ -7432,7 +7427,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"anc" = (
+"amW" = (
/obj/structure/table/reinforced,
/obj/item/weapon/folder,
/obj/item/weapon/folder,
@@ -7450,7 +7445,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"and" = (
+"amX" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced,
/obj/item/weapon/stock_parts/cell/crap,
@@ -7459,7 +7454,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ane" = (
+"amY" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced,
/obj/item/weapon/electronics/firealarm,
@@ -7468,13 +7463,13 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"anf" = (
+"amZ" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ang" = (
+"ana" = (
/obj/structure/rack{
dir = 1
},
@@ -7488,7 +7483,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"anh" = (
+"anb" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -7497,14 +7492,14 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"ani" = (
+"anc" = (
/obj/machinery/door/airlock/glass_security{
name = "N2O Storage";
req_access_txt = "3"
},
/turf/open/floor/plasteel/black,
/area/maintenance/fore)
-"anj" = (
+"and" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -7514,17 +7509,17 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"ank" = (
+"ane" = (
/turf/open/floor/plasteel/whitered/side{
dir = 8
},
/area/security/brig)
-"anl" = (
+"anf" = (
/obj/structure/bed/roller,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/security/brig)
-"anm" = (
+"ang" = (
/obj/machinery/door/window/westleft{
base_state = "right";
dir = 4;
@@ -7536,13 +7531,13 @@
dir = 4
},
/area/security/brig)
-"ann" = (
+"anh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/corner{
dir = 1
},
/area/security/brig)
-"ano" = (
+"ani" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -7553,7 +7548,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"anp" = (
+"anj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
icon_state = "tube1";
@@ -7570,7 +7565,7 @@
dir = 4
},
/area/security/brig)
-"anq" = (
+"ank" = (
/obj/structure/table,
/obj/item/weapon/storage/box/evidence,
/obj/item/weapon/storage/box/evidence,
@@ -7580,7 +7575,7 @@
dir = 6
},
/area/security/warden)
-"anr" = (
+"anl" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -7589,7 +7584,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/warden)
-"ans" = (
+"anm" = (
/obj/structure/filingcabinet/security{
pixel_x = 4
},
@@ -7597,7 +7592,7 @@
dir = 10
},
/area/security/warden)
-"ant" = (
+"ann" = (
/obj/structure/rack,
/obj/item/weapon/storage/box/chemimp{
pixel_x = 4;
@@ -7612,18 +7607,20 @@
pixel_x = -26;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"anu" = (
+"ano" = (
/obj/structure/rack,
/obj/item/weapon/storage/box/handcuffs,
/obj/item/weapon/storage/box/flashbangs{
pixel_x = -2;
pixel_y = -2
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"anv" = (
+"anp" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -7635,22 +7632,23 @@
},
/turf/open/floor/plasteel,
/area/security/warden)
-"anw" = (
+"anq" = (
/obj/structure/rack,
/obj/item/weapon/storage/box/firingpins{
pixel_x = 3;
pixel_y = 3
},
/obj/item/weapon/storage/box/firingpins,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"anx" = (
+"anr" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/warden)
-"any" = (
+"ans" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -7658,14 +7656,14 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"anz" = (
+"ant" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"anA" = (
+"anu" = (
/obj/machinery/vending/security,
/obj/machinery/firealarm{
dir = 4;
@@ -7673,7 +7671,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"anB" = (
+"anv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Security - Office - Port";
@@ -7684,28 +7682,14 @@
dir = 8
},
/area/security/main)
-"anC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/main)
-"anD" = (
+"anw" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
},
/turf/open/floor/plasteel,
/area/security/main)
-"anE" = (
+"anx" = (
/obj/structure/table/reinforced,
/obj/item/weapon/folder/red{
pixel_x = 3
@@ -7716,12 +7700,12 @@
},
/turf/open/floor/plasteel,
/area/security/main)
-"anF" = (
+"any" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper,
/turf/open/floor/plasteel,
/area/security/main)
-"anG" = (
+"anz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -7738,12 +7722,12 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"anH" = (
+"anA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red,
/area/security/main)
-"anI" = (
+"anB" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -7751,16 +7735,7 @@
},
/turf/open/floor/plasteel,
/area/security/main)
-"anJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/main)
-"anK" = (
+"anC" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 4;
@@ -7773,7 +7748,7 @@
dir = 4
},
/area/security/main)
-"anL" = (
+"anD" = (
/obj/machinery/door/airlock/maintenance{
name = "Security Maintenance";
req_access_txt = "0";
@@ -7788,7 +7763,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/security/range)
-"anM" = (
+"anE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
@@ -7796,7 +7771,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"anN" = (
+"anF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -7812,7 +7787,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"anO" = (
+"anG" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -7823,7 +7798,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"anP" = (
+"anH" = (
/obj/structure/chair{
dir = 1
},
@@ -7834,7 +7809,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"anQ" = (
+"anI" = (
/obj/structure/chair{
dir = 1
},
@@ -7842,7 +7817,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"anR" = (
+"anJ" = (
/obj/structure/chair{
dir = 1
},
@@ -7855,7 +7830,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"anS" = (
+"anK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -7865,7 +7840,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"anT" = (
+"anL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -7873,31 +7848,32 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"anU" = (
+"anM" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"anV" = (
-/turf/open/floor/plating/warnplate{
+"anN" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"anW" = (
+"anO" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"anX" = (
+"anP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"anY" = (
+"anQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"anZ" = (
+"anR" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -7906,15 +7882,15 @@
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"aoa" = (
+"anS" = (
/turf/open/floor/plating/airless,
/area/space)
-"aob" = (
+"anT" = (
/obj/structure/lattice,
/obj/structure/grille,
/turf/open/space,
/area/space)
-"aoc" = (
+"anU" = (
/obj/structure/disposalpipe/trunk{
dir = 4
},
@@ -7925,11 +7901,12 @@
/obj/structure/disposaloutlet{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"aod" = (
+"anV" = (
/obj/machinery/conveyor{
dir = 8;
id = "garbage"
@@ -7940,7 +7917,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aoe" = (
+"anW" = (
/obj/machinery/conveyor{
dir = 8;
id = "garbage"
@@ -7951,7 +7928,7 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aof" = (
+"anX" = (
/obj/machinery/conveyor{
dir = 8;
id = "garbage"
@@ -7959,19 +7936,19 @@
/obj/machinery/recycler,
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aog" = (
+"anY" = (
/obj/machinery/door/window/eastright{
dir = 4;
name = "Danger: Conveyor Access";
req_access_txt = "12"
},
/obj/machinery/conveyor{
- dir = 2;
+ dir = 10;
id = "garbage"
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aoh" = (
+"anZ" = (
/obj/effect/decal/cleanable/oil,
/obj/machinery/light_switch{
pixel_x = 25;
@@ -7982,19 +7959,19 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"aoi" = (
+"aoa" = (
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aoj" = (
+"aob" = (
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aok" = (
+"aoc" = (
/obj/structure/chair{
dir = 4
},
@@ -8002,7 +7979,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aol" = (
+"aod" = (
/obj/structure/chair{
dir = 8
},
@@ -8010,14 +7987,14 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aom" = (
+"aoe" = (
/obj/machinery/space_heater,
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aon" = (
+"aof" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -8030,7 +8007,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aoo" = (
+"aog" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -8040,7 +8017,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aop" = (
+"aoh" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
@@ -8048,7 +8025,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aoq" = (
+"aoi" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -8056,7 +8033,7 @@
/obj/item/weapon/tank/internals/air,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aor" = (
+"aoj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -8071,7 +8048,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aos" = (
+"aok" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -8090,7 +8067,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aot" = (
+"aol" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -8102,11 +8079,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aou" = (
+"aom" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -8125,7 +8103,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aov" = (
+"aon" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -8139,7 +8117,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aow" = (
+"aoo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -8156,7 +8134,7 @@
dir = 10
},
/area/security/brig)
-"aox" = (
+"aop" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8175,7 +8153,7 @@
},
/turf/open/floor/plasteel/whitered/side,
/area/security/brig)
-"aoy" = (
+"aoq" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -8210,7 +8188,7 @@
dir = 6
},
/area/security/brig)
-"aoz" = (
+"aor" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -8227,7 +8205,7 @@
dir = 1
},
/area/security/brig)
-"aoA" = (
+"aos" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -8244,7 +8222,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"aoB" = (
+"aot" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
dir = 4;
@@ -8254,7 +8232,7 @@
dir = 4
},
/area/security/brig)
-"aoC" = (
+"aou" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/security{
@@ -8263,14 +8241,15 @@
req_access_txt = "3";
req_one_access_txt = "0"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/security/warden)
-"aoD" = (
+"aov" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/security/warden)
-"aoE" = (
+"aow" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 1;
@@ -8281,24 +8260,25 @@
name = "Secure Gear Storage";
req_access_txt = "3"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/security/warden)
-"aoF" = (
+"aox" = (
/obj/structure/grille,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/fore)
-"aoG" = (
+"aoy" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 28
},
/obj/structure/closet/secure_closet/warden,
-/obj/item/weapon/gun/projectile/automatic/wt550,
+/obj/item/weapon/gun/energy/laser,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"aoH" = (
+"aoz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8307,7 +8287,7 @@
/obj/structure/closet/secure_closet/security/sec,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"aoI" = (
+"aoA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -8316,39 +8296,39 @@
},
/turf/open/floor/plating,
/area/security/warden)
-"aoJ" = (
+"aoB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
dir = 8
},
/area/security/main)
-"aoK" = (
+"aoC" = (
/obj/structure/table,
/obj/item/weapon/restraints/handcuffs,
/obj/item/device/radio/off,
/turf/open/floor/plasteel,
/area/security/main)
-"aoL" = (
+"aoD" = (
/obj/effect/landmark/start{
name = "Security Officer"
},
/turf/open/floor/plasteel/red,
/area/security/main)
-"aoM" = (
-/obj/machinery/hologram/holopad,
+"aoE" = (
+/obj/machinery/holopad,
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/red,
/area/security/main)
-"aoN" = (
+"aoF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/red,
/area/security/main)
-"aoO" = (
+"aoG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -8356,7 +8336,7 @@
},
/turf/open/floor/plasteel/red,
/area/security/main)
-"aoP" = (
+"aoH" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/weapon/book/manual/wiki/security_space_law{
@@ -8366,12 +8346,12 @@
/obj/item/clothing/mask/gas/sechailer,
/turf/open/floor/plasteel,
/area/security/main)
-"aoQ" = (
+"aoI" = (
/turf/open/floor/plasteel/red/side{
dir = 4
},
/area/security/main)
-"aoR" = (
+"aoJ" = (
/obj/machinery/door/window/eastright{
base_state = "left";
dir = 8;
@@ -8379,9 +8359,10 @@
name = "Security Delivery";
req_access_txt = "1"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/security/main)
-"aoS" = (
+"aoK" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
dir = 8;
@@ -8391,9 +8372,10 @@
/obj/structure/plasticflaps{
opacity = 1
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/main)
-"aoT" = (
+"aoL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -8406,11 +8388,12 @@
dir = 1;
icon_state = "pipe-c"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aoU" = (
+"aoM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8424,7 +8407,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aoV" = (
+"aoN" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8440,7 +8423,7 @@
icon_state = "platingdmg2"
},
/area/maintenance/fore)
-"aoW" = (
+"aoO" = (
/obj/machinery/power/apc{
dir = 2;
name = "Disposal APC";
@@ -8448,11 +8431,12 @@
pixel_y = -24
},
/obj/structure/cable/yellow,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
-"aoX" = (
+"aoP" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8463,7 +8447,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aoY" = (
+"aoQ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8472,11 +8456,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aoZ" = (
+"aoR" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8489,7 +8474,7 @@
icon_state = "platingdmg2"
},
/area/maintenance/fore)
-"apa" = (
+"aoS" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "1;4;38;12"
@@ -8504,7 +8489,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"apb" = (
+"aoT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -8519,7 +8504,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"apc" = (
+"aoU" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8534,7 +8519,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"apd" = (
+"aoV" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8549,7 +8534,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"ape" = (
+"aoW" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -8565,7 +8550,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"apf" = (
+"aoX" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -8583,7 +8568,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"apg" = (
+"aoY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -8594,7 +8579,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aph" = (
+"aoZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -8604,7 +8589,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"api" = (
+"apa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -8614,14 +8599,14 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"apj" = (
+"apb" = (
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"apk" = (
+"apc" = (
/turf/open/floor/plating,
/area/maintenance/starboard)
-"apl" = (
+"apd" = (
/obj/structure/table,
/obj/item/weapon/tank/internals/emergency_oxygen{
pixel_x = -8;
@@ -8650,7 +8635,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"apm" = (
+"ape" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -8668,14 +8653,14 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"apn" = (
+"apf" = (
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"apo" = (
+"apg" = (
/obj/structure/closet,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/item/weapon/reagent_containers/food/drinks/beer{
desc = "Takes you to a whole new level of thinking.";
name = "Meta-Cider"
@@ -8683,7 +8668,7 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"app" = (
+"aph" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
@@ -8692,7 +8677,7 @@
},
/turf/open/floor/plating,
/area/engine/gravity_generator)
-"apq" = (
+"api" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -8706,14 +8691,14 @@
},
/turf/open/floor/plating,
/area/engine/gravity_generator)
-"apr" = (
+"apj" = (
/obj/machinery/door/airlock/glass_command{
name = "Gravity Generator Area";
req_access_txt = "19; 61"
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
-"aps" = (
+"apk" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -8723,7 +8708,7 @@
},
/turf/open/floor/plating,
/area/engine/gravity_generator)
-"apt" = (
+"apl" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
@@ -8736,10 +8721,10 @@
},
/turf/open/floor/plating,
/area/engine/gravity_generator)
-"apu" = (
+"apm" = (
/turf/closed/wall,
/area/maintenance/auxsolarstarboard)
-"apv" = (
+"apn" = (
/obj/machinery/power/solar_control{
id = "forestarboard";
name = "Fore Starboard Solar Control";
@@ -8751,7 +8736,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"apw" = (
+"apo" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -8762,11 +8747,12 @@
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"apx" = (
+"app" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -8775,14 +8761,14 @@
pixel_x = 32;
pixel_y = 0
},
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"apy" = (
+"apq" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating/airless,
/area/space)
-"apz" = (
+"apr" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=1";
freq = 1400;
@@ -8804,7 +8790,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/disposal)
-"apA" = (
+"aps" = (
/obj/machinery/door/airlock/maintenance{
name = "Disposal Conveyor Access";
req_access_txt = "12"
@@ -8812,14 +8798,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/disposal)
-"apB" = (
+"apt" = (
/obj/structure/sign/securearea{
name = "\improper STAY CLEAR HEAVY MACHINERY";
pixel_y = 0
},
/turf/closed/wall,
/area/maintenance/disposal)
-"apC" = (
+"apu" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -8833,7 +8819,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"apD" = (
+"apv" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
@@ -8845,7 +8831,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"apE" = (
+"apw" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -8858,7 +8844,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"apF" = (
+"apx" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -8873,8 +8859,8 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"apG" = (
-/obj/machinery/light_construct/small{
+"apy" = (
+/obj/structure/light_construct/small{
dir = 4
},
/obj/structure/chair{
@@ -8884,13 +8870,13 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"apH" = (
+"apz" = (
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"apI" = (
+"apA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -8903,7 +8889,7 @@
dir = 8
},
/area/hallway/primary/port)
-"apJ" = (
+"apB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -8918,7 +8904,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"apK" = (
+"apC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -8933,7 +8919,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"apL" = (
+"apD" = (
/obj/item/weapon/storage/box/lights/mixed,
/obj/item/device/flashlight{
pixel_x = 1;
@@ -8944,7 +8930,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"apM" = (
+"apE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -8954,7 +8940,7 @@
dir = 1
},
/area/security/brig)
-"apN" = (
+"apF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -8963,13 +8949,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/security/brig)
-"apO" = (
+"apG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
dir = 4
},
/area/security/brig)
-"apP" = (
+"apH" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -8978,7 +8964,7 @@
},
/turf/open/floor/plating,
/area/security/warden)
-"apQ" = (
+"apI" = (
/obj/machinery/computer/prisoner,
/obj/structure/cable/yellow{
d1 = 4;
@@ -8992,7 +8978,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apR" = (
+"apJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 2;
@@ -9001,7 +8987,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apS" = (
+"apK" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -9012,7 +8998,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apT" = (
+"apL" = (
/obj/machinery/requests_console{
department = "Security";
departmentType = 5;
@@ -9040,7 +9026,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apU" = (
+"apM" = (
/obj/structure/table,
/obj/machinery/recharger,
/obj/machinery/airalarm{
@@ -9048,12 +9034,12 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apV" = (
+"apN" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apW" = (
+"apO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -9062,11 +9048,11 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apX" = (
+"apP" = (
/obj/structure/rack,
/obj/item/clothing/under/color/blue,
/obj/item/clothing/ears/earmuffs,
-/obj/item/clothing/tie/blue,
+/obj/item/clothing/neck/tie/blue,
/obj/item/clothing/head/soft/blue,
/obj/structure/sign/poster{
pixel_y = -32
@@ -9075,7 +9061,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"apY" = (
+"apQ" = (
/obj/structure/reagent_dispensers/peppertank{
pixel_x = 32;
pixel_y = 0
@@ -9088,7 +9074,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"apZ" = (
+"apR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/reagent_dispensers/peppertank{
pixel_x = -32;
@@ -9098,36 +9084,36 @@
dir = 8
},
/area/security/main)
-"aqa" = (
+"apS" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/weapon/storage/fancy/cigarettes,
/obj/item/clothing/mask/gas/sechailer,
/turf/open/floor/plasteel,
/area/security/main)
-"aqb" = (
+"apT" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/weapon/restraints/handcuffs,
/turf/open/floor/plasteel,
/area/security/main)
-"aqc" = (
+"apU" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/weapon/storage/secure/briefcase,
/turf/open/floor/plasteel,
/area/security/main)
-"aqd" = (
+"apV" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red,
/area/security/main)
-"aqe" = (
+"apW" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/device/assembly/flash/handheld,
/turf/open/floor/plasteel,
/area/security/main)
-"aqf" = (
+"apX" = (
/obj/item/weapon/cigbutt,
/obj/structure/sign/poster{
pixel_x = -32;
@@ -9135,17 +9121,14 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aqg" = (
+"apY" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/weapon/pen,
/obj/item/weapon/storage/box/donkpockets,
/turf/open/floor/plasteel,
/area/security/main)
-"aqh" = (
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
+"apZ" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -9159,10 +9142,10 @@
dir = 4
},
/area/security/main)
-"aqi" = (
+"aqa" = (
/turf/closed/wall/r_wall,
/area/security/main)
-"aqj" = (
+"aqb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -9172,23 +9155,23 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aqk" = (
+"aqc" = (
/obj/structure/closet/lasertag/red,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aql" = (
+"aqd" = (
/obj/structure/rack,
/obj/item/clothing/under/color/red,
/obj/item/clothing/ears/earmuffs,
-/obj/item/clothing/tie/red,
+/obj/item/clothing/neck/tie/red,
/obj/item/clothing/head/soft/red,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqm" = (
+"aqe" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/structure/sign/poster{
pixel_y = 32
@@ -9197,13 +9180,13 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqn" = (
+"aqf" = (
/obj/structure/closet/lasertag/blue,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqo" = (
+"aqg" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -9214,7 +9197,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqp" = (
+"aqh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -9228,7 +9211,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqq" = (
+"aqi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9239,7 +9222,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqr" = (
+"aqj" = (
/obj/machinery/disposal/bin,
/obj/machinery/light_switch{
pixel_x = 0;
@@ -9256,7 +9239,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqs" = (
+"aqk" = (
/obj/machinery/vending/coffee,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -9269,14 +9252,14 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqt" = (
+"aql" = (
/obj/machinery/light,
/obj/machinery/vending/cola,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqu" = (
+"aqm" = (
/obj/machinery/vending/cigarette,
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
@@ -9286,7 +9269,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqv" = (
+"aqn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -9294,7 +9277,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqw" = (
+"aqo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -9302,7 +9285,7 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqx" = (
+"aqp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -9310,16 +9293,16 @@
/area/crew_quarters/fitness{
name = "\improper Recreation Area"
})
-"aqy" = (
+"aqq" = (
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aqz" = (
+"aqr" = (
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"aqA" = (
+"aqs" = (
/obj/item/device/mmi{
name = "man-machine interface"
},
@@ -9330,7 +9313,7 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aqB" = (
+"aqt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -9344,11 +9327,12 @@
pixel_x = -25;
pixel_y = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"aqC" = (
+"aqu" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4;
initialize_directions = 11
@@ -9364,11 +9348,12 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"aqD" = (
+"aqv" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -9378,11 +9363,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"aqE" = (
+"aqw" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -9393,11 +9379,12 @@
dir = 4;
initialize_directions = 11
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"aqF" = (
+"aqx" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -9410,11 +9397,12 @@
icon_state = "2-8"
},
/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"aqG" = (
+"aqy" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -9424,7 +9412,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"aqH" = (
+"aqz" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -9440,7 +9428,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"aqI" = (
+"aqA" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
@@ -9457,12 +9445,12 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"aqJ" = (
+"aqB" = (
/obj/structure/lattice,
/obj/structure/grille/broken,
/turf/open/space,
/area/space)
-"aqK" = (
+"aqC" = (
/obj/machinery/space_heater,
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
@@ -9476,7 +9464,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqL" = (
+"aqD" = (
/obj/machinery/space_heater,
/turf/open/floor/plating{
icon_state = "platingdmg2"
@@ -9484,37 +9472,40 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqM" = (
+"aqE" = (
/obj/machinery/door/poddoor/shutters{
id = "supplybridge"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqN" = (
+"aqF" = (
/obj/machinery/door/poddoor/shutters{
id = "supplybridge"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqO" = (
+"aqG" = (
/obj/machinery/door/poddoor/shutters{
id = "supplybridge"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqP" = (
+"aqH" = (
/obj/machinery/space_heater,
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
@@ -9530,41 +9521,43 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqQ" = (
+"aqI" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqR" = (
+"aqJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqS" = (
+"aqK" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqT" = (
+"aqL" = (
/obj/structure/rack,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/item/weapon/storage/toolbox/emergency,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqU" = (
+"aqM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -9572,7 +9565,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqV" = (
+"aqN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -9586,26 +9579,26 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqW" = (
+"aqO" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqX" = (
-/obj/machinery/light_construct/small,
+"aqP" = (
+/obj/structure/light_construct/small,
/obj/item/weapon/toolbox_tiles_sensor,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqY" = (
+"aqQ" = (
/obj/item/weapon/vending_refill/cigarette,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aqZ" = (
+"aqR" = (
/obj/structure/chair{
dir = 8
},
@@ -9615,22 +9608,23 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ara" = (
+"aqS" = (
/obj/structure/closet/crate,
/obj/item/clothing/gloves/color/fyellow,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"arb" = (
+"aqT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"arc" = (
+"aqU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -9643,18 +9637,19 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ard" = (
+"aqV" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/extinguisher,
/turf/open/floor/plating,
/area/maintenance/fore)
-"are" = (
+"aqW" = (
/obj/structure/closet/crate,
/obj/item/weapon/restraints/handcuffs,
/obj/item/bodybag,
@@ -9665,7 +9660,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"arf" = (
+"aqX" = (
/obj/structure/chair,
/obj/item/weapon/restraints/handcuffs,
/obj/effect/decal/remains/human,
@@ -9673,18 +9668,18 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
/area/maintenance/fore)
-"arg" = (
+"aqY" = (
/obj/machinery/computer/security{
name = "Labor Camp Monitoring";
network = list("Labor")
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"arh" = (
+"aqZ" = (
/obj/machinery/computer/shuttle/labor,
/turf/open/floor/plasteel/black,
/area/security/brig)
-"ari" = (
+"ara" = (
/obj/machinery/computer/secure_data,
/obj/machinery/computer/security/telescreen{
desc = "Used for watching Prison Wing holding areas.";
@@ -9696,7 +9691,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"arj" = (
+"arb" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -9713,7 +9708,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"ark" = (
+"arc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -9732,7 +9727,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"arl" = (
+"ard" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -9740,7 +9735,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"arm" = (
+"are" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -9749,7 +9744,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"arn" = (
+"arf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -9771,7 +9766,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"aro" = (
+"arg" = (
/obj/structure/chair/office/dark{
dir = 4
},
@@ -9785,7 +9780,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"arp" = (
+"arh" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/westleft{
base_state = "right";
@@ -9809,8 +9804,8 @@
/obj/item/weapon/poster/legit,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"arq" = (
-/obj/machinery/hologram/holopad,
+"ari" = (
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -9819,15 +9814,15 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"arr" = (
+"arj" = (
/obj/structure/closet/secure_closet/security/sec,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"ars" = (
+"ark" = (
/obj/machinery/newscaster/security_unit,
/turf/closed/wall,
/area/security/warden)
-"art" = (
+"arl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -9838,7 +9833,7 @@
dir = 8
},
/area/security/main)
-"aru" = (
+"arm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -9852,7 +9847,7 @@
dir = 10
},
/area/security/main)
-"arv" = (
+"arn" = (
/obj/structure/chair{
dir = 1
},
@@ -9864,9 +9859,12 @@
d2 = 8;
icon_state = "4-8"
},
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"arw" = (
+"aro" = (
/obj/structure/chair{
dir = 1
},
@@ -9879,9 +9877,12 @@
d2 = 8;
icon_state = "2-8"
},
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"arx" = (
+"arp" = (
/obj/structure/chair{
dir = 1
},
@@ -9893,23 +9894,14 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"ary" = (
+"arq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red,
/area/security/main)
-"arz" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side,
-/area/security/main)
-"arA" = (
+"arr" = (
/obj/structure/chair{
dir = 1
},
@@ -9922,7 +9914,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"arB" = (
+"ars" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -9931,7 +9923,7 @@
dir = 6
},
/area/security/main)
-"arC" = (
+"art" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -9939,7 +9931,7 @@
dir = 4
},
/area/security/main)
-"arD" = (
+"aru" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
name = "Interrogation Monitoring";
@@ -9949,16 +9941,16 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/main)
-"arE" = (
+"arv" = (
/turf/open/floor/plasteel/grimy,
/area/security/main)
-"arF" = (
+"arw" = (
/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/security/main)
-"arG" = (
+"arx" = (
/obj/item/weapon/phone{
desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
pixel_x = -3;
@@ -9975,25 +9967,25 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/main)
-"arH" = (
+"ary" = (
/obj/structure/rack,
/obj/item/clothing/suit/hazardvest,
/turf/open/floor/plating,
/area/maintenance/fore)
-"arI" = (
+"arz" = (
/obj/machinery/space_heater,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/fore)
-"arJ" = (
+"arA" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/fore)
-"arK" = (
+"arB" = (
/turf/closed/wall,
/area/crew_quarters/sleep)
-"arL" = (
+"arC" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Recreation Area";
@@ -10004,14 +9996,9 @@
dir = 1
},
/area/crew_quarters/sleep)
-"arM" = (
+"arD" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -10020,7 +10007,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/crew_quarters/sleep)
-"arN" = (
+"arE" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Recreation Area";
@@ -10031,7 +10018,7 @@
dir = 4
},
/area/crew_quarters/sleep)
-"arO" = (
+"arF" = (
/obj/structure/closet,
/obj/item/weapon/poster/contraband,
/obj/item/weapon/poster/contraband,
@@ -10044,7 +10031,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"arP" = (
+"arG" = (
/obj/structure/closet,
/obj/item/weapon/storage/box/lights/mixed,
/obj/effect/spawner/lootdrop/maintenance{
@@ -10055,26 +10042,26 @@
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"arQ" = (
+"arH" = (
/obj/structure/rack,
/obj/item/weapon/extinguisher,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"arR" = (
+"arI" = (
/obj/structure/rack,
/obj/effect/landmark/costume,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"arS" = (
+"arJ" = (
/obj/structure/rack,
/obj/item/clothing/suit/poncho,
/obj/item/clothing/head/sombrero,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"arT" = (
+"arK" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -10082,7 +10069,7 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"arU" = (
+"arL" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -10093,7 +10080,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"arV" = (
+"arM" = (
/obj/structure/rack,
/obj/item/weapon/book/manual/wiki/engineering_guide{
pixel_x = 3;
@@ -10103,24 +10090,25 @@
/obj/item/weapon/storage/box/lights/mixed,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"arW" = (
+"arN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
-"arX" = (
+"arO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"arY" = (
+"arP" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -10128,11 +10116,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"arZ" = (
+"arQ" = (
/obj/machinery/airalarm{
dir = 1;
icon_state = "alarm0";
@@ -10141,12 +10130,13 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/warning{
+/obj/machinery/holopad,
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"asa" = (
+"arR" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -10154,11 +10144,12 @@
scrub_Toxins = 0
},
/obj/machinery/power/terminal,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"asb" = (
+"arS" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 28
@@ -10170,11 +10161,12 @@
pixel_y = 0
},
/obj/structure/chair/office/light,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"asc" = (
+"arT" = (
/obj/machinery/power/apc{
dir = 8;
name = "Fore Starboard Solar APC";
@@ -10189,7 +10181,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/auxsolarstarboard)
-"asd" = (
+"arU" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10201,11 +10193,12 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"ase" = (
+"arV" = (
/obj/structure/cable/yellow{
d2 = 8;
icon_state = "0-8"
@@ -10213,7 +10206,7 @@
/obj/machinery/power/smes,
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"asf" = (
+"arW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -10226,13 +10219,14 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asg" = (
+"arX" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -10243,13 +10237,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ash" = (
+"arY" = (
/obj/machinery/door/airlock/glass{
name = "space-bridge access"
},
@@ -10265,25 +10260,27 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asi" = (
+"arZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asj" = (
+"asa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10293,19 +10290,20 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ask" = (
+"asb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asl" = (
+"asc" = (
/obj/machinery/door/airlock/glass{
name = "space-bridge access"
},
@@ -10321,13 +10319,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asm" = (
+"asd" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -10342,13 +10341,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asn" = (
+"ase" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -10357,13 +10357,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aso" = (
+"asf" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Cargo Bay Bridge Access";
req_access_txt = "0";
@@ -10381,7 +10382,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asp" = (
+"asg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -10391,13 +10392,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asq" = (
+"ash" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10410,18 +10412,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asr" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"ass" = (
+"asi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10432,7 +10423,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ast" = (
+"asj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -10443,7 +10434,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asu" = (
+"ask" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -10459,7 +10450,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"asv" = (
+"asl" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
@@ -10467,7 +10458,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/fore)
-"asw" = (
+"asm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
name = "Brig Maintenance";
@@ -10482,7 +10473,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"asx" = (
+"asn" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
external_pressure_bound = 101.325;
@@ -10509,13 +10500,13 @@
/obj/item/weapon/pen,
/turf/open/floor/plasteel/black,
/area/security/brig)
-"asy" = (
+"aso" = (
/obj/structure/chair/office/dark{
dir = 8
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"asz" = (
+"asp" = (
/obj/machinery/computer/security,
/obj/structure/cable/yellow{
d1 = 4;
@@ -10529,7 +10520,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asA" = (
+"asq" = (
/obj/effect/landmark/start{
name = "Warden"
},
@@ -10547,7 +10538,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asB" = (
+"asr" = (
/obj/machinery/computer/crew,
/obj/structure/cable/yellow{
d1 = 2;
@@ -10556,7 +10547,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asC" = (
+"ass" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10575,7 +10566,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asD" = (
+"ast" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -10588,7 +10579,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asE" = (
+"asu" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 2;
@@ -10600,7 +10591,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asF" = (
+"asv" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -10621,7 +10612,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asG" = (
+"asw" = (
/obj/structure/table,
/obj/machinery/button/door{
id = "Prison Gate";
@@ -10659,7 +10650,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asH" = (
+"asx" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
@@ -10677,7 +10668,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asI" = (
+"asy" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
external_pressure_bound = 101.325;
@@ -10690,7 +10681,7 @@
dir = 10
},
/area/security/main)
-"asJ" = (
+"asz" = (
/obj/structure/table,
/obj/structure/cable/yellow{
d1 = 4;
@@ -10721,7 +10712,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"asK" = (
+"asA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -10734,13 +10725,13 @@
},
/turf/open/floor/plating,
/area/security/warden)
-"asL" = (
+"asB" = (
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"asM" = (
+"asC" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
@@ -10749,7 +10740,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asN" = (
+"asD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -10764,7 +10755,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asO" = (
+"asE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -10786,7 +10777,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asP" = (
+"asF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -10802,7 +10793,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asQ" = (
+"asG" = (
/obj/machinery/light,
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 0;
@@ -10819,7 +10810,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asR" = (
+"asH" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10832,7 +10823,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asS" = (
+"asI" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10840,7 +10831,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asT" = (
+"asJ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -10852,7 +10843,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asU" = (
+"asK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
@@ -10861,7 +10852,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
-"asV" = (
+"asL" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -10872,11 +10863,11 @@
dir = 6
},
/area/security/main)
-"asW" = (
+"asM" = (
/obj/structure/chair,
/turf/open/floor/plasteel/grimy,
/area/security/main)
-"asX" = (
+"asN" = (
/obj/structure/chair,
/obj/machinery/computer/security/telescreen{
desc = "Used for watching proceedings in the interrogation room.";
@@ -10889,7 +10880,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/main)
-"asY" = (
+"asO" = (
/obj/item/weapon/paper_bin{
pixel_x = -3;
pixel_y = 7
@@ -10907,7 +10898,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/main)
-"asZ" = (
+"asP" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -10917,11 +10908,12 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"ata" = (
+"asQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -10931,21 +10923,22 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atb" = (
+"asR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"atc" = (
+"asS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atd" = (
+"asT" = (
/obj/machinery/light/small{
dir = 1
},
@@ -10957,7 +10950,7 @@
/obj/item/weapon/lighter,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"ate" = (
+"asU" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/machinery/airalarm{
pixel_y = 23
@@ -10965,7 +10958,7 @@
/obj/item/clothing/under/assistantformal,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"atf" = (
+"asV" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/obj/machinery/button/door{
@@ -10977,20 +10970,20 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"atg" = (
+"asW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall,
/area/crew_quarters/sleep)
-"ath" = (
+"asX" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -10999,7 +10992,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"ati" = (
+"asY" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -11011,7 +11004,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"atj" = (
+"asZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -11022,7 +11015,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"atk" = (
+"ata" = (
/obj/machinery/light/small{
dir = 1
},
@@ -11046,7 +11039,7 @@
/obj/item/weapon/bedsheet,
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"atl" = (
+"atb" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/machinery/airalarm{
pixel_y = 23
@@ -11054,7 +11047,7 @@
/obj/item/clothing/under/suit_jacket/burgundy,
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"atm" = (
+"atc" = (
/obj/structure/dresser,
/obj/machinery/newscaster{
pixel_x = 0;
@@ -11062,22 +11055,23 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"atn" = (
+"atd" = (
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"ato" = (
+"ate" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"atp" = (
+"atf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
-"atq" = (
+"atg" = (
/obj/machinery/door/airlock/highsecurity{
name = "Gravity Generator Room";
req_access_txt = "19;23"
@@ -11085,11 +11079,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/gravity_generator)
-"atr" = (
+"ath" = (
/obj/machinery/power/smes{
charge = 5e+006
},
@@ -11097,11 +11092,12 @@
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/gravity_generator)
-"ats" = (
+"ati" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -11112,17 +11108,18 @@
layer = 3
},
/obj/item/weapon/pen/blue,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/gravity_generator)
-"att" = (
+"atj" = (
/obj/machinery/space_heater,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"atu" = (
+"atk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -11135,7 +11132,7 @@
},
/turf/open/floor/plating,
/area/maintenance/auxsolarstarboard)
-"atv" = (
+"atl" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -11144,16 +11141,16 @@
},
/turf/closed/wall,
/area/maintenance/auxsolarstarboard)
-"atw" = (
+"atm" = (
/turf/closed/wall/r_wall,
/area/maintenance/starboard)
-"atx" = (
+"atn" = (
/obj/machinery/door/airlock/external{
req_access_txt = "13"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aty" = (
+"ato" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance_hatch{
name = "Cargo Bay Bridge Access";
@@ -11169,37 +11166,40 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atz" = (
+"atp" = (
/obj/machinery/door/poddoor/shutters{
id = "supplybridge"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atA" = (
+"atq" = (
/obj/machinery/door/poddoor/shutters{
id = "supplybridge"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atB" = (
+"atr" = (
/obj/machinery/door/poddoor/shutters{
id = "supplybridge"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atC" = (
+"ats" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -11211,7 +11211,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atD" = (
+"att" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -11222,7 +11222,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atE" = (
+"atu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -11233,7 +11233,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atF" = (
+"atv" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -11245,7 +11245,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atG" = (
+"atw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -11256,7 +11256,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atH" = (
+"atx" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -11271,7 +11271,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atI" = (
+"aty" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11287,7 +11287,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atJ" = (
+"atz" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -11306,7 +11306,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atK" = (
+"atA" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -11318,11 +11318,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"atL" = (
+"atB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11340,7 +11341,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atM" = (
+"atC" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11352,11 +11353,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"atN" = (
+"atD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -11368,7 +11370,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"atO" = (
+"atE" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11382,7 +11384,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atP" = (
+"atF" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11404,7 +11406,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atQ" = (
+"atG" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11414,11 +11416,12 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"atR" = (
+"atH" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11437,7 +11440,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"atS" = (
+"atI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -11450,39 +11453,25 @@
dir = 8;
icon_state = "pipe-c"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"atT" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/labor)
-"atU" = (
+"atJ" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/labor)
-"atV" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/labor)
-"atW" = (
+"atK" = (
/obj/machinery/computer/gulag_teleporter_computer,
/turf/open/floor/plasteel/black,
/area/security/brig)
-"atX" = (
+"atL" = (
/obj/machinery/gulag_teleporter,
/turf/open/floor/plasteel/black,
/area/security/brig)
-"atY" = (
+"atM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -11495,7 +11484,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/security/brig)
-"atZ" = (
+"atN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -11503,11 +11492,11 @@
dir = 4
},
/area/security/brig)
-"aua" = (
+"atO" = (
/obj/structure/sign/pods,
/turf/closed/wall/r_wall,
/area/security/warden)
-"aub" = (
+"atP" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -11522,14 +11511,14 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fore)
-"auc" = (
+"atQ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/security/warden)
-"aud" = (
+"atR" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Brig Control";
@@ -11543,24 +11532,26 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = "0"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/security/warden)
-"aue" = (
+"atS" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Gear Room";
req_access_txt = "0";
req_one_access_txt = "1;4"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/security/warden)
-"auf" = (
+"atT" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/main)
-"aug" = (
+"atU" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -11571,7 +11562,7 @@
},
/turf/open/floor/plasteel,
/area/security/main)
-"auh" = (
+"atV" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Security Office";
@@ -11586,7 +11577,7 @@
},
/turf/open/floor/plasteel,
/area/security/main)
-"aui" = (
+"atW" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -11596,7 +11587,7 @@
},
/turf/open/floor/plating,
/area/security/main)
-"auj" = (
+"atX" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -11605,24 +11596,19 @@
},
/turf/open/floor/plating,
/area/security/main)
-"auk" = (
+"atY" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/security/main)
-"aul" = (
+"atZ" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/turf/open/floor/plating,
/area/security/main)
-"aum" = (
+"aua" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -11634,25 +11620,25 @@
icon_state = "panelscorched"
},
/area/maintenance/fore)
-"aun" = (
+"aub" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"auo" = (
+"auc" = (
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/fore)
-"aup" = (
+"aud" = (
/obj/structure/chair/wood/normal{
dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"auq" = (
+"aue" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -11661,7 +11647,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aur" = (
+"auf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -11671,7 +11657,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aus" = (
+"aug" = (
/obj/machinery/door/airlock{
id_tag = "Cabin3";
name = "Cabin 6"
@@ -11681,7 +11667,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aut" = (
+"auh" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
@@ -11691,7 +11677,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"auu" = (
+"aui" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -11706,7 +11692,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"auv" = (
+"auj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -11714,7 +11700,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"auw" = (
+"auk" = (
/obj/machinery/door/airlock{
id_tag = "Cabin4";
name = "Cabin 5"
@@ -11724,14 +11710,14 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aux" = (
+"aul" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"auy" = (
+"aum" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -11742,10 +11728,10 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"auz" = (
+"aun" = (
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"auA" = (
+"auo" = (
/obj/structure/mopbucket,
/obj/item/weapon/mop,
/obj/effect/landmark{
@@ -11755,12 +11741,12 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"auB" = (
+"aup" = (
/obj/structure/closet/crate/hydroponics,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auC" = (
+"auq" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -11771,7 +11757,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auD" = (
+"aur" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -11791,12 +11777,12 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"auE" = (
+"aus" = (
/obj/structure/closet,
/obj/item/weapon/stock_parts/matter_bin,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auF" = (
+"aut" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
@@ -11804,7 +11790,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auG" = (
+"auu" = (
/obj/structure/closet/radiation,
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
@@ -11815,19 +11801,21 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"auH" = (
+"auv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"auI" = (
+"auw" = (
/obj/machinery/camera{
c_tag = "Gravity Generator Foyer"
},
@@ -11848,42 +11836,44 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"auJ" = (
+"aux" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"auK" = (
+"auy" = (
/obj/item/stack/sheet/cardboard,
/obj/item/device/flashlight,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auL" = (
+"auz" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas,
/obj/item/clothing/glasses/sunglasses,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auM" = (
+"auA" = (
/obj/structure/closet/crate/medical,
/obj/item/stack/cable_coil,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auN" = (
+"auB" = (
/obj/structure/closet/emcloset,
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
@@ -11895,14 +11885,14 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"auO" = (
+"auC" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
},
/turf/open/floor/plating/airless,
/area/space)
-"auP" = (
+"auD" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -11924,40 +11914,41 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auQ" = (
+"auE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auR" = (
+"auF" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auS" = (
+"auG" = (
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auT" = (
+"auH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auU" = (
+"auI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -11971,22 +11962,17 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auV" = (
+"auJ" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/window/reinforced/tinted/fulltile,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auW" = (
+"auK" = (
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
dir = 1
@@ -12001,13 +11987,13 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auX" = (
+"auL" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auY" = (
+"auM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -12020,7 +12006,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"auZ" = (
+"auN" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -12030,7 +12016,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"ava" = (
+"auO" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -12043,7 +12029,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"avb" = (
+"auP" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -12053,33 +12039,30 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"avc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+"auQ" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/labor)
-"avd" = (
+"auR" = (
/obj/machinery/computer/shuttle/labor,
/obj/structure/reagent_dispensers/peppertank{
pixel_x = -31;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"ave" = (
+"auS" = (
/obj/structure/chair/office/dark{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"avf" = (
+"auT" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"avg" = (
+"auU" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -12097,7 +12080,7 @@
dir = 8
},
/area/security/brig)
-"avh" = (
+"auV" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -12106,7 +12089,7 @@
/obj/structure/disposalpipe/junction,
/turf/open/floor/plasteel,
/area/security/brig)
-"avi" = (
+"auW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -12114,7 +12097,7 @@
dir = 4
},
/area/security/brig)
-"avj" = (
+"auX" = (
/obj/machinery/photocopier,
/obj/machinery/power/apc{
dir = 4;
@@ -12137,7 +12120,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/hos)
-"avk" = (
+"auY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -12145,7 +12128,7 @@
dir = 4
},
/area/security/brig)
-"avl" = (
+"auZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -12154,7 +12137,7 @@
dir = 4
},
/area/security/brig)
-"avm" = (
+"ava" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/westleft{
base_state = "right";
@@ -12173,7 +12156,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"avn" = (
+"avb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -12189,7 +12172,7 @@
dir = 4
},
/area/security/brig)
-"avo" = (
+"avc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -12198,7 +12181,7 @@
dir = 4
},
/area/security/brig)
-"avp" = (
+"avd" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -12213,7 +12196,7 @@
dir = 4
},
/area/security/brig)
-"avq" = (
+"ave" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -12225,7 +12208,7 @@
dir = 4
},
/area/security/brig)
-"avr" = (
+"avf" = (
/obj/machinery/firealarm{
pixel_y = 28
},
@@ -12236,14 +12219,14 @@
dir = 4
},
/area/security/brig)
-"avs" = (
+"avg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red/corner{
dir = 4
},
/area/security/brig)
-"avt" = (
+"avh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -12257,7 +12240,7 @@
dir = 4
},
/area/security/brig)
-"avu" = (
+"avi" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -12265,7 +12248,7 @@
dir = 5
},
/area/security/brig)
-"avv" = (
+"avj" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
external_pressure_bound = 101.325;
@@ -12274,10 +12257,10 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"avw" = (
+"avk" = (
/turf/open/floor/plasteel/black,
/area/security/brig)
-"avx" = (
+"avl" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small{
dir = 8
@@ -12294,7 +12277,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"avy" = (
+"avm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -12312,7 +12295,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"avz" = (
+"avn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -12325,34 +12308,35 @@
dir = 2
},
/area/crew_quarters/sleep)
-"avA" = (
+"avo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/crew_quarters/sleep)
-"avB" = (
+"avp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/closed/wall,
/area/crew_quarters/sleep)
-"avC" = (
+"avq" = (
/obj/item/weapon/cigbutt,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"avD" = (
+"avr" = (
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"avE" = (
+"avs" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"avF" = (
+"avt" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -12365,11 +12349,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"avG" = (
+"avu" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -12389,11 +12374,12 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"avH" = (
+"avv" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -12410,7 +12396,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"avI" = (
+"avw" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -12424,11 +12410,12 @@
},
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"avJ" = (
+"avx" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -12446,11 +12433,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"avK" = (
+"avy" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12459,11 +12447,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
-"avL" = (
+"avz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12477,7 +12466,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"avM" = (
+"avA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12494,11 +12483,12 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"avN" = (
+"avB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12509,7 +12499,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"avO" = (
+"avC" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12522,7 +12512,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"avP" = (
+"avD" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12535,7 +12525,7 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"avQ" = (
+"avE" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12548,7 +12538,7 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"avR" = (
+"avF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -12559,12 +12549,13 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"avS" = (
-/turf/open/floor/plating/warnplate{
+"avG" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"avT" = (
+"avH" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -12573,7 +12564,7 @@
dir = 8
},
/area/hallway/primary/port)
-"avU" = (
+"avI" = (
/obj/structure/closet/crate,
/obj/item/stack/sheet/metal{
amount = 50;
@@ -12592,13 +12583,13 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"avV" = (
+"avJ" = (
/obj/machinery/door/airlock/external,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"avW" = (
+"avK" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -12607,20 +12598,22 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"avX" = (
-/turf/open/floor/plating/warnplate{
+"avL" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"avY" = (
+"avM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -12633,13 +12626,13 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"avZ" = (
+"avN" = (
/obj/item/hand_labeler_refill,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"awa" = (
+"avO" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -12656,7 +12649,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"awb" = (
+"avP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -12673,13 +12666,14 @@
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"awc" = (
+"avQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -12699,7 +12693,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"awd" = (
+"avR" = (
/obj/structure/disposalpipe/sortjunction{
dir = 1;
icon_state = "pipe-j2s";
@@ -12718,22 +12712,22 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"awe" = (
+"avS" = (
/obj/structure/disposalpipe/segment,
-/mob/living/simple_animal/mouse,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"awf" = (
+"avT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -12744,19 +12738,10 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"awg" = (
-/obj/structure/grille,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/labor)
-"awh" = (
-/turf/open/floor/plasteel/shuttle/red,
+"avU" = (
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"awi" = (
+"avV" = (
/obj/machinery/button/flasher{
id = "gulagshuttleflasher";
name = "Flash Control";
@@ -12764,31 +12749,31 @@
pixel_y = -26;
req_access_txt = "1"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"awj" = (
+"avW" = (
/obj/machinery/mineral/labor_claim_console{
machinedir = 2;
pixel_x = 30;
pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"awk" = (
-/obj/machinery/door/airlock/shuttle{
+"avX" = (
+/obj/machinery/door/airlock/titanium{
name = "Labor Shuttle Airlock";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
-"awl" = (
+"avY" = (
/obj/machinery/door/airlock/external{
name = "Labor Camp Shuttle Airlock";
req_access_txt = "2"
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awm" = (
+"avZ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Labor Camp Shuttle Airlock";
@@ -12803,14 +12788,14 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awn" = (
+"awa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red/corner{
dir = 8
},
/area/security/brig)
-"awo" = (
+"awb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -12827,7 +12812,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awp" = (
+"awc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12841,7 +12826,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awq" = (
+"awd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12852,7 +12837,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awr" = (
+"awe" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12874,7 +12859,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"aws" = (
+"awf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12891,7 +12876,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awt" = (
+"awg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12908,7 +12893,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awu" = (
+"awh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12922,7 +12907,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awv" = (
+"awi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12939,7 +12924,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"aww" = (
+"awj" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -12956,7 +12941,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/security/brig)
-"awx" = (
+"awk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12972,7 +12957,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awy" = (
+"awl" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -12987,7 +12972,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awz" = (
+"awm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -13007,7 +12992,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awA" = (
+"awn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -13019,7 +13004,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awB" = (
+"awo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -13033,7 +13018,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awC" = (
+"awp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -13041,7 +13026,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awD" = (
+"awq" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -13055,7 +13040,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awE" = (
+"awr" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -13066,10 +13051,10 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"awF" = (
+"aws" = (
/turf/open/floor/plasteel,
/area/security/brig)
-"awG" = (
+"awt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -13077,7 +13062,7 @@
dir = 4
},
/area/security/brig)
-"awH" = (
+"awu" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
name = "Interrogation";
@@ -13090,30 +13075,30 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awI" = (
+"awv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awJ" = (
+"aww" = (
/obj/structure/chair{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awK" = (
+"awx" = (
/obj/structure/table,
/obj/item/device/flashlight/lamp,
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awL" = (
+"awy" = (
/obj/structure/chair{
dir = 8
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awM" = (
+"awz" = (
/obj/machinery/camera{
c_tag = "Interrogation";
dir = 8;
@@ -13121,7 +13106,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"awN" = (
+"awA" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -13129,12 +13114,12 @@
/obj/item/weapon/storage/box/donkpockets,
/turf/open/floor/plating,
/area/maintenance/fore)
-"awO" = (
+"awB" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/storage/box/lights/mixed,
/turf/open/floor/plating,
/area/maintenance/fore)
-"awP" = (
+"awC" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -13149,7 +13134,7 @@
/obj/structure/dresser,
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"awQ" = (
+"awD" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/machinery/airalarm{
pixel_y = 23
@@ -13157,7 +13142,7 @@
/obj/item/clothing/under/suit_jacket/tan,
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"awR" = (
+"awE" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/obj/machinery/button/door{
@@ -13175,7 +13160,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"awS" = (
+"awF" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -13187,7 +13172,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"awT" = (
+"awG" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/obj/machinery/button/door{
@@ -13207,7 +13192,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"awU" = (
+"awH" = (
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = 32
@@ -13216,14 +13201,14 @@
/obj/item/weapon/paper,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"awV" = (
+"awI" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"awW" = (
+"awJ" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -13235,7 +13220,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"awX" = (
+"awK" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -13247,11 +13232,12 @@
name = "Gravity Generator Foyer";
req_access_txt = "10"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/gravity_generator)
-"awY" = (
+"awL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13263,40 +13249,22 @@
dir = 8
},
/area/hallway/primary/port)
-"awZ" = (
+"awM" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"axa" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/mining)
-"axb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+"awN" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/mining)
-"axc" = (
+"awO" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/mining)
-"axd" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/mining)
-"axe" = (
+"awP" = (
/obj/item/clothing/gloves/color/rainbow,
/obj/item/clothing/shoes/sneakers/rainbow,
/obj/item/clothing/under/color/rainbow,
@@ -13305,19 +13273,20 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"axf" = (
+"awQ" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"axg" = (
+"awR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -13327,27 +13296,28 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"axh" = (
+"awS" = (
/obj/structure/closet/crate,
/obj/item/weapon/coin/silver,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"axi" = (
+"awT" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"axj" = (
+"awU" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -13356,7 +13326,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"axk" = (
+"awV" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -13369,27 +13339,24 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"axl" = (
+"awW" = (
/turf/closed/wall/r_wall,
/area/security/nuke_storage)
-"axm" = (
-/obj/machinery/door/airlock/shuttle{
+"awX" = (
+/obj/machinery/door/airlock/titanium{
name = "Labor Shuttle Airlock";
req_access_txt = "2"
},
/turf/open/floor/plasteel/black,
/area/shuttle/labor)
-"axn" = (
-/turf/closed/wall/shuttle,
-/area/shuttle/labor)
-"axo" = (
+"awY" = (
/obj/machinery/mineral/stacking_machine/laborstacker{
input_dir = 2;
output_dir = 1
},
/turf/open/floor/plasteel/black,
/area/shuttle/labor)
-"axp" = (
+"awZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -13402,7 +13369,7 @@
dir = 8
},
/area/security/brig)
-"axq" = (
+"axa" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -13413,7 +13380,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"axr" = (
+"axb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13424,7 +13391,7 @@
dir = 2
},
/area/security/brig)
-"axs" = (
+"axc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13441,7 +13408,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"axt" = (
+"axd" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -13450,7 +13417,7 @@
dir = 8
},
/area/security/brig)
-"axu" = (
+"axe" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -13462,7 +13429,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"axv" = (
+"axf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13473,7 +13440,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"axw" = (
+"axg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13482,7 +13449,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"axx" = (
+"axh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -13496,7 +13463,7 @@
dir = 2
},
/area/security/brig)
-"axy" = (
+"axi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13507,7 +13474,7 @@
dir = 9
},
/area/security/brig)
-"axz" = (
+"axj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13515,7 +13482,7 @@
dir = 1
},
/area/security/brig)
-"axA" = (
+"axk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -13526,7 +13493,7 @@
dir = 5
},
/area/security/brig)
-"axB" = (
+"axl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13547,7 +13514,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"axC" = (
+"axm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13555,14 +13522,14 @@
dir = 8
},
/area/security/brig)
-"axD" = (
+"axn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/security/brig)
-"axE" = (
+"axo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13574,7 +13541,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"axF" = (
+"axp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13582,7 +13549,7 @@
dir = 2
},
/area/security/brig)
-"axG" = (
+"axq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -13591,7 +13558,7 @@
dir = 2
},
/area/security/brig)
-"axH" = (
+"axr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13605,7 +13572,7 @@
dir = 2
},
/area/security/brig)
-"axI" = (
+"axs" = (
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
@@ -13623,7 +13590,7 @@
dir = 2
},
/area/security/brig)
-"axJ" = (
+"axt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -13639,7 +13606,7 @@
dir = 2
},
/area/security/brig)
-"axK" = (
+"axu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -13648,7 +13615,7 @@
dir = 2
},
/area/security/brig)
-"axL" = (
+"axv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13660,19 +13627,19 @@
dir = 6
},
/area/security/brig)
-"axM" = (
+"axw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
/area/security/brig)
-"axN" = (
+"axx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"axO" = (
+"axy" = (
/obj/structure/chair{
dir = 4
},
@@ -13681,7 +13648,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"axP" = (
+"axz" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/device/taperecorder{
@@ -13702,7 +13669,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"axQ" = (
+"axA" = (
/obj/structure/chair{
dir = 8
},
@@ -13711,7 +13678,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"axR" = (
+"axB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -13720,12 +13687,12 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"axS" = (
+"axC" = (
/turf/closed/wall,
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"axT" = (
+"axD" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -13734,7 +13701,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"axU" = (
+"axE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -13744,7 +13711,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"axV" = (
+"axF" = (
/obj/machinery/door/airlock{
id_tag = "Cabin2";
name = "Cabin 4"
@@ -13754,7 +13721,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"axW" = (
+"axG" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -13763,7 +13730,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"axX" = (
+"axH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -13775,7 +13742,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"axY" = (
+"axI" = (
/obj/machinery/door/airlock{
id_tag = "Cabin5";
name = "Cabin 3"
@@ -13785,14 +13752,14 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"axZ" = (
+"axJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aya" = (
+"axK" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -13804,13 +13771,14 @@
/obj/machinery/light/small,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"ayb" = (
+"axL" = (
/obj/item/weapon/caution,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"ayc" = (
+"axM" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -13825,7 +13793,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"ayd" = (
+"axN" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -13841,7 +13809,7 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"aye" = (
+"axO" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -13855,7 +13823,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"ayf" = (
+"axP" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -13867,11 +13835,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"ayg" = (
+"axQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -13887,17 +13856,17 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"ayh" = (
+"axR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/red/corner{
dir = 4
},
/area/security/brig)
-"ayi" = (
+"axS" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -13912,7 +13881,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"ayj" = (
+"axT" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=4";
dir = 4;
@@ -13922,29 +13891,32 @@
/obj/structure/plasticflaps{
opacity = 1
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/maintenance/starboard)
-"ayk" = (
+"axU" = (
/obj/machinery/door/window/southright{
dir = 4;
name = "Engineering Deliveries";
req_access_txt = "10";
req_one_access_txt = "0"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"ayl" = (
+"axV" = (
/obj/structure/sign/securearea{
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aym" = (
+"axW" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -13954,11 +13926,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"ayn" = (
+"axX" = (
/obj/machinery/light_switch{
pixel_x = 23
},
@@ -13973,14 +13946,15 @@
/obj/structure/sign/securearea{
pixel_y = 32
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"ayo" = (
+"axY" = (
/turf/closed/wall/r_wall,
/area/engine/engineering)
-"ayp" = (
+"axZ" = (
/obj/structure/closet/emcloset{
anchored = 1;
desc = "It's a storage unit for emergency breath masks and O2 tanks, and is securely bolted in place.";
@@ -13988,7 +13962,7 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"ayq" = (
+"aya" = (
/obj/structure/grille,
/obj/structure/cable{
d1 = 2;
@@ -13997,7 +13971,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"ayr" = (
+"ayb" = (
/obj/structure/grille,
/obj/structure/cable{
d1 = 4;
@@ -14007,7 +13981,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"ays" = (
+"ayc" = (
/obj/structure/grille,
/obj/structure/cable{
d1 = 4;
@@ -14022,7 +13996,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"ayt" = (
+"ayd" = (
/obj/structure/grille,
/obj/structure/cable{
d1 = 2;
@@ -14031,11 +14005,11 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"ayu" = (
+"aye" = (
/obj/structure/grille,
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"ayv" = (
+"ayf" = (
/obj/structure/closet/crate,
/obj/item/stack/sheet/glass{
amount = 10
@@ -14043,33 +14017,27 @@
/obj/item/stack/rods,
/turf/open/floor/plating/airless,
/area/space)
-"ayw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/mining)
-"ayx" = (
+"ayg" = (
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/mining)
-"ayy" = (
+"ayh" = (
/obj/machinery/computer/shuttle/mining,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/mining)
-"ayz" = (
+"ayi" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"ayA" = (
+"ayj" = (
/turf/closed/wall,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"ayB" = (
+"ayk" = (
/obj/machinery/door/airlock/maintenance{
name = "Mining Dock Maintenance";
req_access_txt = "48"
@@ -14083,12 +14051,12 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"ayC" = (
+"ayl" = (
/turf/closed/wall,
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"ayD" = (
+"aym" = (
/obj/machinery/door/airlock/maintenance{
name = "Cargo Bay Warehouse Maintenance";
req_access_txt = "0";
@@ -14104,7 +14072,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"ayE" = (
+"ayn" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -14114,17 +14082,13 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"ayF" = (
-/obj/structure/closet/secure_closet/freezer/money,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,
-/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
-/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
-/obj/item/clothing/head/bearpelt,
+"ayo" = (
+/obj/machinery/computer/bank_machine,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/security/nuke_storage)
-"ayG" = (
+"ayp" = (
/obj/machinery/light_switch{
pixel_y = 28
},
@@ -14132,7 +14096,7 @@
luminosity = 2
},
/area/security/nuke_storage)
-"ayH" = (
+"ayq" = (
/obj/machinery/airalarm{
pixel_y = 23
},
@@ -14143,7 +14107,7 @@
luminosity = 2
},
/area/security/nuke_storage)
-"ayI" = (
+"ayr" = (
/obj/machinery/power/apc{
dir = 1;
name = "Vault APC";
@@ -14158,30 +14122,30 @@
luminosity = 2
},
/area/security/nuke_storage)
-"ayJ" = (
+"ays" = (
/obj/structure/filingcabinet,
/obj/item/weapon/folder/documents,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/security/nuke_storage)
-"ayK" = (
-/turf/open/floor/plasteel/shuttle,
+"ayt" = (
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
-"ayL" = (
+"ayu" = (
/obj/machinery/mineral/labor_claim_console{
machinedir = 1;
pixel_x = 30;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
-"ayM" = (
+"ayv" = (
/turf/closed/wall,
/area/prison/solitary{
name = "Prisoner Education Chamber"
})
-"ayN" = (
+"ayw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -14191,7 +14155,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/security/brig)
-"ayO" = (
+"ayx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14214,7 +14178,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"ayP" = (
+"ayy" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -14226,7 +14190,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"ayQ" = (
+"ayz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14249,7 +14213,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"ayR" = (
+"ayA" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14272,19 +14236,20 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"ayS" = (
+"ayB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
id_tag = "innerbrig";
name = "Brig";
req_access_txt = "63"
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"ayT" = (
+"ayC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14298,19 +14263,20 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
id_tag = "innerbrig";
name = "Brig";
req_access_txt = "63"
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"ayU" = (
+"ayD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/security/brig)
-"ayV" = (
+"ayE" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14334,10 +14300,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"ayW" = (
+"ayF" = (
/turf/closed/wall/r_wall,
/area/security/detectives_office)
-"ayX" = (
+"ayG" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -14350,7 +14316,7 @@
},
/turf/open/floor/plating,
/area/security/detectives_office)
-"ayY" = (
+"ayH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14367,7 +14333,7 @@
},
/turf/open/floor/plasteel,
/area/security/detectives_office)
-"ayZ" = (
+"ayI" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -14381,10 +14347,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/security/detectives_office)
-"aza" = (
+"ayJ" = (
/turf/closed/wall,
/area/security/detectives_office)
-"azb" = (
+"ayK" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 4
@@ -14396,7 +14362,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"azc" = (
+"ayL" = (
/obj/machinery/light/small{
dir = 1
},
@@ -14413,7 +14379,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"azd" = (
+"ayM" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 8
@@ -14425,7 +14391,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aze" = (
+"ayN" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -14434,7 +14400,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"azf" = (
+"ayO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14450,7 +14416,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"azg" = (
+"ayP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -14462,7 +14428,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"azh" = (
+"ayQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -14472,11 +14438,11 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"azi" = (
+"ayR" = (
/obj/item/weapon/wrench,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"azj" = (
+"ayS" = (
/obj/structure/table,
/obj/item/stack/packageWrap,
/obj/item/weapon/wrench,
@@ -14487,17 +14453,19 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"azk" = (
+"ayT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"azl" = (
+"ayU" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -14515,7 +14483,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"azm" = (
+"ayV" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -14524,11 +14492,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"azn" = (
+"ayW" = (
/obj/machinery/door/airlock/external{
name = "Engineering External Access";
req_access = null;
@@ -14542,7 +14511,7 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"azo" = (
+"ayX" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -14560,11 +14529,12 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"azp" = (
+"ayY" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -14572,10 +14542,10 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"azq" = (
+"ayZ" = (
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"azr" = (
+"aza" = (
/obj/structure/cable,
/obj/machinery/power/emitter{
anchored = 1;
@@ -14583,7 +14553,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"azs" = (
+"azb" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -14594,7 +14564,7 @@
dir = 4
},
/area/security/brig)
-"azt" = (
+"azc" = (
/obj/structure/grille,
/obj/machinery/light{
dir = 1
@@ -14607,7 +14577,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"azu" = (
+"azd" = (
/obj/structure/grille,
/obj/structure/cable{
d1 = 1;
@@ -14616,39 +14586,40 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"azv" = (
+"aze" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-22"
},
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/wood,
/area/library)
-"azw" = (
+"azf" = (
/obj/structure/grille,
/turf/open/floor/plating/airless,
/area/space)
-"azx" = (
+"azg" = (
/obj/item/stack/cable_coil,
/turf/open/floor/plating/airless,
/area/space)
-"azy" = (
-/turf/open/floor/plasteel/shuttle,
+"azh" = (
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/mining)
-"azz" = (
+"azi" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/mining)
-"azA" = (
+"azj" = (
/obj/item/weapon/ore/iron,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"azB" = (
+"azk" = (
/obj/structure/closet/crate,
/obj/machinery/light/small{
dir = 4
@@ -14658,13 +14629,14 @@
name = "Station Intercom (General)";
pixel_x = 27
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"azC" = (
+"azl" = (
/obj/structure/closet/emcloset,
/obj/machinery/status_display{
density = 0;
@@ -14678,7 +14650,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"azD" = (
+"azm" = (
/obj/structure/closet/crate,
/obj/item/device/flashlight{
pixel_x = 1;
@@ -14702,7 +14674,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"azE" = (
+"azn" = (
/obj/machinery/power/apc{
dir = 1;
name = "Mining APC";
@@ -14723,7 +14695,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"azF" = (
+"azo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14740,7 +14712,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"azG" = (
+"azp" = (
/obj/structure/rack{
dir = 1
},
@@ -14755,7 +14727,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"azH" = (
+"azq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -14774,7 +14746,7 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
-"azI" = (
+"azr" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -14789,7 +14761,7 @@
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"azJ" = (
+"azs" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -14802,7 +14774,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"azK" = (
+"azt" = (
/obj/machinery/airalarm{
pixel_y = 28
},
@@ -14818,7 +14790,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"azL" = (
+"azu" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -14832,7 +14804,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"azM" = (
+"azv" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -14843,7 +14815,7 @@
dir = 1
},
/area/security/nuke_storage)
-"azN" = (
+"azw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -14851,15 +14823,13 @@
luminosity = 2
},
/area/security/nuke_storage)
-"azO" = (
-/obj/machinery/nuclearbomb/selfdestruct{
- layer = 2
- },
+"azx" = (
+/obj/machinery/nuclearbomb/selfdestruct,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/security/nuke_storage)
-"azP" = (
+"azy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14872,7 +14842,7 @@
luminosity = 2
},
/area/security/nuke_storage)
-"azQ" = (
+"azz" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -14881,13 +14851,13 @@
dir = 4
},
/area/security/nuke_storage)
-"azR" = (
+"azA" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
-"azS" = (
+"azB" = (
/obj/structure/chair{
dir = 8
},
@@ -14895,14 +14865,14 @@
id = "gulagshuttleflasher";
pixel_x = 25
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
-"azT" = (
+"azC" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/hallway/primary/fore)
-"azU" = (
+"azD" = (
/obj/machinery/flasher{
id = "Cell 1";
pixel_x = -28
@@ -14915,7 +14885,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"azV" = (
+"azE" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -14923,7 +14893,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"azW" = (
+"azF" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
external_pressure_bound = 101.325;
@@ -14935,7 +14905,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"azX" = (
+"azG" = (
/obj/machinery/flasher{
id = "Cell 2";
pixel_x = -28
@@ -14948,7 +14918,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"azY" = (
+"azH" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -14961,7 +14931,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"azZ" = (
+"azI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -14972,13 +14942,13 @@
dir = 9
},
/area/security/brig)
-"aAa" = (
-/obj/machinery/hologram/holopad,
+"azJ" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/red/side{
dir = 1
},
/area/security/brig)
-"aAb" = (
+"azK" = (
/obj/machinery/light/small{
dir = 4
},
@@ -14992,7 +14962,7 @@
dir = 5
},
/area/security/brig)
-"aAc" = (
+"azL" = (
/obj/structure/chair,
/obj/machinery/flasher{
id = "holdingflash";
@@ -15000,12 +14970,12 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aAd" = (
+"azM" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aAe" = (
+"azN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15014,11 +14984,11 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aAf" = (
+"azO" = (
/obj/structure/chair,
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aAg" = (
+"azP" = (
/obj/structure/rack,
/obj/machinery/flasher{
id = "holdingflash";
@@ -15056,7 +15026,7 @@
/obj/item/weapon/restraints/handcuffs,
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aAh" = (
+"azQ" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -15070,7 +15040,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aAi" = (
+"azR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -15078,7 +15048,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aAj" = (
+"azS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15099,7 +15069,7 @@
},
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aAk" = (
+"azT" = (
/obj/structure/table/wood,
/obj/item/weapon/storage/fancy/cigarettes,
/obj/item/clothing/glasses/sunglasses,
@@ -15113,7 +15083,7 @@
},
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aAl" = (
+"azU" = (
/obj/machinery/computer/security/wooden_tv{
density = 0;
pixel_x = 3;
@@ -15132,7 +15102,7 @@
},
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aAm" = (
+"azV" = (
/obj/structure/table/wood,
/obj/item/weapon/storage/secure/safe{
pixel_x = 32
@@ -15151,7 +15121,7 @@
},
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aAn" = (
+"azW" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -15159,13 +15129,13 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aAo" = (
+"azX" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aAp" = (
+"azY" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -15173,7 +15143,7 @@
icon_state = "platingdmg2"
},
/area/maintenance/fore)
-"aAq" = (
+"azZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15186,7 +15156,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aAr" = (
+"aAa" = (
/obj/structure/mirror{
pixel_x = -28
},
@@ -15199,7 +15169,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aAs" = (
+"aAb" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -15209,7 +15179,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aAt" = (
+"aAc" = (
/obj/structure/mirror{
pixel_x = 28
},
@@ -15221,11 +15191,11 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aAu" = (
+"aAd" = (
/obj/machinery/washing_machine,
/turf/open/floor/plasteel/barber,
/area/crew_quarters/sleep)
-"aAv" = (
+"aAe" = (
/obj/structure/table,
/obj/item/clothing/under/suit_jacket/female{
pixel_x = 3;
@@ -15248,11 +15218,11 @@
/obj/item/clothing/tie/waistcoat,
/obj/item/clothing/suit/toggle/lawyer/black,
/obj/item/clothing/under/suit_jacket/red,
-/obj/item/clothing/tie/black,
+/obj/item/clothing/neck/tie/black,
/obj/item/clothing/under/lawyer/blacksuit,
/turf/open/floor/plasteel/barber,
/area/crew_quarters/sleep)
-"aAw" = (
+"aAf" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -15261,7 +15231,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aAx" = (
+"aAg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -15279,7 +15249,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aAy" = (
+"aAh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -15295,7 +15265,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aAz" = (
+"aAi" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -15312,7 +15282,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aAA" = (
+"aAj" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -15324,11 +15294,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"aAB" = (
+"aAk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -15344,7 +15315,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"aAC" = (
+"aAl" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -15358,7 +15329,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aAD" = (
+"aAm" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -15373,7 +15344,7 @@
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aAE" = (
+"aAn" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -15393,20 +15364,22 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aAF" = (
+"aAo" = (
/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aAG" = (
+"aAp" = (
/obj/structure/closet/secure_closet/engineering_personal,
/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aAH" = (
+"aAq" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -15418,11 +15391,12 @@
/obj/item/clothing/suit/hazardvest,
/obj/item/weapon/tank/internals/emergency_oxygen/engi,
/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aAI" = (
+"aAr" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -15448,29 +15422,32 @@
dir = 2;
network = list("SS13")
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aAJ" = (
+"aAs" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aAK" = (
+"aAt" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aAL" = (
+"aAu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15484,7 +15461,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aAM" = (
+"aAv" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
@@ -15493,24 +15470,26 @@
pixel_y = 0
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aAN" = (
-/turf/open/floor/plating/airless/warnplate{
+"aAw" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aAO" = (
+"aAx" = (
/obj/item/device/multitool,
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aAP" = (
+"aAy" = (
/obj/item/device/radio/off,
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aAQ" = (
+"aAz" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -15524,8 +15503,8 @@
dir = 2
},
/area/library)
-"aAR" = (
-/obj/machinery/door/airlock/shuttle{
+"aAA" = (
+/obj/machinery/door/airlock/titanium{
name = "Mining Shuttle Airlock";
req_access_txt = "0"
},
@@ -15535,7 +15514,7 @@
height = 5;
id = "mining";
name = "mining shuttle";
- travelDir = 90;
+ port_angle = 90;
width = 7
},
/obj/docking_port/stationary{
@@ -15548,7 +15527,7 @@
},
/turf/open/floor/plating,
/area/shuttle/mining)
-"aAS" = (
+"aAB" = (
/obj/machinery/door/airlock/external{
name = "Mining Dock Airlock";
req_access = null;
@@ -15558,12 +15537,12 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aAT" = (
+"aAC" = (
/turf/open/floor/plasteel,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aAU" = (
+"aAD" = (
/obj/machinery/door/airlock/glass_mining{
name = "Mining Dock";
req_access_txt = "48"
@@ -15572,14 +15551,14 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aAV" = (
+"aAE" = (
/turf/open/floor/plasteel/brown{
dir = 8
},
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aAW" = (
+"aAF" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -15590,7 +15569,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aAX" = (
+"aAG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -15598,7 +15577,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aAY" = (
+"aAH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15611,7 +15590,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aAZ" = (
+"aAI" = (
/obj/machinery/button/door{
id = "qm_mine_warehouse";
name = "Warehouse Door Control";
@@ -15625,18 +15604,19 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aBa" = (
+"aAJ" = (
/obj/machinery/door/poddoor/shutters{
id = "qm_mine_warehouse";
name = "Warehouse Shutters"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aBb" = (
+"aAK" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/button/door{
id = "qm_mine_warehouse";
@@ -15651,12 +15631,12 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aBc" = (
+"aAL" = (
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aBd" = (
+"aAM" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 3;
@@ -15666,7 +15646,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aBe" = (
+"aAN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15676,7 +15656,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aBf" = (
+"aAO" = (
/obj/structure/closet/crate,
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
@@ -15690,7 +15670,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aBg" = (
+"aAP" = (
/obj/structure/closet/crate{
name = "Gold Crate"
},
@@ -15713,7 +15693,7 @@
dir = 1
},
/area/security/nuke_storage)
-"aBh" = (
+"aAQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -15722,7 +15702,7 @@
luminosity = 2
},
/area/security/nuke_storage)
-"aBi" = (
+"aAR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -15730,7 +15710,7 @@
luminosity = 2
},
/area/security/nuke_storage)
-"aBj" = (
+"aAS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15744,7 +15724,7 @@
luminosity = 2
},
/area/security/nuke_storage)
-"aBk" = (
+"aAT" = (
/obj/item/weapon/coin/silver{
pixel_x = 7;
pixel_y = 12
@@ -15772,12 +15752,12 @@
dir = 4
},
/area/security/nuke_storage)
-"aBl" = (
+"aAU" = (
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
-"aBm" = (
-/obj/machinery/door/airlock/shuttle{
+"aAV" = (
+/obj/machinery/door/airlock/titanium{
id_tag = "prisonshuttle";
name = "Labor Shuttle Airlock"
},
@@ -15787,7 +15767,7 @@
height = 5;
id = "laborcamp";
name = "labor camp shuttle";
- travelDir = 90;
+ port_angle = 90;
width = 9
},
/obj/docking_port/stationary{
@@ -15798,15 +15778,15 @@
name = "fore bay 1";
width = 9
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
-"aBn" = (
+"aAW" = (
/obj/machinery/door/airlock/external{
name = "Labor Camp Shuttle Airlock"
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aBo" = (
+"aAX" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 28
@@ -15829,33 +15809,33 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aBp" = (
+"aAY" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBq" = (
+"aAZ" = (
/obj/structure/closet/secure_closet/brig{
id = "Cell 1";
name = "Cell 1 Locker"
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBr" = (
+"aBa" = (
/obj/structure/closet/secure_closet/brig{
id = "Cell 2";
name = "Cell 2 Locker"
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBs" = (
+"aBb" = (
/obj/structure/closet/secure_closet/brig{
id = "Cell 3";
name = "Cell 3 Locker"
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBt" = (
+"aBc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -15868,10 +15848,10 @@
dir = 10
},
/area/security/brig)
-"aBu" = (
+"aBd" = (
/turf/open/floor/plasteel/red/side,
/area/security/brig)
-"aBv" = (
+"aBe" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15886,7 +15866,7 @@
dir = 6
},
/area/security/brig)
-"aBw" = (
+"aBf" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -15898,14 +15878,14 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBx" = (
+"aBg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBy" = (
+"aBh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15916,7 +15896,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBz" = (
+"aBi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -15926,7 +15906,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBA" = (
+"aBj" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
external_pressure_bound = 101.325;
@@ -15938,7 +15918,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
-"aBB" = (
+"aBk" = (
/obj/structure/closet/secure_closet/detective,
/obj/effect/landmark{
name = "blobstart"
@@ -15950,11 +15930,11 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aBC" = (
-/obj/machinery/hologram/holopad,
+"aBl" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aBD" = (
+"aBm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -15965,13 +15945,13 @@
},
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aBE" = (
+"aBn" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/red,
/obj/item/weapon/hand_labeler,
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aBF" = (
+"aBo" = (
/obj/effect/landmark/start{
name = "Detective"
},
@@ -15981,7 +15961,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aBG" = (
+"aBp" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -15990,7 +15970,7 @@
/obj/machinery/computer/secure_data,
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aBH" = (
+"aBq" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -16002,7 +15982,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aBI" = (
+"aBr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -16016,11 +15996,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aBJ" = (
+"aBs" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -16034,7 +16015,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aBK" = (
+"aBt" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 4
@@ -16044,7 +16025,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aBL" = (
+"aBu" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -16053,7 +16034,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aBM" = (
+"aBv" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 8
@@ -16062,7 +16043,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aBN" = (
+"aBw" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -16079,7 +16060,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aBO" = (
+"aBx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -16092,7 +16073,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aBP" = (
+"aBy" = (
/obj/structure/cable/yellow{
d2 = 8;
icon_state = "0-8"
@@ -16117,7 +16098,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aBQ" = (
+"aBz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -16131,7 +16112,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aBR" = (
+"aBA" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -16143,7 +16124,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aBS" = (
+"aBB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/pods{
pixel_x = 30;
@@ -16153,7 +16134,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aBT" = (
+"aBC" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -16168,44 +16149,56 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aBU" = (
+"aBD" = (
/obj/effect/decal/cleanable/cobweb,
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-20";
layer = 4.1;
pixel_y = 3
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aBV" = (
+"aBE" = (
/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aBW" = (
+"aBF" = (
/obj/structure/tank_dispenser,
/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aBX" = (
+"aBG" = (
/obj/machinery/camera{
c_tag = "Engineering - Storage";
dir = 2;
network = list("SS13")
},
/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aBY" = (
+"aBH" = (
/obj/item/stack/sheet/plasteel{
amount = 10;
pixel_x = -2;
@@ -16217,14 +16210,17 @@
pixel_x = 2;
pixel_y = -2
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aBZ" = (
+"aBI" = (
/turf/closed/wall,
/area/engine/engineering)
-"aCa" = (
+"aBJ" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -16233,27 +16229,30 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aCb" = (
+"aBK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aCc" = (
+"aBL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aCd" = (
+"aBM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -16262,28 +16261,31 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aCe" = (
+"aBN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aCf" = (
+"aBO" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "Singularity";
name = "radiation shutters"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aCg" = (
+"aBP" = (
/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aCh" = (
+"aBQ" = (
/obj/machinery/camera/emp_proof{
c_tag = "Fore Arm - Near";
dir = 4;
@@ -16292,7 +16294,7 @@
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"aCi" = (
+"aBR" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -16304,27 +16306,29 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aCj" = (
+"aBS" = (
/obj/item/weapon/ore/silver,
/obj/item/weapon/ore/silver,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aCk" = (
+"aBT" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/machinery/camera{
c_tag = "Mining Dock";
dir = 8;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aCl" = (
+"aBU" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -16336,14 +16340,14 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aCm" = (
+"aBV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aCn" = (
+"aBW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -16353,7 +16357,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aCo" = (
+"aBX" = (
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
@@ -16371,7 +16375,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aCp" = (
+"aBY" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -16381,7 +16385,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aCq" = (
+"aBZ" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -16390,7 +16394,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aCr" = (
+"aCa" = (
/obj/structure/closet/crate/freezer,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 3;
@@ -16400,7 +16404,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aCs" = (
+"aCb" = (
/obj/structure/closet/crate,
/obj/structure/cable/yellow{
d1 = 1;
@@ -16412,7 +16416,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aCt" = (
+"aCc" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -16430,13 +16434,13 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aCu" = (
+"aCd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
dir = 1
},
/area/security/nuke_storage)
-"aCv" = (
+"aCe" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
@@ -16445,7 +16449,7 @@
dir = 6
},
/area/security/nuke_storage)
-"aCw" = (
+"aCf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -16456,7 +16460,7 @@
},
/turf/open/floor/plasteel/vault,
/area/security/nuke_storage)
-"aCx" = (
+"aCg" = (
/obj/machinery/camera/motion{
c_tag = "Vault";
dir = 1;
@@ -16472,10 +16476,10 @@
dir = 10
},
/area/security/nuke_storage)
-"aCy" = (
+"aCh" = (
/obj/structure/safe,
/obj/item/weapon/storage/secure/briefcase{
- contents = newlist(/obj/item/clothing/suit/armor/vest,/obj/item/weapon/gun/projectile/automatic/pistol,/obj/item/weapon/suppressor,/obj/item/weapon/melee/classic_baton/telescopic,/obj/item/clothing/mask/balaclava,/obj/item/bodybag,/obj/item/weapon/soap/nanotrasen)
+ contents = newlist(/obj/item/clothing/suit/armor/vest,/obj/item/weapon/gun/ballistic/automatic/pistol,/obj/item/weapon/suppressor,/obj/item/weapon/melee/classic_baton/telescopic,/obj/item/clothing/mask/balaclava,/obj/item/bodybag,/obj/item/weapon/soap/nanotrasen)
},
/obj/item/weapon/storage/backpack/dufflebag{
contents = newlist(/obj/item/clothing/under/lawyer/blacksuit,/obj/item/clothing/tie/waistcoat,/obj/item/clothing/suit/toggle/lawyer/black,/obj/item/clothing/shoes/laceup,/obj/item/clothing/gloves/color/black,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/head/fedora);
@@ -16490,10 +16494,10 @@
registered_name = "Thirteen"
},
/obj/item/weapon/lazarus_injector,
-/obj/item/weapon/gun/energy/gun/advtaser,
-/obj/item/weapon/gun/projectile/revolver/russian,
+/obj/item/weapon/gun/energy/e_gun/advtaser,
+/obj/item/weapon/gun/ballistic/revolver/russian,
/obj/item/ammo_box/a357,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/obj/item/weapon/book{
desc = "An undeniably handy book.";
icon_state = "bookknock";
@@ -16503,7 +16507,7 @@
dir = 4
},
/area/security/nuke_storage)
-"aCz" = (
+"aCi" = (
/obj/structure/shuttle/engine/heater,
/obj/structure/window/reinforced{
dir = 1;
@@ -16511,7 +16515,7 @@
},
/turf/open/floor/plating,
/area/shuttle/labor)
-"aCA" = (
+"aCj" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Labor Camp Shuttle Airlock";
@@ -16519,7 +16523,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aCB" = (
+"aCk" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -16532,7 +16536,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aCC" = (
+"aCl" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -16550,7 +16554,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aCD" = (
+"aCm" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -16563,12 +16567,13 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aCE" = (
+"aCn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 1;
id_tag = "outerbrig";
name = "Brig";
req_access_txt = "63"
@@ -16577,7 +16582,7 @@
dir = 1
},
/area/security/brig)
-"aCF" = (
+"aCo" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -16586,7 +16591,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aCG" = (
+"aCp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -16604,6 +16609,7 @@
pixel_x = 25
},
/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 1;
id_tag = "outerbrig";
name = "Brig";
req_access_txt = "63"
@@ -16612,7 +16618,7 @@
dir = 1
},
/area/security/brig)
-"aCH" = (
+"aCq" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Security Desk";
@@ -16631,7 +16637,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aCI" = (
+"aCr" = (
/obj/machinery/door/airlock/security{
name = "Court Cell";
req_access = null;
@@ -16639,7 +16645,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aCJ" = (
+"aCs" = (
/obj/structure/table/wood,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
@@ -16665,7 +16671,7 @@
/obj/item/device/flashlight/seclite,
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aCK" = (
+"aCt" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -16676,7 +16682,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aCL" = (
+"aCu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -16692,7 +16698,7 @@
},
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aCM" = (
+"aCv" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -16701,18 +16707,18 @@
/obj/item/weapon/pen,
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aCN" = (
+"aCw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aCO" = (
+"aCx" = (
/obj/machinery/computer/med_data,
/obj/machinery/newscaster{
pixel_x = 28
},
/turf/open/floor/carpet,
/area/security/detectives_office)
-"aCP" = (
+"aCy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -16722,7 +16728,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aCQ" = (
+"aCz" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -16733,13 +16739,13 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aCR" = (
+"aCA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aCS" = (
+"aCB" = (
/obj/machinery/door/airlock{
name = "Unisex Showers";
req_access_txt = "0"
@@ -16749,7 +16755,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aCT" = (
+"aCC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -16760,14 +16766,14 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aCU" = (
+"aCD" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aCV" = (
+"aCE" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -16776,14 +16782,14 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aCW" = (
+"aCF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aCX" = (
+"aCG" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -16793,14 +16799,14 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/sleep)
-"aCY" = (
+"aCH" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aCZ" = (
+"aCI" = (
/obj/machinery/light/small{
dir = 4
},
@@ -16812,7 +16818,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aDa" = (
+"aCJ" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/obj/machinery/button/door{
@@ -16833,7 +16839,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"aDb" = (
+"aCK" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/machinery/airalarm{
pixel_y = 23
@@ -16841,7 +16847,7 @@
/obj/item/clothing/under/suit_jacket/navy,
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"aDc" = (
+"aCL" = (
/obj/item/clothing/glasses/meson,
/obj/structure/closet/crate,
/obj/item/weapon/poster/contraband,
@@ -16851,7 +16857,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aDd" = (
+"aCM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -16860,38 +16866,44 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aDe" = (
+"aCN" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
pixel_x = -30;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aDf" = (
-/turf/open/floor/plasteel/warning{
+"aCO" = (
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDg" = (
-/turf/open/floor/plasteel/warning{
+"aCP" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDh" = (
+"aCQ" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDi" = (
+"aCR" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -16900,7 +16912,7 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aDj" = (
+"aCS" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -16909,7 +16921,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDk" = (
+"aCT" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -16921,7 +16933,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDl" = (
+"aCU" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -16932,7 +16944,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDm" = (
+"aCV" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -16949,7 +16961,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDn" = (
+"aCW" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -16957,11 +16969,12 @@
pixel_y = 0
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aDo" = (
+"aCX" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "Singularity";
name = "radiation shutters"
@@ -16972,11 +16985,12 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aDp" = (
+"aCY" = (
/obj/machinery/power/rad_collector{
anchored = 1
},
@@ -16984,23 +16998,26 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aDq" = (
+"aCZ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/engine/engineering)
-"aDr" = (
-/turf/closed/wall,
-/area/construction)
-"aDs" = (
-/obj/machinery/door/airlock/external,
+"aDa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/turf/open/floor/plating,
-/area/construction)
-"aDt" = (
+/area/shuttle/auxillary_base)
+"aDb" = (
+/turf/closed/wall,
+/area/mining_construction)
+"aDc" = (
/obj/structure/closet/crate,
/obj/item/weapon/coin/silver,
/obj/effect/spawner/lootdrop/maintenance,
@@ -17008,7 +17025,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aDu" = (
+"aDd" = (
/obj/structure/closet,
/obj/item/weapon/poster/contraband,
/obj/effect/spawner/lootdrop/maintenance,
@@ -17016,11 +17033,11 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aDv" = (
+"aDe" = (
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/mining)
-"aDw" = (
+"aDf" = (
/obj/structure/shuttle/engine/heater,
/obj/structure/window/reinforced{
dir = 4
@@ -17033,11 +17050,11 @@
},
/turf/open/floor/plating/airless,
/area/shuttle/mining)
-"aDx" = (
+"aDg" = (
/obj/structure/ore_box,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/mining)
-"aDy" = (
+"aDh" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -17055,7 +17072,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aDz" = (
+"aDi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/landmark/start{
name = "Shaft Miner"
@@ -17064,7 +17081,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aDA" = (
+"aDj" = (
/obj/structure/closet/secure_closet/miner,
/obj/machinery/airalarm{
dir = 8;
@@ -17077,7 +17094,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aDB" = (
+"aDk" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -17086,7 +17103,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aDC" = (
+"aDl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -17099,7 +17116,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aDD" = (
+"aDm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -17110,7 +17127,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aDE" = (
+"aDn" = (
/obj/item/stack/sheet/cardboard,
/obj/structure/cable/yellow{
d1 = 1;
@@ -17124,34 +17141,34 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aDF" = (
+"aDo" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/machinery/light_construct/small{
+/obj/structure/light_construct/small{
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aDG" = (
+"aDp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
/turf/closed/wall/r_wall,
/area/security/nuke_storage)
-"aDH" = (
+"aDq" = (
/obj/structure/sign/securearea,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/closed/wall/r_wall,
/area/security/nuke_storage)
-"aDI" = (
+"aDr" = (
/obj/machinery/door/airlock/vault{
icon_state = "door_locked";
locked = 1;
@@ -17167,32 +17184,18 @@
dir = 5
},
/area/security/nuke_storage)
-"aDJ" = (
+"aDs" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/security/nuke_storage)
-"aDK" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/labor)
-"aDL" = (
+"aDt" = (
/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating,
/area/shuttle/labor)
-"aDM" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/labor)
-"aDN" = (
+"aDu" = (
/turf/closed/wall,
/area/hallway/primary/fore)
-"aDO" = (
+"aDv" = (
/obj/machinery/door/poddoor/preopen{
id = "prison release";
name = "prisoner processing blast door"
@@ -17204,22 +17207,23 @@
pixel_y = 0;
req_access_txt = "2"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/hallway/primary/fore)
-"aDP" = (
+"aDw" = (
/turf/open/floor/plasteel/red/corner{
dir = 1
},
/area/hallway/primary/fore)
-"aDQ" = (
+"aDx" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/red/corner{
dir = 1
},
/area/hallway/primary/fore)
-"aDR" = (
+"aDy" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -17231,7 +17235,7 @@
dir = 1
},
/area/hallway/primary/fore)
-"aDS" = (
+"aDz" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -17248,7 +17252,7 @@
dir = 1
},
/area/hallway/primary/fore)
-"aDT" = (
+"aDA" = (
/obj/machinery/light{
dir = 1
},
@@ -17262,7 +17266,7 @@
dir = 1
},
/area/hallway/primary/fore)
-"aDU" = (
+"aDB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -17270,10 +17274,10 @@
dir = 1
},
/area/hallway/primary/fore)
-"aDV" = (
+"aDC" = (
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aDW" = (
+"aDD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -17284,7 +17288,7 @@
dir = 4
},
/area/hallway/primary/fore)
-"aDX" = (
+"aDE" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -17297,7 +17301,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aDY" = (
+"aDF" = (
/obj/machinery/computer/secure_data,
/obj/machinery/button/flasher{
id = "secentranceflasher";
@@ -17345,14 +17349,14 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aDZ" = (
+"aDG" = (
/obj/structure/filingcabinet/chestdrawer{
pixel_y = 3
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aEa" = (
+"aDH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -17385,7 +17389,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aEb" = (
+"aDI" = (
/obj/machinery/requests_console{
department = "Detective's office";
pixel_x = -30;
@@ -17399,14 +17403,14 @@
/obj/item/device/camera/detective,
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aEc" = (
+"aDJ" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aEd" = (
+"aDK" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -17417,7 +17421,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aEe" = (
+"aDL" = (
/obj/machinery/light/small,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -17436,7 +17440,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aEf" = (
+"aDM" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -17453,7 +17457,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aEg" = (
+"aDN" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -17468,7 +17472,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"aEh" = (
+"aDO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -17480,7 +17484,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/fore)
-"aEi" = (
+"aDP" = (
/obj/structure/toilet{
pixel_y = 8
},
@@ -17507,7 +17511,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEj" = (
+"aDQ" = (
/obj/machinery/door/airlock{
id_tag = "Toilet3";
name = "Unit 3"
@@ -17516,7 +17520,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEk" = (
+"aDR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -17529,7 +17533,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEl" = (
+"aDS" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -17545,7 +17549,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEm" = (
+"aDT" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -17562,7 +17566,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEn" = (
+"aDU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -17571,7 +17575,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEo" = (
+"aDV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -17588,7 +17592,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEp" = (
+"aDW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -17596,7 +17600,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aEq" = (
+"aDX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -17613,36 +17617,36 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aEr" = (
+"aDY" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aEs" = (
+"aDZ" = (
/obj/structure/table,
/obj/item/weapon/storage/pill_bottle/dice,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aEt" = (
+"aEa" = (
/obj/structure/table,
/obj/item/weapon/storage/crayons,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aEu" = (
+"aEb" = (
/obj/structure/table,
/obj/item/toy/cards/deck,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aEv" = (
+"aEc" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aEw" = (
+"aEd" = (
/obj/machinery/door/airlock{
id_tag = "Cabin6";
name = "Cabin 2"
@@ -17652,7 +17656,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aEx" = (
+"aEe" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -17662,34 +17666,38 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"aEy" = (
+"aEf" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"aEz" = (
+"aEg" = (
/obj/machinery/light/small,
/turf/open/floor/carpet,
/area/crew_quarters/sleep)
-"aEA" = (
+"aEh" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
pixel_x = -22
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aEB" = (
-/turf/open/floor/plasteel/warning{
+"aEi" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEC" = (
+"aEj" = (
/obj/effect/landmark/start{
name = "Station Engineer"
},
@@ -17699,7 +17707,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aED" = (
+"aEk" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -17711,7 +17719,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEE" = (
+"aEl" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -17725,11 +17733,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEF" = (
+"aEm" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_engineering{
name = "Engineering Storage";
@@ -17743,11 +17752,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aEG" = (
+"aEn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -17757,11 +17769,12 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEH" = (
+"aEo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -17773,7 +17786,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEI" = (
+"aEp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -17788,19 +17801,21 @@
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEJ" = (
+"aEq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEK" = (
+"aEr" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -17815,11 +17830,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEL" = (
+"aEs" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -17830,23 +17846,12 @@
dir = 9;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aEM" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/construction)
-"aEN" = (
+"aEt" = (
/obj/structure/table,
/obj/machinery/microwave{
pixel_x = -3;
@@ -17863,36 +17868,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aEO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aEP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aEQ" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/mining)
-"aER" = (
+"aEu" = (
/obj/structure/shuttle/engine/propulsion/burst,
/obj/structure/window/reinforced{
dir = 1;
@@ -17900,20 +17876,15 @@
},
/turf/open/floor/plating/airless,
/area/shuttle/mining)
-"aES" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
+"aEv" = (
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
},
-/area/shuttle/mining)
-"aET" = (
-/obj/machinery/computer/security/mining,
/turf/open/floor/plasteel,
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aEU" = (
+"aEw" = (
/obj/structure/chair/office/dark{
dir = 8
},
@@ -17924,7 +17895,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aEV" = (
+"aEx" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -17934,7 +17905,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aEW" = (
+"aEy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -17947,7 +17918,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aEX" = (
+"aEz" = (
/obj/structure/closet/secure_closet/miner,
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
@@ -17960,7 +17931,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aEY" = (
+"aEA" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 2;
@@ -17976,7 +17947,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aEZ" = (
+"aEB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -17994,7 +17965,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aFa" = (
+"aEC" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -18003,7 +17974,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aFb" = (
+"aED" = (
/obj/structure/closet/crate/internals,
/obj/structure/cable/yellow{
d1 = 1;
@@ -18023,7 +17994,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aFc" = (
+"aEE" = (
/obj/machinery/power/apc{
dir = 4;
name = "Warehouse APC";
@@ -18041,7 +18012,7 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aFd" = (
+"aEF" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18053,7 +18024,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aFe" = (
+"aEG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -18066,7 +18037,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aFf" = (
+"aEH" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18077,7 +18048,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aFg" = (
+"aEI" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -18085,7 +18056,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFh" = (
+"aEJ" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -18099,14 +18070,14 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFi" = (
+"aEK" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=1.5-Fore-Central";
location = "1-BrigCells"
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFj" = (
+"aEL" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -18115,7 +18086,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFk" = (
+"aEM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -18126,7 +18097,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFl" = (
+"aEN" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -18142,7 +18113,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFm" = (
+"aEO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -18153,7 +18124,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFn" = (
+"aEP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -18169,7 +18140,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFo" = (
+"aEQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -18181,7 +18152,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFp" = (
+"aER" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18192,7 +18163,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFq" = (
+"aES" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18204,7 +18175,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFr" = (
+"aET" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18223,7 +18194,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFs" = (
+"aEU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -18234,7 +18205,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aFt" = (
+"aEV" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/westleft{
base_state = "right";
@@ -18265,7 +18236,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aFu" = (
+"aEW" = (
/obj/structure/chair/office/dark{
dir = 8
},
@@ -18276,7 +18247,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aFv" = (
+"aEX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18290,7 +18261,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aFw" = (
+"aEY" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -18306,7 +18277,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aFx" = (
+"aEZ" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -18316,7 +18287,7 @@
/obj/item/clothing/mask/surgical,
/turf/open/floor/plasteel/black,
/area/security/detectives_office)
-"aFy" = (
+"aFa" = (
/obj/machinery/door/window{
dir = 1;
name = "glass door";
@@ -18325,7 +18296,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/detectives_office)
-"aFz" = (
+"aFb" = (
/obj/machinery/door/airlock/maintenance{
name = "Detective Maintenance";
req_access_txt = "4"
@@ -18338,7 +18309,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/security/detectives_office)
-"aFA" = (
+"aFc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
dir = 8;
@@ -18353,12 +18324,12 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aFB" = (
+"aFd" = (
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aFC" = (
+"aFe" = (
/obj/machinery/light/small,
/obj/machinery/power/apc{
dir = 2;
@@ -18374,7 +18345,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aFD" = (
+"aFf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18389,7 +18360,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aFE" = (
+"aFg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18404,7 +18375,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aFF" = (
+"aFh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18417,7 +18388,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aFG" = (
+"aFi" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Unisex Restrooms";
@@ -18435,7 +18406,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aFH" = (
+"aFj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -18453,24 +18424,24 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aFI" = (
+"aFk" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/sleep)
-"aFJ" = (
+"aFl" = (
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aFK" = (
+"aFm" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aFL" = (
+"aFn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aFM" = (
+"aFo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
dir = 4;
@@ -18480,7 +18451,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aFN" = (
+"aFp" = (
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/firealarm{
dir = 8;
@@ -18489,29 +18460,35 @@
/obj/machinery/light_switch{
pixel_x = -38
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aFO" = (
-/turf/open/floor/plasteel/warning{
+"aFq" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aFP" = (
-/turf/open/floor/plasteel/warning{
+"aFr" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aFQ" = (
+"aFs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aFR" = (
+"aFt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -18545,11 +18522,12 @@
pixel_x = -4;
pixel_y = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aFS" = (
+"aFu" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18561,23 +18539,24 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aFT" = (
+"aFv" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aFU" = (
+"aFw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aFV" = (
+"aFx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -18585,23 +18564,26 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aFW" = (
+"aFy" = (
/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aFX" = (
+"aFz" = (
/obj/structure/closet/wardrobe/engineering_yellow,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aFY" = (
+"aFA" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -18613,11 +18595,12 @@
pixel_x = -3;
pixel_y = 5
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aFZ" = (
+"aFB" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -18629,11 +18612,14 @@
icon_state = "1-2";
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aGa" = (
+"aFC" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -18647,18 +18633,19 @@
/obj/item/weapon/crowbar,
/obj/item/weapon/wirecutters,
/obj/item/stack/cable_coil,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aGb" = (
+"aFD" = (
/obj/machinery/field/generator{
anchored = 1;
state = 2
},
/turf/open/floor/plating/airless,
/area/space)
-"aGc" = (
+"aFE" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
pixel_x = 0;
@@ -18666,40 +18653,12 @@
},
/obj/item/weapon/folder,
/obj/item/weapon/folder,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plasteel/cult{
dir = 2
},
/area/library)
-"aGd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/construction)
-"aGe" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating{
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aGf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aGg" = (
+"aFF" = (
/obj/structure/table,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/pen,
@@ -18715,7 +18674,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aGh" = (
+"aFG" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -18727,7 +18686,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aGi" = (
+"aFH" = (
/obj/structure/rack{
dir = 1
},
@@ -18744,7 +18703,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aGj" = (
+"aFI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -18759,7 +18718,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aGk" = (
+"aFJ" = (
/obj/structure/closet/secure_closet/miner,
/turf/open/floor/plasteel/brown{
dir = 6
@@ -18767,7 +18726,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aGl" = (
+"aFK" = (
/obj/machinery/door/poddoor/shutters{
id = "qm_warehouse";
name = "Warehouse Shutters"
@@ -18781,19 +18740,20 @@
req_access_txt = 1
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aGm" = (
+"aFL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aGn" = (
+"aFM" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;63;48;50"
@@ -18807,12 +18767,12 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aGo" = (
+"aFN" = (
/turf/closed/wall,
/area/construction/Storage{
name = "Storage Wing"
})
-"aGp" = (
+"aFO" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18827,7 +18787,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aGq" = (
+"aFP" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18842,7 +18802,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aGr" = (
+"aFQ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18855,7 +18815,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aGs" = (
+"aFR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -18872,7 +18832,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aGt" = (
+"aFS" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18884,7 +18844,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aGu" = (
+"aFT" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18903,7 +18863,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aGv" = (
+"aFU" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -18914,7 +18874,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aGw" = (
+"aFV" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -18935,7 +18895,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aGx" = (
+"aFW" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18943,7 +18903,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aGy" = (
+"aFX" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -18955,7 +18915,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aGz" = (
+"aFY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18972,7 +18932,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aGA" = (
+"aFZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -18990,7 +18950,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGB" = (
+"aGa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -19003,7 +18963,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGC" = (
+"aGb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19020,7 +18980,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGD" = (
+"aGc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19033,7 +18993,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGE" = (
+"aGd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19050,7 +19010,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGF" = (
+"aGe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19063,7 +19023,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGG" = (
+"aGf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19080,7 +19040,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGH" = (
+"aGg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19088,7 +19048,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGI" = (
+"aGh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19103,7 +19063,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGJ" = (
+"aGi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19116,7 +19076,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGK" = (
+"aGj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19125,7 +19085,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aGL" = (
+"aGk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -19136,7 +19096,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aGM" = (
+"aGl" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -19144,7 +19104,7 @@
dir = 2
},
/area/hallway/primary/fore)
-"aGN" = (
+"aGm" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -19152,7 +19112,7 @@
dir = 2
},
/area/hallway/primary/fore)
-"aGO" = (
+"aGn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -19160,13 +19120,13 @@
dir = 2
},
/area/hallway/primary/fore)
-"aGP" = (
+"aGo" = (
/obj/item/device/radio/beacon,
/turf/open/floor/plasteel/red/corner{
dir = 2
},
/area/hallway/primary/fore)
-"aGQ" = (
+"aGp" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -19176,7 +19136,7 @@
},
/turf/open/floor/plating,
/area/security/brig)
-"aGR" = (
+"aGq" = (
/obj/machinery/computer/security,
/obj/machinery/newscaster/security_unit{
pixel_x = 0;
@@ -19184,7 +19144,7 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aGS" = (
+"aGr" = (
/obj/structure/table,
/obj/item/weapon/folder/red{
pixel_x = 3
@@ -19204,7 +19164,7 @@
/obj/item/weapon/restraints/handcuffs,
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aGT" = (
+"aGs" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -19221,24 +19181,24 @@
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aGU" = (
+"aGt" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
-"aGV" = (
+"aGu" = (
/obj/structure/bodycontainer/morgue,
/obj/effect/landmark{
name = "revenantspawn"
},
/turf/open/floor/plasteel/black,
/area/security/detectives_office)
-"aGW" = (
+"aGv" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/black,
/area/security/detectives_office)
-"aGX" = (
+"aGw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -19247,11 +19207,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aGY" = (
+"aGx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -19265,9 +19226,10 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aGZ" = (
+"aGy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -19284,7 +19246,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aHa" = (
+"aGz" = (
/obj/structure/toilet{
pixel_y = 8
},
@@ -19311,7 +19273,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aHb" = (
+"aGA" = (
/obj/machinery/door/airlock{
id_tag = "Toilet2";
name = "Unit 2"
@@ -19320,13 +19282,13 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aHc" = (
+"aGB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aHd" = (
+"aGC" = (
/obj/machinery/light/small{
dir = 4
},
@@ -19334,7 +19296,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aHe" = (
+"aGD" = (
/obj/machinery/light/small{
dir = 8
},
@@ -19342,14 +19304,14 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aHf" = (
+"aGE" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aHg" = (
+"aGF" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -19362,7 +19324,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aHh" = (
+"aGG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -19379,14 +19341,14 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aHi" = (
+"aGH" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aHj" = (
+"aGI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19394,7 +19356,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aHk" = (
+"aGJ" = (
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -19408,7 +19370,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aHl" = (
+"aGK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -19417,7 +19379,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aHm" = (
+"aGL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -19425,7 +19387,7 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aHn" = (
+"aGM" = (
/obj/machinery/door/airlock{
id_tag = "Cabin7";
name = "Cabin 1"
@@ -19435,14 +19397,14 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aHo" = (
+"aGN" = (
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aHp" = (
+"aGO" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -19459,23 +19421,26 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aHq" = (
+"aGP" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/item/clothing/under/assistantformal,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aHr" = (
+"aGQ" = (
/obj/structure/table,
/obj/item/stack/rods{
amount = 50
},
/obj/item/weapon/wrench,
/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aHs" = (
+"aGR" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 50
@@ -19498,11 +19463,14 @@
/obj/item/weapon/crowbar,
/obj/item/weapon/grenade/chem_grenade/metalfoam,
/obj/item/weapon/grenade/chem_grenade/metalfoam,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aHt" = (
+"aGS" = (
/obj/structure/table,
/obj/item/stack/cable_coil{
pixel_x = 3;
@@ -19519,11 +19487,14 @@
pixel_x = -5;
pixel_y = 6
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aHu" = (
+"aGT" = (
/obj/structure/closet/crate{
name = "solar pack crate"
},
@@ -19543,34 +19514,41 @@
/obj/item/weapon/circuitboard/computer/solar_control,
/obj/item/weapon/electronics/tracker,
/obj/item/weapon/paper/solar,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aHv" = (
+"aGU" = (
/obj/machinery/power/port_gen/pacman,
/obj/structure/cable/yellow,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aHw" = (
+"aGV" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aHx" = (
+"aGW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/landmark/start{
name = "Station Engineer"
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aHy" = (
+"aGX" = (
/obj/structure/table,
/obj/machinery/light_switch{
pixel_x = 23
@@ -19590,11 +19568,12 @@
pixel_x = 1;
pixel_y = 5
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aHz" = (
+"aGY" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "Singularity";
name = "radiation shutters"
@@ -19605,11 +19584,14 @@
icon_state = "1-2";
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aHA" = (
+"aGZ" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
@@ -19619,67 +19601,19 @@
},
/turf/closed/wall/r_wall,
/area/engine/engineering)
-"aHB" = (
+"aHa" = (
/obj/item/weapon/wirecutters,
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"aHC" = (
-/turf/open/floor/plating{
- icon_state = "platingdmg2"
- },
-/area/construction)
-"aHD" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel,
-/area/construction)
-"aHE" = (
-/obj/machinery/light_construct{
+"aHb" = (
+/obj/machinery/camera{
+ c_tag = "Auxillary Mining Base";
dir = 1
},
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/construction)
-"aHF" = (
/turf/open/floor/plating,
-/area/construction)
-"aHG" = (
-/turf/open/floor/plating{
- icon_state = "panelscorched"
- },
-/area/construction)
-"aHH" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/construction)
-"aHI" = (
-/obj/structure/table,
-/obj/item/device/radio/intercom{
- freerange = 0;
- frequency = 1459;
- name = "Station Intercom (General)";
- pixel_x = 0;
- pixel_y = 21
- },
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plasteel,
-/area/construction)
-"aHJ" = (
-/obj/structure/closet/toolcloset,
-/obj/machinery/light_construct{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/construction)
-"aHK" = (
-/obj/structure/closet/toolcloset,
-/turf/open/floor/plasteel,
-/area/construction)
-"aHL" = (
+/area/shuttle/auxillary_base)
+"aHc" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -19687,7 +19621,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aHM" = (
+"aHd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -19704,7 +19638,7 @@
/area/quartermaster/miningdock{
name = "\improper Mining Office"
})
-"aHN" = (
+"aHe" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -19714,11 +19648,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aHO" = (
+"aHf" = (
/obj/machinery/button/door{
id = "qm_warehouse";
name = "Warehouse Door Control";
@@ -19729,35 +19664,39 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aHP" = (
+"aHg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aHQ" = (
+"aHh" = (
/obj/machinery/firealarm{
pixel_y = 27
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aHR" = (
+"aHi" = (
/obj/machinery/light_switch{
pixel_y = 28
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aHS" = (
+"aHj" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_mining{
glass = 0;
@@ -19766,13 +19705,14 @@
req_access_txt = "0";
req_one_access_txt = "48;50"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/construction/Storage{
name = "Storage Wing"
})
-"aHT" = (
+"aHk" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -19782,13 +19722,14 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/construction/Storage{
name = "Storage Wing"
})
-"aHU" = (
+"aHl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19798,13 +19739,14 @@
/obj/structure/sign/securearea{
pixel_y = 30
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/construction/Storage{
name = "Storage Wing"
})
-"aHV" = (
+"aHm" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_mining{
glass = 0;
@@ -19816,13 +19758,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/construction/Storage{
name = "Storage Wing"
})
-"aHW" = (
+"aHn" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -19835,7 +19778,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aHX" = (
+"aHo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19845,7 +19788,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aHY" = (
+"aHp" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -19855,7 +19798,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aHZ" = (
+"aHq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19871,7 +19814,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aIa" = (
+"aHr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -19886,7 +19829,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aIb" = (
+"aHs" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -19897,7 +19840,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aIc" = (
+"aHt" = (
/obj/machinery/vending/cigarette,
/obj/machinery/newscaster{
pixel_x = 0;
@@ -19912,7 +19855,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aId" = (
+"aHu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -19926,31 +19869,31 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aIe" = (
+"aHv" = (
/obj/structure/chair/office/dark,
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aIf" = (
+"aHw" = (
/obj/structure/table,
/obj/machinery/recharger,
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aIg" = (
+"aHx" = (
/turf/closed/wall/r_wall,
/area/hallway/primary/fore)
-"aIh" = (
+"aHy" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/hallway/primary/fore)
-"aIi" = (
+"aHz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/corner{
dir = 8
},
/area/hallway/primary/fore)
-"aIj" = (
+"aHA" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -19958,7 +19901,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aIk" = (
+"aHB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -19966,7 +19909,7 @@
dir = 2
},
/area/hallway/primary/fore)
-"aIl" = (
+"aHC" = (
/obj/structure/sign/directions/security{
desc = "A direction sign, pointing out which way the security department is.";
dir = 1;
@@ -19976,13 +19919,13 @@
},
/turf/closed/wall,
/area/crew_quarters/courtroom)
-"aIm" = (
+"aHD" = (
/turf/closed/wall,
/area/crew_quarters/courtroom)
-"aIn" = (
+"aHE" = (
/turf/closed/wall/r_wall,
/area/crew_quarters/courtroom)
-"aIo" = (
+"aHF" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
name = "Court Cell";
@@ -19991,10 +19934,10 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aIp" = (
+"aHG" = (
/turf/closed/wall,
/area/lawoffice)
-"aIq" = (
+"aHH" = (
/obj/machinery/door/airlock/maintenance{
name = "Law Office Maintenance";
req_access_txt = "38"
@@ -20006,7 +19949,7 @@
},
/turf/open/floor/plating,
/area/lawoffice)
-"aIr" = (
+"aHI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -20020,7 +19963,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aIs" = (
+"aHJ" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -20034,7 +19977,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aIt" = (
+"aHK" = (
/obj/machinery/door/airlock{
id_tag = "Toilet4";
name = "Unit 4"
@@ -20043,7 +19986,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aIu" = (
+"aHL" = (
/obj/machinery/door/airlock{
name = "Unit B"
},
@@ -20051,7 +19994,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aIv" = (
+"aHM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -20069,7 +20012,7 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aIw" = (
+"aHN" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
@@ -20077,7 +20020,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aIx" = (
+"aHO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -20085,14 +20028,14 @@
dir = 2
},
/area/crew_quarters/sleep)
-"aIy" = (
+"aHP" = (
/obj/machinery/washing_machine,
/obj/structure/sign/poster{
pixel_y = 32
},
/turf/open/floor/plasteel/barber,
/area/crew_quarters/sleep)
-"aIz" = (
+"aHQ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -20107,14 +20050,14 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aIA" = (
+"aHR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/closet/wardrobe/pjs,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/sleep)
-"aIB" = (
+"aHS" = (
/obj/machinery/button/door{
id = "Cabin7";
name = "Door Bolt Control";
@@ -20134,13 +20077,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aIC" = (
+"aHT" = (
/obj/structure/chair/wood/normal{
dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aID" = (
+"aHU" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
pixel_x = 29;
@@ -20149,7 +20092,7 @@
/obj/item/weapon/paper,
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"aIE" = (
+"aHV" = (
/obj/structure/closet,
/obj/item/weapon/storage/box/donkpockets,
/obj/effect/spawner/lootdrop/maintenance{
@@ -20158,7 +20101,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aIF" = (
+"aHW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -20169,20 +20112,21 @@
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"aIG" = (
+"aHX" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aIH" = (
+"aHY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aII" = (
+"aHZ" = (
/obj/structure/table,
/obj/machinery/button/door{
id = "Singularity";
@@ -20194,11 +20138,12 @@
/obj/item/weapon/storage/toolbox/electrical{
pixel_y = 5
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aIJ" = (
+"aIa" = (
/obj/machinery/button/door{
id = "Singularity";
name = "Shutters Control";
@@ -20206,15 +20151,16 @@
pixel_y = 0;
req_access_txt = "11"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aIK" = (
+"aIb" = (
/obj/machinery/power/grounding_rod,
/turf/open/floor/plating/airless,
/area/space)
-"aIL" = (
+"aIc" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -20224,7 +20170,7 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"aIM" = (
+"aId" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -20233,7 +20179,7 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"aIN" = (
+"aIe" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -20249,23 +20195,27 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"aIO" = (
-/turf/open/floor/plasteel,
-/area/construction)
-"aIP" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
+"aIf" = (
+/obj/machinery/camera{
+ c_tag = "Auxillary Base Construction";
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/construction)
-"aIQ" = (
+/obj/machinery/button/door{
+ id = "aux_base_shutters";
+ name = "Public Shutters Control";
+ pixel_x = 0;
+ pixel_y = -24;
+ req_access_txt = "0";
+ req_one_access_txt = "32;47;48"
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"aIg" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aIR" = (
+"aIh" = (
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
@@ -20285,13 +20235,13 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aIS" = (
+"aIi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/loadingarea{
dir = 4
},
/area/quartermaster/storage)
-"aIT" = (
+"aIj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -20302,7 +20252,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aIU" = (
+"aIk" = (
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-left-MS";
@@ -20318,7 +20268,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aIV" = (
+"aIl" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -20337,11 +20287,12 @@
icon_state = "map-right-MS";
pixel_y = 32
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aIW" = (
+"aIm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -20359,11 +20310,12 @@
dir = 1;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aIX" = (
+"aIn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -20378,7 +20330,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aIY" = (
+"aIo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -20392,11 +20344,12 @@
dir = 4;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aIZ" = (
+"aIp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -20408,11 +20361,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aJa" = (
+"aIq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -20424,11 +20378,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aJb" = (
+"aIr" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -20443,13 +20398,14 @@
req_access_txt = "0";
req_one_access_txt = "48;50"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/construction/Storage{
name = "Storage Wing"
})
-"aJc" = (
+"aIs" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -20462,25 +20418,27 @@
dir = 8;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/construction/Storage{
name = "Storage Wing"
})
-"aJd" = (
+"aIt" = (
/obj/machinery/camera{
c_tag = "Cargo Bay - Storage Wing Entrance";
dir = 1;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/construction/Storage{
name = "Storage Wing"
})
-"aJe" = (
+"aIu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -20508,7 +20466,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aJf" = (
+"aIv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -20519,7 +20477,7 @@
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"aJg" = (
+"aIw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -20539,7 +20497,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aJh" = (
+"aIx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -20573,7 +20531,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aJi" = (
+"aIy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -20588,7 +20546,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aJj" = (
+"aIz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -20612,7 +20570,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aJk" = (
+"aIA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -20626,7 +20584,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aJl" = (
+"aIB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -20639,7 +20597,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aJm" = (
+"aIC" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -20656,7 +20614,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aJn" = (
+"aID" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -20672,7 +20630,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aJo" = (
+"aIE" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
/obj/item/weapon/restraints/handcuffs,
@@ -20687,7 +20645,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aJp" = (
+"aIF" = (
/obj/machinery/light/small,
/obj/structure/table,
/obj/item/weapon/paper_bin{
@@ -20705,7 +20663,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
-"aJq" = (
+"aIG" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -20714,7 +20672,7 @@
},
/turf/open/floor/plating,
/area/hallway/primary/fore)
-"aJr" = (
+"aIH" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -20723,7 +20681,7 @@
},
/turf/open/floor/plating,
/area/hallway/primary/fore)
-"aJs" = (
+"aII" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -20734,7 +20692,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aJt" = (
+"aIJ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -20751,7 +20709,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aJu" = (
+"aIK" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -20759,7 +20717,7 @@
dir = 2
},
/area/hallway/primary/fore)
-"aJv" = (
+"aIL" = (
/obj/structure/closet/secure_closet/courtroom,
/obj/machinery/light_switch{
pixel_y = 28
@@ -20768,13 +20726,13 @@
/obj/item/weapon/gavelhammer,
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aJw" = (
+"aIM" = (
/obj/structure/chair{
name = "Bailiff"
},
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aJx" = (
+"aIN" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
listening = 1;
@@ -20783,7 +20741,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aJy" = (
+"aIO" = (
/obj/structure/chair{
name = "Judge"
},
@@ -20791,7 +20749,7 @@
dir = 9
},
/area/crew_quarters/courtroom)
-"aJz" = (
+"aIP" = (
/obj/structure/chair{
name = "Judge"
},
@@ -20813,7 +20771,7 @@
dir = 1
},
/area/crew_quarters/courtroom)
-"aJA" = (
+"aIQ" = (
/obj/structure/chair{
name = "Judge"
},
@@ -20821,19 +20779,19 @@
dir = 5
},
/area/crew_quarters/courtroom)
-"aJB" = (
+"aIR" = (
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aJC" = (
+"aIS" = (
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aJD" = (
+"aIT" = (
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aJE" = (
+"aIU" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -20850,7 +20808,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aJF" = (
+"aIV" = (
/obj/structure/table/wood,
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/item/weapon/book/manual/wiki/security_space_law,
@@ -20864,7 +20822,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aJG" = (
+"aIW" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -20880,7 +20838,7 @@
/obj/item/clothing/glasses/sunglasses,
/turf/open/floor/wood,
/area/lawoffice)
-"aJH" = (
+"aIX" = (
/obj/structure/cable/yellow{
d2 = 2;
icon_state = "0-2"
@@ -20896,7 +20854,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aJI" = (
+"aIY" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -20904,7 +20862,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aJJ" = (
+"aIZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -20912,11 +20870,12 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fore)
-"aJK" = (
+"aJa" = (
/obj/structure/toilet{
pixel_y = 8
},
@@ -20943,7 +20902,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aJL" = (
+"aJb" = (
/obj/machinery/door/airlock{
id_tag = "Toilet1";
name = "Unit 1"
@@ -20952,7 +20911,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aJM" = (
+"aJc" = (
/obj/structure/toilet{
dir = 4
},
@@ -20978,14 +20937,14 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aJN" = (
+"aJd" = (
/obj/machinery/light/small,
/obj/machinery/recharge_station,
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aJO" = (
+"aJe" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -20996,22 +20955,22 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aJP" = (
+"aJf" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/crew_quarters/sleep)
-"aJQ" = (
+"aJg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/crew_quarters/sleep)
-"aJR" = (
+"aJh" = (
/turf/closed/wall,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aJS" = (
+"aJi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
/obj/structure/cable/yellow{
@@ -21023,22 +20982,16 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aJT" = (
+"aJj" = (
/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/field/generator{
- anchored = 0;
- state = 2
- },
+/obj/machinery/field/generator,
/turf/open/floor/plating,
/area/engine/engineering)
-"aJU" = (
-/obj/machinery/field/generator{
- anchored = 0;
- state = 2
- },
+"aJk" = (
+/obj/machinery/field/generator,
/turf/open/floor/plating,
/area/engine/engineering)
-"aJV" = (
+"aJl" = (
/obj/machinery/shieldgen,
/obj/machinery/light/small{
dir = 1
@@ -21050,18 +21003,19 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aJW" = (
+"aJm" = (
/obj/machinery/shieldgen,
/turf/open/floor/plating,
/area/engine/engineering)
-"aJX" = (
+"aJn" = (
/obj/structure/table,
/obj/item/weapon/airlock_painter,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aJY" = (
+"aJo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -21069,35 +21023,41 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aJZ" = (
-/turf/open/floor/plasteel/warning{
+"aJp" = (
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aKa" = (
+"aJq" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "Singularity";
name = "radiation shutters"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aKb" = (
+"aJr" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aKc" = (
+"aJs" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -21105,75 +21065,51 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aKd" = (
+"aJt" = (
/obj/effect/landmark/start{
name = "Station Engineer"
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aKe" = (
+"aJu" = (
/turf/open/floor/plating,
/area/engine/engineering)
-"aKf" = (
+"aJv" = (
/obj/structure/particle_accelerator/particle_emitter/right{
dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aKg" = (
-/turf/open/floor/plating/warnplate{
+"aJw" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aKh" = (
-/turf/open/floor/plating/airless/warnplate{
+"aJx" = (
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating/airless,
/area/space)
-"aKi" = (
+"aJy" = (
/obj/machinery/the_singularitygen,
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating/airless,
/area/space)
-"aKj" = (
-/turf/open/floor/plating/airless/warnplate{
+"aJz" = (
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plating/airless,
/area/space)
-"aKk" = (
+"aJA" = (
/obj/item/weapon/crowbar,
/turf/open/space,
/area/space)
-"aKl" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel,
-/area/construction)
-"aKm" = (
-/obj/machinery/door/airlock/engineering{
- name = "Arrivals Expansion Area";
- req_access_txt = "32"
- },
-/turf/open/floor/plating,
-/area/construction)
-"aKn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aKo" = (
+"aJB" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/sign/securearea{
@@ -21185,7 +21121,7 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aKp" = (
+"aJC" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
@@ -21197,7 +21133,7 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aKq" = (
+"aJD" = (
/obj/machinery/conveyor_switch/oneway{
convdir = 1;
id = "QMLoad2";
@@ -21206,17 +21142,18 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aKr" = (
+"aJE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aKs" = (
+"aJF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -21225,27 +21162,28 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aKt" = (
+"aJG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aKu" = (
+"aJH" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aKv" = (
+"aJI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aKw" = (
+"aJJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -21257,7 +21195,7 @@
dir = 8
},
/area/quartermaster/storage)
-"aKx" = (
+"aJK" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
dir = 8;
@@ -21273,14 +21211,15 @@
/obj/machinery/light{
dir = 4
},
+/obj/effect/turf_decal/delivery,
/mob/living/simple_animal/bot/mulebot{
beacon_freq = 1400;
home_destination = "QM #1";
suffix = "#1"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aKy" = (
+"aJL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -21297,7 +21236,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aKz" = (
+"aJM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -21311,15 +21250,15 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aKA" = (
+"aJN" = (
/turf/closed/wall,
/area/storage/primary)
-"aKB" = (
+"aJO" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/storage/primary)
-"aKC" = (
+"aJP" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Primary Tool Storage"
@@ -21328,7 +21267,7 @@
dir = 2
},
/area/storage/primary)
-"aKD" = (
+"aJQ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Primary Tool Storage"
@@ -21338,13 +21277,13 @@
dir = 2
},
/area/storage/primary)
-"aKE" = (
+"aJR" = (
/turf/closed/wall/r_wall,
/area/storage/primary)
-"aKF" = (
+"aJS" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aKG" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aJT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -21353,7 +21292,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aKH" = (
+"aJU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -21364,7 +21303,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aKI" = (
+"aJV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -21375,7 +21314,7 @@
dir = 2
},
/area/hallway/primary/fore)
-"aKJ" = (
+"aJW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -21387,18 +21326,18 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aKK" = (
+"aJX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aKL" = (
+"aJY" = (
/turf/open/floor/plasteel/neutral/side{
dir = 9
},
/area/crew_quarters/courtroom)
-"aKM" = (
+"aJZ" = (
/obj/structure/table/wood,
/obj/item/device/radio/intercom{
broadcasting = 1;
@@ -21411,7 +21350,7 @@
dir = 1
},
/area/crew_quarters/courtroom)
-"aKN" = (
+"aKa" = (
/obj/structure/table/wood,
/obj/item/weapon/gavelblock,
/obj/item/weapon/gavelhammer,
@@ -21419,19 +21358,19 @@
dir = 1
},
/area/crew_quarters/courtroom)
-"aKO" = (
+"aKb" = (
/obj/structure/table/wood,
/obj/item/weapon/book/manual/wiki/security_space_law,
/turf/open/floor/plasteel/neutral/side{
dir = 1
},
/area/crew_quarters/courtroom)
-"aKP" = (
+"aKc" = (
/turf/open/floor/plasteel/neutral/side{
dir = 5
},
/area/crew_quarters/courtroom)
-"aKQ" = (
+"aKd" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 8
@@ -21443,14 +21382,14 @@
dir = 8
},
/area/crew_quarters/courtroom)
-"aKR" = (
+"aKe" = (
/obj/machinery/door/window/southleft{
name = "Court Cell";
req_access_txt = "2"
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aKS" = (
+"aKf" = (
/obj/effect/landmark/start{
name = "Lawyer"
},
@@ -21464,7 +21403,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aKT" = (
+"aKg" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/blue,
/obj/item/weapon/folder/blue,
@@ -21473,13 +21412,13 @@
/obj/item/weapon/stamp/law,
/turf/open/floor/wood,
/area/lawoffice)
-"aKU" = (
+"aKh" = (
/obj/structure/chair{
dir = 8
},
/turf/open/floor/wood,
/area/lawoffice)
-"aKV" = (
+"aKi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -21492,7 +21431,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aKW" = (
+"aKj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -21504,7 +21443,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aKX" = (
+"aKk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -21518,7 +21457,7 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"aKY" = (
+"aKl" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Unisex Restrooms";
@@ -21528,7 +21467,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aKZ" = (
+"aKm" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 1;
@@ -21544,18 +21483,13 @@
dir = 1
},
/area/crew_quarters/sleep)
-"aLa" = (
+"aKn" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/crew_quarters/sleep)
-"aLb" = (
+"aKo" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock{
@@ -21566,7 +21500,7 @@
dir = 4
},
/area/crew_quarters/sleep)
-"aLc" = (
+"aKp" = (
/obj/item/weapon/reagent_containers/spray/plantbgone,
/obj/item/weapon/reagent_containers/spray/pestspray{
pixel_x = 3;
@@ -21582,20 +21516,22 @@
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aLd" = (
+"aKq" = (
/obj/machinery/biogenerator,
/obj/machinery/firealarm{
pixel_y = 27
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aLe" = (
+"aKr" = (
/obj/structure/table,
/obj/item/weapon/cultivator,
/obj/item/weapon/hatchet,
@@ -21605,20 +21541,22 @@
},
/obj/item/device/plant_analyzer,
/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aLf" = (
+"aKs" = (
/obj/machinery/seed_extractor,
/obj/machinery/airalarm{
pixel_y = 23
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aLg" = (
+"aKt" = (
/obj/item/seeds/apple,
/obj/item/seeds/banana,
/obj/item/seeds/cocoapod,
@@ -21629,11 +21567,12 @@
/obj/item/seeds/watermelon,
/obj/structure/table,
/obj/item/seeds/tower,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aLh" = (
+"aKu" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -21641,7 +21580,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aLi" = (
+"aKv" = (
/mob/living/simple_animal/chicken{
name = "Featherbottom";
real_name = "Featherbottom"
@@ -21650,7 +21589,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aLj" = (
+"aKw" = (
/obj/effect/decal/cleanable/cobweb,
/obj/structure/closet/crate{
icon_state = "crateopen";
@@ -21661,34 +21600,35 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aLk" = (
+"aKx" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/turf/open/floor/plating,
/area/engine/engineering)
-"aLl" = (
+"aKy" = (
/obj/effect/landmark{
name = "revenantspawn"
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aLm" = (
+"aKz" = (
/obj/machinery/door/poddoor{
id = "Secure Storage";
name = "Secure Storage"
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aLn" = (
-/turf/open/floor/plasteel/warning/corner{
+"aKA" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aLo" = (
-/obj/machinery/hologram/holopad,
+"aKB" = (
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aLp" = (
+"aKC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -21698,7 +21638,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aLq" = (
+"aKD" = (
/obj/machinery/computer/security/telescreen{
desc = "Used for monitoring the singularity engine safely.";
dir = 8;
@@ -21715,11 +21655,12 @@
/obj/effect/landmark{
name = "lightsout"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aLr" = (
+"aKE" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -21729,35 +21670,36 @@
/obj/machinery/light{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aLs" = (
+"aKF" = (
/obj/structure/particle_accelerator/end_cap{
dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aLt" = (
+"aKG" = (
/obj/structure/particle_accelerator/fuel_chamber{
dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aLu" = (
+"aKH" = (
/obj/structure/particle_accelerator/power_box{
dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aLv" = (
+"aKI" = (
/obj/structure/particle_accelerator/particle_emitter/center{
dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aLw" = (
+"aKJ" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -21766,47 +21708,24 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"aLx" = (
+"aKK" = (
/obj/item/weapon/wrench,
/turf/open/floor/plating/airless,
/area/space)
-"aLy" = (
+"aKL" = (
/obj/structure/cable{
tag = "icon-1-2";
icon_state = "1-2"
},
/turf/open/floor/plating/airless,
/area/space)
-"aLz" = (
-/turf/open/floor/plating/airless/warnplate{
+"aKM" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating/airless,
/area/space)
-"aLA" = (
-/obj/machinery/light_construct{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/construction)
-"aLB" = (
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plating,
-/area/construction)
-"aLC" = (
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/construction)
-"aLD" = (
-/obj/machinery/light_construct{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = 27
- },
-/turf/open/floor/plasteel,
-/area/construction)
-"aLE" = (
+"aKN" = (
/obj/machinery/door/poddoor{
density = 1;
icon_state = "closed";
@@ -21821,7 +21740,7 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aLF" = (
+"aKO" = (
/obj/structure/plasticflaps,
/obj/machinery/conveyor{
dir = 4;
@@ -21830,7 +21749,7 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aLG" = (
+"aKP" = (
/obj/machinery/conveyor{
dir = 1;
id = "QMLoad2";
@@ -21838,51 +21757,56 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aLH" = (
-/turf/open/floor/plasteel/warning{
+"aKQ" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aLI" = (
+"aKR" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aLJ" = (
+"aKS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"aLK" = (
+"aKT" = (
/obj/structure/closet/crate,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/obj/item/weapon/ore/glass,
/obj/item/weapon/ore/iron,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aLL" = (
+"aKU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aLM" = (
+"aKV" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aLN" = (
+"aKW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -21890,13 +21814,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aLO" = (
+"aKX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/loadingarea{
dir = 8
},
/area/quartermaster/storage)
-"aLP" = (
+"aKY" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
dir = 8;
@@ -21908,9 +21832,10 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aLQ" = (
+"aKZ" = (
/obj/machinery/door/window/northleft{
dir = 8;
name = "MuleBot Supply Access";
@@ -21923,7 +21848,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aLR" = (
+"aLa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -21932,13 +21857,14 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aLS" = (
+"aLb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -21954,7 +21880,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aLT" = (
+"aLc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -21967,13 +21893,13 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aLU" = (
+"aLd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aLV" = (
+"aLe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -21991,7 +21917,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aLW" = (
+"aLf" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/fyellow,
/obj/item/device/gps{
@@ -22001,18 +21927,18 @@
dir = 9
},
/area/storage/primary)
-"aLX" = (
+"aLg" = (
/turf/open/floor/plasteel/brown{
dir = 1
},
/area/storage/primary)
-"aLY" = (
+"aLh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/brown{
dir = 1
},
/area/storage/primary)
-"aLZ" = (
+"aLi" = (
/obj/structure/table,
/obj/item/stack/cable_coil{
pixel_x = 2;
@@ -22033,7 +21959,7 @@
dir = 1
},
/area/storage/primary)
-"aMa" = (
+"aLj" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
@@ -22047,7 +21973,7 @@
dir = 1
},
/area/storage/primary)
-"aMb" = (
+"aLk" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -22059,13 +21985,13 @@
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aMc" = (
+"aLl" = (
/obj/machinery/vending/tool,
/turf/open/floor/plasteel/brown{
dir = 1
},
/area/storage/primary)
-"aMd" = (
+"aLm" = (
/obj/structure/table,
/obj/item/device/assembly/signaler,
/obj/item/device/assembly/signaler,
@@ -22080,33 +22006,33 @@
dir = 5
},
/area/storage/primary)
-"aMe" = (
+"aLn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
/area/storage/primary)
-"aMf" = (
+"aLo" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/space,
/area/space)
-"aMg" = (
+"aLp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aMh" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aLq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/machinery/porta_turret/ai,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aMi" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aLr" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -22119,8 +22045,8 @@
id = "AI"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aMj" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aLs" = (
/obj/structure/sign/kiddieplaque{
pixel_y = 32
},
@@ -22135,8 +22061,8 @@
pixel_y = 10
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aMk" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aLt" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -22145,34 +22071,34 @@
pixel_y = 23
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aMl" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aLu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/porta_turret/ai,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aMm" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aLv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aMn" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aLw" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/space,
/area/space)
-"aMo" = (
+"aLx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
/area/hallway/primary/fore)
-"aMp" = (
+"aLy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 4;
@@ -22186,27 +22112,27 @@
dir = 8
},
/area/hallway/primary/fore)
-"aMq" = (
+"aLz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aMr" = (
+"aLA" = (
/turf/open/floor/plasteel/neutral/side{
dir = 8
},
/area/crew_quarters/courtroom)
-"aMs" = (
+"aLB" = (
/obj/effect/landmark/start{
name = "Lawyer"
},
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aMt" = (
+"aLC" = (
/turf/open/floor/plasteel/neutral/side{
dir = 4
},
/area/crew_quarters/courtroom)
-"aMu" = (
+"aLD" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
on = 1;
scrub_N2O = 0;
@@ -22218,7 +22144,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aMv" = (
+"aLE" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/red,
/obj/item/weapon/folder/red,
@@ -22226,7 +22152,7 @@
/obj/item/clothing/glasses/sunglasses/big,
/turf/open/floor/wood,
/area/lawoffice)
-"aMw" = (
+"aLF" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -22238,7 +22164,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aMx" = (
+"aLG" = (
/obj/machinery/photocopier,
/obj/machinery/camera{
c_tag = "Law Office";
@@ -22247,7 +22173,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aMy" = (
+"aLH" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -22257,21 +22183,7 @@
},
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aMz" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/obj/structure/sign/poster{
- pixel_x = -32
- },
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aMA" = (
+"aLI" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -22294,24 +22206,24 @@
/area/quartermaster/sorting{
name = "\improper Warehouse"
})
-"aMB" = (
+"aLJ" = (
/obj/structure/rack,
/obj/item/weapon/stock_parts/matter_bin,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"aMC" = (
+"aLK" = (
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
/area/crew_quarters/locker)
-"aMD" = (
+"aLL" = (
/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
/area/crew_quarters/locker)
-"aME" = (
+"aLM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -22322,7 +22234,7 @@
/area/crew_quarters/locker/locker_toilet{
name = "\improper Restrooms"
})
-"aMF" = (
+"aLN" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/pump,
/obj/machinery/light/small{
@@ -22331,9 +22243,10 @@
/obj/machinery/firealarm{
pixel_y = 27
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aMG" = (
+"aLO" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/scrubber,
/obj/machinery/status_display{
@@ -22342,9 +22255,10 @@
pixel_x = 0;
pixel_y = 30
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aMH" = (
+"aLP" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/scrubber,
/obj/item/device/radio/intercom{
@@ -22357,9 +22271,10 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aMI" = (
+"aLQ" = (
/obj/machinery/disposal/bin{
pixel_x = 0;
pixel_y = 0
@@ -22373,9 +22288,10 @@
/obj/structure/sign/pods{
pixel_y = 30
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aMJ" = (
+"aLR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -22386,11 +22302,11 @@
dir = 1
},
/area/crew_quarters/locker)
-"aMK" = (
+"aLS" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aML" = (
+"aLT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light/small{
dir = 4
@@ -22399,7 +22315,7 @@
dir = 4
},
/area/crew_quarters/locker)
-"aMM" = (
+"aLU" = (
/obj/structure/sink{
icon_state = "sink";
dir = 8;
@@ -22418,7 +22334,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aMN" = (
+"aLV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -22428,7 +22344,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aMO" = (
+"aLW" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -22441,7 +22357,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aMP" = (
+"aLX" = (
/obj/machinery/door/firedoor/border_only{
density = 1;
dir = 8;
@@ -22453,12 +22369,12 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aMQ" = (
+"aLY" = (
/turf/open/floor/grass,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aMR" = (
+"aLZ" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -22466,22 +22382,23 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"aMS" = (
+"aMa" = (
/obj/machinery/power/emitter,
/turf/open/floor/plating,
/area/engine/engineering)
-"aMT" = (
+"aMb" = (
/obj/effect/landmark{
name = "blobstart"
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aMU" = (
-/turf/open/floor/plasteel/warning/corner{
+"aMc" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aMV" = (
+"aMd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 2;
@@ -22490,7 +22407,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aMW" = (
+"aMe" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -22504,22 +22421,24 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aMX" = (
+"aMf" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aMY" = (
+"aMg" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "Singularity";
name = "radiation shutters"
@@ -22530,11 +22449,14 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aMZ" = (
+"aMh" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -22546,11 +22468,12 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aNa" = (
+"aMi" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -22564,7 +22487,7 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aNb" = (
+"aMj" = (
/obj/machinery/particle_accelerator/control_box,
/obj/structure/cable{
d2 = 8;
@@ -22572,90 +22495,77 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aNc" = (
+"aMk" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aNd" = (
+"aMl" = (
/obj/structure/particle_accelerator/particle_emitter/left{
dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aNe" = (
+"aMm" = (
/obj/item/weapon/weldingtool,
/turf/open/space,
/area/space)
-"aNf" = (
-/turf/open/floor/plating/airless/warnplate{
+"aMn" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plating/airless,
/area/space)
-"aNg" = (
+"aMo" = (
/obj/machinery/the_singularitygen/tesla,
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating/airless,
/area/space)
-"aNh" = (
-/turf/open/floor/plating/airless/warnplate{
+"aMp" = (
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plating/airless,
/area/space)
-"aNi" = (
+"aMq" = (
/obj/structure/window/reinforced,
/turf/open/space,
/area/space)
-"aNj" = (
+"aMr" = (
/obj/structure/window/reinforced,
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"aNk" = (
-/obj/machinery/pipedispenser,
-/turf/open/floor/plating,
-/area/construction)
-"aNl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aNm" = (
+"aMs" = (
/obj/machinery/door/airlock/external{
name = "Supply Dock Airlock";
req_access_txt = "31"
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aNn" = (
+"aMt" = (
/obj/machinery/light/small,
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aNo" = (
-/turf/open/floor/plasteel/delivery{
+"aMu" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"aNp" = (
+"aMv" = (
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aNq" = (
+"aMw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aNr" = (
+"aMx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/landmark/start{
name = "Cargo Technician"
@@ -22663,7 +22573,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aNs" = (
+"aMy" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -22674,7 +22584,7 @@
dir = 8
},
/area/quartermaster/storage)
-"aNt" = (
+"aMz" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
dir = 8;
@@ -22686,13 +22596,14 @@
d2 = 2;
icon_state = "1-2"
},
+/obj/effect/turf_decal/delivery,
/mob/living/simple_animal/bot/mulebot{
home_destination = "QM #3";
suffix = "#3"
},
-/turf/open/floor/plasteel/delivery,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aNu" = (
+"aMA" = (
/obj/machinery/camera/autoname{
dir = 4;
network = list("SS13")
@@ -22706,29 +22617,29 @@
dir = 8
},
/area/storage/primary)
-"aNv" = (
+"aMB" = (
/turf/open/floor/plasteel,
/area/storage/primary)
-"aNw" = (
+"aMC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aNx" = (
+"aMD" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aNy" = (
+"aME" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aNz" = (
+"aMF" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -22740,7 +22651,7 @@
dir = 4
},
/area/storage/primary)
-"aNA" = (
+"aMG" = (
/obj/structure/table,
/obj/item/weapon/aiModule/core/full/asimov,
/obj/item/weapon/aiModule/core/freeformcore,
@@ -22760,11 +22671,11 @@
id = "AI"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aNB" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aMH" = (
/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aNC" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aMI" = (
/obj/structure/table,
/obj/machinery/door/window{
base_state = "left";
@@ -22785,8 +22696,8 @@
/obj/item/weapon/aiModule/zeroth/oneHuman,
/obj/item/weapon/aiModule/reset/purge,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aND" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aMJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -22798,7 +22709,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aNE" = (
+"aMK" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -22806,7 +22717,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aNF" = (
+"aML" = (
/obj/structure/chair{
dir = 4;
name = "Prosecution"
@@ -22815,25 +22726,26 @@
dir = 9
},
/area/crew_quarters/courtroom)
-"aNG" = (
+"aMM" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/red,
/turf/open/floor/plasteel/neutral/side{
dir = 8
},
/area/crew_quarters/courtroom)
-"aNH" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bot,
+"aMN" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aNI" = (
+"aMO" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/blue,
/turf/open/floor/plasteel/neutral/side{
dir = 4
},
/area/crew_quarters/courtroom)
-"aNJ" = (
+"aMP" = (
/obj/structure/chair{
dir = 8;
name = "Defense"
@@ -22842,7 +22754,7 @@
dir = 5
},
/area/crew_quarters/courtroom)
-"aNK" = (
+"aMQ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Law Office";
@@ -22850,13 +22762,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/courtroom)
-"aNL" = (
+"aMR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/open/floor/wood,
/area/lawoffice)
-"aNM" = (
+"aMS" = (
/obj/effect/landmark/start{
name = "Lawyer"
},
@@ -22865,7 +22777,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aNN" = (
+"aMT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -22876,7 +22788,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aNO" = (
+"aMU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -22888,8 +22800,8 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aNP" = (
-/obj/structure/filingcabinet/chestdrawer,
+"aMV" = (
+/obj/structure/filingcabinet/employment,
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -22897,7 +22809,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aNQ" = (
+"aMW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -22914,7 +22826,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aNR" = (
+"aMX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -22930,7 +22842,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aNS" = (
+"aMY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -22941,7 +22853,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aNT" = (
+"aMZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -22952,7 +22864,7 @@
dir = 4
},
/area/crew_quarters/locker)
-"aNU" = (
+"aNa" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -22963,7 +22875,7 @@
dir = 4
},
/area/crew_quarters/locker)
-"aNV" = (
+"aNb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -22975,7 +22887,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aNW" = (
+"aNc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -22987,7 +22899,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aNX" = (
+"aNd" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -23005,7 +22917,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aNY" = (
+"aNe" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -23018,7 +22930,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aNZ" = (
+"aNf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=14.5-Recreation";
@@ -23028,19 +22940,14 @@
dir = 4
},
/area/crew_quarters/locker)
-"aOa" = (
+"aNg" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/turf/open/floor/plating,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aOb" = (
+"aNh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/side{
dir = 8
@@ -23048,20 +22955,21 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aOc" = (
+"aNi" = (
/obj/machinery/hydroponics/constructable,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aOd" = (
+"aNj" = (
/turf/open/floor/plasteel/neutral/side{
dir = 4
},
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aOe" = (
+"aNk" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -23074,23 +22982,23 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aOf" = (
+"aNl" = (
/obj/structure/window/reinforced,
/turf/open/floor/grass,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aOg" = (
+"aNm" = (
/obj/structure/rack,
/obj/item/clothing/suit/hazardvest,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aOh" = (
+"aNn" = (
/obj/machinery/power/emitter,
/obj/machinery/light/small,
/turf/open/floor/plating,
/area/engine/engineering)
-"aOi" = (
+"aNo" = (
/obj/structure/closet/crate,
/obj/item/stack/sheet/metal{
amount = 50
@@ -23113,24 +23021,25 @@
/obj/item/device/gps,
/turf/open/floor/plating,
/area/engine/engineering)
-"aOj" = (
+"aNp" = (
/obj/machinery/the_singularitygen{
anchored = 0
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aOk" = (
+"aNq" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
charge = 100;
maxcharge = 15000
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aOl" = (
+"aNr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
@@ -23139,7 +23048,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aOm" = (
+"aNs" = (
/obj/structure/table,
/obj/item/weapon/book/manual/wiki/engineering_guide{
pixel_x = 3;
@@ -23156,11 +23065,12 @@
pixel_y = 0;
req_access_txt = "11"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aOn" = (
+"aNt" = (
/obj/machinery/button/door{
id = "Singularity";
name = "Shutters Control";
@@ -23168,34 +23078,30 @@
pixel_y = 0;
req_access_txt = "11"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aOo" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/carpet,
-/area/library)
-"aOp" = (
-/turf/open/floor/plating/warnplate{
+"aNu" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/engine/engineering)
-"aOq" = (
-/turf/open/floor/plating/warnplate{
+"aNv" = (
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aOr" = (
+"aNw" = (
/obj/structure/window/reinforced{
dir = 4
},
/turf/open/space,
/area/space)
-"aOs" = (
+"aNx" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -23207,7 +23113,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aOt" = (
+"aNy" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 1;
@@ -23217,7 +23123,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aOu" = (
+"aNz" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -23227,7 +23133,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aOv" = (
+"aNA" = (
/obj/structure/closet{
name = "Evidence Closet 3"
},
@@ -23242,7 +23148,7 @@
dir = 4
},
/area/security/warden)
-"aOw" = (
+"aNB" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -23254,65 +23160,19 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aOx" = (
+"aNC" = (
/obj/structure/window/reinforced{
dir = 8
},
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"aOy" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/pod_1)
-"aOz" = (
+"aND" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/pod_1)
-"aOA" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/pod_1)
-"aOB" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/construction)
-"aOC" = (
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plating,
-/area/construction)
-"aOD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/construction)
-"aOE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/construction)
-"aOF" = (
-/obj/machinery/pipedispenser/disposal,
-/turf/open/floor/plasteel,
-/area/construction)
-"aOG" = (
+"aNE" = (
/obj/machinery/button/door{
id = "QMLoaddoor";
layer = 4;
@@ -23329,51 +23189,57 @@
pixel_y = 5
},
/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aOH" = (
+"aNF" = (
/obj/effect/landmark/start{
name = "Cargo Technician"
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aOI" = (
+"aNG" = (
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"aOJ" = (
+"aNH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aOK" = (
+"aNI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aOL" = (
+"aNJ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aOM" = (
+"aNK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aON" = (
+"aNL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -23382,7 +23248,7 @@
dir = 8
},
/area/quartermaster/storage)
-"aOO" = (
+"aNM" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
dir = 8;
@@ -23398,9 +23264,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aOP" = (
+"aNN" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -23408,7 +23275,7 @@
},
/turf/open/floor/plating,
/area/quartermaster/qm)
-"aOQ" = (
+"aNO" = (
/obj/structure/closet/secure_closet/quartermaster,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
on = 1;
@@ -23422,12 +23289,12 @@
dir = 9
},
/area/quartermaster/qm)
-"aOR" = (
+"aNP" = (
/obj/machinery/camera/autoname{
dir = 2;
network = list("SS13")
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -23445,7 +23312,7 @@
dir = 1
},
/area/quartermaster/qm)
-"aOS" = (
+"aNQ" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/airalarm{
pixel_y = 23
@@ -23457,14 +23324,14 @@
dir = 1
},
/area/quartermaster/qm)
-"aOT" = (
+"aNR" = (
/obj/structure/table,
/obj/machinery/computer/stockexchange,
/turf/open/floor/plasteel/brown{
dir = 1
},
/area/quartermaster/qm)
-"aOU" = (
+"aNS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -23477,41 +23344,42 @@
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"aOV" = (
+"aNT" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
},
/obj/structure/closet/crate/internals,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/storage/primary)
-"aOW" = (
+"aNU" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aOX" = (
+"aNV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/storage/primary)
-"aOY" = (
+"aNW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aOZ" = (
+"aNX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aPa" = (
+"aNY" = (
/obj/structure/table,
/obj/item/device/assembly/igniter{
pixel_x = -4;
@@ -23525,7 +23393,7 @@
dir = 4
},
/area/storage/primary)
-"aPb" = (
+"aNZ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -23533,14 +23401,14 @@
icon_state = "0-2"
},
/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"aPc" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aOa" = (
/obj/machinery/porta_turret/ai{
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aPd" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aOb" = (
/obj/machinery/computer/upload/borg,
/obj/structure/window/reinforced{
dir = 1
@@ -23560,12 +23428,12 @@
req_access_txt = "16"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aPe" = (
-/obj/machinery/hologram/holopad,
+/area/ai_monitored/turret_protected/ai_upload)
+"aOc" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aPf" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aOd" = (
/obj/machinery/computer/upload/ai,
/obj/structure/window/reinforced{
dir = 1
@@ -23585,14 +23453,14 @@
req_access_txt = "16"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aPg" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aOe" = (
/obj/machinery/porta_turret/ai{
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aPh" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aOf" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -23601,7 +23469,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aPi" = (
+"aOg" = (
/obj/structure/chair{
dir = 4;
name = "Prosecution"
@@ -23610,27 +23478,27 @@
dir = 10
},
/area/crew_quarters/courtroom)
-"aPj" = (
+"aOh" = (
/obj/structure/table/wood,
/obj/item/weapon/paper,
/turf/open/floor/plasteel/neutral/side{
dir = 10
},
/area/crew_quarters/courtroom)
-"aPk" = (
+"aOi" = (
/turf/open/floor/plasteel/neutral/side,
/area/crew_quarters/courtroom)
-"aPl" = (
+"aOj" = (
/obj/item/device/radio/beacon,
/turf/open/floor/plasteel/neutral/side,
/area/crew_quarters/courtroom)
-"aPm" = (
+"aOk" = (
/obj/structure/table/wood,
/turf/open/floor/plasteel/neutral/side{
dir = 6
},
/area/crew_quarters/courtroom)
-"aPn" = (
+"aOl" = (
/obj/structure/chair{
dir = 8;
name = "Defense"
@@ -23642,7 +23510,7 @@
dir = 6
},
/area/crew_quarters/courtroom)
-"aPo" = (
+"aOm" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -23653,7 +23521,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/courtroom)
-"aPp" = (
+"aOn" = (
/obj/item/device/taperecorder{
pixel_y = 0
},
@@ -23668,7 +23536,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aPq" = (
+"aOo" = (
/obj/item/weapon/paper_bin{
pixel_x = -3;
pixel_y = 7
@@ -23678,7 +23546,7 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/lawoffice)
-"aPr" = (
+"aOp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -23687,11 +23555,11 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aPs" = (
-/obj/machinery/hologram/holopad,
+"aOq" = (
+/obj/machinery/holopad,
/turf/open/floor/wood,
/area/lawoffice)
-"aPt" = (
+"aOr" = (
/obj/structure/closet/lawcloset,
/obj/machinery/light_switch{
pixel_x = 0;
@@ -23699,7 +23567,7 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aPu" = (
+"aOs" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -23711,7 +23579,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aPv" = (
+"aOt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -23719,23 +23587,23 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPw" = (
+"aOu" = (
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPx" = (
+"aOv" = (
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aPy" = (
+"aOw" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPz" = (
+"aOx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPA" = (
+"aOy" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -23743,7 +23611,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPB" = (
+"aOz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23754,7 +23622,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aPC" = (
+"aOA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23765,7 +23633,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPD" = (
+"aOB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23777,7 +23645,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPE" = (
+"aOC" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23788,7 +23656,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPF" = (
+"aOD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -23808,7 +23676,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPG" = (
+"aOE" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -23823,7 +23691,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aPH" = (
+"aOF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -23840,7 +23708,7 @@
dir = 4
},
/area/crew_quarters/locker)
-"aPI" = (
+"aOG" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 4;
@@ -23861,7 +23729,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPJ" = (
+"aOH" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23879,7 +23747,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPK" = (
+"aOI" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23892,7 +23760,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPL" = (
+"aOJ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23901,12 +23769,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPM" = (
+"aOK" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23924,7 +23792,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPN" = (
+"aOL" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23939,7 +23807,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPO" = (
+"aOM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -23948,13 +23816,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPP" = (
+"aON" = (
/obj/machinery/power/apc{
dir = 4;
name = "Garden APC";
@@ -23980,7 +23849,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aPQ" = (
+"aOO" = (
/obj/machinery/power/apc{
cell_type = 10000;
dir = 8;
@@ -23992,11 +23861,12 @@
d2 = 4;
icon_state = "0-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aPR" = (
+"aOP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
@@ -24010,7 +23880,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aPS" = (
+"aOQ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -24023,11 +23893,12 @@
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aPT" = (
+"aOR" = (
/obj/structure/table,
/obj/item/weapon/book/manual/wiki/engineering_hacking{
pixel_x = 4;
@@ -24048,16 +23919,17 @@
/obj/item/weapon/book/manual/engineering_singularity_safety{
pixel_x = -4
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aPU" = (
+"aOS" = (
/obj/structure/cable,
/obj/machinery/power/tesla_coil,
/turf/open/floor/plating/airless,
/area/space)
-"aPV" = (
+"aOT" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -24068,7 +23940,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aPW" = (
+"aOU" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -24078,21 +23950,21 @@
},
/turf/open/space,
/area/space)
-"aPX" = (
+"aOV" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
},
/turf/open/space,
/area/space)
-"aPY" = (
+"aOW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aPZ" = (
+"aOX" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -24102,19 +23974,16 @@
},
/turf/open/space,
/area/space)
-"aQa" = (
+"aOY" = (
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/space,
/area/space)
-"aQb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+"aOZ" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_1)
-"aQc" = (
+"aPa" = (
/obj/structure/chair{
dir = 1
},
@@ -24124,34 +23993,18 @@
/obj/item/weapon/storage/pod{
pixel_x = -26
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
-"aQd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/construction)
-"aQe" = (
-/obj/machinery/light_construct{
- dir = 4
- },
-/obj/machinery/pipedispenser/disposal/transit_tube,
-/turf/open/floor/plasteel,
-/area/construction)
-"aQf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+"aPb" = (
+/obj/structure/closet/secure_closet/miner{
+ locked = 0
},
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aQg" = (
+/area/shuttle/auxillary_base)
+"aPc" = (
/obj/structure/grille,
/obj/machinery/door/poddoor/shutters{
id = "syndieshutters";
@@ -24160,13 +24013,13 @@
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"aQh" = (
+"aPd" = (
/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aQi" = (
+"aPe" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -24174,11 +24027,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aQj" = (
+"aPf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -24195,11 +24049,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aQk" = (
+"aPg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -24218,7 +24073,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"aQl" = (
+"aPh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -24234,7 +24089,7 @@
dir = 8
},
/area/quartermaster/qm)
-"aQm" = (
+"aPi" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -24246,7 +24101,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"aQn" = (
+"aPj" = (
/obj/effect/landmark/start{
name = "Quartermaster"
},
@@ -24259,7 +24114,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"aQo" = (
+"aPk" = (
/obj/structure/table,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/pen{
@@ -24275,20 +24130,21 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"aQp" = (
+"aPl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aQq" = (
+"aPm" = (
/obj/structure/plasticflaps{
opacity = 1
},
@@ -24298,12 +24154,14 @@
freq = 1400;
location = "Tool Storage"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/storage/primary)
-"aQr" = (
-/turf/open/floor/plasteel/delivery,
+"aPn" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/storage/primary)
-"aQs" = (
+"aPo" = (
/obj/structure/table,
/obj/item/weapon/weldingtool,
/obj/item/weapon/crowbar,
@@ -24316,7 +24174,7 @@
dir = 2
},
/area/storage/primary)
-"aQt" = (
+"aPp" = (
/obj/structure/table,
/obj/item/weapon/storage/toolbox/mechanical{
pixel_x = -2;
@@ -24326,11 +24184,11 @@
dir = 8
},
/area/storage/primary)
-"aQu" = (
+"aPq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/storage/primary)
-"aQv" = (
+"aPr" = (
/obj/structure/table,
/obj/item/weapon/wirecutters,
/obj/item/device/flashlight{
@@ -24356,7 +24214,7 @@
dir = 4
},
/area/storage/primary)
-"aQw" = (
+"aPs" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -24365,8 +24223,8 @@
},
/obj/structure/cable/yellow,
/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"aQx" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aPt" = (
/obj/structure/table,
/obj/structure/cable/yellow{
d1 = 4;
@@ -24375,24 +24233,24 @@
},
/obj/item/weapon/aiModule/supplied/quarantine,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aQy" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aPu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aQz" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aPv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aQA" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aPw" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -24404,12 +24262,11 @@
icon_state = "2-8"
},
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aQB" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aPx" = (
/obj/structure/table,
/obj/structure/cable/yellow{
d1 = 4;
@@ -24418,8 +24275,8 @@
},
/obj/item/weapon/aiModule/supplied/freeform,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aQC" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aPy" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -24428,8 +24285,8 @@
},
/obj/structure/cable/yellow,
/turf/open/floor/plating,
-/area/turret_protected/ai_upload)
-"aQD" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aPz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -24441,7 +24298,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aQE" = (
+"aPA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -24458,12 +24315,12 @@
dir = 2
},
/area/hallway/primary/fore)
-"aQF" = (
+"aPB" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/crew_quarters/courtroom)
-"aQG" = (
+"aPC" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Courtroom";
@@ -24471,7 +24328,7 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aQH" = (
+"aPD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24479,7 +24336,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/courtroom)
-"aQI" = (
+"aPE" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -24489,7 +24346,7 @@
},
/turf/open/floor/plating,
/area/lawoffice)
-"aQJ" = (
+"aPF" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Law Office";
@@ -24503,7 +24360,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/wood,
/area/lawoffice)
-"aQK" = (
+"aPG" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -24512,7 +24369,7 @@
},
/turf/open/floor/plating,
/area/lawoffice)
-"aQL" = (
+"aPH" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -24530,32 +24387,32 @@
dir = 1
},
/area/crew_quarters/locker)
-"aQM" = (
+"aPI" = (
/obj/structure/table,
/obj/item/weapon/storage/pill_bottle/dice,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aQN" = (
+"aPJ" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aQO" = (
+"aPK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aQP" = (
+"aPL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aQQ" = (
+"aPM" = (
/obj/structure/rack,
/obj/item/weapon/storage/toolbox/mechanical{
pixel_x = -2;
@@ -24572,14 +24429,9 @@
dir = 2
},
/area/crew_quarters/locker)
-"aQR" = (
+"aPN" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -24587,7 +24439,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aQS" = (
+"aPO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -24597,18 +24449,19 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aQT" = (
+"aPP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/hydroponics/constructable,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aQU" = (
+"aPQ" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -24619,7 +24472,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aQV" = (
+"aPR" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -24633,13 +24486,13 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aQW" = (
+"aPS" = (
/obj/structure/rack,
/obj/item/clothing/gloves/color/fyellow,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aQX" = (
+"aPT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -24650,7 +24503,7 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"aQY" = (
+"aPU" = (
/obj/machinery/computer/atmos_alert,
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -24664,7 +24517,7 @@
},
/turf/open/floor/plasteel/vault,
/area/engine/engineering)
-"aQZ" = (
+"aPV" = (
/obj/machinery/computer/station_alert,
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -24673,7 +24526,7 @@
},
/turf/open/floor/plasteel/vault,
/area/engine/engineering)
-"aRa" = (
+"aPW" = (
/obj/structure/cable/yellow{
d2 = 4;
icon_state = "0-4"
@@ -24694,7 +24547,7 @@
},
/turf/open/floor/plasteel/vault,
/area/engine/engineering)
-"aRb" = (
+"aPX" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -24704,36 +24557,40 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aRc" = (
+"aPY" = (
/obj/machinery/vending/engivend,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aRd" = (
+"aPZ" = (
/obj/machinery/vending/tool,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aRe" = (
+"aQa" = (
/obj/structure/closet/secure_closet/engineering_welding,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aRf" = (
+"aQb" = (
/obj/structure/closet/radiation,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aRg" = (
+"aQc" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -24750,11 +24607,12 @@
pixel_y = 21
},
/obj/item/clothing/glasses/meson,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aRh" = (
+"aQd" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -24766,11 +24624,14 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aRi" = (
+"aQe" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -24785,11 +24646,12 @@
/obj/item/stack/cable_coil,
/obj/item/weapon/screwdriver,
/obj/item/weapon/weldingtool,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aRj" = (
+"aQf" = (
/obj/structure/chair{
dir = 4
},
@@ -24804,37 +24666,9 @@
possible_destinations = "pod_asteroid3";
shuttleId = "pod3"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_3)
-"aRk" = (
-/turf/open/floor/plating{
- icon_state = "platingdmg3"
- },
-/area/construction)
-"aRl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/construction)
-"aRm" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- amount = 5
- },
-/obj/item/device/flashlight,
-/turf/open/floor/plasteel,
-/area/construction)
-"aRn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aRo" = (
+"aQg" = (
/obj/machinery/door/poddoor{
density = 1;
icon_state = "closed";
@@ -24848,7 +24682,7 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aRp" = (
+"aQh" = (
/obj/structure/plasticflaps,
/obj/machinery/conveyor{
dir = 8;
@@ -24856,22 +24690,23 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aRq" = (
+"aQi" = (
/obj/machinery/conveyor{
dir = 8;
id = "QMLoad"
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aRr" = (
+"aQj" = (
/obj/effect/landmark/start{
name = "Cargo Technician"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"aRs" = (
+"aQk" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -24883,22 +24718,25 @@
lootcount = 2;
name = "2maintenance loot spawner"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aRt" = (
-/turf/open/floor/plasteel/bot,
+"aQl" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aRu" = (
+"aQm" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aRv" = (
+"aQn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aRw" = (
+"aQo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -24919,15 +24757,18 @@
pixel_x = -1;
pixel_y = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aRx" = (
+"aQp" = (
/turf/closed/wall,
/area/quartermaster/qm)
-"aRy" = (
-/obj/machinery/computer/security/mining,
+"aQq" = (
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
+ },
/obj/machinery/light_switch{
pixel_x = -23;
pixel_y = 0
@@ -24936,15 +24777,15 @@
dir = 8
},
/area/quartermaster/qm)
-"aRz" = (
+"aQr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"aRA" = (
+"aQs" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"aRB" = (
+"aQt" = (
/obj/structure/table,
/obj/item/weapon/clipboard,
/obj/item/weapon/stamp/qm{
@@ -24971,19 +24812,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"aRC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2{
- name = "Port Maintenance"
- })
-"aRD" = (
+"aQu" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -24992,9 +24821,10 @@
icon_state = "tube1";
dir = 8
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/storage/primary)
-"aRE" = (
+"aQv" = (
/obj/structure/table,
/obj/item/weapon/storage/toolbox/mechanical{
pixel_x = -2;
@@ -25005,7 +24835,7 @@
dir = 4
},
/area/storage/primary)
-"aRF" = (
+"aQw" = (
/obj/structure/table,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/folder/yellow,
@@ -25014,11 +24844,11 @@
dir = 1
},
/area/storage/primary)
-"aRG" = (
-/obj/machinery/hologram/holopad,
+"aQx" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/storage/primary)
-"aRH" = (
+"aQy" = (
/obj/structure/table,
/obj/item/device/radio/intercom{
dir = 4;
@@ -25031,7 +24861,7 @@
dir = 4
},
/area/storage/primary)
-"aRI" = (
+"aQz" = (
/obj/structure/table,
/obj/item/weapon/aiModule/reset,
/obj/machinery/light{
@@ -25048,8 +24878,8 @@
pixel_y = -24
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aRJ" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aQA" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 2;
@@ -25066,8 +24896,8 @@
network = list("SS13","RD","AIUpload")
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aRK" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aQB" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -25079,8 +24909,8 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aRL" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aQC" = (
/obj/item/device/radio/intercom{
broadcasting = 1;
frequency = 1447;
@@ -25093,8 +24923,8 @@
network = list("SS13","RD","AIUpload")
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aRM" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aQD" = (
/obj/structure/table,
/obj/machinery/light{
dir = 4
@@ -25111,8 +24941,8 @@
pixel_y = -24
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aRN" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aQE" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
@@ -25129,33 +24959,28 @@
dir = 8
},
/area/hallway/primary/fore)
-"aRO" = (
+"aQF" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/turf/open/floor/plating,
/area/crew_quarters/courtroom)
-"aRP" = (
+"aQG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aRQ" = (
+"aQH" = (
/obj/structure/chair{
dir = 1
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aRR" = (
+"aQI" = (
/obj/structure/chair{
dir = 1
},
@@ -25164,11 +24989,11 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aRS" = (
+"aQJ" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aRT" = (
+"aQK" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
@@ -25185,7 +25010,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aRU" = (
+"aQL" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -25196,7 +25021,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aRV" = (
+"aQM" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -25214,7 +25039,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aRW" = (
+"aQN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -25227,7 +25052,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aRX" = (
+"aQO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -25245,7 +25070,7 @@
dir = 1
},
/area/crew_quarters/locker)
-"aRY" = (
+"aQP" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -25261,7 +25086,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aRZ" = (
+"aQQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -25282,7 +25107,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSa" = (
+"aQR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -25293,7 +25118,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSb" = (
+"aQS" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -25307,7 +25132,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSc" = (
+"aQT" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -25318,7 +25143,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aSd" = (
+"aQU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -25329,7 +25154,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSe" = (
+"aQV" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -25338,7 +25163,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSf" = (
+"aQW" = (
/obj/structure/table,
/obj/item/clothing/head/soft/grey{
pixel_x = -2;
@@ -25349,7 +25174,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSg" = (
+"aQX" = (
/obj/structure/table,
/obj/item/weapon/razor{
pixel_y = 5
@@ -25359,7 +25184,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSh" = (
+"aQY" = (
/obj/structure/table,
/obj/item/device/paicard,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -25367,14 +25192,14 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSi" = (
+"aQZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aSj" = (
+"aRa" = (
/obj/structure/rack,
/obj/effect/landmark/costume,
/obj/effect/landmark/costume,
@@ -25394,7 +25219,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aSk" = (
+"aRb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -25410,7 +25235,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aSl" = (
+"aRc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -25419,12 +25244,12 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aSm" = (
+"aRd" = (
/turf/open/floor/plasteel/neutral/side,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aSn" = (
+"aRe" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -25434,14 +25259,14 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aSo" = (
+"aRf" = (
/turf/open/floor/plasteel/neutral/side{
dir = 6
},
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aSp" = (
+"aRg" = (
/obj/machinery/door/firedoor/border_only{
density = 1;
dir = 8;
@@ -25453,7 +25278,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aSq" = (
+"aRh" = (
/mob/living/simple_animal/cow{
name = "Betsy";
real_name = "Betsy"
@@ -25462,7 +25287,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aSr" = (
+"aRi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -25472,7 +25297,7 @@
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aSs" = (
+"aRj" = (
/obj/effect/landmark/start{
name = "Station Engineer"
},
@@ -25490,11 +25315,12 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSt" = (
+"aRk" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -25506,11 +25332,12 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSu" = (
+"aRl" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -25522,11 +25349,12 @@
icon_state = "4-8";
pixel_x = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSv" = (
+"aRm" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
@@ -25537,7 +25365,7 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aSw" = (
+"aRn" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -25549,22 +25377,24 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSx" = (
+"aRo" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8";
pixel_x = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSy" = (
+"aRp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -25577,11 +25407,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSz" = (
+"aRq" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -25599,7 +25430,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSA" = (
+"aRr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -25611,27 +25442,30 @@
/obj/structure/disposalpipe/sortjunction{
sortType = 5
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSB" = (
+"aRs" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSC" = (
+"aRt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSD" = (
+"aRu" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -25646,22 +25480,24 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSE" = (
+"aRv" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aSF" = (
+"aRw" = (
/obj/machinery/power/rad_collector{
anchored = 1
},
@@ -25670,11 +25506,12 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aSG" = (
+"aRx" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -25682,77 +25519,62 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"aSH" = (
+"aRy" = (
/turf/closed/wall/r_wall,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aSI" = (
+"aRz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aSJ" = (
+"aRA" = (
/turf/closed/wall,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aSK" = (
-/turf/open/floor/plating,
+"aRB" = (
/obj/structure/shuttle/engine/propulsion/burst,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_1)
-"aSL" = (
-/obj/machinery/door/airlock/shuttle{
+"aRC" = (
+/obj/machinery/door/airlock/titanium{
name = "Escape Pod Airlock"
},
/obj/docking_port/mobile/pod{
id = "pod1";
- name = "escape pod 1"
+ name = "escape pod 1";
+ port_angle = 180
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
-"aSM" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
+"aRD" = (
+/obj/structure/closet/toolcloset,
+/obj/machinery/light{
+ dir = 8
},
-/area/shuttle/pod_1)
-"aSN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/construction)
-"aSO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/mining_construction)
+"aRE" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/construction)
-"aSP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/area/mining_construction)
+"aRF" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/construction)
-"aSQ" = (
-/obj/structure/rack{
- dir = 1
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
},
-/obj/item/clothing/suit/hazardvest,
-/turf/open/floor/plasteel,
-/area/construction)
-"aSR" = (
+/area/mining_construction)
+"aRG" = (
/obj/effect/landmark{
name = "revenantspawn"
},
@@ -25760,7 +25582,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aSS" = (
+"aRH" = (
/obj/machinery/conveyor{
dir = 1;
id = "QMLoad";
@@ -25768,14 +25590,14 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aST" = (
+"aRI" = (
/obj/structure/disposalpipe/segment,
/obj/structure/chair/office/dark{
dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aSU" = (
+"aRJ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -25791,17 +25613,18 @@
/obj/item/weapon/folder/yellow,
/obj/item/weapon/paper,
/obj/item/weapon/paper,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aSV" = (
+"aRK" = (
/obj/machinery/computer/cargo,
/turf/open/floor/plasteel/brown{
dir = 10
},
/area/quartermaster/qm)
-"aSW" = (
+"aRL" = (
/obj/structure/chair/office/dark{
dir = 8
},
@@ -25819,7 +25642,7 @@
dir = 2
},
/area/quartermaster/qm)
-"aSX" = (
+"aRM" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -25828,7 +25651,7 @@
dir = 2
},
/area/quartermaster/qm)
-"aSY" = (
+"aRN" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -25838,7 +25661,7 @@
dir = 2
},
/area/quartermaster/qm)
-"aSZ" = (
+"aRO" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 1;
@@ -25860,15 +25683,16 @@
/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/storage/primary)
-"aTa" = (
+"aRP" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aTb" = (
+"aRQ" = (
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j1";
dir = 4
@@ -25876,14 +25700,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/storage/primary)
-"aTc" = (
+"aRR" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aTd" = (
+"aRS" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -25894,7 +25718,7 @@
dir = 4
},
/area/storage/primary)
-"aTe" = (
+"aRT" = (
/obj/machinery/flasher{
id = "AI";
pixel_x = 0;
@@ -25904,22 +25728,22 @@
dir = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aTf" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aRU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aTg" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aRV" = (
/obj/machinery/porta_turret/ai{
dir = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aTh" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aRW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -25931,7 +25755,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aTi" = (
+"aRX" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Courtroom";
@@ -25939,25 +25763,25 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aTj" = (
+"aRY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aTk" = (
+"aRZ" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=16-Fore";
location = "15-Court"
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aTl" = (
+"aSa" = (
/obj/structure/chair{
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aTm" = (
+"aSb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -25969,40 +25793,40 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aTn" = (
+"aSc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aTo" = (
+"aSd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aTp" = (
+"aSe" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/crew_quarters/locker)
-"aTq" = (
+"aSf" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aTr" = (
-/obj/machinery/hologram/holopad,
+"aSg" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aTs" = (
+"aSh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aTt" = (
+"aSi" = (
/obj/structure/rack,
/obj/item/weapon/storage/briefcase,
/obj/item/weapon/storage/briefcase{
@@ -26013,7 +25837,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aTu" = (
+"aSj" = (
/obj/structure/table,
/obj/item/weapon/cultivator,
/obj/item/weapon/hatchet,
@@ -26023,26 +25847,28 @@
},
/obj/item/weapon/paper/hydroponics,
/obj/item/weapon/coin/silver,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aTv" = (
+"aSk" = (
/obj/structure/table,
/obj/item/weapon/hatchet,
/obj/item/weapon/cultivator,
/obj/item/weapon/crowbar,
/obj/item/weapon/reagent_containers/glass/bucket,
/obj/item/device/plant_analyzer,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aTw" = (
+"aSl" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,
@@ -26054,36 +25880,39 @@
/obj/item/weapon/reagent_containers/food/snacks/grown/cherries,
/obj/item/weapon/reagent_containers/food/snacks/grown/soybeans,
/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/lime,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aTx" = (
+"aSm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aTy" = (
+"aSn" = (
/obj/item/weapon/storage/bag/plants/portaseeder,
/obj/structure/table,
/obj/machinery/light,
/obj/item/device/plant_analyzer,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aTz" = (
+"aSo" = (
/obj/item/weapon/book/manual/wiki/engineering_hacking{
pixel_x = 4;
pixel_y = 5
@@ -26096,32 +25925,35 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aTA" = (
+"aSp" = (
/obj/machinery/power/terminal,
/obj/structure/cable,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTB" = (
+"aSq" = (
/obj/machinery/power/terminal,
/obj/structure/cable,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTC" = (
+"aSr" = (
/obj/machinery/power/terminal,
/obj/structure/cable,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTD" = (
+"aSs" = (
/obj/machinery/door/firedoor,
/obj/structure/cable{
d1 = 1;
@@ -26133,11 +25965,14 @@
name = "Power Monitoring";
req_access_txt = "32"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aTE" = (
+"aSt" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -26148,11 +25983,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTF" = (
+"aSu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -26171,7 +26007,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTG" = (
+"aSv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -26184,7 +26020,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTH" = (
+"aSw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -26196,7 +26032,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTI" = (
+"aSx" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -26210,14 +26046,14 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTJ" = (
+"aSy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTK" = (
+"aSz" = (
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTL" = (
+"aSA" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -26226,18 +26062,19 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTM" = (
+"aSB" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aTN" = (
+"aSC" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -26251,14 +26088,14 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"aTO" = (
+"aSD" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 4
},
/turf/open/space,
/area/space)
-"aTP" = (
+"aSE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -26266,7 +26103,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aTQ" = (
+"aSF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -26274,109 +26111,115 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aTR" = (
+"aSG" = (
/obj/structure/window/reinforced{
dir = 8
},
/obj/structure/window/reinforced,
/turf/open/space,
/area/space)
-"aTS" = (
+"aSH" = (
/obj/structure/chair{
dir = 4
},
+/obj/machinery/light/small{
+ dir = 8
+ },
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aTT" = (
-/obj/machinery/light/small,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aTU" = (
-/turf/open/floor/plating/warnplate,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aTV" = (
+"aSI" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aTW" = (
-/obj/machinery/light_switch{
- pixel_y = -25
+"aSJ" = (
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
},
-/turf/open/floor/plasteel,
-/area/construction)
-"aTX" = (
-/obj/machinery/light_construct,
-/turf/open/floor/plasteel,
-/area/construction)
-"aTY" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/orange,
-/turf/open/floor/plasteel,
-/area/construction)
-"aTZ" = (
-/obj/structure/table,
-/obj/item/clothing/head/hardhat/orange{
- name = "protective hat";
- pixel_y = 8
+/area/mining_construction)
+"aSK" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"aSL" = (
+/obj/structure/rack{
+ dir = 4
+ },
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/wallframe/camera,
+/obj/item/device/assault_pod/mining,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/construction)
-"aUa" = (
/obj/machinery/power/apc{
dir = 2;
- name = "Construction Area APC";
+ name = "Auxillary Base Construction APC";
+ pixel_x = 0;
pixel_y = -24
},
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"aSM" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/obj/machinery/light_construct,
-/turf/open/floor/plating,
-/area/construction)
-"aUb" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/construction)
-"aUc" = (
-/obj/machinery/light_switch{
- pixel_x = 26;
- pixel_y = 0
+/obj/item/stack/sheet/glass{
+ amount = 50
},
-/turf/open/floor/plasteel,
-/area/construction)
-"aUd" = (
+/obj/item/weapon/pipe_dispenser,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"aSN" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/mining_construction)
+"aSO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aUe" = (
+"aSP" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -26385,37 +26228,41 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aUf" = (
+"aSQ" = (
/obj/machinery/conveyor_switch/oneway{
convdir = 1;
id = "QMLoad";
pixel_x = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aUg" = (
+"aSR" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aUh" = (
+"aSS" = (
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aUi" = (
+"aST" = (
/obj/structure/closet/crate,
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 3;
name = "3maintenance loot spawner"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aUj" = (
+"aSU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -26423,14 +26270,14 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aUk" = (
+"aSV" = (
/obj/structure/disposalpipe/segment,
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aUl" = (
+"aSW" = (
/obj/machinery/light{
dir = 4
},
@@ -26449,16 +26296,17 @@
pixel_y = 0;
supply_display = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aUm" = (
+"aSX" = (
/turf/closed/wall,
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aUn" = (
+"aSY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
@@ -26470,13 +26318,14 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aUo" = (
+"aSZ" = (
/obj/machinery/door/airlock/maintenance{
name = "Tool Storage Maintenance";
req_access_txt = "12"
@@ -26490,7 +26339,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aUp" = (
+"aTa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -26505,7 +26354,7 @@
dir = 8
},
/area/storage/primary)
-"aUq" = (
+"aTb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -26513,7 +26362,7 @@
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aUr" = (
+"aTc" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
@@ -26525,7 +26374,7 @@
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aUs" = (
+"aTd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26537,7 +26386,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/storage/primary)
-"aUt" = (
+"aTe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26548,7 +26397,7 @@
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aUu" = (
+"aTf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -26565,7 +26414,7 @@
},
/turf/open/floor/plasteel,
/area/storage/primary)
-"aUv" = (
+"aTg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
@@ -26578,7 +26427,7 @@
dir = 4
},
/area/storage/primary)
-"aUw" = (
+"aTh" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -26587,7 +26436,7 @@
},
/turf/open/floor/plating,
/area/storage/primary)
-"aUx" = (
+"aTi" = (
/obj/machinery/door/airlock/highsecurity{
icon_state = "door_closed";
locked = 0;
@@ -26600,8 +26449,8 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aUy" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aTj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -26614,17 +26463,12 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aUz" = (
+"aTk" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/turf/open/floor/plating,
/area/crew_quarters/courtroom)
-"aUA" = (
+"aTl" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -26633,7 +26477,7 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aUB" = (
+"aTm" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -26643,7 +26487,7 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aUC" = (
+"aTn" = (
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = -32
@@ -26656,20 +26500,20 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aUD" = (
+"aTo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aUE" = (
+"aTp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aUF" = (
+"aTq" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -26682,13 +26526,13 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aUG" = (
+"aTr" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aUH" = (
+"aTs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -26700,7 +26544,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUI" = (
+"aTt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26708,7 +26552,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUJ" = (
+"aTu" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -26719,7 +26563,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/locker)
-"aUK" = (
+"aTv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26734,7 +26578,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUL" = (
+"aTw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26754,7 +26598,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUM" = (
+"aTx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26763,7 +26607,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUN" = (
+"aTy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26775,7 +26619,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUO" = (
+"aTz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -26788,7 +26632,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUP" = (
+"aTA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -26796,7 +26640,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUQ" = (
+"aTB" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -26805,7 +26649,7 @@
dir = 2
},
/area/crew_quarters/locker)
-"aUR" = (
+"aTC" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -26818,7 +26662,7 @@
/area/hallway/secondary/construction{
name = "\improper Garden"
})
-"aUS" = (
+"aTD" = (
/obj/structure/cable/yellow{
d2 = 4;
icon_state = "0-4"
@@ -26829,7 +26673,7 @@
/obj/machinery/power/smes/engineering,
/turf/open/floor/plasteel/vault,
/area/engine/engineering)
-"aUT" = (
+"aTE" = (
/obj/structure/cable/yellow{
d2 = 8;
icon_state = "0-8"
@@ -26841,17 +26685,18 @@
/obj/machinery/power/smes/engineering,
/turf/open/floor/plasteel/vault,
/area/engine/engineering)
-"aUU" = (
+"aTF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aUV" = (
+"aTG" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -26864,11 +26709,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aUW" = (
+"aTH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -26876,17 +26722,19 @@
dir = 8;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aUX" = (
+"aTI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aUY" = (
+"aTJ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -26901,11 +26749,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aUZ" = (
+"aTK" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -26915,11 +26764,12 @@
dir = 9;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aVa" = (
+"aTL" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -26931,21 +26781,23 @@
dir = 1;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aVb" = (
+"aTM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aVc" = (
+"aTN" = (
/obj/effect/landmark/start{
name = "Station Engineer"
},
@@ -26957,25 +26809,27 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aVd" = (
-/turf/open/floor/plasteel/warning{
+"aTO" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aVe" = (
+"aTP" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aVf" = (
+"aTQ" = (
/obj/structure/window/reinforced{
dir = 4
},
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"aVg" = (
+"aTR" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -26992,7 +26846,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aVh" = (
+"aTS" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 4
@@ -27009,7 +26863,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aVi" = (
+"aTT" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -27018,24 +26872,16 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aVj" = (
+"aTU" = (
/obj/structure/lattice,
/turf/open/space,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aVk" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aVl" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
+"aTV" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aVm" = (
+/area/ai_monitored/turret_protected/ai)
+"aTW" = (
/obj/machinery/power/smes{
charge = 5e+006
},
@@ -27044,8 +26890,8 @@
d2 = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"aVn" = (
+/area/ai_monitored/turret_protected/ai)
+"aTX" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -27053,8 +26899,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"aVo" = (
+/area/ai_monitored/turret_protected/ai)
+"aTY" = (
/obj/structure/lattice,
/obj/structure/window/reinforced{
dir = 4
@@ -27063,7 +26909,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aVp" = (
+"aTZ" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 8
@@ -27080,7 +26926,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aVq" = (
+"aUa" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -27099,13 +26945,13 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aVr" = (
+"aUb" = (
/obj/structure/sign/pods,
/turf/closed/wall,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aVs" = (
+"aUc" = (
/obj/machinery/door/airlock/external{
name = "Escape Pod One"
},
@@ -27113,56 +26959,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aVt" = (
-/obj/machinery/door/airlock/engineering{
- name = "Arrivals Expansion Area";
- req_access_txt = "32"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aVu" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aVv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aVw" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Arrivals Expansion Area";
- req_access_txt = "32"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aVx" = (
+"aUd" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -27176,10 +26973,10 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aVy" = (
+"aUe" = (
/turf/closed/wall,
/area/quartermaster/storage)
-"aVz" = (
+"aUf" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
@@ -27196,14 +26993,14 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aVA" = (
+"aUg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aVB" = (
+"aUh" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
@@ -27213,7 +27010,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aVC" = (
+"aUi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -27223,11 +27020,12 @@
dir = 4;
pixel_x = 24
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aVD" = (
+"aUj" = (
/obj/structure/closet/secure_closet/security/cargo,
/obj/machinery/light_switch{
pixel_x = -25;
@@ -27242,7 +27040,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aVE" = (
+"aUk" = (
/obj/machinery/power/apc{
dir = 1;
name = "Security Post - Cargo APC";
@@ -27259,7 +27057,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aVF" = (
+"aUl" = (
/obj/item/weapon/screwdriver{
pixel_y = 10
},
@@ -27278,7 +27076,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aVG" = (
+"aUm" = (
/obj/structure/filingcabinet,
/obj/structure/reagent_dispensers/peppertank{
pixel_x = 30;
@@ -27290,7 +27088,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aVH" = (
+"aUn" = (
/obj/structure/closet/wardrobe/pjs,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -27300,7 +27098,7 @@
},
/turf/open/floor/plasteel/vault,
/area/crew_quarters/sleep)
-"aVI" = (
+"aUo" = (
/obj/structure/table,
/obj/item/weapon/storage/belt/utility,
/obj/machinery/airalarm{
@@ -27312,13 +27110,13 @@
dir = 2
},
/area/storage/primary)
-"aVJ" = (
+"aUp" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plasteel/brown{
dir = 2
},
/area/storage/primary)
-"aVK" = (
+"aUq" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -27327,14 +27125,14 @@
dir = 2
},
/area/storage/primary)
-"aVL" = (
+"aUr" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/brown{
dir = 2
},
/area/storage/primary)
-"aVM" = (
+"aUs" = (
/obj/structure/table,
/obj/item/weapon/crowbar,
/obj/item/device/assembly/prox_sensor{
@@ -27347,7 +27145,7 @@
dir = 2
},
/area/storage/primary)
-"aVN" = (
+"aUt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -27358,7 +27156,7 @@
dir = 2
},
/area/storage/primary)
-"aVO" = (
+"aUu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light_switch{
pixel_x = 28;
@@ -27368,10 +27166,10 @@
dir = 6
},
/area/storage/primary)
-"aVP" = (
+"aUv" = (
/turf/closed/wall/r_wall,
/area/hallway/primary/central)
-"aVQ" = (
+"aUw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -27380,10 +27178,10 @@
},
/turf/open/floor/plating,
/area/hallway/primary/central)
-"aVR" = (
+"aUx" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload_foyer)
-"aVS" = (
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"aUy" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
on = 1;
scrub_N2O = 0;
@@ -27430,8 +27228,8 @@
/turf/open/floor/plasteel/vault{
dir = 6
},
-/area/turret_protected/ai_upload_foyer)
-"aVT" = (
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"aUz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -27443,8 +27241,8 @@
icon_state = "2-8"
},
/turf/open/floor/plasteel/vault,
-/area/turret_protected/ai_upload_foyer)
-"aVU" = (
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"aUA" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -27473,8 +27271,8 @@
/turf/open/floor/plasteel/vault{
dir = 10
},
-/area/turret_protected/ai_upload_foyer)
-"aVV" = (
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"aUB" = (
/obj/structure/sign/directions/security{
desc = "A direction sign, pointing out which way the security department is.";
dir = 1;
@@ -27497,7 +27295,7 @@
},
/turf/closed/wall/r_wall,
/area/hallway/primary/fore)
-"aVW" = (
+"aUC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
@@ -27507,7 +27305,7 @@
dir = 8
},
/area/hallway/primary/fore)
-"aVX" = (
+"aUD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -27519,7 +27317,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
-"aVY" = (
+"aUE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -27531,7 +27329,7 @@
dir = 2
},
/area/hallway/primary/fore)
-"aVZ" = (
+"aUF" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the escape arm is.";
icon_state = "direction_evac";
@@ -27551,7 +27349,7 @@
},
/turf/closed/wall,
/area/crew_quarters/courtroom)
-"aWa" = (
+"aUG" = (
/obj/machinery/power/apc{
cell_type = 2500;
dir = 2;
@@ -27567,7 +27365,7 @@
/obj/item/weapon/storage/fancy/donut_box,
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aWb" = (
+"aUH" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -27579,7 +27377,7 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aWc" = (
+"aUI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -27590,7 +27388,7 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aWd" = (
+"aUJ" = (
/obj/structure/table,
/obj/item/weapon/book/manual/wiki/security_space_law{
pixel_x = -3;
@@ -27615,7 +27413,7 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aWe" = (
+"aUK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -27624,7 +27422,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aWf" = (
+"aUL" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -27633,37 +27431,37 @@
dir = 2
},
/area/crew_quarters/locker)
-"aWg" = (
+"aUM" = (
/turf/closed/wall,
/area/crew_quarters/locker)
-"aWh" = (
+"aUN" = (
/obj/structure/closet/wardrobe/black,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aWi" = (
+"aUO" = (
/obj/structure/closet/wardrobe/grey,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aWj" = (
+"aUP" = (
/obj/structure/closet/wardrobe/white,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aWk" = (
+"aUQ" = (
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aWl" = (
+"aUR" = (
/obj/structure/closet/wardrobe/green,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aWm" = (
+"aUS" = (
/obj/machinery/vending/clothing,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aWn" = (
+"aUT" = (
/obj/structure/closet/wardrobe/mixed,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"aWo" = (
+"aUU" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -27674,7 +27472,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aWp" = (
+"aUV" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -27688,11 +27486,12 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"aWq" = (
+"aUW" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -27705,7 +27504,7 @@
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"aWr" = (
+"aUX" = (
/obj/structure/closet/secure_closet/personal,
/obj/item/clothing/under/assistantformal,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -27716,13 +27515,14 @@
/obj/item/clothing/shoes/winterboots,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/sleep)
-"aWs" = (
+"aUY" = (
/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aWt" = (
+"aUZ" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -27730,11 +27530,14 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aWu" = (
+"aVa" = (
/obj/machinery/requests_console{
announcementConsole = 0;
department = "Engineering";
@@ -27744,7 +27547,7 @@
},
/turf/closed/wall,
/area/engine/engineering)
-"aWv" = (
+"aVb" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -27752,11 +27555,12 @@
},
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aWw" = (
+"aVc" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -27764,24 +27568,28 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aWx" = (
+"aVd" = (
/obj/structure/table,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aWy" = (
+"aVe" = (
/obj/machinery/light_switch,
/turf/closed/wall,
/area/engine/engineering)
-"aWz" = (
+"aVf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -27793,7 +27601,7 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aWA" = (
+"aVg" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
@@ -27801,24 +27609,26 @@
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aWB" = (
-/turf/open/floor/plating/airless/warnplate{
+"aVh" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aWC" = (
+"aVi" = (
/obj/item/weapon/wrench,
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aWD" = (
+"aVj" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aWE" = (
+"aVk" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -27828,13 +27638,13 @@
},
/turf/open/space,
/area/space)
-"aWF" = (
+"aVl" = (
/obj/machinery/porta_turret/ai{
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"aWG" = (
+/area/ai_monitored/turret_protected/ai)
+"aVm" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -27848,8 +27658,8 @@
scrub_Toxins = 0
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"aWH" = (
+/area/ai_monitored/turret_protected/ai)
+"aVn" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -27861,8 +27671,8 @@
pixel_y = 20
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"aWI" = (
+/area/ai_monitored/turret_protected/ai)
+"aVo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -27880,7 +27690,7 @@
/area/construction/Storage{
name = "Storage Wing"
})
-"aWJ" = (
+"aVp" = (
/obj/machinery/camera{
c_tag = "AI Chamber - Fore";
dir = 2;
@@ -27904,8 +27714,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"aWK" = (
+/area/ai_monitored/turret_protected/ai)
+"aVq" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -27917,37 +27727,39 @@
on = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"aWL" = (
+/area/ai_monitored/turret_protected/ai)
+"aVr" = (
/obj/machinery/porta_turret/ai{
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"aWM" = (
+/area/ai_monitored/turret_protected/ai)
+"aVs" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/hallway/secondary/entry)
-"aWN" = (
+"aVt" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-13";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWO" = (
-/turf/open/floor/plasteel/warning{
+"aVu" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWP" = (
+"aVv" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -27956,110 +27768,100 @@
pixel_y = 21
},
/obj/structure/chair,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWQ" = (
+"aVw" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWR" = (
+"aVx" = (
/obj/structure/chair,
/obj/machinery/camera{
c_tag = "Arrivals - Fore Arm - Far";
dir = 2;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWS" = (
+"aVy" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aWT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWU" = (
+"aVz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWV" = (
+"aVA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/light{
- dir = 1
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/warning{
+"aVB" = (
+/obj/machinery/light{
dir = 1
},
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aWX" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plasteel/warning{
+/obj/structure/cable/yellow{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/turf/open/floor/plasteel/yellow/corner{
dir = 1
},
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWY" = (
+"aVC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -28073,13 +27875,14 @@
icon_state = "map-left-MS";
pixel_y = 32
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aWZ" = (
+"aVD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -28099,7 +27902,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aXa" = (
+"aVE" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -28119,7 +27922,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aXb" = (
+"aVF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -28133,7 +27936,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aXc" = (
+"aVG" = (
/obj/machinery/status_display{
density = 0;
pixel_x = 0;
@@ -28142,7 +27945,7 @@
},
/turf/closed/wall,
/area/quartermaster/storage)
-"aXd" = (
+"aVH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -28150,17 +27953,19 @@
pixel_x = 0;
pixel_y = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"aXe" = (
+"aVI" = (
/obj/effect/landmark{
name = "lightsout"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aXf" = (
+"aVJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -28169,14 +27974,14 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aXg" = (
+"aVK" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aXh" = (
+"aVL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -28190,11 +27995,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aXi" = (
+"aVM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -28209,7 +28015,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aXj" = (
+"aVN" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -28221,7 +28027,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aXk" = (
+"aVO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -28231,7 +28037,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aXl" = (
+"aVP" = (
/obj/structure/chair/office/dark,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
@@ -28242,26 +28048,28 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aXm" = (
+"aVQ" = (
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
pixel_x = 27
},
-/obj/machinery/computer/security/mining,
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
+ },
/turf/open/floor/plasteel/red/side{
dir = 4
},
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aXn" = (
+"aVR" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/storage/primary)
-"aXo" = (
+"aVS" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Primary Tool Storage"
@@ -28276,7 +28084,7 @@
dir = 1
},
/area/storage/primary)
-"aXp" = (
+"aVT" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Primary Tool Storage"
@@ -28286,11 +28094,11 @@
dir = 1
},
/area/storage/primary)
-"aXq" = (
+"aVU" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"aXr" = (
+"aVV" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -28299,15 +28107,15 @@
/obj/structure/closet/emcloset,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"aXs" = (
+"aVW" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"aXt" = (
+"aVX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload_foyer)
-"aXu" = (
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"aVY" = (
/obj/machinery/door/airlock/highsecurity{
name = "Secure Network Access";
req_access_txt = "19"
@@ -28318,12 +28126,12 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault,
-/area/turret_protected/ai_upload_foyer)
-"aXv" = (
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"aVZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload_foyer)
-"aXw" = (
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"aWa" = (
/obj/machinery/airalarm{
pixel_y = 23
},
@@ -28335,7 +28143,7 @@
dir = 9
},
/area/hallway/primary/central)
-"aXx" = (
+"aWb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -28345,7 +28153,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aXy" = (
+"aWc" = (
/obj/machinery/light{
dir = 1
},
@@ -28359,7 +28167,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aXz" = (
+"aWd" = (
/obj/machinery/camera{
c_tag = "Central Primary Hallway - Fore";
dir = 2;
@@ -28369,13 +28177,13 @@
dir = 1
},
/area/hallway/primary/central)
-"aXA" = (
+"aWe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/corner{
dir = 1
},
/area/hallway/primary/central)
-"aXB" = (
+"aWf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -28383,7 +28191,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aXC" = (
+"aWg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -28391,12 +28199,12 @@
dir = 4
},
/area/hallway/primary/central)
-"aXD" = (
+"aWh" = (
/turf/open/floor/plasteel/red/corner{
dir = 4
},
/area/hallway/primary/central)
-"aXE" = (
+"aWi" = (
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-left-MS";
@@ -28406,7 +28214,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aXF" = (
+"aWj" = (
/obj/machinery/light{
dir = 1
},
@@ -28419,7 +28227,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aXG" = (
+"aWk" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -28439,7 +28247,7 @@
dir = 5
},
/area/hallway/primary/central)
-"aXH" = (
+"aWl" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -28454,7 +28262,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/crew_quarters/courtroom)
-"aXI" = (
+"aWm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
@@ -28467,7 +28275,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aXJ" = (
+"aWn" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Crew Quarters Access"
@@ -28475,15 +28283,15 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"aXK" = (
+"aWo" = (
/obj/structure/sign/pods,
/turf/closed/wall,
/area/crew_quarters/locker)
-"aXL" = (
+"aWp" = (
/obj/machinery/vending/snack,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"aXM" = (
+"aWq" = (
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = 32
@@ -28492,7 +28300,7 @@
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"aXN" = (
+"aWr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -28503,7 +28311,7 @@
},
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"aXO" = (
+"aWs" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -28517,7 +28325,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aXP" = (
+"aWt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -28526,24 +28334,24 @@
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"aXQ" = (
+"aWu" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aXR" = (
+"aWv" = (
/turf/closed/wall,
/area/storage/tech)
-"aXS" = (
+"aWw" = (
/turf/closed/wall/r_wall,
/area/engine/chiefs_office)
-"aXT" = (
-/obj/structure/bookcase/manuals/engineering,
+"aWx" = (
/obj/machinery/keycard_auth{
pixel_x = -25;
pixel_y = 25
@@ -28558,9 +28366,10 @@
pixel_x = -27;
pixel_y = 0
},
+/obj/machinery/modular_computer/console/preset/engineering,
/turf/open/floor/plasteel/vault,
/area/engine/chiefs_office)
-"aXU" = (
+"aWy" = (
/obj/machinery/requests_console{
announcementConsole = 1;
department = "Chief Engineer's Desk";
@@ -28572,19 +28381,19 @@
/obj/machinery/computer/card/minor/ce,
/turf/open/floor/plasteel/vault,
/area/engine/chiefs_office)
-"aXV" = (
+"aWz" = (
/obj/machinery/ai_status_display{
pixel_y = 32
},
/obj/machinery/computer/station_alert,
/turf/open/floor/plasteel/vault,
/area/engine/chiefs_office)
-"aXW" = (
+"aWA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/engine/chiefs_office)
-"aXX" = (
+"aWB" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -28598,15 +28407,18 @@
req_access_txt = "56";
req_one_access_txt = "0"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/chiefs_office)
-"aXY" = (
+"aWC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/engine/engineering)
-"aXZ" = (
+"aWD" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/engineering{
@@ -28619,32 +28431,37 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"aYa" = (
+"aWE" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
pixel_x = -22
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aYb" = (
+"aWF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
/obj/machinery/light/small,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aYc" = (
+"aWG" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -28658,11 +28475,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"aYd" = (
+"aWH" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -28680,11 +28498,12 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"aYe" = (
+"aWI" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -28692,7 +28511,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aYf" = (
+"aWJ" = (
/obj/structure/cable{
icon_state = "0-2";
pixel_y = 1;
@@ -28705,7 +28524,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aYg" = (
+"aWK" = (
/obj/machinery/light,
/obj/structure/grille,
/obj/structure/cable{
@@ -28716,7 +28535,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aYh" = (
+"aWL" = (
/obj/machinery/ai_status_display{
pixel_x = -32;
pixel_y = 0
@@ -28726,22 +28545,21 @@
dir = 8
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aYi" = (
+/area/ai_monitored/turret_protected/ai)
+"aWM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aYj" = (
+/area/ai_monitored/turret_protected/ai)
+"aWN" = (
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aYk" = (
+/area/ai_monitored/turret_protected/ai)
+"aWO" = (
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aYl" = (
+/area/ai_monitored/turret_protected/ai)
+"aWP" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -28751,8 +28569,8 @@
dir = 5
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aYm" = (
+/area/ai_monitored/turret_protected/ai)
+"aWQ" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -28762,8 +28580,8 @@
dir = 4
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aYn" = (
+/area/ai_monitored/turret_protected/ai)
+"aWR" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 4
@@ -28773,27 +28591,29 @@
pixel_y = 0
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aYo" = (
+/area/ai_monitored/turret_protected/ai)
+"aWS" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYp" = (
-/turf/open/floor/plasteel/warning{
+"aWT" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYq" = (
-/turf/open/floor/plasteel/warning,
+"aWU" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYr" = (
+"aWV" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -28802,19 +28622,20 @@
pixel_x = 0;
pixel_y = -32
},
-/obj/machinery/light,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYs" = (
-/turf/open/floor/plasteel/warning/corner{
+"aWW" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYt" = (
+"aWX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -28822,44 +28643,39 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYu" = (
+"aWY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
+ dir = 8;
initialize_directions = 11
},
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"aYv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYw" = (
+"aWZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYx" = (
+"aXa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYy" = (
+"aXb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -28867,7 +28683,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYz" = (
+"aXc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -28880,7 +28696,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYA" = (
+"aXd" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -28900,18 +28716,18 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"aYB" = (
+"aXe" = (
/obj/machinery/conveyor{
dir = 4;
id = "QMLoad"
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"aYC" = (
-/obj/machinery/hologram/holopad,
+"aXf" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aYD" = (
+"aXg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -28921,9 +28737,10 @@
icon_state = "2-4"
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aYE" = (
+"aXh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -28932,11 +28749,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"aYF" = (
+"aXi" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -28948,7 +28766,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aYG" = (
+"aXj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -28959,7 +28777,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aYH" = (
+"aXk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -28971,7 +28789,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aYI" = (
+"aXl" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -28990,11 +28808,12 @@
pixel_x = 27;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aYJ" = (
+"aXm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29002,7 +28821,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aYK" = (
+"aXn" = (
/obj/machinery/recharger{
pixel_y = 4
},
@@ -29016,7 +28835,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aYL" = (
+"aXo" = (
/obj/item/weapon/paper_bin{
pixel_x = 1;
pixel_y = 9
@@ -29035,10 +28854,9 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aYM" = (
+"aXp" = (
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/machinery/newscaster{
- hitstaken = 1;
pixel_x = 0;
pixel_y = -32
},
@@ -29051,7 +28869,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aYN" = (
+"aXq" = (
/obj/machinery/computer/secure_data,
/turf/open/floor/plasteel/red/side{
dir = 6
@@ -29059,7 +28877,7 @@
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"aYO" = (
+"aXr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -29077,7 +28895,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aYP" = (
+"aXs" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -29095,7 +28913,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aYQ" = (
+"aXt" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -29107,13 +28925,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aYR" = (
+"aXu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -29133,7 +28952,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"aYS" = (
+"aXv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -29149,7 +28968,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aYT" = (
+"aXw" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -29166,7 +28985,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aYU" = (
+"aXx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29175,7 +28994,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aYV" = (
+"aXy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29186,7 +29005,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aYW" = (
+"aXz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -29199,7 +29018,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aYX" = (
+"aXA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29208,7 +29027,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aYY" = (
+"aXB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29217,7 +29036,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aYZ" = (
+"aXC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29225,7 +29044,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aZa" = (
+"aXD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29238,7 +29057,7 @@
dir = 1
},
/area/hallway/primary/central)
-"aZb" = (
+"aXE" = (
/obj/machinery/light/small{
dir = 1
},
@@ -29255,11 +29074,12 @@
name = "\improper HIGH-POWER TURRETS AHEAD";
pixel_y = 32
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aZc" = (
+"aXF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29271,11 +29091,12 @@
pixel_x = 0;
pixel_y = 21
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aZd" = (
+"aXG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29284,11 +29105,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aZe" = (
+"aXH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -29296,11 +29118,12 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aZf" = (
+"aXI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29310,11 +29133,12 @@
/obj/structure/sign/securearea{
pixel_y = 32
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aZg" = (
+"aXJ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -29325,7 +29149,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aZh" = (
+"aXK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29333,7 +29157,7 @@
icon_state = "L1"
},
/area/hallway/primary/central)
-"aZi" = (
+"aXL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29341,7 +29165,7 @@
icon_state = "L3"
},
/area/hallway/primary/central)
-"aZj" = (
+"aXM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29350,7 +29174,7 @@
icon_state = "L5"
},
/area/hallway/primary/central)
-"aZk" = (
+"aXN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29366,7 +29190,7 @@
icon_state = "L7"
},
/area/hallway/primary/central)
-"aZl" = (
+"aXO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -29374,7 +29198,7 @@
icon_state = "L9"
},
/area/hallway/primary/central)
-"aZm" = (
+"aXP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29382,7 +29206,7 @@
icon_state = "L11"
},
/area/hallway/primary/central)
-"aZn" = (
+"aXQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29392,13 +29216,13 @@
name = "floor"
},
/area/hallway/primary/central)
-"aZo" = (
+"aXR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"aZp" = (
+"aXS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29406,7 +29230,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZq" = (
+"aXT" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -29414,7 +29238,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZr" = (
+"aXU" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -29427,7 +29251,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZs" = (
+"aXV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29436,7 +29260,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZt" = (
+"aXW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29450,7 +29274,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZu" = (
+"aXX" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -29458,7 +29282,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZv" = (
+"aXY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29467,7 +29291,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZw" = (
+"aXZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -29480,7 +29304,7 @@
dir = 4
},
/area/hallway/primary/central)
-"aZx" = (
+"aYa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -29494,7 +29318,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aZy" = (
+"aYb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29507,7 +29331,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"aZz" = (
+"aYc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29521,21 +29345,22 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/starboard)
-"aZA" = (
+"aYd" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/black,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"aZB" = (
+"aYe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29546,7 +29371,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aZC" = (
+"aYf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -29555,11 +29380,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"aZD" = (
+"aYg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -29568,11 +29394,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/starboard)
-"aZE" = (
+"aYh" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -29588,7 +29415,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"aZF" = (
+"aYi" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -29602,7 +29429,7 @@
/obj/item/device/multitool,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aZG" = (
+"aYj" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -29624,7 +29451,7 @@
/obj/item/weapon/circuitboard/machine/mechfab,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aZH" = (
+"aYk" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -29641,7 +29468,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aZI" = (
+"aYl" = (
/obj/structure/rack,
/obj/item/weapon/circuitboard/machine/telecomms/processor,
/obj/item/weapon/circuitboard/machine/telecomms/receiver,
@@ -29653,7 +29480,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aZJ" = (
+"aYm" = (
/obj/structure/table,
/obj/item/device/flashlight{
pixel_x = 1;
@@ -29677,13 +29504,13 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aZK" = (
+"aYn" = (
/obj/structure/table,
/obj/item/device/aicard,
/obj/item/weapon/aiModule/reset,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"aZL" = (
+"aYo" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -29694,12 +29521,12 @@
dir = 5
},
/area/engine/chiefs_office)
-"aZM" = (
+"aYp" = (
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/engine/chiefs_office)
-"aZN" = (
+"aYq" = (
/obj/item/weapon/storage/secure/safe{
pixel_x = 6;
pixel_y = 30
@@ -29713,7 +29540,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"aZO" = (
+"aYr" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/power/apc{
dir = 4;
@@ -29738,17 +29565,18 @@
dir = 5
},
/area/engine/chiefs_office)
-"aZP" = (
+"aYs" = (
/obj/structure/sign/securearea{
pixel_y = 32
},
/obj/structure/closet/radiation,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aZQ" = (
+"aYt" = (
/obj/structure/closet/radiation,
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
@@ -29763,14 +29591,15 @@
name = "Station Intercom (General)";
pixel_x = 29
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"aZR" = (
+"aYu" = (
/turf/closed/wall,
/area/security/checkpoint/engineering)
-"aZS" = (
+"aYv" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -29779,11 +29608,12 @@
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/area/engine/engineering)
-"aZT" = (
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aYw" = (
/obj/structure/grille,
/obj/structure/cable{
d1 = 1;
@@ -29792,7 +29622,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aZU" = (
+"aYx" = (
/obj/structure/grille,
/obj/structure/cable{
d1 = 1;
@@ -29807,7 +29637,7 @@
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"aZV" = (
+"aYy" = (
/obj/machinery/camera{
c_tag = "AI Chamber - Port";
dir = 4;
@@ -29826,18 +29656,8 @@
/turf/open/floor/plasteel/vault{
dir = 1
},
-/area/turret_protected/ai)
-"aZW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aZX" = (
+/area/ai_monitored/turret_protected/ai)
+"aYz" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -29845,8 +29665,8 @@
name = "AI core shutters"
},
/turf/open/floor/plating,
-/area/turret_protected/ai)
-"aZY" = (
+/area/ai_monitored/turret_protected/ai)
+"aYA" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -29855,8 +29675,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"aZZ" = (
+/area/ai_monitored/turret_protected/ai)
+"aYB" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -29870,8 +29690,8 @@
/turf/open/floor/plasteel/vault{
dir = 4
},
-/area/turret_protected/ai)
-"baa" = (
+/area/ai_monitored/turret_protected/ai)
+"aYC" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
name = "KEEP CLEAR: DOCKING AREA";
@@ -29881,7 +29701,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bab" = (
+"aYD" = (
/obj/machinery/door/airlock/external{
name = "Arrival Airlock"
},
@@ -29889,36 +29709,33 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bac" = (
+"aYE" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bad" = (
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bae" = (
+"aYF" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-05";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"baf" = (
+"aYG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -29930,11 +29747,12 @@
pixel_x = 0;
pixel_y = -32
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bag" = (
+"aYH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -29946,13 +29764,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bah" = (
+"aYI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -29967,7 +29786,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bai" = (
+"aYJ" = (
/obj/machinery/light_switch{
pixel_x = -38
},
@@ -29979,22 +29798,23 @@
dir = 1
},
/area/quartermaster/storage)
-"baj" = (
+"aYK" = (
/turf/open/floor/plasteel/loadingarea{
dir = 1
},
/area/quartermaster/storage)
-"bak" = (
+"aYL" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bal" = (
+"aYM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30002,7 +29822,7 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bam" = (
+"aYN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -30015,32 +29835,35 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"ban" = (
+"aYO" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bao" = (
+"aYP" = (
/obj/machinery/camera{
c_tag = "Cargo Bay - Aft";
dir = 1;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bap" = (
+"aYQ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"baq" = (
+"aYR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -30050,18 +29873,19 @@
/obj/machinery/light_switch{
pixel_x = 27
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bar" = (
+"aYS" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/security/checkpoint/supply{
name = "Security Post - Cargo"
})
-"bas" = (
+"aYT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/maintenance{
@@ -30072,13 +29896,13 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bat" = (
+"aYU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
/area/hallway/primary/central)
-"bau" = (
+"aYV" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -30099,7 +29923,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bav" = (
+"aYW" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30111,7 +29935,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baw" = (
+"aYX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30119,7 +29943,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bax" = (
+"aYY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30136,7 +29960,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bay" = (
+"aYZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30145,7 +29969,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baz" = (
+"aZa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30154,7 +29978,7 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baA" = (
+"aZb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30167,7 +29991,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baB" = (
+"aZc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30180,7 +30004,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baC" = (
+"aZd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30194,7 +30018,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baD" = (
+"aZe" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30205,10 +30029,10 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baE" = (
+"aZf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -30221,7 +30045,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baF" = (
+"aZg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30231,7 +30055,7 @@
icon_state = "L2"
},
/area/hallway/primary/central)
-"baG" = (
+"aZh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30241,7 +30065,7 @@
icon_state = "L4"
},
/area/hallway/primary/central)
-"baH" = (
+"aZi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30256,7 +30080,7 @@
icon_state = "L6"
},
/area/hallway/primary/central)
-"baI" = (
+"aZj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -30271,7 +30095,7 @@
icon_state = "L8"
},
/area/hallway/primary/central)
-"baJ" = (
+"aZk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30281,7 +30105,7 @@
icon_state = "L10"
},
/area/hallway/primary/central)
-"baK" = (
+"aZl" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30291,7 +30115,7 @@
icon_state = "L12"
},
/area/hallway/primary/central)
-"baL" = (
+"aZm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30302,7 +30126,7 @@
icon_state = "L14"
},
/area/hallway/primary/central)
-"baM" = (
+"aZn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30314,7 +30138,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baN" = (
+"aZo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30327,7 +30151,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baO" = (
+"aZp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30339,7 +30163,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baP" = (
+"aZq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30353,7 +30177,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baQ" = (
+"aZr" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -30372,7 +30196,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"baR" = (
+"aZs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -30389,10 +30213,10 @@
dir = 4
},
/area/hallway/primary/central)
-"baS" = (
+"aZt" = (
/turf/closed/wall,
/area/storage/tools)
-"baT" = (
+"aZu" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -30403,7 +30227,7 @@
},
/turf/open/floor/plating,
/area/storage/tools)
-"baU" = (
+"aZv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
@@ -30411,10 +30235,10 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"baV" = (
+"aZw" = (
/turf/closed/wall/r_wall,
/area/storage/tech)
-"baW" = (
+"aZx" = (
/obj/machinery/power/apc{
dir = 8;
name = "Tech Storage APC";
@@ -30432,7 +30256,7 @@
dir = 8
},
/area/storage/tech)
-"baX" = (
+"aZy" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30442,7 +30266,7 @@
dir = 8
},
/area/storage/tech)
-"baY" = (
+"aZz" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -30458,7 +30282,7 @@
dir = 8
},
/area/storage/tech)
-"baZ" = (
+"aZA" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -30468,7 +30292,7 @@
dir = 8
},
/area/storage/tech)
-"bba" = (
+"aZB" = (
/obj/structure/table,
/obj/item/stack/cable_coil{
pixel_x = -3;
@@ -30488,7 +30312,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bbb" = (
+"aZC" = (
/obj/machinery/button/door{
desc = "A remote control-switch for the engineering security doors.";
id = "Engineering";
@@ -30511,27 +30335,27 @@
dir = 5
},
/area/engine/chiefs_office)
-"bbc" = (
+"aZD" = (
/obj/structure/table/reinforced,
/obj/item/device/flashlight/lamp,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/engine/chiefs_office)
-"bbd" = (
+"aZE" = (
/obj/structure/table/reinforced,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/stamp/ce,
/obj/item/weapon/reagent_containers/pill/patch/silver_sulf,
/turf/open/floor/plasteel/neutral/side,
/area/engine/chiefs_office)
-"bbe" = (
+"aZF" = (
/obj/structure/table/reinforced,
/obj/item/weapon/clipboard,
/obj/item/weapon/paper/monitorkey,
/turf/open/floor/plasteel/neutral/side,
/area/engine/chiefs_office)
-"bbf" = (
+"aZG" = (
/obj/structure/table/reinforced,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
@@ -30542,7 +30366,7 @@
dir = 8
},
/area/engine/chiefs_office)
-"bbg" = (
+"aZH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -30553,7 +30377,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bbh" = (
+"aZI" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -30567,11 +30391,12 @@
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bbi" = (
+"aZJ" = (
/obj/effect/landmark{
name = "lightsout"
},
@@ -30585,11 +30410,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bbj" = (
+"aZK" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -30600,11 +30426,12 @@
icon_state = "shower";
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bbk" = (
+"aZL" = (
/obj/structure/filingcabinet,
/obj/structure/reagent_dispensers/peppertank{
pixel_x = 0;
@@ -30619,7 +30446,7 @@
dir = 9
},
/area/security/checkpoint/engineering)
-"bbl" = (
+"aZM" = (
/obj/structure/table,
/obj/item/device/radio/intercom{
dir = 4;
@@ -30634,7 +30461,7 @@
dir = 1
},
/area/security/checkpoint/engineering)
-"bbm" = (
+"aZN" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -1;
@@ -30649,24 +30476,21 @@
dir = 5
},
/area/security/checkpoint/engineering)
-"bbn" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/status_display{
- density = 0;
- layer = 4;
- pixel_x = -32;
- pixel_y = 0
+"aZO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Library"
},
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"bbo" = (
+/turf/open/floor/wood,
+/area/library)
+"aZP" = (
/obj/machinery/space_heater,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
-/area/engine/engineering)
-"bbp" = (
+/area/maintenance/starboard)
+"aZQ" = (
/obj/effect/landmark{
name = "tripai"
},
@@ -30698,7 +30522,7 @@
/obj/machinery/door/window{
base_state = "rightsecure";
dir = 4;
- health = 300;
+ obj_integrity = 300;
icon_state = "rightsecure";
layer = 4.1;
name = "Secondary AI Core Access";
@@ -30706,9 +30530,9 @@
req_access_txt = "16"
},
/turf/open/floor/greengrid,
-/area/turret_protected/ai)
-"bbq" = (
-/obj/machinery/hologram/holopad,
+/area/ai_monitored/turret_protected/ai)
+"aZR" = (
+/obj/machinery/holopad,
/obj/machinery/flasher{
id = "AI";
pixel_x = -25;
@@ -30717,16 +30541,15 @@
/turf/open/floor/plasteel/vault{
dir = 1
},
-/area/turret_protected/ai)
-"bbr" = (
+/area/ai_monitored/turret_protected/ai)
+"aZS" = (
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bbs" = (
+/area/ai_monitored/turret_protected/ai)
+"aZT" = (
/obj/machinery/vending/assist,
/obj/machinery/light/small{
dir = 1
@@ -30738,18 +30561,18 @@
dir = 1
},
/area/storage/primary)
-"bbt" = (
+"aZU" = (
/obj/structure/closet/secure_closet/personal,
/obj/item/clothing/under/assistantformal,
/obj/item/clothing/suit/hooded/wintercoat,
/obj/item/clothing/shoes/winterboots,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"bbu" = (
+"aZV" = (
/obj/machinery/door/window{
base_state = "rightsecure";
dir = 4;
- health = 300;
+ obj_integrity = 300;
icon_state = "rightsecure";
name = "Primary AI Core Access";
req_access_txt = "16"
@@ -30762,10 +30585,9 @@
/turf/open/floor/plasteel/vault{
dir = 10
},
-/area/turret_protected/ai)
-"bbv" = (
+/area/ai_monitored/turret_protected/ai)
+"aZW" = (
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/obj/structure/cable{
@@ -30776,9 +30598,9 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bbw" = (
-/obj/machinery/hologram/holopad,
+/area/ai_monitored/turret_protected/ai)
+"aZX" = (
+/obj/machinery/holopad,
/obj/machinery/flasher{
id = "AI";
pixel_x = 25;
@@ -30787,8 +30609,8 @@
/turf/open/floor/plasteel/vault{
dir = 4
},
-/area/turret_protected/ai)
-"bbx" = (
+/area/ai_monitored/turret_protected/ai)
+"aZY" = (
/obj/effect/landmark{
name = "tripai"
},
@@ -30820,7 +30642,7 @@
/obj/machinery/door/window{
base_state = "leftsecure";
dir = 8;
- health = 300;
+ obj_integrity = 300;
icon_state = "leftsecure";
layer = 4.1;
name = "Tertiary AI Core Access";
@@ -30828,33 +30650,37 @@
req_access_txt = "16"
},
/turf/open/floor/greengrid,
-/area/turret_protected/ai)
-"bby" = (
-/turf/open/floor/plating/warnplate{
+/area/ai_monitored/turret_protected/ai)
+"aZZ" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bbz" = (
+"baa" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bbA" = (
+"bab" = (
/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bbB" = (
+"bac" = (
/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bbC" = (
+"bad" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -30863,13 +30689,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bbD" = (
+"bae" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30887,7 +30714,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bbE" = (
+"baf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30901,7 +30728,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bbF" = (
+"bag" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -30913,7 +30740,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bbG" = (
+"bah" = (
/obj/structure/closet/secure_closet/personal,
/obj/item/clothing/under/assistantformal,
/obj/structure/sign/map/right{
@@ -30925,13 +30752,13 @@
/obj/item/clothing/shoes/winterboots,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"bbH" = (
+"bai" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bbI" = (
+"baj" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -30946,7 +30773,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bbJ" = (
+"bak" = (
/obj/machinery/door/airlock/maintenance{
name = "Cargo Bay Maintenance";
req_access_txt = "0";
@@ -30959,7 +30786,7 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"bbK" = (
+"bal" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
listening = 1;
@@ -30971,41 +30798,45 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"bbL" = (
+"bam" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/storage)
-"bbM" = (
+"ban" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bbN" = (
+"bao" = (
/obj/machinery/conveyor_switch/oneway{
id = "packageSort2";
pixel_x = -8;
pixel_y = -2
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bbO" = (
+"bap" = (
/obj/structure/rack,
/obj/item/stack/packageWrap{
pixel_x = 2;
@@ -31033,11 +30864,12 @@
pixel_x = 4;
pixel_y = 3
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bbP" = (
+"baq" = (
/obj/structure/rack,
/obj/machinery/power/apc{
dir = 2;
@@ -31052,29 +30884,32 @@
/obj/item/weapon/screwdriver{
pixel_y = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bbQ" = (
+"bar" = (
/obj/structure/closet/wardrobe/cargotech,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bbR" = (
+"bas" = (
/obj/structure/closet/wardrobe/cargotech,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"bbS" = (
+"bat" = (
/turf/closed/wall,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bbT" = (
+"bau" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -31087,13 +30922,14 @@
req_access_txt = "0";
req_one_access_txt = "48;50"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bbU" = (
+"bav" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -31108,13 +30944,14 @@
req_access_txt = "0";
req_one_access_txt = "48;50"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bbV" = (
+"baw" = (
/obj/item/weapon/stamp{
pixel_x = -3;
pixel_y = 3
@@ -31143,7 +30980,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bbW" = (
+"bax" = (
/obj/structure/table/reinforced,
/obj/machinery/computer/stockexchange,
/turf/open/floor/plasteel/brown{
@@ -31152,7 +30989,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bbX" = (
+"bay" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the Cargo department is.";
icon_state = "direction_supply";
@@ -31163,11 +31000,12 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bbY" = (
+"baz" = (
/obj/machinery/computer/cargo/request,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bbZ" = (
+"baA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -31186,7 +31024,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bca" = (
+"baB" = (
/obj/machinery/firealarm{
dir = 2;
pixel_y = 24
@@ -31195,14 +31033,14 @@
dir = 1
},
/area/hallway/primary/port)
-"bcb" = (
+"baC" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown{
dir = 1
},
/area/hallway/primary/port)
-"bcc" = (
+"baD" = (
/obj/machinery/airalarm{
pixel_y = 23
},
@@ -31215,10 +31053,10 @@
dir = 5
},
/area/hallway/primary/port)
-"bcd" = (
+"baE" = (
/turf/closed/wall,
/area/hallway/primary/port)
-"bce" = (
+"baF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -31236,7 +31074,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bcf" = (
+"baG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -31245,7 +31083,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bcg" = (
+"baH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -31257,7 +31095,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bch" = (
+"baI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31268,7 +31106,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bci" = (
+"baJ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -31286,7 +31124,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bcj" = (
+"baK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31298,7 +31136,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bck" = (
+"baL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -31315,7 +31153,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bcl" = (
+"baM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31330,7 +31168,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bcm" = (
+"baN" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -31342,7 +31180,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bcn" = (
+"baO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31360,7 +31198,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bco" = (
+"baP" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -31373,7 +31211,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bcp" = (
+"baQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31381,7 +31219,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bcq" = (
+"baR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -31390,14 +31228,14 @@
dir = 2
},
/area/hallway/primary/central)
-"bcr" = (
+"baS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bcs" = (
+"baT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31405,7 +31243,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bct" = (
+"baU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31417,7 +31255,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bcu" = (
+"baV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31430,7 +31268,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bcv" = (
+"baW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -31440,7 +31278,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bcw" = (
+"baX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -31453,7 +31291,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bcx" = (
+"baY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -31466,7 +31304,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bcy" = (
+"baZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -31482,7 +31320,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bcz" = (
+"bba" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -31494,7 +31332,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bcA" = (
+"bbb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -31507,13 +31345,13 @@
dir = 4
},
/area/hallway/primary/central)
-"bcB" = (
+"bbc" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plasteel/yellow/side{
dir = 9
},
/area/storage/tools)
-"bcC" = (
+"bbd" = (
/obj/machinery/power/apc{
dir = 1;
name = "Auxiliary Tool Storage APC";
@@ -31530,7 +31368,7 @@
dir = 1
},
/area/storage/tools)
-"bcD" = (
+"bbe" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -31540,7 +31378,7 @@
dir = 1
},
/area/storage/tools)
-"bcE" = (
+"bbf" = (
/obj/structure/closet/toolcloset,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -31553,20 +31391,20 @@
dir = 1
},
/area/storage/tools)
-"bcF" = (
+"bbg" = (
/obj/structure/closet/toolcloset,
/turf/open/floor/plasteel/yellow/side{
dir = 5
},
/area/storage/tools)
-"bcG" = (
+"bbh" = (
/obj/effect/decal/cleanable/cobweb,
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bcH" = (
+"bbi" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -31575,11 +31413,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bcI" = (
+"bbj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -31590,7 +31429,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"bcJ" = (
+"bbk" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -31605,7 +31444,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bcK" = (
+"bbl" = (
/obj/machinery/camera{
c_tag = "Secure Tech Storage";
dir = 8
@@ -31623,7 +31462,7 @@
dir = 8
},
/area/storage/tech)
-"bcL" = (
+"bbm" = (
/obj/machinery/light{
dir = 8
},
@@ -31631,7 +31470,7 @@
dir = 8
},
/area/storage/tech)
-"bcM" = (
+"bbn" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -31648,10 +31487,10 @@
/obj/item/weapon/circuitboard/computer/scan_consolenew,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bcN" = (
+"bbo" = (
/turf/closed/wall,
/area/maintenance/auxsolarport)
-"bcO" = (
+"bbp" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -31671,7 +31510,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bcP" = (
+"bbq" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -31681,13 +31520,13 @@
dir = 8
},
/area/storage/tech)
-"bcQ" = (
+"bbr" = (
/obj/structure/table,
/obj/item/weapon/electronics/apc,
/obj/item/weapon/electronics/airlock,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bcR" = (
+"bbs" = (
/obj/machinery/button/door{
id = "transittube";
name = "Transit Tube Lockdown";
@@ -31707,7 +31546,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bcS" = (
+"bbt" = (
/obj/item/weapon/cartridge/engineering{
pixel_x = 4;
pixel_y = 5
@@ -31725,7 +31564,7 @@
dir = 4
},
/area/engine/chiefs_office)
-"bcT" = (
+"bbu" = (
/obj/effect/landmark/start{
name = "Chief Engineer"
},
@@ -31737,13 +31576,13 @@
dir = 8
},
/area/engine/chiefs_office)
-"bcU" = (
-/obj/machinery/hologram/holopad,
+"bbv" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/neutral{
dir = 8
},
/area/engine/chiefs_office)
-"bcV" = (
+"bbw" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -31754,7 +31593,7 @@
dir = 8
},
/area/engine/chiefs_office)
-"bcW" = (
+"bbx" = (
/obj/machinery/computer/security/telescreen{
desc = "Used for monitoring the singularity engine safely.";
dir = 8;
@@ -31777,18 +31616,19 @@
dir = 5
},
/area/engine/chiefs_office)
-"bcX" = (
+"bby" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bcY" = (
+"bbz" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -31799,9 +31639,10 @@
dir = 1;
initialize_directions = 11
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bcZ" = (
+"bbA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -31813,11 +31654,12 @@
dir = 8;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bda" = (
+"bbB" = (
/obj/item/weapon/screwdriver{
pixel_y = 10
},
@@ -31833,14 +31675,14 @@
dir = 8
},
/area/security/checkpoint/engineering)
-"bdb" = (
+"bbC" = (
/obj/structure/chair/office/dark{
dir = 4
},
/obj/effect/landmark/start/depsec/engineering,
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
-"bdc" = (
+"bbD" = (
/obj/structure/table,
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/machinery/light{
@@ -31856,26 +31698,7 @@
dir = 4
},
/area/security/checkpoint/engineering)
-"bdd" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bde" = (
-/turf/open/floor/plating{
- icon_state = "panelscorched"
- },
-/area/engine/engineering)
-"bdf" = (
-/turf/open/floor/plating{
- icon_state = "platingdmg2"
- },
-/area/engine/engineering)
-"bdg" = (
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/engine/engineering)
-"bdh" = (
+"bbE" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -31884,17 +31707,12 @@
pixel_x = 32;
pixel_y = -32
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/area/engine/engineering)
-"bdi" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
/turf/open/floor/plating,
-/area/engine/engineering)
-"bdj" = (
+/area/maintenance/starboard)
+"bbF" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -31908,8 +31726,8 @@
/turf/open/floor/plasteel/vault{
dir = 1
},
-/area/turret_protected/ai)
-"bdk" = (
+/area/ai_monitored/turret_protected/ai)
+"bbG" = (
/obj/structure/closet/secure_closet/personal,
/obj/machinery/light/small{
dir = 1
@@ -31924,7 +31742,7 @@
/obj/item/clothing/shoes/winterboots,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/locker)
-"bdl" = (
+"bbH" = (
/obj/machinery/camera{
c_tag = "AI Chamber - Starboard";
dir = 8;
@@ -31943,18 +31761,19 @@
/turf/open/floor/plasteel/vault{
dir = 4
},
-/area/turret_protected/ai)
-"bdm" = (
+/area/ai_monitored/turret_protected/ai)
+"bbI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bdn" = (
+"bbJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -31967,12 +31786,12 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bdo" = (
+"bbK" = (
/turf/closed/wall,
/area/security/checkpoint2{
name = "Customs"
})
-"bdp" = (
+"bbL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -31982,21 +31801,21 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bdq" = (
+"bbM" = (
/obj/item/stack/sheet/cardboard,
/obj/item/weapon/storage/box/lights/mixed,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bdr" = (
+"bbN" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bds" = (
+"bbO" = (
/obj/structure/plasticflaps{
opacity = 1
},
@@ -32010,13 +31829,13 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdt" = (
+"bbP" = (
/obj/structure/disposalpipe/segment,
/turf/closed/wall,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdu" = (
+"bbQ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -32037,7 +31856,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdv" = (
+"bbR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -32056,7 +31875,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdw" = (
+"bbS" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -32075,14 +31894,14 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdx" = (
+"bbT" = (
/turf/open/floor/plasteel/brown/corner{
dir = 1
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdy" = (
+"bbU" = (
/obj/effect/landmark/start{
name = "Cargo Technician"
},
@@ -32095,7 +31914,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdz" = (
+"bbV" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/machinery/door/window/westleft{
@@ -32112,17 +31931,18 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bdA" = (
-/turf/open/floor/plasteel/delivery,
+"bbW" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bdB" = (
+"bbX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bdC" = (
+"bbY" = (
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bdD" = (
+"bbZ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark{
@@ -32130,7 +31950,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bdE" = (
+"bca" = (
/obj/structure/chair{
dir = 8
},
@@ -32146,7 +31966,7 @@
dir = 4
},
/area/hallway/primary/port)
-"bdF" = (
+"bcb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -32164,17 +31984,17 @@
dir = 1
},
/area/hallway/primary/central)
-"bdG" = (
+"bcc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/hallway/primary/central)
-"bdH" = (
+"bcd" = (
/turf/closed/wall,
/area/janitor)
-"bdI" = (
+"bce" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Custodial Closet";
@@ -32182,16 +32002,16 @@
},
/turf/open/floor/plasteel,
/area/janitor)
-"bdJ" = (
+"bcf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/janitor)
-"bdK" = (
+"bcg" = (
/turf/closed/wall,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bdL" = (
+"bch" = (
/obj/machinery/door/airlock{
name = "Central Emergency Storage";
req_access_txt = "0"
@@ -32207,29 +32027,29 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bdM" = (
+"bci" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/hallway/primary/central)
-"bdN" = (
+"bcj" = (
/turf/closed/wall/r_wall,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bdO" = (
+"bck" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall/r_wall,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bdP" = (
+"bcl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
/area/hallway/primary/central)
-"bdQ" = (
+"bcm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -32237,7 +32057,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bdR" = (
+"bcn" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -32255,18 +32075,18 @@
dir = 8
},
/area/storage/tools)
-"bdS" = (
+"bco" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
/turf/open/floor/plasteel,
/area/storage/tools)
-"bdT" = (
-/obj/machinery/hologram/holopad,
+"bcp" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/storage/tools)
-"bdU" = (
+"bcq" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -32275,7 +32095,7 @@
},
/turf/open/floor/plasteel,
/area/storage/tools)
-"bdV" = (
+"bcr" = (
/obj/machinery/camera{
c_tag = "Auxiliary Tool Storage";
dir = 8;
@@ -32293,23 +32113,23 @@
dir = 4
},
/area/storage/tools)
-"bdW" = (
+"bcs" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bdX" = (
+"bct" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bdY" = (
+"bcu" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/storage/tech)
-"bdZ" = (
+"bcv" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -32328,12 +32148,12 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bea" = (
+"bcw" = (
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/storage/tech)
-"beb" = (
+"bcx" = (
/obj/machinery/door/airlock/highsecurity{
name = "Secure Tech Storage";
req_access_txt = "19;23"
@@ -32347,13 +32167,13 @@
dir = 8
},
/area/storage/tech)
-"bec" = (
-/obj/machinery/hologram/holopad,
+"bcy" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/storage/tech)
-"bed" = (
+"bcz" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -32366,7 +32186,7 @@
dir = 8
},
/area/storage/tech)
-"bee" = (
+"bcA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -32374,7 +32194,7 @@
dir = 8
},
/area/storage/tech)
-"bef" = (
+"bcB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -32383,7 +32203,7 @@
dir = 8
},
/area/storage/tech)
-"beg" = (
+"bcC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -32396,7 +32216,7 @@
dir = 8
},
/area/storage/tech)
-"beh" = (
+"bcD" = (
/obj/structure/table,
/obj/item/weapon/screwdriver{
pixel_y = 16
@@ -32407,7 +32227,7 @@
dir = 8
},
/area/storage/tech)
-"bei" = (
+"bcE" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -26;
@@ -32427,7 +32247,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bej" = (
+"bcF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -32438,7 +32258,7 @@
dir = 4
},
/area/engine/chiefs_office)
-"bek" = (
+"bcG" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -32449,7 +32269,7 @@
dir = 1
},
/area/engine/chiefs_office)
-"bel" = (
+"bcH" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -32460,7 +32280,7 @@
dir = 1
},
/area/engine/chiefs_office)
-"bem" = (
+"bcI" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -32478,13 +32298,14 @@
dir = 5
},
/area/engine/chiefs_office)
-"ben" = (
+"bcJ" = (
/obj/structure/closet/toolcloset,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/engineering)
-"beo" = (
+"bcK" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
@@ -32492,11 +32313,14 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"bep" = (
+"bcL" = (
/obj/machinery/power/apc{
dir = 8;
name = "Engineering Security APC";
@@ -32510,7 +32334,7 @@
dir = 8
},
/area/security/checkpoint/engineering)
-"beq" = (
+"bcM" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -32518,7 +32342,7 @@
},
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
-"ber" = (
+"bcN" = (
/obj/machinery/computer/secure_data,
/obj/machinery/computer/security/telescreen{
desc = "Used for monitoring the singularity engine safely.";
@@ -32532,13 +32356,13 @@
dir = 4
},
/area/security/checkpoint/engineering)
-"bes" = (
+"bcO" = (
/obj/structure/easel,
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"bet" = (
+"bcP" = (
/obj/machinery/light{
dir = 8
},
@@ -32547,50 +32371,32 @@
pixel_y = 0
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"beu" = (
+/area/ai_monitored/turret_protected/ai)
+"bcQ" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/space,
/area/space)
-"bev" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+"bcR" = (
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/arrival)
-"bew" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+"bcS" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/arrival)
-"bex" = (
-/obj/machinery/door/airlock/shuttle{
+"bcT" = (
+/obj/machinery/door/airlock/titanium{
name = "Arrivals Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bey" = (
+"bcU" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/arrival)
-"bez" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/arrival)
-"beA" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/arrival)
-"beB" = (
+"bcV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -32613,7 +32419,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"beC" = (
+"bcW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -32621,7 +32427,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"beD" = (
+"bcX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -32637,7 +32443,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"beE" = (
+"bcY" = (
/obj/machinery/power/apc{
dir = 1;
name = "Customs APC";
@@ -32659,7 +32465,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"beF" = (
+"bcZ" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
@@ -32672,7 +32478,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"beG" = (
+"bda" = (
/obj/machinery/computer/card,
/obj/machinery/light{
dir = 1
@@ -32693,7 +32499,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"beH" = (
+"bdb" = (
/obj/machinery/computer/secure_data,
/obj/machinery/newscaster/security_unit{
pixel_x = 0;
@@ -32705,7 +32511,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"beI" = (
+"bdc" = (
/obj/machinery/light_switch{
pixel_x = 27
},
@@ -32720,7 +32526,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"beJ" = (
+"bdd" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -32732,7 +32538,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"beK" = (
+"bde" = (
/obj/machinery/light/small{
dir = 4
},
@@ -32741,7 +32547,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"beL" = (
+"bdf" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -32750,7 +32556,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beM" = (
+"bdg" = (
/obj/structure/disposalpipe/trunk{
dir = 8
},
@@ -32765,7 +32571,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beN" = (
+"bdh" = (
/obj/machinery/conveyor{
dir = 4;
id = "packageSort2"
@@ -32775,7 +32581,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beO" = (
+"bdi" = (
/obj/machinery/conveyor{
dir = 4;
id = "packageSort2"
@@ -32784,7 +32590,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beP" = (
+"bdj" = (
/obj/machinery/conveyor{
dir = 4;
id = "packageSort2"
@@ -32796,20 +32602,21 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beQ" = (
+"bdk" = (
/obj/structure/disposalpipe/trunk{
dir = 1
},
/obj/machinery/disposal/deliveryChute{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beR" = (
+"bdl" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -32827,7 +32634,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beS" = (
+"bdm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -32841,7 +32648,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beT" = (
+"bdn" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -32853,7 +32660,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beU" = (
+"bdo" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -32865,7 +32672,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beV" = (
+"bdp" = (
/obj/machinery/computer/cargo,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -32876,7 +32683,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beW" = (
+"bdq" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -32886,34 +32693,35 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"beX" = (
+"bdr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"beY" = (
+"bds" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"beZ" = (
+"bdt" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bfa" = (
+"bdu" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bfb" = (
+"bdv" = (
/obj/structure/chair{
dir = 8
},
@@ -32921,18 +32729,18 @@
dir = 4
},
/area/hallway/primary/port)
-"bfc" = (
+"bdw" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/hallway/primary/port)
-"bfd" = (
+"bdx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown/corner{
dir = 8
},
/area/hallway/primary/central)
-"bfe" = (
+"bdy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -32945,7 +32753,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bff" = (
+"bdz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -32959,7 +32767,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bfg" = (
+"bdA" = (
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/light_switch{
pixel_x = 8;
@@ -32967,10 +32775,10 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bfh" = (
+"bdB" = (
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bfi" = (
+"bdC" = (
/obj/structure/closet/l3closet/janitor,
/obj/machinery/airalarm{
pixel_y = 28
@@ -32980,20 +32788,20 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bfj" = (
+"bdD" = (
/obj/structure/closet/jcloset,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bfk" = (
+"bdE" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bfl" = (
+"bdF" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -33001,18 +32809,19 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bfm" = (
+"bdG" = (
/turf/closed/wall/r_wall,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bfn" = (
+"bdH" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -33032,7 +32841,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bfo" = (
+"bdI" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -33047,7 +32856,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bfp" = (
+"bdJ" = (
/obj/machinery/light{
dir = 1
},
@@ -33056,7 +32865,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bfq" = (
+"bdK" = (
/obj/machinery/ai_status_display{
pixel_y = 32
},
@@ -33068,7 +32877,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bfr" = (
+"bdL" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -33077,7 +32886,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bfs" = (
+"bdM" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -33088,7 +32897,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bft" = (
+"bdN" = (
/obj/machinery/light_switch{
pixel_x = 28;
pixel_y = 0
@@ -33102,14 +32911,14 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bfu" = (
+"bdO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
/area/hallway/primary/central)
-"bfv" = (
+"bdP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -33119,7 +32928,7 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bfw" = (
+"bdQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -33128,7 +32937,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bfx" = (
+"bdR" = (
/obj/structure/table,
/obj/item/weapon/storage/toolbox/emergency,
/obj/machinery/light_switch{
@@ -33138,7 +32947,7 @@
dir = 10
},
/area/storage/tools)
-"bfy" = (
+"bdS" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 50
@@ -33152,12 +32961,12 @@
dir = 2
},
/area/storage/tools)
-"bfz" = (
+"bdT" = (
/turf/open/floor/plasteel/yellow/side{
dir = 2
},
/area/storage/tools)
-"bfA" = (
+"bdU" = (
/obj/structure/rack,
/obj/item/weapon/electronics/apc,
/obj/item/weapon/electronics/airlock,
@@ -33167,7 +32976,7 @@
dir = 2
},
/area/storage/tools)
-"bfB" = (
+"bdV" = (
/obj/structure/table,
/obj/item/stack/sheet/glass{
amount = 50
@@ -33179,18 +32988,19 @@
dir = 6
},
/area/storage/tools)
-"bfC" = (
+"bdW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/starboard)
-"bfD" = (
+"bdX" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -33205,7 +33015,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bfE" = (
+"bdY" = (
/obj/machinery/light/small{
dir = 4
},
@@ -33213,11 +33023,11 @@
dir = 8
},
/area/storage/tech)
-"bfF" = (
+"bdZ" = (
/obj/machinery/vending/assist,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bfG" = (
+"bea" = (
/obj/structure/table,
/obj/item/device/plant_analyzer,
/obj/machinery/firealarm{
@@ -33226,7 +33036,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bfH" = (
+"beb" = (
/obj/structure/table,
/obj/item/device/analyzer,
/obj/item/device/healthanalyzer,
@@ -33235,7 +33045,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bfI" = (
+"bec" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -33253,7 +33063,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bfJ" = (
+"bed" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -33264,7 +33074,7 @@
dir = 8
},
/area/storage/tech)
-"bfK" = (
+"bee" = (
/obj/structure/table,
/obj/machinery/cell_charger{
pixel_y = 0
@@ -33280,7 +33090,7 @@
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
-"bfL" = (
+"bef" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -33296,7 +33106,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bfM" = (
+"beg" = (
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 0;
pixel_y = -29
@@ -33306,7 +33116,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bfN" = (
+"beh" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -33324,7 +33134,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bfO" = (
+"bei" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -33341,7 +33151,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bfP" = (
+"bej" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/mob/living/simple_animal/parrot/Poly,
@@ -33349,7 +33159,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bfQ" = (
+"bek" = (
/obj/structure/closet/secure_closet/engineering_chief{
req_access_txt = "0"
},
@@ -33367,7 +33177,7 @@
dir = 5
},
/area/engine/chiefs_office)
-"bfR" = (
+"bel" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/engineering{
@@ -33380,11 +33190,14 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/engine/engineering)
-"bfS" = (
+"bem" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
on = 1
},
@@ -33416,7 +33229,7 @@
dir = 10
},
/area/security/checkpoint/engineering)
-"bfT" = (
+"ben" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -33440,7 +33253,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/engineering)
-"bfU" = (
+"beo" = (
/obj/structure/closet/secure_closet/security/engine,
/obj/machinery/firealarm{
dir = 4;
@@ -33455,10 +33268,10 @@
dir = 6
},
/area/security/checkpoint/engineering)
-"bfV" = (
+"bep" = (
/turf/closed/wall,
/area/engine/break_room)
-"bfW" = (
+"beq" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -33469,7 +33282,7 @@
},
/turf/closed/wall/r_wall,
/area/space)
-"bfX" = (
+"ber" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 4;
@@ -33477,7 +33290,7 @@
},
/turf/open/space,
/area/space)
-"bfY" = (
+"bes" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -33488,7 +33301,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bfZ" = (
+"bet" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -33509,30 +33322,22 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bga" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bgb" = (
+"beu" = (
/obj/machinery/airalarm{
pixel_y = 23
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bgc" = (
+/area/ai_monitored/turret_protected/ai)
+"bev" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/pump,
/obj/structure/sign/poster{
pixel_y = 32
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/locker)
-"bgd" = (
+"bew" = (
/obj/machinery/power/apc{
aidisabled = 0;
dir = 1;
@@ -33544,8 +33349,8 @@
d2 = 4
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bge" = (
+/area/ai_monitored/turret_protected/ai)
+"bex" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -33553,8 +33358,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bgf" = (
+/area/ai_monitored/turret_protected/ai)
+"bey" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 8
@@ -33571,7 +33376,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bgg" = (
+"bez" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -33581,7 +33386,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bgh" = (
+"beA" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -33593,75 +33398,63 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bgi" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/arrival)
-"bgj" = (
+"beB" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
pixel_y = -3
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgk" = (
-/turf/open/floor/plasteel/shuttle,
+"beC" = (
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgl" = (
+"beD" = (
/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgm" = (
+"beE" = (
/obj/structure/closet/wardrobe/green,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgn" = (
+"beF" = (
/obj/structure/closet/wardrobe/black,
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-left-MS";
pixel_y = 32
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgo" = (
+"beG" = (
/obj/structure/closet/wardrobe/mixed,
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-right-MS";
pixel_y = 32
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgp" = (
+"beH" = (
/obj/structure/closet/wardrobe/grey,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgq" = (
+"beI" = (
/obj/machinery/camera{
c_tag = "Arrivals Shuttle";
dir = 2;
network = list("SS13")
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"bgr" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bgs" = (
+"beJ" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "burst_r";
dir = 8
},
/turf/open/floor/plating,
/area/shuttle/arrival)
-"bgt" = (
+"beK" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -33672,7 +33465,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgu" = (
+"beL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/table/reinforced,
/obj/item/weapon/folder/red,
@@ -33688,7 +33481,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgv" = (
+"beM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -33703,7 +33496,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgw" = (
+"beN" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -33718,7 +33511,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgx" = (
+"beO" = (
/obj/structure/chair/office/dark,
/obj/structure/cable/yellow{
d1 = 4;
@@ -33729,7 +33522,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgy" = (
+"beP" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -33748,7 +33541,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgz" = (
+"beQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -33763,7 +33556,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgA" = (
+"beR" = (
/obj/machinery/door/airlock/maintenance{
name = "Security Maintenance";
req_access_txt = "1"
@@ -33780,7 +33573,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bgB" = (
+"beS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -33794,23 +33587,25 @@
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bgC" = (
+"beT" = (
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bgD" = (
+"beU" = (
/obj/machinery/door/airlock/maintenance{
name = "Mailroom Maintenance";
req_access_txt = "50"
@@ -33820,22 +33615,24 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgE" = (
-/turf/open/floor/plasteel/warning{
+"beV" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgF" = (
+"beW" = (
/obj/structure/chair/stool,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgG" = (
+"beX" = (
/obj/machinery/conveyor_switch/oneway{
id = "packageSort2";
pixel_x = -2;
@@ -33845,13 +33642,14 @@
icon_state = "tube1";
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgH" = (
+"beY" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -33874,7 +33672,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgI" = (
+"beZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -33887,7 +33685,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgJ" = (
+"bfa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -33895,13 +33693,13 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgK" = (
+"bfb" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgL" = (
+"bfc" = (
/obj/structure/filingcabinet/filingcabinet,
/turf/open/floor/plasteel/brown{
dir = 4
@@ -33909,38 +33707,39 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bgM" = (
-/turf/open/floor/plasteel/bot,
+"bfd" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bgN" = (
+"bfe" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bgO" = (
+"bff" = (
/turf/open/floor/plasteel/brown/corner{
dir = 4
},
/area/hallway/primary/port)
-"bgP" = (
+"bfg" = (
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/brown{
dir = 1
},
/area/hallway/primary/port)
-"bgQ" = (
+"bfh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown/corner{
dir = 1
},
/area/hallway/primary/central)
-"bgR" = (
+"bfi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/hallway/primary/central)
-"bgS" = (
+"bfj" = (
/obj/item/weapon/restraints/legcuffs/beartrap,
/obj/item/weapon/restraints/legcuffs/beartrap,
/obj/structure/table,
@@ -33961,14 +33760,14 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bgT" = (
+"bfk" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
/turf/open/floor/plating,
/area/janitor)
-"bgU" = (
+"bfl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -33980,7 +33779,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bgV" = (
+"bfm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -33995,7 +33794,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bgW" = (
+"bfn" = (
/obj/machinery/door/airlock/maintenance{
name = "Custodial Maintenance";
req_access_txt = "26"
@@ -34013,7 +33812,7 @@
},
/turf/open/floor/plating,
/area/janitor)
-"bgX" = (
+"bfo" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -34029,7 +33828,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bgY" = (
+"bfp" = (
/obj/item/device/flashlight{
pixel_x = 1;
pixel_y = 5
@@ -34055,14 +33854,14 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bgZ" = (
+"bfq" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bha" = (
+"bfr" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -34080,7 +33879,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bhb" = (
+"bfs" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -34102,7 +33901,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bhc" = (
+"bft" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -34120,7 +33919,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bhd" = (
+"bfu" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -34134,10 +33933,10 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bhe" = (
+"bfv" = (
/turf/closed/wall/r_wall,
/area/bridge)
-"bhf" = (
+"bfw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -34151,7 +33950,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bhg" = (
+"bfx" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -34169,7 +33968,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bhh" = (
+"bfy" = (
/obj/structure/table/wood,
/obj/machinery/newscaster/security_unit{
pixel_x = -30;
@@ -34179,7 +33978,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bhi" = (
+"bfz" = (
/obj/effect/landmark/start{
name = "Captain"
},
@@ -34192,24 +33991,24 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bhj" = (
+"bfA" = (
/turf/open/floor/carpet,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bhk" = (
+"bfB" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/carpet,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bhl" = (
+"bfC" = (
/obj/machinery/door/window/westright,
/turf/open/floor/wood,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bhm" = (
+"bfD" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/captain,
/obj/effect/landmark/start{
@@ -34224,7 +34023,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bhn" = (
+"bfE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 4;
@@ -34235,7 +34034,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bho" = (
+"bfF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -34243,7 +34042,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bhp" = (
+"bfG" = (
/obj/structure/sign/directions/security{
desc = "A direction sign, pointing out which way the security department is.";
dir = 1;
@@ -34266,13 +34065,13 @@
},
/turf/closed/wall/r_wall,
/area/storage/tools)
-"bhq" = (
+"bfH" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/storage/tools)
-"bhr" = (
+"bfI" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Auxiliary Tool Storage";
@@ -34280,13 +34079,13 @@
},
/turf/open/floor/plasteel,
/area/storage/tools)
-"bhs" = (
+"bfJ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/storage/tools)
-"bht" = (
+"bfK" = (
/obj/structure/closet/emcloset,
/obj/structure/sign/map/left{
icon_state = "map-left-MS";
@@ -34294,7 +34093,7 @@
},
/turf/open/floor/plasteel/vault,
/area/hallway/primary/starboard)
-"bhu" = (
+"bfL" = (
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown.";
icon_state = "map-right-MS";
@@ -34303,7 +34102,7 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/starboard)
-"bhv" = (
+"bfM" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -34315,14 +34114,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bhw" = (
+"bfN" = (
/turf/closed/wall,
/area/hallway/primary/starboard)
-"bhx" = (
+"bfO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/storage/tech)
-"bhy" = (
+"bfP" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/engineering{
name = "Tech Storage";
@@ -34339,7 +34138,7 @@
dir = 8
},
/area/storage/tech)
-"bhz" = (
+"bfQ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -34353,7 +34152,7 @@
},
/turf/open/floor/plating,
/area/engine/chiefs_office)
-"bhA" = (
+"bfR" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -34367,7 +34166,7 @@
},
/turf/open/floor/plating,
/area/engine/chiefs_office)
-"bhB" = (
+"bfS" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -34376,7 +34175,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bhC" = (
+"bfT" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -34391,11 +34190,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/break_room)
-"bhD" = (
+"bfU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -34407,14 +34207,14 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bhE" = (
+"bfV" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/checkpoint/engineering)
-"bhF" = (
+"bfW" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Engineering Security Post";
@@ -34428,45 +34228,32 @@
},
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
-"bhG" = (
+"bfX" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/checkpoint/engineering)
-"bhH" = (
+"bfY" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/engine/break_room)
-"bhI" = (
+"bfZ" = (
/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plating,
/area/engine/break_room)
-"bhJ" = (
-/turf/open/floor/plating,
+"bga" = (
/obj/structure/shuttle/engine/propulsion/burst{
dir = 4
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_4)
-"bhK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/pod_4)
-"bhL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
+"bgb" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_4)
-"bhM" = (
+"bgc" = (
/obj/machinery/door/airlock/hatch{
icon_state = "door_closed";
name = "MiniSat Space Access Airlock";
@@ -34476,14 +34263,14 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bhN" = (
+"bgd" = (
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bhO" = (
+"bge" = (
/obj/machinery/light/small{
dir = 1
},
@@ -34497,7 +34284,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bhP" = (
+"bgf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -34507,7 +34294,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bhQ" = (
+"bgg" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -34526,7 +34313,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bhR" = (
+"bgh" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -34538,43 +34325,34 @@
pixel_y = 0
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bhS" = (
+/area/ai_monitored/turret_protected/ai)
+"bgi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bhT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bhU" = (
+/area/ai_monitored/turret_protected/ai)
+"bgj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bhV" = (
+/area/ai_monitored/turret_protected/ai)
+"bgk" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"bhW" = (
+/area/ai_monitored/turret_protected/ai)
+"bgl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bhX" = (
+/area/ai_monitored/turret_protected/ai)
+"bgm" = (
/obj/structure/table/reinforced,
/obj/item/weapon/phone{
pixel_x = -3;
@@ -34593,15 +34371,15 @@
pixel_y = 0
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bhY" = (
+/area/ai_monitored/turret_protected/ai)
+"bgn" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
},
/turf/open/space,
/area/space)
-"bhZ" = (
+"bgo" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -34611,7 +34389,7 @@
},
/turf/open/space,
/area/space)
-"bia" = (
+"bgp" = (
/obj/structure/table,
/obj/item/device/analyzer,
/obj/machinery/power/apc{
@@ -34629,32 +34407,26 @@
dir = 10
},
/area/storage/primary)
-"bib" = (
+"bgq" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"bic" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bid" = (
+"bgr" = (
/obj/structure/chair{
dir = 8
},
/obj/effect/landmark{
name = "JoinLate"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bie" = (
+"bgs" = (
/obj/effect/landmark{
name = "JoinLate"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bif" = (
+"bgt" = (
/obj/structure/shuttle/engine/heater{
icon_state = "heater";
dir = 4
@@ -34664,14 +34436,14 @@
},
/turf/open/floor/plating,
/area/shuttle/arrival)
-"big" = (
+"bgu" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion";
dir = 8
},
/turf/open/floor/plating,
/area/shuttle/arrival)
-"bih" = (
+"bgv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
icon_state = "tube1";
@@ -34688,7 +34460,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bii" = (
+"bgw" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -34705,12 +34477,12 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bij" = (
+"bgx" = (
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint2{
name = "Customs"
})
-"bik" = (
+"bgy" = (
/obj/item/weapon/paper_bin{
pixel_x = 1;
pixel_y = 9
@@ -34726,7 +34498,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bil" = (
+"bgz" = (
/obj/item/weapon/paper,
/obj/structure/table/reinforced,
/obj/machinery/door/window/brigdoor{
@@ -34739,7 +34511,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bim" = (
+"bgA" = (
/obj/machinery/recharger{
pixel_y = 4
},
@@ -34753,7 +34525,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bin" = (
+"bgB" = (
/obj/machinery/light/small{
dir = 1
},
@@ -34789,9 +34561,10 @@
/obj/item/clothing/head/beret/sec/navyofficer,
/obj/item/clothing/head/beret/sec/navywarden,
/obj/item/clothing/head/beret/sec/navyhos,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/security/warden)
-"bio" = (
+"bgC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -34800,13 +34573,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bip" = (
+"bgD" = (
/obj/machinery/space_heater,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -34815,7 +34589,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"biq" = (
+"bgE" = (
/obj/structure/disposalpipe/wrapsortjunction{
dir = 1
},
@@ -34823,7 +34597,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bir" = (
+"bgF" = (
/obj/structure/disposaloutlet{
dir = 4
},
@@ -34841,7 +34615,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bis" = (
+"bgG" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -34850,18 +34624,19 @@
name = "Mail";
req_access_txt = "50"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bit" = (
+"bgH" = (
/turf/open/floor/plasteel/loadingarea{
dir = 4
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biu" = (
+"bgI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -34872,7 +34647,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biv" = (
+"bgJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -34880,7 +34655,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biw" = (
+"bgK" = (
/obj/machinery/firealarm{
dir = 2;
pixel_y = 24
@@ -34892,7 +34667,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bix" = (
+"bgL" = (
/obj/machinery/status_display{
density = 0;
pixel_x = 0;
@@ -34906,7 +34681,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biy" = (
+"bgM" = (
/obj/machinery/light_switch{
pixel_y = 28
},
@@ -34917,7 +34692,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biz" = (
+"bgN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -34927,13 +34702,14 @@
req_access_txt = "0";
req_one_access_txt = "48;50"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biA" = (
+"bgO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -34943,7 +34719,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biB" = (
+"bgP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -34956,7 +34732,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biC" = (
+"bgQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -34969,7 +34745,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biD" = (
+"bgR" = (
/obj/structure/disposalpipe/segment,
/obj/effect/landmark/start{
name = "Cargo Technician"
@@ -34986,7 +34762,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biE" = (
+"bgS" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -35005,7 +34781,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biF" = (
+"bgT" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -35023,13 +34799,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"biG" = (
+"bgU" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -35045,7 +34822,7 @@
dir = 8
},
/area/hallway/primary/port)
-"biH" = (
+"bgV" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -35060,7 +34837,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"biI" = (
+"bgW" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -35074,7 +34851,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"biJ" = (
+"bgX" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -35089,18 +34866,18 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"biK" = (
+"bgY" = (
/turf/open/floor/plasteel/brown/corner{
dir = 2
},
/area/hallway/primary/port)
-"biL" = (
+"bgZ" = (
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/brown{
dir = 2
},
/area/hallway/primary/port)
-"biM" = (
+"bha" = (
/obj/machinery/power/apc{
dir = 8;
name = "Custodial Closet APC";
@@ -35116,19 +34893,20 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"biN" = (
+"bhb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/portable_atmospherics/canister/water_vapor,
/mob/living/simple_animal/hostile/lizard{
name = "Wags-His-Tail";
real_name = "Wags-His-Tail"
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"biO" = (
+"bhc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -35140,7 +34918,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"biP" = (
+"bhd" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -35156,13 +34934,13 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"biQ" = (
+"bhe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"biR" = (
+"bhf" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -35178,7 +34956,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"biS" = (
+"bhg" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -35189,7 +34967,7 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/bridge)
-"biT" = (
+"bhh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -35200,19 +34978,19 @@
dir = 9
},
/area/bridge)
-"biU" = (
+"bhi" = (
/obj/machinery/computer/med_data,
/turf/open/floor/plasteel/darkgreen/side{
dir = 1
},
/area/bridge)
-"biV" = (
+"bhj" = (
/obj/machinery/computer/crew,
/turf/open/floor/plasteel/darkgreen/side{
dir = 1
},
/area/bridge)
-"biW" = (
+"bhk" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -35232,13 +35010,13 @@
dir = 1
},
/area/bridge)
-"biX" = (
+"bhl" = (
/obj/machinery/computer/station_alert,
/turf/open/floor/plasteel/darkbrown/side{
dir = 1
},
/area/bridge)
-"biY" = (
+"bhm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -35251,13 +35029,13 @@
dir = 1
},
/area/bridge)
-"biZ" = (
+"bhn" = (
/obj/machinery/computer/atmos_alert,
/turf/open/floor/plasteel/darkbrown/side{
dir = 1
},
/area/bridge)
-"bja" = (
+"bho" = (
/obj/machinery/ai_status_display{
pixel_y = 32
},
@@ -35270,19 +35048,19 @@
dir = 1
},
/area/bridge)
-"bjb" = (
+"bhp" = (
/obj/machinery/computer/security,
/turf/open/floor/plasteel/darkred/side{
dir = 1
},
/area/bridge)
-"bjc" = (
+"bhq" = (
/obj/machinery/computer/secure_data,
/turf/open/floor/plasteel/darkred/side{
dir = 1
},
/area/bridge)
-"bjd" = (
+"bhr" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -35293,7 +35071,7 @@
dir = 5
},
/area/bridge)
-"bje" = (
+"bhs" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -35308,7 +35086,7 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/bridge)
-"bjf" = (
+"bht" = (
/obj/structure/table/wood,
/obj/item/weapon/storage/photo_album{
pixel_y = -4
@@ -35326,7 +35104,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bjg" = (
+"bhu" = (
/obj/machinery/light_switch{
pixel_y = -25
},
@@ -35344,7 +35122,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bjh" = (
+"bhv" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -35355,7 +35133,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bji" = (
+"bhw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -35364,7 +35142,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bjj" = (
+"bhx" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -35373,16 +35151,16 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bjk" = (
+"bhy" = (
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/wood,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bjl" = (
+"bhz" = (
/obj/structure/table/wood,
/obj/machinery/recharger{
pixel_y = 4
@@ -35391,7 +35169,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bjm" = (
+"bhA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -35401,7 +35179,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bjn" = (
+"bhB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -35417,7 +35195,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bjo" = (
+"bhC" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -35425,7 +35203,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bjp" = (
+"bhD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35437,7 +35215,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjq" = (
+"bhE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35445,7 +35223,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjr" = (
+"bhF" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -35453,7 +35231,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjs" = (
+"bhG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35462,7 +35240,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjt" = (
+"bhH" = (
/obj/machinery/firealarm{
pixel_y = 32
},
@@ -35473,7 +35251,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bju" = (
+"bhI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -35486,7 +35264,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjv" = (
+"bhJ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -35499,7 +35277,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjw" = (
+"bhK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35508,7 +35286,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjx" = (
+"bhL" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -35520,7 +35298,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjy" = (
+"bhM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35532,7 +35310,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjz" = (
+"bhN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35546,7 +35324,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjA" = (
+"bhO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -35554,7 +35332,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjB" = (
+"bhP" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -35565,7 +35343,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjC" = (
+"bhQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35583,7 +35361,7 @@
dir = 1
},
/area/hallway/primary/starboard)
-"bjD" = (
+"bhR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -35591,7 +35369,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bjE" = (
+"bhS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -35603,10 +35381,10 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bjF" = (
+"bhT" = (
/turf/closed/wall/r_wall,
/area/engine/break_room)
-"bjG" = (
+"bhU" = (
/obj/item/weapon/paper_bin{
pixel_x = -3;
pixel_y = 7
@@ -35623,7 +35401,7 @@
dir = 1
},
/area/engine/break_room)
-"bjH" = (
+"bhV" = (
/obj/item/weapon/book/manual/wiki/engineering_hacking{
pixel_x = 4;
pixel_y = 5
@@ -35640,7 +35418,7 @@
dir = 1
},
/area/engine/break_room)
-"bjI" = (
+"bhW" = (
/obj/item/weapon/folder/yellow,
/obj/item/weapon/folder/yellow,
/obj/machinery/light{
@@ -35654,12 +35432,12 @@
dir = 1
},
/area/engine/break_room)
-"bjJ" = (
+"bhX" = (
/turf/open/floor/plasteel/yellow/side{
dir = 1
},
/area/engine/break_room)
-"bjK" = (
+"bhY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -35674,7 +35452,7 @@
dir = 1
},
/area/engine/break_room)
-"bjL" = (
+"bhZ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -35682,7 +35460,7 @@
dir = 1
},
/area/engine/break_room)
-"bjM" = (
+"bia" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -35697,7 +35475,7 @@
dir = 1
},
/area/engine/break_room)
-"bjN" = (
+"bib" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -35706,7 +35484,7 @@
dir = 1
},
/area/engine/break_room)
-"bjO" = (
+"bic" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -35720,7 +35498,7 @@
dir = 1
},
/area/engine/break_room)
-"bjP" = (
+"bid" = (
/obj/machinery/disposal/bin{
pixel_x = 2;
pixel_y = 2
@@ -35732,26 +35510,28 @@
dir = 1
},
/area/engine/break_room)
-"bjQ" = (
+"bie" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/engine/break_room)
-"bjR" = (
+"bif" = (
/turf/open/floor/plating,
/area/engine/break_room)
-"bjS" = (
-/obj/machinery/door/airlock/shuttle{
+"big" = (
+/obj/machinery/door/airlock/titanium{
name = "Escape Pod Airlock"
},
/obj/docking_port/mobile/pod{
dir = 4;
id = "pod4";
- name = "escape pod 4"
+ name = "escape pod 4";
+ port_angle = 180;
+ preferred_direction = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_4)
-"bjT" = (
+"bih" = (
/obj/structure/chair{
dir = 4
},
@@ -35762,9 +35542,9 @@
pixel_x = 6;
pixel_y = -32
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_3)
-"bjU" = (
+"bii" = (
/obj/docking_port/stationary/random{
dir = 4;
id = "pod_asteroid3";
@@ -35772,12 +35552,12 @@
},
/turf/open/space,
/area/space)
-"bjV" = (
+"bij" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/pod_4)
-"bjW" = (
+"bik" = (
/obj/machinery/light/small,
/obj/machinery/camera{
c_tag = "MiniSat Exterior - Space Access";
@@ -35790,7 +35570,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bjX" = (
+"bil" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -35805,7 +35585,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bjY" = (
+"bim" = (
/obj/structure/table/reinforced,
/obj/item/weapon/folder/blue{
pixel_y = 2
@@ -35815,8 +35595,8 @@
dir = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bjZ" = (
+/area/ai_monitored/turret_protected/ai)
+"bin" = (
/obj/structure/chair/office/dark{
dir = 8
},
@@ -35826,8 +35606,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bka" = (
+/area/ai_monitored/turret_protected/ai)
+"bio" = (
/obj/machinery/camera{
c_tag = "AI Chamber - Aft";
dir = 1;
@@ -35840,13 +35620,13 @@
scrub_Toxins = 0
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bkb" = (
-/obj/machinery/hologram/holopad,
+/area/ai_monitored/turret_protected/ai)
+"bip" = (
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bkc" = (
+/area/ai_monitored/turret_protected/ai)
+"biq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -35858,7 +35638,7 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bkd" = (
+"bir" = (
/obj/structure/chair/office/dark{
dir = 4
},
@@ -35869,8 +35649,8 @@
pixel_y = -32
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bke" = (
+/area/ai_monitored/turret_protected/ai)
+"bis" = (
/obj/structure/table/reinforced,
/obj/item/weapon/folder/blue{
pixel_y = 2
@@ -35880,25 +35660,26 @@
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bkf" = (
+/area/ai_monitored/turret_protected/ai)
+"bit" = (
/obj/effect/landmark{
name = "Observer-Start"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bkg" = (
+"biu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bkh" = (
+"biv" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -35912,13 +35693,13 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bki" = (
+"biw" = (
/obj/structure/sign/pods,
/turf/closed/wall,
/area/security/checkpoint2{
name = "Customs"
})
-"bkj" = (
+"bix" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -35926,7 +35707,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bkk" = (
+"biy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -35939,7 +35720,7 @@
/area/security/checkpoint2{
name = "Customs"
})
-"bkl" = (
+"biz" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -35947,14 +35728,15 @@
},
/turf/open/floor/plating,
/area/security/checkpoint2)
-"bkm" = (
+"biA" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bkn" = (
+"biB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -35971,24 +35753,25 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bko" = (
+"biC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bkp" = (
+"biD" = (
/obj/machinery/door/window/eastleft{
base_state = "right";
icon_state = "right";
name = "Deliveries";
req_access_txt = "50"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bkq" = (
+"biE" = (
/obj/machinery/conveyor_switch/oneway{
convdir = -1;
id = "packageExternal";
@@ -36000,19 +35783,19 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bkr" = (
+"biF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bks" = (
+"biG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bkt" = (
+"biH" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -36021,7 +35804,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bku" = (
+"biI" = (
/obj/structure/chair/office/dark{
dir = 4
},
@@ -36029,7 +35812,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bkv" = (
+"biJ" = (
/obj/structure/table,
/obj/item/device/destTagger{
pixel_x = 4;
@@ -36044,7 +35827,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bkw" = (
+"biK" = (
/obj/structure/table,
/obj/item/weapon/clipboard,
/obj/item/weapon/folder/yellow,
@@ -36057,7 +35840,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bkx" = (
+"biL" = (
/obj/structure/chair/office/dark{
dir = 8
},
@@ -36065,7 +35848,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bky" = (
+"biM" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -36083,25 +35866,25 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bkz" = (
+"biN" = (
/turf/open/floor/plasteel/brown{
dir = 8
},
/area/hallway/primary/port)
-"bkA" = (
+"biO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bkB" = (
+"biP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bkC" = (
+"biQ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
@@ -36117,7 +35900,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bkD" = (
+"biR" = (
/obj/structure/chair{
dir = 8
},
@@ -36128,7 +35911,7 @@
dir = 4
},
/area/hallway/primary/port)
-"bkE" = (
+"biS" = (
/obj/structure/table,
/obj/item/weapon/storage/box/lights/mixed,
/obj/item/weapon/storage/box/lights/mixed,
@@ -36137,11 +35920,11 @@
/obj/item/weapon/grenade/chem_grenade/cleaner,
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bkF" = (
+"biT" = (
/obj/structure/janitorialcart,
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bkG" = (
+"biU" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1
@@ -36157,27 +35940,27 @@
/obj/item/key/janitor,
/turf/open/floor/plating,
/area/janitor)
-"bkH" = (
+"biV" = (
/obj/structure/disposalpipe/trunk{
dir = 1
},
/obj/machinery/disposal/bin,
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
-"bkI" = (
+"biW" = (
/obj/item/weapon/storage/box/lights/mixed,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bkJ" = (
+"biX" = (
/obj/item/clothing/mask/gas,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bkK" = (
+"biY" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -36191,8 +35974,11 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bkL" = (
-/obj/item/weapon/folder/white,
+"biZ" = (
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -36211,22 +35997,22 @@
dir = 8
},
/area/bridge)
-"bkM" = (
+"bja" = (
/obj/structure/chair/office/dark{
dir = 8
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bkN" = (
+"bjb" = (
/obj/structure/chair/office/dark{
dir = 1
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bkO" = (
+"bjc" = (
/turf/open/floor/plasteel/black,
/area/bridge)
-"bkP" = (
+"bjd" = (
/obj/structure/chair/office/dark{
dir = 1
},
@@ -36237,13 +36023,13 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bkQ" = (
+"bje" = (
/obj/structure/chair/office/dark{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bkR" = (
+"bjf" = (
/obj/item/weapon/folder/red{
pixel_y = 3
},
@@ -36263,12 +36049,12 @@
dir = 4
},
/area/bridge)
-"bkS" = (
+"bjg" = (
/turf/closed/wall,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bkT" = (
+"bjh" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -36290,7 +36076,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bkU" = (
+"bji" = (
/obj/machinery/door/window{
dir = 1;
name = "Captain's Bedroom";
@@ -36300,7 +36086,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bkV" = (
+"bjj" = (
/obj/structure/closet/secure_closet/captains,
/obj/structure/window/reinforced{
dir = 1;
@@ -36310,7 +36096,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bkW" = (
+"bjk" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 2
@@ -36320,7 +36106,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bkX" = (
+"bjl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -36331,7 +36117,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bkY" = (
+"bjm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -36344,7 +36130,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bkZ" = (
+"bjn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36359,7 +36145,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bla" = (
+"bjo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36374,7 +36160,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blb" = (
+"bjp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36385,7 +36171,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blc" = (
+"bjq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36401,7 +36187,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bld" = (
+"bjr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36413,7 +36199,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"ble" = (
+"bjs" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36428,7 +36214,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blf" = (
+"bjt" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36444,7 +36230,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blg" = (
+"bju" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36456,7 +36242,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blh" = (
+"bjv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36468,7 +36254,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bli" = (
+"bjw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36480,7 +36266,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blj" = (
+"bjx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36497,7 +36283,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blk" = (
+"bjy" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36509,7 +36295,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bll" = (
+"bjz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36521,7 +36307,7 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blm" = (
+"bjA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36533,7 +36319,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bln" = (
+"bjB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36550,7 +36336,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blo" = (
+"bjC" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36565,7 +36351,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blp" = (
+"bjD" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -36577,7 +36363,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"blq" = (
+"bjE" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 28
@@ -36587,7 +36373,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"blr" = (
+"bjF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -36603,7 +36389,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bls" = (
+"bjG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -36614,7 +36400,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"blt" = (
+"bjH" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -36629,7 +36415,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"blu" = (
+"bjI" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -36650,7 +36436,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"blv" = (
+"bjJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -36667,7 +36453,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/break_room)
-"blw" = (
+"bjK" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -36677,13 +36463,13 @@
dir = 4;
initialize_directions = 11
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/engine/break_room)
-"blx" = (
+"bjL" = (
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bly" = (
+"bjM" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/external{
name = "Escape Pod Four";
@@ -36692,23 +36478,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"blz" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/pod_4)
-"blA" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/pod_4)
-"blB" = (
+"bjN" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -36719,7 +36489,7 @@
},
/turf/open/space,
/area/space)
-"blC" = (
+"bjO" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -36732,19 +36502,19 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"blD" = (
+"bjP" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"blE" = (
+"bjQ" = (
/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"blF" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bjR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"blG" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bjS" = (
/obj/machinery/power/terminal{
icon_state = "term";
dir = 1
@@ -36755,29 +36525,30 @@
pixel_y = 28
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"blH" = (
+/area/ai_monitored/turret_protected/ai)
+"bjT" = (
/turf/closed/wall/r_wall,
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"blI" = (
+"bjU" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"blJ" = (
+"bjV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"blK" = (
+"bjW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -36793,7 +36564,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"blL" = (
+"bjX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -36803,14 +36574,14 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"blM" = (
+"bjY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"blN" = (
+"bjZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -36818,19 +36589,21 @@
dir = 9
},
/area/hallway/primary/port)
-"blO" = (
+"bka" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"blP" = (
+"bkb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"blQ" = (
+"bkc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -36848,7 +36621,7 @@
dir = 5
},
/area/hallway/primary/port)
-"blR" = (
+"bkd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -36862,7 +36635,7 @@
dir = 9
},
/area/hallway/primary/port)
-"blS" = (
+"bke" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -36875,7 +36648,7 @@
dir = 1
},
/area/hallway/primary/port)
-"blT" = (
+"bkf" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 30;
pixel_y = 0
@@ -36893,7 +36666,7 @@
dir = 5
},
/area/hallway/primary/port)
-"blU" = (
+"bkg" = (
/obj/machinery/conveyor{
dir = 1;
id = "packageExternal"
@@ -36911,7 +36684,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"blV" = (
+"bkh" = (
/obj/structure/table/reinforced,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/pen{
@@ -36925,7 +36698,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"blW" = (
+"bki" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/chair/office/dark,
/obj/effect/landmark/start{
@@ -36937,7 +36710,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"blX" = (
+"bkj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/arrival{
dir = 2
@@ -36945,7 +36718,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"blY" = (
+"bkk" = (
/obj/structure/filingcabinet/filingcabinet,
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -36964,7 +36737,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"blZ" = (
+"bkl" = (
/obj/structure/table,
/obj/item/stack/wrapping_paper,
/obj/item/stack/wrapping_paper,
@@ -37012,7 +36785,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bma" = (
+"bkm" = (
/obj/item/weapon/storage/box,
/obj/structure/table,
/obj/item/weapon/storage/box,
@@ -37028,7 +36801,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bmb" = (
+"bkn" = (
/obj/structure/table,
/obj/machinery/computer/stockexchange,
/obj/machinery/firealarm{
@@ -37042,7 +36815,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bmc" = (
+"bko" = (
/obj/machinery/photocopier,
/turf/open/floor/plasteel/brown{
dir = 2
@@ -37050,23 +36823,23 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bmd" = (
+"bkp" = (
/turf/open/floor/plasteel/brown{
dir = 2
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bme" = (
+"bkq" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/brown{
dir = 2
},
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bmf" = (
+"bkr" = (
/obj/machinery/autolathe,
/obj/machinery/newscaster{
pixel_x = 28;
@@ -37085,7 +36858,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bmg" = (
+"bks" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -37095,14 +36868,14 @@
dir = 10
},
/area/hallway/primary/port)
-"bmh" = (
+"bkt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/brown/corner{
dir = 8
},
/area/hallway/primary/port)
-"bmi" = (
+"bku" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -37119,7 +36892,7 @@
dir = 2
},
/area/hallway/primary/port)
-"bmj" = (
+"bkv" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -37157,7 +36930,7 @@
dir = 2
},
/area/hallway/primary/port)
-"bmk" = (
+"bkw" = (
/obj/structure/table,
/obj/item/device/toner,
/obj/item/device/radio/intercom{
@@ -37170,55 +36943,53 @@
dir = 6
},
/area/hallway/primary/port)
-"bml" = (
+"bkx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
/area/hallway/primary/central)
-"bmm" = (
+"bky" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/hallway/primary/central)
-"bmn" = (
+"bkz" = (
/turf/closed/wall/r_wall,
/area/crew_quarters/heads)
-"bmo" = (
+"bkA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/weapon/tank/internals/air,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bmp" = (
+"bkB" = (
/obj/item/weapon/extinguisher,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bmq" = (
+"bkC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/filingcabinet/chestdrawer{
- pixel_y = 3
- },
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
pixel_y = 0
},
+/obj/machinery/modular_computer/console/preset/command,
/turf/open/floor/plasteel/darkblue/side{
dir = 9
},
/area/bridge)
-"bmr" = (
+"bkD" = (
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
@@ -37230,7 +37001,7 @@
dir = 1
},
/area/bridge)
-"bms" = (
+"bkE" = (
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
pixel_y = 3
@@ -37245,7 +37016,7 @@
dir = 1
},
/area/bridge)
-"bmt" = (
+"bkF" = (
/obj/item/device/radio/beacon,
/obj/structure/cable/yellow{
d1 = 1;
@@ -37254,7 +37025,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bmu" = (
+"bkG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -37271,13 +37042,15 @@
dir = 4
},
/area/bridge)
-"bmv" = (
+"bkH" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/computer/security/mining,
+/obj/machinery/computer/security/mining{
+ network = list("MINE","AuxBase")
+ },
/obj/machinery/keycard_auth{
pixel_x = 0;
pixel_y = 24
@@ -37286,7 +37059,7 @@
dir = 1
},
/area/bridge)
-"bmw" = (
+"bkI" = (
/obj/machinery/requests_console{
announcementConsole = 1;
department = "Bridge";
@@ -37305,28 +37078,25 @@
dir = 5
},
/area/bridge)
-"bmx" = (
+"bkJ" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
},
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 4
- },
-/obj/machinery/door/window/westright{
- dir = 4
- },
/obj/item/weapon/soap/deluxe,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
+/obj/machinery/shower{
+ pixel_y = 12
+ },
+/obj/structure/curtain,
/turf/open/floor/plasteel/white,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bmy" = (
+"bkK" = (
/obj/structure/mirror{
pixel_y = 28
},
@@ -37343,7 +37113,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bmz" = (
+"bkL" = (
/obj/structure/toilet{
pixel_y = 13
},
@@ -37364,7 +37134,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bmA" = (
+"bkM" = (
/obj/machinery/door/airlock/silver{
name = "Bathroom"
},
@@ -37375,7 +37145,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bmB" = (
+"bkN" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -37384,12 +37154,12 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bmC" = (
+"bkO" = (
/turf/open/floor/wood,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bmD" = (
+"bkP" = (
/obj/effect/landmark/start{
name = "Captain"
},
@@ -37401,7 +37171,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bmE" = (
+"bkQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -37411,7 +37181,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bmF" = (
+"bkR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -37426,7 +37196,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bmG" = (
+"bkS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -37438,7 +37208,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bmH" = (
+"bkT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37450,7 +37220,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmI" = (
+"bkU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37458,7 +37228,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmJ" = (
+"bkV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -37472,7 +37242,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmK" = (
+"bkW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -37481,7 +37251,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmL" = (
+"bkX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37494,7 +37264,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmM" = (
+"bkY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37506,7 +37276,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmN" = (
+"bkZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37515,7 +37285,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmO" = (
+"bla" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37524,7 +37294,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmP" = (
+"blb" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -37542,7 +37312,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmQ" = (
+"blc" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -37551,7 +37321,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmR" = (
+"bld" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37560,7 +37330,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmS" = (
+"ble" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37574,7 +37344,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmT" = (
+"blf" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -37588,7 +37358,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmU" = (
+"blg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -37601,7 +37371,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bmV" = (
+"blh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -37613,7 +37383,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bmW" = (
+"bli" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -37622,7 +37392,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bmX" = (
+"blj" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -37630,7 +37400,7 @@
},
/turf/open/floor/plating,
/area/engine/break_room)
-"bmY" = (
+"blk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -37641,34 +37411,34 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bmZ" = (
+"bll" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bna" = (
+"blm" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bnb" = (
+"bln" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bnc" = (
+"blo" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bnd" = (
+"blp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -37677,71 +37447,55 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bne" = (
+"blq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bnf" = (
+"blr" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bng" = (
+"bls" = (
/obj/structure/sign/pods,
/turf/closed/wall/r_wall,
/area/engine/break_room)
-"bnh" = (
+"blt" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/maintenance/disposal)
-"bni" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
+"blu" = (
/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"bnj" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
+/obj/structure/transit_tube/curved/flipped{
+ dir = 4
},
-/obj/structure/lattice,
/turf/open/space,
/area/space)
-"bnk" = (
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
- },
+"blv" = (
/obj/structure/lattice,
+/obj/structure/transit_tube/crossing/horizontal,
/turf/open/space,
/area/space)
-"bnl" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
- },
-/turf/open/space,
-/area/space)
-"bnm" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
+"blw" = (
+/obj/structure/transit_tube/curved{
+ dir = 8
},
/turf/open/space,
/area/space)
-"bnn" = (
+"blx" = (
/turf/closed/wall,
/area/space)
-"bno" = (
+"bly" = (
/obj/structure/window/reinforced{
dir = 4
},
/obj/structure/window/reinforced,
/turf/open/space,
/area/space)
-"bnp" = (
+"blz" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -37753,18 +37507,14 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bnq" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector{
- dir = 2;
- icon_state = "inje_on";
- on = 1
- },
+"blA" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on,
/obj/structure/window/reinforced,
/turf/open/floor/plating/airless,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bnr" = (
+"blB" = (
/obj/machinery/computer/teleporter,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
@@ -37778,10 +37528,10 @@
/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bns" = (
+"blC" = (
/obj/machinery/teleport/station,
/obj/machinery/status_display{
density = 0;
@@ -37792,25 +37542,25 @@
/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bnt" = (
+"blD" = (
/obj/machinery/teleport/hub,
/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bnu" = (
+"blE" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"bnv" = (
+/area/ai_monitored/turret_protected/ai)
+"blF" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -37827,12 +37577,12 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
-/area/turret_protected/aisat_interior)
-"bnw" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"blG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"bnx" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"blH" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -37846,8 +37596,8 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
},
-/area/turret_protected/aisat_interior)
-"bny" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"blI" = (
/obj/machinery/door/airlock/highsecurity{
icon_state = "door_closed";
locked = 0;
@@ -37873,8 +37623,8 @@
pixel_y = 0
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"bnz" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"blJ" = (
/obj/machinery/power/smes{
charge = 5e+006
},
@@ -37888,7 +37638,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bnA" = (
+"blK" = (
/obj/machinery/recharge_station,
/obj/machinery/status_display{
density = 0;
@@ -37907,7 +37657,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bnB" = (
+"blL" = (
/obj/machinery/airalarm{
pixel_y = 26
},
@@ -37922,7 +37672,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bnC" = (
+"blM" = (
/obj/machinery/power/port_gen/pacman,
/obj/structure/cable{
icon_state = "0-2";
@@ -37934,54 +37684,48 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bnD" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/arrival)
-"bnE" = (
+"blN" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bnF" = (
+"blO" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
pixel_y = -29
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bnG" = (
+"blP" = (
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-left-MS";
pixel_y = -32
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bnH" = (
+"blQ" = (
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-right-MS";
pixel_y = -32
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bnI" = (
+"blR" = (
/obj/machinery/requests_console{
department = "Arrival shuttle";
pixel_y = -30
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
-"bnJ" = (
+"blS" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "burst_l";
dir = 8
},
/turf/open/floor/plating,
/area/shuttle/arrival)
-"bnK" = (
+"blT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -38001,7 +37745,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bnL" = (
+"blU" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38013,7 +37757,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bnM" = (
+"blV" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38022,7 +37766,7 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bnN" = (
+"blW" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38032,7 +37776,7 @@
dir = 10
},
/area/hallway/primary/port)
-"bnO" = (
+"blX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38040,7 +37784,7 @@
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
-"bnP" = (
+"blY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38057,7 +37801,7 @@
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
-"bnQ" = (
+"blZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38069,7 +37813,7 @@
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
-"bnR" = (
+"bma" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38079,7 +37823,7 @@
dir = 6
},
/area/hallway/primary/port)
-"bnS" = (
+"bmb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38097,7 +37841,7 @@
dir = 10
},
/area/hallway/primary/port)
-"bnT" = (
+"bmc" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -38110,14 +37854,14 @@
dir = 8
},
/area/hallway/primary/port)
-"bnU" = (
+"bmd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/side{
dir = 4
},
/area/hallway/primary/port)
-"bnV" = (
+"bme" = (
/obj/machinery/conveyor{
dir = 1;
id = "packageExternal"
@@ -38132,7 +37876,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bnW" = (
+"bmf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/structure/table/reinforced,
@@ -38142,11 +37886,12 @@
req_access_txt = "50"
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bnX" = (
+"bmg" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -38154,14 +37899,14 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bnY" = (
+"bmh" = (
/obj/machinery/door/firedoor,
/obj/machinery/mineral/ore_redemption,
/turf/open/floor/plasteel/black,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bnZ" = (
+"bmi" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/disposalpipe/segment,
@@ -38169,7 +37914,7 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"boa" = (
+"bmj" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the Suuply department is.";
dir = 1;
@@ -38181,14 +37926,14 @@
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bob" = (
+"bmk" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/brown{
dir = 8
},
/area/hallway/primary/port)
-"boc" = (
+"bml" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -38201,7 +37946,7 @@
dir = 4
},
/area/hallway/primary/port)
-"bod" = (
+"bmm" = (
/obj/structure/sign/directions/security{
desc = "A direction sign, pointing out which way the security department is.";
dir = 1;
@@ -38224,7 +37969,7 @@
},
/turf/closed/wall/r_wall,
/area/hallway/primary/port)
-"boe" = (
+"bmn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
dir = 4
@@ -38238,7 +37983,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bof" = (
+"bmo" = (
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
pixel_y = 5
@@ -38253,7 +37998,7 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bog" = (
+"bmp" = (
/obj/machinery/light{
dir = 1
},
@@ -38268,7 +38013,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"boh" = (
+"bmq" = (
/obj/machinery/recharger,
/obj/item/weapon/storage/secure/safe{
pixel_x = 34;
@@ -38277,13 +38022,13 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"boi" = (
+"bmr" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"boj" = (
+"bms" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
@@ -38292,15 +38037,16 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bok" = (
+"bmt" = (
/obj/item/device/radio/off,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bol" = (
+"bmu" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=4";
dir = 4;
@@ -38310,11 +38056,12 @@
/obj/structure/plasticflaps{
opacity = 1
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bom" = (
+"bmv" = (
/obj/machinery/door/window/westleft{
dir = 4;
name = "Bridge Deliveries";
@@ -38324,9 +38071,10 @@
id = "bridge blast";
name = "bridge blast door"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/bridge)
-"bon" = (
+"bmw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -38341,7 +38089,7 @@
dir = 8
},
/area/bridge)
-"boo" = (
+"bmx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -38352,7 +38100,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bop" = (
+"bmy" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -38371,7 +38119,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"boq" = (
+"bmz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38379,7 +38127,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bor" = (
+"bmA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38387,7 +38135,7 @@
},
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"bos" = (
+"bmB" = (
/obj/structure/window/reinforced,
/obj/structure/cable/yellow{
d1 = 4;
@@ -38398,7 +38146,7 @@
dir = 2
},
/area/bridge)
-"bot" = (
+"bmC" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38413,7 +38161,7 @@
dir = 2
},
/area/bridge)
-"bou" = (
+"bmD" = (
/obj/structure/window/reinforced,
/obj/structure/cable/yellow{
d1 = 4;
@@ -38429,7 +38177,7 @@
dir = 2
},
/area/bridge)
-"bov" = (
+"bmE" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38439,7 +38187,7 @@
dir = 8
},
/area/bridge)
-"bow" = (
+"bmF" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -38456,7 +38204,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"box" = (
+"bmG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -38467,7 +38215,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"boy" = (
+"bmH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -38487,7 +38235,7 @@
dir = 4
},
/area/bridge)
-"boz" = (
+"bmI" = (
/obj/machinery/door/airlock/command{
name = "Captain's Quarters";
req_access = null;
@@ -38499,7 +38247,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"boA" = (
+"bmJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/status_display{
density = 0;
@@ -38512,7 +38260,7 @@
dir = 8
},
/area/hallway/primary/central)
-"boB" = (
+"bmK" = (
/obj/machinery/light{
dir = 4
},
@@ -38524,7 +38272,7 @@
dir = 2
},
/area/hallway/primary/central)
-"boC" = (
+"bmL" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the escape arm is.";
icon_state = "direction_evac";
@@ -38544,12 +38292,12 @@
},
/turf/closed/wall,
/area/storage/art)
-"boD" = (
+"bmM" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/storage/art)
-"boE" = (
+"bmN" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Art Storage"
@@ -38562,13 +38310,13 @@
},
/turf/open/floor/plasteel,
/area/storage/art)
-"boF" = (
+"bmO" = (
/turf/closed/wall,
/area/storage/art)
-"boG" = (
+"bmP" = (
/turf/closed/wall,
/area/crew_quarters/bar)
-"boH" = (
+"bmQ" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;25;46"
@@ -38576,11 +38324,11 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"boI" = (
+"bmR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/maintenance/starboard)
-"boJ" = (
+"bmS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock{
name = "Starboard Emergency Storage";
@@ -38588,7 +38336,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"boK" = (
+"bmT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -38601,7 +38349,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"boL" = (
+"bmU" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the engineering department is.";
dir = 4;
@@ -38610,13 +38358,13 @@
},
/turf/closed/wall,
/area/maintenance/starboard)
-"boM" = (
+"bmV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/caution/corner{
dir = 8
},
/area/hallway/primary/starboard)
-"boN" = (
+"bmW" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -38633,7 +38381,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"boO" = (
+"bmX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -38651,7 +38399,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"boP" = (
+"bmY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_engineering{
name = "Engineering Foyer";
@@ -38681,7 +38429,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boQ" = (
+"bmZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -38695,7 +38443,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boR" = (
+"bna" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -38704,7 +38452,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boS" = (
+"bnb" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -38714,27 +38462,27 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boT" = (
+"bnc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boU" = (
+"bnd" = (
/obj/structure/table/glass,
/obj/item/device/lightreplacer{
pixel_y = 7
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boV" = (
+"bne" = (
/obj/item/weapon/reagent_containers/food/drinks/soda_cans/thirteenloko{
pixel_y = 4
},
/obj/structure/table/glass,
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boW" = (
+"bnf" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -38746,7 +38494,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boX" = (
+"bng" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -38758,7 +38506,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"boY" = (
+"bnh" = (
/obj/structure/table/reinforced,
/obj/item/weapon/book/manual/wiki/security_space_law{
pixel_x = -3;
@@ -38770,13 +38518,13 @@
},
/turf/open/floor/plasteel,
/area/security/main)
-"boZ" = (
+"bni" = (
/obj/structure/table,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/syndicatebomb/training,
/turf/open/floor/plasteel,
/area/security/main)
-"bpa" = (
+"bnj" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -38794,7 +38542,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bpb" = (
+"bnk" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38803,7 +38551,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpc" = (
+"bnl" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38815,7 +38563,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpd" = (
+"bnm" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38827,7 +38575,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpe" = (
+"bnn" = (
/obj/structure/chair{
dir = 1
},
@@ -38835,40 +38583,11 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpf" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/turf/open/space,
-/area/space)
-"bpg" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
-/turf/open/space,
-/area/space)
-"bph" = (
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
- },
-/turf/open/space,
-/area/space)
-"bpi" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/turf/open/space,
-/area/space)
-"bpj" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
+"bno" = (
+/obj/structure/transit_tube/diagonal,
/turf/open/space,
/area/space)
-"bpk" = (
+"bnp" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38876,16 +38595,14 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/transit_tube{
- icon_state = "S-NW"
- },
+/obj/structure/transit_tube/curved/flipped,
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpl" = (
+"bnq" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38902,7 +38619,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpm" = (
+"bnr" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38913,7 +38630,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpn" = (
+"bns" = (
/obj/machinery/door/window{
dir = 1;
name = "MiniSat Walkway Access";
@@ -38926,7 +38643,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpo" = (
+"bnt" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38940,7 +38657,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpp" = (
+"bnu" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -38962,7 +38679,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpq" = (
+"bnv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -38970,7 +38687,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bpr" = (
+"bnw" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -38992,21 +38709,20 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bps" = (
-/obj/item/device/radio/beacon,
+"bnx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bpt" = (
+"bny" = (
/obj/machinery/turretid{
control_area = "AI Satellite Antechamber";
enabled = 1;
@@ -39020,22 +38736,21 @@
dir = 1
},
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bpu" = (
+"bnz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"bpv" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bnA" = (
/obj/machinery/light/small{
dir = 8
},
@@ -39050,15 +38765,15 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
-/area/turret_protected/aisat_interior)
-"bpw" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bnB" = (
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
-/area/turret_protected/aisat_interior)
-"bpx" = (
-/obj/machinery/hologram/holopad,
+/area/ai_monitored/turret_protected/aisat_interior)
+"bnC" = (
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -39067,16 +38782,16 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"bpy" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bnD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
},
-/area/turret_protected/aisat_interior)
-"bpz" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bnE" = (
/obj/machinery/power/apc{
aidisabled = 0;
cell_type = 2500;
@@ -39098,8 +38813,8 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
},
-/area/turret_protected/aisat_interior)
-"bpA" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bnF" = (
/obj/machinery/power/terminal{
icon_state = "term";
dir = 1
@@ -39112,16 +38827,16 @@
dir = 4
},
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/black,
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bpB" = (
+"bnG" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -39136,13 +38851,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/black,
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bpC" = (
+"bnH" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -39155,13 +38871,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/black,
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bpD" = (
+"bnI" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -39180,14 +38897,15 @@
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/black,
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bpE" = (
-/obj/machinery/door/airlock/shuttle{
+"bnJ" = (
+/obj/machinery/door/airlock/titanium{
name = "Arrivals Shuttle Airlock"
},
/obj/docking_port/mobile{
@@ -39195,7 +38913,8 @@
height = 7;
id = "arrival";
name = "arrival shuttle";
- travelDir = -90;
+ port_angle = -90;
+ preferred_direction = 8;
width = 15
},
/obj/docking_port/stationary{
@@ -39207,19 +38926,7 @@
},
/turf/open/floor/plating,
/area/shuttle/arrival)
-"bpF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/arrival)
-"bpG" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/arrival)
-"bpH" = (
+"bnK" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -39232,13 +38939,14 @@
dir = 4;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bpI" = (
+"bnL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -39249,14 +38957,14 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bpJ" = (
+"bnM" = (
/turf/open/floor/plasteel/arrival{
dir = 4
},
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bpK" = (
+"bnN" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -39264,11 +38972,11 @@
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bpL" = (
+"bnO" = (
/obj/structure/chair/comfy/beige,
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bpM" = (
+"bnP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -39276,16 +38984,16 @@
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bpN" = (
+"bnQ" = (
/obj/structure/table/wood,
/obj/item/weapon/reagent_containers/food/snacks/chips,
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bpO" = (
+"bnR" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel/black,
/area/hallway/primary/port)
-"bpP" = (
+"bnS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -39300,7 +39008,7 @@
dir = 8
},
/area/hallway/primary/port)
-"bpQ" = (
+"bnT" = (
/obj/structure/disposalpipe/junction{
dir = 1;
icon_state = "pipe-j2"
@@ -39312,7 +39020,7 @@
dir = 4
},
/area/hallway/primary/port)
-"bpR" = (
+"bnU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39323,7 +39031,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpS" = (
+"bnV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39331,7 +39039,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpT" = (
+"bnW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -39339,7 +39047,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpU" = (
+"bnX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39348,7 +39056,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpV" = (
+"bnY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -39356,7 +39064,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpW" = (
+"bnZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39372,7 +39080,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpX" = (
+"boa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39381,7 +39089,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpY" = (
+"bob" = (
/obj/machinery/power/apc{
dir = 1;
name = "Port Hallway APC";
@@ -39399,7 +39107,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bpZ" = (
+"boc" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -39408,7 +39116,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bqa" = (
+"bod" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39423,7 +39131,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bqb" = (
+"boe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39431,7 +39139,7 @@
dir = 4
},
/area/hallway/primary/port)
-"bqc" = (
+"bof" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39440,7 +39148,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bqd" = (
+"bog" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -39454,7 +39162,7 @@
dir = 4
},
/area/hallway/primary/port)
-"bqe" = (
+"boh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39462,7 +39170,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bqf" = (
+"boi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39474,7 +39182,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bqg" = (
+"boj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -39482,7 +39190,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bqh" = (
+"bok" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -39495,7 +39203,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bqi" = (
+"bol" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -39516,7 +39224,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/heads)
-"bqj" = (
+"bom" = (
/obj/item/weapon/folder/blue,
/obj/structure/cable/yellow{
d1 = 4;
@@ -39527,7 +39235,7 @@
/obj/item/device/assembly/flash/handheld,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bqk" = (
+"bon" = (
/obj/effect/landmark/start{
name = "Head of Personnel"
},
@@ -39541,7 +39249,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bql" = (
+"boo" = (
/obj/machinery/newscaster/security_unit{
pixel_x = 32;
pixel_y = 0
@@ -39549,7 +39257,7 @@
/obj/machinery/computer/security/mining,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bqm" = (
+"bop" = (
/obj/machinery/power/apc{
cell_type = 10000;
dir = 8;
@@ -39567,24 +39275,24 @@
dir = 8
},
/area/bridge)
-"bqn" = (
+"boq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bqo" = (
+"bor" = (
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"bqp" = (
+"bos" = (
/turf/open/floor/plasteel/darkblue/side{
dir = 2
},
/area/bridge)
-"bqq" = (
+"bot" = (
/turf/open/floor/plasteel/darkblue/side{
dir = 6
},
/area/bridge)
-"bqr" = (
+"bou" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -39593,11 +39301,11 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bqs" = (
+"bov" = (
/obj/machinery/computer/communications,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bqt" = (
+"bow" = (
/obj/machinery/computer/security/wooden_tv{
pixel_x = 1;
pixel_y = 6
@@ -39605,7 +39313,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bqu" = (
+"box" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -39618,12 +39326,12 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bqv" = (
+"boy" = (
/turf/open/floor/plasteel/darkblue/side{
dir = 10
},
/area/bridge)
-"bqw" = (
+"boz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -39633,7 +39341,7 @@
dir = 8
},
/area/bridge)
-"bqx" = (
+"boA" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -39646,13 +39354,13 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bqy" = (
+"boB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/darkblue/side{
dir = 4
},
/area/bridge)
-"bqz" = (
+"boC" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -39661,7 +39369,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bqA" = (
+"boD" = (
/obj/structure/displaycase/captain{
pixel_y = 5
},
@@ -39675,7 +39383,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bqB" = (
+"boE" = (
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-left-MS";
@@ -39685,7 +39393,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bqC" = (
+"boF" = (
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-right-MS";
@@ -39695,14 +39403,14 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bqD" = (
+"boG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bqE" = (
+"boH" = (
/obj/machinery/computer/communications,
/obj/item/device/radio/intercom{
dir = 8;
@@ -39721,7 +39429,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bqF" = (
+"boI" = (
/obj/structure/rack,
/obj/item/weapon/cane,
/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/glowshroom,
@@ -39729,7 +39437,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bqG" = (
+"boJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
dir = 8;
@@ -39746,7 +39454,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bqH" = (
+"boK" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -39755,7 +39463,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bqI" = (
+"boL" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -39763,7 +39471,7 @@
},
/turf/open/floor/plating,
/area/storage/art)
-"bqJ" = (
+"boM" = (
/obj/structure/table,
/obj/item/weapon/hand_labeler,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -39771,7 +39479,7 @@
},
/turf/open/floor/plasteel,
/area/storage/art)
-"bqK" = (
+"boN" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -39788,7 +39496,7 @@
},
/turf/open/floor/plasteel,
/area/storage/art)
-"bqL" = (
+"boO" = (
/obj/machinery/light_switch{
pixel_x = 27
},
@@ -39798,22 +39506,22 @@
},
/turf/open/floor/plasteel,
/area/storage/art)
-"bqM" = (
+"boP" = (
/obj/structure/closet/secure_closet/bar{
req_access_txt = "25"
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bqN" = (
+"boQ" = (
/obj/machinery/reagentgrinder,
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bqO" = (
+"boR" = (
/obj/structure/table/wood,
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
-/obj/item/weapon/gun/projectile/revolver/doublebarrel,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
/obj/machinery/camera{
c_tag = "Bar - Backroom";
dir = 2;
@@ -39821,13 +39529,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bqP" = (
+"boS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/sleep)
-"bqQ" = (
+"boT" = (
/obj/machinery/door/window/southleft{
base_state = "left";
dir = 2;
@@ -39838,9 +39546,10 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/bar)
-"bqR" = (
+"boU" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=1";
dir = 8;
@@ -39850,16 +39559,19 @@
/obj/structure/plasticflaps{
opacity = 1
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/crew_quarters/bar)
-"bqS" = (
+"boV" = (
/obj/item/weapon/storage/box/lights/mixed,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bqT" = (
+"boW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39871,34 +39583,36 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bqU" = (
+"boX" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bqV" = (
+"boY" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bqW" = (
+"boZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bqX" = (
+"bpa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bqY" = (
+"bpb" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"bqZ" = (
+"bpc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -39907,11 +39621,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bra" = (
+"bpd" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
@@ -39921,7 +39636,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"brb" = (
+"bpe" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -39933,7 +39648,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"brc" = (
+"bpf" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -39943,24 +39658,27 @@
dir = 4
},
/area/hallway/primary/starboard)
-"brd" = (
-/turf/open/floor/plasteel/warning,
+"bpg" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/engine/break_room)
-"bre" = (
+"bph" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/engine/break_room)
-"brf" = (
+"bpi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/engine/break_room)
-"brg" = (
+"bpj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -39974,7 +39692,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"brh" = (
+"bpk" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -39990,7 +39708,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bri" = (
+"bpl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -40000,7 +39718,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"brj" = (
+"bpm" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -40014,11 +39732,12 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/break_room)
-"brk" = (
+"bpn" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -40026,7 +39745,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brl" = (
+"bpo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40042,7 +39761,7 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"brm" = (
+"bpp" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -40051,7 +39770,7 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"brn" = (
+"bpq" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -40059,13 +39778,13 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bro" = (
+"bpr" = (
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/black,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brp" = (
+"bps" = (
/obj/structure/window/reinforced,
/obj/machinery/light/small,
/obj/machinery/camera{
@@ -40078,7 +39797,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brq" = (
+"bpt" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -40090,22 +39809,24 @@
/area/security/checkpoint2{
name = "Customs"
})
-"brr" = (
+"bpu" = (
/turf/closed/wall/r_wall,
/area/space)
-"brs" = (
-/obj/structure/transit_tube/station{
- reverse_launch = 1
- },
+"bpv" = (
/obj/structure/sign/securearea{
pixel_y = 32
},
+/obj/structure/transit_tube/station/reverse/flipped{
+ dir = 1
+ },
+/obj/structure/transit_tube_pod{
+ dir = 4
+ },
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
},
/area/engine/break_room)
-"brt" = (
-/obj/structure/transit_tube,
+"bpw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -40116,12 +39837,10 @@
icon_state = "4-8";
pixel_y = 0
},
+/obj/structure/transit_tube/horizontal,
/turf/open/space,
/area/space)
-"bru" = (
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
- },
+"bpx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -40132,10 +39851,10 @@
icon_state = "4-8";
pixel_y = 0
},
+/obj/structure/transit_tube/crossing/horizontal,
/turf/open/space,
/area/space)
-"brv" = (
-/obj/structure/transit_tube,
+"bpy" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -40146,12 +39865,10 @@
icon_state = "4-8";
pixel_y = 0
},
+/obj/structure/transit_tube/horizontal,
/turf/open/space,
/area/space)
-"brw" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE-SE"
- },
+"bpz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -40162,28 +39879,12 @@
icon_state = "4-8";
pixel_y = 0
},
-/turf/open/space,
-/area/space)
-"brx" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+/obj/structure/transit_tube/junction/flipped{
+ dir = 8
},
/turf/open/space,
/area/space)
-"bry" = (
+"bpA" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -40196,7 +39897,7 @@
},
/turf/open/space,
/area/space)
-"brz" = (
+"bpB" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -40212,11 +39913,7 @@
},
/turf/open/space,
/area/space)
-"brA" = (
-/obj/structure/transit_tube/station{
- icon_state = "closed";
- dir = 4
- },
+"bpC" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -40229,11 +39926,14 @@
icon_state = "4-8";
pixel_y = 0
},
+/obj/structure/transit_tube/station{
+ dir = 4
+ },
/turf/open/floor/plasteel/black,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brB" = (
+"bpD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -40245,7 +39945,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brC" = (
+"bpE" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -40263,8 +39963,8 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brD" = (
-/obj/machinery/hologram/holopad,
+"bpF" = (
+/obj/machinery/holopad,
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40275,7 +39975,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brE" = (
+"bpG" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -40291,21 +39991,20 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brF" = (
+"bpH" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
d2 = 8
},
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/turf/open/floor/plasteel/black,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brG" = (
+"bpI" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40318,10 +40017,10 @@
req_one_access_txt = "32;19"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"brH" = (
+"bpJ" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -40332,21 +40031,22 @@
d2 = 8
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"brI" = (
+"bpK" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
d2 = 8
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
+/obj/item/device/radio/beacon,
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"brJ" = (
+"bpL" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40364,10 +40064,10 @@
icon_state = "2-4"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"brK" = (
+"bpM" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40380,8 +40080,8 @@
req_one_access_txt = "32;19"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"brL" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bpN" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40391,8 +40091,8 @@
dir = 5
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"brM" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bpO" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40408,8 +40108,8 @@
dir = 10
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"brN" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bpP" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -40422,13 +40122,12 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/mob/living/simple_animal/bot/secbot/pingsky,
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"brO" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bpQ" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40439,8 +40138,8 @@
on = 1
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"brP" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bpR" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40452,8 +40151,8 @@
d2 = 4
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"brQ" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bpS" = (
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -40465,8 +40164,8 @@
req_access_txt = "32"
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"brR" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bpT" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40481,7 +40180,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"brS" = (
+"bpU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -40500,7 +40199,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"brT" = (
+"bpV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -40516,7 +40215,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"brU" = (
+"bpW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -40524,7 +40223,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"brV" = (
+"bpX" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/maintenance_hatch{
name = "MiniSat Maintenance";
@@ -40537,7 +40236,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"brW" = (
+"bpY" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 0
@@ -40547,14 +40246,13 @@
dir = 4
},
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/turf/open/floor/plasteel/black,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brX" = (
+"bpZ" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 0
@@ -40567,7 +40265,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brY" = (
+"bqa" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -40579,7 +40277,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"brZ" = (
+"bqb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -40588,14 +40286,15 @@
pixel_x = -23;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bsa" = (
-/obj/machinery/hologram/holopad,
+"bqc" = (
+/obj/machinery/holopad,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -40606,7 +40305,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bsb" = (
+"bqd" = (
/obj/machinery/power/apc{
dir = 4;
name = "Arrivals APC";
@@ -40623,7 +40322,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bsc" = (
+"bqe" = (
/obj/structure/chair/comfy/beige{
dir = 4
},
@@ -40637,27 +40336,27 @@
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bsd" = (
+"bqf" = (
/turf/open/floor/carpet,
/area/hallway/primary/port)
-"bse" = (
+"bqg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/hologram/holopad{
+/obj/machinery/holopad{
pixel_y = -16
},
/turf/open/floor/carpet,
/area/hallway/primary/port)
-"bsf" = (
+"bqh" = (
/obj/structure/chair/comfy/beige{
dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bsg" = (
+"bqi" = (
/obj/machinery/vending/cola,
/obj/machinery/newscaster{
pixel_x = -28;
@@ -40665,7 +40364,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/port)
-"bsh" = (
+"bqj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -40682,7 +40381,7 @@
dir = 8
},
/area/hallway/primary/port)
-"bsi" = (
+"bqk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40694,7 +40393,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsj" = (
+"bql" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40705,7 +40404,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsk" = (
+"bqm" = (
/obj/machinery/turretid{
icon_state = "control_stun";
name = "AI Chamber turret control";
@@ -40715,7 +40414,7 @@
/obj/machinery/door/window{
base_state = "leftsecure";
dir = 8;
- health = 300;
+ obj_integrity = 300;
icon_state = "leftsecure";
name = "Primary AI Core Access";
req_access_txt = "16"
@@ -40727,8 +40426,8 @@
/turf/open/floor/plasteel/vault{
dir = 6
},
-/area/turret_protected/ai)
-"bsl" = (
+/area/ai_monitored/turret_protected/ai)
+"bqn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40740,7 +40439,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsm" = (
+"bqo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40752,7 +40451,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsn" = (
+"bqp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40769,7 +40468,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bso" = (
+"bqq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40781,7 +40480,7 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsp" = (
+"bqr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40797,7 +40496,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsq" = (
+"bqs" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40812,7 +40511,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsr" = (
+"bqt" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40828,7 +40527,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bss" = (
+"bqu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40840,7 +40539,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bst" = (
+"bqv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40863,7 +40562,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsu" = (
+"bqw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40871,7 +40570,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsv" = (
+"bqx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40883,7 +40582,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bsw" = (
+"bqy" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -40892,7 +40591,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bsx" = (
+"bqz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -40911,7 +40610,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bsy" = (
+"bqA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -40920,7 +40619,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bsz" = (
+"bqB" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 4
@@ -40930,7 +40629,7 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bsA" = (
+"bqC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -40944,12 +40643,12 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bsB" = (
+"bqD" = (
/obj/structure/window/reinforced,
/obj/machinery/computer/cargo/request,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bsC" = (
+"bqE" = (
/obj/machinery/vending/cart{
req_access_txt = "57"
},
@@ -40962,11 +40661,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bsD" = (
-/obj/structure/transit_tube{
- dir = 4;
- icon_state = "Block"
- },
+"bqF" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -40977,17 +40672,7 @@
dir = 4
},
/area/engine/break_room)
-"bsE" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/lattice,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/turf/open/space,
-/area/space)
-"bsF" = (
+"bqG" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -41002,16 +40687,16 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bsG" = (
+"bqH" = (
/turf/closed/wall,
/area/crew_quarters/heads)
-"bsH" = (
+"bqI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/darkblue/side{
dir = 2
},
/area/bridge)
-"bsI" = (
+"bqJ" = (
/obj/machinery/light,
/obj/machinery/firealarm{
dir = 1;
@@ -41024,7 +40709,7 @@
dir = 1
},
/area/bridge)
-"bsJ" = (
+"bqK" = (
/obj/structure/rack,
/obj/item/device/aicard,
/obj/item/device/radio/off,
@@ -41039,7 +40724,7 @@
dir = 1
},
/area/bridge)
-"bsK" = (
+"bqL" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -41053,16 +40738,16 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bsL" = (
+"bqM" = (
/turf/open/floor/carpet,
/area/bridge)
-"bsM" = (
+"bqN" = (
/obj/structure/chair/comfy/black{
dir = 1
},
/turf/open/floor/carpet,
/area/bridge)
-"bsN" = (
+"bqO" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -41073,7 +40758,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bsO" = (
+"bqP" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -41089,7 +40774,7 @@
dir = 1
},
/area/bridge)
-"bsP" = (
+"bqQ" = (
/obj/machinery/light,
/obj/structure/rack,
/obj/item/weapon/storage/toolbox/emergency,
@@ -41107,7 +40792,7 @@
dir = 1
},
/area/bridge)
-"bsQ" = (
+"bqR" = (
/obj/machinery/light_switch{
pixel_x = 8;
pixel_y = -26
@@ -41116,7 +40801,7 @@
dir = 10
},
/area/bridge)
-"bsR" = (
+"bqS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -41126,13 +40811,13 @@
dir = 2
},
/area/bridge)
-"bsS" = (
+"bqT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/darkblue/side{
dir = 6
},
/area/bridge)
-"bsT" = (
+"bqU" = (
/obj/structure/fireaxecabinet{
pixel_y = -32
},
@@ -41150,7 +40835,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bsU" = (
+"bqV" = (
/obj/structure/table/wood,
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/machinery/power/apc{
@@ -41178,7 +40863,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bsV" = (
+"bqW" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -41188,7 +40873,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bsW" = (
+"bqX" = (
/obj/structure/table/wood,
/obj/item/weapon/stamp/captain,
/obj/machinery/computer/security/wooden_tv,
@@ -41196,7 +40881,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bsX" = (
+"bqY" = (
/obj/effect/landmark/start{
name = "Captain"
},
@@ -41207,7 +40892,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bsY" = (
+"bqZ" = (
/obj/machinery/computer/card,
/obj/machinery/light/small{
dir = 4
@@ -41224,14 +40909,14 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bsZ" = (
+"bra" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
/area/hallway/primary/central)
-"bta" = (
+"brb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -41243,7 +40928,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"btb" = (
+"brc" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -41252,7 +40937,7 @@
dir = 4
},
/area/hallway/primary/central)
-"btc" = (
+"brd" = (
/obj/structure/table,
/obj/machinery/power/apc{
cell_type = 2500;
@@ -41270,9 +40955,11 @@
/obj/item/stack/cable_coil/random,
/obj/item/stack/cable_coil/random,
/obj/item/stack/cable_coil/random,
+/obj/item/weapon/paper_bin/construction,
+/obj/item/stack/cable_coil,
/turf/open/floor/plasteel,
/area/storage/art)
-"btd" = (
+"bre" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -41284,38 +40971,38 @@
},
/turf/open/floor/plasteel,
/area/storage/art)
-"bte" = (
+"brf" = (
/obj/structure/table,
/obj/item/weapon/airlock_painter,
/turf/open/floor/plasteel,
/area/storage/art)
-"btf" = (
+"brg" = (
/obj/machinery/light/small{
dir = 8
},
/obj/item/weapon/vending_refill/cigarette,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"btg" = (
+"brh" = (
/obj/effect/landmark/start{
name = "Bartender"
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bth" = (
+"bri" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bti" = (
+"brj" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"btj" = (
+"brk" = (
/obj/machinery/light/small,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -41334,7 +41021,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"btk" = (
+"brl" = (
/obj/machinery/door/airlock/maintenance{
name = "Bar Maintenance";
req_access_txt = "25"
@@ -41347,18 +41034,19 @@
},
/turf/open/floor/plating,
/area/crew_quarters/bar)
-"btl" = (
+"brm" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"btm" = (
+"brn" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -41367,7 +41055,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"btn" = (
+"bro" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -41382,11 +41070,12 @@
dir = 1;
initialize_directions = 11
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bto" = (
+"brp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -41401,7 +41090,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"btp" = (
+"brq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -41410,11 +41099,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"btq" = (
+"brr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -41427,7 +41117,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"btr" = (
+"brs" = (
/obj/item/device/assembly/prox_sensor,
/obj/structure/cable/yellow{
d1 = 4;
@@ -41440,7 +41130,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bts" = (
+"brt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -41453,7 +41143,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"btt" = (
+"bru" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -41462,11 +41152,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"btu" = (
+"brv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -41481,7 +41172,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"btv" = (
+"brw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -41490,11 +41181,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"btw" = (
+"brx" = (
/obj/machinery/requests_console{
department = "AI";
departmentType = 5;
@@ -41502,7 +41194,6 @@
pixel_y = 30
},
/obj/machinery/ai_slipper{
- icon_state = "motion0";
uses = 10
},
/obj/machinery/flasher{
@@ -41511,8 +41202,8 @@
pixel_y = -23
},
/turf/open/floor/plasteel/vault,
-/area/turret_protected/ai)
-"btx" = (
+/area/ai_monitored/turret_protected/ai)
+"bry" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -41521,7 +41212,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bty" = (
+"brz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/securearea{
pixel_x = 32;
@@ -41531,13 +41222,13 @@
dir = 2
},
/area/hallway/primary/starboard)
-"btz" = (
+"brA" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/engine/break_room)
-"btA" = (
+"brB" = (
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 0;
pixel_y = -30
@@ -41547,7 +41238,7 @@
dir = 5
},
/area/engine/break_room)
-"btB" = (
+"brC" = (
/obj/machinery/microwave{
pixel_x = 0;
pixel_y = 4
@@ -41562,7 +41253,7 @@
dir = 5
},
/area/engine/break_room)
-"btC" = (
+"brD" = (
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = -32
@@ -41573,15 +41264,16 @@
dir = 5
},
/area/engine/break_room)
-"btD" = (
+"brE" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/engine/break_room)
-"btE" = (
+"brF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -41598,7 +41290,7 @@
/obj/machinery/light,
/turf/open/floor/plasteel,
/area/engine/break_room)
-"btF" = (
+"brG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -41613,7 +41305,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"btG" = (
+"brH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -41624,7 +41316,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"btH" = (
+"brI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -41638,22 +41330,22 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"btI" = (
+"brJ" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
},
-/obj/structure/transit_tube{
- icon_state = "W-SE"
- },
/obj/machinery/ai_status_display{
pixel_y = 32
},
+/obj/structure/transit_tube/curved{
+ dir = 8
+ },
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
},
/area/engine/break_room)
-"btJ" = (
+"brK" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/hatch{
name = "MiniSat Access";
@@ -41667,7 +41359,7 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"btK" = (
+"brL" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -41680,7 +41372,7 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"btL" = (
+"brM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -41694,19 +41386,16 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/transit_tube{
- icon_state = "E-NW"
+/obj/structure/transit_tube/curved{
+ dir = 4
},
/turf/open/space,
/area/space)
-"btM" = (
+"brN" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
},
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -41727,51 +41416,17 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"btN" = (
-/obj/structure/transit_tube,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/transit_tube_pod{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"btO" = (
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
-/turf/open/space,
-/area/space)
-"btP" = (
-/obj/structure/transit_tube{
- icon_state = "NW-SE"
- },
-/turf/open/space,
-/area/space)
-"btQ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/transit_tube{
- icon_state = "D-SE"
- },
+"brO" = (
+/obj/structure/transit_tube/diagonal/topleft,
/turf/open/space,
/area/space)
-"btR" = (
+"brP" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/transit_tube{
- icon_state = "N-SW"
+/obj/structure/transit_tube/curved{
+ dir = 1
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 8
@@ -41779,7 +41434,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"btS" = (
+"brQ" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -41806,7 +41461,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"btT" = (
+"brR" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/yellow{
@@ -41820,7 +41475,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"btU" = (
+"brS" = (
/obj/machinery/door/window{
dir = 2;
name = "MiniSat Walkway Access";
@@ -41833,7 +41488,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"btV" = (
+"brT" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -41844,7 +41499,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"btW" = (
+"brU" = (
/obj/structure/window/reinforced,
/obj/structure/showcase{
density = 0;
@@ -41869,7 +41524,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"btX" = (
+"brV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -41877,7 +41532,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"btY" = (
+"brW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
@@ -41887,10 +41542,10 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 8
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"btZ" = (
+"brX" = (
/obj/machinery/ai_status_display{
pixel_x = 0;
pixel_y = 32
@@ -41912,8 +41567,8 @@
/turf/open/floor/plasteel/vault{
dir = 1
},
-/area/turret_protected/aisat_interior)
-"bua" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"brY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -41934,16 +41589,16 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 8
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bub" = (
+"brZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"buc" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bsa" = (
/obj/machinery/light/small{
dir = 8
},
@@ -41959,8 +41614,8 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 8
},
-/area/turret_protected/aisat_interior)
-"bud" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bsb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -41968,8 +41623,8 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 8
},
-/area/turret_protected/aisat_interior)
-"bue" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bsc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -41977,12 +41632,12 @@
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"buf" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bsd" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/darkblue/corner,
-/area/turret_protected/aisat_interior)
-"bug" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bse" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -42002,8 +41657,8 @@
/turf/open/floor/plasteel/vault{
dir = 4
},
-/area/turret_protected/aisat_interior)
-"buh" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"bsf" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -42011,10 +41666,10 @@
/turf/open/floor/plasteel/darkblue/corner{
dir = 8
},
-/area/turret_protected/tcomfoyer{
+/area/ai_monitored/turret_protected/tcomfoyer{
name = "\improper MiniSat Foyer"
})
-"bui" = (
+"bsg" = (
/obj/machinery/computer/station_alert,
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -42029,7 +41684,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"buj" = (
+"bsh" = (
/obj/structure/table,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
@@ -42045,7 +41700,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"buk" = (
+"bsi" = (
/obj/machinery/camera/motion{
c_tag = "MiniSat Maintenance";
dir = 8;
@@ -42066,7 +41721,7 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bul" = (
+"bsj" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -42076,32 +41731,36 @@
},
/turf/open/space,
/area/space)
-"bum" = (
-/turf/open/floor/plating/warnplate{
+"bsk" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bun" = (
+"bsl" = (
/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"buo" = (
+"bsm" = (
/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bup" = (
+"bsn" = (
/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"buq" = (
+"bso" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -42120,7 +41779,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bur" = (
+"bsp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -42140,13 +41799,13 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bus" = (
+"bsq" = (
/obj/structure/chair/comfy/beige{
dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"but" = (
+"bsr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -42154,7 +41813,7 @@
},
/turf/open/floor/carpet,
/area/hallway/primary/port)
-"buu" = (
+"bss" = (
/obj/structure/chair/comfy/beige{
dir = 8
},
@@ -42167,11 +41826,11 @@
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"buv" = (
+"bst" = (
/obj/machinery/vending/snack,
/turf/open/floor/plasteel/black,
/area/hallway/primary/port)
-"buw" = (
+"bsu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -42186,7 +41845,7 @@
dir = 8
},
/area/hallway/primary/port)
-"bux" = (
+"bsv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42194,7 +41853,7 @@
dir = 2
},
/area/hallway/primary/port)
-"buy" = (
+"bsw" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
listening = 1;
@@ -42208,7 +41867,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buz" = (
+"bsx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42216,7 +41875,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buA" = (
+"bsy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42225,7 +41884,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buB" = (
+"bsz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -42234,7 +41893,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buC" = (
+"bsA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42246,7 +41905,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buD" = (
+"bsB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42258,7 +41917,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buE" = (
+"bsC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42272,7 +41931,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buF" = (
+"bsD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42281,7 +41940,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buG" = (
+"bsE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42295,7 +41954,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buH" = (
+"bsF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42306,7 +41965,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buI" = (
+"bsG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42315,7 +41974,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buJ" = (
+"bsH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42328,7 +41987,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buK" = (
+"bsI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -42341,7 +42000,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buL" = (
+"bsJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -42353,7 +42012,7 @@
dir = 8
},
/area/hallway/primary/port)
-"buM" = (
+"bsK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -42362,7 +42021,7 @@
dir = 8
},
/area/hallway/primary/central)
-"buN" = (
+"bsL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -42378,7 +42037,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"buO" = (
+"bsM" = (
/obj/machinery/button/door{
id = "hop";
name = "Privacy Shutters Control";
@@ -42392,7 +42051,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"buP" = (
+"bsN" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -42406,11 +42065,11 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"buQ" = (
+"bsO" = (
/mob/living/simple_animal/pet/dog/corgi/Ian,
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"buR" = (
+"bsP" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -42425,17 +42084,17 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"buS" = (
+"bsQ" = (
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"buT" = (
+"bsR" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"buU" = (
+"bsS" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_command{
name = "Bridge";
@@ -42445,7 +42104,7 @@
dir = 1
},
/area/bridge)
-"buV" = (
+"bsT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_command{
@@ -42456,10 +42115,10 @@
dir = 1
},
/area/bridge)
-"buW" = (
+"bsU" = (
/turf/closed/wall,
/area/bridge)
-"buX" = (
+"bsV" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -42471,7 +42130,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"buY" = (
+"bsW" = (
/obj/machinery/button/door{
id = "bridge blast";
name = "Bridge Access Blast Door Control";
@@ -42498,11 +42157,11 @@
},
/turf/open/floor/carpet,
/area/bridge)
-"buZ" = (
-/obj/machinery/hologram/holopad,
+"bsX" = (
+/obj/machinery/holopad,
/turf/open/floor/carpet,
/area/bridge)
-"bva" = (
+"bsY" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -42523,7 +42182,7 @@
},
/turf/open/floor/carpet,
/area/bridge)
-"bvb" = (
+"bsZ" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -42533,7 +42192,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bvc" = (
+"bta" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -42548,7 +42207,7 @@
dir = 1
},
/area/bridge)
-"bvd" = (
+"btb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_command{
@@ -42559,7 +42218,7 @@
dir = 1
},
/area/bridge)
-"bve" = (
+"btc" = (
/obj/structure/table/wood,
/obj/structure/window/reinforced,
/obj/machinery/light_switch{
@@ -42577,7 +42236,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bvf" = (
+"btd" = (
/obj/machinery/door/window{
name = "Captain's Desk";
req_access_txt = "20"
@@ -42591,7 +42250,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bvg" = (
+"bte" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = 1;
@@ -42603,7 +42262,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bvh" = (
+"btf" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/blue,
/obj/machinery/door/window{
@@ -42621,7 +42280,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bvi" = (
+"btg" = (
/obj/structure/table/wood,
/obj/item/weapon/hand_tele,
/obj/structure/window/reinforced,
@@ -42635,7 +42294,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bvj" = (
+"bth" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -42651,13 +42310,14 @@
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bvk" = (
+"bti" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -42677,7 +42337,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bvl" = (
+"btj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -42695,7 +42355,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bvm" = (
+"btk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -42711,7 +42371,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bvn" = (
+"btl" = (
/obj/structure/table,
/obj/item/weapon/canvas/twentythreeXtwentythree,
/obj/item/weapon/canvas/twentythreeXtwentythree,
@@ -42724,12 +42384,12 @@
/obj/item/weapon/storage/crayons,
/turf/open/floor/plasteel,
/area/storage/art)
-"bvo" = (
+"btm" = (
/obj/structure/table,
/obj/item/device/camera,
/turf/open/floor/plasteel,
/area/storage/art)
-"bvp" = (
+"btn" = (
/obj/structure/table,
/obj/item/device/camera_film,
/obj/machinery/firealarm{
@@ -42738,11 +42398,11 @@
},
/turf/open/floor/plasteel,
/area/storage/art)
-"bvq" = (
+"bto" = (
/obj/structure/reagent_dispensers/beerkeg,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bvr" = (
+"btp" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -42757,7 +42417,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bvs" = (
+"btq" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -42774,7 +42434,7 @@
/obj/item/stack/cable_coil/random,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bvt" = (
+"btr" = (
/obj/machinery/chem_master/condimaster{
desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments.";
name = "HoochMaster Deluxe";
@@ -42782,7 +42442,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bvu" = (
+"bts" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -42795,7 +42455,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bvv" = (
+"btt" = (
/obj/item/weapon/stock_parts/cell/high{
charge = 100;
maxcharge = 15000
@@ -42804,18 +42464,18 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"bvw" = (
+"btu" = (
/obj/item/weapon/storage/toolbox/emergency,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bvx" = (
+"btv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bvy" = (
+"btw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -42828,19 +42488,19 @@
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"bvz" = (
+"btx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/caution{
dir = 8
},
/area/hallway/primary/starboard)
-"bvA" = (
+"bty" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/caution{
dir = 4
},
/area/hallway/primary/starboard)
-"bvB" = (
+"btz" = (
/obj/machinery/door/airlock/maintenance{
name = "Engineering Foyer Maintenance";
req_access_txt = "0";
@@ -42849,7 +42509,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/engine/break_room)
-"bvC" = (
+"btA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -42857,7 +42517,7 @@
dir = 2
},
/area/engine/break_room)
-"bvD" = (
+"btB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -42870,7 +42530,7 @@
dir = 2
},
/area/engine/break_room)
-"bvE" = (
+"btC" = (
/obj/machinery/requests_console{
announcementConsole = 1;
department = "Head of Personnel's Desk";
@@ -42883,7 +42543,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bvF" = (
+"btD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/sign/securearea{
pixel_x = 32;
@@ -42891,7 +42551,7 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"bvG" = (
+"btE" = (
/obj/effect/landmark{
name = "revenantspawn"
},
@@ -42907,7 +42567,7 @@
},
/turf/open/floor/plasteel/darkblue/corner,
/area/engine/break_room)
-"bvH" = (
+"btF" = (
/obj/machinery/airalarm{
dir = 4;
locked = 0;
@@ -42920,7 +42580,7 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"bvI" = (
+"btG" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -42940,7 +42600,7 @@
},
/turf/open/floor/plasteel/darkblue/corner,
/area/engine/break_room)
-"bvJ" = (
+"btH" = (
/obj/structure/cable/yellow{
d2 = 2;
icon_state = "0-2"
@@ -42952,50 +42612,40 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bvK" = (
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
+"btI" = (
/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"bvL" = (
-/obj/structure/transit_tube{
- icon_state = "E-NW"
+/obj/structure/transit_tube/curved{
+ dir = 4
},
-/obj/structure/lattice,
/turf/open/space,
/area/space)
-"bvM" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE"
- },
+"btJ" = (
/obj/structure/lattice,
+/obj/structure/transit_tube/curved/flipped{
+ dir = 8
+ },
/turf/open/space,
/area/space)
-"bvN" = (
+"btK" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
},
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"bvO" = (
+"btL" = (
/turf/closed/wall/r_wall,
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bvP" = (
+"btM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall/r_wall,
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bvQ" = (
+"btN" = (
/obj/machinery/door/airlock/hatch{
name = "Telecoms Control Room";
req_one_access_txt = "19; 61"
@@ -43012,45 +42662,49 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bvR" = (
-/turf/open/floor/plasteel/warning{
+"btO" = (
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bvS" = (
+"btP" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bvT" = (
-/turf/open/floor/plasteel/warning{
+"btQ" = (
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bvU" = (
+"btR" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-18";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bvV" = (
+"btS" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -43059,43 +42713,45 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bvW" = (
+"btT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bvX" = (
+"btU" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-08";
layer = 4.1
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bvY" = (
+"btV" = (
/obj/structure/chair/comfy/beige{
dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bvZ" = (
+"btW" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-03";
layer = 4.1
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/port)
-"bwa" = (
+"btX" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -43107,7 +42763,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/port)
-"bwb" = (
+"btY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -43122,7 +42778,7 @@
dir = 8
},
/area/hallway/primary/port)
-"bwc" = (
+"btZ" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
@@ -43131,20 +42787,20 @@
dir = 4
},
/area/hallway/primary/port)
-"bwd" = (
+"bua" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/port)
-"bwe" = (
+"bub" = (
/obj/structure/closet/emcloset,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/port)
-"bwf" = (
+"buc" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/port)
-"bwg" = (
+"bud" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;27;37"
@@ -43159,34 +42815,32 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bwh" = (
+"bue" = (
/turf/closed/wall,
/area/library)
-"bwi" = (
+"buf" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plasteel/black,
/area/hallway/primary/central)
-"bwj" = (
+"bug" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/centcom{
- name = "Library";
- opacity = 1
+/obj/machinery/door/airlock/glass{
+ name = "Library"
},
/turf/open/floor/wood,
/area/library)
-"bwk" = (
+"buh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/centcom{
- name = "Library";
- opacity = 1
+/obj/machinery/door/airlock/glass{
+ name = "Library"
},
/turf/open/floor/wood,
/area/library)
-"bwl" = (
+"bui" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the escape arm is.";
icon_state = "direction_evac";
@@ -43206,13 +42860,13 @@
},
/turf/closed/wall,
/area/library)
-"bwm" = (
+"buj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
/area/hallway/primary/central)
-"bwn" = (
+"buk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -43230,7 +42884,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bwo" = (
+"bul" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -43247,7 +42901,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bwp" = (
+"bum" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -43267,7 +42921,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bwq" = (
+"bun" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -43282,7 +42936,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bwr" = (
+"buo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -43303,7 +42957,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bws" = (
+"bup" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -43311,7 +42965,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bwt" = (
+"buq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -43322,10 +42976,10 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bwu" = (
+"bur" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -43341,7 +42995,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bwv" = (
+"bus" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -43352,13 +43006,13 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bww" = (
+"but" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"bwx" = (
+"buu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -43370,39 +43024,39 @@
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/heads)
-"bwy" = (
+"buv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"bwz" = (
+"buw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bwA" = (
+"bux" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/bridge)
-"bwB" = (
+"buy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/bookcase,
/turf/open/floor/wood,
/area/bridge)
-"bwC" = (
+"buz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/closed/wall,
/area/bridge)
-"bwD" = (
+"buA" = (
/obj/machinery/door/airlock/command{
name = "Command Desk";
req_access = null;
@@ -43410,15 +43064,15 @@
},
/turf/open/floor/plasteel/vault,
/area/bridge)
-"bwE" = (
+"buB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall,
/area/bridge)
-"bwF" = (
+"buC" = (
/obj/structure/bookcase,
/turf/open/floor/wood,
/area/bridge)
-"bwG" = (
+"buD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -43432,11 +43086,11 @@
},
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"bwH" = (
+"buE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/bridge)
-"bwI" = (
+"buF" = (
/obj/machinery/vending/boozeomat,
/obj/machinery/light/small{
dir = 8
@@ -43445,8 +43099,8 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bwJ" = (
-/obj/machinery/hologram/holopad{
+"buG" = (
+/obj/machinery/holopad{
pixel_x = 9;
pixel_y = -9
},
@@ -43454,7 +43108,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bwK" = (
+"buH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -43464,7 +43118,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bwL" = (
+"buI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -43473,7 +43127,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bwM" = (
+"buJ" = (
/obj/machinery/camera{
c_tag = "Captain's Office";
dir = 8;
@@ -43483,7 +43137,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bwN" = (
+"buK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -43502,7 +43156,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bwO" = (
+"buL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 4;
@@ -43513,7 +43167,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bwP" = (
+"buM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -43526,11 +43180,11 @@
dir = 4
},
/area/hallway/primary/central)
-"bwQ" = (
+"buN" = (
/obj/machinery/vending/boozeomat,
/turf/closed/wall,
/area/crew_quarters/bar)
-"bwR" = (
+"buO" = (
/obj/machinery/door/airlock{
name = "Bar Storage";
req_access_txt = "25"
@@ -43541,7 +43195,7 @@
icon_state = "wood"
},
/area/crew_quarters/bar)
-"bwS" = (
+"buP" = (
/obj/machinery/computer/slot_machine{
pixel_y = 2
},
@@ -43550,13 +43204,13 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bwT" = (
+"buQ" = (
/obj/machinery/computer/slot_machine{
pixel_y = 2
},
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bwU" = (
+"buR" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
@@ -43566,7 +43220,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bwV" = (
+"buS" = (
/obj/machinery/disposal/bin{
pixel_x = 2;
pixel_y = 2
@@ -43574,7 +43228,7 @@
/obj/structure/disposalpipe/trunk,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bwW" = (
+"buT" = (
/obj/machinery/computer/arcade,
/obj/machinery/airalarm{
dir = 8;
@@ -43587,20 +43241,20 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bwX" = (
+"buU" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bwY" = (
+"buV" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"bwZ" = (
+"buW" = (
/obj/machinery/camera/emp_proof{
c_tag = "Engineering - Particle Accelerator";
dir = 2;
@@ -43613,11 +43267,12 @@
pixel_x = 0;
tag = ""
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"bxa" = (
+"buX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -43629,11 +43284,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bxb" = (
+"buY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -43643,7 +43299,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bxc" = (
+"buZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -43652,7 +43308,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bxd" = (
+"bva" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
@@ -43667,7 +43323,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bxe" = (
+"bvb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -43675,7 +43331,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bxf" = (
+"bvc" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
@@ -43684,13 +43340,13 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bxg" = (
+"bvd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bxh" = (
+"bve" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -43698,7 +43354,7 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"bxi" = (
+"bvf" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
freerange = 1;
@@ -43742,8 +43398,8 @@
req_access_txt = "16"
},
/turf/open/floor/greengrid,
-/area/turret_protected/ai)
-"bxj" = (
+/area/ai_monitored/turret_protected/ai)
+"bvg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -43752,7 +43408,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bxk" = (
+"bvh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -43760,11 +43416,11 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"bxl" = (
+"bvi" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/engine/break_room)
-"bxm" = (
+"bvj" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -43772,11 +43428,12 @@
name = "Atmos Blast Door";
opacity = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/break_room)
-"bxn" = (
+"bvk" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -43792,11 +43449,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/break_room)
-"bxo" = (
+"bvl" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -43808,23 +43466,24 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/break_room)
-"bxp" = (
+"bvm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/break_room)
-"bxq" = (
+"bvn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/caution{
dir = 2
},
/area/engine/break_room)
-"bxr" = (
+"bvo" = (
/obj/structure/table/glass,
/obj/item/weapon/wrench,
/obj/item/weapon/crowbar,
@@ -43834,7 +43493,7 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"bxs" = (
+"bvp" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -43846,15 +43505,16 @@
dir = 8;
network = list("SS13")
},
-/turf/open/floor/plasteel/darkwarning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"bxt" = (
+"bvq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
/area/engine/break_room)
-"bxu" = (
+"bvr" = (
/obj/structure/table/glass,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -43874,7 +43534,7 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"bxv" = (
+"bvs" = (
/obj/machinery/door/airlock/hatch{
icon_state = "door_closed";
name = "MiniSat Space Access Airlock";
@@ -43885,12 +43545,12 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"bxw" = (
+"bvt" = (
/turf/closed/wall,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bxx" = (
+"bvu" = (
/obj/structure/table/wood,
/obj/machinery/light/small{
dir = 8
@@ -43905,16 +43565,17 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bxy" = (
+"bvv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"bxz" = (
+"bvw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/showcase{
density = 0;
@@ -43930,7 +43591,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bxA" = (
+"bvx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -43941,7 +43602,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bxB" = (
+"bvy" = (
/obj/machinery/light_switch{
pixel_x = 0;
pixel_y = 28
@@ -43960,7 +43621,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bxC" = (
+"bvz" = (
/obj/structure/table/wood,
/obj/machinery/ai_status_display{
pixel_x = 0;
@@ -43971,7 +43632,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bxD" = (
+"bvA" = (
/obj/machinery/light/small{
dir = 4
},
@@ -43995,18 +43656,19 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bxE" = (
+"bvB" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-20";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxF" = (
+"bvC" = (
/obj/structure/chair,
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
@@ -44016,66 +43678,72 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxG" = (
+"bvD" = (
/obj/structure/chair,
/obj/effect/landmark/start{
name = "Assistant"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxH" = (
-/turf/open/floor/plasteel/warning/corner{
+"bvE" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxI" = (
+"bvF" = (
/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxJ" = (
+"bvG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxK" = (
+"bvH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxL" = (
+"bvI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxM" = (
+"bvJ" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -44088,7 +43756,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxN" = (
+"bvK" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -44104,7 +43772,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxO" = (
+"bvL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -44123,7 +43791,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxP" = (
+"bvM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -44133,14 +43801,14 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bxQ" = (
+"bvN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bxR" = (
+"bvO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -44148,7 +43816,7 @@
dir = 9
},
/area/hallway/primary/port)
-"bxS" = (
+"bvP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -44157,7 +43825,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bxT" = (
+"bvQ" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=6-Port-Central";
location = "5-Customs"
@@ -44175,7 +43843,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bxU" = (
+"bvR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -44183,7 +43851,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bxV" = (
+"bvS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -44191,7 +43859,7 @@
dir = 5
},
/area/hallway/primary/port)
-"bxW" = (
+"bvT" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -44200,7 +43868,7 @@
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"bxX" = (
+"bvU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -44214,7 +43882,7 @@
dir = 1
},
/area/hallway/primary/port)
-"bxY" = (
+"bvV" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -44223,40 +43891,41 @@
dir = 4
},
/area/hallway/primary/port)
-"bxZ" = (
+"bvW" = (
/turf/closed/wall,
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bya" = (
+"bvX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall,
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"byb" = (
+"bvY" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"byc" = (
+"bvZ" = (
/obj/structure/closet,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/item/weapon/poster/contraband,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"byd" = (
+"bwa" = (
/obj/structure/table/wood,
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = -32;
@@ -44269,27 +43938,27 @@
},
/turf/open/floor/wood,
/area/library)
-"bye" = (
+"bwb" = (
/obj/structure/table/wood,
/obj/machinery/computer/libraryconsole,
/turf/open/floor/wood,
/area/library)
-"byf" = (
+"bwc" = (
/turf/open/floor/carpet,
/area/library)
-"byg" = (
+"bwd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/turf/open/floor/carpet,
/area/library)
-"byh" = (
+"bwe" = (
/obj/structure/chair/comfy/black{
dir = 8
},
/turf/open/floor/wood,
/area/library)
-"byi" = (
+"bwf" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -44302,7 +43971,7 @@
dir = 2
},
/area/library)
-"byj" = (
+"bwg" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
pixel_x = 0;
@@ -44314,7 +43983,7 @@
dir = 2
},
/area/library)
-"byk" = (
+"bwh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -44324,14 +43993,14 @@
dir = 8
},
/area/hallway/primary/central)
-"byl" = (
+"bwi" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bym" = (
+"bwj" = (
/obj/item/weapon/hand_labeler,
/obj/item/stack/packageWrap,
/obj/structure/cable/yellow{
@@ -44342,11 +44011,11 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"byn" = (
+"bwk" = (
/obj/structure/closet/secure_closet/hop,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"byo" = (
+"bwl" = (
/obj/machinery/door/airlock/hatch{
icon_state = "door_closed";
name = "MiniSat Space Access Airlock";
@@ -44354,7 +44023,7 @@
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"byp" = (
+"bwm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -44363,11 +44032,11 @@
/obj/machinery/computer/secure_data,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"byq" = (
+"bwn" = (
/obj/machinery/computer/card,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"byr" = (
+"bwo" = (
/obj/structure/chair/office/dark,
/obj/effect/landmark/start{
name = "Head of Personnel"
@@ -44402,7 +44071,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bys" = (
+"bwp" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -44414,11 +44083,11 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"byt" = (
+"bwq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"byu" = (
+"bwr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
dir = 4;
@@ -44433,7 +44102,7 @@
dir = 1
},
/area/bridge)
-"byv" = (
+"bws" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -44441,7 +44110,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"byw" = (
+"bwt" = (
/obj/structure/table/wood,
/obj/item/weapon/book/manual/wiki/security_space_law{
pixel_y = 3
@@ -44454,8 +44123,8 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"byx" = (
-/obj/machinery/hologram/holopad,
+"bwu" = (
+/obj/machinery/holopad,
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -44467,7 +44136,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"byy" = (
+"bwv" = (
/obj/machinery/camera{
c_tag = "Council Chamber";
dir = 2;
@@ -44485,7 +44154,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"byz" = (
+"bww" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/yellow,
/obj/machinery/firealarm{
@@ -44493,7 +44162,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"byA" = (
+"bwx" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -44506,7 +44175,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"byB" = (
+"bwy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -44519,7 +44188,7 @@
},
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"byC" = (
+"bwz" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
@@ -44533,7 +44202,7 @@
dir = 1
},
/area/bridge)
-"byD" = (
+"bwA" = (
/obj/machinery/vending/cigarette{
pixel_y = 2;
products = list(/obj/item/weapon/storage/fancy/cigarettes/cigpack_syndicate = 7, /obj/item/weapon/storage/fancy/cigarettes/cigpack_uplift = 3, /obj/item/weapon/storage/fancy/cigarettes/cigpack_robust = 2, /obj/item/weapon/storage/fancy/cigarettes/cigpack_carp = 3, /obj/item/weapon/storage/fancy/cigarettes/cigpack_midori = 1, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/lighter/greyscale = 4, /obj/item/weapon/storage/fancy/rollingpapers = 5)
@@ -44542,7 +44211,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"byE" = (
+"bwB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -44550,7 +44219,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"byF" = (
+"bwC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -44567,7 +44236,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"byG" = (
+"bwD" = (
/obj/structure/table/wood,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -44582,7 +44251,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"byH" = (
+"bwE" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -44603,7 +44272,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"byI" = (
+"bwF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -44619,7 +44288,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"byJ" = (
+"bwG" = (
/obj/machinery/door/airlock/command{
name = "Emergency Escape";
req_access = null;
@@ -44636,13 +44305,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"byK" = (
+"bwH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -44657,13 +44327,14 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"byL" = (
+"bwI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -44672,7 +44343,7 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"byM" = (
+"bwJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -44682,7 +44353,7 @@
dir = 4
},
/area/hallway/primary/central)
-"byN" = (
+"bwK" = (
/obj/structure/table,
/obj/machinery/firealarm{
dir = 8;
@@ -44695,12 +44366,12 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"byO" = (
+"bwL" = (
/obj/structure/table,
/obj/machinery/chem_dispenser/drinks/beer,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"byP" = (
+"bwM" = (
/obj/machinery/camera{
c_tag = "Bar";
dir = 2;
@@ -44722,7 +44393,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"byQ" = (
+"bwN" = (
/obj/machinery/light{
dir = 1
},
@@ -44732,10 +44403,10 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"byR" = (
+"bwO" = (
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"byS" = (
+"bwP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -44743,7 +44414,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"byT" = (
+"bwQ" = (
/obj/structure/sign/securearea{
desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
icon_state = "monkey_painting";
@@ -44761,7 +44432,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"byU" = (
+"bwR" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 1;
@@ -44779,7 +44450,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"byV" = (
+"bwS" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -44787,7 +44458,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"byW" = (
+"bwT" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -44800,7 +44471,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"byX" = (
+"bwU" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -44823,7 +44494,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"byY" = (
+"bwV" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -44833,7 +44504,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"byZ" = (
+"bwW" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -44842,13 +44513,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bza" = (
+"bwX" = (
/obj/structure/chair/stool{
pixel_y = 8
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bzb" = (
+"bwY" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -44859,7 +44530,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bzc" = (
+"bwZ" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
@@ -44872,7 +44543,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bzd" = (
+"bxa" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -44884,7 +44555,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bze" = (
+"bxb" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -44900,13 +44571,13 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bzf" = (
+"bxc" = (
/turf/closed/wall/r_wall,
/area/atmos)
-"bzg" = (
+"bxd" = (
/turf/closed/wall,
/area/atmos)
-"bzh" = (
+"bxe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -44920,51 +44591,51 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bzi" = (
+"bxf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/closed/wall,
/area/atmos)
-"bzj" = (
+"bxg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bzk" = (
+"bxh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bzl" = (
+"bxi" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bzm" = (
+"bxj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bzn" = (
+"bxk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bzo" = (
+"bxl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bzp" = (
+"bxm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -44980,11 +44651,12 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/black,
/area/engine/break_room)
-"bzq" = (
+"bxn" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -44996,7 +44668,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bzr" = (
+"bxo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45005,7 +44677,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bzs" = (
+"bxp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -45018,12 +44690,12 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bzt" = (
+"bxq" = (
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bzu" = (
+"bxr" = (
/obj/structure/chair/office/dark{
dir = 4
},
@@ -45031,7 +44703,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bzv" = (
+"bxs" = (
/obj/machinery/computer/security/telescreen{
dir = 8;
name = "Telecoms Camera Monitor";
@@ -45046,47 +44718,50 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bzw" = (
+"bxt" = (
/obj/machinery/light,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzx" = (
-/obj/item/device/radio/intercom{
- freerange = 0;
- frequency = 1459;
- name = "Station Intercom (General)";
- pixel_x = 0;
- pixel_y = -25
- },
+"bxu" = (
/obj/machinery/camera{
c_tag = "Arrivals - Middle Arm - Far";
dir = 1;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzy" = (
+"bxv" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzz" = (
+"bxw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzA" = (
+"bxx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45098,34 +44773,22 @@
pixel_x = 0;
pixel_y = -32
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzB" = (
+"bxy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/light,
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/entry{
- name = "Arrivals"
- })
-"bzC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 4;
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzD" = (
+"bxz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45134,21 +44797,23 @@
dir = 1;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzE" = (
+"bxA" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzF" = (
+"bxB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45164,7 +44829,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzG" = (
+"bxC" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -45178,7 +44843,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzH" = (
+"bxD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -45193,7 +44858,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzI" = (
+"bxE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45210,7 +44875,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bzJ" = (
+"bxF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45222,7 +44887,7 @@
dir = 10
},
/area/hallway/primary/port)
-"bzK" = (
+"bxG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45233,7 +44898,7 @@
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
-"bzL" = (
+"bxH" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -45256,7 +44921,7 @@
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
-"bzM" = (
+"bxI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -45267,7 +44932,7 @@
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
-"bzN" = (
+"bxJ" = (
/obj/machinery/airalarm{
dir = 1;
icon_state = "alarm0";
@@ -45277,11 +44942,11 @@
dir = 6
},
/area/hallway/primary/port)
-"bzO" = (
+"bxK" = (
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bzP" = (
+"bxL" = (
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-left-MS";
@@ -45291,7 +44956,7 @@
dir = 10
},
/area/hallway/primary/port)
-"bzQ" = (
+"bxM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -45307,7 +44972,7 @@
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
-"bzR" = (
+"bxN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -45320,7 +44985,7 @@
dir = 6
},
/area/hallway/primary/port)
-"bzS" = (
+"bxO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -45338,7 +45003,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bzT" = (
+"bxP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -45356,7 +45021,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bzU" = (
+"bxQ" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -45374,7 +45039,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bzV" = (
+"bxR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -45387,7 +45052,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bzW" = (
+"bxS" = (
/obj/item/weapon/cigbutt,
/obj/machinery/power/apc{
cell_type = 5000;
@@ -45399,13 +45064,14 @@
d2 = 4;
icon_state = "0-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bzX" = (
+"bxT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -45421,7 +45087,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bzY" = (
+"bxU" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
pixel_x = -32;
@@ -45429,7 +45095,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bzZ" = (
+"bxV" = (
/obj/structure/chair/office/dark{
dir = 1
},
@@ -45438,12 +45104,12 @@
},
/turf/open/floor/wood,
/area/library)
-"bAa" = (
+"bxW" = (
/turf/open/floor/plasteel/cult{
dir = 2
},
/area/library)
-"bAb" = (
+"bxX" = (
/obj/structure/chair/comfy/brown{
dir = 1
},
@@ -45451,14 +45117,14 @@
dir = 2
},
/area/library)
-"bAc" = (
+"bxY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
/area/hallway/primary/central)
-"bAd" = (
+"bxZ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -45468,7 +45134,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/heads)
-"bAe" = (
+"bya" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -45482,7 +45148,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/heads)
-"bAf" = (
+"byb" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/brigdoor{
base_state = "rightsecure";
@@ -45513,7 +45179,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/heads)
-"bAg" = (
+"byc" = (
/obj/machinery/light{
dir = 8
},
@@ -45526,13 +45192,13 @@
},
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"bAh" = (
+"byd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
/area/bridge)
-"bAi" = (
+"bye" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command{
name = "Council Chamber";
@@ -45541,38 +45207,38 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bAj" = (
+"byf" = (
/obj/structure/chair/comfy/beige,
/turf/open/floor/carpet,
/area/bridge)
-"bAk" = (
+"byg" = (
/obj/structure/chair/comfy/black,
/turf/open/floor/carpet,
/area/bridge)
-"bAl" = (
+"byh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
/obj/structure/chair/comfy/beige,
/turf/open/floor/carpet,
/area/bridge)
-"bAm" = (
+"byi" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/carpet,
/area/bridge)
-"bAn" = (
+"byj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/carpet,
/area/bridge)
-"bAo" = (
+"byk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bAp" = (
+"byl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45584,7 +45250,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bAq" = (
+"bym" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -45595,7 +45261,7 @@
},
/turf/open/floor/plasteel/darkblue/corner,
/area/bridge)
-"bAr" = (
+"byn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -45603,7 +45269,7 @@
dir = 1
},
/area/bridge)
-"bAs" = (
+"byo" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command{
name = "Captain's Quarters";
@@ -45614,13 +45280,13 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bAt" = (
+"byp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bAu" = (
+"byq" = (
/obj/structure/chair/comfy/brown{
icon_state = "comfychair";
dir = 4
@@ -45629,14 +45295,14 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bAv" = (
+"byr" = (
/obj/structure/table/wood,
/obj/item/weapon/reagent_containers/food/drinks/shaker,
/turf/open/floor/carpet,
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bAw" = (
+"bys" = (
/obj/structure/chair/comfy/brown{
icon_state = "comfychair";
dir = 8
@@ -45645,7 +45311,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bAx" = (
+"byt" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -45659,7 +45325,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bAy" = (
+"byu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -45676,7 +45342,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bAz" = (
+"byv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
dir = 8;
@@ -45686,7 +45352,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bAA" = (
+"byw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -45695,7 +45361,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bAB" = (
+"byx" = (
/obj/machinery/porta_turret/ai{
dir = 2
},
@@ -45707,25 +45373,25 @@
/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/turret_protected/ai)
-"bAC" = (
+/area/ai_monitored/turret_protected/ai)
+"byy" = (
/obj/effect/landmark/start{
name = "Bartender"
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bAD" = (
+"byz" = (
/mob/living/carbon/monkey/punpun,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bAE" = (
+"byA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark/start{
name = "Bartender"
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bAF" = (
+"byB" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Bar Access";
@@ -45733,10 +45399,10 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bAG" = (
+"byC" = (
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bAH" = (
+"byD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -45746,14 +45412,14 @@
/obj/item/clothing/head/fedora,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bAI" = (
+"byE" = (
/obj/structure/table/wood/poker,
/obj/item/toy/cards/deck{
pixel_y = 4
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bAJ" = (
+"byF" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -45766,7 +45432,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bAK" = (
+"byG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -45777,7 +45443,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bAL" = (
+"byH" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -45787,23 +45453,24 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bAM" = (
+"byI" = (
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/quartermaster/office{
name = "\improper Cargo Office"
})
-"bAN" = (
+"byJ" = (
/obj/structure/chair/wood/wings{
dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bAO" = (
+"byK" = (
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -45811,11 +45478,12 @@
name = "Engineering Security Doors";
opacity = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/engine/break_room)
-"bAP" = (
+"byL" = (
/obj/machinery/power/apc{
dir = 1;
name = "Theatre APC";
@@ -45830,7 +45498,7 @@
/obj/item/clothing/glasses/monocle,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bAQ" = (
+"byM" = (
/obj/machinery/light/small{
dir = 4
},
@@ -45843,11 +45511,11 @@
},
/mob/living/simple_animal/bot/cleanbot,
/turf/open/floor/plasteel/darkblue/corner,
-/area/turret_protected/aisat_interior)
-"bAR" = (
+/area/ai_monitored/turret_protected/aisat_interior)
+"byN" = (
/turf/closed/wall,
/area/crew_quarters/theatre)
-"bAS" = (
+"byO" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 50
@@ -45873,19 +45541,19 @@
/area/ai_monitored/storage/secure{
name = "MiniSat Maintenance"
})
-"bAT" = (
+"byP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/beacon,
/turf/open/floor/plasteel/caution{
dir = 8
},
/area/hallway/primary/starboard)
-"bAU" = (
+"byQ" = (
/turf/open/floor/plasteel/caution{
dir = 4
},
/area/hallway/primary/starboard)
-"bAV" = (
+"byR" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -45905,7 +45573,7 @@
dir = 9
},
/area/atmos)
-"bAW" = (
+"byS" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -45925,7 +45593,7 @@
dir = 1
},
/area/atmos)
-"bAX" = (
+"byT" = (
/obj/machinery/computer/atmos_alert,
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -45940,7 +45608,7 @@
dir = 1
},
/area/atmos)
-"bAY" = (
+"byU" = (
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-right-MS";
@@ -45951,7 +45619,7 @@
dir = 1
},
/area/atmos)
-"bAZ" = (
+"byV" = (
/obj/structure/sign/atmosplaque{
pixel_x = 0;
pixel_y = 32
@@ -45973,7 +45641,7 @@
dir = 5
},
/area/atmos)
-"bBa" = (
+"byW" = (
/obj/structure/table,
/obj/item/clothing/head/welding{
pixel_x = -3;
@@ -45994,7 +45662,7 @@
dir = 8
},
/area/atmos)
-"bBb" = (
+"byX" = (
/obj/machinery/power/apc{
cell_type = 10000;
dir = 1;
@@ -46012,7 +45680,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bBc" = (
+"byY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -46021,22 +45689,23 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bBd" = (
+"byZ" = (
/obj/machinery/space_heater,
/obj/machinery/firealarm{
dir = 2;
pixel_y = 24
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/atmos)
-"bBe" = (
+"bza" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/atmos)
-"bBf" = (
+"bzb" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 8
},
@@ -46049,7 +45718,7 @@
dir = 1
},
/area/atmos)
-"bBg" = (
+"bzc" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "Distro to Waste";
@@ -46068,7 +45737,7 @@
dir = 1
},
/area/atmos)
-"bBh" = (
+"bzd" = (
/obj/machinery/meter{
frequency = 1441;
id_tag = "distro_meter";
@@ -46079,7 +45748,7 @@
dir = 1
},
/area/atmos)
-"bBi" = (
+"bze" = (
/obj/machinery/atmospherics/pipe/manifold/supply/visible{
dir = 1
},
@@ -46087,7 +45756,7 @@
dir = 1
},
/area/atmos)
-"bBj" = (
+"bzf" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "Air to Distro";
@@ -46106,7 +45775,7 @@
dir = 1
},
/area/atmos)
-"bBk" = (
+"bzg" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 10;
initialize_directions = 10
@@ -46115,7 +45784,7 @@
dir = 1
},
/area/atmos)
-"bBl" = (
+"bzh" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 2;
on = 1
@@ -46124,17 +45793,17 @@
dir = 1
},
/area/atmos)
-"bBm" = (
+"bzi" = (
/obj/structure/lattice,
/obj/structure/grille,
/turf/closed/wall/r_wall,
/area/space)
-"bBn" = (
+"bzj" = (
/obj/structure/grille,
/obj/structure/lattice,
/turf/closed/wall/r_wall,
/area/space)
-"bBo" = (
+"bzk" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 8
@@ -46146,7 +45815,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bBp" = (
+"bzl" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -46159,7 +45828,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bBq" = (
+"bzm" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -46183,7 +45852,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bBr" = (
+"bzn" = (
/obj/machinery/computer/message_monitor,
/obj/machinery/airalarm{
dir = 4;
@@ -46194,7 +45863,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bBs" = (
+"bzo" = (
/obj/structure/chair/office/dark{
dir = 8
},
@@ -46202,7 +45871,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bBt" = (
+"bzp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -46210,8 +45879,8 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bBu" = (
-/obj/machinery/hologram/holopad,
+"bzq" = (
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -46230,7 +45899,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bBv" = (
+"bzr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -46243,7 +45912,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bBw" = (
+"bzs" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -46260,7 +45929,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bBx" = (
+"bzt" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 4;
@@ -46279,7 +45948,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bBy" = (
+"bzu" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -46299,7 +45968,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bBz" = (
+"bzv" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -46308,7 +45977,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bBA" = (
+"bzw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46323,14 +45992,14 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bBB" = (
+"bzx" = (
/turf/closed/wall,
/area/security/vacantoffice)
-"bBC" = (
+"bzy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/security/vacantoffice)
-"bBD" = (
+"bzz" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Vacant Office";
@@ -46345,7 +46014,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bBE" = (
+"bzA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -46359,7 +46028,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bBF" = (
+"bzB" = (
/obj/structure/mirror{
pixel_x = 28
},
@@ -46367,7 +46036,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bBG" = (
+"bzC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46378,16 +46047,16 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bBH" = (
+"bzD" = (
/obj/machinery/photocopier{
pixel_y = 3
},
/turf/open/floor/wood,
/area/library)
-"bBI" = (
+"bzE" = (
/turf/open/floor/wood,
/area/library)
-"bBJ" = (
+"bzF" = (
/obj/machinery/light{
dir = 4
},
@@ -46400,7 +46069,7 @@
},
/turf/open/floor/carpet,
/area/library)
-"bBK" = (
+"bzG" = (
/obj/machinery/door/morgue{
name = "Study #1";
req_access_txt = "0"
@@ -46409,7 +46078,7 @@
dir = 2
},
/area/library)
-"bBL" = (
+"bzH" = (
/obj/machinery/door/morgue{
name = "Study #2";
req_access_txt = "0"
@@ -46418,7 +46087,7 @@
dir = 2
},
/area/library)
-"bBM" = (
+"bzI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
dir = 8
@@ -46427,23 +46096,24 @@
dir = 8
},
/area/hallway/primary/central)
-"bBN" = (
+"bzJ" = (
/turf/closed/wall,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBO" = (
+"bzK" = (
/obj/machinery/vending/cola,
/turf/open/floor/plasteel/black,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBP" = (
-/turf/open/floor/plasteel/bot,
+"bzL" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBQ" = (
+"bzM" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -46458,22 +46128,24 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBR" = (
+"bzN" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBS" = (
+"bzO" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -46481,11 +46153,12 @@
pixel_x = 0;
pixel_y = 21
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBT" = (
+"bzP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46496,27 +46169,29 @@
pixel_x = 28;
pixel_y = -28
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBU" = (
+"bzQ" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 4
},
/obj/item/weapon/pen,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBV" = (
+"bzR" = (
/turf/closed/wall/r_wall,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bBW" = (
+"bzS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -46532,7 +46207,7 @@
dir = 1
},
/area/bridge)
-"bBX" = (
+"bzT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -46551,7 +46226,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bBY" = (
+"bzU" = (
/obj/structure/chair/comfy/teal{
icon_state = "comfychair";
dir = 4
@@ -46561,29 +46236,32 @@
},
/turf/open/floor/carpet,
/area/bridge)
-"bBZ" = (
+"bzV" = (
/obj/structure/table/wood,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/turf/open/floor/carpet,
/area/bridge)
-"bCa" = (
+"bzW" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/blue,
/obj/item/weapon/lighter,
/turf/open/floor/carpet,
/area/bridge)
-"bCb" = (
+"bzX" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/red,
/turf/open/floor/carpet,
/area/bridge)
-"bCc" = (
+"bzY" = (
/obj/structure/chair/comfy/black{
dir = 8
},
/turf/open/floor/carpet,
/area/bridge)
-"bCd" = (
+"bzZ" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -46594,7 +46272,7 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bCe" = (
+"bAa" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46609,13 +46287,13 @@
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"bCf" = (
+"bAb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
/area/bridge)
-"bCg" = (
+"bAc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -46628,7 +46306,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bCh" = (
+"bAd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -46637,7 +46315,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bCi" = (
+"bAe" = (
/obj/machinery/light,
/obj/machinery/computer/security/telescreen{
dir = 1;
@@ -46651,7 +46329,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bCj" = (
+"bAf" = (
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
@@ -46662,7 +46340,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bCk" = (
+"bAg" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -46677,7 +46355,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bCl" = (
+"bAh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -46685,11 +46363,12 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bCm" = (
+"bAi" = (
/obj/structure/table/reinforced,
/obj/item/weapon/lighter,
/obj/machinery/computer/security/telescreen/entertainment{
@@ -46698,11 +46377,11 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bCn" = (
+"bAj" = (
/obj/structure/table/reinforced,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bCo" = (
+"bAk" = (
/obj/structure/table/reinforced,
/obj/item/clothing/head/that{
throwforce = 1;
@@ -46710,19 +46389,19 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bCp" = (
+"bAl" = (
/obj/structure/table/reinforced,
/obj/item/weapon/storage/box/matches{
pixel_y = 5
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bCq" = (
+"bAm" = (
/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bCr" = (
+"bAn" = (
/obj/structure/table/reinforced,
/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
pixel_x = -3;
@@ -46733,13 +46412,13 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bCs" = (
+"bAo" = (
/obj/machinery/smartfridge/drinks{
icon_state = "boozeomat"
},
/turf/closed/wall,
/area/crew_quarters/bar)
-"bCt" = (
+"bAp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46751,15 +46430,15 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bCu" = (
+"bAq" = (
/obj/structure/table/wood/poker,
/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/weapon/gun/projectile/revolver/russian = 5, /obj/item/weapon/storage/box/syndie_kit/throwing_weapons, /obj/item/toy/cards/deck/syndicate = 2);
+ loot = list(/obj/item/weapon/gun/ballistic/revolver/russian = 5, /obj/item/weapon/storage/box/syndie_kit/throwing_weapons, /obj/item/toy/cards/deck/syndicate = 2);
name = "gambling valuables spawner"
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bCv" = (
+"bAr" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
@@ -46769,7 +46448,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bCw" = (
+"bAs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -46778,20 +46457,20 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bCx" = (
+"bAt" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bCy" = (
+"bAu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bCz" = (
+"bAv" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46805,7 +46484,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bCA" = (
+"bAw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -46815,7 +46494,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"bCB" = (
+"bAx" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -46833,7 +46512,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bCC" = (
+"bAy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46845,7 +46524,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bCD" = (
+"bAz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -46853,7 +46532,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bCE" = (
+"bAA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor{
@@ -46865,7 +46544,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bCF" = (
+"bAB" = (
/obj/item/clothing/mask/breath{
pixel_x = 4;
pixel_y = 0
@@ -46879,7 +46558,7 @@
dir = 8
},
/area/atmos)
-"bCG" = (
+"bAC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -46888,13 +46567,13 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCH" = (
+"bAD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCI" = (
+"bAE" = (
/obj/structure/chair/office/dark{
dir = 4
},
@@ -46903,7 +46582,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCJ" = (
+"bAF" = (
/obj/machinery/computer/atmos_control,
/obj/machinery/requests_console{
department = "Atmospherics";
@@ -46916,7 +46595,7 @@
dir = 4
},
/area/atmos)
-"bCK" = (
+"bAG" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
@@ -46934,7 +46613,7 @@
dir = 8
},
/area/atmos)
-"bCL" = (
+"bAH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -46947,7 +46626,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCM" = (
+"bAI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -46956,31 +46635,32 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCN" = (
+"bAJ" = (
/obj/machinery/space_heater,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/atmos)
-"bCO" = (
+"bAK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/plasteel,
/area/atmos)
-"bCP" = (
+"bAL" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 2;
on = 1
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCQ" = (
+"bAM" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 1;
on = 1
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCR" = (
+"bAN" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
name = "Mix to Distro";
@@ -46988,14 +46668,14 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCS" = (
+"bAO" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCT" = (
+"bAP" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8;
initialize_directions = 11
@@ -47003,17 +46683,17 @@
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bCU" = (
+"bAQ" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bCV" = (
+"bAR" = (
/obj/structure/grille,
/turf/closed/wall/r_wall,
/area/atmos)
-"bCW" = (
+"bAS" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 2
@@ -47021,7 +46701,7 @@
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"bCX" = (
+"bAT" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -47031,7 +46711,7 @@
},
/turf/open/space,
/area/space)
-"bCY" = (
+"bAU" = (
/obj/machinery/microwave{
pixel_x = 0;
pixel_y = 4
@@ -47041,7 +46721,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bCZ" = (
+"bAV" = (
/obj/machinery/light/small,
/obj/item/weapon/storage/box/donkpockets,
/obj/structure/table/wood,
@@ -47049,7 +46729,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bDa" = (
+"bAW" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/blue,
/obj/machinery/status_display{
@@ -47064,7 +46744,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bDb" = (
+"bAX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47075,7 +46755,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bDc" = (
+"bAY" = (
/obj/structure/filingcabinet{
pixel_x = 3
},
@@ -47083,7 +46763,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bDd" = (
+"bAZ" = (
/obj/machinery/camera{
c_tag = "Head of Personnel's Office";
dir = 1;
@@ -47099,7 +46779,7 @@
/obj/machinery/light,
/turf/open/floor/wood,
/area/crew_quarters/heads)
-"bDe" = (
+"bBa" = (
/obj/machinery/requests_console{
announcementConsole = 1;
department = "Telecoms Admin";
@@ -47121,7 +46801,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bDf" = (
+"bBb" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -47129,13 +46809,14 @@
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"bDg" = (
+"bBc" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bDh" = (
+"bBd" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47148,14 +46829,14 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bDi" = (
-/obj/effect/decal/cleanable/cobweb2,
+"bBe" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bDj" = (
+"bBf" = (
/obj/structure/table/wood,
/obj/machinery/light_switch{
pixel_x = -28;
@@ -47165,10 +46846,10 @@
/obj/item/weapon/folder,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bDk" = (
+"bBg" = (
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bDl" = (
+"bBh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47177,18 +46858,18 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bDm" = (
+"bBi" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bDn" = (
+"bBj" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"bDo" = (
+"bBk" = (
/obj/structure/table/wood,
/obj/item/device/camera_film{
pixel_y = 9
@@ -47199,7 +46880,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bDp" = (
+"bBl" = (
/obj/structure/urinal{
pixel_y = 29
},
@@ -47207,7 +46888,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bDq" = (
+"bBm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -47218,12 +46899,12 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bDr" = (
+"bBn" = (
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bDs" = (
+"bBo" = (
/obj/machinery/door/airlock{
id_tag = "AuxToilet1";
name = "Unit 1"
@@ -47232,7 +46913,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bDt" = (
+"bBp" = (
/obj/structure/toilet{
pixel_y = 8
},
@@ -47256,7 +46937,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bDu" = (
+"bBq" = (
/obj/structure/rack,
/obj/item/device/flashlight,
/obj/effect/spawner/lootdrop/maintenance,
@@ -47264,7 +46945,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bDv" = (
+"bBr" = (
/obj/structure/table/wood,
/obj/machinery/airalarm{
dir = 4;
@@ -47273,17 +46954,18 @@
},
/turf/open/floor/wood,
/area/library)
-"bDw" = (
+"bBs" = (
/obj/structure/chair/office/dark{
dir = 8
},
/turf/open/floor/wood,
/area/library)
-"bDx" = (
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/bot,
+"bBt" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bDy" = (
+"bBu" = (
/obj/machinery/vending/coffee,
/obj/machinery/newscaster{
pixel_x = 0;
@@ -47291,28 +46973,24 @@
},
/turf/open/floor/wood,
/area/library)
-"bDz" = (
+"bBv" = (
/obj/structure/chair/comfy/black,
/obj/effect/landmark/start{
name = "Assistant"
},
/turf/open/floor/wood,
/area/library)
-"bDA" = (
+"bBw" = (
/obj/machinery/bookbinder,
/turf/open/floor/wood,
/area/library)
-"bDB" = (
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/wood,
-/area/library)
-"bDC" = (
+"bBx" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-22"
},
/turf/open/floor/wood,
/area/library)
-"bDD" = (
+"bBy" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the bridge is.";
dir = 4;
@@ -47337,7 +47015,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bDE" = (
+"bBz" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -47348,7 +47026,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bDF" = (
+"bBA" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "hopqueue";
name = "HoP Queue Shutters"
@@ -47364,7 +47042,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bDG" = (
+"bBB" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -47379,7 +47057,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bDH" = (
+"bBC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47398,7 +47076,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bDI" = (
+"bBD" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the bridge is.";
dir = 1;
@@ -47410,7 +47088,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bDJ" = (
+"bBE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/poddoor/preopen{
id = "bridge blast";
@@ -47423,7 +47101,7 @@
},
/turf/open/floor/plasteel/vault,
/area/bridge)
-"bDK" = (
+"bBF" = (
/obj/machinery/door/poddoor/preopen{
id = "bridge blast";
name = "bridge blast door"
@@ -47436,7 +47114,7 @@
},
/turf/open/floor/plasteel/vault,
/area/bridge)
-"bDL" = (
+"bBG" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -47449,7 +47127,7 @@
desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of sentient postcards in a realm of darkness. The station model number is MSv42A-160516"
},
/area/hallway/primary/port)
-"bDM" = (
+"bBH" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor{
@@ -47466,7 +47144,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bDN" = (
+"bBI" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor{
@@ -47487,7 +47165,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bDO" = (
+"bBJ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor{
@@ -47512,7 +47190,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bDP" = (
+"bBK" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor{
@@ -47533,7 +47211,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bDQ" = (
+"bBL" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor{
@@ -47550,7 +47228,7 @@
},
/turf/open/floor/plating,
/area/bridge)
-"bDR" = (
+"bBM" = (
/obj/machinery/door/poddoor/preopen{
id = "bridge blast";
name = "bridge blast door"
@@ -47567,7 +47245,7 @@
},
/turf/open/floor/plasteel/vault,
/area/bridge)
-"bDS" = (
+"bBN" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the bridge is.";
dir = 1;
@@ -47579,7 +47257,7 @@
/area/crew_quarters/captain{
name = "\improper Captain's Quarters"
})
-"bDT" = (
+"bBO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -47595,7 +47273,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bDU" = (
+"bBP" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the engineering department is.";
dir = 4;
@@ -47620,7 +47298,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bDV" = (
+"bBQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
dir = 8
@@ -47629,7 +47307,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bDW" = (
+"bBR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47641,20 +47319,20 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bDX" = (
+"bBS" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/crew_quarters/bar)
-"bDY" = (
+"bBT" = (
/obj/structure/chair/stool/bar,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bDZ" = (
-/obj/machinery/hologram/holopad,
+"bBU" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bEa" = (
+"bBV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark/start{
name = "Assistant"
@@ -47662,7 +47340,7 @@
/obj/structure/chair/stool/bar,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bEb" = (
+"bBW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47682,7 +47360,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bEc" = (
+"bBX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47690,7 +47368,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bEd" = (
+"bBY" = (
/obj/structure/disposalpipe/segment,
/obj/structure/table/wood/poker,
/obj/item/toy/cards/deck{
@@ -47698,13 +47376,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bEe" = (
+"bBZ" = (
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bEf" = (
+"bCa" = (
/obj/structure/chair/wood/wings,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/landmark/start{
@@ -47712,10 +47390,10 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bEg" = (
+"bCb" = (
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bEh" = (
+"bCc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47723,7 +47401,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bEi" = (
+"bCd" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -47732,7 +47410,7 @@
/obj/item/weapon/reagent_containers/food/snacks/pie/cream,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bEj" = (
+"bCe" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -47742,7 +47420,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bEk" = (
+"bCf" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -47750,7 +47428,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bEl" = (
+"bCg" = (
/obj/structure/table/reinforced,
/obj/machinery/door/poddoor{
density = 0;
@@ -47776,11 +47454,12 @@
name = "Atmos Blast Door";
opacity = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/atmos)
-"bEm" = (
+"bCh" = (
/obj/structure/chair{
dir = 8
},
@@ -47791,23 +47470,23 @@
dir = 8
},
/area/atmos)
-"bEn" = (
+"bCi" = (
/turf/open/floor/plasteel,
/area/atmos)
-"bEo" = (
+"bCj" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEp" = (
+"bCk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEq" = (
+"bCl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -47816,7 +47495,7 @@
dir = 4
},
/area/atmos)
-"bEr" = (
+"bCm" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -47824,7 +47503,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bEs" = (
+"bCn" = (
/obj/structure/table,
/obj/item/weapon/storage/belt/utility,
/obj/item/device/t_scanner,
@@ -47837,7 +47516,7 @@
dir = 8
},
/area/atmos)
-"bEt" = (
+"bCo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -47848,24 +47527,25 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEu" = (
+"bCp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEv" = (
+"bCq" = (
/obj/machinery/space_heater,
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/atmos)
-"bEw" = (
+"bCr" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Waste to Filter";
@@ -47873,7 +47553,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEx" = (
+"bCs" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
color = "purple";
dir = 5;
@@ -47881,7 +47561,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEy" = (
+"bCt" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
color = "purple";
dir = 1
@@ -47889,20 +47569,20 @@
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bEz" = (
+"bCu" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
color = "purple"
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEA" = (
+"bCv" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
color = "purple";
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEB" = (
+"bCw" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Air to Mix";
@@ -47914,7 +47594,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bEC" = (
+"bCx" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
color = "purple";
@@ -47924,7 +47604,7 @@
dir = 5
},
/area/atmos)
-"bED" = (
+"bCy" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
@@ -47933,7 +47613,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bEE" = (
+"bCz" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
color = "purple";
@@ -47941,7 +47621,7 @@
},
/turf/open/space,
/area/space)
-"bEF" = (
+"bCA" = (
/obj/machinery/meter,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
@@ -47949,7 +47629,7 @@
/obj/structure/grille,
/turf/closed/wall/r_wall,
/area/atmos)
-"bEG" = (
+"bCB" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
external_pressure_bound = 0;
@@ -47963,21 +47643,21 @@
},
/turf/open/floor/engine/vacuum,
/area/atmos)
-"bEH" = (
+"bCC" = (
/turf/open/floor/engine{
name = "vacuum floor";
initial_gas_mix = "o2=0.01;n2=0.01"
},
/area/atmos)
-"bEI" = (
+"bCD" = (
/turf/closed/wall/r_wall,
/area/tcommsat/server)
-"bEJ" = (
+"bCE" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/tcommsat/server)
-"bEK" = (
+"bCF" = (
/obj/machinery/door/airlock/hatch{
name = "Telecoms Server Room"
},
@@ -47989,7 +47669,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/tcommsat/server)
-"bEL" = (
+"bCG" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/sign/securearea{
@@ -48003,7 +47683,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bEM" = (
+"bCH" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -48025,7 +47705,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bEN" = (
+"bCI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48038,7 +47718,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bEO" = (
+"bCJ" = (
/obj/item/weapon/storage/toolbox/emergency,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -48049,14 +47729,14 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bEP" = (
+"bCK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bEQ" = (
+"bCL" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -48065,17 +47745,17 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bER" = (
+"bCM" = (
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bES" = (
+"bCN" = (
/obj/structure/chair/office/dark{
dir = 8
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bET" = (
+"bCO" = (
/obj/machinery/vending/cigarette,
/obj/structure/sign/poster{
pixel_x = 32;
@@ -48085,13 +47765,13 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bEU" = (
+"bCP" = (
/obj/machinery/light/small,
/turf/open/floor/plating,
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bEV" = (
+"bCQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -48099,7 +47779,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bEW" = (
+"bCR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -48114,7 +47794,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bEX" = (
+"bCS" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -48123,7 +47803,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bEY" = (
+"bCT" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -48135,7 +47815,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bEZ" = (
+"bCU" = (
/obj/structure/table/wood,
/obj/item/weapon/folder,
/obj/item/weapon/pen/blue{
@@ -48144,11 +47824,11 @@
},
/turf/open/floor/wood,
/area/library)
-"bFa" = (
+"bCV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
/area/library)
-"bFb" = (
+"bCW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -48156,7 +47836,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bFc" = (
+"bCX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48171,7 +47851,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bFd" = (
+"bCY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -48183,7 +47863,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bFe" = (
+"bCZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48200,7 +47880,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFf" = (
+"bDa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48213,7 +47893,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFg" = (
+"bDb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -48226,7 +47906,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFh" = (
+"bDc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48242,7 +47922,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFi" = (
+"bDd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48260,7 +47940,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFj" = (
+"bDe" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -48274,7 +47954,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFk" = (
+"bDf" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 1
@@ -48282,7 +47962,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFl" = (
+"bDg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -48293,7 +47973,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFm" = (
+"bDh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48310,7 +47990,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFn" = (
+"bDi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48332,7 +48012,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFo" = (
+"bDj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48342,7 +48022,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFp" = (
+"bDk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48352,7 +48032,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFq" = (
+"bDl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48367,7 +48047,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFr" = (
+"bDm" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -48377,7 +48057,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFs" = (
+"bDn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48387,7 +48067,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFt" = (
+"bDo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48400,7 +48080,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFu" = (
+"bDp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48421,7 +48101,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFv" = (
+"bDq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48436,7 +48116,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFw" = (
+"bDr" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -48444,7 +48124,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFx" = (
+"bDs" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -48454,7 +48134,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFy" = (
+"bDt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48467,7 +48147,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFz" = (
+"bDu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48489,7 +48169,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFA" = (
+"bDv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48511,7 +48191,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFB" = (
+"bDw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48525,7 +48205,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFC" = (
+"bDx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48544,7 +48224,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFD" = (
+"bDy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -48561,7 +48241,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bFE" = (
+"bDz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -48573,7 +48253,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bFF" = (
+"bDA" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48587,7 +48267,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bFG" = (
+"bDB" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -48599,14 +48279,14 @@
dir = 4
},
/area/hallway/primary/central)
-"bFH" = (
+"bDC" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Bar"
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
-"bFI" = (
+"bDD" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -48614,17 +48294,17 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bFJ" = (
+"bDE" = (
/obj/effect/landmark{
name = "lightsout"
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bFK" = (
+"bDF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bFL" = (
+"bDG" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Club";
@@ -48632,7 +48312,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bFM" = (
+"bDH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48643,7 +48323,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bFN" = (
+"bDI" = (
/obj/structure/chair/stool{
pixel_y = 8
},
@@ -48652,22 +48332,22 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bFO" = (
+"bDJ" = (
/obj/structure/disposalpipe/segment,
/obj/structure/table/wood/poker,
/obj/item/clothing/mask/cigarette/cigar,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bFP" = (
-/obj/machinery/hologram/holopad,
+"bDK" = (
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bFQ" = (
+"bDL" = (
/obj/structure/sign/poster,
/turf/closed/wall,
/area/crew_quarters/bar)
-"bFR" = (
+"bDM" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -48680,7 +48360,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bFS" = (
+"bDN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48692,7 +48372,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bFT" = (
+"bDO" = (
/obj/structure/tank_dispenser{
pixel_x = -1
},
@@ -48700,29 +48380,29 @@
dir = 1
},
/area/atmos)
-"bFU" = (
-/obj/machinery/hologram/holopad,
+"bDP" = (
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bFV" = (
+"bDQ" = (
/turf/open/floor/plasteel/caution{
dir = 4
},
/area/atmos)
-"bFW" = (
+"bDR" = (
/obj/machinery/door/airlock/glass_atmos{
name = "Atmospherics Monitoring";
req_access_txt = "24"
},
/turf/open/floor/plasteel,
/area/atmos)
-"bFX" = (
+"bDS" = (
/turf/open/floor/plasteel/caution{
dir = 8
},
/area/atmos)
-"bFY" = (
+"bDT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48730,22 +48410,22 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bFZ" = (
+"bDU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bGa" = (
+"bDV" = (
/obj/structure/closet/crate,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bGb" = (
+"bDW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 8
},
/turf/open/floor/plasteel,
/area/atmos)
-"bGc" = (
+"bDX" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "Mix to Filter";
@@ -48753,14 +48433,14 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bGd" = (
+"bDY" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
color = "purple";
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bGe" = (
+"bDZ" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 6
},
@@ -48769,20 +48449,20 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bGf" = (
+"bEa" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
dir = 1
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bGg" = (
+"bEb" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bGh" = (
+"bEc" = (
/obj/machinery/computer/atmos_control/tank{
frequency = 1441;
input_tag = "mix_in";
@@ -48795,20 +48475,20 @@
dir = 4
},
/area/atmos)
-"bGi" = (
+"bEd" = (
/obj/machinery/air_sensor{
frequency = 1441;
id_tag = "mix_sensor"
},
/turf/open/floor/engine/vacuum,
/area/atmos)
-"bGj" = (
+"bEe" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/engine/vacuum,
/area/atmos)
-"bGk" = (
+"bEf" = (
/obj/machinery/telecomms/processor/preset_one,
/obj/machinery/camera{
c_tag = "Telecoms - Server Room - Fore-Port";
@@ -48820,7 +48500,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bGl" = (
+"bEg" = (
/obj/structure/showcase{
density = 0;
desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
@@ -48836,14 +48516,14 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bGm" = (
+"bEh" = (
/obj/machinery/telecomms/receiver/preset_left,
/turf/open/floor/plasteel/circuit/gcircuit{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bGn" = (
+"bEi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48852,14 +48532,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/tcommsat/server)
-"bGo" = (
+"bEj" = (
/obj/machinery/telecomms/receiver/preset_right,
/turf/open/floor/plasteel/circuit/gcircuit{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bGp" = (
+"bEk" = (
/obj/machinery/telecomms/processor/preset_three,
/obj/machinery/camera{
c_tag = "Telecoms - Server Room - Fore-Starboard";
@@ -48871,12 +48551,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bGq" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/syndicate)
-"bGr" = (
+"bEl" = (
/obj/machinery/door/airlock/external{
name = "Transport Airlock"
},
@@ -48884,14 +48559,15 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bGs" = (
-/turf/open/floor/plating/warnplate{
+"bEm" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bGt" = (
+"bEn" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -48909,7 +48585,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bGu" = (
+"bEo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -48921,7 +48597,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bGv" = (
+"bEp" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
@@ -48930,19 +48606,19 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bGw" = (
-/obj/machinery/light_construct{
+"bEq" = (
+/obj/structure/light_construct{
dir = 8
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bGx" = (
+"bEr" = (
/obj/effect/landmark{
name = "lightsout"
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bGy" = (
+"bEs" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 6
@@ -48950,7 +48626,7 @@
/obj/structure/table/wood,
/turf/open/floor/carpet,
/area/security/vacantoffice)
-"bGz" = (
+"bEt" = (
/obj/machinery/door/airlock{
id_tag = "AuxShower";
name = "Shower"
@@ -48960,7 +48636,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bGA" = (
+"bEu" = (
/obj/machinery/door/airlock{
id_tag = "AuxToilet2";
name = "Unit 2"
@@ -48969,7 +48645,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bGB" = (
+"bEv" = (
/obj/structure/toilet{
pixel_y = 8
},
@@ -48993,22 +48669,26 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bGC" = (
+"bEw" = (
/obj/structure/table/wood,
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = -32;
pixel_y = 0
},
+/obj/machinery/camera/autoname{
+ dir = 4;
+ network = list("SS13")
+ },
/turf/open/floor/wood,
/area/library)
-"bGD" = (
+"bEx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
/turf/open/floor/carpet,
/area/library)
-"bGE" = (
+"bEy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49017,30 +48697,19 @@
},
/turf/open/floor/carpet,
/area/library)
-"bGF" = (
+"bEz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/carpet,
/area/library)
-"bGG" = (
-/obj/machinery/camera/autoname{
- dir = 8;
- network = list("SS13")
- },
-/obj/machinery/newscaster{
- pixel_x = 29;
- pixel_y = 1
- },
-/turf/open/floor/carpet,
-/area/library)
-"bGH" = (
+"bEA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/carpet,
/area/library)
-"bGI" = (
+"bEB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -49058,7 +48727,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bGJ" = (
+"bEC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -49072,7 +48741,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bGK" = (
+"bED" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49091,7 +48760,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGL" = (
+"bEE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49106,7 +48775,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGM" = (
+"bEF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49122,7 +48791,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGN" = (
+"bEG" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49143,7 +48812,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGO" = (
+"bEH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49159,7 +48828,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGP" = (
+"bEI" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -49187,7 +48856,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGQ" = (
+"bEJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49207,7 +48876,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGR" = (
+"bEK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49229,7 +48898,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGS" = (
+"bEL" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49245,7 +48914,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGT" = (
+"bEM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49264,7 +48933,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGU" = (
+"bEN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49284,7 +48953,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGV" = (
+"bEO" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49301,7 +48970,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGW" = (
+"bEP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49314,8 +48983,8 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGX" = (
-/obj/machinery/hologram/holopad,
+"bEQ" = (
+/obj/machinery/holopad,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49338,7 +49007,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGY" = (
+"bER" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49352,7 +49021,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bGZ" = (
+"bES" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49372,7 +49041,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHa" = (
+"bET" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49388,7 +49057,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHb" = (
+"bEU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49413,7 +49082,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHc" = (
+"bEV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49436,7 +49105,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHd" = (
+"bEW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49451,7 +49120,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHe" = (
+"bEX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49474,7 +49143,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHf" = (
+"bEY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49490,7 +49159,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHg" = (
+"bEZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49509,7 +49178,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHh" = (
+"bFa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49529,7 +49198,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHi" = (
+"bFb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49544,7 +49213,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHj" = (
+"bFc" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -49560,7 +49229,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHk" = (
+"bFd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49576,7 +49245,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHl" = (
+"bFe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49601,7 +49270,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHm" = (
+"bFf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -49620,7 +49289,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bHn" = (
+"bFg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49634,7 +49303,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bHo" = (
+"bFh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -49656,7 +49325,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bHp" = (
+"bFi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49669,7 +49338,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bHq" = (
+"bFj" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 4;
@@ -49684,7 +49353,7 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
-"bHr" = (
+"bFk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49695,7 +49364,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bHs" = (
+"bFl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -49707,7 +49376,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bHt" = (
+"bFm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -49718,7 +49387,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bHu" = (
+"bFn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -49729,7 +49398,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bHv" = (
+"bFo" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -49740,7 +49409,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bHw" = (
+"bFp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49756,7 +49425,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bHx" = (
+"bFq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49772,7 +49441,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bHy" = (
+"bFr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49786,7 +49455,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bHz" = (
+"bFs" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -49804,14 +49473,14 @@
/obj/item/weapon/storage/pill_bottle/dice,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bHA" = (
+"bFt" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bHB" = (
+"bFu" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -49822,7 +49491,7 @@
/obj/structure/table/wood/poker,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bHC" = (
+"bFv" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -49831,7 +49500,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bHD" = (
+"bFw" = (
/obj/structure/chair/wood/wings{
dir = 1
},
@@ -49844,7 +49513,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bHE" = (
+"bFx" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -49853,7 +49522,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bHF" = (
+"bFy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -49872,7 +49541,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bHG" = (
+"bFz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -49886,7 +49555,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bHH" = (
+"bFA" = (
/obj/machinery/door/airlock{
name = "Theatre Stage";
req_access_txt = "0";
@@ -49905,7 +49574,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/theatre)
-"bHI" = (
+"bFB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -49923,11 +49592,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bHJ" = (
+"bFC" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -49941,7 +49611,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bHK" = (
+"bFD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -49957,7 +49627,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bHL" = (
+"bFE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -49966,7 +49636,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bHM" = (
+"bFF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -49986,11 +49656,12 @@
name = "Atmos Blast Door";
opacity = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/atmos)
-"bHN" = (
+"bFG" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -49998,20 +49669,20 @@
dir = 4
},
/area/atmos)
-"bHO" = (
+"bFH" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bHP" = (
+"bFI" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bHQ" = (
+"bFJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -50023,7 +49694,7 @@
dir = 2
},
/area/atmos)
-"bHR" = (
+"bFK" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -50043,13 +49714,13 @@
dir = 6
},
/area/atmos)
-"bHS" = (
-/obj/machinery/hologram/holopad,
+"bFL" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/caution{
dir = 8
},
/area/atmos)
-"bHT" = (
+"bFM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 6
},
@@ -50060,21 +49731,21 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bHU" = (
+"bFN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bHV" = (
+"bFO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bHW" = (
+"bFP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
@@ -50084,27 +49755,27 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bHX" = (
+"bFQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 9
},
/turf/open/floor/plasteel,
/area/atmos)
-"bHY" = (
+"bFR" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
color = "purple";
dir = 6
},
/turf/open/floor/plasteel,
/area/atmos)
-"bHZ" = (
+"bFS" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
color = "purple";
dir = 9
},
/turf/open/floor/plasteel,
/area/atmos)
-"bIa" = (
+"bFT" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
name = "Pure to Mix";
@@ -50112,14 +49783,14 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bIb" = (
+"bFU" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 5;
initialize_directions = 12
},
/turf/open/floor/plasteel,
/area/atmos)
-"bIc" = (
+"bFV" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
@@ -50128,7 +49799,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bId" = (
+"bFW" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
@@ -50137,7 +49808,7 @@
dir = 6
},
/area/atmos)
-"bIe" = (
+"bFX" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible{
@@ -50145,14 +49816,14 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bIf" = (
+"bFY" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
/turf/open/space,
/area/space)
-"bIg" = (
+"bFZ" = (
/obj/machinery/meter,
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
@@ -50160,7 +49831,7 @@
/obj/structure/grille,
/turf/closed/wall/r_wall,
/area/atmos)
-"bIh" = (
+"bGa" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
frequency = 1441;
@@ -50169,7 +49840,7 @@
},
/turf/open/floor/engine/vacuum,
/area/atmos)
-"bIi" = (
+"bGb" = (
/obj/machinery/camera{
c_tag = "Atmospherics Tank - Mix";
dir = 8;
@@ -50179,33 +49850,33 @@
},
/turf/open/floor/engine/vacuum,
/area/atmos)
-"bIj" = (
+"bGc" = (
/obj/machinery/telecomms/bus/preset_one,
/turf/open/floor/plasteel/circuit/gcircuit{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bIk" = (
+"bGd" = (
/turf/open/floor/plasteel/black{
name = "Mainframe Floor";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bIl" = (
+"bGe" = (
/turf/open/floor/plasteel/circuit/gcircuit{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bIm" = (
+"bGf" = (
/obj/machinery/telecomms/bus/preset_three,
/turf/open/floor/plasteel/circuit/gcircuit{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bIn" = (
+"bGg" = (
/obj/structure/chair/wood/wings{
dir = 8
},
@@ -50214,13 +49885,13 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bIo" = (
+"bGh" = (
/obj/machinery/announcement_system,
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bIp" = (
+"bGi" = (
/obj/structure/piano,
/obj/structure/window/reinforced{
dir = 8
@@ -50230,7 +49901,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bIq" = (
+"bGj" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -50241,7 +49912,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bIr" = (
+"bGk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -50253,7 +49924,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bIs" = (
+"bGl" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 4
@@ -50272,7 +49943,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bIt" = (
+"bGm" = (
/obj/machinery/shower{
dir = 8
},
@@ -50281,7 +49952,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bIu" = (
+"bGn" = (
/obj/machinery/light/small{
dir = 1
},
@@ -50290,7 +49961,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bIv" = (
+"bGo" = (
/obj/structure/table/wood,
/obj/item/weapon/staff/broom,
/obj/item/weapon/wrench,
@@ -50304,7 +49975,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bIw" = (
+"bGp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -50316,7 +49987,7 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bIx" = (
+"bGq" = (
/obj/machinery/door/airlock/maintenance{
name = "Library Maintenance";
req_access_txt = "0";
@@ -50326,25 +49997,25 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bIy" = (
+"bGr" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
/turf/open/floor/carpet,
/area/library)
-"bIz" = (
+"bGs" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
/turf/open/floor/wood,
/area/library)
-"bIA" = (
+"bGt" = (
/turf/open/floor/wood{
icon_state = "wood-broken7"
},
/area/library)
-"bIB" = (
+"bGu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -50353,7 +50024,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bIC" = (
+"bGv" = (
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
@@ -50361,7 +50032,7 @@
},
/turf/closed/wall,
/area/library)
-"bID" = (
+"bGw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Central Primary Hallway - Port";
@@ -50372,7 +50043,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bIE" = (
+"bGx" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the research department is.";
icon_state = "direction_sci";
@@ -50394,29 +50065,30 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bIF" = (
+"bGy" = (
/turf/closed/wall/r_wall,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bIG" = (
+"bGz" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/command{
name = "E.V.A. Storage";
req_access_txt = "18"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bIH" = (
+"bGA" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bII" = (
+"bGB" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 1;
@@ -50433,16 +50105,17 @@
name = "E.V.A. Storage";
req_access_txt = "18"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bIJ" = (
+"bGC" = (
/turf/closed/wall/r_wall,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bIK" = (
+"bGD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -50456,18 +50129,19 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bIL" = (
+"bGE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bIM" = (
+"bGF" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -50475,7 +50149,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIN" = (
+"bGG" = (
/obj/structure/chair{
dir = 1
},
@@ -50490,7 +50164,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIO" = (
+"bGH" = (
/obj/structure/chair{
dir = 1
},
@@ -50498,12 +50172,12 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIP" = (
+"bGI" = (
/turf/open/floor/plasteel,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIQ" = (
+"bGJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -50516,7 +50190,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIR" = (
+"bGK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -50524,7 +50198,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIS" = (
+"bGL" = (
/obj/structure/chair{
dir = 1
},
@@ -50548,14 +50222,14 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIT" = (
+"bGM" = (
/turf/closed/wall/r_wall,
/area/gateway)
-"bIU" = (
+"bGN" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/gateway)
-"bIV" = (
+"bGO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -50569,19 +50243,20 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/gateway)
-"bIW" = (
+"bGP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall/r_wall,
/area/gateway)
-"bIX" = (
+"bGQ" = (
/obj/machinery/vending/cola,
/turf/open/floor/plasteel/vault,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIY" = (
+"bGR" = (
/obj/machinery/vending/cigarette,
/obj/machinery/newscaster{
pixel_x = 0;
@@ -50591,13 +50266,13 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bIZ" = (
+"bGS" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel/vault,
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bJa" = (
+"bGT" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;17"
@@ -50611,7 +50286,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bJb" = (
+"bGU" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the escape arm is.";
icon_state = "direction_evac";
@@ -50633,7 +50308,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bJc" = (
+"bGV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -50642,7 +50317,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bJd" = (
+"bGW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -50653,7 +50328,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bJe" = (
+"bGX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -50664,7 +50339,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bJf" = (
+"bGY" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -50672,33 +50347,33 @@
},
/turf/open/floor/plating,
/area/crew_quarters/bar)
-"bJg" = (
+"bGZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bJh" = (
+"bHa" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bJi" = (
+"bHb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bJj" = (
+"bHc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bJk" = (
+"bHd" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -50712,7 +50387,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bJl" = (
+"bHe" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -50723,7 +50398,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bJm" = (
+"bHf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -50734,7 +50409,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bJn" = (
+"bHg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -50748,7 +50423,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bJo" = (
+"bHh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -50760,7 +50435,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bJp" = (
+"bHi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -50771,7 +50446,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bJq" = (
+"bHj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -50783,7 +50458,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bJr" = (
+"bHk" = (
/obj/structure/table/wood,
/obj/machinery/light/small{
dir = 4
@@ -50795,7 +50470,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bJs" = (
+"bHl" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -50807,7 +50482,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bJt" = (
+"bHm" = (
/obj/item/weapon/crowbar,
/obj/item/weapon/wrench,
/obj/structure/table,
@@ -50816,7 +50491,7 @@
dir = 8
},
/area/hallway/primary/starboard)
-"bJu" = (
+"bHn" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -50829,7 +50504,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"bJv" = (
+"bHo" = (
/obj/machinery/light/small{
dir = 4
},
@@ -50844,7 +50519,7 @@
dir = 4
},
/area/hallway/primary/starboard)
-"bJw" = (
+"bHp" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/machinery/light/small{
dir = 8
@@ -50852,24 +50527,27 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bJx" = (
+"bHq" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bJy" = (
+"bHr" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bJz" = (
+"bHs" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
/obj/machinery/light/small{
dir = 4
@@ -50877,9 +50555,10 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bJA" = (
+"bHt" = (
/obj/machinery/light{
dir = 8
},
@@ -50887,7 +50566,7 @@
dir = 8
},
/area/atmos)
-"bJB" = (
+"bHu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/structure/cable/yellow{
d1 = 1;
@@ -50896,11 +50575,11 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bJC" = (
+"bHv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bJD" = (
+"bHw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
@@ -50909,7 +50588,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bJE" = (
+"bHx" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
@@ -50920,7 +50599,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bJF" = (
+"bHy" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
@@ -50928,7 +50607,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bJG" = (
+"bHz" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
@@ -50937,7 +50616,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bJH" = (
+"bHA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible,
@@ -50946,7 +50625,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bJI" = (
+"bHB" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
@@ -50955,7 +50634,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bJJ" = (
+"bHC" = (
/obj/machinery/light/small{
dir = 8
},
@@ -50964,7 +50643,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bJK" = (
+"bHD" = (
/obj/machinery/light/small{
dir = 1
},
@@ -50973,8 +50652,8 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bJL" = (
-/obj/machinery/hologram/holopad,
+"bHE" = (
+/obj/machinery/holopad,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -50988,7 +50667,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bJM" = (
+"bHF" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -51005,7 +50684,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bJN" = (
+"bHG" = (
/obj/machinery/light/small{
dir = 4
},
@@ -51014,13 +50693,14 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bJO" = (
+"bHH" = (
/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bJP" = (
+"bHI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51037,7 +50717,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bJQ" = (
+"bHJ" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating{
icon_state = "platingdmg1"
@@ -51045,7 +50725,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bJR" = (
+"bHK" = (
/obj/item/weapon/book/manual/wiki/security_space_law{
pixel_x = -3;
pixel_y = 5
@@ -51053,18 +50733,21 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bJS" = (
+"bHL" = (
/obj/structure/chair/comfy/black{
dir = 4
},
/turf/open/floor/carpet,
/area/security/vacantoffice)
-"bJT" = (
-/obj/item/weapon/folder/white,
+"bHM" = (
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/structure/table/wood,
/turf/open/floor/carpet,
/area/security/vacantoffice)
-"bJU" = (
+"bHN" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 4
@@ -51079,7 +50762,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bJV" = (
+"bHO" = (
/obj/machinery/shower{
dir = 8
},
@@ -51093,7 +50776,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bJW" = (
+"bHP" = (
/obj/machinery/door/airlock{
id_tag = "AuxToilet3";
name = "Unit 3"
@@ -51102,7 +50785,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bJX" = (
+"bHQ" = (
/obj/structure/toilet{
pixel_y = 8
},
@@ -51129,15 +50812,15 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bJY" = (
+"bHR" = (
/obj/structure/bookcase/random/nonfiction,
/turf/open/floor/wood,
/area/library)
-"bJZ" = (
+"bHS" = (
/obj/structure/bookcase/random/fiction,
/turf/open/floor/wood,
/area/library)
-"bKa" = (
+"bHT" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
@@ -51145,15 +50828,11 @@
},
/turf/open/floor/wood,
/area/library)
-"bKb" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/wood,
-/area/library)
-"bKc" = (
-/obj/structure/table/wood,
+"bHU" = (
+/obj/machinery/holopad,
/turf/open/floor/wood,
/area/library)
-"bKd" = (
+"bHV" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -51161,7 +50840,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bKe" = (
+"bHW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51174,13 +50853,13 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bKf" = (
+"bHX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
/area/hallway/primary/central)
-"bKg" = (
+"bHY" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -51192,35 +50871,38 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bKh" = (
+"bHZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bKi" = (
-/turf/open/floor/plasteel/warning{
+"bIa" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bKj" = (
+"bIb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bKk" = (
+"bIc" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/machinery/light_switch{
pixel_x = -8;
@@ -51232,12 +50914,12 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bKl" = (
+"bId" = (
/turf/closed/wall,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bKm" = (
+"bIe" = (
/obj/structure/table,
/obj/item/weapon/hand_tele,
/obj/item/device/radio/beacon,
@@ -51252,7 +50934,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bKn" = (
+"bIf" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
@@ -51268,7 +50950,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bKo" = (
+"bIg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -51287,7 +50969,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bKp" = (
+"bIh" = (
/obj/structure/closet/crate{
icon_state = "crate";
opened = 0
@@ -51313,7 +50995,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bKq" = (
+"bIi" = (
/obj/structure/chair{
dir = 1
},
@@ -51333,7 +51015,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bKr" = (
+"bIj" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -51347,7 +51029,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bKs" = (
+"bIk" = (
/obj/structure/chair{
dir = 1
},
@@ -51367,7 +51049,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bKt" = (
+"bIl" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -51378,17 +51060,20 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bKu" = (
+"bIm" = (
/obj/structure/closet/secure_closet/exile,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bKv" = (
+"bIn" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51402,22 +51087,24 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bKw" = (
+"bIo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bKx" = (
+"bIp" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -51444,23 +51131,27 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bKy" = (
+"bIq" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bKz" = (
+"bIr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51473,7 +51164,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bKA" = (
+"bIs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -51481,7 +51172,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bKB" = (
+"bIt" = (
/obj/structure/table,
/obj/item/clothing/head/hardhat/cakehat,
/obj/machinery/newscaster{
@@ -51494,7 +51185,7 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bKC" = (
+"bIu" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -51504,14 +51195,14 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bKD" = (
+"bIv" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 10;
initialize_directions = 10
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"bKE" = (
+"bIw" = (
/obj/machinery/light,
/obj/machinery/camera{
c_tag = "Kitchen Hatch";
@@ -51520,13 +51211,13 @@
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
-"bKF" = (
+"bIx" = (
/obj/structure/rack,
/obj/item/clothing/shoes/winterboots,
/obj/item/clothing/suit/hooded/wintercoat,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"bKG" = (
+"bIy" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -51534,7 +51225,7 @@
/obj/machinery/light,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bKH" = (
+"bIz" = (
/obj/structure/table/wood,
/obj/item/weapon/clipboard,
/obj/item/weapon/paper,
@@ -51543,7 +51234,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bKI" = (
+"bIA" = (
/obj/machinery/light_switch{
pixel_y = -28
},
@@ -51553,13 +51244,13 @@
/obj/machinery/light,
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bKJ" = (
+"bIB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bKK" = (
+"bIC" = (
/obj/structure/table/wood,
/obj/machinery/light/small,
/obj/item/clothing/glasses/regular/hipster{
@@ -51567,7 +51258,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bKL" = (
+"bID" = (
/obj/structure/urinal{
pixel_y = 29
},
@@ -51579,7 +51270,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bKM" = (
+"bIE" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -51593,13 +51284,13 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"bKN" = (
+"bIF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/yellow/side{
dir = 10
},
/area/hallway/primary/starboard)
-"bKO" = (
+"bIG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51613,7 +51304,7 @@
dir = 2
},
/area/hallway/primary/starboard)
-"bKP" = (
+"bIH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -51624,42 +51315,46 @@
dir = 6
},
/area/hallway/primary/starboard)
-"bKQ" = (
+"bII" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bKR" = (
+"bIJ" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bKS" = (
+"bIK" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bKT" = (
+"bIL" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/atmos)
-"bKU" = (
+"bIM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bKV" = (
+"bIN" = (
/obj/structure/table,
/obj/item/stack/sheet/glass{
amount = 50
@@ -51676,11 +51371,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/atmos)
-"bKW" = (
+"bIO" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "Air to External Air Ports";
@@ -51690,7 +51388,7 @@
dir = 8
},
/area/atmos)
-"bKX" = (
+"bIP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -51702,27 +51400,27 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bKY" = (
+"bIQ" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 1;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/atmos)
-"bKZ" = (
+"bIR" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bLa" = (
+"bIS" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bLb" = (
+"bIT" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 4;
initialize_directions = 11
@@ -51730,25 +51428,25 @@
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bLc" = (
+"bIU" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
color = "purple"
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bLd" = (
+"bIV" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 6
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bLe" = (
+"bIW" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
/turf/open/floor/plasteel,
/area/atmos)
-"bLf" = (
+"bIX" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 1
},
@@ -51757,7 +51455,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bLg" = (
+"bIY" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -51772,14 +51470,14 @@
dir = 5
},
/area/atmos)
-"bLh" = (
+"bIZ" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"bLi" = (
+"bJa" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
@@ -51787,14 +51485,14 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bLj" = (
+"bJb" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
},
/turf/open/space,
/area/space)
-"bLk" = (
+"bJc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
external_pressure_bound = 0;
@@ -51808,30 +51506,30 @@
},
/turf/open/floor/engine/n2o,
/area/atmos)
-"bLl" = (
+"bJd" = (
/turf/open/floor/engine/n2o,
/area/atmos)
-"bLm" = (
+"bJe" = (
/obj/structure/lattice,
/obj/structure/grille,
/obj/structure/lattice,
/obj/structure/lattice,
/turf/closed/wall/r_wall,
/area/space)
-"bLn" = (
+"bJf" = (
/obj/structure/lattice,
/obj/structure/grille,
/obj/structure/lattice,
/turf/closed/wall/r_wall,
/area/space)
-"bLo" = (
+"bJg" = (
/obj/machinery/message_server,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bLp" = (
+"bJh" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-21";
layer = 4.1
@@ -51840,7 +51538,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bLq" = (
+"bJi" = (
/obj/machinery/light/small,
/obj/item/weapon/folder,
/obj/item/weapon/folder,
@@ -51855,7 +51553,7 @@
/area/tcommsat/computer{
name = "\improper Telecoms Control Room"
})
-"bLr" = (
+"bJj" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;27;37"
@@ -51870,7 +51568,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bLs" = (
+"bJk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51882,28 +51580,28 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bLt" = (
+"bJl" = (
/obj/structure/lattice,
/obj/structure/window/reinforced{
dir = 4
},
/turf/open/space,
/area/space)
-"bLu" = (
+"bJm" = (
/obj/machinery/telecomms/bus/preset_two,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bLv" = (
+"bJn" = (
/obj/machinery/blackbox_recorder,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bLw" = (
+"bJo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51918,7 +51616,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bLx" = (
+"bJp" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;27;37"
@@ -51930,7 +51628,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bLy" = (
+"bJq" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51939,13 +51637,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bLz" = (
+"bJr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -51953,7 +51652,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bLA" = (
+"bJs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -51961,7 +51660,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bLB" = (
+"bJt" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -51974,7 +51673,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bLC" = (
+"bJu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -51986,25 +51685,25 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bLD" = (
+"bJv" = (
/obj/item/weapon/folder/blue,
/obj/structure/table/wood,
/turf/open/floor/carpet,
/area/security/vacantoffice)
-"bLE" = (
+"bJw" = (
/obj/structure/chair/office/dark{
dir = 8
},
/turf/open/floor/carpet,
/area/security/vacantoffice)
-"bLF" = (
+"bJx" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bLG" = (
+"bJy" = (
/obj/machinery/light/small{
dir = 8
},
@@ -52015,12 +51714,12 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/wood,
/area/library)
-"bLH" = (
+"bJz" = (
/turf/open/floor/wood{
icon_state = "wood-broken5"
},
/area/library)
-"bLI" = (
+"bJA" = (
/obj/machinery/door/window/northright{
base_state = "left";
dir = 8;
@@ -52031,7 +51730,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bLJ" = (
+"bJB" = (
/obj/effect/landmark/start{
name = "Librarian"
},
@@ -52040,35 +51739,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bLK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/radio/intercom{
- freerange = 1;
- frequency = 1459;
- name = "Station Intercom (General)";
- pixel_x = -30
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 8
- },
-/area/hallway/primary/central)
-"bLL" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/obj/structure/table/wood,
-/obj/item/device/camera_film{
- pixel_y = 9
- },
-/obj/item/device/camera_film{
- pixel_x = -3;
- pixel_y = 5
- },
-/turf/open/floor/wood,
-/area/library)
-"bLM" = (
+"bJC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
@@ -52078,7 +51749,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bLN" = (
+"bJD" = (
/obj/machinery/suit_storage_unit/standard_unit,
/turf/open/floor/plasteel/vault{
dir = 8
@@ -52086,18 +51757,19 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bLO" = (
+"bJE" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bLP" = (
+"bJF" = (
/obj/structure/table,
/obj/item/weapon/storage/belt/utility,
/obj/item/weapon/storage/belt/utility,
@@ -52110,20 +51782,21 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bLQ" = (
+"bJG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bLR" = (
+"bJH" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/machinery/firealarm{
dir = 4;
@@ -52135,7 +51808,7 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bLS" = (
+"bJI" = (
/obj/structure/window/reinforced,
/obj/structure/table,
/obj/item/stack/packageWrap,
@@ -52149,17 +51822,18 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bLT" = (
+"bJJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bLU" = (
+"bJK" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -52170,13 +51844,14 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bLV" = (
+"bJL" = (
/obj/structure/closet/crate{
icon_state = "crate";
opened = 0
@@ -52204,7 +51879,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bLW" = (
+"bJM" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -52215,7 +51890,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bLX" = (
+"bJN" = (
/obj/structure/chair{
dir = 1
},
@@ -52230,7 +51905,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bLY" = (
+"bJO" = (
/obj/structure/chair{
dir = 1
},
@@ -52240,7 +51915,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bLZ" = (
+"bJP" = (
/obj/structure/chair{
dir = 1
},
@@ -52250,7 +51925,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bMa" = (
+"bJQ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -52263,7 +51938,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bMb" = (
+"bJR" = (
/obj/structure/chair{
dir = 1
},
@@ -52278,7 +51953,7 @@
/area/bridge/meeting_room{
name = "\improper Command Hallway"
})
-"bMc" = (
+"bJS" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -52287,18 +51962,21 @@
},
/turf/open/floor/plating,
/area/gateway)
-"bMd" = (
+"bJT" = (
/obj/structure/closet/l3closet/scientist,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bMe" = (
+"bJU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -52317,11 +51995,12 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bMf" = (
+"bJV" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -52332,11 +52011,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bMg" = (
+"bJW" = (
/obj/structure/table,
/obj/item/weapon/folder/yellow,
/obj/structure/cable/yellow{
@@ -52348,11 +52028,14 @@
pixel_x = 3;
pixel_y = -3
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bMh" = (
+"bJX" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -52365,7 +52048,7 @@
},
/turf/open/floor/plating,
/area/gateway)
-"bMi" = (
+"bJY" = (
/obj/machinery/gateway{
dir = 9
},
@@ -52373,7 +52056,7 @@
dir = 1
},
/area/gateway)
-"bMj" = (
+"bJZ" = (
/obj/machinery/gateway{
dir = 1
},
@@ -52387,7 +52070,7 @@
dir = 8
},
/area/gateway)
-"bMk" = (
+"bKa" = (
/obj/machinery/gateway{
dir = 5
},
@@ -52395,7 +52078,7 @@
dir = 4
},
/area/gateway)
-"bMl" = (
+"bKb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -52407,14 +52090,14 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bMm" = (
+"bKc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
/area/hallway/primary/central)
-"bMn" = (
+"bKd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -52423,10 +52106,10 @@
dir = 2
},
/area/hallway/primary/central)
-"bMo" = (
+"bKe" = (
/turf/closed/wall,
/area/crew_quarters/kitchen)
-"bMp" = (
+"bKf" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "kitchen";
name = "Serving Hatch"
@@ -52437,7 +52120,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bMq" = (
+"bKg" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -52450,11 +52133,11 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bMr" = (
+"bKh" = (
/obj/machinery/computer/security/telescreen/entertainment,
/turf/closed/wall,
/area/crew_quarters/kitchen)
-"bMs" = (
+"bKi" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -52472,7 +52155,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bMt" = (
+"bKj" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -52484,7 +52167,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bMu" = (
+"bKk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -52499,18 +52182,18 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bMv" = (
+"bKl" = (
/obj/machinery/vending/snack,
/obj/machinery/newscaster{
pixel_y = -29
},
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bMw" = (
+"bKm" = (
/obj/machinery/vending/coffee,
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bMx" = (
+"bKn" = (
/obj/machinery/camera{
c_tag = "Club - Aft";
dir = 1;
@@ -52524,17 +52207,17 @@
/obj/structure/table/wood,
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bMy" = (
+"bKo" = (
/obj/machinery/vending/cigarette{
pixel_y = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bMz" = (
+"bKp" = (
/obj/machinery/vending/cola,
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bMA" = (
+"bKq" = (
/obj/machinery/door/airlock{
name = "Theatre Backstage";
req_access_txt = "46"
@@ -52542,18 +52225,18 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bMB" = (
+"bKr" = (
/turf/closed/wall/r_wall,
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bMC" = (
+"bKs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bMD" = (
+"bKt" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/engineering{
@@ -52565,17 +52248,18 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bME" = (
+"bKu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/closed/wall/r_wall,
/area/atmos)
-"bMF" = (
+"bKv" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
name = "External Waste Ports to Filter";
@@ -52590,7 +52274,7 @@
dir = 8
},
/area/atmos)
-"bMG" = (
+"bKw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 4
},
@@ -52601,13 +52285,13 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bMH" = (
+"bKx" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 2
},
/turf/open/floor/plasteel,
/area/atmos)
-"bMI" = (
+"bKy" = (
/obj/item/device/radio/beacon,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
@@ -52615,7 +52299,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bMJ" = (
+"bKz" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -52624,7 +52308,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bMK" = (
+"bKA" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Air to Ports";
@@ -52632,7 +52316,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bML" = (
+"bKB" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Mix to Ports";
@@ -52640,7 +52324,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bMM" = (
+"bKC" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Pure to Ports";
@@ -52648,17 +52332,17 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bMN" = (
+"bKD" = (
/obj/effect/landmark/start{
name = "Atmospheric Technician"
},
/turf/open/floor/plasteel,
/area/atmos)
-"bMO" = (
+"bKE" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/plasteel,
/area/atmos)
-"bMP" = (
+"bKF" = (
/obj/machinery/computer/atmos_control/tank{
frequency = 1441;
input_tag = "n2o_in";
@@ -52675,43 +52359,43 @@
dir = 4
},
/area/atmos)
-"bMQ" = (
+"bKG" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel/black,
/area/atmos)
-"bMR" = (
+"bKH" = (
/obj/machinery/air_sensor{
frequency = 1441;
id_tag = "n2o_sensor"
},
/turf/open/floor/engine/n2o,
/area/atmos)
-"bMS" = (
+"bKI" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide{
valve_open = 1
},
/turf/open/floor/engine/n2o,
/area/atmos)
-"bMT" = (
+"bKJ" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/engine/n2o,
/area/atmos)
-"bMU" = (
+"bKK" = (
/obj/structure/grille,
/obj/structure/lattice,
/obj/structure/lattice,
/turf/closed/wall/r_wall,
/area/space)
-"bMV" = (
+"bKL" = (
/obj/machinery/telecomms/processor/preset_two,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bMW" = (
+"bKM" = (
/obj/structure/table/glass,
/obj/item/weapon/folder{
pixel_y = 2
@@ -52725,28 +52409,28 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bMX" = (
+"bKN" = (
/obj/machinery/telecomms/bus/preset_four,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bMY" = (
+"bKO" = (
/obj/machinery/telecomms/hub/preset,
/turf/open/floor/plasteel/circuit/gcircuit{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bMZ" = (
+"bKP" = (
/obj/machinery/telecomms/processor/preset_four,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bNa" = (
+"bKQ" = (
/obj/structure/lattice,
/obj/structure/window/reinforced{
dir = 8
@@ -52755,7 +52439,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bNb" = (
+"bKR" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -52781,18 +52465,19 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bNc" = (
+"bKS" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-06";
level = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bNd" = (
+"bKT" = (
/obj/structure/chair,
/obj/effect/landmark/start{
name = "Assistant"
@@ -52800,34 +52485,37 @@
/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bNe" = (
+"bKU" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bNf" = (
+"bKV" = (
/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bNg" = (
+"bKW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -52848,7 +52536,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bNh" = (
+"bKX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -52860,7 +52548,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bNi" = (
+"bKY" = (
/obj/machinery/power/apc{
dir = 8;
name = "Vacant Office APC";
@@ -52872,7 +52560,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bNj" = (
+"bKZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -52880,20 +52568,20 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bNk" = (
-/obj/machinery/light_construct{
+"bLa" = (
+/obj/structure/light_construct{
dir = 4
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bNl" = (
+"bLb" = (
/obj/structure/table,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bNm" = (
+"bLc" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -52906,7 +52594,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bNn" = (
+"bLd" = (
/obj/structure/closet,
/obj/item/clothing/shoes/jackboots,
/obj/effect/spawner/lootdrop/maintenance{
@@ -52917,7 +52605,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bNo" = (
+"bLe" = (
/obj/machinery/vending/autodrobe{
req_access_txt = "0"
},
@@ -52925,7 +52613,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bNp" = (
+"bLf" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -52936,8 +52624,8 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bNq" = (
-/obj/effect/decal/cleanable/cobweb2,
+"bLg" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -52948,15 +52636,15 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bNr" = (
+"bLh" = (
/obj/structure/bookcase/random/religion,
/turf/open/floor/wood,
/area/library)
-"bNs" = (
+"bLi" = (
/obj/structure/bookcase/random/adult,
/turf/open/floor/wood,
/area/library)
-"bNt" = (
+"bLj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -52965,11 +52653,11 @@
},
/turf/open/floor/carpet,
/area/library)
-"bNu" = (
+"bLk" = (
/obj/structure/bookcase/random/reference,
/turf/open/floor/wood,
/area/library)
-"bNv" = (
+"bLl" = (
/obj/structure/table/wood,
/obj/item/weapon/pen/red,
/obj/item/weapon/pen/blue{
@@ -52978,27 +52666,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bNw" = (
-/obj/machinery/light_switch{
- pixel_x = 28;
- pixel_y = 0
- },
-/obj/machinery/libraryscanner,
-/turf/open/floor/wood,
-/area/library)
-"bNx" = (
-/obj/structure/table/wood,
-/obj/structure/noticeboard{
- desc = "A board for pinning important notices upon. Probably helpful for keeping track of requests.";
- dir = 8;
- name = "requests board";
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/computer/libraryconsole/bookmanagement,
-/turf/open/floor/wood,
-/area/library)
-"bNy" = (
+"bLm" = (
/obj/item/stack/sheet/rglass{
amount = 50
},
@@ -53035,19 +52703,20 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bNz" = (
+"bLn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bNA" = (
+"bLo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -53057,20 +52726,21 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bNB" = (
+"bLp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bNC" = (
+"bLq" = (
/obj/machinery/door/window/northleft{
dir = 8;
name = "Magboot Storage";
@@ -53104,38 +52774,40 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bND" = (
+"bLr" = (
/obj/machinery/teleport/hub,
/turf/open/floor/plating,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bNE" = (
+"bLs" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
scrub_N2O = 1;
scrub_Toxins = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bNF" = (
+"bLt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bNG" = (
+"bLu" = (
/obj/machinery/door/window/northleft{
dir = 8;
name = "Disposals Chute";
@@ -53160,7 +52832,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bNH" = (
+"bLv" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -53175,12 +52847,12 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bNI" = (
+"bLw" = (
/turf/closed/wall/r_wall,
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bNJ" = (
+"bLx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -53195,7 +52867,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bNK" = (
+"bLy" = (
/obj/structure/closet/secure_closet/medical1{
pixel_x = 0
},
@@ -53204,41 +52876,49 @@
icon_state = "alarm0";
pixel_x = -22
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bNL" = (
+"bLz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bNM" = (
+"bLA" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bNN" = (
+"bLB" = (
/obj/structure/table,
/obj/item/weapon/paper/pamphlet,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bNO" = (
+"bLC" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/gateway)
-"bNP" = (
+"bLD" = (
/obj/machinery/gateway{
dir = 8
},
@@ -53246,11 +52926,11 @@
dir = 8
},
/area/gateway)
-"bNQ" = (
+"bLE" = (
/obj/machinery/gateway/centerstation,
/turf/open/floor/plasteel/black,
/area/gateway)
-"bNR" = (
+"bLF" = (
/obj/machinery/gateway{
dir = 4
},
@@ -53258,7 +52938,7 @@
dir = 8
},
/area/gateway)
-"bNS" = (
+"bLG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -53272,7 +52952,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bNT" = (
+"bLH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/status_display{
density = 0;
@@ -53289,7 +52969,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bNU" = (
+"bLI" = (
/obj/structure/table,
/obj/machinery/microwave{
pixel_x = -3;
@@ -53306,7 +52986,7 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bNV" = (
+"bLJ" = (
/obj/structure/table,
/obj/machinery/microwave{
pixel_x = -3;
@@ -53327,18 +53007,18 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bNW" = (
+"bLK" = (
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/kitchen)
-"bNX" = (
+"bLL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/kitchen)
-"bNY" = (
+"bLM" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -53350,7 +53030,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bNZ" = (
+"bLN" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -53358,7 +53038,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bOa" = (
+"bLO" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -53375,7 +53055,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bOb" = (
+"bLP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -53385,7 +53065,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bOc" = (
+"bLQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light_switch{
pixel_x = -26;
@@ -53393,7 +53073,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bOd" = (
+"bLR" = (
/obj/structure/dresser,
/obj/machinery/newscaster{
pixel_x = 0;
@@ -53401,17 +53081,17 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bOe" = (
+"bLS" = (
/obj/machinery/vending/autodrobe,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bOf" = (
+"bLT" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/bridge)
-"bOg" = (
+"bLU" = (
/obj/structure/rack,
-/obj/machinery/telecomms/bus,
+/obj/item/weapon/circuitboard/machine/telecomms/bus,
/obj/item/weapon/circuitboard/machine/telecomms/broadcaster,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
@@ -53426,9 +53106,9 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bOh" = (
+"bLV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -53438,7 +53118,7 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bOi" = (
+"bLW" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/subspace/analyzer,
/obj/item/weapon/stock_parts/subspace/analyzer,
@@ -53451,21 +53131,21 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bOj" = (
+"bLX" = (
/obj/structure/closet,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"bOk" = (
+"bLY" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bOl" = (
+"bLZ" = (
/obj/structure/closet/cardboard,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bOm" = (
+"bMa" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -53474,7 +53154,7 @@
dir = 8
},
/area/atmos)
-"bOn" = (
+"bMb" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 1;
initialize_directions = 11
@@ -53483,7 +53163,7 @@
dir = 8
},
/area/atmos)
-"bOo" = (
+"bMc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/structure/cable/yellow{
d1 = 1;
@@ -53495,14 +53175,14 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bOp" = (
+"bMd" = (
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 9
},
/turf/open/floor/plasteel,
/area/atmos)
-"bOq" = (
+"bMe" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -53519,7 +53199,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/atmos)
-"bOr" = (
+"bMf" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -53535,29 +53215,29 @@
/obj/item/clothing/mask/gas,
/turf/open/floor/plasteel,
/area/atmos)
-"bOs" = (
+"bMg" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 8
},
/turf/open/floor/plasteel,
/area/atmos)
-"bOt" = (
+"bMh" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bOu" = (
+"bMi" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
initialize_directions = 11
},
/turf/open/floor/plasteel,
/area/atmos)
-"bOv" = (
-/obj/machinery/hologram/holopad,
+"bMj" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/atmos)
-"bOw" = (
+"bMk" = (
/obj/machinery/atmospherics/components/trinary/filter{
dir = 1;
filter_type = "n2o";
@@ -53572,14 +53252,14 @@
dir = 6
},
/area/atmos)
-"bOx" = (
+"bMl" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel/black,
/area/atmos)
-"bOy" = (
+"bMm" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
frequency = 1441;
@@ -53588,7 +53268,7 @@
},
/turf/open/floor/engine/n2o,
/area/atmos)
-"bOz" = (
+"bMn" = (
/obj/machinery/camera{
c_tag = "Atmospherics Tank - N2O";
dir = 8;
@@ -53598,7 +53278,7 @@
},
/turf/open/floor/engine/n2o,
/area/atmos)
-"bOA" = (
+"bMo" = (
/obj/machinery/airalarm/server{
dir = 4;
pixel_x = -22;
@@ -53617,7 +53297,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bOB" = (
+"bMp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -53626,7 +53306,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bOC" = (
+"bMq" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -53640,7 +53320,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bOD" = (
+"bMr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -53651,7 +53331,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bOE" = (
+"bMs" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 4;
@@ -53676,7 +53356,7 @@
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bOF" = (
+"bMt" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -53687,25 +53367,27 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bOG" = (
+"bMu" = (
/obj/machinery/camera{
c_tag = "Arrivals - Aft Arm - Far";
dir = 1;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bOH" = (
+"bMv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bOI" = (
+"bMw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -53716,21 +53398,23 @@
pixel_x = 0;
pixel_y = -25
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bOJ" = (
+"bMx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bOK" = (
+"bMy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -53740,7 +53424,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bOL" = (
+"bMz" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -53755,7 +53439,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bOM" = (
+"bMA" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -53775,7 +53459,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bON" = (
+"bMB" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -53800,11 +53484,11 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bOO" = (
+"bMC" = (
/obj/structure/chair/office/dark,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bOP" = (
+"bMD" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = 1;
@@ -53812,7 +53496,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bOQ" = (
+"bME" = (
/obj/structure/mirror{
pixel_x = -28
},
@@ -53830,7 +53514,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bOR" = (
+"bMF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -53840,7 +53524,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bOS" = (
+"bMG" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -53851,7 +53535,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bOT" = (
+"bMH" = (
/obj/machinery/light/small,
/obj/machinery/power/apc{
dir = 8;
@@ -53865,7 +53549,7 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/wood,
/area/library)
-"bOU" = (
+"bMI" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -53873,7 +53557,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bOV" = (
+"bMJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 4;
@@ -53882,7 +53566,7 @@
},
/turf/open/floor/carpet,
/area/library)
-"bOW" = (
+"bMK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -53893,7 +53577,7 @@
},
/turf/open/floor/carpet,
/area/library)
-"bOX" = (
+"bML" = (
/obj/machinery/light/small,
/obj/machinery/airalarm{
dir = 1;
@@ -53901,7 +53585,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bOY" = (
+"bMM" = (
/obj/item/weapon/folder,
/obj/item/weapon/folder,
/obj/machinery/camera/autoname{
@@ -53909,40 +53593,34 @@
network = list("SS13")
},
/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/item/device/tape,
/turf/open/floor/wood,
/area/library)
-"bOZ" = (
+"bMN" = (
/obj/machinery/light/small,
-/obj/machinery/photocopier{
- pixel_y = 3
- },
+/obj/machinery/libraryscanner,
/turf/open/floor/wood,
/area/library)
-"bPa" = (
+"bMO" = (
/obj/machinery/newscaster{
pixel_x = -1;
pixel_y = -29
},
/turf/open/floor/wood,
/area/library)
-"bPb" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/structure/table/wood,
-/obj/item/weapon/clipboard,
-/obj/item/device/taperecorder,
-/obj/item/device/tape,
-/turf/open/floor/wood,
-/area/library)
-"bPc" = (
+"bMP" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/bar,
+/area/crew_quarters/bar)
+"bMQ" = (
/obj/structure/easel,
/obj/item/weapon/canvas/twentythreeXtwentythree,
/obj/item/weapon/canvas/twentythreeXtwentythree,
/turf/open/floor/wood,
/area/library)
-"bPd" = (
+"bMR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
dir = 4
@@ -53951,7 +53629,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bPe" = (
+"bMS" = (
/obj/structure/closet/crate/rcd{
pixel_y = 4
},
@@ -53973,14 +53651,15 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bPf" = (
-/turf/open/floor/plasteel/warning{
+"bMT" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bPg" = (
+"bMU" = (
/obj/structure/tank_dispenser/oxygen{
layer = 2.9;
pixel_x = -1;
@@ -53990,7 +53669,7 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bPh" = (
+"bMV" = (
/obj/machinery/camera/motion{
c_tag = "E.V.A. Storage";
dir = 8
@@ -54005,13 +53684,14 @@
icon_state = "tube1"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bPi" = (
+"bMW" = (
/obj/machinery/teleport/station,
/obj/machinery/firealarm{
dir = 8;
@@ -54022,23 +53702,25 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bPj" = (
+"bMX" = (
/obj/machinery/bluespace_beacon,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bPk" = (
+"bMY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bPl" = (
+"bMZ" = (
/obj/machinery/camera{
c_tag = "Teleporter Room";
dir = 8;
@@ -54059,7 +53741,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bPm" = (
+"bNa" = (
/obj/structure/window/reinforced,
/obj/structure/showcase{
desc = "A stand with an retired construction mech bolted to it. The clamps are rated at 9300PSI. It seems to be falling apart.";
@@ -54077,7 +53759,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPn" = (
+"bNb" = (
/obj/structure/sign/atmosplaque{
desc = "A guide to the exhibit, detailing the constructive and destructive applications of modern repair drones, as well as the development of the uncorruptable cyborg servants of tomorrow, available today.";
icon_state = "kiddieplaque";
@@ -54091,7 +53773,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPo" = (
+"bNc" = (
/obj/structure/showcase{
desc = "A stand with an empty old NanoTrasen Corporation combat mech bolted to it. It is described as the premier unit used to defend corporate interests and employees.";
icon = 'icons/mecha/mecha.dmi';
@@ -54111,7 +53793,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPp" = (
+"bNd" = (
/obj/item/weapon/tank/internals/air,
/obj/item/weapon/tank/internals/air,
/obj/item/clothing/mask/breath,
@@ -54123,7 +53805,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bPq" = (
+"bNe" = (
/obj/structure/table/wood,
/obj/item/weapon/phone{
desc = "Supposedly a direct line to NanoTrasen Central Command. It's not even plugged in.";
@@ -54148,7 +53830,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPr" = (
+"bNf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -54158,7 +53840,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPs" = (
+"bNg" = (
/obj/machinery/light_switch{
pixel_x = 0;
pixel_y = 24
@@ -54179,7 +53861,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPt" = (
+"bNh" = (
/obj/structure/table/wood,
/obj/item/weapon/folder/red,
/obj/item/weapon/pen/red,
@@ -54189,7 +53871,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bPu" = (
+"bNi" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -54212,7 +53894,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPv" = (
+"bNj" = (
/obj/structure/showcase{
desc = "A stand with a model of the perfect Nanotrasen Employee bolted to it. Signs indicate it is robustly genetically engineered, as well as being ruthlessly loyal.";
name = "'Perfect Man' employee exhibit"
@@ -54229,14 +53911,14 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPw" = (
+"bNk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/window/reinforced,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/showcase{
desc = "A flimsy model of a standard NanoTrasen automated loyalty implant machine. With secure positioning harnesses and a robotic surgical injector, brain damage and other serious medical anomalies are now up to 60% less likely!";
icon = 'icons/obj/machines/implantchair.dmi';
@@ -54250,10 +53932,10 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bPx" = (
+"bNl" = (
/turf/closed/wall,
/area/gateway)
-"bPy" = (
+"bNm" = (
/obj/structure/bed/roller,
/obj/machinery/vending/wallmed{
pixel_x = -28;
@@ -54264,17 +53946,21 @@
dir = 4;
network = list("SS13")
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bPz" = (
+"bNn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bPA" = (
+"bNo" = (
/obj/structure/tank_dispenser/oxygen{
pixel_x = -1;
pixel_y = 2
@@ -54288,11 +53974,14 @@
pixel_x = 29;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bPB" = (
+"bNp" = (
/obj/machinery/gateway{
dir = 10
},
@@ -54300,7 +53989,7 @@
dir = 4
},
/area/gateway)
-"bPC" = (
+"bNq" = (
/obj/machinery/gateway,
/obj/structure/cable/yellow{
d2 = 2;
@@ -54310,7 +53999,7 @@
dir = 8
},
/area/gateway)
-"bPD" = (
+"bNr" = (
/obj/machinery/gateway{
dir = 6
},
@@ -54318,7 +54007,7 @@
dir = 1
},
/area/gateway)
-"bPE" = (
+"bNs" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -54328,7 +54017,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bPF" = (
+"bNt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
dir = 8;
@@ -54339,7 +54028,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bPG" = (
+"bNu" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -54347,7 +54036,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bPH" = (
+"bNv" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -54359,7 +54048,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/kitchen)
-"bPI" = (
+"bNw" = (
/obj/structure/rack,
/obj/item/weapon/book/manual/chef_recipes{
pixel_x = 2;
@@ -54373,7 +54062,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bPJ" = (
+"bNx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -54381,7 +54070,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bPK" = (
+"bNy" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -54390,7 +54079,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bPL" = (
+"bNz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -54399,7 +54088,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bPM" = (
+"bNA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -54407,7 +54096,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bPN" = (
+"bNB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -54418,7 +54107,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bPO" = (
+"bNC" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -54428,7 +54117,7 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bPP" = (
+"bND" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
@@ -54436,7 +54125,7 @@
/obj/structure/closet/secure_closet/freezer/meat,
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bPQ" = (
+"bNE" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
name = "old sink";
@@ -54444,15 +54133,15 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bPR" = (
+"bNF" = (
/obj/machinery/gibber,
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bPS" = (
+"bNG" = (
/obj/structure/kitchenspike,
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bPT" = (
+"bNH" = (
/obj/structure/table/wood,
/obj/item/weapon/lipstick{
pixel_y = 5
@@ -54472,13 +54161,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bPU" = (
+"bNI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bPV" = (
+"bNJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -54487,7 +54176,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bPW" = (
+"bNK" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 6
@@ -54498,9 +54187,9 @@
icon_state = "alarm0";
pixel_x = 24
},
-/turf/open/floor/carpet,
+/turf/open/floor/wood,
/area/security/vacantoffice)
-"bPX" = (
+"bNL" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/subspace/transmitter,
/obj/item/weapon/stock_parts/subspace/transmitter,
@@ -54524,7 +54213,7 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bPY" = (
+"bNM" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -54540,7 +54229,7 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bPZ" = (
+"bNN" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/subspace/treatment,
/obj/item/weapon/stock_parts/subspace/treatment,
@@ -54556,11 +54245,11 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bQa" = (
+"bNO" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bQb" = (
+"bNP" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 9
},
@@ -54568,7 +54257,7 @@
dir = 8
},
/area/atmos)
-"bQc" = (
+"bNQ" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -54581,11 +54270,11 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bQd" = (
+"bNR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/atmos)
-"bQe" = (
+"bNS" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
@@ -54600,13 +54289,13 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bQf" = (
+"bNT" = (
/obj/effect/landmark{
name = "lightsout"
},
/turf/open/floor/plasteel,
/area/atmos)
-"bQg" = (
+"bNU" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Port Mix to East Ports";
@@ -54615,7 +54304,7 @@
/obj/item/weapon/crowbar,
/turf/open/floor/plasteel,
/area/atmos)
-"bQh" = (
+"bNV" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/machinery/door/window/northleft{
dir = 8;
@@ -54625,7 +54314,7 @@
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"bQi" = (
+"bNW" = (
/obj/machinery/light/small{
dir = 4
},
@@ -54649,21 +54338,21 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bQj" = (
+"bNX" = (
/obj/machinery/telecomms/server/presets/common,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bQk" = (
+"bNY" = (
/obj/machinery/telecomms/server/presets/engineering,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bQl" = (
+"bNZ" = (
/obj/machinery/light/small,
/obj/machinery/camera{
c_tag = "Telecoms - Server Room - Aft";
@@ -54671,33 +54360,34 @@
network = list("SS13","tcomm")
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/ntnet_relay,
/turf/open/floor/plasteel/black{
name = "Mainframe Floor";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bQm" = (
+"bOa" = (
/obj/machinery/telecomms/server/presets/medical,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bQn" = (
+"bOb" = (
/obj/machinery/telecomms/server/presets/science,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bQo" = (
+"bOc" = (
/obj/machinery/telecomms/broadcaster/preset_left,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bQp" = (
+"bOd" = (
/obj/machinery/door/airlock/external{
name = "Auxiliary Airlock"
},
@@ -54705,7 +54395,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bQq" = (
+"bOe" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;27"
@@ -54722,7 +54412,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bQr" = (
+"bOf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -54735,24 +54425,27 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bQs" = (
+"bOg" = (
/obj/structure/table/wood,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bQt" = (
+"bOh" = (
/obj/item/toy/cards/deck,
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bQu" = (
+"bOi" = (
/obj/structure/table,
/obj/item/clothing/mask/cigarette/pipe,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bQv" = (
+"bOj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -54760,7 +54453,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bQw" = (
+"bOk" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Quiet Room";
@@ -54769,7 +54462,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood,
/area/library)
-"bQx" = (
+"bOl" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Quiet Room";
@@ -54785,23 +54478,21 @@
},
/turf/open/floor/wood,
/area/library)
-"bQy" = (
+"bOm" = (
/obj/machinery/door/morgue{
name = "Private Study";
req_access_txt = "37"
},
-/turf/open/floor/plasteel/cult{
- dir = 2
- },
+/turf/open/floor/engine/cult,
/area/library)
-"bQz" = (
+"bOn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
/area/hallway/primary/central)
-"bQA" = (
+"bOo" = (
/obj/item/stack/sheet/metal{
amount = 50
},
@@ -54835,15 +54526,16 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bQB" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/warning{
+"bOp" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bQC" = (
+"bOq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -54858,15 +54550,16 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bQD" = (
+"bOr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bQE" = (
+"bOs" = (
/obj/machinery/door/window/northleft{
dir = 8;
name = "Jetpack Storage";
@@ -54897,20 +54590,21 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bQF" = (
+"bOt" = (
/obj/machinery/computer/teleporter,
/turf/open/floor/plating,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bQG" = (
-/turf/open/floor/plasteel/warning{
+"bOu" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bQH" = (
+"bOv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -54923,12 +54617,12 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bQI" = (
+"bOw" = (
/turf/closed/wall,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bQJ" = (
+"bOx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -54947,7 +54641,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQK" = (
+"bOy" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -54958,7 +54652,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQL" = (
+"bOz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -54973,7 +54667,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQM" = (
+"bOA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -54989,7 +54683,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQN" = (
+"bOB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -54999,7 +54693,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQO" = (
+"bOC" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -55010,7 +54704,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQP" = (
+"bOD" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -55027,7 +54721,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQQ" = (
+"bOE" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -55038,7 +54732,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQR" = (
+"bOF" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 4;
@@ -55063,7 +54757,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bQS" = (
+"bOG" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -55075,22 +54769,27 @@
pixel_x = -1;
pixel_y = 2
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bQT" = (
+"bOH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bQU" = (
-/turf/open/floor/plasteel/warning{
+"bOI" = (
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bQV" = (
+"bOJ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -55099,10 +54798,10 @@
},
/turf/open/floor/plating,
/area/gateway)
-"bQW" = (
+"bOK" = (
/turf/open/floor/plasteel/vault,
/area/gateway)
-"bQX" = (
+"bOL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -55110,14 +54809,14 @@
},
/turf/open/floor/plasteel/vault,
/area/gateway)
-"bQY" = (
+"bOM" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault,
/area/gateway)
-"bQZ" = (
+"bON" = (
/obj/structure/sign/securearea{
pixel_x = -32;
pixel_y = 0
@@ -55133,7 +54832,7 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bRa" = (
+"bOO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
icon_state = "tube1";
@@ -55143,7 +54842,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bRb" = (
+"bOP" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -55152,25 +54851,25 @@
},
/turf/open/floor/plating,
/area/crew_quarters/kitchen)
-"bRc" = (
+"bOQ" = (
/obj/machinery/food_cart,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/kitchen)
-"bRd" = (
+"bOR" = (
/obj/effect/landmark/start{
name = "Cook"
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
-"bRe" = (
+"bOS" = (
/obj/structure/table,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/kitchen)
-"bRf" = (
+"bOT" = (
/obj/structure/table,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/weapon/storage/box/donkpockets,
@@ -55178,20 +54877,20 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bRg" = (
+"bOU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/table,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/kitchen)
-"bRh" = (
-/obj/machinery/hologram/holopad,
+"bOV" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/kitchen)
-"bRi" = (
+"bOW" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -55201,11 +54900,11 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bRj" = (
+"bOX" = (
/obj/structure/closet/secure_closet/freezer/kitchen,
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bRk" = (
+"bOY" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -55214,24 +54913,25 @@
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bRl" = (
+"bOZ" = (
/obj/machinery/chem_master/condimaster{
name = "CondiMaster Neo";
pixel_x = -4
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bRm" = (
+"bPa" = (
/mob/living/simple_animal/hostile/retaliate/goat{
name = "Pete"
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bRn" = (
+"bPb" = (
/obj/structure/table/wood,
/obj/structure/mirror{
pixel_x = -28
@@ -55247,13 +54947,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bRo" = (
+"bPc" = (
/obj/structure/chair/wood/wings{
dir = 8
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bRp" = (
+"bPd" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -55263,7 +54963,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bRq" = (
+"bPe" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -55279,7 +54979,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bRr" = (
+"bPf" = (
/obj/machinery/door/airlock{
name = "Theatre Backstage";
req_access_txt = "46"
@@ -55292,7 +54992,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/theatre)
-"bRs" = (
+"bPg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -55306,11 +55006,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bRt" = (
+"bPh" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/subspace/ansible,
/obj/item/weapon/stock_parts/subspace/ansible,
@@ -55322,7 +55023,7 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bRu" = (
+"bPi" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/micro_laser,
/obj/item/weapon/stock_parts/manipulator,
@@ -55342,7 +55043,7 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bRv" = (
+"bPj" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/subspace/filter,
/obj/item/weapon/stock_parts/subspace/filter,
@@ -55353,13 +55054,13 @@
/area/maintenance/atmos_control{
name = "Telecoms Storage"
})
-"bRw" = (
+"bPk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bRx" = (
+"bPl" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -55370,26 +55071,26 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bRy" = (
+"bPm" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bRz" = (
+"bPn" = (
/obj/machinery/atmospherics/components/trinary/filter{
req_access = "0"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bRA" = (
+"bPo" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/plasteel/red,
/area/atmos)
-"bRB" = (
+"bPp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
@@ -55397,7 +55098,7 @@
dir = 8
},
/area/atmos)
-"bRC" = (
+"bPq" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -55408,22 +55109,26 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bRD" = (
+"bPr" = (
/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/atmos)
-"bRE" = (
+"bPs" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/atmos)
-"bRF" = (
+"bPt" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
initialize_directions = 11
@@ -55431,22 +55136,25 @@
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bRG" = (
+"bPu" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/atmos)
-"bRH" = (
+"bPv" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 8
},
/turf/open/floor/plasteel,
/area/atmos)
-"bRI" = (
+"bPw" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
@@ -55463,7 +55171,7 @@
},
/turf/open/floor/plasteel/purple,
/area/atmos)
-"bRJ" = (
+"bPx" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
external_pressure_bound = 0;
@@ -55477,34 +55185,35 @@
},
/turf/open/floor/engine/plasma,
/area/atmos)
-"bRK" = (
+"bPy" = (
/turf/open/floor/engine/plasma,
/area/atmos)
-"bRL" = (
+"bPz" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
},
/turf/open/floor/engine/plasma,
/area/atmos)
-"bRM" = (
+"bPA" = (
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bRN" = (
+"bPB" = (
/obj/structure/chair/comfy/beige{
dir = 1;
icon_state = "comfychair"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"bRO" = (
+"bPC" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -55513,13 +55222,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRP" = (
+"bPD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -55530,7 +55240,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRQ" = (
+"bPE" = (
/obj/structure/closet/crate,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -55540,7 +55250,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRR" = (
+"bPF" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -55549,7 +55259,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRS" = (
+"bPG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -55562,7 +55272,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRT" = (
+"bPH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -55571,7 +55281,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRU" = (
+"bPI" = (
/obj/machinery/door/airlock/maintenance{
name = "Vacant Office Maintenance";
req_access_txt = "32";
@@ -55579,7 +55289,7 @@
},
/turf/open/floor/plating,
/area/security/vacantoffice)
-"bRV" = (
+"bPJ" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -55589,24 +55299,25 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRW" = (
+"bPK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRX" = (
+"bPL" = (
/obj/structure/rack,
/obj/item/weapon/storage/box,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRY" = (
+"bPM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -55619,14 +55330,14 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bRZ" = (
-/obj/effect/decal/cleanable/cobweb2,
+"bPN" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bSa" = (
+"bPO" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -55636,19 +55347,19 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/wood,
/area/library)
-"bSb" = (
+"bPP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/turf/open/floor/wood,
/area/library)
-"bSc" = (
+"bPQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/open/floor/wood,
/area/library)
-"bSd" = (
+"bPR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -55659,7 +55370,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bSe" = (
+"bPS" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -55670,37 +55381,34 @@
},
/turf/open/floor/wood,
/area/library)
-"bSf" = (
+"bPT" = (
/obj/structure/table/wood,
/obj/item/device/paicard,
/turf/open/floor/wood,
/area/library)
-"bSg" = (
+"bPU" = (
/obj/structure/table/wood,
/obj/item/weapon/dice/d20,
/obj/item/weapon/dice,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/wood,
/area/library)
-"bSh" = (
-/obj/structure/cult/tome,
+"bPV" = (
+/obj/structure/destructible/cult/tome,
/obj/machinery/newscaster{
pixel_x = -30;
pixel_y = 0
},
/obj/item/clothing/under/suit_jacket/red,
/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plasteel/cult{
- dir = 2
- },
+/obj/item/weapon/book/codex_gigas,
+/turf/open/floor/engine/cult,
/area/library)
-"bSi" = (
+"bPW" = (
/obj/structure/chair/comfy/brown,
-/turf/open/floor/plasteel/cult{
- dir = 2
- },
+/turf/open/floor/engine/cult,
/area/library)
-"bSj" = (
+"bPX" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -55711,11 +55419,9 @@
pixel_x = 30;
pixel_y = 0
},
-/turf/open/floor/plasteel/cult{
- dir = 2
- },
+/turf/open/floor/engine/cult,
/area/library)
-"bSk" = (
+"bPY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 8;
@@ -55726,7 +55432,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bSl" = (
+"bPZ" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
@@ -55741,20 +55447,21 @@
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bSm" = (
+"bQa" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
scrub_N2O = 1;
scrub_Toxins = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bSn" = (
+"bQb" = (
/obj/structure/cable/yellow,
/obj/machinery/shieldwallgen,
/obj/structure/window/reinforced{
@@ -55771,28 +55478,30 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bSo" = (
+"bQc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bSp" = (
+"bQd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bSq" = (
+"bQe" = (
/obj/structure/cable/yellow,
/obj/machinery/shieldwallgen,
/obj/structure/window/reinforced{
@@ -55809,18 +55518,18 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bSr" = (
+"bQf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/robot_parts/chest{
+/obj/item/bodypart/chest/robot{
name = "cyborg torso";
pixel_x = -2;
pixel_y = 2
},
-/obj/item/robot_parts/head{
+/obj/item/bodypart/head/robot{
name = "cyborg head";
pixel_x = 3;
pixel_y = 2
@@ -55835,13 +55544,13 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSs" = (
+"bQg" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSt" = (
+"bQh" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -55851,14 +55560,14 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSu" = (
+"bQi" = (
/turf/open/floor/wood{
icon_state = "wood-broken3"
},
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSv" = (
+"bQj" = (
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/crap{
name = "\improper NanoTrasen-brand rechargable AA battery"
@@ -55868,14 +55577,14 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSw" = (
+"bQk" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/carpet,
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSx" = (
+"bQl" = (
/obj/structure/table/wood,
/obj/item/toy/carpplushie{
color = "red";
@@ -55885,7 +55594,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSy" = (
+"bQm" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -55906,7 +55615,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSz" = (
+"bQn" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -55916,7 +55625,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSA" = (
+"bQo" = (
/obj/structure/table/wood,
/obj/machinery/button/door{
id = "corporate_privacy";
@@ -55938,7 +55647,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bSB" = (
+"bQp" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -55953,11 +55662,14 @@
},
/obj/item/clothing/mask/breath,
/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bSC" = (
+"bQq" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -55969,11 +55681,12 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bSD" = (
+"bQr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -55983,11 +55696,12 @@
dir = 2;
initialize_directions = 11
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bSE" = (
+"bQs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -55996,11 +55710,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bSF" = (
+"bQt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -56025,7 +55740,7 @@
},
/turf/open/floor/plasteel,
/area/gateway)
-"bSG" = (
+"bQu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -56039,7 +55754,7 @@
},
/turf/open/floor/plasteel,
/area/gateway)
-"bSH" = (
+"bQv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -56052,7 +55767,7 @@
},
/turf/open/floor/plasteel,
/area/gateway)
-"bSI" = (
+"bQw" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -56064,7 +55779,7 @@
},
/turf/open/floor/plasteel,
/area/gateway)
-"bSJ" = (
+"bQx" = (
/obj/machinery/door/airlock/maintenance{
name = "Gateway Maintenance";
req_access_txt = "17"
@@ -56079,7 +55794,7 @@
},
/turf/open/floor/plating,
/area/gateway)
-"bSK" = (
+"bQy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -56093,13 +55808,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bSL" = (
+"bQz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -56109,7 +55825,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bSM" = (
+"bQA" = (
/obj/structure/rack,
/obj/item/weapon/storage/box/donkpockets{
pixel_x = 3;
@@ -56124,7 +55840,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bSN" = (
+"bQB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -56134,7 +55850,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bSO" = (
+"bQC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -56147,7 +55863,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bSP" = (
+"bQD" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -56166,7 +55882,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bSQ" = (
+"bQE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -56179,7 +55895,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bSR" = (
+"bQF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -56192,7 +55908,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bSS" = (
+"bQG" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -56208,7 +55924,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bST" = (
+"bQH" = (
/obj/machinery/requests_console{
department = "Kitchen";
departmentType = 2;
@@ -56220,11 +55936,11 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bSU" = (
+"bQI" = (
/obj/structure/closet/chefcloset,
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bSV" = (
+"bQJ" = (
/obj/effect/landmark/start{
name = "Chef"
},
@@ -56238,13 +55954,13 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bSW" = (
+"bQK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bSX" = (
+"bQL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -56264,7 +55980,7 @@
/area/hallway/secondary/entry{
name = "Arrivals"
})
-"bSY" = (
+"bQM" = (
/obj/structure/table/wood,
/obj/item/weapon/folder,
/obj/structure/sign/poster{
@@ -56273,7 +55989,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bSZ" = (
+"bQN" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -56283,7 +55999,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bTa" = (
+"bQO" = (
/obj/item/weapon/soap/nanotrasen,
/obj/machinery/light/small{
dir = 4
@@ -56295,51 +56011,52 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bTb" = (
+"bQP" = (
/obj/structure/sign/poster{
pixel_x = 32;
pixel_y = 0
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bTc" = (
+"bQQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/weapon/wrench,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bTd" = (
+"bQR" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bTe" = (
+"bQS" = (
/obj/machinery/suit_storage_unit/atmos,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/atmos)
-"bTf" = (
+"bQT" = (
/obj/structure/sign/nosmoking_2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/atmos)
-"bTg" = (
+"bQU" = (
/obj/machinery/atmospherics/components/trinary/filter{
filter_type = -1;
on = 1
},
/turf/open/floor/plasteel,
/area/atmos)
-"bTh" = (
+"bQV" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 8
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"bTi" = (
+"bQW" = (
/obj/machinery/computer/atmos_control/tank{
frequency = 1441;
input_tag = "tox_in";
@@ -56354,33 +56071,33 @@
},
/turf/open/floor/plasteel/purple,
/area/atmos)
-"bTj" = (
+"bQX" = (
/obj/machinery/air_sensor{
frequency = 1441;
id_tag = "tox_sensor"
},
/turf/open/floor/engine/plasma,
/area/atmos)
-"bTk" = (
+"bQY" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/turf/open/floor/engine/plasma,
/area/atmos)
-"bTl" = (
+"bQZ" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/engine/plasma,
/area/atmos)
-"bTm" = (
+"bRa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bTn" = (
-/turf/open/floor/plasteel/shuttle/red,
+"bRb" = (
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"bTo" = (
+"bRc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -56390,20 +56107,21 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bTp" = (
-/turf/open/floor/plating/warnplate{
+"bRd" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bTq" = (
+"bRe" = (
/obj/item/trash/cheesie,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bTr" = (
+"bRf" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
@@ -56415,23 +56133,23 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bTs" = (
-/obj/machinery/hologram/holopad,
+"bRg" = (
+/obj/machinery/holopad,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
},
/turf/open/floor/wood,
/area/library)
-"bTt" = (
+"bRh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood,
/area/library)
-"bTu" = (
+"bRi" = (
/obj/structure/chair/office/dark,
/turf/open/floor/wood,
/area/library)
-"bTv" = (
+"bRj" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -56444,26 +56162,28 @@
icon_state = "wood-broken"
},
/area/library)
-"bTw" = (
+"bRk" = (
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 30;
pixel_y = 0
},
/obj/machinery/photocopier,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
/turf/open/floor/wood,
/area/library)
-"bTx" = (
+"bRl" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
pixel_x = -3;
pixel_y = 7
},
/obj/item/weapon/pen/invisible,
-/turf/open/floor/plasteel/cult{
- dir = 2
- },
+/turf/open/floor/engine/cult,
/area/library)
-"bTy" = (
+"bRm" = (
/obj/item/device/taperecorder{
pixel_y = 0
},
@@ -56472,19 +56192,15 @@
pixel_y = -25
},
/obj/structure/table/wood,
-/turf/open/floor/plasteel/cult{
- dir = 2
- },
+/turf/open/floor/engine/cult,
/area/library)
-"bTz" = (
+"bRn" = (
/obj/structure/bookcase{
name = "Forbidden Knowledge"
},
-/turf/open/floor/plasteel/cult{
- dir = 2
- },
+/turf/open/floor/engine/cult,
/area/library)
-"bTA" = (
+"bRo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
dir = 4;
@@ -56495,28 +56211,31 @@
dir = 4
},
/area/hallway/primary/central)
-"bTB" = (
-/turf/open/floor/plasteel/warning{
+"bRp" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bTC" = (
-/turf/open/floor/plasteel/warning{
+"bRq" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bTD" = (
-/turf/open/floor/plasteel/warning{
+"bRr" = (
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bTE" = (
+"bRs" = (
/obj/structure/cable/yellow,
/obj/machinery/shieldwallgen,
/turf/open/floor/plasteel/vault{
@@ -56525,21 +56244,23 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bTF" = (
-/turf/open/floor/plasteel/warning{
+"bRt" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bTG" = (
-/turf/open/floor/plasteel/warning{
+"bRu" = (
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bTH" = (
+"bRv" = (
/obj/structure/cable/yellow,
/obj/machinery/shieldwallgen,
/turf/open/floor/plasteel/vault{
@@ -56548,7 +56269,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bTI" = (
+"bRw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -56570,7 +56291,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTJ" = (
+"bRx" = (
/obj/structure/table/wood,
/obj/item/weapon/storage/secure/briefcase{
desc = "A large briefcase with a digital locking system, and the NanoTrasen logo emblazoned on the sides.";
@@ -56581,7 +56302,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTK" = (
+"bRy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -56589,7 +56310,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTL" = (
+"bRz" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -56609,7 +56330,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTM" = (
+"bRA" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -56631,7 +56352,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTN" = (
+"bRB" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -56655,7 +56376,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTO" = (
+"bRC" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -56688,7 +56409,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTP" = (
+"bRD" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -56708,7 +56429,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTQ" = (
+"bRE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -56725,7 +56446,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTR" = (
+"bRF" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -56754,7 +56475,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTS" = (
+"bRG" = (
/obj/item/weapon/book/manual/wiki/security_space_law{
name = "space law";
pixel_y = 2
@@ -56785,36 +56506,45 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bTT" = (
+"bRH" = (
/obj/structure/table,
/obj/item/weapon/storage/fancy/donut_box,
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bTU" = (
+"bRI" = (
/obj/structure/table,
/obj/machinery/recharger,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bTV" = (
+"bRJ" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
charge = 100;
maxcharge = 15000
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bTW" = (
+"bRK" = (
/obj/item/weapon/storage/belt/utility,
/obj/item/device/radio/off,
/obj/item/device/radio/off,
@@ -56830,16 +56560,20 @@
pixel_y = -26;
req_access_txt = "19"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/gateway)
-"bTX" = (
-/turf/open/floor/plasteel/warning{
+"bRL" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bTY" = (
+"bRM" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -56850,22 +56584,24 @@
dir = 8;
network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/gateway)
-"bTZ" = (
+"bRN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bUa" = (
+"bRO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
dir = 8;
@@ -56875,7 +56611,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bUb" = (
+"bRP" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/snacks/mint,
/obj/machinery/airalarm{
@@ -56893,7 +56629,7 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bUc" = (
+"bRQ" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/beaker{
pixel_x = 5
@@ -56905,7 +56641,7 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bUd" = (
+"bRR" = (
/obj/structure/table,
/obj/item/stack/packageWrap,
/obj/item/weapon/hand_labeler,
@@ -56920,7 +56656,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bUe" = (
+"bRS" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
pixel_x = -3;
@@ -56942,7 +56678,7 @@
dir = 2
},
/area/crew_quarters/kitchen)
-"bUf" = (
+"bRT" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
pixel_y = -30
@@ -56953,7 +56689,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bUg" = (
+"bRU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -56970,7 +56706,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bUh" = (
+"bRV" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -56986,7 +56722,7 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bUi" = (
+"bRW" = (
/obj/machinery/door/airlock{
name = "Kitchen Cold Room";
req_access_txt = "28"
@@ -57004,7 +56740,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bUj" = (
+"bRX" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -57022,7 +56758,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bUk" = (
+"bRY" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -57045,7 +56781,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bUl" = (
+"bRZ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -57063,7 +56799,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bUm" = (
+"bSa" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -57077,7 +56813,7 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"bUn" = (
+"bSb" = (
/obj/machinery/light/small,
/obj/structure/sign/poster{
pixel_y = -32
@@ -57086,7 +56822,7 @@
/area/crew_quarters/toilet{
name = "\improper Auxiliary Restrooms"
})
-"bUo" = (
+"bSc" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -57100,24 +56836,24 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"bUp" = (
+"bSd" = (
/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bUq" = (
+"bSe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark{
name = "blobstart"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bUr" = (
+"bSf" = (
/obj/item/weapon/crowbar,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"bUs" = (
+"bSg" = (
/obj/structure/fireaxecabinet{
pixel_x = -32;
pixel_y = 0
@@ -57134,7 +56870,7 @@
dir = 8
},
/area/atmos)
-"bUt" = (
+"bSh" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
@@ -57144,11 +56880,14 @@
pixel_x = -23;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/atmos)
-"bUu" = (
+"bSi" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
initialize_directions = 11
@@ -57157,7 +56896,7 @@
/obj/item/weapon/wrench,
/turf/open/floor/plasteel,
/area/atmos)
-"bUv" = (
+"bSj" = (
/obj/machinery/atmospherics/components/trinary/filter{
dir = 1;
filter_type = "plasma";
@@ -57170,7 +56909,7 @@
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/purple,
/area/atmos)
-"bUw" = (
+"bSk" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
frequency = 1441;
@@ -57179,7 +56918,7 @@
},
/turf/open/floor/engine/plasma,
/area/atmos)
-"bUx" = (
+"bSl" = (
/obj/machinery/camera{
c_tag = "Atmospherics Tank - Toxins";
dir = 8;
@@ -57189,12 +56928,12 @@
},
/turf/open/floor/engine/plasma,
/area/atmos)
-"bUy" = (
+"bSm" = (
/obj/structure/table,
/obj/machinery/microwave,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"bUz" = (
+"bSn" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -57206,13 +56945,14 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUA" = (
+"bSo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -57225,7 +56965,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUB" = (
+"bSp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -57239,7 +56979,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUC" = (
+"bSq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -57248,13 +56988,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUD" = (
+"bSr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -57267,7 +57008,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUE" = (
+"bSs" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -57285,7 +57026,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUF" = (
+"bSt" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -57300,7 +57041,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUG" = (
+"bSu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -57315,7 +57056,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUH" = (
+"bSv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -57324,13 +57065,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUI" = (
+"bSw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -57343,33 +57085,33 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bUJ" = (
+"bSx" = (
/obj/machinery/newscaster{
pixel_x = -32;
pixel_y = 0
},
/turf/open/floor/wood,
/area/library)
-"bUK" = (
+"bSy" = (
/obj/structure/chair/office/dark{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood,
/area/library)
-"bUL" = (
+"bSz" = (
/obj/structure/table/wood,
/obj/item/weapon/folder,
/obj/item/weapon/folder,
/obj/item/weapon/pen,
/turf/open/floor/wood,
/area/library)
-"bUM" = (
+"bSA" = (
/obj/structure/table/wood,
/obj/item/weapon/storage/crayons,
/turf/open/floor/wood,
/area/library)
-"bUN" = (
+"bSB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -57378,7 +57120,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/wood,
/area/library)
-"bUO" = (
+"bSC" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/obj/item/device/radio/intercom{
@@ -57388,7 +57130,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bUP" = (
+"bSD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
dir = 8;
@@ -57398,17 +57140,18 @@
dir = 8
},
/area/hallway/primary/central)
-"bUQ" = (
+"bSE" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters{
id = "evashutter";
name = "E.V.A. Storage Shutter"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bUR" = (
+"bSF" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters{
id = "evashutter";
@@ -57421,20 +57164,22 @@
pixel_y = 0;
req_access_txt = "19"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"bUS" = (
+"bSG" = (
/obj/machinery/door/poddoor/shutters{
id = "teleshutter";
name = "Teleporter Access Shutter"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bUT" = (
+"bSH" = (
/obj/machinery/door/poddoor/shutters{
id = "teleshutter";
name = "Teleporter Access Shutter"
@@ -57446,11 +57191,12 @@
pixel_y = 5;
req_access_txt = "19"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/teleporter{
name = "\improper Teleporter Room"
})
-"bUU" = (
+"bSI" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -57462,7 +57208,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bUV" = (
+"bSJ" = (
/obj/machinery/door/window{
base_state = "right";
dir = 8;
@@ -57475,7 +57221,7 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"bUW" = (
+"bSK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -57488,7 +57234,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bUX" = (
+"bSL" = (
/obj/item/device/instrument/violin,
/obj/structure/table/wood,
/obj/item/device/radio/intercom{
@@ -57502,7 +57248,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bUY" = (
+"bSM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command{
@@ -57513,19 +57259,20 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bUZ" = (
+"bSN" = (
/obj/structure/sign/poster,
/turf/closed/wall,
/area/crew_quarters/kitchen)
-"bVa" = (
+"bSO" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters{
id = "gateshutter";
name = "Gateway Access Shutter"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/gateway)
-"bVb" = (
+"bSP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -57540,13 +57287,13 @@
/area/maintenance/maintcentral{
name = "Central Maintenance"
})
-"bVc" = (
+"bSQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
/area/hallway/primary/central)
-"bVd" = (
+"bSR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -57554,13 +57301,13 @@
dir = 2
},
/area/hallway/primary/central)
-"bVe" = (
+"bSS" = (
/turf/closed/wall,
/area/hallway/primary/central)
-"bVf" = (
+"bST" = (
/turf/closed/wall,
/area/hydroponics)
-"bVg" = (
+"bSU" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "kitchenhydro";
name = "Service Shutter"
@@ -57575,7 +57322,7 @@
dir = 5
},
/area/hydroponics)
-"bVh" = (
+"bSV" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/eastleft{
dir = 1;
@@ -57592,24 +57339,26 @@
req_access_txt = "0";
req_one_access_txt = "30;35"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/hydroponics)
-"bVi" = (
+"bSW" = (
/obj/machinery/smartfridge,
/turf/closed/wall,
/area/hydroponics)
-"bVj" = (
+"bSX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
-"bVk" = (
+"bSY" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -57623,11 +57372,12 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
-"bVl" = (
+"bSZ" = (
/obj/machinery/door/airlock/maintenance{
name = "Kitchen Maintenance";
req_access_txt = "28"
@@ -57642,7 +57392,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/kitchen)
-"bVm" = (
+"bTa" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -57663,11 +57413,12 @@
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVn" = (
+"bTb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -57682,7 +57433,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVo" = (
+"bTc" = (
/obj/machinery/power/apc{
cell_type = 2500;
dir = 1;
@@ -57697,11 +57448,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVp" = (
+"bTd" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -57714,7 +57466,7 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVq" = (
+"bTe" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -57730,28 +57482,28 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVr" = (
+"bTf" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 2
},
/obj/machinery/meter,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVs" = (
+"bTg" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVt" = (
+"bTh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bVu" = (
+"bTi" = (
/obj/structure/closet/wardrobe/atmospherics_yellow,
/turf/open/floor/plasteel/black,
/area/atmos)
-"bVv" = (
+"bTj" = (
/obj/machinery/requests_console{
department = "Atmospherics";
departmentType = 4;
@@ -57772,7 +57524,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bVw" = (
+"bTk" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Port to Filter";
@@ -57788,13 +57540,13 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bVx" = (
+"bTl" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 8
},
/turf/open/floor/plasteel,
/area/atmos)
-"bVy" = (
+"bTm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
@@ -57802,10 +57554,10 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bVz" = (
+"bTn" = (
/turf/closed/wall,
/area/maintenance/portsolar)
-"bVA" = (
+"bTo" = (
/obj/machinery/door/airlock/engineering{
name = "Aft Port Solar Access";
req_access_txt = "10"
@@ -57818,7 +57570,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bVB" = (
+"bTp" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -57827,11 +57579,11 @@
},
/turf/closed/wall,
/area/maintenance/portsolar)
-"bVC" = (
+"bTq" = (
/obj/machinery/power/grounding_rod,
/turf/open/floor/plating/airless,
/area/engine/engineering)
-"bVD" = (
+"bTr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
@@ -57841,18 +57593,18 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bVE" = (
+"bTs" = (
/turf/closed/wall,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bVF" = (
+"bTt" = (
/obj/item/weapon/storage/box,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bVG" = (
+"bTu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -57865,7 +57617,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bVH" = (
+"bTv" = (
/obj/structure/rack,
/obj/item/weapon/paper,
/obj/effect/spawner/lootdrop/maintenance,
@@ -57873,7 +57625,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bVI" = (
+"bTw" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -57882,7 +57634,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bVJ" = (
+"bTx" = (
/obj/structure/chair/office/dark{
dir = 4
},
@@ -57895,7 +57647,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bVK" = (
+"bTy" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -57908,7 +57660,7 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/library)
-"bVL" = (
+"bTz" = (
/obj/structure/table/wood,
/obj/machinery/light,
/obj/item/toy/cards/deck/cas/black{
@@ -57925,7 +57677,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bVM" = (
+"bTA" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -57941,7 +57693,7 @@
},
/turf/open/floor/wood,
/area/library)
-"bVN" = (
+"bTB" = (
/obj/machinery/door/airlock/maintenance{
name = "Library Maintenance";
req_access_txt = "0";
@@ -57959,7 +57711,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bVO" = (
+"bTC" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -57969,13 +57721,14 @@
dir = 2;
icon_state = "pipe-c"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bVP" = (
+"bTD" = (
/obj/machinery/vending/snack,
/obj/machinery/newscaster{
pixel_x = -30;
@@ -57983,7 +57736,7 @@
},
/turf/open/floor/plasteel/black,
/area/hallway/primary/central)
-"bVQ" = (
+"bTE" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -57996,7 +57749,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bVR" = (
+"bTF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -58005,7 +57758,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bVS" = (
+"bTG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58013,7 +57766,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bVT" = (
+"bTH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58021,27 +57774,30 @@
dir = 2;
pixel_y = 24
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bVU" = (
+"bTI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bVV" = (
+"bTJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bVW" = (
+"bTK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58050,18 +57806,19 @@
dir = 4
},
/area/hallway/primary/central)
-"bVX" = (
+"bTL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/machinery/firealarm{
pixel_y = 28
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bVY" = (
+"bTM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58072,11 +57829,12 @@
pixel_x = 0;
pixel_y = 21
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bVZ" = (
+"bTN" = (
/obj/machinery/light{
dir = 1
},
@@ -58094,7 +57852,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bWa" = (
+"bTO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58105,7 +57863,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWb" = (
+"bTP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58113,7 +57871,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWc" = (
+"bTQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -58122,7 +57880,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWd" = (
+"bTR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -58131,7 +57889,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWe" = (
+"bTS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58139,7 +57897,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWf" = (
+"bTT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58156,7 +57914,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWg" = (
+"bTU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -58175,7 +57933,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWh" = (
+"bTV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -58189,7 +57947,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWi" = (
+"bTW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58202,7 +57960,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWj" = (
+"bTX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58217,7 +57975,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWk" = (
+"bTY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58229,11 +57987,12 @@
pixel_y = 26;
req_access_txt = "19"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bWl" = (
+"bTZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -58246,7 +58005,7 @@
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"bWm" = (
+"bUa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -58260,7 +58019,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWn" = (
+"bUb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -58268,7 +58027,7 @@
dir = 1
},
/area/hallway/primary/central)
-"bWo" = (
+"bUc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -58280,7 +58039,7 @@
dir = 4
},
/area/hallway/primary/central)
-"bWp" = (
+"bUd" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -58289,12 +58048,12 @@
/obj/item/weapon/pen,
/turf/open/floor/plasteel/green,
/area/hallway/primary/central)
-"bWq" = (
+"bUe" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/hydroponics)
-"bWr" = (
+"bUf" = (
/obj/machinery/vending/hydroseeds{
slogan_delay = 700
},
@@ -58304,45 +58063,52 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWs" = (
+"bUg" = (
/obj/machinery/vending/hydronutrients,
/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWt" = (
-/turf/open/floor/plasteel/warning,
+"bUh" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWu" = (
+"bUi" = (
/obj/item/weapon/storage/box/syringes,
/obj/item/weapon/storage/box/beakers{
pixel_x = 2;
pixel_y = 2
},
/obj/structure/table/glass,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWv" = (
+"bUj" = (
/obj/machinery/reagentgrinder,
/obj/structure/table/glass,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWw" = (
+"bUk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWx" = (
+"bUl" = (
/obj/machinery/chem_master/condimaster{
desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments.";
name = "BrewMaster 2199";
pixel_x = -4
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWy" = (
+"bUm" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/reagent_containers/glass/bucket,
/obj/structure/window/reinforced{
@@ -58352,27 +58118,30 @@
name = "Station Intercom (General)";
pixel_y = 29
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWz" = (
+"bUn" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/reagent_containers/glass/bucket,
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWA" = (
+"bUo" = (
/obj/structure/closet/crate/hydroponics,
/obj/item/weapon/shovel/spade,
/obj/item/weapon/wrench,
/obj/item/weapon/reagent_containers/glass/bucket,
/obj/item/weapon/cultivator,
/obj/item/weapon/wirecutters,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bWB" = (
+"bUp" = (
/obj/structure/closet{
name = "spare parts locker"
},
@@ -58385,9 +58154,10 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
-"bWC" = (
+"bUq" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -58400,9 +58170,10 @@
name = "Kitchen Delivery";
req_access_txt = "28"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
-"bWD" = (
+"bUr" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
dir = 8;
@@ -58418,11 +58189,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/crew_quarters/kitchen)
-"bWE" = (
+"bUs" = (
/obj/structure/disposalpipe/sortjunction{
dir = 2;
sortType = 20
@@ -58438,11 +58212,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bWF" = (
+"bUt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -58457,7 +58232,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bWG" = (
+"bUu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58476,7 +58251,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bWH" = (
+"bUv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58492,35 +58267,48 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"bWI" = (
-/mob/living/simple_animal/mouse,
+"bUw" = (
+/obj/machinery/door/airlock/external{
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/fans/tiny,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bWJ" = (
+/area/engine/engineering)
+"bUx" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bWK" = (
+"bUy" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bWL" = (
+"bUz" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel/black,
/area/atmos)
-"bWM" = (
+"bUA" = (
/obj/machinery/pipedispenser,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/atmos)
-"bWN" = (
+"bUB" = (
/obj/machinery/light{
dir = 1
},
@@ -58529,9 +58317,10 @@
},
/obj/machinery/pipedispenser/disposal,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/atmos)
-"bWO" = (
+"bUC" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -58540,11 +58329,12 @@
pixel_y = 28
},
/obj/machinery/pipedispenser/disposal/transit_tube,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/atmos)
-"bWP" = (
+"bUD" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "Port to Filter";
@@ -58552,7 +58342,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bWQ" = (
+"bUE" = (
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
@@ -58560,18 +58350,18 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bWR" = (
+"bUF" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 4;
on = 1
},
/turf/open/floor/plasteel,
/area/atmos)
-"bWS" = (
+"bUG" = (
/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible,
/turf/open/floor/plasteel,
/area/atmos)
-"bWT" = (
+"bUH" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "CO2 to Pure";
@@ -58588,7 +58378,7 @@
},
/turf/open/floor/plasteel/vault,
/area/atmos)
-"bWU" = (
+"bUI" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
external_pressure_bound = 0;
@@ -58602,10 +58392,10 @@
},
/turf/open/floor/engine/co2,
/area/atmos)
-"bWV" = (
+"bUJ" = (
/turf/open/floor/engine/co2,
/area/atmos)
-"bWW" = (
+"bUK" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 8
@@ -58614,14 +58404,14 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bWX" = (
+"bUL" = (
/obj/machinery/telecomms/server/presets/security,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"bWY" = (
+"bUM" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
dir = 4
@@ -58630,7 +58420,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"bWZ" = (
+"bUN" = (
/obj/machinery/power/apc{
dir = 8;
name = "Aft Port Solar APC";
@@ -58645,7 +58435,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/portsolar)
-"bXa" = (
+"bUO" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58657,11 +58447,12 @@
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bXb" = (
+"bUP" = (
/obj/structure/cable/yellow{
d2 = 8;
icon_state = "0-8"
@@ -58669,18 +58460,19 @@
/obj/machinery/power/smes,
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bXc" = (
+"bUQ" = (
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bXd" = (
+"bUR" = (
/obj/structure/closet,
/obj/item/weapon/storage/box/donkpockets,
/obj/effect/spawner/lootdrop/maintenance{
@@ -58691,7 +58483,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bXe" = (
+"bUS" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;5;39;25;28"
@@ -58706,7 +58498,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bXf" = (
+"bUT" = (
/obj/structure/rack,
/obj/item/weapon/weldingtool,
/obj/item/weapon/screwdriver{
@@ -58717,27 +58509,29 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bXg" = (
-/turf/open/floor/plating/warnplate{
+"bUU" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bXh" = (
+"bUV" = (
/obj/machinery/recharge_station,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bXi" = (
-/turf/open/floor/plating/warnplate{
+"bUW" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bXj" = (
+"bUX" = (
/obj/structure/rack,
/obj/item/stack/cable_coil{
pixel_x = -1;
@@ -58750,12 +58544,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bXk" = (
+"bUY" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel/black,
/area/hallway/primary/central)
-"bXl" = (
+"bUZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -58774,7 +58568,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXm" = (
+"bVa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58785,7 +58579,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXn" = (
+"bVb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58796,7 +58590,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXo" = (
+"bVc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58808,7 +58602,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXp" = (
+"bVd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58821,7 +58615,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXq" = (
+"bVe" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58834,7 +58628,7 @@
icon_state = "L1"
},
/area/hallway/primary/central)
-"bXr" = (
+"bVf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58844,7 +58638,7 @@
icon_state = "L3"
},
/area/hallway/primary/central)
-"bXs" = (
+"bVg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58858,7 +58652,7 @@
icon_state = "L5"
},
/area/hallway/primary/central)
-"bXt" = (
+"bVh" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -58873,7 +58667,7 @@
icon_state = "L7"
},
/area/hallway/primary/central)
-"bXu" = (
+"bVi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58888,7 +58682,7 @@
icon_state = "L9"
},
/area/hallway/primary/central)
-"bXv" = (
+"bVj" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58898,7 +58692,7 @@
icon_state = "L11"
},
/area/hallway/primary/central)
-"bXw" = (
+"bVk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58910,7 +58704,7 @@
name = "floor"
},
/area/hallway/primary/central)
-"bXx" = (
+"bVl" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58929,7 +58723,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXy" = (
+"bVm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58942,7 +58736,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXz" = (
+"bVn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -58956,7 +58750,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXA" = (
+"bVo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -58977,7 +58771,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bXB" = (
+"bVp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -58990,10 +58784,10 @@
dir = 4
},
/area/hallway/primary/central)
-"bXC" = (
+"bVq" = (
/turf/open/floor/plasteel/green,
/area/hallway/primary/central)
-"bXD" = (
+"bVr" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/machinery/door/window/westleft{
@@ -59006,22 +58800,22 @@
dir = 4
},
/area/hydroponics)
-"bXE" = (
+"bVs" = (
/turf/open/floor/plasteel/green/side{
dir = 9
},
/area/hydroponics)
-"bXF" = (
+"bVt" = (
/turf/open/floor/plasteel/green/side{
dir = 5
},
/area/hydroponics)
-"bXG" = (
+"bVu" = (
/turf/open/floor/plasteel/green/side{
dir = 1
},
/area/hydroponics)
-"bXH" = (
+"bVv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -59029,7 +58823,7 @@
dir = 5
},
/area/hydroponics)
-"bXI" = (
+"bVw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -59037,7 +58831,7 @@
dir = 9
},
/area/hydroponics)
-"bXJ" = (
+"bVx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -59045,18 +58839,21 @@
dir = 1
},
/area/hydroponics)
-"bXK" = (
+"bVy" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
pixel_x = 11;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
dir = 2
},
/area/hydroponics)
-"bXL" = (
+"bVz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -59068,11 +58865,11 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bXM" = (
+"bVA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bXN" = (
+"bVB" = (
/obj/structure/rack,
/obj/item/weapon/extinguisher,
/obj/item/weapon/storage/belt/utility,
@@ -59081,11 +58878,11 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bXO" = (
+"bVC" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bXP" = (
+"bVD" = (
/obj/machinery/light/small{
dir = 8
},
@@ -59098,13 +58895,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bXQ" = (
+"bVE" = (
/obj/structure/closet/crate,
/obj/item/weapon/storage/belt/utility,
/obj/item/stack/cable_coil/random,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bXR" = (
+"bVF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 6
},
@@ -59135,7 +58932,7 @@
dir = 9
},
/area/atmos)
-"bXS" = (
+"bVG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 1
},
@@ -59143,7 +58940,7 @@
dir = 1
},
/area/atmos)
-"bXT" = (
+"bVH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
@@ -59152,7 +58949,7 @@
dir = 1
},
/area/atmos)
-"bXU" = (
+"bVI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
@@ -59160,7 +58957,7 @@
dir = 1
},
/area/atmos)
-"bXV" = (
+"bVJ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 2
},
@@ -59172,13 +58969,13 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bXW" = (
+"bVK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bXX" = (
+"bVL" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
name = "Port to Fuel Pipe";
@@ -59186,7 +58983,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bXY" = (
+"bVM" = (
/obj/machinery/computer/atmos_control/tank{
frequency = 1441;
input_tag = "co2_in";
@@ -59201,24 +58998,24 @@
},
/turf/open/floor/plasteel/vault,
/area/atmos)
-"bXZ" = (
+"bVN" = (
/obj/machinery/air_sensor{
frequency = 1441;
id_tag = "co2_sensor"
},
/turf/open/floor/engine/co2,
/area/atmos)
-"bYa" = (
+"bVO" = (
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
/turf/open/floor/engine/co2,
/area/atmos)
-"bYb" = (
+"bVP" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/engine/co2,
/area/atmos)
-"bYc" = (
+"bVQ" = (
/obj/structure/chair/stool,
/obj/structure/cable{
d1 = 2;
@@ -59232,7 +59029,7 @@
},
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bYd" = (
+"bVR" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -59249,7 +59046,7 @@
},
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bYe" = (
+"bVS" = (
/obj/machinery/power/terminal{
icon_state = "term";
dir = 1
@@ -59268,7 +59065,7 @@
},
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bYf" = (
+"bVT" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -59281,7 +59078,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bYg" = (
+"bVU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "panelscorched"
@@ -59289,34 +59086,36 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bYh" = (
+"bVV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bYi" = (
+"bVW" = (
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bYj" = (
-/turf/open/floor/plating/warnplate/corner{
+"bVX" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bYk" = (
+"bVY" = (
/obj/machinery/light/small{
dir = 4
},
@@ -59329,14 +59128,15 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bYl" = (
-/turf/open/floor/plating/warnplate/corner{
+"bVZ" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bYm" = (
+"bWa" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -59344,7 +59144,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bYn" = (
+"bWb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -59357,7 +59157,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bYo" = (
+"bWc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59379,7 +59179,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bYp" = (
+"bWd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59395,7 +59195,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bYq" = (
+"bWe" = (
/obj/structure/disposalpipe/sortjunction{
dir = 4;
icon_state = "pipe-j2s";
@@ -59418,7 +59218,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bYr" = (
+"bWf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59438,7 +59238,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bYs" = (
+"bWg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59453,7 +59253,7 @@
},
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"bYt" = (
+"bWh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59469,7 +59269,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bYu" = (
+"bWi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -59491,7 +59291,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bYv" = (
+"bWj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59499,7 +59299,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bYw" = (
+"bWk" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -59508,7 +59308,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bYx" = (
+"bWl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59520,7 +59320,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bYy" = (
+"bWm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59532,7 +59332,7 @@
dir = 8
},
/area/hallway/primary/central)
-"bYz" = (
+"bWn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59541,13 +59341,13 @@
dir = 8
},
/area/hallway/primary/central)
-"bYA" = (
+"bWo" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bYB" = (
+"bWp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -59558,14 +59358,14 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bYC" = (
+"bWq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bYD" = (
+"bWr" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -59573,7 +59373,7 @@
icon_state = "L2"
},
/area/hallway/primary/central)
-"bYE" = (
+"bWs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59581,7 +59381,7 @@
icon_state = "L4"
},
/area/hallway/primary/central)
-"bYF" = (
+"bWt" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -59589,7 +59389,7 @@
icon_state = "L6"
},
/area/hallway/primary/central)
-"bYG" = (
+"bWu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -59605,7 +59405,7 @@
icon_state = "L8"
},
/area/hallway/primary/central)
-"bYH" = (
+"bWv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59614,7 +59414,7 @@
icon_state = "L10"
},
/area/hallway/primary/central)
-"bYI" = (
+"bWw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59622,7 +59422,7 @@
icon_state = "L12"
},
/area/hallway/primary/central)
-"bYJ" = (
+"bWx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59631,13 +59431,13 @@
icon_state = "L14"
},
/area/hallway/primary/central)
-"bYK" = (
+"bWy" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bYL" = (
+"bWz" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -59653,7 +59453,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bYM" = (
+"bWA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59662,7 +59462,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bYN" = (
+"bWB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59673,7 +59473,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bYO" = (
+"bWC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59685,7 +59485,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bYP" = (
+"bWD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59697,7 +59497,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bYQ" = (
+"bWE" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
@@ -59715,7 +59515,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bYR" = (
+"bWF" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -59723,7 +59523,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bYS" = (
+"bWG" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -59735,7 +59535,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bYT" = (
+"bWH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59743,7 +59543,7 @@
dir = 2
},
/area/hallway/primary/central)
-"bYU" = (
+"bWI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -59756,13 +59556,13 @@
dir = 6
},
/area/hallway/primary/central)
-"bYV" = (
+"bWJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/green,
/area/hallway/primary/central)
-"bYW" = (
+"bWK" = (
/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -59774,13 +59574,19 @@
req_access_txt = "0";
req_one_access_txt = "30;35"
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/turf/open/floor/plasteel/green{
dir = 4
},
/area/hydroponics)
-"bYX" = (
+"bWL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59794,7 +59600,7 @@
dir = 10
},
/area/hydroponics)
-"bYY" = (
+"bWM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59802,7 +59608,7 @@
dir = 6
},
/area/hydroponics)
-"bYZ" = (
+"bWN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -59810,46 +59616,47 @@
dir = 8
},
/area/hydroponics)
-"bZa" = (
+"bWO" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
/area/hydroponics)
-"bZb" = (
+"bWP" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plasteel,
/area/hydroponics)
-"bZc" = (
+"bWQ" = (
/turf/open/floor/plasteel/green/side{
dir = 4
},
/area/hydroponics)
-"bZd" = (
+"bWR" = (
/turf/open/floor/plasteel/green/side{
dir = 8
},
/area/hydroponics)
-"bZe" = (
+"bWS" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hydroponics)
-"bZf" = (
+"bWT" = (
/obj/machinery/hydroponics/constructable,
/turf/open/floor/plasteel,
/area/hydroponics)
-"bZg" = (
+"bWU" = (
/obj/machinery/seed_extractor,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"bZh" = (
+"bWV" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
@@ -59857,7 +59664,7 @@
/obj/structure/closet/wardrobe/botanist,
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"bZi" = (
+"bWW" = (
/obj/structure/table/wood,
/obj/item/weapon/paper,
/obj/structure/sign/poster{
@@ -59865,7 +59672,7 @@
},
/turf/open/floor/wood,
/area/security/vacantoffice)
-"bZj" = (
+"bWX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -59879,7 +59686,7 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"bZk" = (
+"bWY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -59894,7 +59701,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bZl" = (
+"bWZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59910,7 +59717,7 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard)
-"bZm" = (
+"bXa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59924,7 +59731,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bZn" = (
+"bXb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59943,7 +59750,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bZo" = (
+"bXc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59955,7 +59762,7 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bZp" = (
+"bXd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -59967,11 +59774,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"bZq" = (
+"bXe" = (
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance";
req_access_txt = "24"
@@ -59989,7 +59797,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"bZr" = (
+"bXf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/structure/cable/yellow{
d1 = 4;
@@ -60006,7 +59814,7 @@
dir = 8
},
/area/atmos)
-"bZs" = (
+"bXg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -60023,7 +59831,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZt" = (
+"bXh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -60040,7 +59848,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZu" = (
+"bXi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -60052,7 +59860,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZv" = (
+"bXj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -60064,7 +59872,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZw" = (
+"bXk" = (
/obj/effect/landmark/start{
name = "Atmospheric Technician"
},
@@ -60074,7 +59882,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZx" = (
+"bXl" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -60087,14 +59895,14 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZy" = (
+"bXm" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
color = "#330000";
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZz" = (
+"bXn" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
color = "#330000"
},
@@ -60103,7 +59911,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZA" = (
+"bXo" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "Pure to Fuel Pipe";
@@ -60111,13 +59919,13 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZB" = (
+"bXp" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"bZC" = (
+"bXq" = (
/obj/machinery/atmospherics/components/trinary/filter{
dir = 1;
filter_type = "co2";
@@ -60130,7 +59938,7 @@
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/vault,
/area/atmos)
-"bZD" = (
+"bXr" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
frequency = 1441;
@@ -60139,7 +59947,7 @@
},
/turf/open/floor/engine/co2,
/area/atmos)
-"bZE" = (
+"bXs" = (
/obj/machinery/camera{
c_tag = "Atmospherics Tank - CO2";
dir = 8;
@@ -60149,7 +59957,7 @@
},
/turf/open/floor/engine/co2,
/area/atmos)
-"bZF" = (
+"bXt" = (
/obj/machinery/power/solar_control{
id = "aftport";
name = "Aft Port Solar Control";
@@ -60162,17 +59970,18 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bZG" = (
+"bXu" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bZH" = (
+"bXv" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -60183,7 +59992,7 @@
},
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"bZI" = (
+"bXw" = (
/obj/structure/rack,
/obj/item/weapon/poster/contraband,
/obj/effect/spawner/lootdrop/maintenance,
@@ -60191,7 +60000,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bZJ" = (
+"bXx" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
@@ -60199,14 +60008,14 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bZK" = (
+"bXy" = (
/obj/structure/closet,
/obj/item/device/flashlight,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZL" = (
+"bXz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -60219,20 +60028,20 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZM" = (
+"bXA" = (
/obj/structure/table,
/obj/item/device/flashlight/lamp,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZN" = (
+"bXB" = (
/obj/structure/chair/stool,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZO" = (
+"bXC" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -60241,7 +60050,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZP" = (
+"bXD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -60251,19 +60060,19 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZQ" = (
+"bXE" = (
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZR" = (
+"bXF" = (
/obj/structure/girder,
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"bZS" = (
+"bXG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -60273,13 +60082,14 @@
req_access_txt = 1
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bZT" = (
+"bXH" = (
/obj/structure/closet/crate,
/obj/item/weapon/coin/silver,
/obj/item/device/flashlight,
@@ -60288,16 +60098,16 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bZU" = (
+"bXI" = (
/obj/structure/closet,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/obj/item/weapon/hemostat,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bZV" = (
+"bXJ" = (
/obj/item/weapon/storage/box/lights/mixed,
/turf/open/floor/plating{
icon_state = "platingdmg3"
@@ -60305,15 +60115,15 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"bZW" = (
+"bXK" = (
/turf/closed/wall,
/area/medical/medbay2{
name = "Medbay Storage"
})
-"bZX" = (
+"bXL" = (
/turf/closed/wall,
/area/security/checkpoint/medical)
-"bZY" = (
+"bXM" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
@@ -60326,12 +60136,12 @@
dir = 8
},
/area/hallway/primary/central)
-"bZZ" = (
+"bXN" = (
/turf/open/floor/plasteel/blue/corner{
dir = 8
},
/area/hallway/primary/central)
-"caa" = (
+"bXO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -60344,13 +60154,13 @@
dir = 8
},
/area/hallway/primary/central)
-"cab" = (
+"bXP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/blue/corner{
dir = 8
},
/area/hallway/primary/central)
-"cac" = (
+"bXQ" = (
/obj/machinery/camera{
c_tag = "Central Primary Hallway - Aft-Port";
dir = 1;
@@ -60360,13 +60170,13 @@
dir = 8
},
/area/hallway/primary/central)
-"cad" = (
+"bXR" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/blue/corner{
dir = 8
},
/area/hallway/primary/central)
-"cae" = (
+"bXS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -60374,24 +60184,24 @@
dir = 8
},
/area/hallway/primary/central)
-"caf" = (
+"bXT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/purple/corner{
dir = 2
},
/area/hallway/primary/central)
-"cag" = (
+"bXU" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/purple/corner{
dir = 2
},
/area/hallway/primary/central)
-"cah" = (
+"bXV" = (
/turf/open/floor/plasteel/purple/corner{
dir = 2
},
/area/hallway/primary/central)
-"cai" = (
+"bXW" = (
/obj/machinery/camera{
c_tag = "Central Primary Hallway - Aft-Starboard";
dir = 1;
@@ -60401,13 +60211,13 @@
dir = 2
},
/area/hallway/primary/central)
-"caj" = (
+"bXX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/purple/corner{
dir = 2
},
/area/hallway/primary/central)
-"cak" = (
+"bXY" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -60419,7 +60229,7 @@
dir = 2
},
/area/hallway/primary/central)
-"cal" = (
+"bXZ" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -60432,7 +60242,7 @@
dir = 2
},
/area/hallway/primary/central)
-"cam" = (
+"bYa" = (
/obj/structure/disposalpipe/trunk{
dir = 1
},
@@ -60442,7 +60252,7 @@
},
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"can" = (
+"bYb" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;35;47"
@@ -60454,12 +60264,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cao" = (
+"bYc" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/hallway/primary/central)
-"cap" = (
+"bYd" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -60471,7 +60281,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hallway/primary/central)
-"caq" = (
+"bYe" = (
/obj/machinery/camera/autoname{
dir = 4;
network = list("SS13")
@@ -60487,7 +60297,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/green,
/area/hydroponics)
-"car" = (
+"bYf" = (
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
@@ -60497,21 +60307,21 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/green,
/area/hydroponics)
-"cas" = (
+"bYg" = (
/obj/effect/landmark/start{
name = "Botanist"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/hydroponics)
-"cat" = (
+"bYh" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel,
/area/hydroponics)
-"cau" = (
+"bYi" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -60520,10 +60330,10 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
-"cav" = (
+"bYj" = (
/turf/open/floor/plasteel,
/area/hydroponics)
-"caw" = (
+"bYk" = (
/obj/effect/landmark/start{
name = "Botanist"
},
@@ -60531,7 +60341,7 @@
dir = 4
},
/area/hydroponics)
-"cax" = (
+"bYl" = (
/obj/item/seeds/wheat,
/obj/item/seeds/sugarcane,
/obj/item/seeds/potato,
@@ -60555,15 +60365,16 @@
network = list("SS13")
},
/obj/structure/table/glass,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"cay" = (
+"bYm" = (
/obj/structure/closet/secure_closet/hydroponics,
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"caz" = (
+"bYn" = (
/obj/machinery/light/small{
dir = 4
},
@@ -60578,7 +60389,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"caA" = (
+"bYo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -60598,7 +60409,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"caB" = (
+"bYp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -60613,7 +60424,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"caC" = (
+"bYq" = (
/obj/structure/rack,
/obj/item/weapon/tank/internals/oxygen,
/obj/item/weapon/tank/internals/oxygen,
@@ -60631,7 +60442,7 @@
/area/teleporter{
name = "\improper Teleporter Room"
})
-"caD" = (
+"bYr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -60646,19 +60457,19 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"caE" = (
+"bYs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"caF" = (
+"bYt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"caG" = (
+"bYu" = (
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -60666,9 +60477,10 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"caH" = (
+"bYv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/light{
dir = 8
@@ -60687,19 +60499,19 @@
dir = 8
},
/area/atmos)
-"caI" = (
+"bYw" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
color = "#330000"
},
/turf/open/floor/plasteel,
/area/atmos)
-"caJ" = (
+"bYx" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 6
},
/turf/open/floor/plasteel,
/area/atmos)
-"caK" = (
+"bYy" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
name = "N2 to Airmix";
@@ -60707,7 +60519,7 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"caL" = (
+"bYz" = (
/obj/machinery/atmospherics/components/trinary/mixer{
dir = 4;
node1_concentration = 0.8;
@@ -60719,14 +60531,14 @@
},
/turf/open/floor/plasteel,
/area/atmos)
-"caM" = (
+"bYA" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 10;
initialize_directions = 10
},
/turf/open/floor/plasteel,
/area/atmos)
-"caN" = (
+"bYB" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/light{
dir = 4;
@@ -60734,12 +60546,12 @@
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"caO" = (
+"bYC" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"caP" = (
+"bYD" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -60753,7 +60565,7 @@
},
/turf/open/floor/plating,
/area/maintenance/portsolar)
-"caQ" = (
+"bYE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -60764,7 +60576,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caR" = (
+"bYF" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -60775,10 +60587,16 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caS" = (
+"bYG" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen,
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
@@ -60789,23 +60607,24 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caT" = (
-/obj/machinery/light_construct,
+"bYH" = (
+/obj/structure/light_construct,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caU" = (
+"bYI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caV" = (
+"bYJ" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
@@ -60816,7 +60635,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caW" = (
+"bYK" = (
/obj/machinery/mech_bay_recharge_port,
/obj/structure/cable/yellow{
d2 = 2;
@@ -60826,12 +60645,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caX" = (
+"bYL" = (
/turf/open/floor/mech_bay_recharge_floor,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caY" = (
+"bYM" = (
/obj/machinery/computer/mech_bay_power_console,
/obj/structure/cable/yellow{
d2 = 2;
@@ -60841,7 +60660,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"caZ" = (
+"bYN" = (
/obj/machinery/space_heater,
/turf/open/floor/plating{
icon_state = "platingdmg3"
@@ -60849,13 +60668,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cba" = (
+"bYO" = (
/obj/item/weapon/vending_refill/cola,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cbb" = (
+"bYP" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
@@ -60866,7 +60685,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cbc" = (
+"bYQ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -60884,7 +60703,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cbd" = (
+"bYR" = (
/obj/machinery/vending/medical,
/turf/open/floor/plasteel/whiteblue/side{
dir = 9
@@ -60892,7 +60711,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cbe" = (
+"bYS" = (
/obj/structure/noticeboard{
pixel_y = 32
},
@@ -60920,7 +60739,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cbf" = (
+"bYT" = (
/obj/structure/closet/secure_closet/medical3,
/obj/item/weapon/screwdriver{
pixel_y = 6
@@ -60935,7 +60754,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cbg" = (
+"bYU" = (
/obj/structure/closet/secure_closet/medical3,
/obj/machinery/light{
dir = 1
@@ -60952,7 +60771,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cbh" = (
+"bYV" = (
/obj/item/device/radio/intercom{
broadcasting = 1;
freerange = 0;
@@ -60970,7 +60789,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cbi" = (
+"bYW" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel/whiteblue/side{
@@ -60979,7 +60798,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cbj" = (
+"bYX" = (
/obj/machinery/power/apc{
dir = 8;
name = "Medical Security Checkpoint APC";
@@ -60998,7 +60817,7 @@
dir = 9
},
/area/security/checkpoint/medical)
-"cbk" = (
+"bYY" = (
/obj/machinery/recharger{
pixel_y = 4
},
@@ -61020,7 +60839,7 @@
dir = 1
},
/area/security/checkpoint/medical)
-"cbl" = (
+"bYZ" = (
/obj/item/weapon/pen,
/obj/structure/table/reinforced,
/obj/structure/reagent_dispensers/peppertank{
@@ -61043,20 +60862,20 @@
dir = 5
},
/area/security/checkpoint/medical)
-"cbm" = (
+"bZa" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/medical/medbay{
name = "Medbay Central"
})
-"cbn" = (
+"bZb" = (
/obj/structure/sign/bluecross_2,
/turf/closed/wall,
/area/medical/medbay{
name = "Medbay Central"
})
-"cbo" = (
+"bZc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61072,7 +60891,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cbp" = (
+"bZd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white/side{
@@ -61081,7 +60900,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cbq" = (
+"bZe" = (
/obj/structure/sign/directions/security{
desc = "A direction sign, pointing out which way the security department is.";
dir = 1;
@@ -61106,7 +60925,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cbr" = (
+"bZf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -61116,7 +60935,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cbs" = (
+"bZg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61126,7 +60945,7 @@
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cbt" = (
+"bZh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass,
@@ -61134,7 +60953,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cbu" = (
+"bZi" = (
/obj/structure/sign/directions/engineering{
desc = "A direction sign, pointing out which way the medical department is.";
dir = 8;
@@ -61158,20 +60977,20 @@
/area/medical/research{
name = "Research Division"
})
-"cbv" = (
+"bZj" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/medical/research{
name = "Research Division"
})
-"cbw" = (
+"bZk" = (
/obj/structure/sign/science,
/turf/closed/wall,
/area/medical/research{
name = "Research Division"
})
-"cbx" = (
+"bZl" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white/side{
@@ -61180,7 +60999,7 @@
/area/medical/research{
name = "Research Division"
})
-"cby" = (
+"bZm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61195,27 +61014,28 @@
/area/medical/research{
name = "Research Division"
})
-"cbz" = (
+"bZn" = (
/turf/closed/wall,
/area/medical/research{
name = "Research Division"
})
-"cbA" = (
+"bZo" = (
/turf/closed/wall,
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cbB" = (
+"bZp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cbC" = (
+"bZq" = (
/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,
/obj/item/weapon/reagent_containers/food/snacks/grown/citrus/orange,
@@ -61227,7 +61047,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/hydrofloor,
/area/hallway/primary/central)
-"cbD" = (
+"bZr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61235,7 +61055,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hallway/primary/central)
-"cbE" = (
+"bZs" = (
/obj/item/weapon/cultivator,
/obj/item/weapon/crowbar,
/obj/item/device/plant_analyzer,
@@ -61243,7 +61063,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/hydrofloor,
/area/hallway/primary/central)
-"cbF" = (
+"bZt" = (
/obj/structure/sink{
icon_state = "sink";
dir = 8;
@@ -61254,7 +61074,7 @@
dir = 9
},
/area/hydroponics)
-"cbG" = (
+"bZu" = (
/obj/effect/landmark/start{
name = "Botanist"
},
@@ -61262,17 +61082,18 @@
dir = 8
},
/area/hydroponics)
-"cbH" = (
+"bZv" = (
/obj/machinery/biogenerator,
/obj/machinery/light_switch{
pixel_x = 26;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"cbI" = (
+"bZw" = (
/obj/structure/closet/secure_closet/hydroponics,
/obj/machinery/light_switch{
pixel_x = -26;
@@ -61280,14 +61101,14 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"cbJ" = (
+"bZx" = (
/obj/machinery/icecream_vat,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"cbK" = (
+"bZy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
@@ -61295,13 +61116,13 @@
icon_state = "platingdmg1"
},
/area/maintenance/starboard)
-"cbL" = (
+"bZz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cbM" = (
+"bZA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -61309,17 +61130,17 @@
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"cbN" = (
+"bZB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cbO" = (
+"bZC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/maintenance/incinerator)
-"cbP" = (
+"bZD" = (
/obj/machinery/door/airlock/maintenance{
name = "Incinerator Access";
req_access_txt = "12"
@@ -61332,10 +61153,10 @@
},
/turf/open/floor/plating,
/area/maintenance/incinerator)
-"cbQ" = (
+"bZE" = (
/turf/closed/wall,
/area/maintenance/incinerator)
-"cbR" = (
+"bZF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 5
},
@@ -61349,46 +61170,46 @@
dir = 8
},
/area/atmos)
-"cbS" = (
+"bZG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 10
},
/turf/open/floor/plasteel,
/area/atmos)
-"cbT" = (
+"bZH" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
name = "N2 to Pure"
},
/turf/open/floor/plasteel,
/area/atmos)
-"cbU" = (
+"bZI" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"cbV" = (
+"bZJ" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/atmos)
-"cbW" = (
+"bZK" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 1
},
/turf/open/floor/plasteel,
/area/atmos)
-"cbX" = (
+"bZL" = (
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/atmos)
-"cbY" = (
+"bZM" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -61407,7 +61228,7 @@
dir = 4
},
/area/atmos)
-"cbZ" = (
+"bZN" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -61416,7 +61237,7 @@
},
/turf/open/floor/plating/airless,
/area/maintenance/portsolar)
-"cca" = (
+"bZO" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
@@ -61426,7 +61247,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ccb" = (
+"bZP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61436,12 +61257,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ccc" = (
+"bZQ" = (
/turf/open/floor/bluegrid,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ccd" = (
+"bZR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61451,25 +61272,26 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cce" = (
+"bZS" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ccf" = (
+"bZT" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ccg" = (
+"bZU" = (
/obj/machinery/light/small{
dir = 1
},
@@ -61479,7 +61301,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cch" = (
+"bZV" = (
/obj/item/weapon/storage/toolbox/emergency,
/obj/item/weapon/hand_labeler,
/obj/effect/spawner/lootdrop/maintenance,
@@ -61487,19 +61309,20 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cci" = (
+"bZW" = (
/obj/item/weapon/cigbutt,
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ccj" = (
+"bZX" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=4";
dir = 4;
@@ -61517,11 +61340,12 @@
name = "MuleBot Access";
req_access_txt = "50"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cck" = (
+"bZY" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -61531,7 +61355,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"ccl" = (
+"bZZ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -61539,7 +61363,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"ccm" = (
+"caa" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -61551,7 +61375,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"ccn" = (
+"cab" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -61564,7 +61388,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cco" = (
+"cac" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -61583,7 +61407,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"ccp" = (
+"cad" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Medbay Security Post";
@@ -61599,7 +61423,7 @@
},
/turf/open/floor/plasteel/red,
/area/security/checkpoint/medical)
-"ccq" = (
+"cae" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -61618,10 +61442,10 @@
dir = 8
},
/area/security/checkpoint/medical)
-"ccr" = (
+"caf" = (
/turf/open/floor/plasteel,
/area/security/checkpoint/medical)
-"ccs" = (
+"cag" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -61630,7 +61454,7 @@
dir = 4
},
/area/security/checkpoint/medical)
-"cct" = (
+"cah" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -61638,7 +61462,7 @@
},
/turf/open/floor/plating,
/area/security/checkpoint/medical)
-"ccu" = (
+"cai" = (
/obj/structure/table,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -61651,7 +61475,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ccv" = (
+"caj" = (
/obj/machinery/light/small{
dir = 1
},
@@ -61679,7 +61503,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ccw" = (
+"cak" = (
/obj/structure/chair,
/turf/open/floor/plasteel/whiteblue/side{
dir = 1
@@ -61687,7 +61511,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ccx" = (
+"cal" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61700,13 +61524,13 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ccy" = (
+"cam" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
/area/medical/medbay{
name = "Medbay Central"
})
-"ccz" = (
+"can" = (
/obj/structure/chair,
/obj/effect/landmark/start{
name = "Assistant"
@@ -61717,7 +61541,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ccA" = (
+"cao" = (
/obj/structure/table,
/obj/item/weapon/storage/box/bodybags{
pixel_x = 3;
@@ -61729,7 +61553,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ccB" = (
+"cap" = (
/obj/structure/table,
/obj/item/stack/medical/gauze,
/obj/item/stack/medical/ointment,
@@ -61740,7 +61564,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ccC" = (
+"caq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -61748,7 +61572,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"ccD" = (
+"car" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61756,15 +61580,18 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"ccE" = (
+"cas" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/purple/corner{
dir = 2
},
/area/hallway/primary/aft)
-"ccF" = (
+"cat" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/clothing/glasses/science,
/turf/open/floor/plasteel/whitepurple/side{
dir = 1
@@ -61772,7 +61599,7 @@
/area/medical/research{
name = "Research Division"
})
-"ccG" = (
+"cau" = (
/obj/structure/table,
/obj/item/weapon/paper/pamphlet,
/turf/open/floor/plasteel/whitepurple/side{
@@ -61781,7 +61608,7 @@
/area/medical/research{
name = "Research Division"
})
-"ccH" = (
+"cav" = (
/obj/structure/chair,
/obj/effect/landmark/start{
name = "Assistant"
@@ -61792,13 +61619,13 @@
/area/medical/research{
name = "Research Division"
})
-"ccI" = (
+"caw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"ccJ" = (
+"cax" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -61810,7 +61637,7 @@
/area/medical/research{
name = "Research Division"
})
-"ccK" = (
+"cay" = (
/obj/structure/chair,
/turf/open/floor/plasteel/whitepurple/side{
dir = 1
@@ -61818,7 +61645,7 @@
/area/medical/research{
name = "Research Division"
})
-"ccL" = (
+"caz" = (
/obj/structure/table,
/obj/item/stack/cable_coil,
/obj/item/device/assembly/igniter{
@@ -61837,7 +61664,7 @@
/area/medical/research{
name = "Research Division"
})
-"ccM" = (
+"caA" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/console_screen,
/obj/item/weapon/electronics/airlock,
@@ -61851,7 +61678,7 @@
/area/medical/research{
name = "Research Division"
})
-"ccN" = (
+"caB" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -61882,7 +61709,7 @@
/area/medical/research{
name = "Research Division"
})
-"ccO" = (
+"caC" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
@@ -61900,7 +61727,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"ccP" = (
+"caD" = (
/obj/structure/table,
/obj/machinery/requests_console{
department = "Security";
@@ -61910,16 +61737,24 @@
/obj/machinery/button/door{
id = "Biohazard";
name = "Biohazard Shutter Control";
- pixel_x = 0;
- pixel_y = 7;
+ pixel_x = -7;
+ pixel_y = 0;
req_access_txt = "47"
},
/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "ResearchFoyer";
- name = "Research Door Button";
+ desc = "A remote control switch for the research division entryway.";
+ id = "ResearchExt";
+ name = "Research Exterior Airlock";
normaldoorcontrol = 1;
- pixel_x = 0;
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the research division entryway.";
+ id = "ResearchInt";
+ name = "Research Interior Airlock";
+ normaldoorcontrol = 1;
+ pixel_x = 7;
pixel_y = -2
},
/turf/open/floor/plasteel/red/side{
@@ -61928,7 +61763,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"ccQ" = (
+"caE" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = 1;
@@ -61945,7 +61780,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"ccR" = (
+"caF" = (
/obj/machinery/light/small{
dir = 8
},
@@ -61961,7 +61796,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"ccS" = (
+"caG" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -61974,7 +61809,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hallway/primary/central)
-"ccT" = (
+"caH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -61982,7 +61817,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hallway/primary/central)
-"ccU" = (
+"caI" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -61990,7 +61825,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hallway/primary/central)
-"ccV" = (
+"caJ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
id_tag = "";
@@ -62004,7 +61839,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"ccW" = (
+"caK" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -62018,7 +61853,7 @@
dir = 10
},
/area/hydroponics)
-"ccX" = (
+"caL" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62031,7 +61866,7 @@
dir = 6
},
/area/hydroponics)
-"ccY" = (
+"caM" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62044,7 +61879,7 @@
dir = 10
},
/area/hydroponics)
-"ccZ" = (
+"caN" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62057,7 +61892,7 @@
dir = 2
},
/area/hydroponics)
-"cda" = (
+"caO" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62075,7 +61910,7 @@
dir = 2
},
/area/hydroponics)
-"cdb" = (
+"caP" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62084,11 +61919,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
dir = 2
},
/area/hydroponics)
-"cdc" = (
+"caQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62103,11 +61941,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
dir = 2
},
/area/hydroponics)
-"cdd" = (
+"caR" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62124,7 +61965,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"cde" = (
+"caS" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62138,7 +61979,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"cdf" = (
+"caT" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62157,7 +61998,7 @@
},
/turf/open/floor/plating,
/area/hydroponics)
-"cdg" = (
+"caU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -62174,26 +62015,29 @@
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cdh" = (
+"caV" = (
/obj/structure/rack,
/obj/item/weapon/extinguisher,
/obj/item/clothing/mask/gas,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cdi" = (
+"caW" = (
/obj/structure/closet,
/obj/item/stack/cable_coil/random,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cdj" = (
+"caX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light_switch{
pixel_x = 0;
@@ -62201,7 +62045,7 @@
},
/turf/closed/wall,
/area/maintenance/incinerator)
-"cdk" = (
+"caY" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -62215,7 +62059,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cdl" = (
+"caZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -62229,7 +62073,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cdm" = (
+"cba" = (
/obj/machinery/power/smes{
capacity = 9e+006;
charge = 10000
@@ -62240,7 +62084,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cdn" = (
+"cbb" = (
/obj/machinery/door/window/northleft{
dir = 1;
icon_state = "left";
@@ -62249,10 +62093,7 @@
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cdo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
- },
+"cbc" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -62261,9 +62102,12 @@
dir = 1;
pixel_y = 0
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8
+ },
/turf/open/floor/plasteel/black,
/area/atmos)
-"cdp" = (
+"cbd" = (
/obj/machinery/atmospherics/components/trinary/filter{
dir = 4;
filter_type = "n2";
@@ -62272,7 +62116,7 @@
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/red,
/area/atmos)
-"cdq" = (
+"cbe" = (
/obj/structure/window/reinforced,
/obj/machinery/computer/atmos_control/tank{
frequency = 1441;
@@ -62289,7 +62133,7 @@
},
/turf/open/floor/plasteel/red,
/area/atmos)
-"cdr" = (
+"cbf" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -62301,7 +62145,7 @@
},
/turf/open/floor/plasteel/red,
/area/atmos)
-"cds" = (
+"cbg" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -62320,7 +62164,7 @@
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cdt" = (
+"cbh" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/components/trinary/filter{
dir = 4;
@@ -62329,7 +62173,7 @@
},
/turf/open/floor/plasteel/blue,
/area/atmos)
-"cdu" = (
+"cbi" = (
/obj/structure/window/reinforced,
/obj/machinery/computer/atmos_control/tank{
frequency = 1441;
@@ -62343,7 +62187,7 @@
},
/turf/open/floor/plasteel/blue,
/area/atmos)
-"cdv" = (
+"cbj" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -62355,7 +62199,7 @@
},
/turf/open/floor/plasteel/blue,
/area/atmos)
-"cdw" = (
+"cbk" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -62378,7 +62222,7 @@
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cdx" = (
+"cbl" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/atmospherics/pipe/simple/green/visible{
@@ -62388,7 +62232,7 @@
dir = 8
},
/area/atmos)
-"cdy" = (
+"cbm" = (
/obj/docking_port/mobile{
dheight = 0;
dir = 2;
@@ -62397,11 +62241,12 @@
id = "whiteship";
launch_status = 0;
name = "NT Recovery White-Ship";
+ port_angle = -90;
+ preferred_direction = 4;
roundstart_move = "whiteship_away";
- travelDir = 180;
width = 27
},
-/obj/machinery/door/airlock/shuttle{
+/obj/machinery/door/airlock/titanium{
name = "recovery shuttle external airlock"
},
/obj/effect/decal/cleanable/dirt{
@@ -62416,9 +62261,9 @@
name = "SS13: Auxiliary Dock, Station-Port";
width = 27
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"cdz" = (
+"cbn" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -62431,7 +62276,7 @@
dir = 8
},
/area/atmos)
-"cdA" = (
+"cbo" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -62444,7 +62289,7 @@
dir = 8
},
/area/atmos)
-"cdB" = (
+"cbp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -62457,7 +62302,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdC" = (
+"cbq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -62472,7 +62317,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdD" = (
+"cbr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -62485,7 +62330,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdE" = (
+"cbs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -62493,25 +62338,26 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdF" = (
+"cbt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdG" = (
+"cbu" = (
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdH" = (
+"cbv" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -62522,14 +62368,14 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/light_construct{
+/obj/structure/light_construct{
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdI" = (
+"cbw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -62541,7 +62387,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdJ" = (
+"cbx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -62551,7 +62397,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdK" = (
+"cby" = (
/obj/machinery/mecha_part_fabricator{
dir = 2;
name = "counterfeit exosuit fabricator";
@@ -62561,11 +62407,11 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdL" = (
+"cbz" = (
/obj/structure/rack,
/obj/item/stack/sheet/cardboard,
/obj/item/device/radio/off,
-/obj/machinery/light_construct{
+/obj/structure/light_construct{
dir = 1
},
/obj/effect/spawner/lootdrop/maintenance,
@@ -62573,7 +62419,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdM" = (
+"cbA" = (
/obj/structure/closet,
/obj/item/stack/sheet/metal{
amount = 34
@@ -62584,7 +62430,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdN" = (
+"cbB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -62602,17 +62448,18 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdO" = (
+"cbC" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdP" = (
+"cbD" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -62624,31 +62471,32 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdQ" = (
+"cbE" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/item/hand_labeler_refill,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdR" = (
+"cbF" = (
/obj/item/weapon/reagent_containers/glass/bottle/morphine,
/obj/item/trash/candy,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdS" = (
+"cbG" = (
/obj/item/weapon/storage/box/lights/mixed,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62660,7 +62508,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdT" = (
+"cbH" = (
/obj/item/weapon/tank/internals/air,
/obj/item/weapon/tank/internals/air,
/obj/item/clothing/mask/breath,
@@ -62672,13 +62520,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cdU" = (
+"cbI" = (
/obj/machinery/door/airlock{
name = "Medbay Emergency Storage";
req_access_txt = "5"
@@ -62690,7 +62539,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cdV" = (
+"cbJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -62700,7 +62549,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cdW" = (
+"cbK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -62708,7 +62557,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cdX" = (
+"cbL" = (
/obj/effect/landmark{
name = "lightsout"
},
@@ -62719,7 +62568,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cdY" = (
+"cbM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -62727,8 +62576,8 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cdZ" = (
-/obj/machinery/hologram/holopad,
+"cbN" = (
+/obj/machinery/holopad,
/obj/effect/landmark/start{
name = "Medical Doctor"
},
@@ -62741,20 +62590,22 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cea" = (
+"cbO" = (
/obj/machinery/camera{
c_tag = "Medbay Storage";
dir = 8;
network = list("SS13","Medbay")
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/limbgrower,
+/obj/item/weapon/reagent_containers/glass/beaker/synthflesh,
/turf/open/floor/plasteel/whiteblue/side{
dir = 4
},
/area/medical/medbay2{
name = "Medbay Storage"
})
-"ceb" = (
+"cbP" = (
/obj/machinery/requests_console{
announcementConsole = 0;
department = "Medbay";
@@ -62766,7 +62617,7 @@
},
/turf/closed/wall,
/area/security/checkpoint/medical)
-"cec" = (
+"cbQ" = (
/obj/machinery/computer/secure_data,
/obj/machinery/computer/security/telescreen{
desc = "Used for monitoring medbay to ensure patient safety.";
@@ -62784,7 +62635,7 @@
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/medical)
-"ced" = (
+"cbR" = (
/obj/structure/chair/office/dark,
/obj/machinery/button/door{
desc = "A remote control switch for the medbay foyer.";
@@ -62799,12 +62650,12 @@
dir = 6
},
/area/security/checkpoint/medical)
-"cee" = (
+"cbS" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/security/checkpoint/medical)
-"cef" = (
+"cbT" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -62817,7 +62668,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ceg" = (
+"cbU" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -62836,7 +62687,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ceh" = (
+"cbV" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -62849,7 +62700,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cei" = (
+"cbW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -62858,12 +62709,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/medical/medbay{
name = "Medbay Central"
})
-"cej" = (
+"cbX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -62872,7 +62723,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cek" = (
+"cbY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -62880,7 +62731,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cel" = (
+"cbZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -62888,12 +62739,12 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cem" = (
+"cca" = (
/turf/open/floor/plasteel/white,
/area/medical/medbay{
name = "Medbay Central"
})
-"cen" = (
+"ccb" = (
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white/side{
dir = 8
@@ -62901,7 +62752,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ceo" = (
+"ccc" = (
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white/side{
dir = 4
@@ -62909,12 +62760,12 @@
/area/medical/research{
name = "Research Division"
})
-"cep" = (
+"ccd" = (
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"ceq" = (
+"cce" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -62923,7 +62774,7 @@
/area/medical/research{
name = "Research Division"
})
-"cer" = (
+"ccf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -62931,7 +62782,7 @@
/area/medical/research{
name = "Research Division"
})
-"ces" = (
+"ccg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -62939,7 +62790,7 @@
/area/medical/research{
name = "Research Division"
})
-"cet" = (
+"cch" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -62948,13 +62799,13 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"ceu" = (
+"cci" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -62962,7 +62813,7 @@
/area/medical/research{
name = "Research Division"
})
-"cev" = (
+"ccj" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
initialize_directions = 11
@@ -62971,7 +62822,7 @@
/area/medical/research{
name = "Research Division"
})
-"cew" = (
+"cck" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -62981,7 +62832,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cex" = (
+"ccl" = (
/obj/item/weapon/screwdriver{
pixel_y = 10
},
@@ -62995,7 +62846,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cey" = (
+"ccm" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
on = 1
},
@@ -63007,7 +62858,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cez" = (
+"ccn" = (
/obj/machinery/computer/secure_data,
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/machinery/computer/security/telescreen{
@@ -63024,8 +62875,9 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"ceA" = (
+"cco" = (
/obj/machinery/light/small,
+/obj/item/toy/dummy,
/obj/item/toy/prize/honk{
pixel_y = 12
},
@@ -63036,13 +62888,13 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"ceB" = (
+"ccp" = (
/obj/machinery/vending/hydroseeds{
slogan_delay = 700
},
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"ceC" = (
+"ccq" = (
/obj/structure/table,
/obj/item/weapon/book/manual/hydroponics_pod_people,
/obj/machinery/light,
@@ -63057,11 +62909,11 @@
},
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"ceD" = (
+"ccr" = (
/obj/machinery/vending/hydronutrients,
/turf/open/floor/plasteel/vault,
/area/hallway/primary/central)
-"ceE" = (
+"ccs" = (
/obj/machinery/disposal/bin{
pixel_x = -2;
pixel_y = -2
@@ -63072,32 +62924,36 @@
/obj/machinery/light_switch{
pixel_y = -28
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceF" = (
-/turf/open/floor/plasteel/warning{
+"cct" = (
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceG" = (
+"ccu" = (
/obj/machinery/hydroponics/constructable,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
pixel_y = -29
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceH" = (
+"ccv" = (
/obj/machinery/hydroponics/constructable,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceI" = (
+"ccw" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/light,
/obj/machinery/power/apc{
@@ -63107,40 +62963,44 @@
pixel_y = -28
},
/obj/structure/cable/yellow,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceJ" = (
+"ccx" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceK" = (
+"ccy" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceL" = (
+"ccz" = (
/obj/item/weapon/wrench,
/obj/item/clothing/suit/apron,
/obj/item/clothing/tie/armband/hydro,
/obj/structure/table/glass,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceM" = (
+"ccA" = (
/obj/item/weapon/reagent_containers/spray/plantbgone{
pixel_x = 0;
pixel_y = 3
@@ -63159,11 +63019,12 @@
},
/obj/item/weapon/grenade/chem_grenade/antiweed,
/obj/structure/table/glass,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceN" = (
+"ccB" = (
/obj/machinery/door/window/eastright{
dir = 1;
name = "Hydroponics Delivery";
@@ -63175,9 +63036,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hydroponics)
-"ceO" = (
+"ccC" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
dir = 8;
@@ -63190,11 +63052,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/hydroponics)
-"ceP" = (
+"ccD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -63207,25 +63072,26 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"ceQ" = (
+"ccE" = (
/obj/machinery/atmospherics/components/unary/tank/toxins{
dir = 4
},
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ceR" = (
+"ccF" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
name = "plasma tank pump"
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ceS" = (
+"ccG" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
name = "old sink";
@@ -63241,7 +63107,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ceT" = (
+"ccH" = (
/obj/machinery/light{
dir = 1
},
@@ -63259,7 +63125,7 @@
/obj/item/weapon/pen,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ceU" = (
+"ccI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -63270,7 +63136,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ceV" = (
+"ccJ" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 2;
@@ -63283,7 +63149,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ceW" = (
+"ccK" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
@@ -63298,21 +63164,21 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ceX" = (
+"ccL" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
color = "#330000";
dir = 4
},
/turf/closed/wall/r_wall,
/area/atmos)
-"ceY" = (
+"ccM" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
color = "#330000";
dir = 4
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"ceZ" = (
+"ccN" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/machinery/atmospherics/pipe/simple/general/visible{
color = "#330000";
@@ -63320,41 +63186,42 @@
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfa" = (
+"ccO" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
color = "#330000";
dir = 9
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfb" = (
+"ccP" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfc" = (
+"ccQ" = (
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfd" = (
+"ccR" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfe" = (
+"ccS" = (
/obj/machinery/light,
/turf/open/floor/plasteel/black,
/area/atmos)
-"cff" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
+"ccT" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8;
+ initialize_directions = 11
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfg" = (
+"ccU" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfh" = (
+"ccV" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 9
},
@@ -63365,14 +63232,14 @@
},
/turf/open/floor/plasteel/black,
/area/atmos)
-"cfi" = (
+"ccW" = (
/obj/machinery/door/airlock/external{
req_access_txt = "24";
req_one_access_txt = "0"
},
/turf/open/floor/plating,
/area/atmos)
-"cfj" = (
+"ccX" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -63384,14 +63251,15 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/atmos)
-"cfk" = (
+"ccY" = (
/turf/open/floor/plating,
/area/atmos)
-"cfl" = (
+"ccZ" = (
/obj/machinery/door/window/northleft{
dir = 8;
icon_state = "left";
@@ -63406,12 +63274,12 @@
},
/turf/open/floor/plating,
/area/atmos)
-"cfm" = (
+"cda" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable,
/turf/open/space,
/area/solar/port)
-"cfn" = (
+"cdb" = (
/obj/structure/girder,
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -63426,7 +63294,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfo" = (
+"cdc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -63439,7 +63307,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfp" = (
+"cdd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -63448,13 +63316,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfq" = (
+"cde" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
@@ -63471,7 +63340,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfr" = (
+"cdf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -63480,13 +63349,14 @@
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfs" = (
+"cdg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -63494,7 +63364,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cft" = (
+"cdh" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -63503,7 +63373,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfu" = (
+"cdi" = (
/obj/structure/closet,
/obj/item/stack/sheet/glass{
amount = 12
@@ -63513,7 +63383,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfv" = (
+"cdj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -63527,25 +63397,25 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfw" = (
+"cdk" = (
/obj/item/trash/semki,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfx" = (
+"cdl" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfy" = (
+"cdm" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfz" = (
+"cdn" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
@@ -63554,7 +63424,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfA" = (
+"cdo" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -63564,7 +63434,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cfB" = (
+"cdp" = (
/obj/machinery/light_switch{
pixel_x = -26;
pixel_y = 0
@@ -63579,7 +63449,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cfC" = (
+"cdq" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -63591,7 +63461,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cfD" = (
+"cdr" = (
/obj/item/weapon/storage/box/bodybags{
pixel_x = 3;
pixel_y = 3
@@ -63615,13 +63485,13 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cfE" = (
+"cds" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cfF" = (
+"cdt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -63631,7 +63501,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cfG" = (
+"cdu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
@@ -63639,7 +63509,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cfH" = (
+"cdv" = (
/obj/item/weapon/storage/belt/medical{
pixel_x = 0;
pixel_y = 2
@@ -63652,8 +63522,8 @@
pixel_x = 0;
pixel_y = 2
},
-/obj/item/clothing/tie/stethoscope,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/obj/item/weapon/gun/syringe,
/obj/structure/table/glass,
/turf/open/floor/plasteel/whiteblue/side{
@@ -63662,18 +63532,18 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cfI" = (
+"cdw" = (
/turf/closed/wall,
/area/medical/medbay{
name = "Medbay Central"
})
-"cfJ" = (
+"cdx" = (
/obj/machinery/computer/crew,
/turf/open/floor/plasteel/vault,
/area/medical/medbay{
name = "Medbay Central"
})
-"cfK" = (
+"cdy" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -63696,7 +63566,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfL" = (
+"cdz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -63705,7 +63575,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfM" = (
+"cdA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -63713,7 +63583,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfN" = (
+"cdB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -63726,7 +63596,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfO" = (
+"cdC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -63734,7 +63604,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfP" = (
+"cdD" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -63743,7 +63613,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfQ" = (
+"cdE" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -63752,7 +63622,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfR" = (
+"cdF" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -63763,7 +63633,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cfS" = (
+"cdG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -63774,7 +63644,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cfT" = (
+"cdH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -63792,7 +63662,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cfU" = (
+"cdI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -63801,7 +63671,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cfV" = (
+"cdJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -63809,7 +63679,7 @@
/area/medical/research{
name = "Research Division"
})
-"cfW" = (
+"cdK" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -63826,7 +63696,7 @@
/area/medical/research{
name = "Research Division"
})
-"cfX" = (
+"cdL" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -63843,7 +63713,7 @@
/area/medical/research{
name = "Research Division"
})
-"cfY" = (
+"cdM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -63856,7 +63726,7 @@
/area/medical/research{
name = "Research Division"
})
-"cfZ" = (
+"cdN" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -63874,7 +63744,7 @@
/area/medical/research{
name = "Research Division"
})
-"cga" = (
+"cdO" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -63893,7 +63763,7 @@
/area/medical/research{
name = "Research Division"
})
-"cgb" = (
+"cdP" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -63908,7 +63778,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cgc" = (
+"cdQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -63924,7 +63794,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cgd" = (
+"cdR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -63932,7 +63802,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cge" = (
+"cdS" = (
/obj/structure/reagent_dispensers/peppertank{
pixel_x = 30;
pixel_y = 0
@@ -63952,7 +63822,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cgf" = (
+"cdT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -63960,7 +63830,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgg" = (
+"cdU" = (
/obj/machinery/door/airlock/maintenance{
name = "Hydroponics Maintenance";
req_access_txt = "35";
@@ -63968,7 +63838,7 @@
},
/turf/open/floor/plating,
/area/hydroponics)
-"cgh" = (
+"cdV" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -63982,23 +63852,25 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
-"cgi" = (
+"cdW" = (
/obj/item/device/flashlight,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cgj" = (
+"cdX" = (
/obj/structure/closet/crate,
/obj/item/weapon/coin/silver,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cgk" = (
+"cdY" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/storage/box/lights/mixed,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cgl" = (
+"cdZ" = (
/obj/structure/sign/nosmoking_2{
pixel_x = -28
},
@@ -64009,14 +63881,14 @@
/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cgm" = (
+"cea" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
name = "input port pump"
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cgn" = (
+"ceb" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -64033,7 +63905,7 @@
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cgo" = (
+"cec" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -64043,10 +63915,9 @@
scrub_N2O = 0;
scrub_Toxins = 0
},
-/mob/living/simple_animal/mouse,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cgp" = (
+"ced" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -64055,7 +63926,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cgq" = (
+"cee" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -64071,7 +63942,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cgr" = (
+"cef" = (
/obj/structure/sign/fire{
pixel_x = 32;
pixel_y = 0
@@ -64083,29 +63954,29 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cgs" = (
+"ceg" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/plating,
/area/atmos)
-"cgt" = (
+"ceh" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/plating,
/area/atmos)
-"cgu" = (
+"cei" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plating,
/area/atmos)
-"cgv" = (
+"cej" = (
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cgw" = (
+"cek" = (
/obj/machinery/door/airlock/external{
req_access_txt = "13"
},
@@ -64113,7 +63984,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgx" = (
+"cel" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -64122,13 +63993,14 @@
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgy" = (
+"cem" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -64146,7 +64018,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgz" = (
+"cen" = (
/obj/structure/girder,
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -64161,7 +64033,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgA" = (
+"ceo" = (
/obj/structure/girder,
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -64177,7 +64049,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgB" = (
+"cep" = (
/obj/structure/rack,
/obj/item/weapon/screwdriver{
pixel_y = 16
@@ -64188,7 +64060,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgC" = (
+"ceq" = (
/obj/structure/rack,
/obj/item/stack/cable_coil{
pixel_x = -1;
@@ -64201,7 +64073,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgD" = (
+"cer" = (
/obj/structure/rack,
/obj/item/stack/rods{
amount = 23
@@ -64211,16 +64083,22 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgE" = (
+"ces" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgF" = (
+"cet" = (
/obj/item/clothing/mask/fakemoustache,
/obj/item/clothing/mask/cigarette/pipe,
/obj/machinery/camera{
@@ -64234,18 +64112,18 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"cgG" = (
+"ceu" = (
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cgH" = (
+"cev" = (
/turf/closed/wall,
/area/medical/sleeper{
name = "Sleepers"
})
-"cgI" = (
+"cew" = (
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
pixel_y = -3
@@ -64266,7 +64144,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cgJ" = (
+"cex" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -64282,7 +64160,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cgK" = (
+"cey" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -64291,7 +64169,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cgL" = (
+"cez" = (
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
pixel_y = -3
@@ -64312,7 +64190,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cgM" = (
+"ceA" = (
/obj/structure/sink{
dir = 8;
icon_state = "sink";
@@ -64341,7 +64219,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgN" = (
+"ceB" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -64362,14 +64240,14 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgO" = (
+"ceC" = (
/obj/machinery/telecomms/server/presets/command,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"cgP" = (
+"ceD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -64384,7 +64262,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgQ" = (
+"ceE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
@@ -64392,7 +64270,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgR" = (
+"ceF" = (
/obj/structure/bed/roller,
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -64414,7 +64292,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgS" = (
+"ceG" = (
/obj/machinery/light,
/obj/structure/bed/roller,
/turf/open/floor/plasteel/whiteblue/side{
@@ -64423,7 +64301,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgT" = (
+"ceH" = (
/obj/structure/bed/roller,
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
@@ -64431,7 +64309,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgU" = (
+"ceI" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-11"
},
@@ -64441,14 +64319,14 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgV" = (
+"ceJ" = (
/turf/open/floor/plasteel/whiteyellow/side{
dir = 2
},
/area/medical/medbay{
name = "Medbay Central"
})
-"cgW" = (
+"ceK" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -64464,7 +64342,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cgX" = (
+"ceL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -64473,7 +64351,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cgY" = (
+"ceM" = (
/obj/machinery/autolathe{
icon_state = "autolathe";
name = "public autolathe"
@@ -64484,7 +64362,7 @@
/area/medical/research{
name = "Research Division"
})
-"cgZ" = (
+"ceN" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
@@ -64497,7 +64375,7 @@
/area/medical/research{
name = "Research Division"
})
-"cha" = (
+"ceO" = (
/obj/structure/table,
/obj/item/device/paicard,
/obj/machinery/newscaster{
@@ -64510,7 +64388,7 @@
/area/medical/research{
name = "Research Division"
})
-"chb" = (
+"ceP" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/cell/potato,
/obj/machinery/light,
@@ -64520,7 +64398,7 @@
/area/medical/research{
name = "Research Division"
})
-"chc" = (
+"ceQ" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -64531,7 +64409,7 @@
/area/medical/research{
name = "Research Division"
})
-"chd" = (
+"ceR" = (
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
dir = 4
@@ -64542,7 +64420,7 @@
/area/medical/research{
name = "Research Division"
})
-"che" = (
+"ceS" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -64563,7 +64441,7 @@
/area/medical/research{
name = "Research Division"
})
-"chf" = (
+"ceT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -64575,7 +64453,7 @@
/area/medical/research{
name = "Research Division"
})
-"chg" = (
+"ceU" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -64599,7 +64477,7 @@
/area/medical/research{
name = "Research Division"
})
-"chh" = (
+"ceV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -64614,7 +64492,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"chi" = (
+"ceW" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -64625,7 +64503,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"chj" = (
+"ceX" = (
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
@@ -64643,7 +64521,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"chk" = (
+"ceY" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -64660,7 +64538,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chl" = (
+"ceZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64676,7 +64554,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chm" = (
+"cfa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64694,7 +64572,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chn" = (
+"cfb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64706,13 +64584,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cho" = (
+"cfc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64724,13 +64603,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chp" = (
+"cfd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64748,7 +64628,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chq" = (
+"cfe" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -64762,7 +64642,7 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"chr" = (
+"cff" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64780,7 +64660,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chs" = (
+"cfg" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -64797,13 +64677,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cht" = (
+"cfh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64822,7 +64703,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chu" = (
+"cfi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64834,13 +64715,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chv" = (
+"cfj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -64855,15 +64737,16 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"chw" = (
+"cfk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"chx" = (
+"cfl" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "12"
@@ -64873,15 +64756,16 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"chy" = (
+"cfm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"chz" = (
+"cfn" = (
/obj/machinery/portable_atmospherics/canister,
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4;
@@ -64889,7 +64773,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"chA" = (
+"cfo" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -64899,7 +64783,7 @@
/obj/machinery/atmospherics/pipe/manifold/general/visible,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"chB" = (
+"cfp" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -64909,13 +64793,13 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"chC" = (
+"cfq" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"chD" = (
+"cfr" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -64929,7 +64813,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"chE" = (
+"cfs" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
initialize_directions = 11
@@ -64937,41 +64821,41 @@
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"chF" = (
+"cft" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/incinerator)
-"chG" = (
+"cfu" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/space,
/area/space)
-"chH" = (
+"cfv" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/space,
/area/space)
-"chI" = (
+"cfw" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 8
},
/turf/open/space,
/area/space)
-"chJ" = (
+"cfx" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 9
},
/turf/open/space,
/area/space)
-"chK" = (
+"cfy" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/space,
/area/space)
-"chL" = (
+"cfz" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
icon_state = "0-2";
@@ -64979,7 +64863,7 @@
},
/turf/open/space,
/area/solar/port)
-"chM" = (
+"cfA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -64992,20 +64876,21 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chN" = (
+"cfB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chO" = (
+"cfC" = (
/obj/item/trash/pistachios,
/obj/structure/closet,
/obj/item/weapon/stock_parts/console_screen,
@@ -65015,32 +64900,32 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chP" = (
+"cfD" = (
/obj/item/weapon/storage/box,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chQ" = (
+"cfE" = (
/obj/structure/closet/crate,
/obj/item/weapon/reagent_containers/dropper,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chR" = (
+"cfF" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"chS" = (
+"cfG" = (
/obj/structure/closet/wardrobe/pjs,
/turf/open/floor/plasteel/vault,
/area/medical/sleeper{
name = "Sleepers"
})
-"chT" = (
+"cfH" = (
/obj/structure/closet/wardrobe/pjs,
/obj/machinery/airalarm{
pixel_y = 24
@@ -65049,7 +64934,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"chU" = (
+"cfI" = (
/obj/machinery/computer/med_data,
/obj/machinery/light{
dir = 1
@@ -65062,10 +64947,16 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"chV" = (
+"cfJ" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen,
/obj/machinery/power/apc{
dir = 1;
@@ -65076,12 +64967,12 @@
d2 = 2;
icon_state = "0-2"
},
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/turf/open/floor/plasteel/vault,
/area/medical/sleeper{
name = "Sleepers"
})
-"chW" = (
+"cfK" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -65095,7 +64986,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"chX" = (
+"cfL" = (
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
pixel_y = -3
@@ -65130,7 +65021,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"chY" = (
+"cfM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65145,7 +65036,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"chZ" = (
+"cfN" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -65169,7 +65060,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cia" = (
+"cfO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
@@ -65177,7 +65068,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cib" = (
+"cfP" = (
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
pixel_y = -3
@@ -65198,7 +65089,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cic" = (
+"cfQ" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
@@ -65211,7 +65102,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cid" = (
+"cfR" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -65227,7 +65118,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cie" = (
+"cfS" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/item/weapon/reagent_containers/food/drinks/britcup,
@@ -65235,7 +65126,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cif" = (
+"cfT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -65248,7 +65139,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cig" = (
+"cfU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/sink{
dir = 4;
@@ -65260,17 +65151,17 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cih" = (
+"cfV" = (
/obj/structure/sign/directions/medical{
pixel_y = -7
},
/turf/closed/wall,
/area/medical/chemistry)
-"cii" = (
+"cfW" = (
/obj/structure/sign/chemistry,
/turf/closed/wall,
/area/medical/chemistry)
-"cij" = (
+"cfX" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -65279,20 +65170,26 @@
},
/turf/open/floor/plating,
/area/medical/chemistry)
-"cik" = (
+"cfY" = (
/obj/machinery/smartfridge/chemistry,
/turf/closed/wall,
/area/medical/chemistry)
-"cil" = (
+"cfZ" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/door/window/northleft{
dir = 2;
name = "Chemistry Desk";
req_access_txt = "5; 33"
},
/obj/machinery/door/firedoor,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/door/poddoor/shutters/preopen{
id = "chemistry_shutters";
name = "chemistry shutters"
@@ -65301,10 +65198,10 @@
dir = 4
},
/area/medical/chemistry)
-"cim" = (
+"cga" = (
/turf/closed/wall,
/area/medical/chemistry)
-"cin" = (
+"cgb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -65316,7 +65213,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cio" = (
+"cgc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 8;
@@ -65327,10 +65224,10 @@
dir = 2
},
/area/hallway/primary/aft)
-"cip" = (
+"cgd" = (
/turf/closed/wall/r_wall,
/area/toxins/lab)
-"ciq" = (
+"cge" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -65339,11 +65236,17 @@
},
/turf/open/floor/plating,
/area/toxins/lab)
-"cir" = (
+"cgf" = (
/obj/structure/table/reinforced,
/obj/item/weapon/pen,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/door/firedoor,
/obj/machinery/door/window/eastright{
dir = 2;
@@ -65356,24 +65259,25 @@
},
/turf/open/floor/plating,
/area/toxins/lab)
-"cis" = (
+"cgg" = (
/obj/structure/sign/directions/science{
pixel_y = -8
},
/turf/closed/wall/r_wall,
/area/toxins/lab)
-"cit" = (
+"cgh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/poddoor/preopen{
id = "Biohazard";
name = "biohazard containment door"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/research{
name = "Research Division"
})
-"ciu" = (
+"cgi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -65384,11 +65288,12 @@
id = "Biohazard";
name = "biohazard containment door"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/research{
name = "Research Division"
})
-"civ" = (
+"cgj" = (
/obj/machinery/power/apc{
dir = 8;
name = "Security Post - Research Division APC";
@@ -65401,13 +65306,13 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"ciw" = (
+"cgk" = (
/obj/structure/closet/secure_closet/security/science,
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cix" = (
+"cgl" = (
/obj/structure/filingcabinet,
/obj/machinery/airalarm{
dir = 8;
@@ -65420,7 +65325,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"ciy" = (
+"cgm" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -65428,13 +65333,14 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciz" = (
+"cgn" = (
/obj/item/weapon/cigbutt,
/turf/open/floor/plating{
icon_state = "platingdmg3"
@@ -65442,12 +65348,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciA" = (
+"cgo" = (
/turf/closed/wall/r_wall,
/area/medical/research{
name = "Research Division"
})
-"ciB" = (
+"cgp" = (
/obj/machinery/door/airlock/maintenance{
name = "Research Maintenance";
req_access_txt = "47";
@@ -65460,10 +65366,10 @@
/area/medical/research{
name = "Research Division"
})
-"ciC" = (
+"cgq" = (
/turf/closed/wall/r_wall,
/area/toxins/explab)
-"ciD" = (
+"cgr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -65476,14 +65382,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciE" = (
+"cgs" = (
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciF" = (
+"cgt" = (
/obj/machinery/power/apc{
dir = 8;
name = "Incinerator APC";
@@ -65496,7 +65402,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ciG" = (
+"cgu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65504,7 +65410,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ciH" = (
+"cgv" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -65516,13 +65422,13 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ciI" = (
+"cgw" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ciJ" = (
+"cgx" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -65532,23 +65438,23 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"ciK" = (
+"cgy" = (
/obj/machinery/telecomms/server/presets/service,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"ciL" = (
+"cgz" = (
/turf/closed/wall/r_wall,
/area/maintenance/incinerator)
-"ciM" = (
+"cgA" = (
/obj/machinery/atmospherics/pipe/simple,
/obj/machinery/meter,
/obj/structure/grille,
/turf/closed/wall/r_wall,
/area/atmos)
-"ciN" = (
+"cgB" = (
/obj/machinery/atmospherics/pipe/simple,
/obj/machinery/meter{
name = "Mixed Air Tank In"
@@ -65556,7 +65462,7 @@
/obj/structure/grille,
/turf/closed/wall/r_wall,
/area/atmos)
-"ciO" = (
+"cgC" = (
/obj/machinery/atmospherics/pipe/simple,
/obj/machinery/meter{
name = "Mixed Air Tank Out"
@@ -65564,7 +65470,7 @@
/obj/structure/grille,
/turf/closed/wall/r_wall,
/area/atmos)
-"ciP" = (
+"cgD" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -65573,7 +65479,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"ciQ" = (
+"cgE" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -65582,7 +65488,7 @@
},
/turf/open/floor/plating,
/area/atmos)
-"ciR" = (
+"cgF" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -65599,19 +65505,20 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"ciS" = (
+"cgG" = (
/obj/structure/closet/emcloset{
anchored = 1;
desc = "It's a storage unit for emergency breath masks and O2 tanks, and is securely bolted in place.";
name = "anchored emergency closet"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciT" = (
+"cgH" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65625,7 +65532,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ciU" = (
+"cgI" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -65647,7 +65554,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciV" = (
+"cgJ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65663,7 +65570,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciW" = (
+"cgK" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65679,7 +65586,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"ciX" = (
+"cgL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -65697,13 +65604,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciY" = (
+"cgM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65716,7 +65624,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ciZ" = (
+"cgN" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65725,13 +65633,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cja" = (
+"cgO" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Maintenance";
req_access_txt = "5"
@@ -65748,7 +65657,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cjb" = (
+"cgP" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65763,7 +65672,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cjc" = (
+"cgQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -65778,7 +65687,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cjd" = (
+"cgR" = (
/obj/structure/chair/office/light{
dir = 1
},
@@ -65799,7 +65708,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cje" = (
+"cgS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -65819,7 +65728,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cjf" = (
+"cgT" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -65838,7 +65747,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cjg" = (
+"cgU" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
id_tag = null;
@@ -65849,7 +65758,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cjh" = (
+"cgV" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -65862,7 +65771,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cji" = (
+"cgW" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/glass_medical{
@@ -65874,7 +65783,7 @@
/area/medical/medbay2{
name = "Medbay Storage"
})
-"cjj" = (
+"cgX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -65891,7 +65800,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cjk" = (
+"cgY" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -65899,7 +65808,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cjl" = (
+"cgZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -65918,7 +65827,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cjm" = (
+"cha" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
@@ -65930,7 +65839,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cjn" = (
+"chb" = (
/obj/machinery/chem_heater,
/obj/machinery/light_switch{
pixel_x = -23;
@@ -65940,7 +65849,7 @@
dir = 9
},
/area/medical/chemistry)
-"cjo" = (
+"chc" = (
/obj/machinery/disposal/bin{
pixel_x = 0
},
@@ -65949,7 +65858,7 @@
dir = 5
},
/area/medical/chemistry)
-"cjp" = (
+"chd" = (
/obj/item/weapon/reagent_containers/glass/beaker/large,
/obj/item/weapon/reagent_containers/glass/beaker/large,
/obj/item/weapon/reagent_containers/glass/beaker{
@@ -65967,7 +65876,7 @@
dir = 4
},
/area/medical/chemistry)
-"cjq" = (
+"che" = (
/obj/structure/chair/office/light{
dir = 1
},
@@ -65978,7 +65887,7 @@
dir = 4
},
/area/medical/chemistry)
-"cjr" = (
+"chf" = (
/obj/machinery/chem_dispenser{
layer = 2.7
},
@@ -65993,7 +65902,7 @@
dir = 4
},
/area/medical/chemistry)
-"cjs" = (
+"chg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -66001,13 +65910,13 @@
dir = 8
},
/area/hallway/primary/aft)
-"cjt" = (
+"chh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/hallway/primary/aft)
-"cju" = (
+"chi" = (
/obj/structure/table,
/obj/item/weapon/crowbar,
/obj/item/weapon/wrench,
@@ -66015,11 +65924,12 @@
/obj/item/device/multitool{
pixel_x = 3
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"cjv" = (
+"chj" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
name = "old sink";
@@ -66029,12 +65939,12 @@
dir = 9
},
/area/toxins/lab)
-"cjw" = (
+"chk" = (
/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
/area/toxins/lab)
-"cjx" = (
+"chl" = (
/obj/structure/noticeboard{
desc = "A board for pinning important notices upon.";
name = "notice board";
@@ -66045,7 +65955,7 @@
dir = 1
},
/area/toxins/lab)
-"cjy" = (
+"chm" = (
/obj/structure/chair/office/light{
dir = 1;
pixel_y = 3
@@ -66061,26 +65971,26 @@
dir = 5
},
/area/toxins/lab)
-"cjz" = (
+"chn" = (
/obj/machinery/telecomms/broadcaster/preset_right,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"cjA" = (
+"cho" = (
/obj/machinery/telecomms/server/presets/supply,
/turf/open/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/server)
-"cjB" = (
+"chp" = (
/turf/closed/wall/r_wall,
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cjC" = (
+"chq" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Security Post - Research Division";
@@ -66090,7 +66000,7 @@
/area/security/checkpoint/science{
name = "Security Post - Research Division"
})
-"cjD" = (
+"chr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -66106,7 +66016,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cjE" = (
+"chs" = (
/obj/item/weapon/paper,
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -66125,7 +66035,7 @@
/area/medical/research{
name = "Research Division"
})
-"cjF" = (
+"cht" = (
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-right-MS";
@@ -66139,7 +66049,7 @@
/area/medical/research{
name = "Research Division"
})
-"cjG" = (
+"chu" = (
/obj/machinery/ai_status_display{
pixel_x = 0;
pixel_y = 32
@@ -66151,7 +66061,7 @@
/area/medical/research{
name = "Research Division"
})
-"cjH" = (
+"chv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -66161,16 +66071,16 @@
/area/medical/research{
name = "Research Division"
})
-"cjI" = (
+"chw" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/assembly/showroom{
name = "\improper Corporate Showroom"
})
-"cjJ" = (
+"chx" = (
/turf/open/floor/engine,
/area/toxins/explab)
-"cjK" = (
+"chy" = (
/obj/structure/sign/nosmoking_2{
pixel_y = 32
},
@@ -66184,7 +66094,7 @@
},
/turf/open/floor/engine,
/area/toxins/explab)
-"cjL" = (
+"chz" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -66193,58 +66103,63 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"cjM" = (
+"chA" = (
/obj/item/device/radio/intercom{
pixel_y = 25
},
/turf/open/floor/engine,
/area/toxins/explab)
-"cjN" = (
+"chB" = (
/obj/machinery/space_heater,
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cjO" = (
+"chC" = (
/obj/structure/closet/crate,
/obj/item/weapon/storage/belt/utility,
/obj/item/stack/cable_coil/random,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cjP" = (
+"chD" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
},
/obj/item/weapon/cane,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cjQ" = (
+"chE" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cjR" = (
+"chF" = (
/obj/structure/closet,
/obj/item/device/flashlight,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboard)
-"cjS" = (
+"chG" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/item/weapon/storage/toolbox/emergency,
/obj/item/device/radio/intercom{
@@ -66253,7 +66168,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cjT" = (
+"chH" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/extinguisher,
/obj/machinery/light/small,
@@ -66263,7 +66178,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cjU" = (
+"chI" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/components/binary/valve{
dir = 2;
@@ -66271,7 +66186,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cjV" = (
+"chJ" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
pixel_y = -31
@@ -66282,14 +66197,14 @@
/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cjW" = (
+"chK" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cjX" = (
+"chL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
@@ -66299,7 +66214,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cjY" = (
+"chM" = (
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
@@ -66317,7 +66232,7 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"cjZ" = (
+"chN" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 1;
frequency = 1441;
@@ -66325,14 +66240,14 @@
},
/turf/open/floor/engine/n2,
/area/atmos)
-"cka" = (
+"chO" = (
/obj/machinery/air_sensor{
frequency = 1441;
id_tag = "n2_sensor"
},
/turf/open/floor/engine/n2,
/area/atmos)
-"ckb" = (
+"chP" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
external_pressure_bound = 0;
@@ -66346,7 +66261,7 @@
},
/turf/open/floor/engine/n2,
/area/atmos)
-"ckc" = (
+"chQ" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 1;
frequency = 1441;
@@ -66354,14 +66269,14 @@
},
/turf/open/floor/engine/o2,
/area/atmos)
-"ckd" = (
+"chR" = (
/obj/machinery/air_sensor{
frequency = 1441;
id_tag = "o2_sensor"
},
/turf/open/floor/engine/o2,
/area/atmos)
-"cke" = (
+"chS" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
external_pressure_bound = 0;
@@ -66375,7 +66290,7 @@
},
/turf/open/floor/engine/o2,
/area/atmos)
-"ckf" = (
+"chT" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 1;
frequency = 1441;
@@ -66383,14 +66298,14 @@
},
/turf/open/floor/engine/air,
/area/atmos)
-"ckg" = (
+"chU" = (
/obj/machinery/air_sensor{
frequency = 1441;
id_tag = "air_sensor"
},
/turf/open/floor/engine/air,
/area/atmos)
-"ckh" = (
+"chV" = (
/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
dir = 1;
external_pressure_bound = 0;
@@ -66404,26 +66319,26 @@
},
/turf/open/floor/engine/air,
/area/atmos)
-"cki" = (
+"chW" = (
/obj/structure/window/reinforced{
dir = 8
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/turf/open/floor/plating,
/area/atmos)
-"ckj" = (
+"chX" = (
/obj/structure/window/reinforced{
dir = 4
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/turf/open/floor/plating,
/area/atmos)
-"ckk" = (
+"chY" = (
/obj/structure/cable,
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"ckl" = (
+"chZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -66437,22 +66352,22 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ckm" = (
+"cia" = (
/turf/closed/wall,
/area/medical/surgery)
-"ckn" = (
+"cib" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/turf/closed/wall,
/area/medical/surgery)
-"cko" = (
+"cic" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/medical/surgery)
-"ckp" = (
+"cid" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Maintenance";
req_access_txt = "5"
@@ -66463,7 +66378,7 @@
},
/turf/open/floor/plating,
/area/medical/surgery)
-"ckq" = (
+"cie" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -66477,7 +66392,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"ckr" = (
+"cif" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -66488,12 +66403,12 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cks" = (
+"cig" = (
/turf/open/floor/plasteel/white,
/area/medical/sleeper{
name = "Sleepers"
})
-"ckt" = (
+"cih" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -66507,7 +66422,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cku" = (
+"cii" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -66522,7 +66437,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"ckv" = (
+"cij" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -66536,7 +66451,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"ckw" = (
+"cik" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -66554,7 +66469,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckx" = (
+"cil" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -66569,7 +66484,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cky" = (
+"cim" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -66584,7 +66499,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckz" = (
+"cin" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -66595,7 +66510,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckA" = (
+"cio" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -66609,7 +66524,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckB" = (
+"cip" = (
/obj/machinery/power/apc{
dir = 1;
name = "Medbay Central APC";
@@ -66633,7 +66548,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckC" = (
+"ciq" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -66643,7 +66558,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckD" = (
+"cir" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -66654,7 +66569,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckE" = (
+"cis" = (
/obj/machinery/button/door{
desc = "A remote control switch for the medbay foyer.";
id = "MedbayFoyer";
@@ -66672,7 +66587,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckF" = (
+"cit" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -66692,7 +66607,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckG" = (
+"ciu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -66708,7 +66623,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ckH" = (
+"civ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
id_tag = null;
@@ -66725,7 +66640,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"ckI" = (
+"ciw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -66738,7 +66653,7 @@
dir = 8
},
/area/medical/chemistry)
-"ckJ" = (
+"cix" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -66752,7 +66667,7 @@
dir = 4
},
/area/medical/chemistry)
-"ckK" = (
+"ciy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -66765,12 +66680,12 @@
dir = 1
},
/area/medical/chemistry)
-"ckL" = (
+"ciz" = (
/turf/open/floor/plasteel/whiteyellow/side{
dir = 5
},
/area/medical/chemistry)
-"ckM" = (
+"ciA" = (
/obj/machinery/chem_master{
layer = 2.7;
pixel_x = -2
@@ -66789,38 +66704,42 @@
dir = 4
},
/area/medical/chemistry)
-"ckN" = (
+"ciB" = (
/obj/machinery/r_n_d/destructive_analyzer,
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"ckO" = (
-/turf/open/floor/plasteel/warning{
+"ciC" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"ckP" = (
+"ciD" = (
/obj/machinery/r_n_d/protolathe,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"ckQ" = (
+"ciE" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"ckR" = (
+"ciF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -66830,7 +66749,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"ckS" = (
+"ciG" = (
/obj/machinery/disposal/bin{
pixel_x = 5
},
@@ -66845,20 +66764,21 @@
dir = 4
},
/area/toxins/lab)
-"ckT" = (
+"ciH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/shower{
icon_state = "shower";
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"ckU" = (
+"ciI" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -66875,13 +66795,14 @@
on = 1;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"ckV" = (
+"ciJ" = (
/obj/machinery/power/apc{
cell_type = 10000;
dir = 1;
@@ -66901,18 +66822,20 @@
dir = 2;
network = list("SS13","RD")
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"ckW" = (
-/turf/open/floor/plasteel/bot,
+"ciK" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/medical/research{
name = "Research Division"
})
-"ckX" = (
+"ciL" = (
/obj/effect/landmark{
name = "revenantspawn"
},
@@ -66920,7 +66843,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ckY" = (
+"ciM" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -66932,13 +66855,14 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/weapon/cigbutt,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ckZ" = (
+"ciN" = (
/obj/structure/chair/stool,
/obj/machinery/newscaster{
pixel_x = -30;
@@ -66950,7 +66874,7 @@
/area/medical/research{
name = "Research Division"
})
-"cla" = (
+"ciO" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/cafeteria{
dir = 5
@@ -66958,7 +66882,7 @@
/area/medical/research{
name = "Research Division"
})
-"clb" = (
+"ciP" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -66969,7 +66893,7 @@
/area/medical/research{
name = "Research Division"
})
-"clc" = (
+"ciQ" = (
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -66980,7 +66904,7 @@
/area/medical/research{
name = "Research Division"
})
-"cld" = (
+"ciR" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -66993,7 +66917,7 @@
/area/medical/research{
name = "Research Division"
})
-"cle" = (
+"ciS" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -67005,18 +66929,18 @@
},
/turf/open/floor/engine,
/area/toxins/explab)
-"clf" = (
+"ciT" = (
/obj/item/device/radio/beacon,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/turf/open/floor/engine,
/area/toxins/explab)
-"clg" = (
+"ciU" = (
/obj/machinery/r_n_d/experimentor,
/turf/open/floor/engine,
/area/toxins/explab)
-"clh" = (
+"ciV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -67024,13 +66948,13 @@
},
/turf/open/floor/engine,
/area/toxins/explab)
-"cli" = (
+"ciW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/engine,
/area/toxins/explab)
-"clj" = (
+"ciX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -67045,20 +66969,20 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"clk" = (
+"ciY" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/incinerator)
-"cll" = (
+"ciZ" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 2
},
/turf/closed/wall/r_wall,
/area/maintenance/incinerator)
-"clm" = (
+"cja" = (
/obj/machinery/door/airlock/glass{
autoclose = 0;
frequency = 1449;
@@ -67078,18 +67002,18 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/engine,
/area/maintenance/incinerator)
-"cln" = (
+"cjb" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/closed/wall/r_wall,
/area/maintenance/incinerator)
-"clo" = (
+"cjc" = (
/turf/open/floor/engine/n2,
/area/atmos)
-"clp" = (
+"cjd" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/turf/open/floor/engine/n2,
/area/atmos)
-"clq" = (
+"cje" = (
/obj/machinery/camera{
c_tag = "Atmospherics Tank - N2";
dir = 8;
@@ -67099,14 +67023,14 @@
},
/turf/open/floor/engine/n2,
/area/atmos)
-"clr" = (
+"cjf" = (
/turf/open/floor/engine/o2,
/area/atmos)
-"cls" = (
+"cjg" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/open/floor/engine/o2,
/area/atmos)
-"clt" = (
+"cjh" = (
/obj/machinery/camera{
c_tag = "Atmospherics Tank - O2";
dir = 8;
@@ -67116,18 +67040,18 @@
},
/turf/open/floor/engine/o2,
/area/atmos)
-"clu" = (
+"cji" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
},
/turf/open/floor/engine/air,
/area/atmos)
-"clv" = (
+"cjj" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/engine/air,
/area/atmos)
-"clw" = (
+"cjk" = (
/obj/machinery/camera{
c_tag = "Atmospherics Tank - Air";
dir = 8;
@@ -67137,13 +67061,13 @@
},
/turf/open/floor/engine/air,
/area/atmos)
-"clx" = (
+"cjl" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 2
},
/turf/closed/wall/r_wall,
/area/atmos)
-"cly" = (
+"cjm" = (
/obj/machinery/door/airlock/glass_atmos{
heat_proof = 1;
name = "Auxiliary Chamber";
@@ -67151,23 +67075,23 @@
},
/turf/open/floor/plating,
/area/atmos)
-"clz" = (
+"cjn" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1
},
/turf/closed/wall/r_wall,
/area/atmos)
-"clA" = (
+"cjo" = (
/obj/structure/girder/reinforced,
/turf/open/floor/plating/airless,
/area/atmos)
-"clB" = (
+"cjp" = (
/obj/machinery/vending/boozeomat,
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"clC" = (
+"cjq" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
name = "old sink";
@@ -67179,7 +67103,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"clD" = (
+"cjr" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -67197,7 +67121,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"clE" = (
+"cjs" = (
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass{
pixel_x = 4;
pixel_y = 5
@@ -67215,7 +67139,7 @@
pixel_y = 2
},
/obj/structure/table/wood,
-/obj/machinery/light_construct/small{
+/obj/structure/light_construct/small{
dir = 1
},
/obj/machinery/newscaster{
@@ -67228,13 +67152,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"clF" = (
+"cjt" = (
/obj/structure/chair/stool,
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"clG" = (
+"cju" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/storage/box/lights/mixed,
/obj/structure/sign/poster{
@@ -67242,13 +67166,13 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"clH" = (
+"cjv" = (
/obj/machinery/computer/arcade,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"clI" = (
+"cjw" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1
@@ -67258,7 +67182,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clJ" = (
+"cjx" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
@@ -67266,14 +67190,14 @@
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clK" = (
+"cjy" = (
/obj/item/weapon/cigbutt,
/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clL" = (
+"cjz" = (
/obj/structure/chair,
/obj/machinery/airalarm{
frequency = 1439;
@@ -67284,30 +67208,30 @@
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clM" = (
+"cjA" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clN" = (
+"cjB" = (
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clO" = (
+"cjC" = (
/obj/structure/chair,
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clP" = (
+"cjD" = (
/obj/structure/chair,
/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"clQ" = (
+"cjE" = (
/obj/structure/bed/roller,
/obj/item/device/radio/intercom{
broadcasting = 1;
@@ -67332,7 +67256,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"clR" = (
+"cjF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -67343,16 +67267,16 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"clS" = (
+"cjG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/medical/sleeper{
name = "Sleepers"
})
-"clT" = (
+"cjH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -67362,7 +67286,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"clU" = (
+"cjI" = (
/obj/structure/bed/roller,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -67373,7 +67297,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"clV" = (
+"cjJ" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
@@ -67382,7 +67306,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"clW" = (
+"cjK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -67392,7 +67316,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"clX" = (
+"cjL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -67413,7 +67337,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"clY" = (
+"cjM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -67432,7 +67356,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"clZ" = (
+"cjN" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -67446,7 +67370,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cma" = (
+"cjO" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -67459,7 +67383,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cmb" = (
+"cjP" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -67477,7 +67401,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cmc" = (
+"cjQ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -67494,7 +67418,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cmd" = (
+"cjR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -67509,7 +67433,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cme" = (
+"cjS" = (
/obj/item/stack/sheet/mineral/plasma{
layer = 2.9
},
@@ -67529,11 +67453,11 @@
dir = 8
},
/area/medical/chemistry)
-"cmf" = (
+"cjT" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cmg" = (
+"cjU" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -67546,12 +67470,12 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cmh" = (
+"cjV" = (
/turf/open/floor/plasteel/whiteyellow/side{
dir = 4
},
/area/medical/chemistry)
-"cmi" = (
+"cjW" = (
/obj/item/device/assembly/timer{
pixel_x = -3;
pixel_y = 3
@@ -67589,38 +67513,43 @@
dir = 4
},
/area/medical/chemistry)
-"cmj" = (
+"cjX" = (
/obj/machinery/computer/rdconsole/core,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"cmk" = (
-/turf/open/floor/plasteel/warning,
+"cjY" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"cml" = (
+"cjZ" = (
/obj/machinery/r_n_d/circuit_imprinter{
pixel_y = 4
},
/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"cmm" = (
+"cka" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cmn" = (
+"ckb" = (
/obj/effect/landmark/start{
name = "Scientist"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cmo" = (
+"ckc" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/manipulator,
/obj/item/weapon/stock_parts/capacitor,
@@ -67632,11 +67561,12 @@
dir = 4
},
/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"cmp" = (
+"ckd" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67644,7 +67574,7 @@
},
/turf/open/floor/plating,
/area/toxins/lab)
-"cmq" = (
+"cke" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -67655,13 +67585,14 @@
pixel_x = -12;
pixel_y = 2
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cmr" = (
+"ckf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -67675,7 +67606,7 @@
/area/medical/research{
name = "Research Division"
})
-"cms" = (
+"ckg" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -67685,13 +67616,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cmt" = (
+"ckh" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
@@ -67702,18 +67634,19 @@
icon_state = "alarm0";
pixel_x = 24
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/research{
name = "Research Division"
})
-"cmu" = (
+"cki" = (
/obj/item/weapon/storage/toolbox/emergency,
/obj/item/clothing/mask/gas,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cmv" = (
+"ckj" = (
/obj/machinery/light/small,
/obj/item/weapon/stock_parts/cell/high{
charge = 100;
@@ -67723,7 +67656,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cmw" = (
+"ckk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -67739,13 +67672,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cmx" = (
+"ckl" = (
/obj/item/stack/packageWrap,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cmy" = (
+"ckm" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -67763,14 +67696,14 @@
/area/medical/research{
name = "Research Division"
})
-"cmz" = (
+"ckn" = (
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/medical/research{
name = "Research Division"
})
-"cmA" = (
+"cko" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -67780,7 +67713,7 @@
/area/medical/research{
name = "Research Division"
})
-"cmB" = (
+"ckp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -67791,7 +67724,7 @@
/area/medical/research{
name = "Research Division"
})
-"cmC" = (
+"ckq" = (
/obj/machinery/vending/coffee,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -67805,11 +67738,11 @@
/area/medical/research{
name = "Research Division"
})
-"cmD" = (
+"ckr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/engine,
/area/toxins/explab)
-"cmE" = (
+"cks" = (
/obj/machinery/button/door{
id = "telelab";
name = "Test Chamber Blast Doors";
@@ -67818,22 +67751,23 @@
},
/turf/open/floor/engine,
/area/toxins/explab)
-"cmF" = (
+"ckt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/engine,
/area/toxins/explab)
-"cmG" = (
+"cku" = (
/obj/structure/closet,
/obj/item/weapon/storage/box/donkpockets,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 3;
name = "3maintenance loot spawner"
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cmH" = (
+"ckv" = (
/obj/structure/closet/crate,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
@@ -67841,11 +67775,12 @@
},
/obj/item/device/assembly/infra,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cmI" = (
+"ckw" = (
/obj/structure/table,
/obj/effect/decal/cleanable/cobweb,
/obj/item/weapon/shard,
@@ -67853,7 +67788,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cmJ" = (
+"ckx" = (
/obj/structure/table,
/obj/structure/sign/bluecross{
pixel_y = 32
@@ -67861,7 +67796,7 @@
/obj/item/weapon/reagent_containers/glass/beaker/large,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cmK" = (
+"cky" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
name = "old sink";
@@ -67871,12 +67806,12 @@
/obj/effect/decal/cleanable/blood/gibs/old,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cmL" = (
+"ckz" = (
/obj/structure/table,
/obj/item/weapon/storage/toolbox/emergency,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cmM" = (
+"ckA" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass{
pixel_x = 4;
@@ -67896,19 +67831,19 @@
/obj/item/weapon/reagent_containers/syringe,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cmN" = (
+"ckB" = (
/obj/item/weapon/reagent_containers/glass/bottle/toxin{
pixel_x = 4;
pixel_y = 2
},
/obj/structure/table,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/machinery/reagentgrinder{
pixel_y = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cmO" = (
+"ckC" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/components/binary/pump{
dir = 2;
@@ -67919,7 +67854,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/space,
/area/space)
-"cmP" = (
+"ckD" = (
/obj/machinery/doorButtons/access_button{
idDoor = "incinerator_airlock_exterior";
layer = 3.1;
@@ -67948,7 +67883,7 @@
},
/turf/open/floor/engine,
/area/maintenance/incinerator)
-"cmQ" = (
+"ckE" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -67961,7 +67896,7 @@
},
/turf/open/floor/engine,
/area/maintenance/incinerator)
-"cmR" = (
+"ckF" = (
/obj/structure/sign/fire{
pixel_x = 32;
pixel_y = 0
@@ -67975,22 +67910,22 @@
},
/turf/open/floor/engine,
/area/maintenance/incinerator)
-"cmS" = (
+"ckG" = (
/obj/machinery/light/small,
/turf/open/floor/engine/n2,
/area/atmos)
-"cmT" = (
+"ckH" = (
/obj/machinery/light/small,
/turf/open/floor/engine/o2,
/area/atmos)
-"cmU" = (
+"ckI" = (
/turf/open/floor/engine/air,
/area/atmos)
-"cmV" = (
+"ckJ" = (
/obj/machinery/light/small,
/turf/open/floor/engine/air,
/area/atmos)
-"cmW" = (
+"ckK" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 1
},
@@ -67999,7 +67934,7 @@
initial_gas_mix = "o2=0.01;n2=0.01"
},
/area/atmos)
-"cmX" = (
+"ckL" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -68009,18 +67944,18 @@
initial_gas_mix = "o2=0.01;n2=0.01"
},
/area/atmos)
-"cmY" = (
+"ckM" = (
/obj/structure/girder,
/turf/open/floor/plating/airless,
/area/atmos)
-"cmZ" = (
+"ckN" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cna" = (
+"ckO" = (
/obj/structure/closet/secure_closet/bar{
pixel_x = -3;
pixel_y = -1;
@@ -68030,19 +67965,19 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cnb" = (
+"ckP" = (
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cnc" = (
+"ckQ" = (
/turf/open/floor/wood{
icon_state = "wood-broken7"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cnd" = (
+"ckR" = (
/obj/item/weapon/reagent_containers/glass/rag,
/obj/structure/table/wood,
/turf/open/floor/wood{
@@ -68051,14 +67986,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cne" = (
+"ckS" = (
/turf/open/floor/wood{
icon_state = "wood-broken5"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cnf" = (
+"ckT" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -68067,23 +68002,23 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"cng" = (
+"ckU" = (
/obj/structure/chair,
/obj/structure/sign/nosmoking_2{
pixel_x = -28
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cnh" = (
+"ckV" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cni" = (
-/obj/machinery/hologram/holopad,
+"ckW" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cnj" = (
+"ckX" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8;
@@ -68091,14 +68026,14 @@
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cnk" = (
+"ckY" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cnl" = (
+"ckZ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -68110,7 +68045,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cnm" = (
+"cla" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -68122,13 +68057,13 @@
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cnn" = (
+"clb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cno" = (
+"clc" = (
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
@@ -68142,7 +68077,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
-"cnp" = (
+"cld" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 4
@@ -68151,7 +68086,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cnq" = (
+"cle" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -68162,7 +68097,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cnr" = (
+"clf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -68175,7 +68110,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cns" = (
+"clg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -68185,7 +68120,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cnt" = (
+"clh" = (
/obj/machinery/sleeper{
icon_state = "sleeper-open";
dir = 8
@@ -68197,7 +68132,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cnu" = (
+"cli" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -68207,7 +68142,7 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"cnv" = (
+"clj" = (
/obj/structure/sink{
dir = 8;
icon_state = "sink";
@@ -68220,7 +68155,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cnw" = (
+"clk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -68239,7 +68174,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cnx" = (
+"cll" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -68248,7 +68183,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cny" = (
+"clm" = (
/obj/item/device/radio/intercom{
broadcasting = 1;
freerange = 0;
@@ -68262,14 +68197,14 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cnz" = (
+"cln" = (
/turf/open/floor/plasteel/whiteblue/corner{
dir = 2
},
/area/medical/medbay{
name = "Medbay Central"
})
-"cnA" = (
+"clo" = (
/obj/structure/bed/roller,
/obj/machinery/iv_drip{
density = 0
@@ -68280,7 +68215,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cnB" = (
+"clp" = (
/obj/machinery/light,
/turf/open/floor/plasteel/whiteblue/corner{
dir = 8
@@ -68288,7 +68223,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cnC" = (
+"clq" = (
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
@@ -68299,14 +68234,14 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cnD" = (
+"clr" = (
/turf/open/floor/plasteel/whiteyellow/side{
dir = 6
},
/area/medical/medbay{
name = "Medbay Central"
})
-"cnE" = (
+"cls" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/machinery/door/window/eastright{
@@ -68333,7 +68268,7 @@
/obj/item/weapon/reagent_containers/syringe/epinephrine,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cnF" = (
+"clt" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -68344,7 +68279,7 @@
dir = 8
},
/area/medical/chemistry)
-"cnG" = (
+"clu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -68355,7 +68290,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cnH" = (
+"clv" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -68363,7 +68298,7 @@
dir = 4
},
/area/medical/chemistry)
-"cnI" = (
+"clw" = (
/obj/structure/table/glass,
/obj/item/weapon/folder/white{
pixel_y = 2
@@ -68389,7 +68324,7 @@
dir = 4
},
/area/medical/chemistry)
-"cnJ" = (
+"clx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -68401,7 +68336,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cnK" = (
+"cly" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Aft Primary Hallway - Fore";
@@ -68416,7 +68351,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cnL" = (
+"clz" = (
/obj/item/stack/sheet/glass{
amount = 50;
pixel_x = 3;
@@ -68427,31 +68362,33 @@
},
/obj/item/clothing/glasses/welding,
/obj/structure/table,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"cnM" = (
+"clA" = (
/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
/area/toxins/lab)
-"cnN" = (
+"clB" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cnO" = (
+"clC" = (
/obj/structure/disposalpipe/segment,
/obj/structure/chair/stool,
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cnP" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/warnwhite{
+"clD" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cnQ" = (
+"clE" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/matter_bin,
/obj/item/weapon/stock_parts/matter_bin,
@@ -68467,7 +68404,7 @@
},
/turf/open/floor/plasteel,
/area/toxins/lab)
-"cnR" = (
+"clF" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -68475,13 +68412,14 @@
/obj/machinery/shower{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cnS" = (
+"clG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -68492,13 +68430,14 @@
dir = 8;
on = 1
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cnT" = (
+"clH" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 8
@@ -68509,23 +68448,25 @@
pixel_x = 0;
pixel_y = -28
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cnU" = (
+"clI" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
},
/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/research{
name = "Research Division"
})
-"cnV" = (
+"clJ" = (
/obj/structure/plasticflaps{
opacity = 1
},
@@ -68534,16 +68475,17 @@
freq = 1400;
location = "Research Division"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cnW" = (
+"clK" = (
/turf/closed/wall/r_wall,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cnX" = (
+"clL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -68554,13 +68496,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cnY" = (
+"clM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -68579,7 +68522,7 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"cnZ" = (
+"clN" = (
/obj/machinery/microwave{
pixel_x = -3;
pixel_y = 6
@@ -68591,7 +68534,7 @@
/area/medical/research{
name = "Research Division"
})
-"coa" = (
+"clO" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -68605,7 +68548,7 @@
/area/medical/research{
name = "Research Division"
})
-"cob" = (
+"clP" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -68619,7 +68562,7 @@
/area/medical/research{
name = "Research Division"
})
-"coc" = (
+"clQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -68643,7 +68586,7 @@
/area/medical/research{
name = "Research Division"
})
-"cod" = (
+"clR" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -68654,7 +68597,7 @@
/area/medical/research{
name = "Research Division"
})
-"coe" = (
+"clS" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -68662,7 +68605,7 @@
},
/turf/closed/wall/r_wall,
/area/toxins/explab)
-"cof" = (
+"clT" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -68672,7 +68615,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/toxins/explab)
-"cog" = (
+"clU" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -68681,7 +68624,7 @@
},
/turf/open/floor/plating,
/area/toxins/explab)
-"coh" = (
+"clV" = (
/obj/machinery/door/poddoor/preopen{
id = "telelab";
name = "test chamber blast door"
@@ -68689,7 +68632,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/engine,
/area/toxins/explab)
-"coi" = (
+"clW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -68702,7 +68645,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"coj" = (
+"clX" = (
/obj/machinery/door/airlock/maintenance{
icon_state = "door_closed";
locked = 0;
@@ -68717,17 +68660,18 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cok" = (
+"clY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"col" = (
+"clZ" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -68741,7 +68685,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"com" = (
+"cma" = (
/obj/structure/rack,
/obj/item/clothing/suit/apron,
/obj/item/clothing/mask/surgical,
@@ -68749,7 +68693,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"con" = (
+"cmb" = (
/obj/machinery/chem_master/condimaster{
name = "CondiMaster Neo";
pixel_x = -4
@@ -68758,13 +68702,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"coo" = (
+"cmc" = (
/obj/structure/lattice,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/space,
/area/space)
-"cop" = (
+"cmd" = (
/obj/machinery/door/airlock/glass{
autoclose = 0;
frequency = 1449;
@@ -68783,7 +68727,7 @@
},
/turf/open/floor/engine,
/area/maintenance/incinerator)
-"coq" = (
+"cme" = (
/obj/item/stack/rods{
amount = 25
},
@@ -68792,10 +68736,10 @@
initial_gas_mix = "o2=0.01;n2=0.01"
},
/area/atmos)
-"cor" = (
+"cmf" = (
/turf/open/floor/plating/airless,
/area/atmos)
-"cos" = (
+"cmg" = (
/obj/structure/table/wood,
/obj/item/weapon/reagent_containers/food/drinks/shaker,
/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
@@ -68808,15 +68752,15 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cot" = (
+"cmh" = (
/obj/item/weapon/reagent_containers/food/drinks/ale,
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cou" = (
-/obj/machinery/light_construct/small{
+"cmi" = (
+/obj/structure/light_construct/small{
dir = 4
},
/obj/machinery/computer/security/telescreen/entertainment{
@@ -68827,7 +68771,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cov" = (
+"cmj" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -68841,24 +68785,24 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"cow" = (
+"cmk" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/medical/surgery)
-"cox" = (
+"cml" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/medical/surgery)
-"coy" = (
+"cmm" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/medical/surgery)
-"coz" = (
+"cmn" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical{
name = "Observation";
@@ -68869,7 +68813,7 @@
},
/turf/open/floor/plasteel,
/area/medical/surgery)
-"coA" = (
+"cmo" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -68877,16 +68821,17 @@
/area/medical/sleeper{
name = "Sleepers"
})
-"coB" = (
+"cmp" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/sleeper{
name = "Sleepers"
})
-"coC" = (
+"cmq" = (
/obj/structure/lattice,
/obj/machinery/camera/emp_proof{
c_tag = "Fore Arm - Far";
@@ -68895,7 +68840,7 @@
},
/turf/open/space,
/area/space)
-"coD" = (
+"cmr" = (
/obj/machinery/door/firedoor,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -68905,7 +68850,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"coE" = (
+"cms" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -68919,17 +68864,17 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"coF" = (
+"cmt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
/area/medical/medbay{
name = "Medbay Central"
})
-"coG" = (
+"cmu" = (
/turf/closed/wall,
/area/medical/cmo)
-"coH" = (
+"cmv" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -68942,7 +68887,7 @@
},
/turf/open/floor/plating,
/area/medical/cmo)
-"coI" = (
+"cmw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -68959,7 +68904,7 @@
},
/turf/open/floor/plating,
/area/medical/cmo)
-"coJ" = (
+"cmx" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -68976,7 +68921,7 @@
},
/turf/open/floor/plating,
/area/medical/cmo)
-"coK" = (
+"cmy" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Maintenance";
req_access_txt = "5"
@@ -68985,7 +68930,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"coL" = (
+"cmz" = (
/obj/machinery/reagentgrinder,
/obj/machinery/requests_console{
department = "Chemistry";
@@ -68998,17 +68943,17 @@
dir = 8
},
/area/medical/chemistry)
-"coM" = (
+"cmA" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"coN" = (
+"cmB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -69016,7 +68961,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"coO" = (
+"cmC" = (
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
@@ -69028,7 +68973,7 @@
dir = 4
},
/area/medical/chemistry)
-"coP" = (
+"cmD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -69039,7 +68984,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"coQ" = (
+"cmE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
dir = 4;
@@ -69052,7 +68997,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"coR" = (
+"cmF" = (
/obj/item/device/radio/intercom{
dir = 8;
name = "Station Intercom (General)";
@@ -69066,7 +69011,7 @@
dir = 8
},
/area/toxins/lab)
-"coS" = (
+"cmG" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 6
@@ -69074,10 +69019,13 @@
/obj/structure/table,
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"coT" = (
+"cmH" = (
/obj/structure/table,
/obj/structure/disposalpipe/segment,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/disk/tech_disk{
pixel_x = 0;
pixel_y = 0
@@ -69090,12 +69038,13 @@
/obj/item/weapon/disk/design_disk,
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"coU" = (
-/turf/open/floor/plasteel/warnwhite{
+"cmI" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"coV" = (
+"cmJ" = (
/obj/machinery/camera{
c_tag = "Research and Development";
dir = 8;
@@ -69114,23 +69063,24 @@
/obj/item/weapon/stock_parts/scanning_module,
/turf/open/floor/plasteel,
/area/toxins/lab)
-"coW" = (
+"cmK" = (
/obj/structure/chair,
/turf/open/floor/plasteel/black,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"coX" = (
+"cmL" = (
/obj/machinery/door/window/westleft{
dir = 2;
name = "Research Division Deliveries";
req_access_txt = "47"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"coY" = (
+"cmM" = (
/obj/machinery/door/airlock{
name = "Research Emergency Storage";
req_access_txt = "0";
@@ -69147,7 +69097,7 @@
/area/medical/research{
name = "Research Division"
})
-"coZ" = (
+"cmN" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/glass_medical{
@@ -69165,23 +69115,18 @@
/area/medical/research{
name = "Research Division"
})
-"cpa" = (
+"cmO" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/turf/open/floor/plating,
/area/medical/research{
name = "Research Division"
})
-"cpb" = (
+"cmP" = (
/turf/closed/wall,
/area/toxins/explab)
-"cpc" = (
+"cmQ" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
@@ -69195,22 +69140,24 @@
},
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cpd" = (
+"cmR" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 6
},
/obj/item/weapon/pen,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cpe" = (
+"cmS" = (
/obj/structure/table/reinforced,
/obj/item/weapon/hand_labeler,
/obj/item/stack/packageWrap,
@@ -69220,25 +69167,28 @@
pixel_y = 0
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cpf" = (
+"cmT" = (
/obj/machinery/computer/rdconsole/experiment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cpg" = (
+"cmU" = (
/obj/structure/table/reinforced,
/obj/item/weapon/clipboard,
/obj/item/weapon/book/manual/experimentor,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cph" = (
+"cmV" = (
/obj/machinery/button/door{
id = "telelab";
name = "Test Chamber Blast Doors";
@@ -69264,46 +69214,50 @@
},
/obj/item/stack/medical/ointment,
/obj/item/device/healthanalyzer,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cpi" = (
+"cmW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cpj" = (
+"cmX" = (
/obj/structure/window/reinforced,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/black,
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"cpk" = (
+"cmY" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpl" = (
+"cmZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpm" = (
+"cna" = (
/obj/structure/rack,
/obj/item/clothing/under/color/white,
/obj/item/clothing/head/soft/mime,
@@ -69315,20 +69269,20 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpn" = (
+"cnb" = (
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpo" = (
+"cnc" = (
/obj/machinery/chem_heater,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpp" = (
+"cnd" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
external_pressure_bound = 0;
@@ -69341,7 +69295,7 @@
},
/turf/open/floor/engine/vacuum,
/area/maintenance/incinerator)
-"cpq" = (
+"cne" = (
/obj/machinery/igniter{
icon_state = "igniter0";
id = "Incinerator";
@@ -69356,7 +69310,7 @@
},
/turf/open/floor/engine/vacuum,
/area/maintenance/incinerator)
-"cpr" = (
+"cnf" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -69372,42 +69326,42 @@
},
/turf/open/floor/engine/vacuum,
/area/maintenance/incinerator)
-"cps" = (
+"cng" = (
/obj/machinery/door/poddoor{
id = "auxincineratorvent";
name = "Incineration Chamber Vent"
},
/turf/open/floor/engine/vacuum,
/area/maintenance/incinerator)
-"cpt" = (
+"cnh" = (
/obj/item/device/flashlight/lamp,
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpu" = (
+"cni" = (
/obj/item/weapon/reagent_containers/food/drinks/bottle/tequila,
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpv" = (
+"cnj" = (
/obj/item/weapon/reagent_containers/food/drinks/beer,
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpw" = (
+"cnk" = (
/turf/open/floor/wood{
icon_state = "wood-broken"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpx" = (
+"cnl" = (
/obj/structure/mineral_door/wood{
name = "The Gobbetting Barmaid"
},
@@ -69415,7 +69369,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cpy" = (
+"cnm" = (
/obj/structure/table,
/obj/item/weapon/hemostat,
/obj/structure/extinguisher_cabinet{
@@ -69424,7 +69378,7 @@
},
/turf/open/floor/plasteel,
/area/medical/surgery)
-"cpz" = (
+"cnn" = (
/obj/structure/table,
/obj/item/weapon/surgicaldrill,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -69432,7 +69386,7 @@
dir = 2
},
/area/medical/surgery)
-"cpA" = (
+"cno" = (
/obj/structure/table,
/obj/item/weapon/scalpel{
pixel_y = 12
@@ -69442,7 +69396,7 @@
dir = 2
},
/area/medical/surgery)
-"cpB" = (
+"cnp" = (
/obj/structure/table,
/obj/item/weapon/cautery{
pixel_x = 4
@@ -69455,12 +69409,12 @@
dir = 2
},
/area/medical/surgery)
-"cpC" = (
+"cnq" = (
/obj/structure/table,
/obj/item/weapon/retractor,
/turf/open/floor/plasteel,
/area/medical/surgery)
-"cpD" = (
+"cnr" = (
/obj/machinery/computer/med_data,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -69470,7 +69424,7 @@
dir = 2
},
/area/medical/surgery)
-"cpE" = (
+"cns" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -69478,7 +69432,7 @@
dir = 2
},
/area/medical/surgery)
-"cpF" = (
+"cnt" = (
/obj/structure/table/reinforced,
/obj/item/device/radio/intercom{
broadcasting = 1;
@@ -69502,7 +69456,7 @@
dir = 2
},
/area/medical/surgery)
-"cpG" = (
+"cnu" = (
/obj/machinery/power/apc{
dir = 1;
name = "Cryogenics APC";
@@ -69544,7 +69498,7 @@
dir = 8
},
/area/medical/cryo)
-"cpH" = (
+"cnv" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -69552,43 +69506,47 @@
/obj/structure/closet/secure_closet/medical1{
pixel_x = -3
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/medical/cryo)
-"cpI" = (
+"cnw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"cpJ" = (
+"cnx" = (
/obj/machinery/atmospherics/components/unary/cryo_cell,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"cpK" = (
+"cny" = (
/obj/machinery/atmospherics/components/unary/cryo_cell,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"cpL" = (
+"cnz" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/medical/cryo)
-"cpM" = (
+"cnA" = (
/turf/open/floor/plasteel/whiteblue/corner{
dir = 8
},
/area/medical/medbay{
name = "Medbay Central"
})
-"cpN" = (
+"cnB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
@@ -69598,7 +69556,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cpO" = (
+"cnC" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -69618,7 +69576,7 @@
dir = 8
},
/area/medical/cmo)
-"cpP" = (
+"cnD" = (
/obj/item/weapon/cartridge/medical{
pixel_x = -2;
pixel_y = 6
@@ -69636,7 +69594,7 @@
dir = 8
},
/area/medical/cmo)
-"cpQ" = (
+"cnE" = (
/obj/item/weapon/folder/blue,
/obj/structure/table/glass,
/obj/item/weapon/stamp/cmo,
@@ -69644,8 +69602,11 @@
dir = 8
},
/area/medical/cmo)
-"cpR" = (
-/obj/item/weapon/folder/white,
+"cnF" = (
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/clothing/glasses/hud/health,
/obj/structure/cable/yellow{
d1 = 1;
@@ -69657,7 +69618,7 @@
dir = 8
},
/area/medical/cmo)
-"cpS" = (
+"cnG" = (
/obj/structure/closet/secure_closet/CMO,
/obj/item/weapon/storage/secure/safe{
pixel_x = 5;
@@ -69674,7 +69635,7 @@
dir = 8
},
/area/medical/cmo)
-"cpT" = (
+"cnH" = (
/obj/item/clothing/glasses/science{
pixel_x = 2;
pixel_y = 4
@@ -69700,7 +69661,7 @@
dir = 10
},
/area/medical/chemistry)
-"cpU" = (
+"cnI" = (
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
dir = 2
@@ -69714,7 +69675,7 @@
dir = 8
},
/area/medical/chemistry)
-"cpV" = (
+"cnJ" = (
/obj/machinery/disposal/bin{
pixel_x = 5
},
@@ -69723,7 +69684,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cpW" = (
+"cnK" = (
/obj/machinery/chem_dispenser{
layer = 2.7
},
@@ -69731,7 +69692,7 @@
dir = 4
},
/area/medical/chemistry)
-"cpX" = (
+"cnL" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -69740,7 +69701,7 @@
},
/turf/open/floor/plating,
/area/medical/chemistry)
-"cpY" = (
+"cnM" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -69750,7 +69711,7 @@
dir = 4
},
/area/hallway/primary/aft)
-"cpZ" = (
+"cnN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -69758,7 +69719,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cqa" = (
+"cnO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -69771,7 +69732,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cqb" = (
+"cnP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -69780,13 +69741,13 @@
dir = 4
},
/area/hallway/primary/aft)
-"cqc" = (
+"cnQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/purple,
/area/hallway/primary/aft)
-"cqd" = (
+"cnR" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -69798,7 +69759,7 @@
},
/turf/open/floor/plating,
/area/toxins/lab)
-"cqe" = (
+"cnS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -69806,14 +69767,14 @@
dir = 8
},
/area/toxins/lab)
-"cqf" = (
+"cnT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/chair/stool,
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cqg" = (
+"cnU" = (
/obj/structure/disposalpipe/segment,
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -69821,17 +69782,18 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cqh" = (
+"cnV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"cqi" = (
+"cnW" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/console_screen,
/obj/item/weapon/stock_parts/console_screen,
@@ -69840,14 +69802,15 @@
charge = 100;
maxcharge = 15000
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"cqj" = (
+"cnX" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/toxins/lab)
-"cqk" = (
+"cnY" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -69861,7 +69824,7 @@
/area/medical/research{
name = "Research Division"
})
-"cql" = (
+"cnZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -69882,7 +69845,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqm" = (
+"coa" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -69896,7 +69859,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqn" = (
+"cob" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -69912,7 +69875,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqo" = (
+"coc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -69923,7 +69886,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqp" = (
+"cod" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
pixel_y = 29
@@ -69934,7 +69897,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqq" = (
+"coe" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -69948,14 +69911,14 @@
/area/medical/research{
name = "Research Division"
})
-"cqr" = (
+"cof" = (
/turf/open/floor/plasteel/white/side{
dir = 6
},
/area/medical/research{
name = "Research Division"
})
-"cqs" = (
+"cog" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
listening = 1;
@@ -69968,7 +69931,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqt" = (
+"coh" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whitepurple/side{
@@ -69977,7 +69940,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqu" = (
+"coi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 1
@@ -69985,7 +69948,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqv" = (
+"coj" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-10";
layer = 4.1
@@ -69996,7 +69959,7 @@
/area/medical/research{
name = "Research Division"
})
-"cqw" = (
+"cok" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -26;
@@ -70007,16 +69970,22 @@
dir = 8
},
/area/toxins/explab)
-"cqx" = (
+"col" = (
/obj/structure/chair/office/light{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cqy" = (
+"com" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -70026,7 +69995,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cqz" = (
+"con" = (
/obj/effect/landmark/start{
name = "Scientist"
},
@@ -70039,7 +70008,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cqA" = (
+"coo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -70054,15 +70023,15 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cqB" = (
+"cop" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cqC" = (
+"coq" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -70070,11 +70039,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cqD" = (
+"cor" = (
/obj/structure/girder,
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -70082,7 +70052,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cqE" = (
+"cos" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = 0;
@@ -70093,9 +70063,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cqF" = (
+"cot" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/reagent_containers/blood/random,
/obj/item/weapon/reagent_containers/blood/random,
/obj/item/weapon/reagent_containers/blood/empty{
@@ -70110,19 +70083,19 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cqG" = (
+"cou" = (
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cqH" = (
+"cov" = (
/obj/structure/bed,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cqI" = (
+"cow" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70137,7 +70110,7 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cqJ" = (
+"cox" = (
/obj/structure/mineral_door/wood{
name = "The Gobbetting Barmaid"
},
@@ -70147,7 +70120,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cqK" = (
+"coy" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/mask/surgical,
@@ -70161,21 +70134,21 @@
dir = 4
},
/area/medical/surgery)
-"cqL" = (
+"coz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cqM" = (
+"coA" = (
/obj/effect/landmark/start{
name = "Medical Doctor"
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cqN" = (
+"coB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cqO" = (
+"coC" = (
/obj/machinery/power/apc{
dir = 4;
name = "Surgery APC";
@@ -70192,7 +70165,7 @@
dir = 8
},
/area/medical/surgery)
-"cqP" = (
+"coD" = (
/obj/structure/bed/roller,
/obj/machinery/light/small{
dir = 8
@@ -70202,7 +70175,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cqQ" = (
+"coE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -70214,7 +70187,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cqR" = (
+"coF" = (
/obj/structure/bed,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -70222,7 +70195,7 @@
/obj/item/weapon/bedsheet/medical,
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cqS" = (
+"coG" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -70230,7 +70203,7 @@
},
/turf/open/floor/plating,
/area/medical/surgery)
-"cqT" = (
+"coH" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -70243,7 +70216,7 @@
dir = 8
},
/area/medical/cryo)
-"cqU" = (
+"coI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -70253,22 +70226,24 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/medical/cryo)
-"cqV" = (
+"coJ" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 6
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"cqW" = (
+"coK" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 2
},
@@ -70277,26 +70252,28 @@
},
/turf/open/floor/plasteel,
/area/medical/cryo)
-"cqX" = (
+"coL" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 9
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"cqY" = (
+"coM" = (
/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"cqZ" = (
+"coN" = (
/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
/area/medical/medbay{
name = "Medbay Central"
})
-"cra" = (
+"coO" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -70307,7 +70284,7 @@
dir = 8
},
/area/medical/cmo)
-"crb" = (
+"coP" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -70316,7 +70293,7 @@
dir = 8
},
/area/medical/cmo)
-"crc" = (
+"coQ" = (
/obj/structure/chair/office/light{
dir = 1
},
@@ -70327,7 +70304,7 @@
dir = 8
},
/area/medical/cmo)
-"crd" = (
+"coR" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -70343,7 +70320,7 @@
dir = 8
},
/area/medical/cmo)
-"cre" = (
+"coS" = (
/obj/machinery/power/apc{
dir = 4;
name = "CMO's Office APC";
@@ -70363,11 +70340,11 @@
dir = 8
},
/area/medical/cmo)
-"crf" = (
+"coT" = (
/obj/structure/closet/wardrobe/chemistry_white{
pixel_x = -3
},
-/obj/item/weapon/storage/backpack/satchel_chem,
+/obj/item/weapon/storage/backpack/satchel/chem,
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -70377,11 +70354,12 @@
dir = 1;
pixel_y = 1
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"crg" = (
+"coU" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -70395,14 +70373,14 @@
dir = 8
},
/area/medical/chemistry)
-"crh" = (
+"coV" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cri" = (
+"coW" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -70413,16 +70391,22 @@
dir = 4
},
/area/medical/chemistry)
-"crj" = (
+"coX" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/door/firedoor,
/obj/machinery/door/window/eastright{
dir = 8;
name = "Chemistry Desk";
req_access_txt = "5; 33"
},
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen,
/obj/machinery/door/poddoor/shutters/preopen{
id = "chemistry_shutters_2";
@@ -70432,12 +70416,12 @@
dir = 4
},
/area/medical/chemistry)
-"crk" = (
+"coY" = (
/turf/open/floor/plasteel/yellow{
dir = 4
},
/area/hallway/primary/aft)
-"crl" = (
+"coZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -70445,24 +70429,30 @@
dir = 8
},
/area/hallway/primary/aft)
-"crm" = (
+"cpa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/purple/side{
dir = 4
},
/area/hallway/primary/aft)
-"crn" = (
+"cpb" = (
/turf/open/floor/plasteel/purple,
/area/hallway/primary/aft)
-"cro" = (
+"cpc" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/eastright{
dir = 4;
name = "Research and Development Desk";
req_access_txt = "7"
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/door/firedoor,
/obj/item/weapon/pen,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -70471,7 +70461,7 @@
},
/turf/open/floor/plating,
/area/toxins/lab)
-"crp" = (
+"cpd" = (
/obj/effect/landmark/start{
name = "Scientist"
},
@@ -70484,7 +70474,7 @@
dir = 8
},
/area/toxins/lab)
-"crq" = (
+"cpe" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70492,7 +70482,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"crr" = (
+"cpf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70504,7 +70494,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"crs" = (
+"cpg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70515,7 +70505,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/lab)
-"crt" = (
+"cph" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70529,7 +70519,7 @@
dir = 4
},
/area/toxins/lab)
-"cru" = (
+"cpi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sink{
dir = 4;
@@ -70543,7 +70533,7 @@
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
-"crv" = (
+"cpj" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70555,7 +70545,7 @@
/area/medical/research{
name = "Research Division"
})
-"crw" = (
+"cpk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -70573,7 +70563,7 @@
/area/medical/research{
name = "Research Division"
})
-"crx" = (
+"cpl" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70587,7 +70577,7 @@
/area/medical/research{
name = "Research Division"
})
-"cry" = (
+"cpm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70605,7 +70595,7 @@
/area/medical/research{
name = "Research Division"
})
-"crz" = (
+"cpn" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70619,7 +70609,7 @@
/area/medical/research{
name = "Research Division"
})
-"crA" = (
+"cpo" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70637,7 +70627,7 @@
/area/medical/research{
name = "Research Division"
})
-"crB" = (
+"cpp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70650,7 +70640,7 @@
/area/medical/research{
name = "Research Division"
})
-"crC" = (
+"cpq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70672,7 +70662,7 @@
/area/medical/research{
name = "Research Division"
})
-"crD" = (
+"cpr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70688,7 +70678,7 @@
/area/medical/research{
name = "Research Division"
})
-"crE" = (
+"cps" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70707,7 +70697,7 @@
/area/medical/research{
name = "Research Division"
})
-"crF" = (
+"cpt" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70725,7 +70715,7 @@
/area/medical/research{
name = "Research Division"
})
-"crG" = (
+"cpu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70741,7 +70731,7 @@
/area/medical/research{
name = "Research Division"
})
-"crH" = (
+"cpv" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -70762,7 +70752,7 @@
/area/medical/research{
name = "Research Division"
})
-"crI" = (
+"cpw" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -70786,7 +70776,7 @@
/area/medical/research{
name = "Research Division"
})
-"crJ" = (
+"cpx" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -70807,7 +70797,7 @@
dir = 4
},
/area/toxins/explab)
-"crK" = (
+"cpy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -70824,7 +70814,7 @@
dir = 8
},
/area/toxins/explab)
-"crL" = (
+"cpz" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -70840,7 +70830,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"crM" = (
+"cpA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -70852,7 +70842,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"crN" = (
+"cpB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -70860,7 +70850,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"crO" = (
+"cpC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -70871,7 +70861,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"crP" = (
+"cpD" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -70883,7 +70873,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"crQ" = (
+"cpE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -70892,11 +70882,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"crR" = (
+"cpF" = (
/obj/machinery/door/airlock/maintenance{
name = "Experimentation Lab Maintenance";
req_access_txt = "8"
@@ -70911,7 +70902,7 @@
},
/turf/open/floor/plating,
/area/toxins/explab)
-"crS" = (
+"cpG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -70925,21 +70916,23 @@
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"crT" = (
+"cpH" = (
/obj/structure/bed/roller,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"crU" = (
+"cpI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "panelscorched"
@@ -70947,14 +70940,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"crV" = (
+"cpJ" = (
/obj/structure/barricade/wooden,
/obj/structure/girder,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"crW" = (
+"cpK" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -70963,7 +70956,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"crX" = (
+"cpL" = (
/obj/effect/decal/cleanable/blood/gibs/limb,
/obj/structure/rack,
/obj/item/weapon/storage/firstaid/regular{
@@ -70978,7 +70971,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"crY" = (
+"cpM" = (
/obj/structure/lattice,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -70986,16 +70979,13 @@
},
/turf/open/space,
/area/space)
-"crZ" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector{
- dir = 8;
- on = 1;
- pixel_y = 0;
- use_power = 0
+"cpN" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8
},
/turf/open/floor/plating/airless,
-/area/space)
-"csa" = (
+/area/maintenance/incinerator)
+"cpO" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -71004,12 +70994,12 @@
/area/construction/hallway{
name = "\improper MiniSat Exterior"
})
-"csb" = (
+"cpP" = (
/obj/structure/lattice/catwalk,
/obj/item/weapon/wrench,
/turf/open/space,
/area/space)
-"csc" = (
+"cpQ" = (
/obj/structure/chair/stool,
/turf/open/floor/wood{
icon_state = "wood-broken7"
@@ -71017,18 +71007,19 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"csd" = (
+"cpR" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2";
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/engine/engineering)
-"cse" = (
+"cpS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -71038,29 +71029,30 @@
req_access_txt = 1
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"csf" = (
+"cpT" = (
/obj/machinery/door/airlock/maintenance{
name = "Surgery Maintenance";
req_access_txt = "45"
},
/turf/open/floor/plating,
/area/medical/surgery)
-"csg" = (
+"cpU" = (
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"csh" = (
+"cpV" = (
/obj/machinery/porta_turret/syndicate{
dir = 4
},
-/turf/closed/indestructible/opshuttle,
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
-"csi" = (
+"cpW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -71068,7 +71060,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"csj" = (
+"cpX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71081,7 +71073,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"csk" = (
+"cpY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71089,7 +71081,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"csl" = (
+"cpZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71101,10 +71093,10 @@
/obj/effect/landmark/start{
name = "Medical Doctor"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"csm" = (
+"cqa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71115,7 +71107,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"csn" = (
+"cqb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71132,7 +71124,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cso" = (
+"cqc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71150,7 +71142,7 @@
dir = 8
},
/area/medical/cryo)
-"csp" = (
+"cqd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71159,11 +71151,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/medical/cryo)
-"csq" = (
+"cqe" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 8
},
@@ -71172,11 +71165,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"csr" = (
+"cqf" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 1
},
@@ -71187,7 +71181,7 @@
},
/turf/open/floor/plasteel,
/area/medical/cryo)
-"css" = (
+"cqg" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
},
@@ -71196,20 +71190,22 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"cst" = (
+"cqh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"csu" = (
+"cqi" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -71221,7 +71217,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"csv" = (
+"cqj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -71239,7 +71235,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"csw" = (
+"cqk" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -71255,7 +71251,7 @@
},
/turf/open/floor/plating,
/area/medical/cmo)
-"csx" = (
+"cql" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -71273,7 +71269,7 @@
dir = 8
},
/area/medical/cmo)
-"csy" = (
+"cqm" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -71285,7 +71281,7 @@
dir = 8
},
/area/medical/cmo)
-"csz" = (
+"cqn" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -71296,7 +71292,7 @@
dir = 8
},
/area/medical/cmo)
-"csA" = (
+"cqo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -71312,7 +71308,7 @@
dir = 8
},
/area/medical/cmo)
-"csB" = (
+"cqp" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -71325,7 +71321,7 @@
},
/turf/open/floor/plating,
/area/medical/cmo)
-"csC" = (
+"cqq" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -71333,13 +71329,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"csD" = (
+"cqr" = (
/obj/machinery/power/apc{
dir = 8;
name = "Chemistry APC";
@@ -71353,11 +71350,12 @@
d2 = 4;
icon_state = "0-4"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"csE" = (
+"cqs" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -71369,7 +71367,7 @@
dir = 10
},
/area/medical/chemistry)
-"csF" = (
+"cqt" = (
/obj/machinery/chem_heater{
pixel_x = 4
},
@@ -71377,7 +71375,7 @@
dir = 2
},
/area/medical/chemistry)
-"csG" = (
+"cqu" = (
/obj/machinery/chem_master{
layer = 2.7;
pixel_x = -2
@@ -71400,7 +71398,7 @@
dir = 6
},
/area/medical/chemistry)
-"csH" = (
+"cqv" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -71408,7 +71406,7 @@
},
/turf/open/floor/plasteel/purple,
/area/hallway/primary/aft)
-"csI" = (
+"cqw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -71417,7 +71415,7 @@
},
/turf/open/floor/plating,
/area/toxins/lab)
-"csJ" = (
+"cqx" = (
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
charge = 100;
@@ -71438,11 +71436,12 @@
pixel_y = -26;
req_access_txt = "7"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"csK" = (
+"cqy" = (
/obj/item/weapon/storage/toolbox/mechanical{
pixel_x = 2;
pixel_y = 3
@@ -71458,11 +71457,12 @@
/obj/item/stack/cable_coil,
/obj/item/stack/cable_coil,
/obj/structure/table,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"csL" = (
+"cqz" = (
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
/obj/item/weapon/hand_labeler,
@@ -71474,11 +71474,12 @@
pixel_y = -30
},
/obj/structure/table,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"csM" = (
+"cqA" = (
/obj/structure/window/reinforced{
dir = 4;
pixel_x = 0
@@ -71491,15 +71492,17 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"csN" = (
+"cqB" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"csO" = (
+"cqC" = (
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
@@ -71516,7 +71519,7 @@
/area/medical/research{
name = "Research Division"
})
-"csP" = (
+"cqD" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -71525,14 +71528,14 @@
/area/medical/research{
name = "Research Division"
})
-"csQ" = (
+"cqE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"csR" = (
+"cqF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -71546,7 +71549,7 @@
/area/medical/research{
name = "Research Division"
})
-"csS" = (
+"cqG" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -71559,7 +71562,7 @@
/area/medical/research{
name = "Research Division"
})
-"csT" = (
+"cqH" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -71575,7 +71578,7 @@
/area/medical/research{
name = "Research Division"
})
-"csU" = (
+"cqI" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -71587,7 +71590,7 @@
/area/medical/research{
name = "Research Division"
})
-"csV" = (
+"cqJ" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -71599,7 +71602,7 @@
/area/medical/research{
name = "Research Division"
})
-"csW" = (
+"cqK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -71612,7 +71615,7 @@
/area/medical/research{
name = "Research Division"
})
-"csX" = (
+"cqL" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
@@ -71622,7 +71625,7 @@
/area/medical/research{
name = "Research Division"
})
-"csY" = (
+"cqM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -71634,7 +71637,7 @@
/area/medical/research{
name = "Research Division"
})
-"csZ" = (
+"cqN" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -71645,7 +71648,7 @@
/area/medical/research{
name = "Research Division"
})
-"cta" = (
+"cqO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -71662,13 +71665,13 @@
/area/medical/research{
name = "Research Division"
})
-"ctb" = (
+"cqP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/toxins/explab)
-"ctc" = (
+"cqQ" = (
/obj/machinery/light_switch{
pixel_x = -23;
pixel_y = 0
@@ -71680,7 +71683,7 @@
dir = 1
},
/area/toxins/explab)
-"ctd" = (
+"cqR" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -71696,7 +71699,7 @@
/obj/structure/cable/yellow,
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cte" = (
+"cqS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -71712,19 +71715,19 @@
/obj/machinery/light,
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"ctf" = (
+"cqT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"ctg" = (
+"cqU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cth" = (
+"cqV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -71732,27 +71735,29 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/explab)
-"cti" = (
+"cqW" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
pixel_x = 24
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"ctj" = (
+"cqX" = (
/obj/structure/bed/roller,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/blood/gibs/old,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctk" = (
+"cqY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -71760,7 +71765,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctl" = (
+"cqZ" = (
/obj/structure/barricade/wooden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -71770,7 +71775,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctm" = (
+"cra" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -71783,7 +71788,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctn" = (
+"crb" = (
/obj/structure/bed,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/blood/gibs/old,
@@ -71791,7 +71796,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cto" = (
+"crc" = (
/obj/structure/lattice,
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -71799,7 +71804,7 @@
},
/turf/open/space,
/area/space)
-"ctp" = (
+"crd" = (
/obj/structure/disposaloutlet{
dir = 2
},
@@ -71809,35 +71814,35 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
-"ctq" = (
+"cre" = (
/obj/structure/sign/fire{
pixel_x = 0;
pixel_y = 0
},
/turf/closed/wall/r_wall,
/area/maintenance/incinerator)
-"ctr" = (
+"crf" = (
/obj/machinery/door/poddoor{
id = "turbinevent";
name = "Turbine Vent"
},
/turf/open/floor/engine/vacuum,
/area/maintenance/incinerator)
-"cts" = (
+"crg" = (
/obj/item/toy/cards/deck,
/obj/structure/table/wood/poker,
/turf/open/floor/wood,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctt" = (
+"crh" = (
/turf/open/floor/wood{
icon_state = "wood-broken4"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctu" = (
+"cri" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -71851,7 +71856,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctv" = (
+"crj" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -71872,23 +71877,23 @@
dir = 4
},
/area/medical/surgery)
-"ctw" = (
+"crk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"ctx" = (
+"crl" = (
/obj/machinery/computer/operating,
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cty" = (
+"crm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"ctz" = (
+"crn" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -71901,20 +71906,20 @@
dir = 8
},
/area/medical/surgery)
-"ctA" = (
+"cro" = (
/obj/structure/bed/roller,
/obj/machinery/iv_drip{
density = 0
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"ctB" = (
+"crp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"ctC" = (
+"crq" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/medical,
/obj/machinery/light_switch{
@@ -71923,7 +71928,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"ctD" = (
+"crr" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -71937,7 +71942,7 @@
dir = 8
},
/area/medical/cryo)
-"ctE" = (
+"crs" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -71952,13 +71957,14 @@
/obj/item/weapon/screwdriver{
pixel_y = 6
},
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/obj/item/weapon/wrench/medical,
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/medical/cryo)
-"ctF" = (
+"crt" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
dir = 1
},
@@ -71972,21 +71978,23 @@
pixel_y = -30
},
/obj/machinery/light,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"ctG" = (
+"cru" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1;
name = "Connector Port (Air Supply)"
},
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"ctH" = (
+"crv" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1;
name = "Connector Port (Air Supply)"
@@ -71996,18 +72004,19 @@
pixel_x = 0;
pixel_y = -24
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/medical/cryo)
-"ctI" = (
+"crw" = (
/turf/open/floor/plasteel/whiteblue/corner{
dir = 1
},
/area/medical/medbay{
name = "Medbay Central"
})
-"ctJ" = (
+"crx" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
@@ -72019,7 +72028,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"ctK" = (
+"cry" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
@@ -72037,7 +72046,7 @@
dir = 8
},
/area/medical/cmo)
-"ctL" = (
+"crz" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -72045,12 +72054,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/barber{
dir = 8
},
/area/medical/cmo)
-"ctM" = (
+"crA" = (
/obj/structure/table/glass,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -72060,7 +72069,7 @@
dir = 8
},
/area/medical/cmo)
-"ctN" = (
+"crB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -72076,7 +72085,7 @@
dir = 8
},
/area/medical/cmo)
-"ctO" = (
+"crC" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
@@ -72097,7 +72106,7 @@
dir = 8
},
/area/medical/cmo)
-"ctP" = (
+"crD" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -72106,7 +72115,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctQ" = (
+"crE" = (
/obj/machinery/door/airlock/maintenance{
name = "Chemistry Lab Maintenance";
req_access_txt = "5; 33"
@@ -72117,7 +72126,7 @@
},
/turf/open/floor/plating,
/area/medical/chemistry)
-"ctR" = (
+"crF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -72131,7 +72140,7 @@
dir = 1
},
/area/hallway/primary/aft)
-"ctS" = (
+"crG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -72145,7 +72154,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"ctT" = (
+"crH" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 4;
@@ -72162,7 +72171,7 @@
dir = 4
},
/area/hallway/primary/aft)
-"ctU" = (
+"crI" = (
/obj/structure/plasticflaps{
opacity = 1
},
@@ -72172,9 +72181,10 @@
freq = 1400;
location = "Research and Development"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/lab)
-"ctV" = (
+"crJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -72183,7 +72193,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"ctW" = (
+"crK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
@@ -72193,7 +72203,7 @@
/area/medical/research{
name = "Research Division"
})
-"ctX" = (
+"crL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -72204,7 +72214,7 @@
/area/medical/research{
name = "Research Division"
})
-"ctY" = (
+"crM" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
@@ -72212,7 +72222,7 @@
/area/medical/research{
name = "Research Division"
})
-"ctZ" = (
+"crN" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -72230,7 +72240,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/hor)
-"cua" = (
+"crO" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -72250,7 +72260,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/hor)
-"cub" = (
+"crP" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -72266,17 +72276,17 @@
},
/turf/open/floor/plating,
/area/crew_quarters/hor)
-"cuc" = (
+"crQ" = (
/turf/closed/wall,
/area/crew_quarters/hor)
-"cud" = (
+"crR" = (
/turf/closed/wall/r_wall,
/area/toxins/storage)
-"cue" = (
+"crS" = (
/obj/structure/sign/biohazard,
/turf/closed/wall/r_wall,
/area/toxins/storage)
-"cuf" = (
+"crT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -72293,44 +72303,50 @@
id = "toxins_blastdoor";
name = "biohazard containment shutters"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cug" = (
+"crU" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cuh" = (
+"crV" = (
/obj/structure/closet/radiation,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cui" = (
+"crW" = (
/obj/structure/closet/l3closet/scientist{
pixel_x = -2
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cuj" = (
+"crX" = (
/obj/structure/closet/wardrobe/science_white,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/explab)
-"cuk" = (
+"crY" = (
/obj/structure/rack,
/obj/item/weapon/reagent_containers/blood/random,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cul" = (
+"crZ" = (
/obj/structure/table,
/obj/structure/bedsheetbin{
pixel_x = 2
@@ -72340,7 +72356,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cum" = (
+"csa" = (
/obj/structure/table,
/obj/item/weapon/restraints/handcuffs/cable/white,
/obj/item/weapon/gun/syringe,
@@ -72348,14 +72364,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cun" = (
+"csb" = (
/obj/structure/rack,
/obj/item/weapon/hatchet,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuo" = (
+"csc" = (
/obj/machinery/iv_drip{
density = 0
},
@@ -72364,7 +72380,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cup" = (
+"csd" = (
/obj/structure/rack,
/obj/item/weapon/tank/internals/anesthetic,
/obj/item/clothing/mask/gas,
@@ -72372,7 +72388,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuq" = (
+"cse" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -72387,7 +72403,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cur" = (
+"csf" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -72398,7 +72414,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cus" = (
+"csg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -72415,7 +72431,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cut" = (
+"csh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -72423,7 +72439,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuu" = (
+"csi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -72437,14 +72453,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuv" = (
+"csj" = (
/obj/structure/closet/secure_closet/medical2,
/obj/structure/sign/nosmoking_2{
pixel_x = -28
},
/turf/open/floor/plasteel,
/area/medical/surgery)
-"cuw" = (
+"csk" = (
/obj/machinery/airalarm{
dir = 1;
icon_state = "alarm0";
@@ -72454,7 +72470,7 @@
dir = 1
},
/area/medical/surgery)
-"cux" = (
+"csl" = (
/obj/machinery/light,
/obj/machinery/camera{
c_tag = "Medbay Surgery";
@@ -72463,7 +72479,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cuy" = (
+"csm" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -72472,7 +72488,7 @@
dir = 1
},
/area/medical/surgery)
-"cuz" = (
+"csn" = (
/obj/item/device/radio/intercom{
broadcasting = 1;
freerange = 0;
@@ -72485,7 +72501,7 @@
/obj/structure/closet/crate/freezer/blood,
/turf/open/floor/plasteel,
/area/medical/surgery)
-"cuA" = (
+"cso" = (
/obj/structure/bed/roller,
/obj/machinery/light/small{
dir = 8
@@ -72505,7 +72521,7 @@
dir = 2
},
/area/medical/surgery)
-"cuB" = (
+"csp" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -72514,7 +72530,7 @@
dir = 2
},
/area/medical/surgery)
-"cuC" = (
+"csq" = (
/obj/structure/bed,
/obj/machinery/firealarm{
dir = 4;
@@ -72534,17 +72550,17 @@
dir = 2
},
/area/medical/surgery)
-"cuD" = (
+"csr" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Maintenance";
req_access_txt = "5"
},
/turf/open/floor/plating,
/area/medical/cryo)
-"cuE" = (
+"css" = (
/turf/closed/wall,
/area/medical/cryo)
-"cuF" = (
+"cst" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -72560,7 +72576,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cuG" = (
+"csu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -72578,7 +72594,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cuH" = (
+"csv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -72598,7 +72614,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cuI" = (
+"csw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -72620,7 +72636,7 @@
dir = 8
},
/area/medical/cmo)
-"cuJ" = (
+"csx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -72643,7 +72659,7 @@
dir = 8
},
/area/medical/cmo)
-"cuK" = (
+"csy" = (
/obj/structure/chair{
dir = 4
},
@@ -72664,7 +72680,7 @@
dir = 8
},
/area/medical/cmo)
-"cuL" = (
+"csz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -72678,7 +72694,7 @@
dir = 8
},
/area/medical/cmo)
-"cuM" = (
+"csA" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -72702,7 +72718,7 @@
dir = 8
},
/area/medical/cmo)
-"cuN" = (
+"csB" = (
/obj/machinery/computer/security/telescreen{
desc = "Used for monitoring medbay to ensure patient safety.";
dir = 8;
@@ -72721,7 +72737,7 @@
dir = 8
},
/area/medical/cmo)
-"cuO" = (
+"csC" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -72736,7 +72752,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuP" = (
+"csD" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72747,7 +72763,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuQ" = (
+"csE" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72760,7 +72776,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuR" = (
+"csF" = (
/obj/structure/disposalpipe/sortjunction{
dir = 8;
icon_state = "pipe-j1s";
@@ -72770,13 +72786,14 @@
dir = 9;
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuS" = (
+"csG" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -72795,19 +72812,20 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuT" = (
+"csH" = (
/obj/structure/disposalpipe/sortjunction{
dir = 8;
icon_state = "pipe-j2s";
sortType = 23
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuU" = (
+"csI" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72819,7 +72837,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuV" = (
+"csJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72830,7 +72848,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cuW" = (
+"csK" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -72845,7 +72863,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cuX" = (
+"csL" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72857,7 +72875,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cuY" = (
+"csM" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72872,7 +72890,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cuZ" = (
+"csN" = (
/obj/structure/disposalpipe/sortjunction{
dir = 8;
icon_state = "pipe-j2s";
@@ -72881,26 +72899,28 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cva" = (
+"csO" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvb" = (
+"csP" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72915,20 +72935,21 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvc" = (
+"csQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvd" = (
+"csR" = (
/obj/structure/disposalpipe/sortjunction{
dir = 8;
icon_state = "pipe-j1s";
@@ -72937,26 +72958,28 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cve" = (
+"csS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvf" = (
+"csT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -72970,7 +72993,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvg" = (
+"csU" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -72986,7 +73009,7 @@
/area/medical/research{
name = "Research Division"
})
-"cvh" = (
+"csV" = (
/obj/structure/disposalpipe/junction{
dir = 8;
icon_state = "pipe-j1"
@@ -73000,7 +73023,7 @@
/area/medical/research{
name = "Research Division"
})
-"cvi" = (
+"csW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -73015,7 +73038,7 @@
/area/medical/research{
name = "Research Division"
})
-"cvj" = (
+"csX" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -73025,7 +73048,7 @@
/area/medical/research{
name = "Research Division"
})
-"cvk" = (
+"csY" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -73039,7 +73062,7 @@
},
/turf/open/floor/plating,
/area/crew_quarters/hor)
-"cvl" = (
+"csZ" = (
/obj/machinery/computer/security/telescreen{
desc = "Used for watching the RD's goons from the safety of his office.";
name = "Research Monitor";
@@ -73052,19 +73075,14 @@
dir = 5
},
/area/crew_quarters/hor)
-"cvm" = (
-/obj/item/weapon/folder/white,
-/obj/item/weapon/stamp/rd{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/structure/table/reinforced,
+"cta" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/modular_computer/console/preset/research,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/hor)
-"cvn" = (
+"ctb" = (
/obj/machinery/computer/aifixer,
/obj/structure/window/reinforced{
dir = 4
@@ -73081,18 +73099,20 @@
dir = 5
},
/area/crew_quarters/hor)
-"cvo" = (
+"ctc" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
pixel_x = 0;
pixel_y = 32
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/landmark/xmastree/rdrod,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/crew_quarters/hor)
-"cvp" = (
+"ctd" = (
/obj/structure/displaycase/labcage,
/obj/machinery/light/small{
dir = 1
@@ -73102,7 +73122,7 @@
},
/turf/open/floor/plasteel/white,
/area/crew_quarters/hor)
-"cvq" = (
+"cte" = (
/obj/item/weapon/storage/secure/safe{
pixel_x = 32;
pixel_y = 0
@@ -73110,21 +73130,23 @@
/obj/machinery/ai_status_display{
pixel_y = 32
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/crew_quarters/hor)
-"cvr" = (
+"ctf" = (
/obj/machinery/portable_atmospherics/scrubber/huge,
/obj/machinery/light_switch{
pixel_x = -23;
pixel_y = 0
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/storage)
-"cvs" = (
+"ctg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -73132,23 +73154,24 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cvt" = (
+"cth" = (
/obj/machinery/light/small{
dir = 1
},
/obj/structure/sign/nosmoking_2{
pixel_y = 32
},
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cvu" = (
+"cti" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/power/apc{
cell_type = 5000;
@@ -73161,15 +73184,17 @@
d2 = 2;
icon_state = "0-2"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cvv" = (
+"ctj" = (
/obj/machinery/portable_atmospherics/scrubber/huge,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/storage)
-"cvw" = (
+"ctk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -73184,7 +73209,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvx" = (
+"ctl" = (
/obj/machinery/camera{
active_power_usage = 0;
c_tag = "Turbine Vent";
@@ -73194,41 +73219,44 @@
},
/turf/open/space,
/area/space)
-"cvy" = (
+"ctm" = (
/obj/structure/grille/broken,
/turf/open/space,
/area/space)
-"cvz" = (
+"ctn" = (
/obj/machinery/vending/cigarette,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvA" = (
+"cto" = (
/obj/machinery/vending/assist,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvB" = (
+"ctp" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Maintenance";
req_access_txt = "5"
},
/turf/open/floor/plating,
/area/medical/surgery)
-"cvC" = (
-/turf/open/floor/plating/warnplate{
+"ctq" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvD" = (
+"ctr" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/medical,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
@@ -73242,7 +73270,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cvE" = (
+"cts" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -73260,7 +73288,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cvF" = (
+"ctt" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -73279,7 +73307,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cvG" = (
+"ctu" = (
/obj/machinery/door/airlock/medical{
name = "Patient Room A";
req_access_txt = "5"
@@ -73293,7 +73321,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cvH" = (
+"ctv" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -73311,7 +73339,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cvI" = (
+"ctw" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/corner{
@@ -73320,7 +73348,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cvJ" = (
+"ctx" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -73337,16 +73365,16 @@
dir = 8
},
/area/medical/cmo)
-"cvK" = (
+"cty" = (
/obj/machinery/suit_storage_unit/cmo,
/turf/open/floor/plasteel/barber{
dir = 8
},
/area/medical/cmo)
-"cvL" = (
+"ctz" = (
/obj/structure/table/glass,
/obj/item/weapon/pen,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/clothing/neck/stethoscope,
/obj/structure/extinguisher_cabinet{
pixel_x = 6;
pixel_y = -30
@@ -73355,13 +73383,13 @@
dir = 8
},
/area/medical/cmo)
-"cvM" = (
+"ctA" = (
/turf/closed/wall/r_wall,
/area/medical/genetics)
-"cvN" = (
+"ctB" = (
/turf/closed/wall,
/area/medical/genetics)
-"cvO" = (
+"ctC" = (
/obj/machinery/door/airlock/maintenance{
name = "Genetics Maintenance";
req_access_txt = "9";
@@ -73370,13 +73398,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/medical/genetics)
-"cvP" = (
+"ctD" = (
/obj/structure/sign/directions/evac{
pixel_y = 0
},
/turf/closed/wall,
/area/medical/genetics)
-"cvQ" = (
+"ctE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -73385,7 +73413,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cvR" = (
+"ctF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -73394,14 +73422,14 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cvS" = (
+"ctG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
/area/hallway/primary/aft)
-"cvT" = (
+"ctH" = (
/obj/structure/sign/directions/evac{
pixel_y = 0
},
@@ -73409,7 +73437,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvU" = (
+"ctI" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -73428,7 +73456,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvV" = (
+"ctJ" = (
/obj/item/weapon/storage/toolbox/emergency,
/obj/structure/closet/firecloset,
/obj/effect/spawner/lootdrop/maintenance,
@@ -73436,7 +73464,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvW" = (
+"ctK" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -73453,12 +73481,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cvX" = (
+"ctL" = (
/turf/closed/wall/r_wall,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cvY" = (
+"ctM" = (
/obj/machinery/door/airlock/maintenance{
name = "Research Testing Range Maintenance";
req_access_txt = "0";
@@ -73468,7 +73496,7 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cvZ" = (
+"ctN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
icon_state = "tube1";
@@ -73480,7 +73508,7 @@
/area/medical/research{
name = "Research Division"
})
-"cwa" = (
+"ctO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -73491,13 +73519,13 @@
/area/medical/research{
name = "Research Division"
})
-"cwb" = (
+"ctP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cwc" = (
+"ctQ" = (
/obj/machinery/button/door{
id = "xeno_blastdoor";
name = "Secure Lab Shutter Control";
@@ -73530,7 +73558,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cwd" = (
+"ctR" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -73542,7 +73570,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cwe" = (
+"ctS" = (
/obj/machinery/computer/robotics,
/obj/structure/window/reinforced{
dir = 4
@@ -73551,31 +73579,35 @@
dir = 5
},
/area/crew_quarters/hor)
-"cwf" = (
-/turf/open/floor/plasteel/warnwhite{
+"ctT" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel/white,
/area/crew_quarters/hor)
-"cwg" = (
-/turf/open/floor/plasteel/warnwhite{
+"ctU" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel/white,
/area/crew_quarters/hor)
-"cwh" = (
-/turf/open/floor/plasteel/warnwhite{
+"ctV" = (
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel/white,
/area/crew_quarters/hor)
-"cwi" = (
+"ctW" = (
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
pixel_x = -22
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cwj" = (
+"ctX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -73588,11 +73620,12 @@
dir = 1;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cwk" = (
+"ctY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -73606,29 +73639,32 @@
dir = 2;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cwl" = (
+"ctZ" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cwm" = (
+"cua" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
pixel_x = 24
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cwn" = (
+"cub" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -73641,7 +73677,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwo" = (
+"cuc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -73654,7 +73690,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwp" = (
+"cud" = (
/obj/structure/closet,
/obj/item/weapon/storage/toolbox/emergency,
/obj/effect/spawner/lootdrop/maintenance,
@@ -73662,7 +73698,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwq" = (
+"cue" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
@@ -73673,7 +73709,7 @@
},
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/port)
-"cwr" = (
+"cuf" = (
/obj/structure/closet,
/obj/item/weapon/extinguisher,
/obj/effect/decal/cleanable/cobweb,
@@ -73683,7 +73719,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cws" = (
+"cug" = (
/obj/structure/closet,
/obj/item/weapon/reagent_containers/glass/beaker{
pixel_x = 8;
@@ -73695,7 +73731,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwt" = (
+"cuh" = (
/obj/structure/closet/crate,
/obj/item/stack/cable_coil,
/obj/item/weapon/grenade/chem_grenade,
@@ -73708,7 +73744,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwu" = (
+"cui" = (
/obj/structure/closet/crate,
/obj/item/weapon/coin/silver,
/obj/item/weapon/reagent_containers/spray/weedspray,
@@ -73721,16 +73757,19 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwv" = (
+"cuj" = (
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cww" = (
+"cuk" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/clothing/neck/stethoscope,
/obj/machinery/light/small{
dir = 8
},
@@ -73751,7 +73790,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cwx" = (
+"cul" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -73764,7 +73803,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cwy" = (
+"cum" = (
/obj/structure/closet/secure_closet/personal/patient,
/obj/machinery/button/door{
id = "isola";
@@ -73780,7 +73819,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cwz" = (
+"cun" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -73794,7 +73833,7 @@
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cwA" = (
+"cuo" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
@@ -73804,7 +73843,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cwB" = (
+"cup" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -73817,7 +73856,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cwC" = (
+"cuq" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
@@ -73832,7 +73871,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cwD" = (
+"cur" = (
/obj/item/weapon/storage/box/rxglasses{
pixel_x = 3;
pixel_y = 3
@@ -73847,7 +73886,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cwE" = (
+"cus" = (
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/gloves/color/latex,
/obj/item/weapon/storage/box/disks{
@@ -73857,7 +73896,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cwF" = (
+"cut" = (
/obj/machinery/requests_console{
department = "Genetics";
departmentType = 0;
@@ -73887,7 +73926,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cwG" = (
+"cuu" = (
/obj/machinery/power/apc{
dir = 1;
name = "Genetics Lab APC";
@@ -73897,14 +73936,20 @@
d2 = 2;
icon_state = "0-2"
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/storage/pill_bottle/mutadone,
/obj/item/weapon/storage/pill_bottle/mannitol,
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cwH" = (
+"cuv" = (
/obj/item/weapon/reagent_containers/dropper,
/obj/item/weapon/reagent_containers/glass/beaker{
pixel_x = 8;
@@ -73920,13 +73965,13 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cwI" = (
+"cuw" = (
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/plasteel/blue/side{
dir = 9
},
/area/medical/genetics)
-"cwJ" = (
+"cux" = (
/obj/structure/noticeboard{
desc = "A board for pinning important notices upon. Probably helpful for keeping track of requests.";
name = "requests board";
@@ -73938,7 +73983,7 @@
dir = 5
},
/area/medical/genetics)
-"cwK" = (
+"cuy" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -73947,7 +73992,7 @@
},
/turf/open/floor/plating,
/area/medical/genetics)
-"cwL" = (
+"cuz" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -73955,7 +74000,7 @@
},
/turf/open/floor/plasteel/blue,
/area/medical/genetics)
-"cwM" = (
+"cuA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -73963,18 +74008,19 @@
dir = 8
},
/area/hallway/primary/aft)
-"cwN" = (
+"cuB" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwO" = (
+"cuC" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -73985,7 +74031,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwP" = (
+"cuD" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/storage/box/lights/mixed,
/obj/effect/spawner/lootdrop/maintenance,
@@ -73993,24 +74039,25 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwQ" = (
+"cuE" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cwR" = (
+"cuF" = (
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cwS" = (
+"cuG" = (
/turf/open/floor/engine{
dir = 9;
icon_state = "floor"
@@ -74018,17 +74065,18 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cwT" = (
+"cuH" = (
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cwU" = (
+"cuI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -74038,7 +74086,7 @@
/area/medical/research{
name = "Research Division"
})
-"cwV" = (
+"cuJ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -74053,7 +74101,7 @@
/area/medical/research{
name = "Research Division"
})
-"cwW" = (
+"cuK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/corner{
dir = 2
@@ -74061,7 +74109,7 @@
/area/medical/research{
name = "Research Division"
})
-"cwX" = (
+"cuL" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -74071,19 +74119,19 @@
},
/turf/open/floor/plating,
/area/crew_quarters/hor)
-"cwY" = (
+"cuM" = (
/obj/machinery/computer/card/minor/rd,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/hor)
-"cwZ" = (
+"cuN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/hor)
-"cxa" = (
+"cuO" = (
/obj/machinery/computer/mecha,
/obj/structure/window/reinforced{
dir = 4
@@ -74092,7 +74140,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cxb" = (
+"cuP" = (
/obj/structure/table,
/obj/item/device/aicard,
/obj/item/weapon/circuitboard/aicore{
@@ -74103,12 +74151,12 @@
dir = 5
},
/area/crew_quarters/hor)
-"cxc" = (
+"cuQ" = (
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/hor)
-"cxd" = (
+"cuR" = (
/obj/structure/table,
/obj/item/device/taperecorder{
pixel_x = -3
@@ -74125,35 +74173,36 @@
dir = 5
},
/area/crew_quarters/hor)
-"cxe" = (
+"cuS" = (
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cxf" = (
-/turf/open/floor/plasteel/warning{
+"cuT" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cxg" = (
+"cuU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cxh" = (
+"cuV" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/storage)
-"cxi" = (
+"cuW" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/machinery/light/small{
dir = 4
@@ -74163,11 +74212,12 @@
dir = 8;
network = list("SS13","RD")
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/storage)
-"cxj" = (
+"cuX" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -74180,20 +74230,21 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxk" = (
+"cuY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxl" = (
+"cuZ" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
req_access_txt = "0";
@@ -74206,7 +74257,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxm" = (
+"cva" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -74219,28 +74270,30 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxn" = (
+"cvb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxo" = (
+"cvc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxp" = (
+"cvd" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -74254,7 +74307,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cxq" = (
+"cve" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -74274,7 +74327,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cxr" = (
+"cvf" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
@@ -74282,7 +74335,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cxs" = (
+"cvg" = (
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
@@ -74290,7 +74343,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cxt" = (
+"cvh" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -74310,7 +74363,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cxu" = (
+"cvi" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -74324,7 +74377,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cxv" = (
+"cvj" = (
/obj/structure/closet/emcloset,
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
@@ -74338,7 +74391,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxw" = (
+"cvk" = (
/obj/structure/closet/crate,
/obj/item/weapon/crowbar/red,
/obj/item/weapon/pen,
@@ -74351,7 +74404,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxx" = (
+"cvl" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -74373,7 +74426,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxy" = (
+"cvm" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -74390,7 +74443,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxz" = (
+"cvn" = (
/obj/structure/chair{
dir = 8
},
@@ -74398,18 +74451,18 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cxA" = (
+"cvo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cxB" = (
+"cvp" = (
/turf/closed/wall,
/area/medical/patients_rooms{
name = "Patient Room A"
})
-"cxC" = (
+"cvq" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -74421,7 +74474,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cxD" = (
+"cvr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -74432,7 +74485,7 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cxE" = (
+"cvs" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -74440,10 +74493,10 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cxF" = (
+"cvt" = (
/turf/closed/wall,
/area/medical/genetics_cloning)
-"cxG" = (
+"cvu" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 4
@@ -74457,7 +74510,7 @@
},
/turf/open/floor/plasteel/vault,
/area/medical/genetics_cloning)
-"cxH" = (
+"cvv" = (
/obj/machinery/door/window/southleft{
base_state = "right";
dir = 2;
@@ -74471,7 +74524,7 @@
},
/turf/open/floor/plasteel/vault,
/area/medical/genetics_cloning)
-"cxI" = (
+"cvw" = (
/obj/machinery/clonepod{
pixel_y = 2
},
@@ -74484,7 +74537,7 @@
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/vault,
/area/medical/genetics_cloning)
-"cxJ" = (
+"cvx" = (
/obj/machinery/computer/scan_consolenew,
/obj/machinery/camera{
c_tag = "Genetics Lab";
@@ -74493,7 +74546,7 @@
},
/turf/open/floor/plasteel/whiteblue,
/area/medical/genetics)
-"cxK" = (
+"cvy" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -74504,12 +74557,12 @@
dir = 9
},
/area/medical/genetics)
-"cxL" = (
+"cvz" = (
/turf/open/floor/plasteel/whiteblue/side{
dir = 1
},
/area/medical/genetics)
-"cxM" = (
+"cvA" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -74525,11 +74578,11 @@
dir = 5
},
/area/medical/genetics)
-"cxN" = (
+"cvB" = (
/obj/machinery/computer/scan_consolenew,
/turf/open/floor/plasteel/whiteblue,
/area/medical/genetics)
-"cxO" = (
+"cvC" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -74544,7 +74597,7 @@
dir = 8
},
/area/medical/genetics)
-"cxP" = (
+"cvD" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -74556,9 +74609,12 @@
dir = 4
},
/area/medical/genetics)
-"cxQ" = (
+"cvE" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen,
/obj/machinery/door/firedoor,
/obj/machinery/door/window/eastright{
@@ -74576,10 +74632,10 @@
},
/turf/open/floor/plating,
/area/medical/genetics)
-"cxR" = (
+"cvF" = (
/turf/open/floor/plasteel/blue,
/area/medical/genetics)
-"cxS" = (
+"cvG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
@@ -74589,10 +74645,10 @@
dir = 2
},
/area/hallway/primary/aft)
-"cxT" = (
+"cvH" = (
/turf/closed/wall,
/area/assembly/chargebay)
-"cxU" = (
+"cvI" = (
/obj/machinery/door/airlock/maintenance{
name = "Mech Bay Maintenance";
req_access_txt = "29"
@@ -74600,7 +74656,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/assembly/chargebay)
-"cxV" = (
+"cvJ" = (
/obj/structure/sign/nosmoking_2{
pixel_x = -29;
pixel_y = 0
@@ -74612,19 +74668,22 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cxW" = (
+"cvK" = (
/obj/machinery/magnetic_module,
/obj/effect/landmark{
name = "blobstart"
},
/obj/structure/target_stake,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
dir = 9
},
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cxX" = (
+"cvL" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -74635,7 +74694,7 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cxY" = (
+"cvM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white/side{
dir = 4
@@ -74643,7 +74702,7 @@
/area/medical/research{
name = "Research Division"
})
-"cxZ" = (
+"cvN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -74662,7 +74721,7 @@
/area/medical/research{
name = "Research Division"
})
-"cya" = (
+"cvO" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -74681,7 +74740,7 @@
/area/medical/research{
name = "Research Division"
})
-"cyb" = (
+"cvP" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -74703,7 +74762,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cyc" = (
+"cvQ" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -74719,7 +74778,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cyd" = (
+"cvR" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -74734,7 +74793,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cye" = (
+"cvS" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -74745,7 +74804,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cyf" = (
+"cvT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -74759,37 +74818,40 @@
dir = 5
},
/area/crew_quarters/hor)
-"cyg" = (
-/obj/machinery/hologram/holopad,
+"cvU" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/hor)
-"cyh" = (
+"cvV" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cyi" = (
+"cvW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"cyj" = (
+"cvX" = (
/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/storage)
-"cyk" = (
+"cvY" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -74797,11 +74859,12 @@
name = "Station Intercom (General)";
pixel_x = 29
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/storage)
-"cyl" = (
+"cvZ" = (
/obj/structure/closet/crate,
/obj/item/device/multitool,
/obj/item/clothing/gloves/color/fyellow,
@@ -74809,14 +74872,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cym" = (
+"cwa" = (
/obj/structure/rack,
/obj/item/hand_labeler_refill,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyn" = (
+"cwb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -74831,12 +74894,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyo" = (
-/turf/open/floor/plating/warnplate,
+"cwc" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyp" = (
+"cwd" = (
/obj/structure/closet/crate,
/obj/item/weapon/coin/silver,
/obj/item/device/flashlight/seclite,
@@ -74845,7 +74909,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyq" = (
+"cwe" = (
/obj/structure/cable,
/obj/machinery/power/solar{
id = "aftport";
@@ -74853,7 +74917,7 @@
},
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/port)
-"cyr" = (
+"cwf" = (
/obj/structure/cable/yellow{
d2 = 4;
icon_state = "0-4"
@@ -74861,7 +74925,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
-"cys" = (
+"cwg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -74870,19 +74934,20 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
-"cyt" = (
+"cwh" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyu" = (
+"cwi" = (
/obj/machinery/door/airlock/external{
req_access_txt = "13"
},
@@ -74895,13 +74960,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyv" = (
+"cwj" = (
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyw" = (
+"cwk" = (
/obj/machinery/vending/cigarette,
/obj/machinery/status_display{
density = 0;
@@ -74919,7 +74984,7 @@
/area/medical/research{
name = "Research Division"
})
-"cyx" = (
+"cwl" = (
/obj/structure/rack,
/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka{
pixel_x = 3;
@@ -74937,7 +75002,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyy" = (
+"cwm" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -74951,7 +75016,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyz" = (
+"cwn" = (
/obj/structure/rack,
/obj/item/clothing/glasses/sunglasses,
/obj/item/device/flashlight/pen{
@@ -74962,10 +75027,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cyA" = (
+"cwo" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/item/clothing/tie/stethoscope,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/clothing/neck/stethoscope,
/obj/machinery/light/small{
dir = 8
},
@@ -74992,7 +75060,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"cyB" = (
+"cwp" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -75014,7 +75082,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"cyC" = (
+"cwq" = (
/obj/structure/closet/secure_closet/personal/patient,
/obj/machinery/button/door{
id = "isolb";
@@ -75030,7 +75098,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"cyD" = (
+"cwr" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -75044,7 +75112,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"cyE" = (
+"cws" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -75057,7 +75125,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cyF" = (
+"cwt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75070,7 +75138,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cyG" = (
+"cwu" = (
/obj/structure/disposalpipe/segment,
/obj/structure/sink{
dir = 4;
@@ -75086,7 +75154,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cyH" = (
+"cwv" = (
/obj/structure/sink{
dir = 8;
icon_state = "sink";
@@ -75101,11 +75169,11 @@
dir = 9
},
/area/medical/genetics_cloning)
-"cyI" = (
+"cww" = (
/obj/effect/landmark/start{
name = "Geneticist"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -75113,7 +75181,7 @@
dir = 1
},
/area/medical/genetics_cloning)
-"cyJ" = (
+"cwx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -75125,7 +75193,7 @@
dir = 5
},
/area/medical/genetics_cloning)
-"cyK" = (
+"cwy" = (
/obj/machinery/dna_scannernew,
/obj/machinery/light_switch{
pixel_x = -23;
@@ -75133,19 +75201,19 @@
},
/turf/open/floor/plasteel/whiteblue,
/area/medical/genetics)
-"cyL" = (
+"cwz" = (
/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
/area/medical/genetics)
-"cyM" = (
+"cwA" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
-"cyN" = (
+"cwB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75155,11 +75223,11 @@
dir = 4
},
/area/medical/genetics)
-"cyO" = (
+"cwC" = (
/obj/machinery/dna_scannernew,
/turf/open/floor/plasteel/whiteblue,
/area/medical/genetics)
-"cyP" = (
+"cwD" = (
/obj/item/weapon/storage/box/disks{
pixel_x = 2;
pixel_y = 2
@@ -75180,7 +75248,7 @@
dir = 8
},
/area/medical/genetics)
-"cyQ" = (
+"cwE" = (
/obj/machinery/light{
dir = 4
},
@@ -75196,7 +75264,7 @@
dir = 4
},
/area/medical/genetics)
-"cyR" = (
+"cwF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -75208,7 +75276,7 @@
dir = 1
},
/area/hallway/primary/aft)
-"cyS" = (
+"cwG" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -75221,7 +75289,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cyT" = (
+"cwH" = (
/obj/machinery/mech_bay_recharge_port,
/obj/structure/cable/yellow{
d2 = 8;
@@ -75229,7 +75297,7 @@
},
/turf/open/floor/plating,
/area/assembly/chargebay)
-"cyU" = (
+"cwI" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -75238,7 +75306,7 @@
},
/turf/open/floor/mech_bay_recharge_floor,
/area/assembly/chargebay)
-"cyV" = (
+"cwJ" = (
/obj/machinery/computer/mech_bay_power_console,
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -75252,21 +75320,23 @@
},
/turf/open/floor/plasteel/circuit/gcircuit,
/area/assembly/chargebay)
-"cyW" = (
-/turf/open/floor/plasteel/warning{
+"cwK" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cyX" = (
-/turf/open/floor/plasteel/warning{
+"cwL" = (
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cyY" = (
+"cwM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
c_tag = "Research Division Hallway - Mech Bay";
@@ -75284,7 +75354,7 @@
/area/medical/research{
name = "Research Division"
})
-"cyZ" = (
+"cwN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75294,7 +75364,7 @@
/area/medical/research{
name = "Research Division"
})
-"cza" = (
+"cwO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
dir = 4;
@@ -75306,7 +75376,7 @@
/area/medical/research{
name = "Research Division"
})
-"czb" = (
+"cwP" = (
/obj/machinery/power/apc{
dir = 2;
name = "RD Office APC";
@@ -75323,22 +75393,32 @@
dir = 5
},
/area/crew_quarters/hor)
-"czc" = (
+"cwQ" = (
/obj/item/weapon/paper_bin{
pixel_x = 0;
pixel_y = 7
},
-/obj/item/weapon/pen,
/obj/structure/table,
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = -30
},
+/obj/item/weapon/stamp/rd{
+ pixel_x = -11;
+ pixel_y = 0;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 9;
+ pixel_y = -1
+ },
+/obj/item/weapon/pen,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/crew_quarters/hor)
-"czd" = (
+"cwR" = (
/obj/structure/table,
/obj/item/weapon/cartridge/signal/toxins,
/obj/item/weapon/cartridge/signal/toxins{
@@ -75359,7 +75439,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"cze" = (
+"cwS" = (
/obj/structure/closet/secure_closet/RD,
/obj/machinery/keycard_auth{
pixel_x = 0;
@@ -75369,7 +75449,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"czf" = (
+"cwT" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -75382,7 +75462,7 @@
dir = 5
},
/area/crew_quarters/hor)
-"czg" = (
+"cwU" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/airalarm{
dir = 8;
@@ -75397,39 +75477,45 @@
dir = 5
},
/area/crew_quarters/hor)
-"czh" = (
+"cwV" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"czi" = (
+"cwW" = (
/obj/item/weapon/cigbutt,
/obj/machinery/light_switch{
pixel_y = -23
},
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"czj" = (
+"cwX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warning{
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/toxins/storage)
-"czk" = (
+"cwY" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
},
/obj/machinery/light/small,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/storage)
-"czl" = (
+"cwZ" = (
/obj/machinery/door/airlock/maintenance{
name = "airlock access";
req_access_txt = "0";
@@ -75439,12 +75525,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"czm" = (
+"cxa" = (
/obj/item/stack/cable_coil,
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"czn" = (
+"cxb" = (
/obj/structure/rack,
/obj/item/weapon/tank/internals/air,
/obj/item/weapon/wrench,
@@ -75455,13 +75541,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"czo" = (
+"cxc" = (
/obj/item/trash/chips,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"czp" = (
+"cxd" = (
/obj/structure/reagent_dispensers/watertank,
/obj/effect/landmark{
name = "blobstart"
@@ -75470,7 +75556,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"czq" = (
+"cxe" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/medical,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -75482,7 +75568,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"czr" = (
+"cxf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -75497,7 +75583,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"czs" = (
+"cxg" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -75513,7 +75599,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"czt" = (
+"cxh" = (
/obj/machinery/door/airlock/medical{
name = "Patient Room B";
req_access_txt = "5"
@@ -75530,7 +75616,7 @@
/area/medical/exam_room{
name = "Patient Room B"
})
-"czu" = (
+"cxi" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -75545,7 +75631,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"czv" = (
+"cxj" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75563,7 +75649,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"czw" = (
+"cxk" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -75575,7 +75661,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"czx" = (
+"cxl" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -75583,7 +75669,7 @@
},
/turf/open/floor/plating,
/area/medical/genetics_cloning)
-"czy" = (
+"cxm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -75591,7 +75677,7 @@
dir = 8
},
/area/medical/genetics_cloning)
-"czz" = (
+"cxn" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -75603,7 +75689,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/genetics_cloning)
-"czA" = (
+"cxo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -75613,7 +75699,7 @@
dir = 4
},
/area/medical/genetics_cloning)
-"czB" = (
+"cxp" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -75621,7 +75707,7 @@
},
/turf/open/floor/plating,
/area/medical/genetics)
-"czC" = (
+"cxq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -75629,7 +75715,7 @@
dir = 9
},
/area/medical/genetics)
-"czD" = (
+"cxr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -75637,14 +75723,14 @@
dir = 1
},
/area/medical/genetics)
-"czE" = (
+"cxs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
-"czF" = (
+"cxt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75657,7 +75743,7 @@
dir = 4
},
/area/medical/genetics)
-"czG" = (
+"cxu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -75668,13 +75754,16 @@
dir = 5
},
/area/medical/genetics)
-"czH" = (
+"cxv" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/medical/genetics)
-"czI" = (
-/obj/item/weapon/folder/white,
+"cxw" = (
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/stack/packageWrap,
/obj/item/weapon/pen,
/obj/item/weapon/reagent_containers/spray/cleaner,
@@ -75683,7 +75772,7 @@
dir = 8
},
/area/medical/genetics)
-"czJ" = (
+"cxx" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -75692,7 +75781,7 @@
dir = 4
},
/area/medical/genetics)
-"czK" = (
+"cxy" = (
/obj/structure/sign/nosmoking_2{
pixel_x = 28
},
@@ -75704,7 +75793,7 @@
dir = 5
},
/area/medical/genetics)
-"czL" = (
+"cxz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -75720,7 +75809,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"czM" = (
+"cxA" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75734,7 +75823,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"czN" = (
+"cxB" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -75747,14 +75836,15 @@
dir = 2
},
/area/hallway/primary/aft)
-"czO" = (
+"cxC" = (
/obj/machinery/door/poddoor/shutters{
id = "Skynet_launch";
name = "Mech Bay"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"czP" = (
+"cxD" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75766,7 +75856,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"czQ" = (
+"cxE" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -75775,10 +75865,10 @@
},
/turf/open/floor/plasteel/circuit/gcircuit,
/area/assembly/chargebay)
-"czR" = (
+"cxF" = (
/turf/open/floor/plasteel/circuit/gcircuit,
/area/assembly/chargebay)
-"czS" = (
+"cxG" = (
/obj/machinery/camera{
c_tag = "Mech Bay";
dir = 8;
@@ -75786,12 +75876,12 @@
},
/turf/open/floor/plasteel/circuit/gcircuit,
/area/assembly/chargebay)
-"czT" = (
+"cxH" = (
/turf/open/floor/plating,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"czU" = (
+"cxI" = (
/obj/machinery/camera{
c_tag = "Research Testing Range";
dir = 8;
@@ -75807,7 +75897,7 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"czV" = (
+"cxJ" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -75825,7 +75915,7 @@
/area/medical/research{
name = "Research Division"
})
-"czW" = (
+"cxK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
@@ -75835,7 +75925,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/toxins/storage)
-"czX" = (
+"cxL" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -75850,7 +75940,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"czY" = (
+"cxM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -75860,12 +75950,11 @@
dir = 9;
pixel_y = 0
},
-/mob/living/simple_animal/mouse,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"czZ" = (
+"cxN" = (
/obj/machinery/light/small{
dir = 1
},
@@ -75881,7 +75970,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAa" = (
+"cxO" = (
/obj/machinery/door/airlock/external{
req_access_txt = "0";
req_one_access_txt = "13;8"
@@ -75890,7 +75979,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAb" = (
+"cxP" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -75902,13 +75991,14 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAc" = (
+"cxQ" = (
/obj/machinery/computer/slot_machine{
pixel_y = 2
},
@@ -75918,7 +76008,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAd" = (
+"cxR" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas,
/obj/effect/spawner/lootdrop/maintenance,
@@ -75926,24 +76016,24 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAe" = (
+"cxS" = (
/obj/item/latexballon,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAf" = (
+"cxT" = (
/obj/item/clothing/suit/ianshirt,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAg" = (
+"cxU" = (
/turf/closed/wall,
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cAh" = (
+"cxV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -75957,7 +76047,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cAi" = (
+"cxW" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -75972,7 +76062,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cAj" = (
+"cxX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -75986,7 +76076,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cAk" = (
+"cxY" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 4;
@@ -75996,12 +76086,11 @@
/obj/machinery/door/airlock/glass_medical{
id_tag = "CloningDoor";
name = "Cloning Lab";
- req_access_txt = "0";
- req_one_access_txt = "5"
+ req_access_txt = "5; 68"
},
/turf/open/floor/plasteel/whiteblue,
/area/medical/genetics_cloning)
-"cAl" = (
+"cxZ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -76011,7 +76100,7 @@
dir = 8
},
/area/medical/genetics_cloning)
-"cAm" = (
+"cya" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -76023,7 +76112,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/genetics_cloning)
-"cAn" = (
+"cyb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -76041,11 +76130,11 @@
dir = 4
},
/area/medical/genetics_cloning)
-"cAo" = (
+"cyc" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_research{
name = "Genetics Lab";
- req_access_txt = "5;9"
+ req_access_txt = "5; 9; 68"
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -76057,7 +76146,7 @@
},
/turf/open/floor/plasteel/whiteblue,
/area/medical/genetics)
-"cAp" = (
+"cyd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -76070,7 +76159,7 @@
dir = 8
},
/area/medical/genetics)
-"cAq" = (
+"cye" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -76081,7 +76170,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
-"cAr" = (
+"cyf" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -76095,7 +76184,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
-"cAs" = (
+"cyg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -76103,12 +76192,12 @@
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
-"cAt" = (
+"cyh" = (
/turf/open/floor/plasteel/whiteblue/side{
dir = 4
},
/area/medical/genetics)
-"cAu" = (
+"cyi" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
icon_state = "door_closed";
@@ -76120,19 +76209,19 @@
},
/turf/open/floor/plasteel,
/area/medical/genetics)
-"cAv" = (
+"cyj" = (
/turf/open/floor/plasteel/blue/side{
dir = 8
},
/area/medical/genetics)
-"cAw" = (
+"cyk" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
/turf/open/floor/plasteel,
/area/medical/genetics)
-"cAx" = (
+"cyl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -76140,7 +76229,7 @@
dir = 4
},
/area/medical/genetics)
-"cAy" = (
+"cym" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -76155,7 +76244,7 @@
},
/turf/open/floor/plasteel,
/area/medical/genetics)
-"cAz" = (
+"cyn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -76163,7 +76252,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cAA" = (
+"cyo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -76172,7 +76261,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cAB" = (
+"cyp" = (
/obj/machinery/door/poddoor/shutters{
id = "Skynet_launch";
name = "Mech Bay"
@@ -76180,9 +76269,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cAC" = (
+"cyq" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -76194,10 +76284,10 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cAD" = (
+"cyr" = (
/turf/open/floor/bluegrid,
/area/assembly/chargebay)
-"cAE" = (
+"cys" = (
/obj/machinery/airalarm{
dir = 8;
icon_state = "alarm0";
@@ -76212,23 +76302,25 @@
},
/turf/open/floor/bluegrid,
/area/assembly/chargebay)
-"cAF" = (
+"cyt" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cAG" = (
-/turf/open/floor/plating/warnplate,
+"cyu" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cAH" = (
+"cyv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27;
@@ -76238,7 +76330,7 @@
/area/medical/research{
name = "Research Division"
})
-"cAI" = (
+"cyw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -76253,7 +76345,7 @@
/area/medical/research{
name = "Research Division"
})
-"cAJ" = (
+"cyx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -76262,69 +76354,74 @@
/area/medical/research{
name = "Research Division"
})
-"cAK" = (
+"cyy" = (
/obj/structure/sign/biohazard,
/turf/closed/wall,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAL" = (
+"cyz" = (
/obj/machinery/light_switch{
pixel_y = 28
},
/obj/structure/closet/l3closet/scientist{
pixel_x = -2
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAM" = (
+"cyA" = (
/obj/structure/closet/wardrobe/science_white,
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAN" = (
+"cyB" = (
/obj/machinery/firealarm{
dir = 2;
pixel_y = 24
},
/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAO" = (
+"cyC" = (
/obj/item/device/radio/intercom{
pixel_y = 25
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAP" = (
+"cyD" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAQ" = (
+"cyE" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -76335,13 +76432,14 @@
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAR" = (
+"cyF" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/structure/window/reinforced{
dir = 8
@@ -76350,13 +76448,14 @@
frequency = 1439;
pixel_y = 23
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAS" = (
+"cyG" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/structure/sign/nosmoking_2{
pixel_y = 32
@@ -76364,32 +76463,35 @@
/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAT" = (
+"cyH" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/structure/window/reinforced{
dir = 4
},
/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAU" = (
+"cyI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAV" = (
+"cyJ" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -76398,18 +76500,19 @@
pixel_y = 28
},
/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAW" = (
+"cyK" = (
/turf/closed/wall/r_wall,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cAX" = (
+"cyL" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -76418,24 +76521,28 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAY" = (
+"cyM" = (
/obj/machinery/door/airlock/research{
name = "Toxins Space Access";
req_access_txt = "8"
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cAZ" = (
+"cyN" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -76454,7 +76561,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cBa" = (
+"cyO" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/obj/machinery/status_display{
@@ -76469,7 +76576,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cBb" = (
+"cyP" = (
/obj/machinery/vending/coffee,
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -76482,7 +76589,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cBc" = (
+"cyQ" = (
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
icon_state = "map-right-MS";
@@ -76495,7 +76602,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cBd" = (
+"cyR" = (
/obj/machinery/vending/cigarette,
/obj/structure/noticeboard{
pixel_y = 32
@@ -76506,7 +76613,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cBe" = (
+"cyS" = (
/obj/structure/chair/stool,
/obj/structure/sign/poster{
pixel_y = 32
@@ -76515,7 +76622,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cBf" = (
+"cyT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -76529,7 +76636,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cBg" = (
+"cyU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/sign/nosmoking_2{
pixel_x = 28
@@ -76541,7 +76648,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cBh" = (
+"cyV" = (
/obj/machinery/button/door{
desc = "A remote control switch for the cloning door.";
id = "CloningDoor";
@@ -76554,7 +76661,7 @@
dir = 10
},
/area/medical/genetics_cloning)
-"cBi" = (
+"cyW" = (
/obj/effect/landmark/start{
name = "Geneticist"
},
@@ -76565,7 +76672,7 @@
dir = 2
},
/area/medical/genetics_cloning)
-"cBj" = (
+"cyX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -76587,17 +76694,17 @@
dir = 6
},
/area/medical/genetics_cloning)
-"cBk" = (
+"cyY" = (
/turf/open/floor/plasteel/whiteblue/side{
dir = 10
},
/area/medical/genetics)
-"cBl" = (
+"cyZ" = (
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
},
/area/medical/genetics)
-"cBm" = (
+"cza" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -76611,7 +76718,7 @@
dir = 6
},
/area/medical/genetics)
-"cBn" = (
+"czb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -76619,7 +76726,7 @@
dir = 10
},
/area/medical/genetics)
-"cBo" = (
+"czc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -76627,7 +76734,7 @@
dir = 0
},
/area/medical/genetics)
-"cBp" = (
+"czd" = (
/obj/machinery/light_switch{
pixel_x = 23;
pixel_y = 0
@@ -76639,13 +76746,13 @@
dir = 6
},
/area/medical/genetics)
-"cBq" = (
+"cze" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/medical/genetics)
-"cBr" = (
+"czf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -76662,7 +76769,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cBs" = (
+"czg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -76673,7 +76780,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cBt" = (
+"czh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -76690,7 +76797,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cBu" = (
+"czi" = (
/obj/machinery/button/door{
dir = 2;
id = "Skynet_launch";
@@ -76715,10 +76822,10 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cBv" = (
+"czj" = (
/turf/open/floor/mech_bay_recharge_floor,
/area/assembly/chargebay)
-"cBw" = (
+"czk" = (
/obj/machinery/computer/mech_bay_power_console,
/obj/structure/cable/yellow{
d2 = 4;
@@ -76726,7 +76833,7 @@
},
/turf/open/floor/bluegrid,
/area/assembly/chargebay)
-"cBx" = (
+"czl" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced{
dir = 1
@@ -76735,19 +76842,23 @@
pixel_x = -27;
pixel_y = 0
},
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/paper/range{
pixel_x = 2;
pixel_y = 2
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cBy" = (
+"czm" = (
/obj/machinery/door/window/westleft{
base_state = "right";
dir = 1;
@@ -76762,7 +76873,7 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cBz" = (
+"czn" = (
/obj/structure/table/reinforced,
/obj/machinery/magnetic_controller{
autolink = 1;
@@ -76772,13 +76883,14 @@
dir = 1
},
/obj/item/clothing/ears/earmuffs,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cBA" = (
+"czo" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -76788,7 +76900,7 @@
/area/medical/research{
name = "Research Division"
})
-"cBB" = (
+"czp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -76801,7 +76913,7 @@
/area/medical/research{
name = "Research Division"
})
-"cBC" = (
+"czq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -76812,7 +76924,7 @@
/area/medical/research{
name = "Research Division"
})
-"cBD" = (
+"czr" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -76822,17 +76934,18 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBE" = (
+"czs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBF" = (
+"czt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -76840,7 +76953,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBG" = (
+"czu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -76851,20 +76964,20 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBH" = (
+"czv" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible,
/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBI" = (
+"czw" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/machinery/meter,
/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBJ" = (
+"czx" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 9
},
@@ -76872,7 +76985,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBK" = (
+"czy" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 5
},
@@ -76880,7 +76993,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBL" = (
+"czz" = (
/obj/machinery/atmospherics/components/trinary/filter{
density = 0;
dir = 8;
@@ -76890,22 +77003,23 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBM" = (
+"czA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBN" = (
+"czB" = (
/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBO" = (
+"czC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -76920,15 +77034,21 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cBP" = (
+"czD" = (
/turf/closed/wall,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBQ" = (
+"czE" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/door/firedoor,
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
/obj/item/weapon/reagent_containers/syringe,
@@ -76937,14 +77057,17 @@
/area/medical/medbay{
name = "Medbay Central"
})
-"cBR" = (
-/turf/open/floor/plasteel/bot{
+"czF" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBS" = (
+"czG" = (
/obj/item/stack/rods{
amount = 50
},
@@ -76966,13 +77089,16 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBT" = (
+"czH" = (
/obj/machinery/airalarm{
desc = "This particular atmos control unit appears to have no access restrictions.";
dir = 8;
@@ -76989,7 +77115,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cBU" = (
+"czI" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'BOMB RANGE";
name = "BOMB RANGE"
@@ -76998,15 +77124,15 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cBV" = (
+"czJ" = (
/turf/closed/wall,
/area/toxins/test_area)
-"cBW" = (
+"czK" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/toxins/test_area)
-"cBX" = (
+"czL" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
@@ -77014,7 +77140,7 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cBY" = (
+"czM" = (
/obj/structure/chair/stool,
/obj/structure/sign/poster{
pixel_x = 32;
@@ -77026,7 +77152,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cBZ" = (
+"czN" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Maintenance";
req_access_txt = "5"
@@ -77035,14 +77161,14 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCa" = (
+"czO" = (
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCb" = (
+"czP" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -77053,7 +77179,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCc" = (
+"czQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -77069,7 +77195,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCd" = (
+"czR" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -77082,7 +77208,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCe" = (
+"czS" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -77096,7 +77222,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCf" = (
+"czT" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -77114,7 +77240,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCg" = (
+"czU" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -77135,7 +77261,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCh" = (
+"czV" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -77161,7 +77287,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCi" = (
+"czW" = (
/obj/machinery/power/apc{
dir = 4;
name = "Medbay Aft APC";
@@ -77181,7 +77307,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cCj" = (
+"czX" = (
/obj/item/weapon/book/manual/medical_cloning{
pixel_y = 6
},
@@ -77193,7 +77319,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/genetics_cloning)
-"cCk" = (
+"czY" = (
/obj/item/weapon/storage/box/rxglasses{
pixel_x = 3;
pixel_y = 3
@@ -77204,7 +77330,7 @@
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/genetics_cloning)
-"cCl" = (
+"czZ" = (
/obj/structure/closet/secure_closet/personal/patient,
/obj/machinery/airalarm{
dir = 8;
@@ -77213,7 +77339,7 @@
},
/turf/open/floor/plasteel/vault,
/area/medical/genetics_cloning)
-"cCm" = (
+"cAa" = (
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
@@ -77221,7 +77347,7 @@
/obj/structure/closet/wardrobe/genetics_white,
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cCn" = (
+"cAb" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -77233,7 +77359,7 @@
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/genetics)
-"cCo" = (
+"cAc" = (
/obj/structure/bed/roller,
/obj/machinery/door/window/westleft{
dir = 1;
@@ -77243,7 +77369,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/genetics)
-"cCp" = (
+"cAd" = (
/obj/machinery/light,
/obj/machinery/door/window/westleft{
base_state = "right";
@@ -77257,7 +77383,7 @@
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/genetics)
-"cCq" = (
+"cAe" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
@@ -77270,7 +77396,7 @@
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/genetics)
-"cCr" = (
+"cAf" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -77284,11 +77410,11 @@
},
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cCs" = (
+"cAg" = (
/obj/structure/closet/secure_closet/personal/patient,
/turf/open/floor/plasteel/vault,
/area/medical/genetics)
-"cCt" = (
+"cAh" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -77306,7 +77432,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cCu" = (
+"cAi" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -77317,7 +77443,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cCv" = (
+"cAj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -77326,7 +77452,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cCw" = (
+"cAk" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
name = "Mech Bay";
@@ -77338,7 +77464,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cCx" = (
+"cAl" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -77353,7 +77479,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cCy" = (
+"cAm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -77367,7 +77493,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cCz" = (
+"cAn" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -77388,7 +77514,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cCA" = (
+"cAo" = (
/obj/machinery/power/apc{
dir = 4;
name = "Mech Bay APC";
@@ -77401,7 +77527,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cCB" = (
+"cAp" = (
/obj/structure/rack,
/obj/item/target,
/obj/item/target,
@@ -77415,24 +77541,26 @@
/obj/machinery/light_switch{
pixel_x = -25
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cCC" = (
+"cAq" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cCD" = (
+"cAr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -77441,13 +77569,14 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cCE" = (
+"cAs" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
name = "Research Testing Range";
@@ -77466,7 +77595,7 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cCF" = (
+"cAt" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -77481,7 +77610,7 @@
/area/medical/research{
name = "Research Division"
})
-"cCG" = (
+"cAu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -77501,7 +77630,7 @@
/area/medical/research{
name = "Research Division"
})
-"cCH" = (
+"cAv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -77514,7 +77643,7 @@
/area/medical/research{
name = "Research Division"
})
-"cCI" = (
+"cAw" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
d1 = 4;
@@ -77529,23 +77658,25 @@
id = "toxins_blastdoor";
name = "biohazard containment shutters"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCJ" = (
+"cAx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCK" = (
+"cAy" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
on = 1
@@ -77559,7 +77690,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCL" = (
+"cAz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -77572,7 +77703,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCM" = (
+"cAA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -77585,7 +77716,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCN" = (
+"cAB" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -77598,7 +77729,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCO" = (
+"cAC" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -77612,7 +77743,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCP" = (
+"cAD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -77628,11 +77759,11 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCQ" = (
+"cAE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/obj/effect/landmark/start{
name = "Scientist"
},
@@ -77643,7 +77774,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCR" = (
+"cAF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -77656,33 +77787,35 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCS" = (
+"cAG" = (
/obj/structure/window/reinforced,
/obj/machinery/portable_atmospherics/scrubber,
/obj/item/weapon/storage/firstaid/toxin,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCT" = (
+"cAH" = (
/obj/structure/sign/biohazard,
/turf/closed/wall/r_wall,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCU" = (
+"cAI" = (
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCV" = (
+"cAJ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -77695,20 +77828,21 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCW" = (
+"cAK" = (
/obj/machinery/light/small{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCX" = (
+"cAL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -77716,27 +77850,31 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cCY" = (
+"cAM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 2;
+ id_tag = "ResearchExt";
name = "Research Division";
req_access_txt = "0";
req_one_access_txt = "47"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/research{
name = "Research Division"
})
-"cCZ" = (
-/turf/open/floor/plasteel/warning{
+"cAN" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDa" = (
+"cAO" = (
/obj/structure/chair{
dir = 4
},
@@ -77749,27 +77887,29 @@
pixel_x = 30;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDb" = (
+"cAP" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDc" = (
+"cAQ" = (
/obj/structure/window/reinforced,
/obj/item/target,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/toxins/test_area)
-"cDd" = (
+"cAR" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
@@ -77782,7 +77922,7 @@
/area/medical/research{
name = "Research Division"
})
-"cDe" = (
+"cAS" = (
/obj/structure/chair/stool,
/obj/item/device/radio/intercom{
broadcasting = 1;
@@ -77799,7 +77939,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDf" = (
+"cAT" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/cafeteria{
dir = 5
@@ -77807,16 +77947,16 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDg" = (
+"cAU" = (
/obj/item/weapon/cigbutt,
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDh" = (
+"cAV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -77826,7 +77966,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDi" = (
+"cAW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -77842,14 +77982,9 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDj" = (
+"cAX" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -77857,7 +77992,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDk" = (
+"cAY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -77867,7 +78002,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDl" = (
+"cAZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -77880,7 +78015,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDm" = (
+"cBa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/obj/item/device/radio/intercom{
@@ -77896,13 +78031,13 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cDn" = (
+"cBb" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/medical/genetics_cloning)
-"cDo" = (
+"cBc" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Genetics";
@@ -77911,13 +78046,13 @@
},
/turf/open/floor/plasteel/black,
/area/medical/genetics)
-"cDp" = (
+"cBd" = (
/obj/structure/sign/directions/evac{
pixel_y = 0
},
/turf/closed/wall,
/area/hallway/primary/aft)
-"cDq" = (
+"cBe" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -77926,34 +78061,37 @@
dir = 8
},
/area/hallway/primary/aft)
-"cDr" = (
+"cBf" = (
/obj/structure/sign/directions/evac{
pixel_y = 0
},
/turf/closed/wall,
/area/assembly/chargebay)
-"cDs" = (
+"cBg" = (
/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cDt" = (
+"cBh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cDu" = (
+"cBi" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/machinery/firealarm{
dir = 4;
pixel_x = 28
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cDv" = (
+"cBj" = (
/obj/structure/table,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -77966,13 +78104,14 @@
dir = 5
},
/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cDw" = (
+"cBk" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
@@ -77988,11 +78127,12 @@
req_access_txt = "0"
},
/obj/machinery/light,
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cDx" = (
+"cBl" = (
/obj/item/weapon/gun/energy/laser/practice,
/obj/machinery/power/apc{
dir = 2;
@@ -78005,13 +78145,14 @@
dir = 4
},
/obj/structure/cable/yellow,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cDy" = (
+"cBm" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -78025,7 +78166,7 @@
/area/toxins/misc_lab{
name = "\improper Research Testing Range"
})
-"cDz" = (
+"cBn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -78036,7 +78177,7 @@
/area/medical/research{
name = "Research Division"
})
-"cDA" = (
+"cBo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -78049,7 +78190,7 @@
/area/medical/research{
name = "Research Division"
})
-"cDB" = (
+"cBp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -78060,7 +78201,7 @@
/area/medical/research{
name = "Research Division"
})
-"cDC" = (
+"cBq" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/preopen{
@@ -78071,7 +78212,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDD" = (
+"cBr" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -78086,12 +78227,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cDE" = (
+"cBs" = (
/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDF" = (
+"cBt" = (
/obj/item/device/assembly/prox_sensor{
pixel_x = -4;
pixel_y = 1
@@ -78109,48 +78250,51 @@
pixel_y = 2
},
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDG" = (
+"cBu" = (
/obj/structure/chair/stool,
/obj/effect/landmark/start{
name = "Scientist"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDH" = (
+"cBv" = (
/obj/structure/table/reinforced,
/obj/item/weapon/wrench,
/obj/item/weapon/screwdriver{
pixel_y = 10
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDI" = (
+"cBw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDJ" = (
+"cBx" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDK" = (
+"cBy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -78161,7 +78305,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDL" = (
+"cBz" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1
@@ -78170,7 +78314,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDM" = (
+"cBA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -78179,15 +78323,16 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDN" = (
+"cBB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDO" = (
+"cBC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -78199,21 +78344,23 @@
id = "toxins_blastdoor";
name = "biohazard containment shutters"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDP" = (
+"cBD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDQ" = (
+"cBE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -78227,17 +78374,18 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDR" = (
+"cBF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDS" = (
+"cBG" = (
/obj/machinery/door/airlock/research{
name = "Toxins Launch Room";
req_access_txt = "8"
@@ -78245,46 +78393,51 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDT" = (
+"cBH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDU" = (
+"cBI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDV" = (
-/turf/open/floor/plasteel/warning,
+"cBJ" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDW" = (
+"cBK" = (
/obj/machinery/light/small,
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
},
-/turf/open/floor/plasteel/warning,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDX" = (
+"cBL" = (
/obj/structure/chair{
dir = 4
},
@@ -78303,38 +78456,42 @@
pixel_x = 30;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cDY" = (
+"cBM" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'BOMB RANGE";
name = "BOMB RANGE"
},
/turf/closed/wall,
/area/toxins/test_area)
-"cDZ" = (
+"cBN" = (
/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cEa" = (
+"cBO" = (
/obj/item/device/flashlight/lamp,
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cEb" = (
+"cBP" = (
/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cEc" = (
+"cBQ" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -78343,22 +78500,22 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cEd" = (
+"cBR" = (
/turf/closed/wall/r_wall,
/area/medical/virology)
-"cEe" = (
+"cBS" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/medical/virology)
-"cEf" = (
+"cBT" = (
/obj/item/weapon/cigbutt,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cEg" = (
+"cBU" = (
/obj/machinery/light{
dir = 8
},
@@ -78377,7 +78534,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEh" = (
+"cBV" = (
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 0;
pixel_y = -30
@@ -78390,7 +78547,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEi" = (
+"cBW" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -78411,7 +78568,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEj" = (
+"cBX" = (
/obj/machinery/microwave{
pixel_x = -3;
pixel_y = 6
@@ -78423,13 +78580,13 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEk" = (
+"cBY" = (
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEl" = (
+"cBZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -78443,7 +78600,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEm" = (
+"cCa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
@@ -78453,7 +78610,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEn" = (
+"cCb" = (
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -78465,7 +78622,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEo" = (
+"cCc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/closet/secure_closet/personal/patient,
/turf/open/floor/plasteel/white/side{
@@ -78474,7 +78631,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEp" = (
+"cCd" = (
/obj/structure/closet/secure_closet/personal/patient,
/turf/open/floor/plasteel/white/corner{
dir = 8
@@ -78482,23 +78639,23 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cEq" = (
+"cCe" = (
/turf/closed/wall,
/area/medical/morgue)
-"cEr" = (
+"cCf" = (
/obj/structure/bodycontainer/morgue,
/obj/effect/landmark{
name = "revenantspawn"
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cEs" = (
+"cCg" = (
/obj/effect/landmark{
name = "blobstart"
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cEt" = (
+"cCh" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -78507,7 +78664,7 @@
},
/turf/closed/wall/r_wall,
/area/engine/engineering)
-"cEu" = (
+"cCi" = (
/obj/machinery/firealarm{
dir = 2;
pixel_y = 24
@@ -78517,28 +78674,31 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cEv" = (
+"cCj" = (
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cEw" = (
+"cCk" = (
/obj/machinery/airalarm{
pixel_y = 32
},
/obj/structure/table,
/obj/item/weapon/paper_bin{
- pixel_x = -2;
+ pixel_x = 6;
pixel_y = 4
},
+/obj/item/weapon/paper/morguereminder{
+ pixel_x = -4
+ },
/obj/effect/landmark{
name = "revenantspawn"
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cEx" = (
+"cCl" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/black,
/area/hallway/primary/aft)
-"cEy" = (
+"cCm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
freerange = 0;
@@ -78550,10 +78710,10 @@
dir = 2
},
/area/hallway/primary/aft)
-"cEz" = (
+"cCn" = (
/turf/closed/wall/r_wall,
/area/assembly/chargebay)
-"cEA" = (
+"cCo" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -78562,7 +78722,7 @@
},
/turf/open/floor/plating,
/area/assembly/chargebay)
-"cEB" = (
+"cCp" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -78576,32 +78736,33 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/assembly/chargebay)
-"cEC" = (
+"cCq" = (
/turf/closed/wall/r_wall,
/area/assembly/robotics)
-"cED" = (
+"cCr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cEE" = (
+"cCs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
/area/medical/research{
name = "Research Division"
})
-"cEF" = (
+"cCt" = (
/obj/structure/closet/bombcloset,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEG" = (
+"cCu" = (
/obj/item/device/assembly/signaler{
pixel_x = 0;
pixel_y = 8
@@ -78619,13 +78780,14 @@
pixel_y = -2
},
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEH" = (
+"cCv" = (
/obj/item/device/transfer_valve{
pixel_x = -5
},
@@ -78657,7 +78819,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEI" = (
+"cCw" = (
/obj/item/device/assembly/timer{
pixel_x = 5;
pixel_y = 4
@@ -78675,13 +78837,14 @@
pixel_y = 0
},
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEJ" = (
+"cCx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -78690,13 +78853,14 @@
pixel_y = -28
},
/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEK" = (
+"cCy" = (
/obj/machinery/disposal/bin{
pixel_x = -2;
pixel_y = -2
@@ -78704,13 +78868,14 @@
/obj/structure/disposalpipe/trunk{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEL" = (
+"cCz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -78723,7 +78888,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEM" = (
+"cCA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -78736,7 +78901,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEN" = (
+"cCB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -78749,7 +78914,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEO" = (
+"cCC" = (
/obj/structure/table,
/obj/item/device/assembly/igniter{
pixel_x = -5;
@@ -78780,20 +78945,22 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEP" = (
-/turf/open/floor/plasteel/warning/corner{
+"cCD" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cEQ" = (
+"cCE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -78804,14 +78971,15 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cER" = (
-/turf/open/floor/plasteel/warning/corner{
+"cCF" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cES" = (
+"cCG" = (
/obj/machinery/door/window/southleft{
name = "Mass Driver Door";
req_access_txt = "7"
@@ -78820,30 +78988,32 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cET" = (
+"cCH" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cEU" = (
+"cCI" = (
/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cEV" = (
+"cCJ" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cEW" = (
+"cCK" = (
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cEX" = (
+"cCL" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
on = 1;
scrub_N2O = 0;
@@ -78851,7 +79021,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cEY" = (
+"cCM" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
on = 1
},
@@ -78860,7 +79030,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cEZ" = (
+"cCN" = (
/obj/machinery/camera{
c_tag = "Medbay Hallway Aft";
dir = 4;
@@ -78872,7 +79042,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cFa" = (
+"cCO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -78890,7 +79060,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cFb" = (
+"cCP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -78907,7 +79077,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cFc" = (
+"cCQ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -78921,7 +79091,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cFd" = (
+"cCR" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -78936,7 +79106,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cFe" = (
+"cCS" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -78949,7 +79119,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cFf" = (
+"cCT" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
@@ -78968,7 +79138,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cFg" = (
+"cCU" = (
/obj/machinery/light/small{
dir = 8
},
@@ -78978,7 +79148,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cFh" = (
+"cCV" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -78989,7 +79159,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cFi" = (
+"cCW" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -78998,7 +79168,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cFj" = (
+"cCX" = (
/obj/effect/landmark/start{
name = "Medical Doctor"
},
@@ -79007,7 +79177,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cFk" = (
+"cCY" = (
/obj/structure/table,
/obj/item/weapon/storage/box/bodybags,
/obj/item/weapon/pen,
@@ -79019,11 +79189,11 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cFl" = (
+"cCZ" = (
/obj/machinery/vending/cola,
/turf/open/floor/plasteel/black,
/area/hallway/primary/aft)
-"cFm" = (
+"cDa" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -79032,7 +79202,7 @@
},
/turf/open/floor/plating,
/area/assembly/robotics)
-"cFn" = (
+"cDb" = (
/obj/structure/filingcabinet/chestdrawer{
pixel_x = -2;
pixel_y = 2
@@ -79044,18 +79214,20 @@
pixel_y = 26;
req_access_txt = "29"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cFo" = (
+"cDc" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cFp" = (
+"cDd" = (
/obj/machinery/mecha_part_fabricator{
dir = 2
},
@@ -79068,9 +79240,10 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cFq" = (
+"cDe" = (
/obj/structure/sign/nosmoking_2{
pixel_y = 32
},
@@ -79081,9 +79254,10 @@
},
/obj/item/weapon/storage/belt/utility,
/obj/item/weapon/reagent_containers/glass/beaker/large,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cFr" = (
+"cDf" = (
/obj/machinery/mecha_part_fabricator{
dir = 2
},
@@ -79092,9 +79266,10 @@
dir = 2;
network = list("SS13","RD")
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cFs" = (
+"cDg" = (
/obj/machinery/power/apc{
dir = 1;
name = "Robotics Lab APC";
@@ -79118,9 +79293,10 @@
pixel_x = -8;
pixel_y = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cFt" = (
+"cDh" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -79129,18 +79305,21 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 2;
+ id_tag = "ResearchExt";
name = "Research Division";
req_access_txt = "0";
req_one_access_txt = "47"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/medical/research{
name = "Research Division"
})
-"cFu" = (
+"cDi" = (
/turf/closed/wall,
/area/assembly/robotics)
-"cFv" = (
+"cDj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
icon_state = "tube1";
@@ -79150,19 +79329,19 @@
/area/medical/research{
name = "Research Division"
})
-"cFw" = (
+"cDk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFx" = (
+"cDl" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFy" = (
+"cDm" = (
/obj/machinery/shower{
dir = 4;
icon_state = "shower";
@@ -79172,39 +79351,42 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFz" = (
-/turf/open/floor/plasteel/warnwhite{
+"cDn" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFA" = (
+"cDo" = (
/obj/structure/table,
/obj/item/weapon/crowbar,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/weapon/wrench,
/obj/item/clothing/mask/gas,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFB" = (
+"cDp" = (
/obj/structure/table,
/obj/item/clothing/glasses/science,
/obj/item/clothing/glasses/science,
/obj/item/device/multitool{
pixel_x = 3
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFC" = (
+"cDq" = (
/obj/machinery/mass_driver{
dir = 4;
id = "toxinsdriver"
@@ -79213,7 +79395,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFD" = (
+"cDr" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -79227,14 +79409,15 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFE" = (
-/turf/open/floor/plating/warnplate{
+"cDs" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFF" = (
+"cDt" = (
/obj/machinery/door/poddoor{
id = "toxinsdriver";
name = "Toxins Launcher Bay Door"
@@ -79243,26 +79426,29 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cFG" = (
-/turf/open/floor/plating/airless/warnplate{
+"cDu" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating/airless,
/area/space)
-"cFH" = (
-/turf/open/floor/plating/airless/warnplate{
+"cDv" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cFI" = (
-/turf/open/floor/plating/airless/warnplate{
+"cDw" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cFJ" = (
+"cDx" = (
/obj/item/device/radio/beacon,
/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cFK" = (
+"cDy" = (
/obj/machinery/camera{
active_power_usage = 0;
c_tag = "Bomb Test Site";
@@ -79278,41 +79464,43 @@
/obj/item/target/alien{
anchored = 1
},
-/turf/open/floor/plating/warnplate{
- dir = 4;
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating{
luminosity = 2;
initial_gas_mix = "o2=0.01;n2=0.01";
temperature = 2.7
},
/area/toxins/test_area)
-"cFL" = (
+"cDz" = (
/turf/closed/indestructible{
desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease";
icon_state = "riveted";
name = "hyper-reinforced wall"
},
/area/toxins/test_area)
-"cFM" = (
+"cDA" = (
/obj/structure/bed/roller,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cFN" = (
+"cDB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cFO" = (
+"cDC" = (
/obj/effect/landmark{
name = "blobstart"
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cFP" = (
+"cDD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cFQ" = (
+"cDE" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -79321,7 +79509,7 @@
},
/turf/open/floor/plating,
/area/medical/virology)
-"cFR" = (
+"cDF" = (
/obj/item/weapon/storage/box/beakers{
pixel_x = 2;
pixel_y = 2
@@ -79347,7 +79535,7 @@
dir = 9
},
/area/medical/virology)
-"cFS" = (
+"cDG" = (
/obj/item/weapon/book/manual/wiki/infections{
pixel_y = 7
},
@@ -79364,7 +79552,7 @@
dir = 5
},
/area/medical/virology)
-"cFT" = (
+"cDH" = (
/obj/machinery/smartfridge/chemistry/virology,
/obj/machinery/airalarm{
frequency = 1439;
@@ -79372,7 +79560,7 @@
},
/turf/open/floor/plasteel/whitegreen,
/area/medical/virology)
-"cFU" = (
+"cDI" = (
/obj/machinery/reagentgrinder{
pixel_y = 8
},
@@ -79381,7 +79569,7 @@
dir = 9
},
/area/medical/virology)
-"cFV" = (
+"cDJ" = (
/obj/item/clothing/gloves/color/latex,
/obj/item/device/healthanalyzer,
/obj/item/clothing/glasses/hud/health,
@@ -79395,7 +79583,7 @@
dir = 5
},
/area/medical/virology)
-"cFW" = (
+"cDK" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -79412,7 +79600,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cFX" = (
+"cDL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -79428,7 +79616,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cFY" = (
+"cDM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -79446,7 +79634,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cFZ" = (
+"cDN" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -79459,23 +79647,25 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating{
icon_plating = "warnplate"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cGa" = (
+"cDO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cGb" = (
+"cDP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -79487,7 +79677,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGc" = (
+"cDQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -79497,7 +79687,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGd" = (
+"cDR" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -79510,7 +79700,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGe" = (
+"cDS" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -79522,7 +79712,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGf" = (
+"cDT" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -79531,7 +79721,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGg" = (
+"cDU" = (
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j1";
dir = 4
@@ -79542,7 +79732,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGh" = (
+"cDV" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -79553,7 +79743,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGi" = (
+"cDW" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -79571,7 +79761,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cGj" = (
+"cDX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -79591,7 +79781,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cGk" = (
+"cDY" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -79605,7 +79795,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cGl" = (
+"cDZ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -79619,7 +79809,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cGm" = (
+"cEa" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -79633,7 +79823,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cGn" = (
+"cEb" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -79648,7 +79838,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cGo" = (
+"cEc" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -79659,7 +79849,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cGp" = (
+"cEd" = (
/obj/structure/table,
/obj/machinery/power/apc{
dir = 4;
@@ -79671,26 +79861,29 @@
d2 = 8;
icon_state = "0-8"
},
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/clothing/gloves/color/latex,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cGq" = (
+"cEe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/medical/morgue)
-"cGr" = (
+"cEf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/hallway/primary/aft)
-"cGs" = (
+"cEg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -79705,7 +79898,7 @@
dir = 8
},
/area/hallway/primary/aft)
-"cGt" = (
+"cEh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -79714,10 +79907,10 @@
dir = 4
},
/area/hallway/primary/aft)
-"cGu" = (
+"cEi" = (
/turf/open/floor/plasteel/purple,
/area/assembly/robotics)
-"cGv" = (
+"cEj" = (
/obj/structure/table/reinforced,
/obj/item/weapon/pen,
/obj/machinery/door/window/eastright{
@@ -79725,8 +79918,14 @@
name = "Robotics Desk";
req_access_txt = "29"
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters/preopen{
id = "robotics_shutters";
@@ -79734,18 +79933,19 @@
},
/turf/open/floor/plating,
/area/assembly/robotics)
-"cGw" = (
+"cEk" = (
/obj/effect/landmark/start{
name = "Roboticist"
},
/obj/structure/chair/office/light{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cGx" = (
+"cEl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -79758,11 +79958,12 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cGy" = (
+"cEm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -79774,11 +79975,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cGz" = (
+"cEn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -79796,11 +79998,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cGA" = (
+"cEo" = (
/obj/structure/table,
/obj/item/stack/sheet/plasteel{
amount = 10
@@ -79816,9 +80019,10 @@
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cGB" = (
+"cEp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
@@ -79830,13 +80034,13 @@
/area/medical/research{
name = "Research Division"
})
-"cGC" = (
+"cEq" = (
/obj/structure/lattice,
/turf/open/space,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGD" = (
+"cEr" = (
/obj/machinery/door/poddoor{
id = "mixvent";
name = "Mixer Room Vent"
@@ -79845,7 +80049,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGE" = (
+"cEs" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -79858,7 +80062,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGF" = (
+"cEt" = (
/obj/machinery/sparker{
dir = 2;
id = "mixingsparker";
@@ -79877,7 +80081,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGG" = (
+"cEu" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
@@ -79885,7 +80089,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGH" = (
+"cEv" = (
/obj/machinery/airlock_sensor{
id_tag = "tox_airlock_sensor";
master_tag = "tox_airlock_control";
@@ -79900,7 +80104,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGI" = (
+"cEw" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
@@ -79915,24 +80119,26 @@
sanitize_external = 1;
sensor_tag = "tox_airlock_sensor"
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGJ" = (
+"cEx" = (
/obj/machinery/atmospherics/components/binary/valve{
dir = 4;
name = "manual outlet valve"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGK" = (
+"cEy" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
@@ -79944,40 +80150,43 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cGL" = (
+"cEz" = (
/obj/structure/closet/wardrobe/grey,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cGM" = (
+"cEA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/space)
-"cGN" = (
+"cEB" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cGO" = (
+"cEC" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cGP" = (
+"cED" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -79987,10 +80196,10 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port)
-"cGQ" = (
+"cEE" = (
/turf/closed/wall,
/area/medical/virology)
-"cGR" = (
+"cEF" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -80000,7 +80209,7 @@
},
/turf/open/floor/plating,
/area/medical/virology)
-"cGS" = (
+"cEG" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_virology{
name = "Test Subject Cell";
@@ -80008,7 +80217,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cGT" = (
+"cEH" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -80018,7 +80227,7 @@
},
/turf/open/floor/plating,
/area/medical/virology)
-"cGU" = (
+"cEI" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 9
@@ -80035,7 +80244,7 @@
dir = 8
},
/area/medical/virology)
-"cGV" = (
+"cEJ" = (
/obj/structure/chair/office/light{
dir = 1;
pixel_y = 3
@@ -80049,7 +80258,7 @@
dir = 4
},
/area/medical/virology)
-"cGW" = (
+"cEK" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
on = 1
},
@@ -80057,7 +80266,7 @@
dir = 1
},
/area/medical/virology)
-"cGX" = (
+"cEL" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -80068,9 +80277,15 @@
dir = 1
},
/area/medical/virology)
-"cGY" = (
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+"cEM" = (
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen/red,
/obj/machinery/requests_console{
department = "Virology";
@@ -80092,7 +80307,7 @@
dir = 4
},
/area/medical/virology)
-"cGZ" = (
+"cEN" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;5;39;6"
@@ -80110,14 +80325,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cHa" = (
+"cEO" = (
/turf/open/floor/plasteel/white/side{
dir = 6
},
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cHb" = (
+"cEP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -80130,7 +80345,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cHc" = (
+"cEQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -80140,7 +80355,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cHd" = (
+"cER" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -80151,7 +80366,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cHe" = (
+"cES" = (
/obj/item/device/healthanalyzer{
pixel_x = 1;
pixel_y = 4
@@ -80167,7 +80382,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cHf" = (
+"cET" = (
/obj/machinery/vending/medical,
/turf/open/floor/plasteel/white/corner{
dir = 1
@@ -80175,7 +80390,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cHg" = (
+"cEU" = (
/obj/machinery/light_switch{
pixel_x = -23;
pixel_y = 0
@@ -80186,7 +80401,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cHh" = (
+"cEV" = (
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
dir = 2
@@ -80196,20 +80411,20 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cHi" = (
+"cEW" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cHj" = (
+"cEX" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cHk" = (
+"cEY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Morgue";
@@ -80218,16 +80433,16 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cHl" = (
+"cEZ" = (
/turf/open/floor/plasteel/black,
/area/hallway/primary/aft)
-"cHm" = (
+"cFa" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cHn" = (
+"cFb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -80239,7 +80454,7 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cHo" = (
+"cFc" = (
/obj/machinery/light{
dir = 4
},
@@ -80252,33 +80467,36 @@
dir = 4
},
/area/hallway/primary/aft)
-"cHp" = (
+"cFd" = (
/obj/structure/noticeboard{
dir = 4;
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHq" = (
+"cFe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHr" = (
+"cFf" = (
/obj/effect/landmark/start{
name = "Roboticist"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHs" = (
+"cFg" = (
/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHt" = (
-/turf/open/floor/plasteel/bot,
+"cFh" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHu" = (
+"cFi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -80286,11 +80504,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHv" = (
+"cFj" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = 28;
@@ -80309,9 +80528,10 @@
pixel_x = 3
},
/obj/item/stack/cable_coil,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cHw" = (
+"cFk" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -80324,7 +80544,7 @@
/area/medical/research{
name = "Research Division"
})
-"cHx" = (
+"cFl" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -80338,7 +80558,7 @@
/area/medical/research{
name = "Research Division"
})
-"cHy" = (
+"cFm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white/side{
dir = 8
@@ -80346,12 +80566,12 @@
/area/medical/research{
name = "Research Division"
})
-"cHz" = (
+"cFn" = (
/turf/open/floor/engine/vacuum,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cHA" = (
+"cFo" = (
/obj/machinery/door/airlock/glass_research{
autoclose = 0;
frequency = 1449;
@@ -80367,7 +80587,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cHB" = (
+"cFp" = (
/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume{
dir = 2;
frequency = 1449;
@@ -80380,7 +80600,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cHC" = (
+"cFq" = (
/obj/machinery/door/airlock/glass_research{
autoclose = 0;
frequency = 1449;
@@ -80396,14 +80616,15 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cHD" = (
-/turf/open/floor/plasteel/warnwhite{
+"cFr" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cHE" = (
+"cFs" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -80414,19 +80635,20 @@
dir = 8;
network = list("SS13","RD")
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cHF" = (
+"cFt" = (
/obj/effect/decal/cleanable/oil,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cHG" = (
+"cFu" = (
/obj/structure/closet,
/obj/item/device/assembly/prox_sensor{
pixel_x = 2;
@@ -80440,29 +80662,32 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cHH" = (
+"cFv" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cHI" = (
+"cFw" = (
/obj/item/device/flashlight/lamp,
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cHJ" = (
+"cFx" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plating/airless/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plating/airless,
/area/toxins/test_area)
-"cHK" = (
+"cFy" = (
/obj/item/device/radio/intercom{
pixel_x = -28;
pixel_y = 0
@@ -80486,7 +80711,7 @@
dir = 9
},
/area/medical/virology)
-"cHL" = (
+"cFz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -80501,7 +80726,7 @@
dir = 1
},
/area/medical/virology)
-"cHM" = (
+"cFA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -80509,7 +80734,7 @@
dir = 1
},
/area/medical/virology)
-"cHN" = (
+"cFB" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -80522,7 +80747,7 @@
dir = 1
},
/area/medical/virology)
-"cHO" = (
+"cFC" = (
/obj/structure/rack,
/obj/item/weapon/crowbar/red,
/obj/machinery/light_switch{
@@ -80538,7 +80763,7 @@
dir = 5
},
/area/medical/virology)
-"cHP" = (
+"cFD" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -80546,7 +80771,7 @@
},
/turf/open/floor/plating,
/area/medical/virology)
-"cHQ" = (
+"cFE" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -80556,7 +80781,7 @@
dir = 8
},
/area/medical/virology)
-"cHR" = (
+"cFF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -80567,19 +80792,19 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cHS" = (
+"cFG" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cHT" = (
+"cFH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cHU" = (
+"cFI" = (
/obj/machinery/computer/pandemic{
layer = 2.5;
pixel_x = -4
@@ -80599,13 +80824,13 @@
dir = 4
},
/area/medical/virology)
-"cHV" = (
+"cFJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
/area/medical/virology)
-"cHW" = (
+"cFK" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -80613,7 +80838,7 @@
},
/turf/open/floor/plating,
/area/medical/virology)
-"cHX" = (
+"cFL" = (
/obj/structure/sign/biohazard{
pixel_y = 32
},
@@ -80624,22 +80849,24 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cHY" = (
+"cFM" = (
/obj/structure/sink{
pixel_y = 28
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cHZ" = (
+"cFN" = (
/obj/structure/sign/securearea{
pixel_x = 0;
pixel_y = 32
@@ -80650,11 +80877,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIa" = (
+"cFO" = (
/obj/machinery/firealarm{
dir = 2;
pixel_y = 24
@@ -80668,7 +80896,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIb" = (
+"cFP" = (
/obj/machinery/light/small{
dir = 4
},
@@ -80693,7 +80921,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIc" = (
+"cFQ" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-21";
layer = 4.1;
@@ -80706,12 +80934,12 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cId" = (
+"cFR" = (
/turf/open/floor/plasteel/white,
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIe" = (
+"cFS" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -80722,7 +80950,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIf" = (
+"cFT" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27;
pixel_y = 0
@@ -80733,11 +80961,11 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIg" = (
+"cFU" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cIh" = (
+"cFV" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -80747,7 +80975,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cIi" = (
+"cFW" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -80757,7 +80985,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cIj" = (
+"cFX" = (
/obj/machinery/disposal/bin,
/obj/machinery/light_switch{
pixel_x = 23;
@@ -80768,11 +80996,11 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"cIk" = (
+"cFY" = (
/obj/structure/closet,
/turf/open/floor/plasteel/black,
/area/hallway/primary/aft)
-"cIl" = (
+"cFZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -80780,7 +81008,7 @@
dir = 1
},
/area/hallway/primary/aft)
-"cIm" = (
+"cGa" = (
/obj/machinery/computer/rdconsole/robotics,
/obj/machinery/requests_console{
department = "Robotics";
@@ -80789,21 +81017,23 @@
pixel_x = -31;
pixel_y = 0
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cIn" = (
-/turf/open/floor/plasteel/warning{
+"cGb" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cIo" = (
+"cGc" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cIp" = (
+"cGd" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 2;
on = 1;
@@ -80811,7 +81041,7 @@
},
/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cIq" = (
+"cGe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -80822,11 +81052,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cIr" = (
+"cGf" = (
/obj/structure/disposalpipe/trunk{
dir = 8
},
@@ -80834,9 +81065,10 @@
/obj/machinery/light_switch{
pixel_x = 27
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cIs" = (
+"cGg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -80844,7 +81076,7 @@
/area/medical/research{
name = "Research Division"
})
-"cIt" = (
+"cGh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -80860,7 +81092,7 @@
/area/medical/research{
name = "Research Division"
})
-"cIu" = (
+"cGi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
dir = 4;
@@ -80872,7 +81104,7 @@
/area/medical/research{
name = "Research Division"
})
-"cIv" = (
+"cGj" = (
/obj/machinery/sparker{
dir = 2;
id = "mixingsparker";
@@ -80887,7 +81119,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cIw" = (
+"cGk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/sign/fire{
pixel_y = -32
@@ -80900,7 +81132,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cIx" = (
+"cGl" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
@@ -80921,54 +81153,64 @@
dir = 1;
pixel_y = -22
},
-/turf/open/floor/plasteel/warnwhite/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cIy" = (
+"cGm" = (
/obj/machinery/atmospherics/components/binary/valve{
dir = 4;
name = "manual inlet valve"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cIz" = (
+"cGn" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cIA" = (
+"cGo" = (
/obj/structure/closet/crate,
/obj/item/clothing/mask/gas,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cIB" = (
+"cGp" = (
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
},
/obj/item/target,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/toxins/test_area)
-"cIC" = (
+"cGq" = (
/obj/structure/table/glass,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen/red,
/obj/structure/cable/yellow{
d1 = 2;
@@ -80980,7 +81222,7 @@
dir = 8
},
/area/medical/virology)
-"cID" = (
+"cGr" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -80997,7 +81239,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIE" = (
+"cGs" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81005,7 +81247,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIF" = (
+"cGt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -81018,7 +81260,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIG" = (
+"cGu" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -81034,7 +81276,7 @@
dir = 4
},
/area/medical/virology)
-"cIH" = (
+"cGv" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81047,7 +81289,7 @@
},
/turf/open/floor/plasteel/whitegreen,
/area/medical/virology)
-"cII" = (
+"cGw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81058,7 +81300,7 @@
dir = 8
},
/area/medical/virology)
-"cIJ" = (
+"cGx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -81074,7 +81316,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIK" = (
+"cGy" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81086,10 +81328,10 @@
/obj/effect/landmark{
name = "lightsout"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIL" = (
+"cGz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81102,7 +81344,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIM" = (
+"cGA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -81115,7 +81357,7 @@
dir = 4
},
/area/medical/virology)
-"cIN" = (
+"cGB" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -81131,7 +81373,7 @@
},
/turf/open/floor/plasteel/whitegreen,
/area/medical/virology)
-"cIO" = (
+"cGC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81144,7 +81386,7 @@
dir = 8
},
/area/medical/virology)
-"cIP" = (
+"cGD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81158,7 +81400,7 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIQ" = (
+"cGE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81180,7 +81422,7 @@
dir = 4
},
/area/medical/virology)
-"cIR" = (
+"cGF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81201,7 +81443,7 @@
},
/turf/open/floor/plasteel/whitegreen,
/area/medical/virology)
-"cIS" = (
+"cGG" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1
@@ -81219,11 +81461,12 @@
pixel_y = 28;
req_access_txt = "39"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIT" = (
+"cGH" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -81233,11 +81476,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cIU" = (
+"cGI" = (
/obj/machinery/doorButtons/access_button{
idDoor = "virology_airlock_exterior";
idSelf = "virology_airlock_control";
@@ -81263,7 +81507,7 @@
},
/turf/open/floor/plasteel/whitegreen,
/area/medical/virology)
-"cIV" = (
+"cGJ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81275,7 +81519,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIW" = (
+"cGK" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81301,7 +81545,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIX" = (
+"cGL" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81316,7 +81560,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIY" = (
+"cGM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81326,7 +81570,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cIZ" = (
+"cGN" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -81342,14 +81586,14 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJa" = (
+"cGO" = (
/turf/open/floor/plasteel/white/side{
dir = 8
},
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJb" = (
+"cGP" = (
/obj/machinery/door/airlock{
name = "Medical Surplus Storeroom";
req_access_txt = "5"
@@ -81358,12 +81602,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJc" = (
+"cGQ" = (
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJd" = (
+"cGR" = (
/obj/structure/table,
/obj/machinery/light/small{
dir = 1
@@ -81377,7 +81621,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJe" = (
+"cGS" = (
/obj/structure/table,
/obj/item/weapon/retractor,
/obj/item/weapon/hemostat,
@@ -81387,12 +81631,12 @@
pixel_x = 3;
pixel_y = 2
},
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJf" = (
+"cGT" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
@@ -81401,7 +81645,7 @@
},
/turf/open/floor/plating,
/area/medical/morgue)
-"cJg" = (
+"cGU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -81413,7 +81657,7 @@
dir = 1
},
/area/hallway/primary/aft)
-"cJh" = (
+"cGV" = (
/obj/machinery/airalarm{
dir = 4;
icon_state = "alarm0";
@@ -81424,16 +81668,18 @@
dir = 8
},
/obj/machinery/r_n_d/circuit_imprinter,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cJi" = (
+"cGW" = (
/obj/effect/landmark/start{
name = "Roboticist"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cJj" = (
+"cGX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -81442,11 +81688,12 @@
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cJk" = (
+"cGY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -81483,9 +81730,10 @@
/obj/item/device/radio/headset/headset_sci{
pixel_x = -3
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cJl" = (
+"cGZ" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/structure/cable/yellow{
@@ -81498,7 +81746,7 @@
},
/turf/open/floor/plating,
/area/assembly/robotics)
-"cJm" = (
+"cHa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
@@ -81513,7 +81761,7 @@
/area/medical/research{
name = "Research Division"
})
-"cJn" = (
+"cHb" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -81529,7 +81777,7 @@
/area/medical/research{
name = "Research Division"
})
-"cJo" = (
+"cHc" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -81540,7 +81788,7 @@
/area/medical/research{
name = "Research Division"
})
-"cJp" = (
+"cHd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81553,7 +81801,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cJq" = (
+"cHe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81561,7 +81809,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cJr" = (
+"cHf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -81570,7 +81818,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cJs" = (
+"cHg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81578,7 +81826,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cJt" = (
+"cHh" = (
/obj/machinery/door/airlock/maintenance{
name = "Toxins Lab Maintenance";
req_access_txt = "8"
@@ -81590,13 +81838,14 @@
id = "toxins_blastdoor";
name = "biohazard containment shutters"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cJu" = (
+"cHi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -81604,7 +81853,7 @@
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cJv" = (
+"cHj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -81617,12 +81866,12 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJw" = (
+"cHk" = (
/obj/structure/cable,
/obj/machinery/power/tracker,
/turf/open/floor/plating/airless,
/area/solar/port)
-"cJx" = (
+"cHl" = (
/obj/structure/table/glass,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -81642,13 +81891,13 @@
dir = 10
},
/area/medical/virology)
-"cJy" = (
+"cHm" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cJz" = (
+"cHn" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -81659,13 +81908,13 @@
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cJA" = (
+"cHo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cJB" = (
+"cHp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81685,7 +81934,7 @@
dir = 6
},
/area/medical/virology)
-"cJC" = (
+"cHq" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -81694,7 +81943,7 @@
},
/turf/open/floor/plating,
/area/medical/virology)
-"cJD" = (
+"cHr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -81703,27 +81952,27 @@
dir = 10
},
/area/medical/virology)
-"cJE" = (
+"cHs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cJF" = (
+"cHt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cJG" = (
+"cHu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cJH" = (
+"cHv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -81746,17 +81995,18 @@
dir = 6
},
/area/medical/virology)
-"cJI" = (
+"cHw" = (
/obj/structure/closet/emcloset,
/obj/item/device/radio/intercom{
pixel_x = -28;
pixel_y = 0
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cJJ" = (
+"cHx" = (
/obj/machinery/camera{
c_tag = "Virology - Airlock";
dir = 1;
@@ -81768,17 +82018,19 @@
dir = 1;
pixel_y = -24
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cJK" = (
+"cHy" = (
/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cJL" = (
+"cHz" = (
/obj/structure/sign/biohazard{
pixel_x = -32
},
@@ -81788,7 +82040,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJM" = (
+"cHA" = (
/obj/machinery/camera{
c_tag = "Virology - Entrance";
dir = 8;
@@ -81812,7 +82064,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJN" = (
+"cHB" = (
/obj/structure/sign/biohazard{
pixel_x = -32
},
@@ -81831,7 +82083,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJO" = (
+"cHC" = (
/obj/structure/sign/nosmoking_2{
pixel_x = 0;
pixel_y = -30
@@ -81846,13 +82098,19 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJP" = (
+"cHD" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/machinery/light,
/obj/item/weapon/hand_labeler,
/obj/item/weapon/pen,
@@ -81862,7 +82120,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJQ" = (
+"cHE" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 8
@@ -81874,7 +82132,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cJR" = (
+"cHF" = (
/obj/structure/sink{
icon_state = "sink";
dir = 8;
@@ -81885,13 +82143,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJS" = (
+"cHG" = (
/obj/effect/decal/cleanable/oil,
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJT" = (
+"cHH" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/beaker{
pixel_x = 8;
@@ -81914,7 +82172,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJU" = (
+"cHI" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -81931,7 +82189,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJV" = (
+"cHJ" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -81949,7 +82207,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJW" = (
+"cHK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -81965,7 +82223,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJX" = (
+"cHL" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -81978,13 +82236,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJY" = (
+"cHM" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82001,7 +82260,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cJZ" = (
+"cHN" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82014,7 +82273,7 @@
dir = 1
},
/area/hallway/primary/aft)
-"cKa" = (
+"cHO" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -82027,46 +82286,52 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
-"cKb" = (
+"cHP" = (
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/bodycontainer/morgue,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cKc" = (
-/turf/open/floor/plasteel/warning{
+"cHQ" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cKd" = (
-/turf/open/floor/plasteel/warning{
+"cHR" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cKe" = (
+"cHS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cKf" = (
+"cHT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cKg" = (
+"cHU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cKh" = (
+"cHV" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
name = "Robotics Lab";
@@ -82078,7 +82343,7 @@
},
/turf/open/floor/plasteel/purple,
/area/assembly/robotics)
-"cKi" = (
+"cHW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -82088,7 +82353,7 @@
/area/medical/research{
name = "Research Division"
})
-"cKj" = (
+"cHX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -82107,7 +82372,7 @@
/area/medical/research{
name = "Research Division"
})
-"cKk" = (
+"cHY" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82123,7 +82388,7 @@
/area/medical/research{
name = "Research Division"
})
-"cKl" = (
+"cHZ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command{
name = "Research Division Server Room";
@@ -82139,7 +82404,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKm" = (
+"cIa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82152,7 +82417,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKn" = (
+"cIb" = (
/obj/machinery/camera{
c_tag = "Research Division - Server Room";
dir = 2;
@@ -82176,18 +82441,18 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKo" = (
+"cIc" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
target_temperature = 80;
dir = 2;
on = 1
},
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plasteel/black,
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKp" = (
+"cId" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/sign/securearea{
@@ -82199,7 +82464,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKq" = (
+"cIe" = (
/obj/machinery/r_n_d/server/robotics,
/turf/open/floor/bluegrid{
name = "Server Base";
@@ -82208,7 +82473,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKr" = (
+"cIf" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
external_pressure_bound = 140;
@@ -82222,12 +82487,12 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKs" = (
+"cIg" = (
/turf/closed/wall/r_wall,
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cKt" = (
+"cIh" = (
/obj/structure/closet,
/obj/item/weapon/storage/box/lights/mixed,
/obj/item/device/flashlight,
@@ -82236,7 +82501,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKu" = (
+"cIi" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -82245,13 +82510,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKv" = (
+"cIj" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82267,7 +82533,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKw" = (
+"cIk" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -82281,7 +82547,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKx" = (
+"cIl" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -82299,7 +82565,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKy" = (
+"cIm" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82315,7 +82581,7 @@
dir = 4
},
/area/toxins/lab)
-"cKz" = (
+"cIn" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -82328,7 +82594,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKA" = (
+"cIo" = (
/obj/item/weapon/poster/contraband,
/obj/item/weapon/poster/contraband,
/obj/item/weapon/poster/contraband,
@@ -82344,20 +82610,22 @@
pixel_x = 32;
pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/item/device/instrument/eguitar,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKB" = (
+"cIp" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/structure/cable/yellow,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/medical/virology)
-"cKC" = (
+"cIq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_virology{
@@ -82366,7 +82634,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cKD" = (
+"cIr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_virology{
@@ -82375,7 +82643,7 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cKE" = (
+"cIs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -82383,9 +82651,9 @@
},
/turf/closed/wall,
/area/medical/virology)
-"cKF" = (
+"cIt" = (
/obj/structure/closet/wardrobe/virology_white,
-/obj/item/weapon/storage/backpack/satchel_vir,
+/obj/item/weapon/storage/backpack/satchel/vir,
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -82397,7 +82665,7 @@
},
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cKG" = (
+"cIu" = (
/obj/structure/closet/crate/freezer,
/obj/item/weapon/reagent_containers/blood/empty,
/obj/item/weapon/reagent_containers/blood/empty{
@@ -82423,15 +82691,15 @@
/obj/item/weapon/reagent_containers/blood/random,
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cKH" = (
+"cIv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cKI" = (
+"cIw" = (
/obj/structure/closet/secure_closet/medical1,
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cKJ" = (
+"cIx" = (
/obj/structure/closet/l3closet/virology,
/obj/structure/extinguisher_cabinet{
pixel_x = 0;
@@ -82439,13 +82707,13 @@
},
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cKK" = (
+"cIy" = (
/obj/structure/sign/biohazard{
pixel_x = -32
},
/turf/open/space,
/area/space)
-"cKL" = (
+"cIz" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -82463,7 +82731,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKM" = (
+"cIA" = (
/obj/structure/bed/roller,
/obj/structure/bed/roller,
/obj/machinery/iv_drip{
@@ -82476,7 +82744,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKN" = (
+"cIB" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 2;
on = 1
@@ -82485,7 +82753,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKO" = (
+"cIC" = (
/obj/item/clothing/gloves/color/latex/nitrile,
/obj/structure/rack{
dir = 8;
@@ -82501,7 +82769,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKP" = (
+"cID" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -82513,7 +82781,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cKQ" = (
+"cIE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -82521,7 +82789,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cKR" = (
+"cIF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -82531,7 +82799,7 @@
dir = 2
},
/area/hallway/primary/aft)
-"cKS" = (
+"cIG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Aft Primary Hallway - Aft";
@@ -82542,13 +82810,13 @@
dir = 2
},
/area/hallway/primary/aft)
-"cKT" = (
+"cIH" = (
/obj/structure/sign/directions/evac{
pixel_y = 0
},
/turf/closed/wall/r_wall,
/area/hallway/primary/aft)
-"cKU" = (
+"cII" = (
/obj/structure/table,
/obj/item/weapon/circular_saw,
/obj/item/weapon/scalpel{
@@ -82565,7 +82833,7 @@
dir = 4
},
/area/assembly/robotics)
-"cKV" = (
+"cIJ" = (
/obj/effect/landmark/start{
name = "Roboticist"
},
@@ -82577,11 +82845,11 @@
},
/turf/open/floor/plasteel/white,
/area/assembly/robotics)
-"cKW" = (
-/obj/machinery/hologram/holopad,
+"cIK" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/assembly/robotics)
-"cKX" = (
+"cIL" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/latex,
/obj/item/weapon/surgical_drapes,
@@ -82597,10 +82865,11 @@
dir = 8
},
/area/assembly/robotics)
-"cKY" = (
-/turf/open/floor/plasteel/delivery,
+"cIM" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cKZ" = (
+"cIN" = (
/obj/structure/window/reinforced{
dir = 8
},
@@ -82610,9 +82879,10 @@
pixel_y = 2
},
/obj/item/borg/upgrade/rename,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cLa" = (
+"cIO" = (
/obj/structure/rack,
/obj/item/weapon/storage/toolbox/electrical{
pixel_x = -1;
@@ -82630,21 +82900,22 @@
/obj/item/device/multitool{
pixel_x = 3
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cLb" = (
+"cIP" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/assembly/robotics)
-"cLc" = (
+"cIQ" = (
/turf/open/floor/plasteel/whitepurple/corner{
dir = 1
},
/area/medical/research{
name = "Research Division"
})
-"cLd" = (
+"cIR" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -82660,7 +82931,7 @@
/area/medical/research{
name = "Research Division"
})
-"cLe" = (
+"cIS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -82680,12 +82951,12 @@
/area/medical/research{
name = "Research Division"
})
-"cLf" = (
+"cIT" = (
/turf/closed/wall,
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cLg" = (
+"cIU" = (
/obj/machinery/light/small{
dir = 8
},
@@ -82693,13 +82964,13 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cLh" = (
+"cIV" = (
/obj/structure/chair/office/light,
/turf/open/floor/plasteel/black,
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cLi" = (
+"cIW" = (
/obj/machinery/atmospherics/pipe/simple{
dir = 5
},
@@ -82707,7 +82978,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cLj" = (
+"cIX" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_command{
name = "Server Access";
@@ -82720,7 +82991,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cLk" = (
+"cIY" = (
/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
@@ -82731,7 +83002,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cLl" = (
+"cIZ" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -82753,7 +83024,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cLm" = (
+"cJa" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -82764,13 +83035,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLn" = (
+"cJb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLo" = (
+"cJc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -82788,19 +83059,20 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLp" = (
+"cJd" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLq" = (
+"cJe" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -82814,13 +83086,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLr" = (
+"cJf" = (
/obj/structure/cable/yellow{
d2 = 8;
icon_state = "0-8"
@@ -82828,13 +83101,13 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
-"cLs" = (
+"cJg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/weapon/bedsheet/medical,
/obj/structure/bed,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cLt" = (
+"cJh" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
@@ -82843,18 +83116,18 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cLu" = (
+"cJi" = (
/obj/structure/bed,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/weapon/bedsheet/medical,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cLv" = (
+"cJj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/closed/wall,
/area/medical/virology)
-"cLw" = (
+"cJk" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/virology{
@@ -82863,23 +83136,25 @@
},
/turf/open/floor/plasteel/whitegreen,
/area/medical/virology)
-"cLx" = (
+"cJl" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLy" = (
+"cJm" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/maintenance{
name = "Research Lab Maintenance";
- req_access_txt = "7;29"
+ req_access_txt = "0";
+ req_one_access_txt = "7;29"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/toxins/lab)
-"cLz" = (
+"cJn" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -82892,7 +83167,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLA" = (
+"cJo" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -82910,13 +83185,14 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLB" = (
+"cJp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82931,7 +83207,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLC" = (
+"cJq" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82945,7 +83221,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLD" = (
+"cJr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -82965,7 +83241,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLE" = (
+"cJs" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -82979,7 +83255,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLF" = (
+"cJt" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -82993,7 +83269,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLG" = (
+"cJu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -83004,18 +83280,19 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLH" = (
+"cJv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/effect/decal/cleanable/generic,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLI" = (
+"cJw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -83028,7 +83305,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLJ" = (
+"cJx" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -83038,31 +83315,32 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cLK" = (
+"cJy" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plasteel/vault,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLL" = (
+"cJz" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plasteel/vault,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLM" = (
+"cJA" = (
/obj/machinery/computer/arcade,
/turf/open/floor/plasteel/vault,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLN" = (
+"cJB" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/obj/machinery/newscaster{
@@ -83073,7 +83351,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLO" = (
+"cJC" = (
/obj/machinery/vending/coffee,
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -83084,7 +83362,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLP" = (
+"cJD" = (
/obj/machinery/vending/snack,
/obj/structure/sign/map/right{
desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown.";
@@ -83095,7 +83373,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLQ" = (
+"cJE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
},
@@ -83109,7 +83387,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLR" = (
+"cJF" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -83123,7 +83401,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLS" = (
+"cJG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
@@ -83135,7 +83413,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cLT" = (
+"cJH" = (
/obj/structure/table,
/obj/item/weapon/retractor,
/obj/item/weapon/hemostat,
@@ -83149,7 +83427,7 @@
dir = 4
},
/area/assembly/robotics)
-"cLU" = (
+"cJI" = (
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
/obj/item/weapon/storage/firstaid/regular,
@@ -83157,9 +83435,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cLV" = (
+"cJJ" = (
/obj/machinery/computer/operating{
name = "Robotics Operating Computer"
},
@@ -83167,7 +83445,7 @@
dir = 1
},
/area/assembly/robotics)
-"cLW" = (
+"cJK" = (
/obj/structure/table,
/obj/item/device/mmi,
/obj/item/device/mmi,
@@ -83180,24 +83458,26 @@
dir = 1
},
/area/assembly/robotics)
-"cLX" = (
+"cJL" = (
/obj/machinery/door/window/eastleft{
dir = 1;
name = "Robotics Deliveries";
req_access_txt = "29"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cLY" = (
+"cJM" = (
/obj/structure/closet/wardrobe/robotics_black{
pixel_x = 2
},
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cLZ" = (
+"cJN" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
@@ -83221,9 +83501,10 @@
pixel_x = -8;
pixel_y = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cMa" = (
+"cJO" = (
/obj/structure/sink{
dir = 8;
icon_state = "sink";
@@ -83236,7 +83517,7 @@
/area/medical/research{
name = "Research Division"
})
-"cMb" = (
+"cJP" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -83249,7 +83530,7 @@
/area/medical/research{
name = "Research Division"
})
-"cMc" = (
+"cJQ" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-10";
layer = 4.1
@@ -83260,7 +83541,7 @@
/area/medical/research{
name = "Research Division"
})
-"cMd" = (
+"cJR" = (
/obj/machinery/firealarm{
dir = 1;
pixel_y = -24
@@ -83270,7 +83551,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cMe" = (
+"cJS" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
listening = 1;
@@ -83282,22 +83563,25 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cMf" = (
+"cJT" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/pen,
/turf/open/floor/plasteel/black,
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cMg" = (
+"cJU" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cMh" = (
+"cJV" = (
/obj/machinery/r_n_d/server/core,
/turf/open/floor/bluegrid{
name = "Server Base";
@@ -83306,7 +83590,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cMi" = (
+"cJW" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
external_pressure_bound = 120;
@@ -83323,7 +83607,7 @@
/area/toxins/server{
name = "\improper Research Division Server Room"
})
-"cMj" = (
+"cJX" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -83336,39 +83620,42 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMk" = (
+"cJY" = (
/obj/structure/rack,
/obj/effect/landmark/costume,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 2;
name = "2maintenance loot spawner"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMl" = (
+"cJZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMm" = (
+"cKa" = (
/obj/structure/closet,
/obj/item/clothing/glasses/science,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMn" = (
+"cKb" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
@@ -83376,21 +83663,22 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMo" = (
+"cKc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMp" = (
-/obj/machinery/light_construct/small,
+"cKd" = (
+/obj/structure/light_construct/small,
/obj/structure/table/wood/poker,
/obj/item/toy/cards/deck,
/obj/structure/sign/poster{
@@ -83400,26 +83688,26 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMq" = (
+"cKe" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cMr" = (
+"cKf" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cMs" = (
+"cKg" = (
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cMt" = (
+"cKh" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -83430,13 +83718,19 @@
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cMu" = (
+"cKi" = (
/obj/structure/table/glass,
/obj/machinery/newscaster{
pixel_x = -30
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/item/weapon/paper,
/obj/item/weapon/pen/red,
/obj/structure/extinguisher_cabinet{
@@ -83447,7 +83741,7 @@
dir = 9
},
/area/medical/virology)
-"cMv" = (
+"cKj" = (
/obj/structure/chair/office/light{
dir = 8
},
@@ -83462,13 +83756,13 @@
dir = 1
},
/area/medical/virology)
-"cMw" = (
+"cKk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitegreen/side{
dir = 1
},
/area/medical/virology)
-"cMx" = (
+"cKl" = (
/obj/structure/table/glass,
/obj/item/weapon/storage/box/donkpockets{
pixel_x = 3;
@@ -83487,7 +83781,7 @@
dir = 1
},
/area/medical/virology)
-"cMy" = (
+"cKm" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -83503,15 +83797,16 @@
dir = 5
},
/area/medical/virology)
-"cMz" = (
+"cKn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMA" = (
+"cKo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -83521,7 +83816,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMB" = (
+"cKp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -83529,7 +83824,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMC" = (
+"cKq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -83541,7 +83836,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMD" = (
+"cKr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -83555,11 +83850,12 @@
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cME" = (
+"cKs" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -83567,7 +83863,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMF" = (
+"cKt" = (
/obj/item/weapon/dice/d20,
/obj/item/weapon/dice,
/obj/structure/table/wood,
@@ -83577,13 +83873,14 @@
/obj/structure/sign/poster{
pixel_y = -32
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMG" = (
+"cKu" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -83592,36 +83889,39 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMH" = (
+"cKv" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMI" = (
-/turf/open/floor/plasteel/warning{
+"cKw" = (
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMJ" = (
+"cKx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMK" = (
+"cKy" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 1;
@@ -83635,67 +83935,73 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cML" = (
+"cKz" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMM" = (
+"cKA" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMN" = (
+"cKB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMO" = (
+"cKC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/item/device/radio/intercom{
pixel_y = 25
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMP" = (
+"cKD" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMQ" = (
+"cKE" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -83709,13 +84015,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMR" = (
+"cKF" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -83728,13 +84035,14 @@
dir = 4;
pixel_x = 24
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cMS" = (
+"cKG" = (
/obj/structure/plasticflaps{
opacity = 1
},
@@ -83744,22 +84052,23 @@
freq = 1400;
location = "Robotics"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cMT" = (
+"cKH" = (
/obj/machinery/door/airlock/maintenance{
name = "Robotics Maintenance";
req_access_txt = "29"
},
/turf/open/floor/plating,
/area/assembly/robotics)
-"cMU" = (
+"cKI" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/medical/research{
name = "Research Division"
})
-"cMV" = (
+"cKJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -83768,7 +84077,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMW" = (
+"cKK" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -83777,13 +84086,14 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMX" = (
+"cKL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -83798,18 +84108,19 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMY" = (
+"cKM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cMZ" = (
+"cKN" = (
/obj/item/weapon/storage/box/lights/mixed,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -83818,7 +84129,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNa" = (
+"cKO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -83828,10 +84139,10 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNb" = (
+"cKP" = (
/turf/closed/wall/r_wall,
/area/maintenance/starboardsolar)
-"cNc" = (
+"cKQ" = (
/obj/machinery/door/airlock/engineering{
name = "Aft Starboard Solar Access";
req_access_txt = "10"
@@ -83844,7 +84155,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboardsolar)
-"cNd" = (
+"cKR" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -83853,14 +84164,14 @@
},
/turf/closed/wall/r_wall,
/area/maintenance/starboardsolar)
-"cNe" = (
+"cKS" = (
/obj/structure/table/glass,
/obj/item/weapon/reagent_containers/dropper,
/obj/item/weapon/reagent_containers/syringe,
/obj/item/weapon/reagent_containers/glass/beaker,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cNf" = (
+"cKT" = (
/obj/structure/table/glass,
/obj/item/weapon/folder/white{
pixel_y = 4
@@ -83868,14 +84179,14 @@
/obj/item/weapon/pen/red,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
-"cNg" = (
+"cKU" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
/turf/closed/wall,
/area/medical/virology)
-"cNh" = (
+"cKV" = (
/obj/structure/table/glass,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -83888,7 +84199,7 @@
dir = 8
},
/area/medical/virology)
-"cNi" = (
+"cKW" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -83897,20 +84208,20 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cNj" = (
+"cKX" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cNk" = (
+"cKY" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"cNl" = (
+"cKZ" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -83921,10 +84232,10 @@
dir = 4
},
/area/medical/virology)
-"cNm" = (
+"cLa" = (
/turf/closed/wall,
/area/chapel/office)
-"cNn" = (
+"cLb" = (
/obj/machinery/door/airlock/centcom{
layer = 2.7;
name = "Crematorium Maintenance";
@@ -83936,7 +84247,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNo" = (
+"cLc" = (
/obj/machinery/door/airlock/centcom{
name = "Chapel Office Maintenance";
opacity = 1;
@@ -83953,7 +84264,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNp" = (
+"cLd" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -83962,7 +84273,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNq" = (
+"cLe" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -83978,7 +84289,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNr" = (
+"cLf" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -83994,7 +84305,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNs" = (
+"cLg" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84012,11 +84323,12 @@
dir = 8;
icon_state = "pipe-j2"
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNt" = (
+"cLh" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -84030,7 +84342,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNu" = (
+"cLi" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -84048,7 +84360,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNv" = (
+"cLj" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -84061,13 +84373,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNw" = (
+"cLk" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;5;39;6"
@@ -84076,19 +84389,20 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNx" = (
-/turf/open/floor/plasteel/warning{
+"cLl" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNy" = (
+"cLm" = (
/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNz" = (
+"cLn" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -84102,7 +84416,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNA" = (
+"cLo" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -84115,7 +84429,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNB" = (
+"cLp" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84129,7 +84443,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNC" = (
+"cLq" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -84143,7 +84457,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cND" = (
+"cLr" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84153,7 +84467,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNE" = (
+"cLs" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84166,7 +84480,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNF" = (
+"cLt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -84185,7 +84499,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNG" = (
+"cLu" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -84194,13 +84508,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cNH" = (
+"cLv" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;47"
@@ -84217,7 +84532,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNI" = (
+"cLw" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84226,13 +84541,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNJ" = (
+"cLx" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84247,7 +84563,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNK" = (
+"cLy" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84256,13 +84572,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNL" = (
+"cLz" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84276,13 +84593,14 @@
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNM" = (
+"cLA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84299,7 +84617,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNN" = (
+"cLB" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -84307,13 +84625,14 @@
dir = 4
},
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNO" = (
+"cLC" = (
/obj/machinery/doorButtons/airlock_controller{
idExterior = "incinerator_airlock_exterior";
idInterior = "incinerator_airlock_interior";
@@ -84356,7 +84675,7 @@
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/incinerator)
-"cNP" = (
+"cLD" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
@@ -84364,7 +84683,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNQ" = (
+"cLE" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
dir = 1;
name = "euthanization chamber freezer";
@@ -84373,7 +84692,7 @@
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cNR" = (
+"cLF" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -84388,7 +84707,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNS" = (
+"cLG" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -84401,55 +84720,53 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNT" = (
+"cLH" = (
/obj/machinery/space_heater,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNU" = (
+"cLI" = (
/obj/structure/closet/crate,
/obj/item/weapon/poster/legit,
/obj/effect/spawner/lootdrop/maintenance,
/obj/effect/landmark{
name = "blobstart"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNV" = (
+"cLJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/closet,
/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cNW" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Aft Starboard Solar APC";
- pixel_x = -26;
- pixel_y = 3
- },
+"cLK" = (
+/obj/machinery/power/smes,
/obj/structure/cable/yellow{
d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
/area/maintenance/starboardsolar)
-"cNX" = (
+"cLL" = (
/obj/structure/cable/yellow{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 8;
+ icon_state = "1-8"
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -84457,24 +84774,30 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/starboardsolar)
-"cNY" = (
+"cLM" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Aft Starboard Solar APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
/obj/structure/cable/yellow{
d2 = 8;
icon_state = "0-8"
},
-/obj/machinery/power/smes,
/turf/open/floor/plating,
/area/maintenance/starboardsolar)
-"cNZ" = (
+"cLN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/closed/wall/r_wall,
/area/medical/virology)
-"cOa" = (
+"cLO" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
@@ -84487,13 +84810,13 @@
dir = 10
},
/area/medical/virology)
-"cOb" = (
+"cLP" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cOc" = (
+"cLQ" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
@@ -84501,11 +84824,11 @@
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cOd" = (
+"cLR" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
-"cOe" = (
+"cLS" = (
/obj/structure/chair/stool,
/obj/machinery/firealarm{
dir = 4;
@@ -84515,12 +84838,12 @@
dir = 6
},
/area/medical/virology)
-"cOf" = (
+"cLT" = (
/obj/structure/bodycontainer/crematorium,
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cOg" = (
+"cLU" = (
/obj/effect/landmark{
name = "blobstart"
},
@@ -84530,7 +84853,7 @@
},
/turf/open/floor/engine,
/area/toxins/explab)
-"cOh" = (
+"cLV" = (
/obj/item/device/radio/intercom{
pixel_y = 25
},
@@ -84548,7 +84871,7 @@
/obj/item/clothing/under/burial,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOi" = (
+"cLW" = (
/obj/machinery/requests_console{
department = "Chapel";
departmentType = 2;
@@ -84560,7 +84883,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOj" = (
+"cLX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
initialize_directions = 11
@@ -84576,7 +84899,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOk" = (
+"cLY" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
@@ -84585,7 +84908,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOl" = (
+"cLZ" = (
/obj/machinery/door/morgue{
name = "Relic Closet";
req_access_txt = "22"
@@ -84594,7 +84917,7 @@
dir = 2
},
/area/chapel/office)
-"cOm" = (
+"cMa" = (
/obj/structure/table/wood,
/obj/item/weapon/spellbook/oneuse/smoke{
name = "mysterious old book of "
@@ -84616,7 +84939,7 @@
dir = 2
},
/area/chapel/office)
-"cOn" = (
+"cMb" = (
/obj/machinery/door/airlock/maintenance{
name = "Chapel Maintenance Access ";
req_access_txt = "0";
@@ -84632,7 +84955,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOo" = (
+"cMc" = (
/obj/item/weapon/tank/internals/air,
/obj/item/weapon/tank/internals/air,
/obj/item/clothing/mask/breath,
@@ -84647,39 +84970,42 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOp" = (
+"cMd" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cOq" = (
-/turf/open/floor/plasteel/warning/corner{
+"cMe" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cOr" = (
-/turf/open/floor/plasteel/warning,
+"cMf" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cOs" = (
-/turf/open/floor/plasteel/warning/corner{
+"cMg" = (
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cOt" = (
+"cMh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cOu" = (
+"cMi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -84694,7 +85020,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cOv" = (
+"cMj" = (
/obj/machinery/light{
dir = 4
},
@@ -84711,13 +85037,14 @@
icon_state = "plant-14";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cOw" = (
+"cMk" = (
/obj/machinery/power/apc{
cell_type = 5000;
dir = 2;
@@ -84725,11 +85052,12 @@
pixel_y = -24
},
/obj/structure/cable/yellow,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOx" = (
+"cMl" = (
/obj/machinery/space_heater,
/obj/effect/landmark{
name = "blobstart"
@@ -84738,7 +85066,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOy" = (
+"cMm" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -84755,7 +85083,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOz" = (
+"cMn" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -84775,7 +85103,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOA" = (
+"cMo" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -84797,19 +85125,21 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOB" = (
+"cMp" = (
/obj/structure/chair,
/obj/item/weapon/cigbutt,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cOC" = (
-/obj/structure/chair/stool,
+"cMq" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ icon_state = "0-2";
+ d2 = 2
},
/obj/machinery/camera{
c_tag = "Aft Starboard Solar Maintenance";
@@ -84818,13 +85148,7 @@
},
/turf/open/floor/plating,
/area/maintenance/starboardsolar)
-"cOD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
+"cMr" = (
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
@@ -84833,45 +85157,35 @@
dir = 1;
on = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cOE" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
+/area/maintenance/starboardsolar)
+"cMs" = (
/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/light/small{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/item/device/radio/intercom{
- freerange = 0;
- frequency = 1459;
- name = "Station Intercom (General)";
- pixel_x = 29
- },
/turf/open/floor/plating,
/area/maintenance/starboardsolar)
-"cOF" = (
+"cMt" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/open/floor/plating/airless,
/area/space)
-"cOG" = (
+"cMu" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plating/airless,
/area/space)
-"cOH" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector{
- dir = 4
- },
+"cMv" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -84879,8 +85193,8 @@
dir = 6
},
/turf/open/floor/plating/airless,
-/area/space)
-"cOI" = (
+/area/medical/virology)
+"cMw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -84892,13 +85206,13 @@
},
/turf/open/floor/plating,
/area/medical/virology)
-"cOJ" = (
+"cMx" = (
/obj/machinery/atmospherics/components/unary/tank/air{
dir = 1
},
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cOK" = (
+"cMy" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1;
name = "virology air connector port"
@@ -84906,24 +85220,24 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cOL" = (
+"cMz" = (
/obj/item/trash/popcorn,
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cOM" = (
+"cMA" = (
/obj/item/weapon/reagent_containers/food/snacks/sosjerky,
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cON" = (
+"cMB" = (
/obj/item/trash/cheesie{
pixel_y = 4
},
/obj/structure/table/glass,
/turf/open/floor/plasteel/vault,
/area/medical/virology)
-"cOO" = (
+"cMC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -84935,7 +85249,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cOP" = (
+"cMD" = (
/obj/machinery/light/small{
dir = 4
},
@@ -84947,7 +85261,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cOQ" = (
+"cME" = (
/obj/item/device/flashlight/lamp,
/obj/machinery/newscaster{
pixel_x = -30
@@ -84955,7 +85269,7 @@
/obj/structure/table/wood,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOR" = (
+"cMF" = (
/obj/structure/chair,
/obj/effect/landmark/start{
name = "Chaplain"
@@ -84963,7 +85277,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOS" = (
+"cMG" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 8
@@ -84978,7 +85292,7 @@
/obj/structure/table/wood,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOT" = (
+"cMH" = (
/obj/machinery/light/small{
dir = 4
},
@@ -84988,10 +85302,10 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cOU" = (
+"cMI" = (
/turf/closed/wall,
/area/chapel/main)
-"cOV" = (
+"cMJ" = (
/obj/item/candle,
/obj/machinery/light_switch{
pixel_x = -27
@@ -85000,7 +85314,7 @@
/obj/structure/table/wood,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cOW" = (
+"cMK" = (
/obj/item/weapon/storage/book/bible,
/obj/machinery/light/small{
dir = 1
@@ -85017,7 +85331,7 @@
/obj/structure/table/wood,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cOX" = (
+"cML" = (
/obj/structure/table/wood,
/obj/item/weapon/reagent_containers/food/snacks/grown/poppy{
pixel_y = 2
@@ -85036,7 +85350,7 @@
},
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cOY" = (
+"cMM" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -85045,7 +85359,7 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cOZ" = (
+"cMN" = (
/obj/structure/table/wood,
/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
@@ -85054,7 +85368,7 @@
/obj/item/weapon/reagent_containers/food/snacks/grown/harebell,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cPa" = (
+"cMO" = (
/obj/item/weapon/paper_bin{
pixel_x = -2;
pixel_y = 8
@@ -85068,17 +85382,17 @@
},
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cPb" = (
+"cMP" = (
/obj/item/candle,
/obj/machinery/light_switch{
pixel_x = 0;
pixel_y = 25
},
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/table/wood,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cPc" = (
+"cMQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -85089,37 +85403,40 @@
dir = 1
},
/area/hallway/primary/central)
-"cPd" = (
+"cMR" = (
/obj/structure/table,
/obj/item/candle,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPe" = (
+"cMS" = (
/obj/structure/chair{
dir = 4
},
/obj/effect/landmark/start{
name = "Assistant"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPf" = (
+"cMT" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPg" = (
+"cMU" = (
/obj/machinery/status_display{
density = 0;
layer = 4;
@@ -85130,17 +85447,18 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPh" = (
+"cMV" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPi" = (
+"cMW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -85148,7 +85466,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPj" = (
+"cMX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -85162,17 +85480,18 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPk" = (
+"cMY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPl" = (
+"cMZ" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/westleft{
base_state = "right";
@@ -85195,7 +85514,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPm" = (
+"cNa" = (
/obj/structure/chair/office/dark{
dir = 8
},
@@ -85215,7 +85534,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPn" = (
+"cNb" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -85230,7 +85549,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPo" = (
+"cNc" = (
/obj/structure/chair,
/obj/structure/sign/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -85243,7 +85562,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPp" = (
+"cNd" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
@@ -85264,7 +85583,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPq" = (
+"cNe" = (
/obj/machinery/door/airlock/external{
name = "Auxiliary Escape Airlock"
},
@@ -85272,7 +85591,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPr" = (
+"cNf" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -85290,7 +85609,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPs" = (
+"cNg" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
@@ -85302,7 +85621,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPt" = (
+"cNh" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
@@ -85316,13 +85635,14 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cPu" = (
+"cNi" = (
/obj/machinery/biogenerator,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPv" = (
+"cNj" = (
/obj/item/weapon/reagent_containers/food/snacks/grown/banana,
/obj/item/weapon/reagent_containers/food/snacks/grown/banana,
/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
@@ -85340,11 +85660,12 @@
/obj/item/seeds/watermelon,
/obj/item/seeds/grape,
/obj/item/seeds/glowshroom,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPw" = (
+"cNk" = (
/obj/item/weapon/storage/bag/plants/portaseeder,
/obj/item/weapon/storage/bag/plants/portaseeder,
/obj/item/device/plant_analyzer,
@@ -85358,20 +85679,22 @@
/obj/item/seeds/ambrosia,
/obj/item/seeds/grass,
/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/glowshroom,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPx" = (
+"cNl" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
/obj/item/seeds/carrot,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPy" = (
+"cNm" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -85384,75 +85707,81 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPz" = (
+"cNn" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
/obj/item/device/plant_analyzer,
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cPA" = (
+"cNo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cNp" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"cNq" = (
/obj/machinery/power/solar_control{
id = "aftstarboard";
name = "Aft Starboard Solar Control";
track = 0
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cPB" = (
/obj/structure/cable{
- d1 = 2;
d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 2
+ icon_state = "0-8"
},
-/area/maintenance/starboardsolar)
-"cPC" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plating{
- icon_state = "platingdmg3"
+ pixel_x = 0;
+ pixel_y = -32
},
+/turf/open/floor/plating,
/area/maintenance/starboardsolar)
-"cPD" = (
+"cNr" = (
/obj/structure/disposaloutlet,
/obj/structure/disposalpipe/trunk{
dir = 1
},
/turf/open/floor/plating/airless,
/area/space)
-"cPE" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector{
+"cNs" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 1
},
/turf/open/floor/plating/airless,
-/area/space)
-"cPF" = (
+/area/medical/virology)
+"cNt" = (
/obj/structure/bodycontainer/morgue,
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cPG" = (
+"cNu" = (
/obj/machinery/camera{
c_tag = "Chapel Office - Backroom";
dir = 8;
@@ -85465,7 +85794,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cPH" = (
+"cNv" = (
/obj/item/weapon/storage/crayons,
/obj/machinery/light/small{
dir = 8
@@ -85473,7 +85802,7 @@
/obj/structure/table/wood,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cPI" = (
+"cNw" = (
/obj/structure/cable,
/obj/structure/cable{
icon_state = "0-2";
@@ -85486,7 +85815,7 @@
},
/turf/open/floor/engine/vacuum,
/area/maintenance/incinerator)
-"cPJ" = (
+"cNx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -85500,10 +85829,10 @@
/obj/structure/table/wood,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cPK" = (
+"cNy" = (
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cPL" = (
+"cNz" = (
/obj/item/device/radio/intercom{
broadcasting = 1;
frequency = 1480;
@@ -85513,13 +85842,13 @@
/obj/structure/chair,
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cPM" = (
+"cNA" = (
/obj/machinery/door/morgue{
name = "Confession Booth"
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cPN" = (
+"cNB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -85528,19 +85857,19 @@
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cPO" = (
+"cNC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cPP" = (
+"cND" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cPQ" = (
+"cNE" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -85552,7 +85881,7 @@
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cPR" = (
+"cNF" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -85561,7 +85890,7 @@
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cPS" = (
+"cNG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -85570,7 +85899,7 @@
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cPT" = (
+"cNH" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Chapel";
@@ -85584,33 +85913,35 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cPU" = (
+"cNI" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPV" = (
+"cNJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPW" = (
+"cNK" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -85621,7 +85952,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPX" = (
+"cNL" = (
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -85633,7 +85964,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPY" = (
+"cNM" = (
/obj/effect/landmark{
name = "lightsout"
},
@@ -85641,20 +85972,17 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cPZ" = (
+"cNN" = (
/obj/structure/flora/ausbushes/fernybush,
/obj/structure/flora/ausbushes/fullgrass,
/obj/structure/flora/ausbushes/ppflowers,
/obj/structure/flora/ausbushes/palebush,
-/obj/structure/window/reinforced{
- dir = 5;
- health = 1e+007
- },
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/grass,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQa" = (
+"cNO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
d1 = 1;
@@ -85665,7 +85993,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQb" = (
+"cNP" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -85676,7 +86004,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQc" = (
+"cNQ" = (
/obj/machinery/computer/secure_data,
/obj/structure/cable/yellow{
d1 = 2;
@@ -85689,7 +86017,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQd" = (
+"cNR" = (
/obj/structure/chair/office/dark{
dir = 4
},
@@ -85697,7 +86025,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQe" = (
+"cNS" = (
/obj/structure/table,
/obj/item/weapon/folder/red{
pixel_x = 3
@@ -85724,15 +86052,16 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQf" = (
+"cNT" = (
/obj/structure/sign/vacuum{
pixel_x = 32
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQg" = (
+"cNU" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
req_access_txt = 1
@@ -85747,7 +86076,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQh" = (
+"cNV" = (
/obj/structure/chair/stool,
/obj/structure/sign/poster{
pixel_y = -32
@@ -85758,7 +86087,7 @@
/area/medical/medbay3{
name = "Medbay Aft"
})
-"cQi" = (
+"cNW" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
name = "old sink";
@@ -85773,7 +86102,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQj" = (
+"cNX" = (
/obj/item/seeds/watermelon,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -85782,7 +86111,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQk" = (
+"cNY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -85791,7 +86120,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQl" = (
+"cNZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9;
pixel_y = 0
@@ -85801,33 +86130,14 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cQn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access = null;
- req_access_txt = "10; 13"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboardsolar)
-"cQo" = (
+"cOa" = (
/obj/structure/cable,
/obj/machinery/power/turbine{
luminosity = 2
},
/turf/open/floor/engine/vacuum,
/area/maintenance/incinerator)
-"cQp" = (
+"cOb" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
external_pressure_bound = 101.325;
@@ -85840,7 +86150,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cQq" = (
+"cOc" = (
/obj/machinery/door/airlock/centcom{
layer = 2.7;
name = "Crematorium";
@@ -85852,20 +86162,20 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cQr" = (
+"cOd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQs" = (
+"cOe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQt" = (
+"cOf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -85877,7 +86187,7 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQu" = (
+"cOg" = (
/obj/machinery/light_switch{
pixel_x = 28;
pixel_y = 0
@@ -85895,17 +86205,12 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQv" = (
+"cOh" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 5;
- health = 120;
- icon_state = "twindow";
- reinf = 0
- },
+/obj/structure/window/reinforced/tinted/fulltile,
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cQw" = (
+"cOi" = (
/obj/structure/cable/yellow{
d2 = 4;
icon_state = "0-4"
@@ -85917,7 +86222,7 @@
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cQx" = (
+"cOj" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -85925,7 +86230,7 @@
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cQy" = (
+"cOk" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -85935,9 +86240,10 @@
dir = 8;
initialize_directions = 11
},
+/obj/effect/landmark/xmastree,
/turf/open/floor/carpet,
/area/chapel/main)
-"cQz" = (
+"cOl" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -85948,14 +86254,14 @@
},
/turf/open/floor/carpet,
/area/chapel/main)
-"cQA" = (
+"cOm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/chapel/main)
-"cQB" = (
+"cOn" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
name = "Chapel";
@@ -85966,27 +86272,29 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cQC" = (
+"cOo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQD" = (
+"cOp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQE" = (
+"cOq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -85994,7 +86302,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQF" = (
+"cOr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -86002,7 +86310,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQG" = (
+"cOs" = (
/obj/machinery/ai_status_display{
pixel_x = 0;
pixel_y = 0
@@ -86011,7 +86319,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQH" = (
+"cOt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -86025,7 +86333,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQI" = (
+"cOu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -86034,13 +86342,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQJ" = (
+"cOv" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
name = "Departure Lounge Security Post";
@@ -86058,7 +86367,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQK" = (
+"cOw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -86085,7 +86394,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQL" = (
+"cOx" = (
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -86095,7 +86404,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQM" = (
+"cOy" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -3;
@@ -86106,7 +86415,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQN" = (
+"cOz" = (
/obj/structure/table,
/obj/machinery/newscaster/security_unit{
pixel_x = 29;
@@ -86137,7 +86446,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cQO" = (
+"cOA" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas,
/obj/item/clothing/glasses/sunglasses,
@@ -86149,13 +86458,13 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQP" = (
+"cOB" = (
/obj/item/seeds/sunflower/moonflower,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQQ" = (
+"cOC" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -86168,38 +86477,27 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQR" = (
+"cOD" = (
/obj/item/seeds/berry,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQS" = (
+"cOE" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/weapon/reagent_containers/glass/bucket,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cQT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating/warnplate{
- dir = 2
- },
-/area/maintenance/starboardsolar)
-"cQU" = (
+"cOF" = (
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cQV" = (
+"cOG" = (
/obj/structure/closet/wardrobe/chaplain_black,
/obj/machinery/airalarm{
dir = 4;
@@ -86208,14 +86506,14 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQW" = (
+"cOH" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQX" = (
+"cOI" = (
/obj/machinery/power/apc{
dir = 2;
lighting = 3;
@@ -86231,20 +86529,20 @@
/obj/structure/cable/yellow,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQY" = (
+"cOJ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cQZ" = (
+"cOK" = (
/obj/machinery/door/morgue{
name = "Confession Booth (Chaplain)";
req_access_txt = "22"
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cRa" = (
+"cOL" = (
/obj/item/device/radio/intercom{
broadcasting = 1;
frequency = 1480;
@@ -86259,46 +86557,46 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cRb" = (
+"cOM" = (
/turf/open/floor/plasteel/chapel{
dir = 4
},
/area/chapel/main)
-"cRc" = (
+"cON" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/chapel{
dir = 1
},
/area/chapel/main)
-"cRd" = (
+"cOO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/chair/stool,
/turf/open/floor/plasteel/chapel{
dir = 4
},
/area/chapel/main)
-"cRe" = (
+"cOP" = (
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cRf" = (
+"cOQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/chair/stool,
/turf/open/floor/plasteel/chapel{
dir = 1
},
/area/chapel/main)
-"cRg" = (
+"cOR" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/chapel{
dir = 4
},
/area/chapel/main)
-"cRh" = (
+"cOS" = (
/turf/open/floor/plasteel/chapel{
dir = 1
},
/area/chapel/main)
-"cRi" = (
+"cOT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -86309,7 +86607,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRj" = (
+"cOU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -86318,49 +86616,48 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRk" = (
+"cOV" = (
/obj/structure/chair{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRl" = (
+"cOW" = (
/obj/structure/flora/ausbushes/fernybush,
/obj/structure/flora/ausbushes/fullgrass,
/obj/structure/flora/ausbushes/brflowers,
/obj/structure/flora/ausbushes/sunnybush,
-/obj/structure/window/reinforced{
- dir = 5;
- health = 1e+007
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/grass,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRm" = (
+"cOX" = (
/obj/structure/chair{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRn" = (
+"cOY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -86369,7 +86666,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRo" = (
+"cOZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4;
initialize_directions = 11
@@ -86378,25 +86675,26 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRp" = (
+"cPa" = (
/obj/structure/chair{
dir = 8
},
/obj/structure/sign/electricshock{
pixel_x = 32
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRq" = (
+"cPb" = (
/turf/closed/wall,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRr" = (
+"cPc" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow,
@@ -86408,7 +86706,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRs" = (
+"cPd" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/yellow{
@@ -86419,7 +86717,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRt" = (
+"cPe" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -86433,66 +86731,71 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRu" = (
+"cPf" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
/obj/item/seeds/glowshroom,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRv" = (
+"cPg" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
/obj/item/weapon/cultivator,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRw" = (
+"cPh" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
/obj/item/seeds/ambrosia,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRx" = (
+"cPi" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
/obj/item/seeds/watermelon,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRy" = (
+"cPj" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
/obj/item/seeds/berry,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRz" = (
+"cPk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/chapel/office)
-"cRA" = (
+"cPl" = (
/obj/machinery/door/airlock/centcom{
name = "Chapel Office";
opacity = 1;
@@ -86501,7 +86804,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cRB" = (
+"cPm" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
@@ -86513,29 +86816,29 @@
},
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"cRC" = (
+"cPn" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/chapel{
dir = 8
},
/area/chapel/main)
-"cRD" = (
+"cPo" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"cRE" = (
+"cPp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/chair/stool,
/turf/open/floor/plasteel/chapel{
dir = 8
},
/area/chapel/main)
-"cRF" = (
+"cPq" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"cRG" = (
+"cPr" = (
/obj/machinery/light{
dir = 4;
icon_state = "tube1"
@@ -86544,7 +86847,7 @@
dir = 8
},
/area/chapel/main)
-"cRH" = (
+"cPs" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
on = 1;
@@ -86556,7 +86859,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRI" = (
+"cPt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -86564,27 +86867,28 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRJ" = (
+"cPu" = (
/obj/structure/chair{
dir = 8
},
/obj/effect/landmark/start{
name = "Assistant"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRK" = (
+"cPv" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cRL" = (
+"cPw" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -86600,7 +86904,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRM" = (
+"cPx" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -86613,7 +86917,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRN" = (
+"cPy" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -86627,7 +86931,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRO" = (
+"cPz" = (
/obj/structure/closet,
/obj/item/device/flashlight,
/obj/effect/spawner/lootdrop/maintenance{
@@ -86638,17 +86942,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cRP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cRQ" = (
+"cPA" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -86657,7 +86951,7 @@
},
/turf/open/floor/plating,
/area/chapel/main)
-"cRR" = (
+"cPB" = (
/obj/structure/closet/coffin,
/obj/machinery/light/small{
dir = 1
@@ -86665,14 +86959,14 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/chapel/main)
-"cRS" = (
+"cPC" = (
/obj/structure/closet/coffin,
/obj/structure/window/reinforced{
dir = 4
},
/turf/open/floor/plating,
/area/chapel/main)
-"cRT" = (
+"cPD" = (
/obj/structure/noticeboard{
desc = "A memorial wall for pinning up momentos";
name = "memorial board";
@@ -86687,7 +86981,7 @@
/obj/structure/table/wood,
/turf/open/floor/carpet,
/area/chapel/main)
-"cRU" = (
+"cPE" = (
/obj/structure/sign/atmosplaque{
desc = "A plaque commemorating the fallen, may they rest in peace, forever asleep amongst the stars. Someone has drawn a picture of a crying badger at the bottom.";
icon_state = "kiddieplaque";
@@ -86716,7 +87010,7 @@
/obj/structure/table/wood,
/turf/open/floor/carpet,
/area/chapel/main)
-"cRV" = (
+"cPF" = (
/obj/structure/noticeboard{
desc = "A memorial wall for pinning up momentos";
name = "memorial board";
@@ -86726,15 +87020,15 @@
/obj/structure/table/wood,
/turf/open/floor/carpet,
/area/chapel/main)
-"cRW" = (
+"cPG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/chapel/main)
-"cRX" = (
+"cPH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cRY" = (
+"cPI" = (
/obj/machinery/light/small{
dir = 1
},
@@ -86745,11 +87039,11 @@
pixel_x = -2;
pixel_y = 8
},
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/table/wood,
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cRZ" = (
+"cPJ" = (
/obj/structure/chair/comfy/black{
dir = 4
},
@@ -86758,7 +87052,7 @@
dir = 1
},
/area/chapel/main)
-"cSa" = (
+"cPK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -86766,7 +87060,7 @@
dir = 4
},
/area/chapel/main)
-"cSb" = (
+"cPL" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -86775,7 +87069,7 @@
dir = 1
},
/area/chapel/main)
-"cSc" = (
+"cPM" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -86784,8 +87078,8 @@
dir = 4
},
/area/chapel/main)
-"cSd" = (
-/obj/effect/decal/cleanable/cobweb2,
+"cPN" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/chair/comfy/black{
dir = 8
},
@@ -86793,7 +87087,7 @@
dir = 4
},
/area/chapel/main)
-"cSe" = (
+"cPO" = (
/obj/machinery/camera{
c_tag = "Departure Lounge - Port Aft";
dir = 4;
@@ -86811,13 +87105,14 @@
icon_state = "plant-04";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSf" = (
+"cPP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -86825,7 +87120,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSg" = (
+"cPQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -86833,38 +87128,41 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSh" = (
+"cPR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSi" = (
+"cPS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSj" = (
+"cPT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSk" = (
+"cPU" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
@@ -86872,7 +87170,7 @@
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSl" = (
+"cPV" = (
/obj/machinery/camera{
c_tag = "Departure Lounge - Starboard Aft";
dir = 8;
@@ -86891,13 +87189,14 @@
icon_state = "plant-16";
layer = 4.1
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSm" = (
+"cPW" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -86908,7 +87207,7 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cSn" = (
+"cPX" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -86927,7 +87226,7 @@
/area/medical/research{
name = "Research Division"
})
-"cSo" = (
+"cPY" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -86944,11 +87243,11 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cSp" = (
+"cPZ" = (
/obj/structure/closet/coffin,
/turf/open/floor/plating,
/area/chapel/main)
-"cSq" = (
+"cQa" = (
/obj/machinery/newscaster{
pixel_x = 0;
pixel_y = 32
@@ -86961,13 +87260,13 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSr" = (
+"cQb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSs" = (
+"cQc" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -86984,13 +87283,13 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSt" = (
+"cQd" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSu" = (
+"cQe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -87002,7 +87301,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSv" = (
+"cQf" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -87013,7 +87312,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSw" = (
+"cQg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -87021,20 +87320,20 @@
dir = 8
},
/area/chapel/main)
-"cSx" = (
+"cQh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"cSy" = (
+"cQi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"cSz" = (
+"cQj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 2
},
@@ -87042,7 +87341,7 @@
dir = 8
},
/area/chapel/main)
-"cSA" = (
+"cQk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -87050,55 +87349,60 @@
dir = 8
},
/area/chapel/main)
-"cSB" = (
+"cQl" = (
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"cSC" = (
-/turf/open/floor/plasteel/warning{
+"cQm" = (
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSD" = (
-/turf/open/floor/plasteel/warning{
+"cQn" = (
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSE" = (
+"cQo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=9.4-Escape-4";
location = "9.3-Escape-3"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSF" = (
+"cQp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=9.3-Escape-3";
location = "9.2-Escape-2"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSG" = (
-/turf/open/floor/plasteel/warning{
+"cQq" = (
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cSH" = (
+"cQr" = (
/obj/machinery/light/small{
dir = 1
},
@@ -87119,7 +87423,7 @@
dir = 1
},
/area/toxins/xenobiology)
-"cSI" = (
+"cQs" = (
/obj/machinery/light/small{
dir = 1
},
@@ -87139,7 +87443,7 @@
dir = 1
},
/area/toxins/xenobiology)
-"cSJ" = (
+"cQt" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -87165,7 +87469,7 @@
dir = 1
},
/area/toxins/xenobiology)
-"cSK" = (
+"cQu" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -87181,48 +87485,23 @@
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cSL" = (
+"cQv" = (
/obj/machinery/camera{
c_tag = "Toxins - Launch Area";
dir = 2;
network = list("SS13","RD")
},
/obj/machinery/suit_storage_unit/rd,
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cSM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cSN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cSO" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cSP" = (
+"cQw" = (
/obj/machinery/door/window/eastleft{
dir = 4;
name = "Coffin Storage";
@@ -87230,13 +87509,13 @@
},
/turf/open/floor/plating,
/area/chapel/main)
-"cSQ" = (
+"cQx" = (
/obj/structure/chair{
pixel_y = -2
},
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cSR" = (
+"cQy" = (
/obj/structure/chair{
pixel_y = -2
},
@@ -87245,19 +87524,19 @@
},
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cSS" = (
+"cQz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cST" = (
+"cQA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSU" = (
+"cQB" = (
/obj/machinery/doppler_array{
dir = 4
},
@@ -87267,13 +87546,16 @@
name = "Station Intercom (General)";
pixel_y = 22
},
-/turf/open/floor/plasteel/bot{
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cSV" = (
+"cQC" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
@@ -87285,13 +87567,14 @@
pixel_x = -23;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/mixing{
name = "\improper Toxins Lab"
})
-"cSW" = (
+"cQD" = (
/obj/structure/table,
/obj/item/stack/sheet/glass{
amount = 20;
@@ -87322,9 +87605,10 @@
},
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/assembly/robotics)
-"cSX" = (
+"cQE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -87332,22 +87616,22 @@
dir = 4
},
/area/chapel/main)
-"cSY" = (
+"cQF" = (
/obj/structure/table/wood,
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cSZ" = (
+"cQG" = (
/obj/item/weapon/storage/book/bible,
/obj/structure/table/wood,
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cTa" = (
+"cQH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/chapel{
dir = 1
},
/area/chapel/main)
-"cTb" = (
+"cQI" = (
/obj/structure/chair/comfy/black{
dir = 8
},
@@ -87360,60 +87644,67 @@
dir = 4
},
/area/chapel/main)
-"cTc" = (
+"cQJ" = (
/obj/structure/sign/vacuum{
pixel_x = -32
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTd" = (
-/turf/open/floor/plasteel/delivery,
+"cQK" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTe" = (
+"cQL" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTf" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/delivery,
+"cQM" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTg" = (
+"cQN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTh" = (
+"cQO" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
on = 1
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTi" = (
+"cQP" = (
/obj/structure/sign/vacuum{
pixel_x = 32
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTj" = (
+"cQQ" = (
/obj/machinery/light{
icon_state = "tube1";
dir = 8
@@ -87431,20 +87722,22 @@
pixel_x = -32;
pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTk" = (
+"cQR" = (
/obj/machinery/door/poddoor/preopen{
id = "xeno_blastdoor";
name = "biohazard containment door"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cTl" = (
+"cQS" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -87455,14 +87748,15 @@
id = "xeno_blastdoor";
name = "biohazard containment door"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cTm" = (
+"cQT" = (
/obj/structure/closet/coffin,
/obj/machinery/light/small,
/turf/open/floor/plating,
/area/chapel/main)
-"cTn" = (
+"cQU" = (
/obj/machinery/light/small{
dir = 4
},
@@ -87478,26 +87772,20 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cTo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cTp" = (
+"cQV" = (
/obj/item/device/flashlight/lantern{
pixel_y = 7
},
/obj/structure/table/wood,
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cTq" = (
+"cQW" = (
/obj/effect/landmark/start{
name = "Chaplain"
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cTr" = (
+"cQX" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
@@ -87506,15 +87794,16 @@
dir = 8
},
/area/chapel/main)
-"cTs" = (
+"cQY" = (
/obj/machinery/door/airlock/external{
name = "Departure Lounge Airlock"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTt" = (
+"cQZ" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -87524,17 +87813,18 @@
id = "xeno_blastdoor";
name = "biohazard containment door"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cTu" = (
+"cRa" = (
/obj/structure/sign/biohazard,
/turf/closed/wall,
/area/toxins/xenobiology)
-"cTv" = (
+"cRb" = (
/obj/structure/sign/securearea,
/turf/closed/wall,
/area/toxins/xenobiology)
-"cTw" = (
+"cRc" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -87549,7 +87839,7 @@
dir = 4
},
/area/toxins/xenobiology)
-"cTx" = (
+"cRd" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
@@ -87558,16 +87848,16 @@
/obj/structure/sign/poster{
pixel_y = 32
},
-/turf/open/floor/plating/warnplate,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"cTy" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+"cRe" = (
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cTz" = (
+"cRf" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -87577,7 +87867,7 @@
dir = 1
},
/area/toxins/xenobiology)
-"cTA" = (
+"cRg" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -87588,33 +87878,42 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cTB" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+"cRh" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/machinery/light_switch{
+ pixel_x = -23;
+ pixel_y = 0
},
/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
+ dir = 9
},
/area/toxins/xenobiology)
-"cTC" = (
+"cRi" = (
/turf/closed/wall/r_wall,
/area/toxins/xenobiology)
-"cTD" = (
+"cRj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cTE" = (
-/turf/closed/wall/shuttle{
- tag = "icon-wall3 (NORTHWEST)";
- icon_state = "wall3";
- dir = 9
+"cRk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/shuttle/escape)
-"cTF" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cRl" = (
/obj/machinery/door/window{
dir = 4;
name = "Mass Driver";
@@ -87625,7 +87924,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cTG" = (
+"cRm" = (
/obj/machinery/mass_driver{
dir = 2;
id = "chapelgun"
@@ -87645,11 +87944,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cTH" = (
+"cRn" = (
/obj/machinery/camera{
c_tag = "Chapel - Port";
dir = 4;
@@ -87662,20 +87962,20 @@
dir = 8
},
/area/chapel/main)
-"cTI" = (
+"cRo" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/chapel{
dir = 4
},
/area/chapel/main)
-"cTJ" = (
+"cRp" = (
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cTK" = (
-/obj/machinery/hologram/holopad,
+"cRq" = (
+/obj/machinery/holopad,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cTL" = (
+"cRr" = (
/obj/machinery/light/small,
/obj/machinery/button/door{
id = "chapel_shutters_space";
@@ -87692,27 +87992,29 @@
dir = 1
},
/area/chapel/main)
-"cTM" = (
+"cRs" = (
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTN" = (
+"cRt" = (
/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
-"cTO" = (
+"cRu" = (
/obj/structure/sign/biohazard,
/turf/closed/wall/r_wall,
/area/toxins/xenobiology)
-"cTP" = (
+"cRv" = (
/obj/machinery/doorButtons/access_button{
idDoor = "xeno_airlock_exterior";
idSelf = "xeno_airlock_control";
@@ -87740,126 +88042,63 @@
dir = 4
},
/area/toxins/xenobiology)
-"cTQ" = (
+"cRw" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
/area/toxins/xenobiology)
-"cTR" = (
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -26;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
+"cRx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/turf/closed/wall/r_wall,
/area/toxins/xenobiology)
-"cTS" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
+"cRy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cTT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warnwhite{
+"cRz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/area/toxins/xenobiology)
-"cTU" = (
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
/area/toxins/xenobiology)
-"cTV" = (
-/obj/structure/closet/l3closet/scientist,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab - Airlock";
- dir = 8;
- network = list("SS13","RD")
+"cRA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
},
-/obj/machinery/light/small{
- dir = 4
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cRB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
/area/toxins/xenobiology)
-"cTW" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+"cRC" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8;
initialize_directions = 11
},
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cTX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+"cRD" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"cTY" = (
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/doorButtons/access_button{
- idDoor = "xeno_airlock_interior";
- idSelf = "xeno_airlock_control";
- name = "Access Button";
- pixel_x = 8;
- pixel_y = -28;
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
- },
+/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cTZ" = (
-/obj/structure/cable,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUa" = (
+"cRE" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
},
@@ -87874,7 +88113,7 @@
dir = 2
},
/area/chapel/main)
-"cUb" = (
+"cRF" = (
/obj/machinery/door/morgue{
name = "Chapel Garden";
req_access_txt = "0"
@@ -87883,7 +88122,7 @@
dir = 2
},
/area/chapel/main)
-"cUc" = (
+"cRG" = (
/obj/machinery/light/small,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
@@ -87898,18 +88137,18 @@
},
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cUd" = (
+"cRH" = (
/obj/structure/chair,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cUe" = (
+"cRI" = (
/obj/structure/chair,
/obj/effect/landmark/start{
name = "Chaplain"
},
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cUf" = (
+"cRJ" = (
/obj/structure/window/reinforced{
dir = 4
},
@@ -87927,16 +88166,17 @@
/obj/structure/table/wood,
/turf/open/floor/plasteel/vault,
/area/chapel/main)
-"cUg" = (
+"cRK" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
on = 1
},
-/turf/open/floor/plasteel/darkwarning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cUh" = (
+"cRL" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -87945,242 +88185,54 @@
},
/turf/open/floor/plating,
/area/chapel/main)
-"cUi" = (
-/obj/structure/closet/l3closet/scientist,
-/obj/item/device/radio/intercom{
- freerange = 0;
- frequency = 1459;
- name = "Station Intercom (General)";
- pixel_x = 29
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
- },
-/area/toxins/xenobiology)
-"cUj" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+"cRM" = (
+/obj/machinery/processor{
+ desc = "A machine used to process slimes and retrieve their extract.";
+ name = "Slime Processor"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cUk" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/structure/table/glass,
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9;
- pixel_y = 4
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9;
- pixel_y = 4
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9;
- pixel_y = 4
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/dropper,
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUl" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 7
- },
-/obj/item/weapon/storage/box/syringes{
- pixel_y = 5
- },
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUm" = (
-/obj/machinery/chem_master{
- pixel_x = -2;
- pixel_y = 1
- },
-/obj/structure/noticeboard{
- pixel_y = 30
- },
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUn" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/machinery/chem_dispenser/constructable,
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"cUp" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- autoclose = 0;
- frequency = 1449;
- icon_state = "door_locked";
- id_tag = "xeno_airlock_interior";
- locked = 1;
- name = "Xenobiology Lab Internal Airlock";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUq" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/monkeycubes{
- pixel_x = 3;
- pixel_y = 5
- },
-/obj/item/weapon/storage/box/monkeycubes{
- pixel_x = -3;
- pixel_y = 4
+"cRN" = (
+/obj/machinery/monkey_recycler,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
/area/toxins/xenobiology)
-"cUr" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/solar{
- id = "aftstarboard";
- name = "Aft-Starboard Solar Array"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cUs" = (
+"cRO" = (
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/starboard)
-"cUt" = (
+"cRP" = (
/obj/machinery/door/poddoor{
id = "chapelgun";
name = "Chapel Launcher Door"
},
/turf/open/floor/plating,
/area/chapel/main)
-"cUu" = (
+"cRQ" = (
/obj/machinery/computer/shuttle/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cUv" = (
-/obj/structure/table/glass,
-/obj/item/weapon/paper_bin{
- pixel_x = -1;
- pixel_y = 8
- },
-/obj/machinery/power/apc{
- cell_type = 10000;
- dir = 1;
- name = "Xenobiology APC";
- pixel_x = 0;
- pixel_y = 27
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUw" = (
-/obj/structure/table/glass,
-/obj/item/weapon/folder/white{
- pixel_y = 4
- },
-/obj/item/weapon/pen,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = 0;
- pixel_y = 30
- },
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUx" = (
-/obj/machinery/smartfridge/extract,
-/turf/open/floor/plasteel/whitepurple{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cUy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cUz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/chem_heater{
- pixel_x = -4;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 9
+"cRR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
},
/area/toxins/xenobiology)
-"cUA" = (
+"cRS" = (
/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
/area/toxins/xenobiology)
-"cUB" = (
+"cRT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light_switch{
pixel_x = 25;
@@ -88188,416 +88240,128 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cUC" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Scientist"
+"cRU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
},
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cUD" = (
-/obj/machinery/light_switch{
- pixel_x = -6;
- pixel_y = 26
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
+"cRV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cUE" = (
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab - Fore";
- dir = 2;
- network = list("SS13","RD")
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 26
- },
+"cRW" = (
/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d2 = 2;
+ icon_state = "0-2"
},
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio8";
+ name = "containment blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cUF" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
+"cRX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cRY" = (
/obj/structure/cable/yellow{
- d1 = 1;
d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/doorButtons/airlock_controller{
- idExterior = "xeno_airlock_exterior";
- idInterior = "xeno_airlock_interior";
- idSelf = "xeno_airlock_control";
- name = "Access Console";
- pixel_x = -25;
- pixel_y = 25
+ icon_state = "0-4"
},
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "Xenolab";
+ name = "test chamber blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cUG" = (
+"cRZ" = (
+/obj/structure/cable/yellow,
/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d2 = 4;
+ icon_state = "0-4"
},
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cUH" = (
+"cSa" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cUI" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUK" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUL" = (
-/obj/item/stack/cable_coil,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUM" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUO" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cUP" = (
-/obj/structure/chair/office/light{
- dir = 1;
- pixel_y = 3
- },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"cSb" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cUQ" = (
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 5
- },
-/area/toxins/xenobiology)
-"cUR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cUS" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/toxins/xenobiology)
-"cUT" = (
-/obj/structure/cable,
-/obj/machinery/power/solar{
- id = "aftstarboard";
- name = "Aft-Starboard Solar Array"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"cUU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cUV" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cUW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cUX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cUY" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cUZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cVa" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cVb" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/item/weapon/extinguisher{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVc" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1;
- name = "xenobiology air connector port"
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 10
- },
-/area/toxins/xenobiology)
-"cVd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/toxins/xenobiology)
-"cVe" = (
-/obj/machinery/disposal/bin,
-/obj/structure/sign/deathsposal{
- pixel_x = 0;
- pixel_y = -32
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
dir = 2
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVg" = (
+"cSc" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVh" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVi" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVj" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVk" = (
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cVl" = (
-/obj/machinery/processor{
- desc = "A machine used to process slimes and retrieve their extract.";
- name = "Slime Processor"
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVm" = (
-/obj/machinery/monkey_recycler,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 2
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/toxins/xenobiology)
-"cVn" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 6
+/obj/structure/cable/yellow,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio8";
+ name = "containment blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cVo" = (
+"cSd" = (
/turf/closed/wall,
/area/toxins/xenobiology)
-"cVp" = (
+"cSe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery{
- name = "floor"
- },
-/area/toxins/xenobiology)
-"cVq" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/xenobiology)
-"cVr" = (
+"cSf" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -88606,61 +88370,52 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
name = "floor"
},
/area/toxins/xenobiology)
-"cVs" = (
+"cSg" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVt" = (
+"cSh" = (
/obj/structure/disposalpipe/trunk{
dir = 4
},
/obj/structure/disposaloutlet,
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVu" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio3";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cVv" = (
+"cSi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVw" = (
+"cSj" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 8
},
/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cVx" = (
-/turf/open/floor/plasteel/warnwhite{
+"cSk" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 1
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVy" = (
+"cSl" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -88668,24 +88423,12 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cVA" = (
+"cSm" = (
/obj/structure/window/reinforced,
/obj/structure/table/reinforced,
/obj/machinery/button/door{
@@ -88695,20 +88438,21 @@
pixel_y = 4;
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cVB" = (
+"cSn" = (
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVC" = (
+"cSo" = (
/obj/effect/landmark{
name = "revenantspawn"
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVD" = (
+"cSp" = (
/obj/machinery/light/small{
dir = 8
},
@@ -88719,7 +88463,7 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVE" = (
+"cSq" = (
/obj/machinery/door/window/northleft{
base_state = "right";
dir = 8;
@@ -88738,24 +88482,25 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVF" = (
+"cSr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVG" = (
+"cSs" = (
/obj/machinery/door/window/northleft{
dir = 4;
name = "Containment Pen #1";
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cVH" = (
+"cSt" = (
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVI" = (
+"cSu" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -88765,15 +88510,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVJ" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/starboard)
-"cVK" = (
+"cSv" = (
/obj/machinery/door/window/northleft{
dir = 4;
name = "Containment Pen #2";
@@ -88790,7 +88527,7 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVL" = (
+"cSw" = (
/obj/machinery/door/window/northleft{
base_state = "right";
dir = 8;
@@ -88798,11 +88535,12 @@
name = "Containment Pen #2";
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cVM" = (
+"cSx" = (
/obj/machinery/light/small{
dir = 4
},
@@ -88813,25 +88551,11 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVN" = (
+"cSy" = (
/mob/living/simple_animal/slime,
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVO" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio3";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cVP" = (
+"cSz" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
d2 = 8;
@@ -88839,26 +88563,19 @@
},
/turf/open/space,
/area/solar/starboard)
-"cVQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/space,
-/area/solar/starboard)
-"cVR" = (
+"cSA" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cVS" = (
+"cSB" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio3";
@@ -88875,11 +88592,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cVT" = (
+"cSC" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
icon_state = "0-2";
@@ -88887,62 +88605,20 @@
},
/turf/open/space,
/area/solar/starboard)
-"cVU" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cVV" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
+"cSD" = (
+/obj/structure/cable/yellow,
/obj/structure/cable/yellow{
- d1 = 1;
d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cVW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
+ icon_state = "0-4"
},
-/obj/structure/cable/yellow,
/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
+ id = "xenobio2";
name = "containment blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cVX" = (
+"cSE" = (
/obj/structure/window/reinforced{
dir = 1
},
@@ -88955,11 +88631,12 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cVY" = (
+"cSF" = (
/obj/structure/disposalpipe/trunk{
dir = 8
},
@@ -88968,22 +88645,23 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cVZ" = (
+"cSG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
dir = 8
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWa" = (
+"cSH" = (
/obj/structure/chair/stool{
pixel_y = 8
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cWb" = (
+"cSI" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -88991,23 +88669,7 @@
},
/turf/closed/wall,
/area/toxins/xenobiology)
-"cWc" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab - Central";
- dir = 8;
- network = list("SS13","RD")
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cWd" = (
+"cSJ" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -89016,47 +88678,27 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWe" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cWf" = (
+"cSK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWg" = (
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 8
+"cSL" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4
},
-/area/toxins/xenobiology)
-"cWh" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "containment blast door"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWi" = (
+"cSM" = (
/obj/structure/window/reinforced,
/obj/structure/table/reinforced,
/obj/machinery/button/door{
@@ -89066,11 +88708,12 @@
pixel_y = 4;
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWj" = (
+"cSN" = (
/obj/machinery/door/window/northleft{
base_state = "right";
dir = 8;
@@ -89089,24 +88732,25 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cWk" = (
+"cSO" = (
/obj/machinery/door/window/northleft{
dir = 4;
name = "Containment Pen #3";
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWl" = (
+"cSP" = (
/obj/docking_port/stationary/random{
id = "pod_asteroid1";
name = "asteroid"
},
/turf/open/space,
/area/space)
-"cWm" = (
+"cSQ" = (
/obj/machinery/door/window/northleft{
dir = 4;
name = "Containment Pen #4";
@@ -89123,7 +88767,7 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cWn" = (
+"cSR" = (
/obj/machinery/door/window/northleft{
base_state = "right";
dir = 8;
@@ -89131,25 +88775,12 @@
name = "Containment Pen #4";
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cWp" = (
+"cSS" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio2";
@@ -89166,26 +88797,34 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWq" = (
+"cST" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 2
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio1";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWr" = (
-/obj/structure/cable,
-/obj/machinery/power/tracker,
-/turf/open/floor/plating/airless,
-/area/solar/starboard)
-"cWs" = (
+"cSU" = (
/obj/structure/chair{
dir = 1
},
@@ -89200,26 +88839,28 @@
possible_destinations = "pod_asteroid1";
shuttleId = "pod1"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
-"cWt" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"cSV" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "1-8"
},
-/obj/structure/cable/yellow,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "containment blast door"
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWu" = (
+"cSW" = (
/obj/structure/sink{
icon_state = "sink";
dir = 8;
@@ -89227,74 +88868,24 @@
pixel_y = 2
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWv" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cWw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
+"cSX" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cWx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cWy" = (
-/obj/machinery/button/door{
- id = "xenobio1";
- name = "Containment Blast Doors";
- pixel_x = -24;
- pixel_y = 24;
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/xenobiology)
-"cWz" = (
-/obj/structure/window/reinforced,
-/obj/machinery/button/door{
- id = "xenobio6";
- name = "Containment Blast Doors";
- pixel_x = 24;
- pixel_y = 24;
- req_access_txt = "55"
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/bin,
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
+ icon_state = "1-2"
},
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWA" = (
+"cSY" = (
/obj/structure/disposalpipe/segment,
/obj/structure/table/wood,
/obj/item/weapon/folder{
@@ -89302,40 +88893,40 @@
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"cWB" = (
-/obj/structure/disposalpipe/segment{
+"cSZ" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8
+ },
+/obj/machinery/firealarm{
dir = 2;
- icon_state = "pipe-c"
+ pixel_y = 26
},
-/turf/open/floor/engine,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
+"cTa" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
-/obj/structure/cable/yellow{
- d2 = 2;
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cWD" = (
+"cTb" = (
/obj/machinery/door/window/northleft{
dir = 4;
name = "Containment Pen #5";
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWE" = (
+"cTc" = (
/obj/machinery/door/window/northleft{
base_state = "right";
dir = 8;
@@ -89354,7 +88945,7 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cWF" = (
+"cTd" = (
/obj/structure/chair{
dir = 1
},
@@ -89364,9 +88955,9 @@
/obj/item/weapon/storage/pod{
pixel_x = -26
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
-"cWG" = (
+"cTe" = (
/obj/machinery/door/window/northleft{
base_state = "right";
dir = 8;
@@ -89374,15 +88965,12 @@
name = "Containment Pen #6";
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWH" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cWI" = (
+"cTf" = (
/obj/structure/table,
/obj/machinery/light/small{
dir = 8
@@ -89398,7 +88986,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
-"cWJ" = (
+"cTg" = (
/obj/machinery/door/window/northleft{
dir = 4;
name = "Containment Pen #6";
@@ -89415,38 +89003,7 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"cWK" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/toxins/xenobiology)
-"cWL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/cable/yellow,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cWM" = (
+"cTh" = (
/obj/machinery/door/poddoor{
id = "QMLoaddoor";
name = "supply dock loading door"
@@ -89457,23 +89014,7 @@
},
/turf/open/floor/plating,
/area/shuttle/supply)
-"cWN" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"cWO" = (
+"cTi" = (
/obj/structure/chair{
dir = 4
},
@@ -89488,61 +89029,51 @@
possible_destinations = "pod_asteroid4";
shuttleId = "pod4"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_4)
-"cWP" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
+"cTj" = (
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
/obj/structure/cable/yellow{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWQ" = (
+"cTk" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
+ dir = 4
},
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/warning{
- dir = 9
+/obj/machinery/button/ignition{
+ id = "Xenobio";
+ pixel_x = -6;
+ pixel_y = -3
},
-/area/toxins/xenobiology)
-"cWR" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/button/door{
+ id = "Xenolab";
+ name = "Test Chamber Blast Doors";
+ pixel_x = 4;
+ pixel_y = -3;
+ req_access_txt = "55"
},
+/obj/structure/table/reinforced,
/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cWS" = (
+"cTl" = (
/obj/machinery/door/poddoor{
- auto_close = 300;
id = "smindicate";
name = "outer blast door"
},
@@ -89560,8 +89091,8 @@
height = 24;
id = "syndicate";
name = "syndicate infiltrator";
+ port_angle = 0;
roundstart_move = "syndicate_away";
- travelDir = 180;
width = 18
},
/obj/docking_port/stationary{
@@ -89576,159 +89107,42 @@
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"cWT" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"cWU" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+"cTm" = (
/obj/structure/cable/yellow,
/obj/structure/cable/yellow{
d2 = 8;
icon_state = "0-8"
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cWV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
/obj/structure/cable/yellow{
- d1 = 2;
d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab - Aft-Port";
- dir = 4;
- network = list("SS13","RD")
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/toxins/xenobiology)
-"cWW" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cWX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cWY" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cWZ" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/camera{
- c_tag = "Xenobiology Lab - Aft-Starboard";
- dir = 8;
- network = list("SS13","RD")
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/toxins/xenobiology)
-"cXa" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
+/obj/machinery/door/poddoor/preopen{
+ id = "Xenolab";
+ name = "test chamber blast door"
},
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXb" = (
+"cTn" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXc" = (
+"cTo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/closed/wall,
/area/chapel/main)
-"cXd" = (
+"cTp" = (
/obj/structure/closet,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXe" = (
-/obj/item/weapon/crowbar/red,
-/obj/item/weapon/wrench,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cXf" = (
+"cTq" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -89740,34 +89154,7 @@
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXg" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/button/ignition{
- id = "Xenobio";
- pixel_x = -6;
- pixel_y = -2
- },
-/obj/machinery/button/door{
- id = "Xenolab";
- name = "Test Chamber Blast Doors";
- pixel_x = 4;
- pixel_y = -2;
- req_access_txt = "55"
- },
-/obj/structure/table/reinforced,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/toxins/xenobiology)
-"cXh" = (
+"cTr" = (
/obj/machinery/computer/security/telescreen{
dir = 1;
name = "Test Chamber Monitor";
@@ -89776,11 +89163,12 @@
pixel_y = 2
},
/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cXi" = (
+"cTs" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 2
@@ -89788,21 +89176,23 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 10
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cXj" = (
+"cTt" = (
/obj/machinery/door/window/southleft{
dir = 1;
name = "Maximum Security Test Chamber";
req_access_txt = "55"
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cXk" = (
+"cTu" = (
/obj/structure/chair{
dir = 4
},
@@ -89813,16 +89203,9 @@
pixel_x = 6;
pixel_y = -32
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_4)
-"cXl" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/disposaloutlet,
-/turf/open/floor/plating/airless,
-/area/space)
-"cXm" = (
+"cTv" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
@@ -89830,14 +89213,14 @@
name = "EXTERNAL AIRLOCK";
pixel_x = 0
},
-/turf/closed/indestructible/opshuttle,
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXn" = (
+"cTw" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/item/weapon/storage/box/lights/mixed,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cXo" = (
+"cTx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 2;
initialize_directions = 11
@@ -89848,7 +89231,7 @@
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
-"cXp" = (
+"cTy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -89859,103 +89242,66 @@
dir = 1
},
/area/chapel/main)
-"cXq" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/toxins/xenobiology)
-"cXr" = (
+"cTz" = (
/obj/item/clothing/mask/gas,
/obj/item/clothing/mask/gas,
/obj/item/clothing/mask/gas,
/obj/item/clothing/glasses/science,
/obj/item/clothing/glasses/science,
/obj/structure/table,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/turf/open/floor/plasteel,
/area/toxins/xenobiology)
-"cXs" = (
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cXt" = (
-/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
- name = "Test Chamber Maintenance";
- req_access_txt = "47";
- req_one_access_txt = "0"
- },
+"cTA" = (
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXu" = (
+"cTB" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXv" = (
+"cTC" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXw" = (
+"cTD" = (
/obj/machinery/shieldwallgen{
req_access = list(55)
},
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"cXx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"cXy" = (
+"cTE" = (
/obj/structure/table,
/obj/item/device/flashlight/lamp{
pixel_x = 4;
pixel_y = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXz" = (
+"cTF" = (
/obj/structure/frame/computer,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXA" = (
+"cTG" = (
/obj/structure/table,
/obj/machinery/button/door{
id = "syndieshutters";
name = "remote shutter control";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXB" = (
+"cTH" = (
/obj/structure/table,
/obj/item/weapon/storage/box/donkpockets{
pixel_x = 3;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXC" = (
+"cTI" = (
/obj/structure/table,
/obj/item/weapon/c4{
pixel_x = 2;
@@ -89977,17 +89323,17 @@
pixel_x = 3;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXD" = (
+"cTJ" = (
/obj/structure/table,
/obj/item/stack/sheet/glass{
amount = 10
},
/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXE" = (
+"cTK" = (
/obj/item/device/radio/intercom{
desc = "Talk through this. Evilly";
freerange = 1;
@@ -89997,82 +89343,76 @@
subspace_transmission = 1;
syndie = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXF" = (
+"cTL" = (
/obj/structure/closet/syndicate/personal,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXG" = (
+"cTM" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
+/turf/closed/wall/mineral/plastitanium{
icon_state = "diagonalWall3"
},
/area/shuttle/syndicate)
-"cXH" = (
+"cTN" = (
/obj/machinery/door/window{
name = "Cockpit";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXI" = (
+"cTO" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 4;
icon_state = "diagonalWall3"
},
/area/shuttle/syndicate)
-"cXJ" = (
+"cTP" = (
/obj/structure/table,
/obj/item/stack/cable_coil,
/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXK" = (
+"cTQ" = (
/obj/structure/table,
/obj/item/weapon/storage/box/zipties{
pixel_x = 1;
pixel_y = 2
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"cXL" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXM" = (
+"cTR" = (
+/obj/effect/landmark/xmastree,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"cTS" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"cXN" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 8;
- icon_state = "diagonalWall3"
- },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXO" = (
+"cTT" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"cTU" = (
/obj/machinery/door/window{
name = "Ready Room";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXP" = (
+"cTV" = (
/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXQ" = (
+"cTW" = (
/obj/structure/closet/syndicate/nuclear,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXR" = (
+"cTX" = (
/obj/docking_port/stationary{
dheight = 9;
dir = 2;
@@ -90085,46 +89425,46 @@
},
/turf/open/space,
/area/space)
-"cXS" = (
+"cTY" = (
/obj/structure/table,
/obj/item/device/aicard,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXT" = (
-/turf/open/floor/plasteel/shuttle/white,
+"cTZ" = (
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cXU" = (
+"cUa" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
+/turf/closed/wall/mineral/plastitanium{
dir = 1;
icon_state = "diagonalWall3"
},
/area/shuttle/syndicate)
-"cXV" = (
+"cUb" = (
/obj/machinery/sleeper/syndie{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cXW" = (
+"cUc" = (
/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cXX" = (
+"cUd" = (
/obj/machinery/door/window{
dir = 4;
name = "EVA Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXY" = (
+"cUe" = (
/obj/machinery/door/airlock/external{
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cXZ" = (
+"cUf" = (
/obj/machinery/door/window{
base_state = "right";
dir = 4;
@@ -90132,20 +89472,20 @@
name = "EVA Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYa" = (
+"cUg" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"cYb" = (
+"cUh" = (
/obj/structure/rack,
/obj/item/clothing/suit/space/syndicate/black/red,
/obj/item/clothing/head/helmet/space/syndicate/black/red,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYc" = (
+"cUi" = (
/obj/item/device/radio/intercom{
desc = "Talk through this. Evilly";
freerange = 1;
@@ -90155,17 +89495,17 @@
subspace_transmission = 1;
syndie = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYd" = (
+"cUj" = (
/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYe" = (
+"cUk" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYf" = (
+"cUl" = (
/obj/structure/table,
/obj/item/stack/medical/ointment,
/obj/item/stack/medical/bruise_pack,
@@ -90173,13 +89513,13 @@
pixel_x = -5;
pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYg" = (
+"cUm" = (
/obj/structure/bed/roller,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYh" = (
+"cUn" = (
/obj/structure/table,
/obj/item/weapon/screwdriver{
pixel_y = 9
@@ -90187,18 +89527,18 @@
/obj/item/device/assembly/voice{
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYi" = (
+"cUo" = (
/obj/structure/table,
/obj/item/weapon/stock_parts/cell/high{
pixel_x = -3;
pixel_y = 3
},
/obj/item/weapon/stock_parts/cell/high,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYj" = (
+"cUp" = (
/obj/structure/table,
/obj/item/device/assembly/signaler,
/obj/item/device/assembly/signaler,
@@ -90210,48 +89550,48 @@
pixel_x = -8;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYk" = (
+"cUq" = (
/obj/structure/table,
/obj/item/weapon/wrench,
/obj/item/device/assembly/infra,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYl" = (
+"cUr" = (
/obj/structure/table,
/obj/item/weapon/weldingtool/largetank{
pixel_y = 3
},
/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYm" = (
+"cUs" = (
/obj/structure/sign/bluecross_2,
-/turf/closed/indestructible/opshuttle,
+/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYn" = (
+"cUt" = (
/obj/machinery/door/window/westright{
name = "Tool Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYo" = (
+"cUu" = (
/obj/structure/table,
/obj/item/weapon/storage/toolbox/syndicate,
/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYp" = (
+"cUv" = (
/obj/machinery/door/window{
dir = 4;
name = "Infirmary";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYq" = (
+"cUw" = (
/obj/machinery/door/window{
base_state = "right";
dir = 4;
@@ -90259,34 +89599,34 @@
name = "Infirmary";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYr" = (
+"cUx" = (
/obj/machinery/door/window{
dir = 8;
name = "Tool Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYs" = (
+"cUy" = (
/obj/machinery/door/window{
dir = 1;
name = "Surgery";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYt" = (
+"cUz" = (
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/table,
-/obj/item/robot_parts/r_arm,
-/obj/item/robot_parts/l_arm,
-/turf/open/floor/plasteel/shuttle/white,
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/l_arm/robot,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYu" = (
+"cUA" = (
/obj/structure/table,
/obj/structure/window/reinforced{
dir = 8
@@ -90300,15 +89640,15 @@
pixel_x = -3;
pixel_y = -3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYv" = (
+"cUB" = (
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYw" = (
+"cUC" = (
/obj/structure/table,
/obj/item/weapon/grenade/syndieminibomb{
pixel_x = 4;
@@ -90317,17 +89657,17 @@
/obj/item/weapon/grenade/syndieminibomb{
pixel_x = -1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYx" = (
+"cUD" = (
/obj/structure/table,
/obj/item/device/sbeacondrop/bomb{
pixel_y = 5
},
/obj/item/device/sbeacondrop/bomb,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYy" = (
+"cUE" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 3;
@@ -90338,25 +89678,25 @@
pixel_x = -3;
pixel_y = -3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYz" = (
+"cUF" = (
/obj/structure/table,
/obj/item/weapon/surgicaldrill,
/obj/item/weapon/circular_saw,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYA" = (
+"cUG" = (
/obj/machinery/telecomms/allinone{
intercept = 1
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYB" = (
+"cUH" = (
/obj/structure/table/optable,
/turf/open/floor/plasteel/white,
/area/medical/surgery)
-"cYC" = (
+"cUI" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -90366,25 +89706,25 @@
/obj/structure/mirror{
pixel_x = 30
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"cYD" = (
+"cUJ" = (
/obj/machinery/nuclearbomb/syndicate,
/obj/machinery/door/window{
dir = 1;
name = "Secure Storage";
req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"cYE" = (
+"cUK" = (
/obj/structure/shuttle/engine/heater,
/obj/structure/window/reinforced{
dir = 1
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"cYF" = (
+"cUL" = (
/obj/docking_port/stationary/random{
dir = 4;
id = "pod_asteroid4";
@@ -90392,7 +89732,7 @@
},
/turf/open/space,
/area/space)
-"cYG" = (
+"cUM" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -90402,10 +89742,10 @@
/obj/effect/landmark{
name = "lightsout"
},
-/obj/machinery/hologram/holopad,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cYH" = (
+"cUN" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 1;
@@ -90427,50 +89767,56 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cYI" = (
+"cUO" = (
/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"cYJ" = (
+"cUP" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_l"
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"cYK" = (
+"cUQ" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_r"
},
/turf/open/floor/plating,
/area/shuttle/syndicate)
-"cYL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
+"cUR" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ color = "#330000";
+ dir = 4
},
-/area/shuttle/supply)
-"cYM" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
+/obj/machinery/atmospherics/components/binary/valve/digital{
+ name = "Waste Release"
},
+/turf/open/floor/plasteel/black,
+/area/atmos)
+"cUS" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/supply)
-"cYN" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
+"cUT" = (
+/obj/machinery/light{
+ dir = 1
},
-/area/shuttle/supply)
-"cYO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
+/obj/machinery/status_display{
+ pixel_y = 30
},
+/obj/machinery/photocopier{
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/library)
+"cUU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/wood,
+/area/library)
+"cUV" = (
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
-"cYP" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"cYQ" = (
+"cUW" = (
/obj/machinery/conveyor{
dir = 4;
id = "QMLoad2"
@@ -90481,14 +89827,14 @@
},
/turf/open/floor/plating,
/area/shuttle/supply)
-"cYR" = (
-/obj/machinery/door/airlock/shuttle{
+"cUX" = (
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
/turf/open/floor/plating,
/area/shuttle/supply)
-"cYS" = (
+"cUY" = (
/obj/machinery/button/door{
dir = 2;
id = "QMLoaddoor2";
@@ -90502,10 +89848,10 @@
pixel_x = 24;
pixel_y = -8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
-"cYT" = (
-/obj/machinery/door/airlock/shuttle{
+"cUZ" = (
+/obj/machinery/door/airlock/titanium{
name = "Supply Shuttle Airlock";
req_access_txt = "31"
},
@@ -90524,144 +89870,166 @@
},
/turf/open/floor/plating,
/area/shuttle/supply)
-"cYU" = (
-/obj/machinery/computer/camera_advanced/xenobio,
+"cVa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"cYV" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
+"cVb" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film{
+ pixel_x = -3;
+ pixel_y = 5
},
-/area/shuttle/supply)
-"cYW" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
+/obj/item/device/camera_film{
+ pixel_y = 9
},
-/area/shuttle/supply)
-"cYX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 27
},
+/turf/open/floor/wood,
+/area/library)
+"cVc" = (
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/supply)
-"cYY" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f6"
+"cVd" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/area/shuttle/supply)
-"cYZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+/obj/item/device/radio/intercom{
+ freerange = 1;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = -30
},
-/area/shuttle/supply)
-"cZa" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"cVe" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/obj/structure/noticeboard{
+ desc = "A board for pinning important notices upon. Probably helpful for keeping track of requests.";
+ dir = 8;
+ name = "requests board";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/library)
+"cVf" = (
+/obj/machinery/light_switch{
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/turf/open/floor/wood,
+/area/library)
+"cVg" = (
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/shuttle/engine/heater,
/turf/open/floor/plating,
/area/shuttle/supply)
-"cZb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
- },
-/area/shuttle/supply)
-"cZc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
+"cVh" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/black,
+/area/hallway/primary/central)
+"cVi" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
},
-/area/shuttle/supply)
-"cZd" = (
+/turf/open/floor/wood,
+/area/library)
+"cVj" = (
/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating,
/area/shuttle/supply)
-"cZe" = (
+"cVk" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "burst_l"
},
/turf/open/floor/plating,
/area/shuttle/supply)
-"cZf" = (
+"cVl" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "burst_r"
},
/turf/open/floor/plating,
/area/shuttle/supply)
-"cZg" = (
+"cVm" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion";
dir = 4
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
-"cZh" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+"cVn" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
-"cZi" = (
+"cVo" = (
/obj/structure/window/shuttle,
/obj/structure/grille,
/turf/open/floor/plating,
/area/shuttle/transport)
-"cZj" = (
+"cVp" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/transport)
-"cZk" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
+"cVq" = (
+/turf/closed/wall/mineral/titanium/overspace,
/area/shuttle/transport)
-"cZl" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f9"
- },
+"cVr" = (
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
/area/shuttle/transport)
-"cZm" = (
+"cVs" = (
/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZn" = (
+"cVt" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZo" = (
+"cVu" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZp" = (
-/turf/open/floor/plasteel/shuttle,
+"cVv" = (
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZq" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle,
+"cVw" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZr" = (
-/obj/machinery/door/airlock/shuttle,
+"cVx" = (
+/obj/machinery/door/airlock/titanium,
/obj/docking_port/mobile{
dir = 8;
dwidth = 2;
height = 12;
id = "ferry";
name = "ferry shuttle";
+ port_angle = 0;
+ preferred_direction = 4;
roundstart_move = "ferry_away";
- travelDir = 180;
width = 5
},
/obj/docking_port/stationary{
@@ -90673,80 +90041,72 @@
turf_type = /turf/open/space;
width = 5
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZs" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
- },
-/area/shuttle/transport)
-"cZt" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+"cVy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"cVz" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "n2_in"
},
-/area/shuttle/transport)
-"cZu" = (
+/turf/open/floor/plating,
+/area/atmos)
+"cVA" = (
/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZv" = (
+"cVB" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"cZw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
-"cZx" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/abandoned)
-"cZy" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/abandoned)
-"cZz" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
+"cVC" = (
+/mob/living/simple_animal/sloth/citrus,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"cVD" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"cVE" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cVF" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
-"cZA" = (
+"cVG" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/abandoned)
-"cZB" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1";
- dir = 2
+"cVH" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/area/shuttle/abandoned)
-"cZC" = (
-/obj/machinery/door/airlock/shuttle{
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cVI" = (
+/obj/machinery/door/airlock/titanium{
name = "recovery shuttle external airlock"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"cZD" = (
+"cVJ" = (
/obj/structure/window/reinforced,
/obj/machinery/computer/atmos_control/tank{
frequency = 1441;
@@ -90762,32 +90122,32 @@
dir = 8
},
/area/atmos)
-"cZE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
+"cVK" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/area/shuttle/abandoned)
-"cZF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cVL" = (
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cVM" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/area/shuttle/abandoned)
-"cZG" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
+/turf/open/floor/plating{
+ luminosity = 2;
+ initial_gas_mix = "o2=0.01;n2=0.01"
},
-/area/shuttle/abandoned)
-"cZH" = (
+/area/shuttle/auxillary_base)
+"cVN" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_l";
dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
-"cZI" = (
+"cVO" = (
/obj/structure/toilet{
pixel_y = 9
},
@@ -90798,21 +90158,24 @@
/obj/effect/decal/cleanable/greenglow{
desc = "Looks like something's sprung a leak"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cZJ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
+"cVP" = (
+/obj/structure/sign/poster{
+ pixel_x = 32
},
-/area/shuttle/abandoned)
-"cZK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"cVQ" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
},
-/area/shuttle/abandoned)
-"cZL" = (
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cVR" = (
/obj/structure/mirror{
pixel_x = 28;
pixel_y = 0
@@ -90831,9 +90194,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cZM" = (
+"cVS" = (
/obj/structure/table,
/obj/item/weapon/storage/pill_bottle/dice{
pixel_y = 3
@@ -90842,9 +90205,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cZN" = (
+"cVT" = (
/obj/structure/closet/wardrobe/mixed,
/obj/item/clothing/under/rank/centcom_officer{
desc = "A badge on the arm indicates that it's meant to be worn by Centcom recovery teams. This one seems dusty and clearly hasn't been cleaned in some time.";
@@ -90858,9 +90221,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cZO" = (
+"cVU" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 50
@@ -90875,22 +90238,22 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cZP" = (
+"cVV" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cZQ" = (
+"cVW" = (
/turf/closed/wall/shuttle{
icon_state = "swall1"
},
/area/shuttle/abandoned)
-"cZR" = (
+"cVX" = (
/obj/structure/tank_dispenser/oxygen{
layer = 2.7;
pixel_x = -1;
@@ -90900,9 +90263,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"cZS" = (
+"cVY" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
@@ -90911,9 +90274,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"cZT" = (
+"cVZ" = (
/obj/structure/sign/vacuum{
pixel_x = -32
},
@@ -90921,9 +90284,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"cZU" = (
+"cWa" = (
/obj/structure/closet/crate/medical{
name = "medical crate"
},
@@ -90939,9 +90302,10 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/abandoned)
-"cZV" = (
+"cWb" = (
/obj/item/weapon/storage/box/lights/mixed,
/obj/item/weapon/cigbutt,
/obj/structure/closet/crate{
@@ -90961,9 +90325,10 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/abandoned)
-"cZW" = (
+"cWc" = (
/obj/structure/closet/crate{
name = "spare equipment crate"
},
@@ -90978,9 +90343,10 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/abandoned)
-"cZX" = (
+"cWd" = (
/obj/structure/closet/crate{
name = "emergency supplies crate"
},
@@ -90999,14 +90365,15 @@
/obj/effect/spawner/lootdrop/maintenance,
/obj/item/weapon/extinguisher,
/obj/item/weapon/extinguisher,
-/obj/effect/decal/cleanable/cobweb2,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/abandoned)
-"cZY" = (
+"cWe" = (
/obj/structure/shuttle/engine/heater{
icon_state = "heater";
dir = 8
@@ -91016,36 +90383,44 @@
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
-"cZZ" = (
+"cWf" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion";
dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
-"daa" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
+"cWg" = (
+/obj/docking_port/mobile/auxillary_base{
+ dheight = 4;
+ dir = 2;
+ dwidth = 4;
+ height = 9;
+ width = 9
},
-/area/shuttle/abandoned)
-"dab" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
+/obj/machinery/bluespace_beacon,
+/obj/machinery/computer/shuttle/auxillary_base{
+ pixel_y = 0
},
-/area/shuttle/abandoned)
-"dac" = (
-/obj/machinery/door/airlock/shuttle{
+/turf/closed/wall,
+/area/shuttle/auxillary_base)
+"cWh" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cWi" = (
+/obj/machinery/door/airlock/titanium{
name = "bathroom"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dad" = (
+"cWj" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/centcom,
/obj/effect/decal/remains/human,
@@ -91054,9 +90429,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dae" = (
+"cWk" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/effect/decal/cleanable/dirt{
@@ -91070,9 +90445,9 @@
name = "remains"
},
/obj/item/weapon/gun/energy/laser/retro,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daf" = (
+"cWl" = (
/obj/structure/table,
/obj/item/weapon/storage/belt/utility,
/obj/item/weapon/storage/belt/utility,
@@ -91084,34 +90459,34 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dag" = (
+"cWm" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dah" = (
-/obj/machinery/door/airlock/shuttle{
+"cWn" = (
+/obj/machinery/door/airlock/titanium{
name = "E.V.A. equipment"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dai" = (
+"cWo" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daj" = (
+"cWp" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/effect/decal/cleanable/dirt{
@@ -91124,47 +90499,59 @@
icon_state = "remains";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dak" = (
+"cWq" = (
/obj/effect/decal/cleanable/oil,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/shuttle/abandoned)
-"dal" = (
-/obj/machinery/door/airlock/shuttle{
+"cWr" = (
+/obj/machinery/door/airlock/titanium{
name = "cargo bay"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/shuttle/abandoned)
-"dam" = (
+"cWs" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/shuttle/abandoned)
-"dan" = (
+"cWt" = (
/obj/effect/decal/cleanable/robot_debris/old,
/obj/effect/decal/cleanable/oil,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/shuttle/abandoned)
-"dao" = (
+"cWu" = (
/obj/machinery/shower{
icon_state = "shower";
dir = 4
@@ -91184,9 +90571,9 @@
name = "remains"
},
/obj/effect/decal/cleanable/blood/gibs/old,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dap" = (
+"cWv" = (
/obj/effect/decal/cleanable/blood/old,
/obj/structure/mirror{
pixel_x = 28;
@@ -91196,18 +90583,18 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daq" = (
+"cWw" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/centcom,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dar" = (
+"cWx" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -91218,9 +90605,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"das" = (
+"cWy" = (
/obj/structure/table,
/obj/item/stack/sheet/glass{
amount = 50;
@@ -91235,9 +90622,9 @@
name = "dust"
},
/obj/item/weapon/wrench,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dat" = (
+"cWz" = (
/obj/structure/rack{
dir = 8;
layer = 2.9;
@@ -91260,53 +90647,58 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dau" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2"
- },
-/area/shuttle/abandoned)
-"dav" = (
+"cWA" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"cWB" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daw" = (
+"cWC" = (
/obj/effect/decal/cleanable/oil,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/abandoned)
-"dax" = (
+"cWD" = (
/obj/structure/closet/emcloset,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/abandoned)
-"day" = (
+"cWE" = (
/obj/structure/closet/firecloset/full,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/abandoned)
-"daz" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
+"cWF" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/area/shuttle/abandoned)
-"daA" = (
-/obj/machinery/door/airlock/shuttle{
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cWG" = (
+/obj/machinery/door/airlock/titanium{
name = "bathroom"
},
/obj/effect/decal/cleanable/blood/old,
@@ -91314,9 +90706,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daB" = (
+"cWH" = (
/obj/machinery/vending/boozeomat{
icon_deny = "smartfridge";
icon_state = "smartfridge";
@@ -91328,8 +90720,8 @@
dir = 2
},
/area/shuttle/abandoned)
-"daC" = (
-/obj/machinery/door/airlock/shuttle{
+"cWI" = (
+/obj/machinery/door/airlock/titanium{
name = "dormitory"
},
/obj/effect/decal/cleanable/blood/old,
@@ -91337,22 +90729,19 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daD" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
-/area/shuttle/abandoned)
-"daE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4";
- dir = 2
- },
-/area/shuttle/abandoned)
-"daF" = (
-/obj/machinery/door/airlock/shuttle{
+"cWJ" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"cWK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/mining_construction)
+"cWL" = (
+/obj/machinery/door/airlock/titanium{
name = "recovery shuttle interior airlock"
},
/obj/effect/decal/cleanable/dirt{
@@ -91363,83 +90752,90 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daG" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3";
- dir = 2
+"cWM" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Construction Zone";
+ req_access = null;
+ req_access_txt = "0";
+ req_one_access_txt = "0"
},
-/area/shuttle/abandoned)
-"daH" = (
-/obj/machinery/door/airlock/shuttle{
+/turf/open/floor/plating,
+/area/mining_construction)
+"cWN" = (
+/obj/machinery/door/airlock/titanium{
name = "cargo bay"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/delivery{
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
dir = 1
},
/area/shuttle/abandoned)
-"daI" = (
+"cWO" = (
/obj/machinery/vending/cigarette{
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daJ" = (
+"cWP" = (
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daK" = (
+"cWQ" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/effect/decal/cleanable/blood/gibs/limb,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daL" = (
+"cWR" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daM" = (
+"cWS" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plasteel/shuttle,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daN" = (
+"cWT" = (
/obj/structure/table,
/obj/item/device/camera,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daO" = (
+"cWU" = (
/obj/effect/decal/cleanable/cobweb,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daP" = (
+"cWV" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -1;
@@ -91449,18 +90845,18 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daQ" = (
+"cWW" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/item/weapon/storage/photo_album,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daR" = (
+"cWX" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/structure/sign/vacuum{
pixel_x = -32
@@ -91469,31 +90865,31 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"daS" = (
+"cWY" = (
/obj/machinery/vending/coffee{
pixel_x = -2;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daT" = (
+"cWZ" = (
/obj/structure/chair,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daU" = (
+"cXa" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daV" = (
+"cXb" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
@@ -91502,16 +90898,16 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daW" = (
+"cXc" = (
/obj/machinery/light/small{
dir = 8
},
/obj/structure/easel,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"daX" = (
+"cXd" = (
/obj/structure/lattice,
/obj/machinery/camera/emp_proof{
c_tag = "Aft Arm - Far";
@@ -91520,7 +90916,7 @@
},
/turf/open/space,
/area/space)
-"daY" = (
+"cXe" = (
/obj/structure/chair/office/light{
dir = 4
},
@@ -91528,9 +90924,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"daZ" = (
+"cXf" = (
/obj/structure/table,
/obj/item/weapon/folder/blue,
/obj/effect/decal/cleanable/dirt{
@@ -91542,28 +90938,28 @@
pixel_x = -1;
pixel_y = 2
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dba" = (
-/obj/machinery/door/airlock/shuttle{
+"cXg" = (
+/obj/machinery/door/airlock/titanium{
name = "recovery shuttle interior airlock"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbb" = (
+"cXh" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/drinks/shaker,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbc" = (
+"cXi" = (
/obj/structure/chair{
dir = 4
},
@@ -91571,18 +90967,18 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbd" = (
+"cXj" = (
/obj/structure/table,
/obj/item/weapon/storage/fancy/donut_box,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbe" = (
+"cXk" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/condiment/peppermill{
pixel_x = 3;
@@ -91596,9 +90992,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbf" = (
+"cXl" = (
/obj/structure/chair{
dir = 8
},
@@ -91606,19 +91002,19 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbg" = (
-/obj/machinery/door/airlock/shuttle{
+"cXm" = (
+/obj/machinery/door/airlock/titanium{
name = "living quarters"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbh" = (
+"cXn" = (
/obj/item/clothing/suit/bio_suit,
/obj/item/clothing/suit/bio_suit,
/obj/effect/decal/cleanable/dirt{
@@ -91632,9 +91028,9 @@
/obj/item/clothing/mask/breath,
/obj/item/clothing/mask/breath,
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbi" = (
+"cXo" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
@@ -91649,18 +91045,18 @@
},
/obj/item/weapon/reagent_containers/spray/cleaner,
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbj" = (
+"cXp" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/effect/decal/cleanable/blood/gibs/limb,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbk" = (
+"cXq" = (
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt{
@@ -91673,9 +91069,9 @@
icon_state = "remains";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbl" = (
+"cXr" = (
/obj/item/weapon/storage/toolbox/emergency{
pixel_x = -3;
pixel_y = 3
@@ -91690,9 +91086,9 @@
name = "dust"
},
/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbm" = (
+"cXs" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
@@ -91704,27 +91100,27 @@
/obj/structure/table,
/obj/item/clothing/head/helmet/swat/nanotrasen,
/obj/item/clothing/head/helmet/swat/nanotrasen,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbn" = (
-/obj/machinery/door/airlock/shuttle{
+"cXt" = (
+/obj/machinery/door/airlock/titanium{
name = "bridge"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbo" = (
+"cXu" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/machinery/computer/shuttle/white_ship,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbp" = (
+"cXv" = (
/obj/effect/decal/cleanable/blood/old,
/obj/structure/chair/comfy/black{
dir = 4
@@ -91733,24 +91129,24 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbq" = (
+"cXw" = (
/obj/structure/reagent_dispensers/watertank,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbr" = (
+"cXx" = (
/obj/machinery/vending/cola{
pixel_x = -1;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbs" = (
+"cXy" = (
/obj/structure/chair{
dir = 1
},
@@ -91758,9 +91154,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbt" = (
+"cXz" = (
/obj/machinery/camera/emp_proof{
c_tag = "Aft Arm - Near";
dir = 4;
@@ -91769,18 +91165,18 @@
/obj/structure/lattice,
/turf/open/space,
/area/space)
-"dbu" = (
+"cXA" = (
/turf/closed/wall/r_wall,
/area/security/checkpoint/engineering)
-"dbv" = (
+"cXB" = (
/obj/structure/chair/office/light,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbw" = (
+"cXC" = (
/obj/item/weapon/phone{
pixel_x = -3;
pixel_y = 3
@@ -91794,9 +91190,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbx" = (
+"cXD" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/effect/decal/cleanable/dirt{
@@ -91813,22 +91209,27 @@
icon_state = "remains";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dby" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+"cXE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/shuttle/abandoned)
-"dbz" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/mining_construction)
+"cXF" = (
/obj/machinery/vending/snack{
pixel_x = -1;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbA" = (
+"cXG" = (
/obj/structure/sign/science{
pixel_y = -32
},
@@ -91836,22 +91237,22 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbB" = (
+"cXH" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/item/device/megaphone,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbC" = (
+"cXI" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/engine/engineering)
-"dbD" = (
+/area/maintenance/starboard)
+"cXJ" = (
/obj/structure/table,
/obj/item/device/radio/off{
pixel_y = 6
@@ -91860,63 +91261,57 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbE" = (
+"cXK" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/item/device/mass_spectrometer,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbF" = (
-/obj/machinery/door/airlock/shuttle{
+"cXL" = (
+/obj/machinery/door/airlock/titanium{
name = "hydroponics"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbG" = (
+"cXM" = (
/obj/structure/sign/botany,
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
-"dbH" = (
-/obj/machinery/door/airlock/shuttle{
+"cXN" = (
+/obj/machinery/door/airlock/titanium{
name = "kitchen"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbI" = (
-/obj/machinery/door/airlock/shuttle{
+"cXO" = (
+/obj/machinery/door/airlock/titanium{
name = "laboratory"
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbJ" = (
+"cXP" = (
/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
-"dbK" = (
-/obj/machinery/door/airlock/shuttle{
+"cXQ" = (
+/obj/machinery/door/airlock/titanium{
icon_state = "door_closed";
name = "medbay";
welded = 0
@@ -91925,15 +91320,17 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dbL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
+"cXR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/area/shuttle/abandoned)
-"dbM" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/mining_construction)
+"cXS" = (
/obj/item/weapon/storage/bag/plants/portaseeder,
/obj/structure/table,
/obj/item/weapon/reagent_containers/spray/plantbgone{
@@ -91952,16 +91349,16 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbN" = (
+"cXT" = (
/obj/machinery/biogenerator{
idle_power_usage = 0;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbO" = (
+"cXU" = (
/obj/machinery/vending/hydroseeds{
pixel_x = 2;
use_power = 0
@@ -91970,17 +91367,17 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbP" = (
+"cXV" = (
/obj/machinery/processor,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbQ" = (
+"cXW" = (
/obj/structure/table,
/obj/machinery/microwave{
pixel_x = -3;
@@ -91991,35 +91388,35 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plasteel/shuttle/white,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbR" = (
+"cXX" = (
/obj/structure/kitchenspike,
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbS" = (
+"cXY" = (
/obj/effect/decal/cleanable/oil,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbT" = (
+"cXZ" = (
/obj/structure/reagent_dispensers/watertank,
/obj/structure/window/reinforced{
dir = 8
},
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/engine/engineering)
-"dbU" = (
+/area/maintenance/starboard)
+"cYa" = (
/obj/machinery/sleeper{
dir = 4;
use_power = 0
@@ -92028,9 +91425,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbV" = (
+"cYb" = (
/obj/structure/closet/crate/freezer,
/obj/item/weapon/reagent_containers/blood/empty{
pixel_x = -3;
@@ -92043,9 +91440,9 @@
name = "dust"
},
/obj/effect/decal/cleanable/xenoblood,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbW" = (
+"cYc" = (
/obj/structure/table/optable{
name = "Robotics Operating Table"
},
@@ -92062,7 +91459,7 @@
dir = 1
},
/area/assembly/robotics)
-"dbX" = (
+"cYd" = (
/obj/structure/table,
/obj/item/weapon/wrench,
/obj/item/weapon/crowbar,
@@ -92076,18 +91473,15 @@
/obj/item/weapon/wirecutters,
/obj/item/device/plant_analyzer,
/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dbY" = (
+"cYe" = (
/obj/machinery/smartfridge{
use_power = 0
},
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
-"dbZ" = (
+"cYf" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -92098,9 +91492,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dca" = (
+"cYg" = (
/obj/structure/sink{
icon_state = "sink";
dir = 8;
@@ -92111,9 +91505,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dcb" = (
+"cYh" = (
/obj/structure/table,
/obj/item/weapon/kitchen/rollingpin,
/obj/item/weapon/kitchen/knife,
@@ -92121,28 +91515,28 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcc" = (
+"cYi" = (
/obj/effect/decal/cleanable/egg_smudge,
/obj/effect/decal/cleanable/flour,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dcd" = (
+"cYj" = (
/obj/structure/closet/firecloset,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/engine/engineering)
-"dce" = (
+/area/maintenance/starboard)
+"cYk" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/engine/engineering)
-"dcf" = (
+/area/maintenance/starboard)
+"cYl" = (
/obj/structure/chair/office/light,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -92152,9 +91546,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dcg" = (
+"cYm" = (
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
pixel_x = -28;
@@ -92170,9 +91564,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dch" = (
+"cYn" = (
/obj/effect/decal/cleanable/xenoblood,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -92184,18 +91578,18 @@
icon_state = "remainsxeno";
name = "remains"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dci" = (
+"cYo" = (
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
/obj/effect/decal/cleanable/ash,
/obj/effect/decal/cleanable/xenoblood,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dcj" = (
+"cYp" = (
/obj/structure/sink{
dir = 4;
icon_state = "sink";
@@ -92208,33 +91602,33 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
-"dck" = (
+"cYq" = (
/obj/structure/shuttle/engine/propulsion{
icon_state = "propulsion_r";
dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
-"dcl" = (
+"cYr" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcm" = (
+"cYs" = (
/obj/machinery/hydroponics/constructable,
/obj/item/seeds/glowshroom,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcn" = (
+"cYt" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -92246,9 +91640,9 @@
/obj/item/weapon/storage/fancy/egg_box{
pixel_y = 5
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dco" = (
+"cYu" = (
/obj/structure/table,
/obj/machinery/reagentgrinder{
pixel_y = 6
@@ -92257,9 +91651,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcp" = (
+"cYv" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/condiment/flour,
/obj/item/weapon/reagent_containers/food/condiment/flour,
@@ -92277,9 +91671,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcq" = (
+"cYw" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/beaker{
pixel_x = 5
@@ -92292,9 +91686,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcr" = (
+"cYx" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/beaker{
pixel_x = 5;
@@ -92307,36 +91701,39 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcs" = (
+"cYy" = (
/obj/structure/table,
/obj/item/weapon/hand_labeler,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dct" = (
+"cYz" = (
/obj/structure/table,
-/obj/item/weapon/folder/white,
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcu" = (
+"cYA" = (
/obj/structure/table,
/obj/item/weapon/defibrillator,
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcv" = (
+"cYB" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/mask/surgical,
@@ -92345,9 +91742,9 @@
name = "dust"
},
/obj/item/clothing/suit/apron/surgical,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcw" = (
+"cYC" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
pixel_x = 6;
@@ -92361,9 +91758,9 @@
desc = "A thin layer of dust coating the floor.";
name = "dust"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcx" = (
+"cYD" = (
/obj/structure/table,
/obj/item/weapon/storage/backpack/dufflebag/med{
contents = newlist(/obj/item/weapon/scalpel,/obj/item/weapon/hemostat,/obj/item/weapon/retractor,/obj/item/weapon/cautery,/obj/item/weapon/circular_saw,/obj/item/weapon/surgicaldrill,/obj/item/weapon/razor);
@@ -92371,39 +91768,41 @@
name = "surgical dufflebag";
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
-"dcy" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
+"cYE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/area/shuttle/escape)
-"dcz" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/mining_construction)
+"cYF" = (
/obj/structure/grille,
/obj/structure/window/shuttle,
/turf/open/floor/plating,
/area/shuttle/escape)
-"dcA" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
+"cYG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/area/shuttle/escape)
-"dcB" = (
-/obj/machinery/door/airlock/shuttle{
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"cYH" = (
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dcC" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
+"cYI" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
-"dcD" = (
-/obj/machinery/door/airlock/shuttle{
+"cYJ" = (
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
@@ -92422,29 +91821,45 @@
name = "MetaStation emergency evac bay";
width = 29
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dcE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
+"cYK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/yellow{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
},
-/area/shuttle/escape)
-"dcF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
+/obj/structure/mining_shuttle_beacon{
dir = 2
},
-/area/shuttle/escape)
-"dcG" = (
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for the Auxillary Mining Base.";
+ dir = 1;
+ name = "Auxillary Base Monitor";
+ network = list("AuxBase");
+ pixel_x = 0;
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/mining_construction)
+"cYL" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "aux_base_shutters";
+ name = "Auxillary Base Shutters"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"cYM" = (
/obj/structure/tank_dispenser/oxygen{
layer = 2.7;
pixel_x = -1;
pixel_y = 2
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"dcH" = (
+"cYN" = (
/obj/item/clothing/suit/hazardvest{
desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
name = "emergency lifejacket"
@@ -92523,31 +91938,38 @@
/obj/structure/closet/crate{
name = "lifejackets"
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"dcI" = (
-/turf/open/floor/plasteel/shuttle,
+"cYO" = (
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dcJ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4";
- dir = 2
+"cYP" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 1;
+ name = "Auxillary Base Construction";
+ req_access_txt = "0";
+ req_one_access_txt = "32;47;48"
},
-/area/shuttle/escape)
-"dcK" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/shuttle/escape)
-"dcL" = (
+/turf/open/floor/plasteel,
+/area/mining_construction)
+"cYQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/mining_construction)
+"cYR" = (
/obj/structure/table,
/obj/item/stack/medical/gauze,
/obj/item/stack/medical/bruise_pack,
/obj/item/stack/medical/ointment,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"dcM" = (
+"cYS" = (
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
@@ -92555,9 +91977,9 @@
pixel_y = 27
},
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"dcN" = (
+"cYT" = (
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -92565,33 +91987,19 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"dcO" = (
+"cYU" = (
/obj/structure/table,
/obj/item/weapon/clipboard,
/obj/item/weapon/folder/yellow,
/obj/item/weapon/pen,
/obj/item/hand_labeler_refill,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"dcP" = (
+"cYV" = (
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
-"dcQ" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"dcR" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/engine/break_room)
-"dcS" = (
+"cYW" = (
/obj/structure/closet/crate/medical{
name = "medical crate"
},
@@ -92609,25 +92017,23 @@
pixel_y = 3
},
/obj/item/weapon/lazarus_injector,
+/obj/effect/turf_decal/bot,
/mob/living/simple_animal/bot/medbot{
name = "\improper emergency medibot";
pixel_x = -3;
pixel_y = 2
},
-/turf/open/floor/plasteel/bot,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"dcT" = (
+"cYX" = (
/obj/item/weapon/cigbutt,
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
-"dcU" = (
+"cYY" = (
/obj/structure/extinguisher_cabinet,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
-"dcV" = (
+"cYZ" = (
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
pixel_x = 0;
@@ -92635,12 +92041,9 @@
req_access_txt = "0";
use_power = 0
},
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/escape)
-"dcW" = (
+"cZa" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -92648,7 +92051,7 @@
},
/turf/open/floor/plasteel/white,
/area/toxins/xenobiology)
-"dcX" = (
+"cZb" = (
/obj/structure/closet/crate{
name = "emergency supplies crate"
},
@@ -92665,21 +92068,10 @@
/obj/item/weapon/crowbar,
/obj/item/weapon/wrench,
/obj/item/device/radio,
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"dcY" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8";
- tag = ""
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"dcZ" = (
+"cZc" = (
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -92688,7 +92080,7 @@
},
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"dda" = (
+"cZd" = (
/obj/structure/chair/comfy/black{
dir = 8
},
@@ -92696,41 +92088,46 @@
dir = 4
},
/area/chapel/main)
-"ddb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
+"cZe" = (
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"ddc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1"
+"cZf" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
},
-/area/shuttle/escape)
-"ddd" = (
-/obj/structure/sign/nosmoking_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"cZg" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"dde" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
+"cZh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/shuttle/escape)
-"ddf" = (
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"cZi" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddg" = (
+"cZj" = (
/obj/structure/shuttle/engine/propulsion{
dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"ddh" = (
+"cZk" = (
/obj/item/device/radio/intercom{
dir = 2;
name = "Station Intercom (General)";
@@ -92740,9 +92137,9 @@
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddi" = (
+"cZl" = (
/obj/structure/shuttle/engine/heater{
dir = 8
},
@@ -92751,80 +92148,84 @@
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
-"ddj" = (
+"cZm" = (
/obj/structure/chair/office/dark{
dir = 1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddk" = (
+"cZn" = (
/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"ddl" = (
+"cZo" = (
/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddm" = (
+"cZp" = (
/obj/machinery/door/airlock/glass_medical{
id_tag = null;
name = "Escape Shuttle Infirmary";
req_access_txt = "0"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddn" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
+"cZq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/shuttle/escape)
-"ddo" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
+/obj/structure/cable/yellow{
+ icon_state = "4-8";
+ d1 = 4;
+ d2 = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"cZr" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"ddp" = (
+"cZs" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/toxin,
/obj/item/weapon/storage/firstaid/o2{
pixel_x = 3;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddq" = (
+"cZt" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/storage/firstaid/regular{
pixel_x = 2;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddr" = (
+"cZu" = (
/obj/machinery/status_display{
dir = 8;
pixel_x = 32;
pixel_y = 0
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/shuttle,
+/obj/machinery/holopad,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dds" = (
+"cZv" = (
/turf/open/floor/bluegrid{
name = "Killroom Floor";
initial_gas_mix = "n2=500;TEMP=80"
},
/area/toxins/xenobiology)
-"ddt" = (
+"cZw" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
pixel_x = 6;
@@ -92857,14 +92258,14 @@
pixel_x = 2;
pixel_y = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddu" = (
+"cZx" = (
/obj/structure/table,
/obj/item/weapon/defibrillator/loaded,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddv" = (
+"cZy" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -2;
@@ -92876,14 +92277,14 @@
pixel_x = 0;
pixel_y = -31
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddw" = (
+"cZz" = (
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddx" = (
+"cZA" = (
/obj/structure/table,
/obj/item/weapon/folder/blue,
/obj/structure/extinguisher_cabinet{
@@ -92891,170 +92292,185 @@
pixel_x = 0;
pixel_y = -27
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddy" = (
+"cZB" = (
/obj/machinery/space_heater,
/obj/structure/extinguisher_cabinet{
dir = 4;
pixel_x = 0;
pixel_y = -27
},
-/turf/open/floor/plasteel/bot,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"ddz" = (
-/obj/machinery/door/airlock/shuttle{
+"cZC" = (
+/obj/machinery/door/airlock/titanium{
name = "Emergency Shuttle Cargo Bay Airlock"
},
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"ddA" = (
+"cZD" = (
/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddB" = (
+"cZE" = (
/obj/structure/table,
/obj/item/weapon/storage/box/handcuffs{
pixel_x = 2;
pixel_y = 2
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddC" = (
+"cZF" = (
/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddD" = (
-/turf/open/floor/plasteel/shuttle/red,
+"cZG" = (
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddE" = (
+"cZH" = (
/obj/structure/table,
/obj/machinery/recharger{
active_power_usage = 0;
idle_power_usage = 0;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddF" = (
+"cZI" = (
/obj/machinery/door/airlock/glass_security{
name = "Brig";
req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddG" = (
+"cZJ" = (
/obj/structure/table,
/obj/item/weapon/restraints/handcuffs{
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddH" = (
+"cZK" = (
/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddI" = (
+"cZL" = (
/obj/structure/chair{
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
-"ddJ" = (
+"cZM" = (
/obj/machinery/shower,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddK" = (
+"cZN" = (
/obj/machinery/sleeper{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"ddL" = (
+"cZO" = (
/obj/structure/rack,
/obj/item/weapon/crowbar,
/obj/item/weapon/wrench,
/obj/item/weapon/weldingtool,
/obj/item/weapon/wirecutters,
/obj/item/stack/cable_coil,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"ddM" = (
+"cZP" = (
/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"ddN" = (
+"cZQ" = (
/obj/machinery/door/airlock/glass_command{
name = "Cockpit";
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
+"cZR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/shuttle/escape)
-"ddP" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/main)
+"cZS" = (
/obj/structure/table,
/obj/item/weapon/restraints/handcuffs{
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddQ" = (
+"cZT" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddR" = (
+"cZU" = (
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"ddS" = (
+"cZV" = (
/obj/machinery/door/airlock/command{
name = "Emergency Recovery Airlock";
req_access = null;
req_access_txt = "19"
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddT" = (
-/turf/open/floor/plasteel/delivery,
+"cZW" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"ddU" = (
+"cZX" = (
/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/delivery,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"ddV" = (
+"cZY" = (
/obj/structure/chair{
dir = 8
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"ddW" = (
+"cZZ" = (
/obj/structure/chair/office/dark{
dir = 8
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddX" = (
+"daa" = (
/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ddY" = (
+"dab" = (
/obj/structure/reagent_dispensers/peppertank,
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"ddZ" = (
+"dac" = (
/obj/structure/rack,
/obj/item/weapon/storage/toolbox/electrical{
pixel_x = -3;
@@ -93068,39 +92484,41 @@
pixel_x = 3;
pixel_y = -5
},
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"dea" = (
+"dad" = (
/obj/machinery/suit_storage_unit/standard_unit,
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
-"deb" = (
+"dae" = (
/obj/machinery/door/airlock/external{
name = "Emergency Recovery Airlock"
},
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
-"dec" = (
+"daf" = (
/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"ded" = (
+"dag" = (
/obj/structure/chair/office/dark,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dee" = (
-/turf/open/floor/plasteel/warning{
+"dah" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"def" = (
+"dai" = (
/obj/structure/table,
/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"deg" = (
+"daj" = (
/obj/structure/table,
/obj/item/weapon/phone{
pixel_x = -3;
@@ -93110,28 +92528,28 @@
pixel_x = 5;
pixel_y = -1
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"deh" = (
+"dak" = (
/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dei" = (
+"dal" = (
/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dej" = (
+"dam" = (
/obj/structure/table,
/obj/item/weapon/storage/toolbox/emergency{
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dek" = (
+"dan" = (
/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"del" = (
+"dao" = (
/obj/structure/table,
/obj/machinery/recharger{
active_power_usage = 0;
@@ -93139,14 +92557,21 @@
pixel_y = 4;
use_power = 0
},
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"dem" = (
-/turf/closed/wall/shuttle{
- icon_state = "diagonalWall3"
+"dap" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/chair{
+ dir = 8
},
-/area/shuttle/escape)
-"den" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"daq" = (
/obj/structure/table,
/obj/item/weapon/folder/red{
pixel_x = 3
@@ -93165,13 +92590,13 @@
pixel_x = -4;
pixel_y = 4
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
-"deo" = (
+"dar" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
-"dep" = (
+"das" = (
/obj/structure/table,
/obj/item/weapon/scalpel{
pixel_y = 12
@@ -93191,19 +92616,23 @@
pixel_x = -27;
pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
-"deq" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
+"dat" = (
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
},
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"der" = (
+"dau" = (
/obj/structure/sink,
-/turf/open/floor/plasteel/shuttle,
+/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
-"des" = (
+"dav" = (
/obj/structure/rack{
dir = 1
},
@@ -93211,11 +92640,12 @@
/obj/item/clothing/suit/fire/firefighter,
/obj/item/clothing/mask/gas,
/obj/item/clothing/head/hardhat/red,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"det" = (
+"daw" = (
/obj/item/device/radio/intercom{
dir = 2;
name = "Station Intercom (General)";
@@ -93223,57 +92653,23 @@
pixel_y = -31
},
/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
-/area/shuttle/escape)
-"deu" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/escape)
-"dev" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
/area/shuttle/escape)
-"dew" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
+"dax" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
-"dex" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"dey" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door"
+"day" = (
+/turf/open/space,
+/area/shuttle/syndicate)
+"daz" = (
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"dez" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"daA" = (
/obj/machinery/door/window/southleft{
dir = 2;
name = "Maximum Security Test Chamber";
@@ -93290,24 +92686,11 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Xenolab";
- name = "test chamber blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"deB" = (
+"daB" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deC" = (
+"daC" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
@@ -93315,13 +92698,16 @@
},
/turf/closed/wall/r_wall,
/area/toxins/xenobiology)
-"deD" = (
+"daD" = (
/obj/structure/disposaloutlet{
dir = 2
},
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deE" = (
+"daE" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 10
@@ -93329,25 +92715,24 @@
/obj/item/device/electropack,
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deF" = (
+"daF" = (
/obj/machinery/sparker{
id = "Xenobio";
pixel_x = -25
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deG" = (
+"daG" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1;
- unacidable = 1
+ dir = 1
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deH" = (
+"daH" = (
/obj/item/device/radio/beacon,
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deI" = (
+"daI" = (
/obj/structure/table,
/obj/machinery/cell_charger{
pixel_y = 5
@@ -93360,14 +92745,14 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deJ" = (
+"daJ" = (
/obj/effect/spawner/lootdrop{
loot = list(/obj/effect/decal/remains/xeno = 49, /obj/structure/alien/egg = 1);
name = "2% chance xeno egg spawner"
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deK" = (
+"daK" = (
/obj/machinery/camera{
c_tag = "Xenobiology Lab - Test Chamber";
dir = 1;
@@ -93375,11 +92760,11 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deL" = (
+"daL" = (
/obj/machinery/light/small,
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deM" = (
+"daM" = (
/obj/structure/table,
/obj/item/device/assembly/igniter{
pixel_x = -5;
@@ -93399,20 +92784,20 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deN" = (
+"daN" = (
/obj/item/device/radio/intercom{
pixel_y = -25
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"deO" = (
+"daO" = (
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"deP" = (
+"daP" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -93425,19 +92810,7 @@
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"deQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/chair,
-/obj/item/weapon/cigbutt,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"deR" = (
+"daQ" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -93447,49 +92820,7 @@
},
/turf/open/floor/plating,
/area/toxins/xenobiology)
-"deS" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Slime Euthanization Chamber";
- req_access_txt = "55"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"deT" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/obj/structure/chair/comfy/black{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"deU" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/structure/chair/comfy/black{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"deV" = (
+"daR" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
external_pressure_bound = 140;
@@ -93501,20 +92832,24 @@
initial_gas_mix = "n2=500;TEMP=80"
},
/area/toxins/xenobiology)
-"deW" = (
+"daS" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/bluegrid{
name = "Killroom Floor";
initial_gas_mix = "n2=500;TEMP=80"
},
/area/toxins/xenobiology)
-"deX" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating/airless,
-/area/toxins/xenobiology)
-"deY" = (
+"daT" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 6
+ },
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"daU" = (
/obj/structure/cable{
tag = "icon-0-4";
icon_state = "0-4"
@@ -93522,7 +92857,7 @@
/obj/machinery/power/tesla_coil,
/turf/open/floor/plating/airless,
/area/space)
-"deZ" = (
+"daV" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -93530,11 +92865,12 @@
pixel_x = 0;
tag = ""
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"dfa" = (
+"daW" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -93547,11 +92883,12 @@
icon_state = "2-4";
tag = ""
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"dfb" = (
+"daX" = (
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -93563,28 +92900,30 @@
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"dfc" = (
+"daY" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8";
tag = ""
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"dfd" = (
+"daZ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"dfe" = (
+"dba" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
@@ -93596,18 +92935,19 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"dff" = (
+"dbb" = (
/obj/item/weapon/wirecutters,
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/turf/open/floor/plating,
/area/engine/engineering)
-"dfg" = (
+"dbc" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -93621,20 +92961,20 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"dfh" = (
+"dbd" = (
/obj/structure/sink/kitchen{
pixel_y = 28
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"dfi" = (
+"dbe" = (
/obj/machinery/keycard_auth{
pixel_x = 26;
pixel_y = 0
},
/turf/open/floor/carpet,
/area/crew_quarters/heads)
-"dfj" = (
+"dbf" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
@@ -93642,7 +92982,7 @@
/obj/machinery/power/tesla_coil,
/turf/open/floor/plating/airless,
/area/space)
-"dfk" = (
+"dbg" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -93651,7 +92991,7 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"dfl" = (
+"dbh" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -93664,40 +93004,40 @@
},
/turf/open/floor/plating/airless,
/area/space)
-"dfm" = (
+"dbi" = (
/obj/structure/cable{
icon_state = "1-8"
},
/turf/open/floor/plating/airless,
/area/space)
-"dfn" = (
+"dbj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"dfo" = (
+"dbk" = (
/obj/item/hand_labeler_refill,
/obj/structure/easel,
/turf/open/floor/plating,
/area/maintenance/fpmaint2{
name = "Port Maintenance"
})
-"dfp" = (
+"dbl" = (
/obj/structure/easel,
/turf/open/floor/plating,
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"dfq" = (
+"dbm" = (
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
-"dfr" = (
+"dbn" = (
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
-"dfs" = (
+"dbo" = (
/obj/machinery/light/small{
dir = 8
},
@@ -93708,7 +93048,7 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"dft" = (
+"dbp" = (
/obj/machinery/light/small{
dir = 4
},
@@ -93719,14 +93059,14 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"dfu" = (
+"dbq" = (
/turf/open/floor/wood{
icon_state = "wood-broken6"
},
/area/maintenance/aft{
name = "Aft Maintenance"
})
-"dfv" = (
+"dbr" = (
/obj/machinery/camera{
c_tag = "Morgue";
dir = 2;
@@ -93734,7 +93074,7 @@
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"dfw" = (
+"dbs" = (
/obj/machinery/light/small{
dir = 8
},
@@ -93745,7 +93085,7 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"dfx" = (
+"dbt" = (
/obj/machinery/light/small{
dir = 4
},
@@ -93756,10 +93096,10 @@
},
/turf/open/floor/engine,
/area/toxins/xenobiology)
-"dfy" = (
+"dbu" = (
/turf/open/floor/engine/vacuum,
/area/atmos)
-"dfz" = (
+"dbv" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small,
/turf/open/floor/bluegrid{
@@ -93767,7 +93107,7 @@
initial_gas_mix = "n2=500;TEMP=80"
},
/area/toxins/xenobiology)
-"dfA" = (
+"dbw" = (
/obj/machinery/camera{
c_tag = "Xenobiology Lab - Kill Chamber";
dir = 1;
@@ -93779,24 +93119,24 @@
initial_gas_mix = "n2=500;TEMP=80"
},
/area/toxins/xenobiology)
-"dfB" = (
+"dbx" = (
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"dfC" = (
+"dby" = (
/obj/structure/table,
/obj/item/weapon/cautery,
/obj/item/weapon/scalpel,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"dfD" = (
+"dbz" = (
/obj/structure/table,
/obj/item/weapon/retractor,
/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/shuttle/white,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"dfE" = (
+"dbA" = (
/obj/structure/table,
/obj/item/stack/sheet/metal{
amount = 50
@@ -93807,9 +93147,9 @@
/obj/item/stack/rods{
amount = 50
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"dfF" = (
+"dbB" = (
/obj/docking_port/stationary{
dheight = 9;
dir = 2;
@@ -93822,7 +93162,7 @@
},
/turf/open/space,
/area/space)
-"dfG" = (
+"dbC" = (
/obj/docking_port/stationary{
dheight = 9;
dir = 2;
@@ -93835,7 +93175,7 @@
},
/turf/open/space,
/area/space)
-"dfH" = (
+"dbD" = (
/obj/docking_port/stationary{
dheight = 9;
dir = 2;
@@ -93848,13 +93188,14 @@
},
/turf/open/space,
/area/space)
-"dfI" = (
+"dbE" = (
/obj/machinery/plantgenes,
-/turf/open/floor/plasteel/warning{
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/turf/open/floor/plasteel,
/area/hydroponics)
-"dfJ" = (
+"dbF" = (
/obj/structure/bookcase{
name = "Holy Bookcase"
},
@@ -93862,548 +93203,1767 @@
dir = 4
},
/area/chapel/main)
-"dfK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2"
+"dbG" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 10
},
-/area/shuttle/escape)
-
-(1,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(2,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(3,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
+ },
+/area/shuttle/syndicate)
+"dbH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 1;
+ id_tag = "ResearchInt";
+ name = "Research Division";
+ req_access_txt = "0";
+ req_one_access_txt = "47"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbI" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 1;
+ id_tag = "ResearchInt";
+ name = "Research Division";
+ req_access_txt = "0";
+ req_one_access_txt = "47"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"dbJ" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/solar{
+ id = "aftstarboard";
+ name = "Aft-Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"dbK" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/turf/open/space,
+/area/solar/starboard)
+"dbL" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/solar{
+ id = "aftstarboard";
+ name = "Aft-Starboard Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"dbM" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/space,
+/area/solar/starboard)
+"dbN" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"dbO" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/starboard)
+"dbP" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"dbQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboardsolar)
+"dbR" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/space,
+/area/solar/starboard)
+"dbS" = (
+/obj/structure/lattice/catwalk,
+/obj/item/stack/cable_coil,
+/turf/open/space,
+/area/solar/starboard)
+"dbT" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/space,
+/area/solar/starboard)
+"dbU" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/airless,
+/area/solar/starboard)
+"dbV" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space,
+/area/solar/starboard)
+"dbW" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/space,
+/area/solar/starboard)
+"dbX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dbY" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dbZ" = (
+/obj/machinery/doorButtons/access_button{
+ idDoor = "xeno_airlock_interior";
+ idSelf = "xeno_airlock_control";
+ name = "Access Button";
+ pixel_x = 29;
+ pixel_y = -8;
+ req_access_txt = "0"
+ },
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dca" = (
+/obj/machinery/firealarm{
+ dir = 2;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"dcb" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ pixel_y = 23
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology Lab - Fore";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"dcc" = (
+/obj/structure/table/glass,
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9;
+ pixel_y = 4
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9;
+ pixel_y = 4
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9;
+ pixel_y = 4
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9;
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/glass/beaker{
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/large{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/dropper,
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Xenobiology APC";
+ pixel_x = 0;
+ pixel_y = 27
+ },
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"dcd" = (
+/obj/structure/table/glass,
+/obj/item/weapon/paper_bin{
+ pixel_y = 4
+ },
+/obj/item/weapon/folder/white{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/pen{
+ pixel_x = -4
+ },
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"dce" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 7
+ },
+/obj/item/weapon/storage/box/syringes{
+ pixel_y = 5
+ },
+/obj/item/weapon/storage/box/monkeycubes{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/weapon/storage/box/monkeycubes,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"dcf" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"dcg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/shower{
+ icon_state = "shower";
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = -29
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dch" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dci" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 2;
+ initialize_directions = 11
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ autoclose = 0;
+ frequency = 1449;
+ icon_state = "door_locked";
+ id_tag = "xeno_airlock_interior";
+ locked = 1;
+ name = "Xenobiology Lab Internal Airlock";
+ req_access_txt = "55"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"dck" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/doorButtons/airlock_controller{
+ idExterior = "xeno_airlock_exterior";
+ idInterior = "xeno_airlock_interior";
+ idSelf = "xeno_airlock_control";
+ name = "Access Console";
+ pixel_x = -25;
+ pixel_y = -25
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"dcl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/computer/camera_advanced/xenobio,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"dcn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/smartfridge/extract,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"dco" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/machinery/computer/camera_advanced/xenobio,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"dcp" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcq" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcr" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"dcs" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology Lab - Airlock";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dct" = (
+/obj/structure/closet/l3closet/scientist,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcu" = (
+/obj/structure/closet/l3closet/scientist,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"dcw" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"dcx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/chair/comfy/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"dcy" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"dcA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcC" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcD" = (
+/obj/machinery/reagentgrinder{
+ pixel_x = -1;
+ pixel_y = 8
+ },
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"dcE" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/toxins/xenobiology)
+"dcF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"dcG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcH" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcJ" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/extinguisher{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/item/weapon/extinguisher,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcK" = (
+/obj/machinery/disposal/bin,
+/obj/structure/sign/deathsposal{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 2
+ },
+/area/toxins/xenobiology)
+"dcL" = (
+/obj/machinery/chem_dispenser/constructable,
+/obj/machinery/light,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"dcM" = (
+/obj/machinery/chem_master{
+ pixel_x = -2;
+ pixel_y = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"dcN" = (
+/obj/machinery/chem_heater,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 6
+ },
+/area/toxins/xenobiology)
+"dcO" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology Lab - Central";
+ dir = 8;
+ network = list("SS13","RD")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"dcQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcR" = (
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio7";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"dcS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio7";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"dcT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio1";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"dcV" = (
+/obj/structure/window/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio6";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
+ },
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"dcW" = (
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"dcX" = (
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio1";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"dcY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dcZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dda" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"ddb" = (
+/obj/structure/cable/yellow,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"ddd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"dde" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddf" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology Lab - Aft-Port";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"ddg" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobiology Lab - Aft-Starboard";
+ dir = 8;
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"ddh" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/toxins/xenobiology)
+"ddi" = (
+/obj/structure/rack,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddj" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg2"
+ },
+/area/toxins/xenobiology)
+"ddk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"ddl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"ddm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"ddn" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"ddo" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"ddp" = (
+/obj/machinery/door/airlock/hatch{
+ icon_state = "door_closed";
+ name = "Test Chamber Maintenance";
+ req_access_txt = "47";
+ req_one_access_txt = "0"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddq" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddr" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"dds" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"ddt" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddu" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "Xenolab";
+ name = "test chamber blast door"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddv" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "Xenolab";
+ name = "test chamber blast door"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddw" = (
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/chair,
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddy" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/toxins/xenobiology)
+"ddz" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddA" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ glass = 1;
+ name = "Slime Euthanization Chamber";
+ opacity = 0;
+ req_access_txt = "55"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"ddB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 120;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/bluegrid{
+ name = "Killroom Floor";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"ddC" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/disposaloutlet,
+/turf/open/floor/plating/airless,
+/area/toxins/xenobiology)
+
+(1,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(2,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(3,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -98546,16 +99106,16 @@ aaa
aaa
aaa
aaa
-cXN
-aae
+aad
aae
aae
aae
aae
+daz
aae
aae
aae
-cXG
+cTM
aaa
aaa
aaa
@@ -98797,22 +99357,22 @@ aaa
aaa
aaa
aaa
-cXN
+aad
aae
aae
aae
aae
aae
aae
-cXV
-cYg
-cXV
-cXT
-cYt
-cYz
-dfC
-cYE
-cYJ
+cUb
+cUm
+cUb
+cTZ
+cUz
+cUF
+dby
+cUK
+cUP
aaa
aaa
aaa
@@ -99055,21 +99615,21 @@ aaa
aaa
aaa
aae
-cXP
-cXP
-cXP
-cXP
-cXP
+cTV
+cTV
+cTV
+cTV
+cTV
aae
-cXT
-cXT
-cXT
-cXT
-cYs
-cXT
-dfB
-cYE
-cYI
+cTZ
+cTZ
+cTZ
+cTZ
+cUy
+cTZ
+dbx
+cUK
+cUO
aaa
aaa
aaa
@@ -99312,21 +99872,21 @@ aaa
aaa
aaa
aae
-bTn
-bTn
-bTn
-bTn
-bTn
+bRb
+bRb
+bRb
+bRb
+bRb
aae
-cYe
-cXT
-cXT
-cXT
-cYv
-cYC
-dfD
-cYE
-cYK
+cUk
+cTZ
+cTZ
+cTZ
+cUB
+cUI
+dbz
+cUK
+cUQ
aaa
aaa
aaa
@@ -99565,25 +100125,25 @@ aad
aae
aae
aae
-cXG
+cTM
aaa
aaa
aae
-bTn
-cWa
-bTn
-bTn
-bTn
+bRb
+cSH
+bRb
+bRb
+bRb
aae
-cXW
-cXT
-cXT
-cXT
-cYu
+cUc
+cTZ
+cTZ
+cTZ
+cUA
aae
aae
aae
-cXI
+daT
aaa
aaa
aaa
@@ -99666,11 +100226,11 @@ aaa
aaa
aaa
aaa
-cZx
-cZQ
-cZC
-dau
-dby
+cVF
+cVF
+cVI
+cVF
+cVF
aaa
aaa
aaa
@@ -99819,24 +100379,24 @@ aaa
aaa
aaa
aae
-bUy
-cXB
-cXD
+bSm
+cTH
+cTJ
aae
-cXG
+day
aaa
aae
-cXQ
-cXS
-cXC
-bTn
-bTn
+cTW
+cTY
+cTI
+bRb
+bRb
aae
-cYf
-cXT
-cXT
-cXT
-cYy
+cUl
+cTZ
+cTZ
+cTZ
+cUE
aae
aaa
aaa
@@ -99919,19 +100479,19 @@ aaa
aac
aaa
aaa
-cZH
-cZZ
-cZZ
-cZZ
-cZA
-daR
-cZS
-dbq
-cZA
-cZZ
-cZZ
-cZZ
-dck
+cVN
+cWf
+cWf
+cWf
+cVG
+cWX
+cVY
+cXw
+cVG
+cWf
+cWf
+cWf
+cYq
aaa
aaa
aaa
@@ -100075,10 +100635,10 @@ aaa
aaa
aaa
aaa
-aQg
-bTn
-bTn
-bTn
+aPc
+bRb
+bRb
+bRb
aae
aae
aae
@@ -100086,17 +100646,17 @@ aae
aae
aae
aae
-cXX
-cXZ
+cUd
+cUf
aae
aae
-cYm
-cYp
-cYq
+cUs
+cUv
+cUw
aae
aae
aae
-cXG
+cTM
aaa
aaa
aaa
@@ -100175,21 +100735,21 @@ aaa
aaa
aaa
aaa
-cZx
-cZG
-cZY
-cZY
-cZE
-cZJ
-cZQ
-dba
-dau
-cZJ
-daG
-cZY
-cZY
-cZz
-dby
+cVF
+cVF
+cWe
+cWe
+cVF
+cVF
+cVF
+cXg
+cVF
+cVF
+cVF
+cWe
+cWe
+cVF
+cVF
aaa
aaa
aaa
@@ -100332,28 +100892,28 @@ aaa
aaa
aaa
aaa
-aQg
-cXy
-bTn
-bTn
+aPc
+cTE
+bRb
+bRb
aae
-cXJ
-cXL
-cXL
-cXL
-cXL
-cYa
-bTn
-bTn
-cYc
-bTn
-bTn
-bTn
-bTn
-bTn
-cYa
-cYE
-cYJ
+cTP
+bRb
+bRb
+bRb
+bRb
+cUg
+bRb
+bRb
+cUi
+bRb
+bRb
+bRb
+bRb
+bRb
+cUg
+cUK
+cUP
aaa
aaa
aaa
@@ -100432,21 +100992,21 @@ aaa
aaa
aaa
aaa
-cZz
-cZJ
-dab
-cZK
-cZG
-daI
-daS
-cZS
-dbr
-dbz
-cZz
-cZK
-cZK
-cZJ
-cZG
+cVF
+cVF
+cVF
+cVF
+cVF
+cWO
+cWY
+cVY
+cXx
+cXF
+cVF
+cVF
+cVF
+cVF
+cVF
aaa
aaa
aaa
@@ -100589,28 +101149,28 @@ aaa
aaa
aaa
aaa
-aQg
-cUu
-bRN
-bTn
-cXH
-bTn
-bTn
-bTn
-bTn
-bTn
-cXO
-bTn
-bTn
-bTn
-bTn
-bTn
-bTn
-bTn
-bTn
-cYD
-cYE
-cYI
+aPc
+cRQ
+bPB
+bRb
+cTN
+bRb
+bRb
+bRb
+bRb
+bRb
+cTU
+bRb
+bRb
+bRb
+bRb
+bRb
+bRb
+bRb
+bRb
+cUJ
+cUK
+cUO
aaa
aaa
aaa
@@ -100689,21 +101249,21 @@ aaa
aaa
aaa
aaa
-cZy
-cZI
-daa
-dao
-daa
-dai
-dai
-dai
-dai
-dai
-cZy
-dbM
-dbX
-dcl
-cZy
+cVF
+cVO
+cVF
+cWu
+cVF
+cWo
+cWo
+cWo
+cWo
+cWo
+cVF
+cXS
+cYd
+cYr
+cVF
aaa
aaa
aaa
@@ -100846,28 +101406,28 @@ aaa
aaa
aaa
aaa
-aQg
-cXA
-bTn
-cXE
-bGq
-cXK
-cXM
-cXM
-cXM
-cXM
-cYa
-bTn
-bTn
-bTn
-bTn
-bTn
-bTn
-bTn
-bTn
-cYa
-cYE
-cYK
+aPc
+cTG
+bRb
+cTK
+aae
+cTQ
+cTS
+cTS
+cTS
+cTS
+cUg
+bRb
+bRb
+bRb
+bRb
+bRb
+bRb
+bRb
+bRb
+cUg
+cUK
+cUQ
aaa
aaa
aaa
@@ -100946,21 +101506,21 @@ aaa
aaa
aaa
aaa
-cZA
-cZL
-dac
-dap
-daA
-daK
-daU
-dbc
-daV
-dai
-dbG
-dbN
-cZS
-dcl
-cZA
+cVG
+cVR
+cWi
+cWv
+cWG
+cWQ
+cXa
+cXi
+cXb
+cWo
+cXM
+cXT
+cVY
+cYr
+cVG
aaa
aaa
aaa
@@ -101103,28 +101663,28 @@ aaa
aaa
aaa
aaa
-aQg
-cXz
-bTn
-bTn
+aPc
+cTF
+bRb
+bRb
aae
aae
aae
-csh
+cpV
aae
aae
aae
-cXY
-cYa
+cUe
+cUg
aae
aae
aae
-cYn
-cYr
+cUt
+cUx
aae
aae
aae
-cXI
+cTO
aaa
aaa
aaa
@@ -101203,21 +101763,21 @@ aaa
aaa
aaa
aaa
-cZz
-cZK
-cZK
-cZK
-daz
-daJ
-daT
-dbb
-dbs
-dai
-dbF
-cZS
-dai
-dcm
-cZA
+cVF
+cVF
+cVF
+cVF
+cVF
+cWP
+cWZ
+cXh
+cXy
+cWo
+cXL
+cVY
+cWo
+cYs
+cVG
aaa
aaa
aaa
@@ -101361,25 +101921,25 @@ aaa
aaa
aaa
aae
-cXz
-bTn
-cXF
+cTF
+bRb
+cTL
aae
-cXI
+cTO
aaa
aaa
aaa
aae
-bTn
-bTn
-bTn
+bRb
+bRb
+bRb
aae
-cYi
-bTn
-bTn
-bTn
-cYx
-cYA
+cUo
+bRb
+bRb
+bRb
+cUD
+cUG
aae
aaa
aaa
@@ -101460,21 +102020,21 @@ aaa
aaa
aaa
aaa
-cZA
-cZN
-dae
-dar
-daC
-daL
-daT
-dbe
-dbs
-dai
-daE
-dbO
-dbZ
-dcl
-cZy
+cVG
+cVT
+cWk
+cWx
+cWI
+cWR
+cWZ
+cXk
+cXy
+cWo
+cVF
+cXU
+cYf
+cYr
+cVF
aaa
aaa
aaa
@@ -101617,29 +102177,29 @@ aaa
aaa
aaa
aaa
-aaY
+aaW
aae
aae
aae
-cXI
+cTO
aaa
aaa
aaa
aaa
-cWS
-bTn
-bTn
-bTn
+cTl
+bRb
+bRb
+bRb
aae
-cYh
-bTn
-bTn
-bTn
-cYw
+cUn
+bRb
+bRb
+bRb
+cUC
aae
aae
aae
-cXG
+dbG
aaa
aaa
aaa
@@ -101671,7 +102231,7 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
aaa
aaf
@@ -101717,21 +102277,21 @@ aaa
aaa
aaa
aaa
-cZy
-cZM
-dad
-daq
-daB
-dai
-daT
-dbd
-dbs
-dai
-cZB
-cZK
-dbY
-cZK
-cZG
+cVF
+cVS
+cWj
+cWw
+cWH
+cWo
+cWZ
+cXj
+cXy
+cWo
+cVF
+cVF
+cYe
+cVF
+cVF
aaa
aaa
aaa
@@ -101883,20 +102443,20 @@ aaa
aaa
aaa
aaa
-cXm
-bTn
-bTn
-bTn
+cTv
+bRb
+bRb
+bRb
aae
-cYk
-bTn
-bTn
-bTn
-bTn
-bTn
-abf
-cYE
-cYJ
+cUq
+bRb
+bRb
+bRb
+bRb
+bRb
+abd
+cUK
+cUP
aaa
aaa
aaa
@@ -101924,7 +102484,7 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
aaa
aaa
@@ -101974,21 +102534,21 @@ aaa
aaa
aaa
aaa
-cZz
-cZK
-cZK
-cZK
-cZG
-dai
-daV
-dbf
-daU
-dai
-dbH
-dai
-dca
-dco
-cZy
+cVF
+cVF
+cVF
+cVF
+cVF
+cWo
+cXb
+cXl
+cXa
+cWo
+cXN
+cWo
+cYg
+cYu
+cVF
aaa
aaa
aaa
@@ -102140,20 +102700,20 @@ aaa
aaa
aaa
aaa
-aaY
+aaW
aae
aae
aae
aae
-cYj
-cWa
-bTn
-bTn
-bTn
-bTn
-dfE
-cYE
-cYI
+cUp
+cSH
+bRb
+bRb
+bRb
+bRb
+dbA
+cUK
+cUO
aaa
aaa
aaa
@@ -102182,12 +102742,12 @@ aaa
aaa
aaa
aaf
-aqJ
-aoa
+aqB
+anS
aaf
aaf
aaa
-aoa
+anS
aaf
aaf
aaf
@@ -102231,21 +102791,21 @@ aaa
aaa
aaa
aaa
-cZy
-cZO
-daf
-das
-cZy
-daM
-dai
-cZS
-dai
-dai
-daE
-dbP
-cZS
-dcn
-cZA
+cVF
+cVU
+cWl
+cWy
+cVF
+cWS
+cWo
+cVY
+cWo
+cWo
+cVF
+cXV
+cVY
+cYt
+cVG
aaa
aaa
aaa
@@ -102400,17 +102960,17 @@ aaa
aaa
aaa
aaa
-cXU
+cUa
aae
-cYl
-cYo
-bTn
-cYd
-cYd
-bTn
-cYb
-cYE
-cYK
+cUr
+cUu
+bRb
+cUj
+cUj
+bRb
+cUh
+cUK
+cUQ
aaa
aaa
aaa
@@ -102435,16 +102995,16 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
aaa
-aoa
+anS
aaf
-aoa
+anS
aaf
aaf
aaf
-aoa
+anS
aaf
aaa
aaa
@@ -102488,21 +103048,21 @@ aaf
aaf
aaf
aaf
-cZA
-cZP
-dag
-dat
-cZB
-cZK
-cZQ
-dbg
-dau
-cZK
-cZG
-dbR
-dcc
-dcq
-cZA
+cVG
+cVV
+cWm
+cWz
+cVF
+cVF
+cVF
+cXm
+cVF
+cVF
+cVF
+cXX
+cYi
+cYw
+cVG
aaa
aaa
aaa
@@ -102658,16 +103218,16 @@ aaa
aaa
aaa
aaa
-cXU
-aae
+aaW
aae
aae
aae
aae
+cpV
aae
aae
aae
-cXI
+cTO
aaa
aaa
aaa
@@ -102692,16 +103252,16 @@ aaa
aaa
aaa
aaa
-aqJ
-aoa
-aoa
-aoa
-aoa
-aoa
+aqB
+anS
+anS
+anS
+anS
+anS
aaf
-aoa
-aoa
-aoa
+anS
+anS
+anS
aaf
aaf
aaf
@@ -102711,11 +103271,11 @@ aaa
aaa
aaa
aaa
-aaW
-bnn
-aSJ
-aSJ
-aSJ
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaf
@@ -102745,21 +103305,21 @@ aaa
aaf
aaa
aaf
-cZA
-cZP
-cZS
-dai
-dah
-cZS
-dai
-dai
-dai
-dai
-cZy
-dbQ
-dcb
-dcp
-cZy
+cVG
+cVV
+cVY
+cWo
+cWn
+cVY
+cWo
+cWo
+cWo
+cWo
+cVF
+cXW
+cYh
+cYv
+cVF
aaa
aaa
aaa
@@ -102948,17 +103508,17 @@ aaa
aaa
aaa
aaa
-aoa
+anS
aaf
aaf
-aoa
-aoa
-apy
-aoa
+anS
+anS
+apq
+anS
aaf
-aoa
-aoa
-aoa
+anS
+anS
+anS
aaf
aaa
aaa
@@ -102967,16 +103527,16 @@ aaa
aaa
aaa
aaa
-aOy
-aQb
-aQb
-aSK
-aTS
-aSJ
-aWM
-aYo
-aYo
-aYo
+aaa
+aaU
+blx
+aRA
+aRA
+aRA
+aVs
+aWS
+aWS
+aWS
aaf
aaa
aaa
@@ -102986,37 +103546,37 @@ aaa
aaa
aaa
aaf
-aYo
-aYo
-aYo
-aYo
-aYo
+aWS
+aWS
+aWS
+aWS
+aWS
aaa
-cZg
-cZq
-cZt
+cVm
+cVw
+cVm
aaa
-aYo
-aYo
-aYo
-aYo
+aWS
+aWS
+aWS
+aWS
aaa
aaf
-cZy
-cZR
-dai
-dav
-daE
-dai
-daU
-dbi
-daU
-dai
-cZz
-cZK
-cZK
-cZK
-cZG
+cVF
+cVX
+cWo
+cWB
+cVF
+cWo
+cXa
+cXo
+cXa
+cWo
+cVF
+cVF
+cVF
+cVF
+cVF
aaa
aaa
aaa
@@ -103205,17 +103765,17 @@ aaa
aaa
aaa
aaa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
+anS
+anS
+anS
+anS
+anS
+anS
+anS
aaf
-aoa
-aoa
-aoa
+anS
+anS
+anS
aaf
aaa
aaa
@@ -103223,57 +103783,57 @@ aaa
aaa
aaa
aaa
-cWl
-aOz
-cWs
-cWF
-aSL
-aTT
-aVr
-aWN
-aYp
-aYo
+aaa
+aOZ
+aOZ
+aOZ
+aRB
+aSH
+aUb
+aVt
+aWT
+aWS
aaf
aaf
aaa
-bev
-bic
-bey
-bic
-bnD
+bcR
+bcS
+bcU
+bcS
+bcR
aaa
aaf
aaf
-aYo
-bxE
-aYp
-aYo
-cZg
-cZl
-cZp
-cZs
-cZt
-aYo
-bNc
-aYp
-aYo
-aYo
-aYo
-cZB
-cZQ
-dah
-dau
-daD
-dai
-daV
-dbh
-daV
-dbA
-daa
-dbS
-daU
-dcr
-cZy
+aWS
+bvB
+aWT
+aWS
+cVm
+cVr
+cVv
+cVr
+cVm
+aWS
+bKS
+aWT
+aWS
+aWS
+aWS
+cVF
+cVW
+cWn
+cVF
+cVF
+cWo
+cXb
+cXn
+cXb
+cXG
+cVF
+cXY
+cXa
+cYx
+cVF
aaa
aaa
aaa
@@ -103465,13 +104025,13 @@ aaa
aaf
aaf
aaf
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
+anS
+anS
+anS
+anS
+anS
+anS
+anS
aaf
aaf
aaf
@@ -103480,57 +104040,57 @@ aaa
aaa
aaa
aaa
-aaa
-aOA
-aQb
-aQb
-aSM
-aTU
-aVs
-aWO
-aYq
-baa
+cSP
+aND
+cSU
+cTd
+aRC
+bsk
+aUc
+aVu
+aWU
+aYC
aaa
aaf
aaa
-bew
-bib
-bgk
-blI
-bew
+bcS
+bgq
+beC
+bjU
+bcS
aaa
aaf
aaa
-baa
-aWO
-aYq
-aSJ
-cZh
-cZn
-cZp
-cZu
-cZh
-aSJ
-bvV
-aYq
-bQp
-bRM
-bQp
-cdy
-cZT
-dai
-cZS
-daF
-dai
-daL
-dbk
-dai
-dai
-dbI
-dai
-dcf
-dct
-cZA
+aYC
+aVu
+aWU
+aRA
+cVn
+cVt
+cVv
+cVA
+cVn
+aRA
+btS
+aWU
+bOd
+bPA
+bOd
+cbm
+cVZ
+cWo
+cVY
+cWL
+cWo
+cWR
+cXq
+cWo
+cWo
+cXO
+cWo
+cYl
+cYz
+cVG
aaa
aaa
aaa
@@ -103720,74 +104280,74 @@ aaa
aaa
aaa
aaf
-aqJ
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-apy
-aoa
-aaf
+aqB
+anS
+anS
+anS
+anS
+anS
+anS
+apq
+anS
aaf
aaf
aaf
aaf
aaa
aaa
-aaf
aaa
aaa
-aaZ
-bnn
-aSJ
-aTV
-aSJ
-aWP
-aYq
-aYo
+aaa
+aOZ
+aOZ
+aOZ
+aRB
+aSI
+aRA
+aVv
+aWU
+aWS
aaf
aaf
aaa
-bew
-bib
-bgk
-blI
-bew
+bcS
+bgq
+beC
+bjU
+bcS
aaa
aaf
aaf
-aYo
-aWQ
-aYq
-aYo
-cZh
-cZm
-cZp
-cZu
-cZh
-aYo
-aWQ
-aYq
-bQp
-bby
-bQp
-cZC
-cZS
-daj
-dai
-daF
-cZS
-dai
-dbj
-cZS
-dai
-daE
-daU
-daU
-dcs
-cZy
+aWS
+aVw
+aWU
+aWS
+cVn
+cVs
+cVv
+cVA
+cVn
+aWS
+aVw
+aWU
+bOd
+aZZ
+bOd
+cVI
+cVY
+cWp
+cWo
+cWL
+cVY
+cWo
+cXp
+cVY
+cWo
+cVF
+cXa
+cXa
+cYy
+cVF
aaa
aaa
aaa
@@ -103976,75 +104536,75 @@ aaa
aaa
aaa
aaa
-aoa
+anS
aaf
-aoa
+anS
aaf
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
+anS
+anS
+anS
+anS
+anS
+anS
aaf
aaf
aaa
aaa
-aDr
-aDr
-aDr
-aDr
-aGd
-aGd
-aDr
-aDr
-aDr
-aDr
-aSJ
-aWQ
-aYr
-aSJ
aaa
aaa
-bev
-bgi
-bic
-bex
-bic
-bgi
-bnD
aaa
aaa
-aSJ
-bxF
-bzw
-baa
-cZi
-cZo
-cZp
-cZv
-cZi
-baa
-bNd
-aYq
-aYo
-aYo
-aYo
-cZE
-cZQ
-dal
-dau
-daG
-dai
-daU
-dbm
-daU
-dai
-cZz
-cZK
-cZK
-cZK
-cZG
+aaf
+aaa
+aaX
+blx
+aRA
+aRA
+aRA
+cZf
+aWV
+aRA
+aaa
+aaa
+bcR
+bcS
+bcS
+bcT
+bcS
+bcS
+bcR
+aaa
+aaa
+aRA
+bvC
+bxt
+aYC
+cVo
+cVu
+cVv
+cVB
+cVo
+aYC
+bKT
+aWU
+aWS
+aWS
+aWS
+cVF
+cVF
+cWr
+cVF
+cVF
+cWo
+cXa
+cXs
+cXa
+cWo
+cVF
+cVF
+cVF
+cVF
+cVF
aaa
aaa
aaa
@@ -104233,96 +104793,96 @@ aaa
aaa
aaa
aaa
-aoa
-aoa
-aoa
-aoa
-aoa
-avU
-aoa
-aoa
-aoa
-aoa
-aoa
-aDr
-aDr
-aDr
-aDr
-aIO
-aKl
-aLA
-aHF
-aHF
-aHF
-aLA
-aHG
-aTW
-aSJ
-aWR
-aYq
-aYo
-aYo
-aYo
-bew
-bgj
-bgk
-bgk
-bgk
-bnE
-bew
-aYo
-aYo
-aYo
-bxG
-aYq
-aYo
-cZh
-cZo
-cZp
-cZv
-cZh
-aYo
-aWQ
-aYq
-aYo
+anS
+anS
+anS
+anS
+anS
+avI
+anS
+anS
+anS
+anS
+anS
+aaf
+anS
aaa
aaf
-cZy
-cZU
-dak
-daw
-daa
-dai
-daU
-dbl
-daV
-dai
-dbJ
-dbU
-dcg
-dcu
-cZy
aaa
aaa
+aaf
+aaf
+aaf
+aaf
+aaa
+aaf
+aaf
+aRA
+aVx
+aWU
+aWS
+aWS
+aWS
+bcS
+beB
+beC
+beC
+beC
+blN
+bcS
+aWS
+aWS
+aWS
+bvD
+aWU
+aWS
+cVn
+cVu
+cVv
+cVB
+cVn
+aWS
+aVw
+aWU
+aWS
+aaa
+aaf
+cVF
+cWa
+cWq
+cWC
+cVF
+cWo
+cXa
+cXr
+cXb
+cWo
+cXP
+cYa
+cYm
+cYA
+cVF
+aaa
aaa
aaa
aaa
aaa
-cvy
-aob
+aaa
+ctm
+anT
aai
-aob
+anT
aai
-aob
-aob
-aob
-aqJ
-aob
-aob
-aob
-aob
-aqJ
-aob
+anT
+anT
+anT
+aqB
+anT
+anT
+anT
+anT
+aqB
+anT
aaf
aaa
aaa
@@ -104489,82 +105049,82 @@ aaa
aaa
aaa
aaa
-aoa
-aoa
-aoa
-apy
-aoa
-aoa
+anS
+anS
+anS
+apq
+anS
+anS
aaf
-aoa
-aoa
-aoa
+anS
+anS
+anS
aaf
-aoa
-aDs
-aEM
-aDs
-aHC
-aIO
-aHF
-aHF
-aHF
-aHF
-aHF
-aIO
-aIO
-aIO
-aVt
-aWO
-aYq
-bab
-bby
-bab
-bex
-bgk
-bid
-bid
-bid
-bgk
-bpE
-bab
-bum
-bab
-aWO
-bzx
-aSJ
-cZh
-cZo
-cZp
-cZv
-cZh
-aSJ
-aWO
-aYq
-aYo
+anS
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aVu
+aWU
+aYD
+aZZ
+aYD
+bcT
+beC
+bgr
+bgr
+bgr
+beC
+bnJ
+aYD
+bsk
+aYD
+aVu
+bxu
+aRA
+cVn
+cVu
+cVv
+cVB
+cVn
+aRA
+aVu
+aWU
+aWS
aaf
aaf
-cZA
-cZW
-dam
-dam
-daH
-dai
-dai
-cZS
-dai
-dai
-dbK
-cZS
-dci
-dcw
-cZA
+cVG
+cWc
+cWs
+cWs
+cWN
+cWo
+cWo
+cVY
+cWo
+cWo
+cXQ
+cVY
+cYo
+cYC
+cVG
aaa
aaa
aaa
aaa
aaa
-aob
+anT
aaa
aaa
aaf
@@ -104746,97 +105306,97 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaf
aaf
aaf
aaf
-aoa
-aoa
-aoa
-aoa
-azx
-aoa
-aoa
-aDr
-aDr
-aDr
-aHD
-aIO
-aHF
-aHF
-aHF
-aHF
-aHF
-aHF
-aSN
-aTX
+anS
+anS
+anS
+anS
+azg
+anS
+anS
+aDb
+aDa
+cVK
+cVK
+cVK
+cVK
+cVK
+cVK
+cVK
+cWF
+cWK
+aRD
aSJ
+aDb
+aVy
+aWU
aWS
-aYq
-aYo
-aYo
-aYo
-bew
-bgl
-bie
-bie
-bie
-bnF
-bew
-aYo
-aYo
-aYo
-aWO
-bzy
-aYo
-cZh
-cZo
-cZp
-cZv
-cZh
-aYo
-aWO
-bOG
-aSJ
+aWS
+aWS
+bcS
+beD
+bgs
+bgs
+bgs
+blO
+bcS
+aWS
+aWS
+aWS
+aVu
+bxv
+aWS
+cVn
+cVu
+cVv
+cVB
+cVn
+aWS
+aVu
+bMu
+aRA
aaa
aaf
-cZA
-cZV
-dam
-dax
-cZE
-cZK
-cZQ
-dbn
-dau
-cZK
-daG
-dbV
-dch
-dcv
-cZA
+cVG
+cWb
+cWs
+cWD
+cVF
+cVF
+cVF
+cXt
+cVF
+cVF
+cVF
+cYb
+cYn
+cYB
+cVG
aaa
aaa
aaa
aaa
aaa
-aob
+anT
aaa
-cwq
-cxp
-cyq
+cue
+cvd
+cwe
aaf
-cwq
-cxp
-cyq
+cue
+cvd
+cwe
aaf
-cwq
-cxp
-cyq
+cue
+cvd
+cwe
aaa
aaa
-aob
+anT
aaf
aaf
aaa
@@ -105005,74 +105565,74 @@ aaa
aaa
aaa
aaa
-aoa
+anS
aaf
-aqJ
-aoa
-aoa
+aqB
+anS
+anS
aaf
-aoa
-aoa
+anS
+anS
aaf
aai
-aag
-aaf
-aDr
-aHE
-aHF
-aHF
-aHF
-aHF
-aOB
-aHF
-aHF
-aSO
-aTY
-aSJ
+aDb
+cVE
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cWJ
+cWK
+aRE
+aSK
+cYL
+aVz
+aWW
aWT
-aYs
-aYp
-bbz
-aYo
-bey
-bgm
-bid
-bid
-bid
-bgk
-bey
-aYo
-bun
-bvR
-bxH
-bzz
-aYo
-cZj
-cZo
-cZp
-cZv
-cZj
-aYo
-bNe
-bOH
-aYo
+baa
+aWS
+bcU
+beE
+bgr
+bgr
+bgr
+beC
+bcU
+aWS
+bsl
+btO
+bvE
+bxw
+aWS
+cVp
+cVu
+cVv
+cVB
+cVp
+aWS
+bKU
+bMv
+aWS
aaa
aaf
-cZy
-cZX
-dan
-day
-cZy
-daO
-daY
-dai
-dbv
-daU
-cZy
-cLU
-dcj
-dcx
-cZy
+cVF
+cWd
+cWt
+cWE
+cVF
+cWU
+cXe
+cWo
+cXB
+cXa
+cVF
+cJI
+cYp
+cYD
+cVF
aaa
aaa
aaf
@@ -105080,20 +105640,20 @@ aaf
aaf
aaf
aaa
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaa
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaa
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
aaa
-aob
+anT
aaa
aaa
aaa
@@ -105261,75 +105821,75 @@ aaa
aaa
aaa
aaa
-aoa
-aoa
+anS
+anS
aaf
-aoa
-auO
-aoa
-aoa
-ayv
-aoa
+anS
+auC
+anS
+anS
+ayf
+anS
aaf
aaa
-aaa
-aaf
-aGd
-aHF
-aHF
-aHF
-aHF
-aHF
-aHC
-aHF
-aHF
-aSP
-aTZ
-aVu
+aDb
+cVE
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cWJ
+cWK
+aRE
+aSK
+cYL
+aVz
+bvF
aWU
-aYt
-aYq
-bbz
-aYo
-bew
-bgn
-bie
-bkf
-bie
-bnG
-bew
-aYo
-buo
-aWO
-bxI
-bzz
-aYo
-cZh
-cZo
-cZp
-cZv
-cZh
-aYo
-aWO
-bOI
-aSJ
+baa
+aWS
+bcS
+beF
+bgs
+bit
+bgs
+blP
+bcS
+aWS
+bsm
+aVu
+bvF
+bxw
+aWS
+cVn
+cVu
+cVv
+cVB
+cVn
+aWS
+aVu
+bMw
+aRA
aaa
aaf
-cZF
-cZK
-cZA
-cZK
-cZG
-daN
-cZS
-dai
-daL
-dbB
-cZz
-cZK
-cZA
-cZK
-dbL
+cVF
+cVF
+cVG
+cVF
+cVF
+cWT
+cVY
+cWo
+cWR
+cXH
+cVF
+cVF
+cVG
+cVF
+cVF
aaa
aaa
aaf
@@ -105337,20 +105897,20 @@ aaa
aaa
aai
aaf
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
aaa
-aob
+anT
aaa
aaa
aaa
@@ -105517,72 +106077,72 @@ aaa
aaa
aaa
aaa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aoa
-aaf
-aaf
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
+anS
aaf
-aGd
-aHF
-aHF
-aHF
-aLB
-aHF
-aHF
-aHF
-aHF
-aHF
-aIO
-aVv
-aWT
-aYu
-bac
-bbA
-aYo
-bew
-bgo
-bid
-bid
-bid
-bnH
-bew
-aYo
-bbz
-bvS
-aYt
-bzA
-aSJ
-cZh
-cZo
-cZp
-cZv
+aDb
+cVE
+cVL
+cVL
+cVL
+cVQ
+cVL
+cVL
+cVL
+cWJ
+cWK
+cXE
+aIf
+aDb
cZh
-aSJ
-bvV
-bzz
-aYo
+bvF
+aWU
+bab
+aWS
+bcS
+beG
+bgr
+bgr
+bgr
+blQ
+bcS
+aWS
+baa
+btP
+aWX
+bxx
+aRA
+cVn
+cVu
+cVv
+cVB
+cVn
+aRA
+btS
+bxw
+aWS
aaf
aaf
aaa
aaa
aaa
aaa
-cZA
-daQ
-dai
-dbp
-dbx
-dbE
-cZA
+cVG
+cWW
+cWo
+cXv
+cXD
+cXK
+cVG
aaa
aaa
aaa
@@ -105592,19 +106152,19 @@ aaf
aaf
aaa
aaa
-aob
+anT
aaa
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaa
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
aaa
aaa
@@ -105775,71 +106335,71 @@ aaa
aaa
aaa
aaa
-apy
-aoa
-aoa
-aaf
-aaf
-aoa
-aoa
-aaf
-aoa
-aoa
-aaf
-aaa
+apq
+anS
+anS
aaf
-aGd
-aHG
-aHF
-aHF
-aHF
-aHF
-aOC
-aHF
-aHF
-aHF
-aIO
-aSJ
-aWV
-aYv
-bad
-bbB
-aYo
-bey
-bgp
-bie
-bie
-bie
-bgk
-bey
-aYo
-bup
-bvT
-bxJ
-bzz
-aYo
-cZk
-cZi
-cZr
-cZi
-cZw
-aYo
-aWO
-bzz
-aSJ
+aaf
+anS
+anS
+aaf
+anS
+anS
+aaf
+aDb
+cVE
+cVL
+cVL
+aHb
+cWg
+cVL
+cVL
+cVL
+cWJ
+cWM
+cXR
+cYG
+cYP
+aVA
+aWY
+aYE
+bac
+aWS
+bcU
+beH
+bgs
+bgs
+bgs
+beC
+bcU
+aWS
+bsn
+btQ
+bvG
+bxw
+aWS
+cVq
+cVo
+cVx
+cVo
+cVq
+aWS
+aVu
+bxw
+aRA
aaa
aaf
aaa
aaa
aaa
aaa
-cZA
-daP
-daZ
-dbo
-dbw
-dbD
-cZA
+cVG
+cWV
+cXf
+cXu
+cXC
+cXJ
+cVG
aaa
aaa
aaa
@@ -105851,23 +106411,23 @@ aaa
aaa
aaa
aaa
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaf
-cwq
-cxq
-cyq
+cue
+cve
+cwe
aaa
aaa
aaa
-aob
-aob
-aob
+anT
+anT
+anT
aaa
aaa
aaa
@@ -106031,72 +106591,72 @@ aaa
aaa
aaa
aaa
-aoa
-aoa
-aoa
-aaf
-aaf
-aqJ
-aoa
+anS
+anS
+anS
aaf
aaf
+aqB
+anS
aaf
aaf
aaf
aaf
aaf
-aDr
-aHH
-aHF
-aHF
-aLC
-aHF
-aOD
-aHF
-aRk
-aHF
-aIO
-aSJ
-aWW
-aYw
-aYo
-aYo
-aYo
-bew
-bgq
-bid
-bid
-bid
-bnI
-bew
-aYo
-aYo
-aYo
-bxK
-bzB
-aSJ
+aDb
+cVE
+cVL
+cVL
+cVL
+cWh
+cVL
+cVL
+cVL
+cWJ
+cWK
+cYE
+cYK
+cYQ
+aVB
+aWZ
+aWS
+aWS
+aWS
+bcS
+beI
+bgr
+bgr
+bgr
+blR
+bcS
+aWS
+aWS
+aWS
+bvH
+bxy
+aRA
aaf
-bEL
-bGr
-aYo
+bCG
+bEl
+aWS
aaf
-aSJ
-bNf
-bOJ
-aSJ
+aRA
+bKV
+bMx
+aRA
aaa
aaf
aaa
aaa
aaa
aaa
-cZF
-cZA
-cZA
-cZA
-cZA
-cZA
-dbL
+cVF
+cVG
+cVG
+cVG
+cVG
+cVG
+cVF
aaa
aaa
aaa
@@ -106109,22 +106669,22 @@ aaa
aai
aaa
aaf
-cxr
+cvf
aaa
aaa
aaf
-cxr
+cvf
aaa
aaa
aaf
-cxr
+cvf
aaa
aaa
aaa
aaa
aaf
aaa
-aob
+anT
aaa
aaa
aaa
@@ -106289,61 +106849,61 @@ aaa
aaa
aaa
aaa
-aoa
+anS
aaa
aaa
aaf
-alQ
-avV
-alQ
+alK
+avJ
+alK
aaf
aaa
aaf
-alQ
-alQ
-alQ
-aDr
-aHI
-aHF
-aHF
-aHF
-aHF
-aOD
-aHF
-aHF
-aHF
-aUa
-aSJ
-aWT
-aYw
-bab
-bby
-bab
-bex
-bgk
-bgk
-bgk
-bgk
-bgk
-bex
-bab
-bum
-bab
-bxK
-bzC
-aSJ
-aYo
-aYo
-bGs
-aYo
-aYo
-aSJ
-bvV
-bOK
-alQ
-alQ
-alQ
-alQ
+aaa
+aDb
+cVE
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cWJ
+cWK
+aRE
+aSL
+aDb
+cZq
+aWZ
+aYD
+aZZ
+aYD
+bcT
+beC
+beC
+beC
+beC
+beC
+bcT
+aYD
+bsk
+aYD
+bvH
+bMw
+aRA
+aWS
+aWS
+bEm
+aWS
+aWS
+aRA
+btS
+bMy
+alK
+alK
+alK
+alK
aaa
aaa
aaa
@@ -106363,25 +106923,25 @@ aaf
aaf
aaf
aaf
-aob
+anT
aaf
aaf
-cgv
-cgv
-czm
-cgv
-cgv
-cBX
-cGP
-cEc
-cgv
-cBX
-cGP
-cGP
-cGP
-cJw
+cej
+cej
+cxa
+cej
+cej
+czL
+cED
+cBQ
+cej
+czL
+cED
+cED
+cED
+cHk
aaf
-aob
+anT
aaa
aaa
aaa
@@ -106550,63 +107110,63 @@ aaa
aaa
aaf
aaf
-alQ
-avW
-alQ
+alK
+avK
+alK
aaf
aaf
-alQ
-alQ
-aDt
-aMz
-aDr
-aHJ
-aIO
-aIO
-aHF
-aHF
-aOE
-aQd
-aRl
-aRl
-aUb
-aVw
-aWX
-aYw
-aYo
-aYo
-aYo
-bez
-bgr
-bif
-bif
-bif
-bgr
-bpF
-aYo
-aYo
-aYo
-bxK
-bzD
-aSJ
-bDg
-aYo
-bGr
-aYo
-bJO
-aSJ
-aWO
-bOL
-bQq
-bRO
-bTo
-alQ
+alK
+alK
+aDb
+cVE
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cVL
+cWJ
+cWK
+aRE
+aSM
+aDb
+cZq
+aWZ
+aWS
+aWS
+aWS
+bcS
+bcS
+bgt
+bgt
+bgt
+bcS
+bcS
+aWS
+aWS
+aWS
+bvH
+bxz
+aRA
+bBc
+aWS
+bEl
+aWS
+bHH
+aRA
+aVu
+bMz
+bOe
+bPC
+bRc
+alK
aaf
aaf
aaf
aaf
aai
-aob
+anT
aai
aaf
aaf
@@ -106620,25 +107180,25 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
aaf
-cxs
+cvg
aaa
aaa
aaf
-cxs
+cvg
aaf
aaa
aaf
-cxs
+cvg
aaa
aaf
aaa
aaa
aaf
aaa
-aob
+anT
aaa
aaa
aaa
@@ -106806,58 +107366,58 @@ aaf
aaf
aaa
aaf
-alQ
-alQ
-avV
-alQ
-alQ
-aiv
-alQ
-alI
-aDu
-aoj
-aDr
-aHK
-aIO
-aIO
-aIO
-aNk
-aOF
-aQe
-aRm
-aSQ
-aUc
-aSJ
-aWY
-aYx
-bae
-aYo
+alK
+alK
+avJ
+alK
+alK
+aip
+alK
+alC
+aDb
+cVH
+cVM
+cVM
+cVM
+cVM
+cVM
+cVM
+cVM
+aPb
+cWK
+aRF
+aSN
+aDb
+aVC
+aXa
+aYF
+aWS
aaa
-beA
-bgs
-big
-big
-big
-bnJ
-bpG
+bcR
+beJ
+bgu
+bgu
+bgu
+blS
+bcR
aaa
-aYo
-bvU
-bxL
-bzE
-bkg
-bdm
-bdm
-bdm
-bdm
-bdm
-blJ
-bvW
-bOM
-alQ
-bRP
-asj
-alQ
+aWS
+btR
+bvI
+bxA
+biu
+bbI
+bbI
+bbI
+bbI
+bbI
+bjV
+btT
+bMA
+alK
+bPD
+asa
+alK
aaa
aaa
aaf
@@ -106879,23 +107439,23 @@ aaa
aaa
aaf
aaa
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaf
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaf
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaa
aaa
aaa
-aob
-aob
-aob
+anT
+anT
+anT
aaa
aaa
aaa
@@ -107060,93 +107620,93 @@ aaa
aaa
aaa
aaf
-alQ
-alQ
-aiv
-alQ
-auP
-avX
-awZ
-alI
-auR
-aqS
-alI
-aku
-aoj
-aDr
-aDr
-aIP
-aIO
-aLD
-aDr
-aDr
-aDr
-aDr
-aDr
-aDr
-aSJ
-aWZ
-aYy
-baf
-aSJ
-aSJ
-aSJ
-aYo
-aYo
-aYo
-aYo
-aYo
-aSJ
-aSJ
-aSJ
-bvV
-bxM
-bzF
-bkh
-bDh
-bEM
-bGt
-bSX
-bJP
-bLw
-bNg
-bON
-alQ
-bRQ
-asj
-alQ
-bVz
-bVz
-bVz
-bVz
-bVz
+alK
+alK
+aip
+alK
+auD
+avL
+awM
+alC
+auF
+aqK
+alC
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aDb
+aVD
+aXb
+aYG
+aRA
+aRA
+aRA
+aWS
+aWS
+aWS
+aWS
+aWS
+aRA
+aRA
+aRA
+btS
+bvJ
+bxB
+biv
+bBd
+bCH
+bEn
+bQL
+bHI
+bJo
+bKW
+bMB
+alK
+bPE
+asa
+alK
+bTn
+bTn
+bTn
+bTn
+bTn
aaa
aaf
aaa
aaf
aai
-aob
-aob
+anT
+anT
aai
-aob
+anT
aai
-aob
+anT
aai
-aob
-aob
+anT
+anT
aaf
aaf
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaa
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaa
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaa
aaa
aaa
@@ -107317,68 +107877,68 @@ aaa
aaa
aaa
aaf
-alQ
-aqK
-asf
-aty
-auQ
-avY
-awf
-awf
-awf
-awf
-aJS
-awf
-aEO
-aGe
-aDr
-aDr
-aKm
-aDr
-aDr
-anf
-aqU
-aRn
-awf
+alK
+aqC
+arW
+ato
+auE
+avM
+avT
+avT
+avT
+avT
+aJi
+avT
+bzC
+avM
+avT
+avT
+avT
+avT
+avT
+avT
+avT
+avT
+avT
+aSO
aUd
-aVx
-aXa
-aYz
-bag
-bbC
-bdm
-bdm
-bdm
-bdm
-bkg
-blJ
-blJ
-bpH
-brZ
-bdm
-bvW
-bxN
-bzG
-alQ
-alQ
-alQ
-alQ
-alQ
-alQ
-bLx
-alQ
-alQ
-alQ
-bRR
-asj
-bRX
-bVz
-bWZ
-bYc
-bZF
-caO
-caO
-caO
+aVE
+aXc
+aYH
+bad
+bbI
+bbI
+bbI
+bbI
+biu
+bjV
+bjV
+bnK
+bqb
+bbI
+btT
+bvK
+bxC
+alK
+alK
+alK
+alK
+alK
+alK
+bJp
+alK
+alK
+alK
+bPF
+asa
+bPL
+bTn
+bUN
+bVQ
+bXt
+bYC
+bYC
+bYC
aaa
aaa
aaf
@@ -107393,20 +107953,20 @@ aaa
aaa
aaf
aaa
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaf
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaf
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaf
aaa
-aob
+anT
aaa
aaa
aaa
@@ -107574,96 +108134,96 @@ aaa
aaa
aaa
aaa
-aiv
-aqL
-asg
-alQ
-alQ
-alQ
-aoj
-aok
-ana
-alQ
-aiv
-alQ
-aEP
-aGf
-awf
-awf
-aKn
-aJS
-aNl
-awf
-aQf
-axg
-aSR
-aUe
-alQ
-bpa
-aYA
-bah
-bbD
-bdn
-beB
-bdn
-bih
-bkh
-blK
-bnK
-bpI
-bsa
-buq
-bpI
-bxO
-bzH
-bBA
-byb
-bEN
-bGu
-bLr
-bBG
-bLy
-bNh
-bdp
-bdp
-bRS
-bzX
-bUz
-bVA
-bXa
-bYd
-bZG
-caP
-cbZ
-caP
-cfm
-cgv
-chL
-cGP
-ckk
-cgv
-cgv
-cgv
-chL
-cGP
-cfm
-cgv
-cgv
-chL
-cGP
-cxt
-cyq
+aip
+aqD
+arX
+alK
+alK
+alK
+aob
+aoc
+amU
+alK
+aip
+alK
+bPN
+aDc
+cVP
+aob
+aob
+cWA
+auG
+ako
+aDd
+alC
+aRG
+aSP
+alK
+bnj
+aXd
+aYI
+bae
+bbJ
+bcV
+bbJ
+bgv
+biv
+bjW
+blT
+bnL
+bqc
+bso
+bnL
+bvL
+bxD
+bzw
+bvY
+bCI
+bEo
+bJj
+bzC
+bJq
+bKX
+bbL
+bbL
+bPG
+bxT
+bSn
+bTo
+bUO
+bVR
+bXu
+bYD
+bZN
+bYD
+cda
+cej
+cfz
+cED
+chY
+cej
+cej
+cej
+cfz
+cED
+cda
+cej
+cej
+cfz
+cED
+cvh
+cwe
aaa
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaf
-cwq
-cxt
-cyq
+cue
+cvh
+cwe
aaf
aaf
-aob
+anT
aaf
aaf
aaa
@@ -107831,68 +108391,68 @@ aaa
aaa
aaa
aaa
-alQ
-alQ
-ash
-alQ
+alK
+alK
+arY
+alK
aaf
-alQ
-alQ
-aiv
-alQ
-alQ
+alK
+alK
+aip
+alK
+alK
aaa
-alQ
-alQ
-alQ
-alQ
-aiv
-alQ
-alQ
-alQ
-alQ
-alQ
-alQ
-aiv
-alQ
-alQ
-alQ
-alQ
-alQ
-bbE
-bdo
-beC
-bgt
-bdo
-bki
-blL
-bnL
-bpJ
-bsb
-bur
-bpJ
-bxP
-bzI
-alQ
-auR
-bEO
-bGv
-alQ
-apH
-bLz
-alI
-aqS
-aqW
-bRR
-aHo
-asj
-bVB
-bXb
-bYe
-bZH
-caO
-caO
-caO
+alK
+alK
+alK
+alK
+aip
+alK
+alK
+alK
+alK
+alK
+alK
+aip
+alK
+alK
+alK
+alK
+alK
+baf
+bbK
+bcW
+beK
+bbK
+biw
+bjX
+blU
+bnM
+bqd
+bsp
+bnM
+bvM
+bxE
+alK
+auF
+bCJ
+bEp
+alK
+apz
+bJr
+alC
+aqK
+aqO
+bPF
+aGN
+asa
+bTp
+bUP
+bVS
+bXv
+bYC
+bYC
+bYC
aaa
aaa
aaf
@@ -107907,20 +108467,20 @@ aaa
aaa
aaf
aaa
-cwq
-cxu
-cyq
+cue
+cvi
+cwe
aaf
-cwq
-cxu
-cyq
+cue
+cvi
+cwe
aaf
-cwq
-cxu
-cyq
+cue
+cvi
+cwe
aaa
aaa
-aob
+anT
aaa
aaf
aaa
@@ -107954,7 +108514,7 @@ aaa
aaa
aaa
aaa
-dfG
+dbC
aaa
aaa
aaa
@@ -108089,9 +108649,9 @@ aaa
aaa
aaa
aaf
-aqM
-asi
-atz
+aqE
+arZ
+atp
aaf
aaf
aaa
@@ -108115,39 +108675,39 @@ aaf
aaf
aaa
aaa
-alQ
-asi
-bdo
-beD
-bgu
-bii
-bkj
-blM
-bnM
-bcd
-bcd
-bcd
-bcd
-bxQ
-blM
-alQ
-bDi
-bPp
-aku
-alQ
-bJQ
-bLA
-aLU
-aLU
-aLU
-bRT
-aLU
-bUA
-bVz
-bVz
-bVz
-bVz
-bVz
+alK
+arZ
+bbK
+bcX
+beL
+bgw
+bix
+bjY
+blV
+baE
+baE
+baE
+baE
+bvN
+bjY
+alK
+bBe
+bNd
+ako
+alK
+bHJ
+bJs
+aLd
+aLd
+aLd
+bPH
+aLd
+bSo
+bTn
+bTn
+bTn
+bTn
+bTn
aaa
aaf
aaa
@@ -108177,7 +108737,7 @@ aaf
aaa
aaa
aaa
-aqJ
+aqB
aaa
aaf
aaa
@@ -108346,65 +108906,65 @@ aaa
aaa
aaa
aaa
-aqN
-asj
-atA
+aqF
+asa
+atq
aaf
aaa
-axa
-ayw
-axc
-ayw
-axc
-ayw
-aEQ
+awN
+awN
+awO
+awN
+awO
+awN
+awN
aaa
-cYL
-cYO
-cYO
-cYO
-cYO
-cYO
-cYO
-cYO
-cYO
-cYV
-cYZ
+cUS
+cUS
+cUS
+cUS
+cUS
+cUS
+cUS
+cUS
+cUS
+cUS
+cUS
aaa
aaa
-alQ
-asj
-bdo
-beE
-bgv
-bij
-bkk
-blN
+alK
+asa
+bbK
+bcY
+beM
+bgx
+biy
+bjZ
+blW
bnN
-bpK
-bsc
-bus
-bvX
-bxR
-bzJ
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-alI
-ciT
-alQ
-aoj
-aoj
-bZI
-alQ
+bqe
+bsq
+btU
+bvO
+bxF
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+alC
+cgH
+alK
+aob
+aob
+bXw
+alK
aaf
aaf
aaf
@@ -108421,20 +108981,20 @@ aaa
aaf
aaf
aaf
-aob
+anT
aaf
-aob
-aob
-aob
-aqJ
-aob
-aqJ
-aob
-aob
-aqJ
-aob
-aqJ
-aob
+anT
+anT
+anT
+aqB
+anT
+aqB
+anT
+anT
+aqB
+anT
+aqB
+anT
aaf
aaf
aaa
@@ -108603,65 +109163,65 @@ aaa
aaa
aaa
aaf
-aqN
-asj
-atA
+aqF
+asa
+atq
aaf
aaa
-axb
-ayx
-azy
-azy
-azz
-aDv
-axb
+awN
+ayg
+azh
+azh
+azi
+aDe
+awN
aaa
-cYM
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYW
-cZb
-cZe
+cUS
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cVc
+cUS
+cVk
aaf
-alQ
-bbF
-bdo
-beF
-bgw
-bik
-bkl
-blO
+alK
+bag
+bbK
+bcZ
+beN
+bgy
+biz
+bka
+blX
bnO
-bpL
-bsd
-bsd
-bvY
-bxS
-bzK
-bBC
-bDj
-bEQ
-bGw
-bSY
-bJR
-bLB
-bNi
-bDm
-bOP
-bBB
-anf
-bUC
-bVD
-bXc
-bYf
-aoj
-alQ
+bqf
+bqf
+btV
+bvP
+bxG
+bzy
+bBf
+bCL
+bEq
+bQM
+bHK
+bJt
+bKY
+bBi
+bMD
+bzx
+amZ
+bSq
+bTr
+bUQ
+bVT
+aob
+alK
aaa
aaf
aaa
@@ -108860,69 +109420,69 @@ aaa
aaa
aaf
aaf
-aqN
-asj
-atA
+aqF
+asa
+atq
aaf
aaa
-axc
-ayy
-azz
-azy
-azz
-aDw
-aER
+awO
+ayh
+azi
+azh
+azi
+aDf
+aEu
aaa
-cYM
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cZa
-cZd
+cUS
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cVg
+cVj
aaf
-aiv
-asj
-bdo
-beG
-bgx
-bil
-bkm
-blO
+aip
+asa
+bbK
+bda
+beO
+bgz
+biA
+bka
+blY
bnP
-bpM
-bse
-but
-bpM
-bxT
-bzL
-bBB
-bDk
-bDk
-bDk
-bIq
-bDl
-bLC
-bNj
-bOO
-bZi
-bBB
-auR
-bUD
-alQ
-bLA
-bYg
-bZJ
-alQ
+bqg
+bsr
+bnP
+bvQ
+bxH
+bzx
+bBg
+bBg
+bBg
+bGj
+bBh
+bJu
+bKZ
+bMC
+bWW
+bzx
+auF
+bSr
+alK
+bJs
+bVU
+bXx
+alK
aaa
aaf
aaf
-acn
+ack
aaf
aaf
aaf
@@ -109117,69 +109677,69 @@ aaa
aaa
aaa
aaf
-aqN
-asj
-atA
+aqF
+asa
+atq
aaf
aaa
-axb
-ayx
-azy
-azy
-azz
-aDx
-axb
+awN
+ayg
+azh
+azh
+azi
+aDg
+awN
aaa
-cYM
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cZa
-cZd
+cUS
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cVg
+cVj
aaa
-aiv
-ass
-bdo
-beH
-bgy
-bim
-bkl
-blP
-bnQ
-bpL
-bsd
-bsd
-bvY
-bxU
-bzM
-bBD
-bDl
-bDl
-bDl
-bIr
-bJS
-bJS
-bDk
-bDk
-bQs
-bBB
-aoi
-bUD
-alQ
-bXd
-alQ
-alQ
-alQ
+aip
+asi
+bbK
+bdb
+beP
+bgA
+biz
+bkb
+blZ
+bnO
+bqf
+bqf
+btV
+bvR
+bxI
+bzz
+bBh
+bBh
+bBh
+bGk
+bHL
+bHL
+bBg
+bBg
+bOg
+bzx
+aoa
+bSr
+alK
+bUR
+alK
+alK
+alK
aaa
aaf
aaa
-acn
+ack
aaf
aaa
aaa
@@ -109374,103 +109934,103 @@ aaa
aaa
aaf
aaf
-aqN
-asj
-atA
+aqF
+asa
+atq
aaf
aaa
-axd
-ayw
-axc
-aAR
-axc
-ayw
-aES
+awN
+awN
+awO
+aAA
+awO
+awN
+awN
aaa
-cYM
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cYP
-cZa
-cZd
+cUS
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cUV
+cVg
+cVj
aaa
-aiv
-asj
-bdo
-beI
-bgz
-brq
-beC
-blQ
-bnR
-bpN
-bsf
-buu
-bvZ
-bxV
-bzN
-bBB
-bDm
-bER
-bGx
-bDk
-bJT
-bLD
-bDk
-bDk
-bDk
-bRU
-bTp
-bUD
-alQ
-alQ
-alQ
-bZK
-bVE
-bVE
-bVE
-bVE
-cgw
-bVE
-bVE
-bVE
-bVE
-cmZ
-cmZ
-cmZ
-cmZ
-cmZ
-cmZ
-cmZ
-cmZ
+aip
+asa
+bbK
+bdc
+beQ
+bpt
+bcW
+bkc
+bma
+bnQ
+bqh
+bss
+btW
+bvS
+bxJ
+bzx
+bBi
+bCM
+bEr
+bBg
+bHM
+bJv
+bBg
+bBg
+bBg
+bPI
+bRd
+bSr
+alK
+alK
+alK
+bXy
+bTs
+bTs
+bTs
+bTs
+cek
+bTs
+bTs
+bTs
+bTs
+ckN
+ckN
+ckN
+ckN
+ckN
+ckN
+ckN
+ckN
aaa
aaf
aaa
aaf
aai
-aob
+anT
aaf
aaf
aai
-aob
-aob
+anT
+anT
aai
-aob
-aob
+anT
+anT
aaf
aaf
aaf
aai
-aob
+anT
aaf
aai
-aob
+anT
aai
aaa
aaa
@@ -109631,81 +110191,81 @@ aaa
aaa
aaa
aaf
-aqO
-ask
-atB
+aqG
+asb
+atr
aaf
aaa
aaf
-ayz
-ayz
-aAS
-ayz
-ayz
+ayi
+ayi
+aAB
+ayi
+ayi
aaf
aaa
-cYM
-cYP
-cYP
-cYP
-cYP
-cYS
-cYP
-cYP
-cYP
-cYY
-cZb
-cZf
+cUS
+cUV
+cUV
+cUV
+cUV
+cUY
+cUV
+cUV
+cUV
+cVc
+cUS
+cVl
aaf
-alQ
-dfb
-bdo
-bdo
-bgA
-bdo
-beC
-bCA
-bnM
-bcd
-bcd
-bcd
-bcd
-bxQ
-bzO
-bBB
-bKH
-bES
-bDk
-bDk
-bGy
-bLE
-bDk
-bOO
-bQs
-bBB
-bTq
-bUE
-aUd
-bXe
-bYh
-bZL
-caQ
-caQ
-cdB
-bVE
-cgx
-bXg
-ciS
-bVE
-clB
-cna
-cos
-cpt
-cmZ
-csc
-cts
-clF
-cmZ
+alK
+daX
+bbK
+bbK
+beR
+bbK
+bcW
+bAw
+blV
+baE
+baE
+baE
+baE
+bvN
+bxK
+bzx
+bIz
+bCN
+bBg
+bBg
+bEs
+bJw
+bBg
+bMC
+bOg
+bzx
+bRe
+bSs
+aSO
+bUS
+bVV
+bXz
+bYE
+bYE
+cbp
+bTs
+cel
+bUU
+cgG
+bTs
+cjp
+ckO
+cmg
+cnh
+ckN
+cpQ
+crg
+cjt
+ckN
aaa
aaf
aaf
@@ -109887,82 +110447,82 @@ aaf
aaf
aaf
aaf
-alQ
-alQ
-asl
-alQ
+alK
+alK
+asc
+alK
aaf
aaa
aaf
-ayz
-azA
-aAT
-aCj
-ayz
+ayi
+azj
+aAC
+aBS
+ayi
aaf
aaa
-cYN
-cYO
-cYO
-cYQ
-cYR
-cYO
-cYT
-cWM
-cYO
-cYX
-cZc
-aaa
-aaf
-alQ
-bbI
-bzV
-beJ
-bgB
-bio
-bkn
-blR
-bnS
-bpO
-bsg
-buv
-bwa
+cUS
+cUS
+cUS
+cUW
+cUX
+cUS
+cUZ
+cTh
+cUS
+cUS
+cUS
+aaa
+aaf
+alK
+baj
bxR
-bzP
-bBB
-bDo
-bPt
-bPW
-bDk
-bTb
-bLF
-bNk
-bOP
-bQt
-bBB
-aqW
-bUF
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-cdC
-bVE
-bVE
-chM
-bVE
-bVE
-clC
-cnb
-cne
-cnb
-cnb
-cnb
-clF
-ctt
-cmZ
+bdd
+beS
+bgC
+biB
+bkd
+bmb
+bnR
+bqi
+bst
+btX
+bvO
+bxL
+bzx
+bBk
+bNh
+bNK
+bBg
+bQP
+bJx
+bLa
+bMD
+bOh
+bzx
+aqO
+bSt
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+cbq
+bTs
+bTs
+cfA
+bTs
+bTs
+cjq
+ckP
+ckS
+ckP
+ckP
+ckP
+cjt
+crh
+ckN
aaa
aaf
aaf
@@ -109971,18 +110531,18 @@ aaa
aaf
aaa
aaa
-cEd
-cEd
-cEd
-cEd
-cEd
-cEe
-cEd
-cEd
-cEd
-cEd
-cEd
-cEd
+cBR
+cBR
+cBR
+cBR
+cBR
+cBS
+cBR
+cBR
+cBR
+cBR
+cBR
+cBR
aaf
aaf
aaf
@@ -110111,7 +110671,7 @@ aaa
aaa
aaa
aaa
-aaa
+aaf
aaa
aaa
aal
@@ -110144,102 +110704,102 @@ aaa
aaa
aaf
aaa
-aiv
-aom
-asm
-alQ
+aip
+aoe
+asd
+alK
aaf
aaa
aaf
-ayz
-azB
-aAT
-aCk
-ayz
+ayi
+azk
+aAC
+aBT
+ayi
aaf
aaf
aaf
aaf
-aKo
-aLE
-aNm
-aKo
-aNm
-aRo
-aKo
+aJB
+aKN
+aMs
+aJB
+aMs
+aQg
+aJB
aaf
aaf
aaf
aaf
-alQ
-ask
-bdq
-beK
-bgC
-bip
-bko
-blS
-bnT
-bpP
-bsh
-buw
-bwb
-bxX
-bzQ
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-bBB
-alQ
-bUD
-bVE
-bXf
-bYi
-bZM
-caR
-bVE
-cdD
-caQ
-cgy
-chN
-cdB
-bVE
-cyx
-cnc
-cnb
-cpu
-clF
-dfu
-cnc
-clF
-cmZ
+alK
+asb
+bbM
+bde
+beT
+bgD
+biC
+bke
+bmc
+bnS
+bqj
+bsu
+btY
+bvU
+bxM
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+bzx
+alK
+bSr
+bTs
+bUT
+bVW
+bXA
+bYF
+bTs
+cbr
+bYE
+cem
+cfB
+cbp
+bTs
+cwl
+ckQ
+ckP
+cni
+cjt
+dbq
+ckQ
+cjt
+ckN
aaf
aaf
-cyr
-acn
+cwf
+ack
aaf
aaf
aaa
aaa
-cEd
-cEW
-cFM
-cGQ
-cHK
-cIC
-cJx
-cKB
-cLs
-cMq
-cNe
-cEd
+cBR
+cCK
+cDA
+cEE
+cFy
+cGq
+cHl
+cIp
+cJg
+cKe
+cKS
+cBR
aaf
aaa
aaf
@@ -110366,9 +110926,9 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
+aaj
aag
+aaj
aaa
aaa
aal
@@ -110394,109 +110954,109 @@ aaf
aaf
aaf
aaf
-ahv
-ail
-ahv
-ahw
-ahv
-ahv
-ahv
-ahv
-aqP
-asn
-alQ
+ahp
+aif
+ahp
+ahq
+ahp
+ahp
+ahp
+ahp
+aqH
+ase
+alK
aaf
aaf
aaf
-ayA
-ayA
-aAU
-aCl
-ayA
-ayz
-ayz
-ayA
+ayj
+ayj
+aAD
+aBU
+ayj
+ayi
+ayi
+ayj
aaf
-aIQ
-aLF
-aNn
-aIQ
+aIg
+aKO
+aMt
+aIg
+aPd
aQh
-aRp
-aIQ
+aIg
aaf
aaf
-aVy
-aVy
-aVy
-bbJ
-bbS
-beL
-bgD
-biq
-bdt
-blT
-bnU
-bpQ
-bsi
-bux
-bwc
-bxY
-bzR
-bxZ
-bKL
-bEU
-bxZ
-bIs
-bJU
-bxZ
-bNl
-bOQ
-bQu
-bRV
-alQ
-ciT
-bVE
-bXg
-bYj
-bZN
-caS
-bVE
-bVE
-bVE
-cgz
-bVE
-cdC
-bVE
-clE
-cnd
-cot
-cpv
-clF
-cnb
-clF
-cMp
-bVE
-bVE
-acn
-cys
-acn
-acn
+aUe
+aUe
+aUe
+bak
+bat
+bdf
+beU
+bgE
+bbP
+bkf
+bmd
+bnT
+bqk
+bsv
+btZ
+bvV
+bxN
+bvW
+bID
+bCP
+bvW
+bGl
+bHN
+bvW
+bLb
+bME
+bOi
+bPJ
+alK
+cgH
+bTs
+bUU
+bVX
+bXB
+bYG
+bTs
+bTs
+bTs
+cen
+bTs
+cbq
+bTs
+cjs
+ckR
+cmh
+cnj
+cjt
+ckP
+cjt
+cKd
+bTs
+bTs
+ack
+cwg
+ack
+ack
aaf
aaa
aaa
-cEd
-cEX
-cFN
-cGR
-cHL
-cID
-cJy
-cKC
-cLt
-cMr
-cNf
-cEe
+cBR
+cCL
+cDB
+cEF
+cFz
+cGr
+cHm
+cIq
+cJh
+cKf
+cKT
+cBS
aaf
aaa
aaa
@@ -110623,7 +111183,7 @@ aaa
aaa
aaa
aaa
-aaa
+aag
aaa
aaf
aaa
@@ -110651,111 +111211,111 @@ aaa
aaa
aaf
aaa
-ahv
-aim
-aji
-akl
-alD
-amU
-aoc
-ahv
-alQ
-aso
-alQ
-alQ
-alQ
-alQ
-ayA
-azC
-aAV
-aAV
-aDy
-aET
-aGg
-ayA
-aIQ
-aIQ
-aLE
-aNm
-aIQ
-aNm
-aRo
-aIQ
-aIQ
-aVy
-aXc
-aYB
-bai
-bbK
-bbS
-beM
-bAM
-bir
-bbS
-bbS
-bbS
-bpR
-bsj
-buy
-bcd
-bxZ
-bzS
-bxZ
-bDp
-bEV
-bGz
-bIt
-bJV
-bxZ
-bNm
-aol
-aHo
-aqS
-alQ
-ciW
-bVE
-bXh
-cvC
-bZO
-caT
-bVE
-cdE
-cfn
-cgA
-bVE
-cfo
-bVE
-cBe
-clF
-clF
-clF
-cnb
+ahp
+aig
+ajc
+akf
+alx
+amO
+anU
+ahp
+alK
+asf
+alK
+alK
+alK
+alK
+ayj
+azl
+aAE
+aAE
+aDh
+aEv
+aFF
+ayj
+aIg
+aIg
+aKN
+aMs
+aIg
+aMs
+aQg
+aIg
+aIg
+aUe
+aVG
+aXe
+aYJ
+bal
+bat
+bdg
+byI
+bgF
+bat
+bat
+bat
+bnU
+bql
+bsw
+baE
+bvW
+bxO
+bvW
+bBl
+bCQ
+bEt
+bGm
+bHO
+bvW
+bLc
+aod
+aGN
+aqK
+alK
+cgK
+bTs
+bUV
+ctq
+bXC
+bYH
+bTs
+cbs
+cdb
+ceo
+bTs
+cdc
+bTs
+cyS
+cjt
+cjt
+cjt
+ckP
+ckP
+crh
cnb
-ctt
-cpn
-cvz
-bVE
-bVE
-chM
-bVE
-bVE
+ctn
+bTs
+bTs
+cfA
+bTs
+bTs
aaf
aaf
aaf
-cEe
-cEW
-cFO
-cGS
-cHM
-cIE
-cJz
-cGQ
-cGQ
-cGQ
-cGQ
-cEd
-cOF
-cPD
+cBS
+cCK
+cDC
+cEG
+cFA
+cGs
+cHn
+cEE
+cEE
+cEE
+cEE
+cBR
+cMt
+cNr
aaa
aaa
aaa
@@ -110880,7 +111440,7 @@ aaa
aaa
aaa
aaa
-aaa
+aai
aaa
aah
aak
@@ -110896,122 +111456,122 @@ aaz
aaq
aaq
aaq
-abh
+abf
aak
aak
aak
aak
-acV
+acS
aaa
aaa
aaf
aaf
aaf
aaa
-ahw
-ahw
-ahv
-bnh
-ahv
-amV
-aod
-apz
-aqQ
-asp
-atC
-anf
-alQ
-axe
-ayA
-azD
-aAW
-aAT
-aAT
-aEU
-aGh
-ayA
-aIR
-aKp
-aLG
-aNo
-aOG
-aNo
-aRq
-aSS
-aSS
-aVz
-aSS
-aSS
-baj
-bbL
-bdr
-beN
-bAM
-bis
-bkp
-blU
+ahq
+ahq
+ahp
+blt
+ahp
+amP
+anV
+apr
+aqI
+asg
+ats
+amZ
+alK
+awP
+ayj
+azm
+aAF
+aAC
+aAC
+aEw
+aFG
+ayj
+aIh
+aJC
+aKP
+aMu
+aNE
+aMu
+aQi
+aRH
+aRH
+aUf
+aRH
+aRH
+aYK
+bam
+bbN
+bdh
+byI
+bgG
+biD
+bkg
+bme
bnV
-bpS
-bDL
-buz
-bwd
-bxZ
-bzT
-bBE
-bDq
-bEW
-bxZ
-bxZ
-bxZ
-bxZ
-bNn
-aon
-aoj
-alI
-alQ
-bUG
-bVE
-bXi
-bYl
-bZP
-caU
-cca
-cdF
-cfo
-bVE
-bVE
-cvf
-bVE
-cAc
-cne
-cou
-cpw
-cnb
-cou
-cdG
-cur
-cvA
-bVE
-cxv
-cyt
-czn
-bVE
+bBG
+bsx
+bua
+bvW
+bxP
+bzA
+bBm
+bCR
+bvW
+bvW
+bvW
+bvW
+bLd
+aof
+aob
+alC
+alK
+bSu
+bTs
+bUW
+bVZ
+bXD
+bYI
+bZO
+cbt
+cdc
+bTs
+bTs
+csT
+bTs
+cxQ
+ckS
+cmi
+cnk
+ckP
+cmi
+cbu
+csf
+cto
+bTs
+cvj
+cwh
+cxb
+bTs
aaa
aaa
aaa
-cEd
-cEY
-cFP
-cGT
-cHN
-cIF
-cJA
-cKD
-cLt
-cMs
-cNf
-cEe
-cOG
+cBR
+cCM
+cDD
+cEH
+cFB
+cGt
+cHo
+cIr
+cJh
+cKg
+cKT
+cBS
+cMu
aaf
aaa
aaa
@@ -111137,7 +111697,7 @@ aaa
aaa
aaa
aaa
-aaa
+aag
aaa
aaf
aaa
@@ -111158,118 +111718,118 @@ aaf
aaa
aaa
aaa
-acW
+acT
aaf
aaa
aaf
aaa
aaf
aaa
-ahw
-ain
-ajj
-akn
-alE
-amV
-aoe
-apA
-aqR
-asq
-atD
-auR
-alQ
-alQ
-ayA
-azE
-aAX
-aCm
-aDz
-aEV
-aGi
-aHL
-aIS
-aKq
-aLH
-aLH
-aLH
-aLH
-aLH
-aLH
-aUf
-aLH
-aLH
-aLH
-bak
-bbM
-bds
-beO
-bgE
-bit
-bkq
-blV
-bdr
-bpT
-bsl
-buA
-bwe
-bya
-bzU
-bBF
-bDr
-bEX
-bDr
-bSZ
-bUn
-bxZ
-bNo
-bOR
-apH
-aoj
-alQ
-bUD
-bVE
-bXj
-bYm
-bZQ
-caV
-bVE
-cdG
-cfp
-bVE
-chO
-cfo
-bVE
-clH
-cBY
-bVE
-cpx
-cqJ
-bVE
-cKA
-cMF
-bVE
-bVE
-bVE
-cyu
-bVE
-bVE
-bVE
+ahq
+aih
+ajd
+akh
+aly
+amP
+anW
+aps
+aqJ
+ash
+att
+auF
+alK
+alK
+ayj
+azn
+aAG
+aBV
+aDi
+aEx
+aFH
+aHc
+aIi
+aJD
+aKQ
+aKQ
+aKQ
+aKQ
+aKQ
+aKQ
+aSQ
+aKQ
+aKQ
+aKQ
+aYL
+ban
+bbO
+bdi
+beV
+bgH
+biE
+bkh
+bbN
+bnW
+bqn
+bsy
+bub
+bvX
+bxQ
+bzB
+bBn
+bCS
+bBn
+bQN
+bSb
+bvW
+bLe
+bMF
+apz
+aob
+alK
+bSr
+bTs
+bUX
+bWa
+bXE
+bYJ
+bTs
+cbu
+cdd
+bTs
+cfC
+cdc
+bTs
+cjv
+czM
+bTs
+cnl
+cox
+bTs
+cIo
+cKt
+bTs
+bTs
+bTs
+cwi
+bTs
+bTs
+bTs
aaa
aaa
-cEd
-cEW
-cFM
-cGQ
-cHO
-cIG
-cJB
-cKB
-cLu
-cMt
-cNe
-cEd
-cOH
-cPE
+cBR
+cCK
+cDA
+cEE
+cFC
+cGu
+cHp
+cIp
+cJi
+cKh
+cKS
+cBR
+cMv
+cNs
aaf
aaa
aaf
@@ -111394,9 +111954,9 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aag
+aai
+aaj
+aaj
aaa
aaf
aal
@@ -111415,118 +111975,118 @@ aaf
aaa
aaa
aaa
-acW
+acT
aaa
aaa
aaa
aaa
aaf
aaa
-ahw
-aio
-ajm
-ako
-alF
-amV
-aof
-apB
-alI
-asj
-atE
-aoj
-aHo
-axf
-ayB
-azF
-aAY
-aCn
-aCn
-aEW
-aGj
-aHM
-aIT
-aKr
-aLI
-aNp
-aOH
-aNp
-aNp
-aNp
-aLI
-aNp
-aNp
-aYC
-bal
+ahq
+aii
+ajg
+aki
+alz
+amP
+anX
+apt
+alC
+asa
+atu
+aob
+aGN
+awQ
+ayk
+azo
+aAH
+aBW
+aBW
+aEy
+aFI
+aHd
+aIj
+aJE
+aKR
+aMv
+aNF
+aMv
+aMv
+aMv
+aKR
+aMv
+cVC
+aXf
+aYM
+bao
bbN
-bdr
-beN
-bgF
-biu
-bkr
-blW
-bnW
-bpU
-bsm
-buB
-bwf
-bxZ
-bET
-bxZ
-bDs
-bxZ
-bGA
-bxZ
-bJW
-bxZ
-bNp
-bLA
-bQv
-bRW
-bTr
-bUH
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-cfq
-bVE
-bVE
-cfo
-bVE
-bVE
-bVE
-bVE
-bZR
-bZR
-bVE
-bVE
-cut
-bVE
-cwr
-cxw
-cyt
-bZQ
-ccf
-bVE
+bdh
+beW
+bgI
+biF
+bki
+bmf
+bnX
+bqo
+bsz
+buc
+bvW
+bCO
+bvW
+bBo
+bvW
+bEu
+bvW
+bHP
+bvW
+bLf
+bJs
+bOj
+bPK
+bRf
+bSv
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+cde
+bTs
+bTs
+cdc
+bTs
+bTs
+bTs
+bTs
+bXF
+bXF
+bTs
+bTs
+csh
+bTs
+cuf
+cvk
+cwh
+bXE
+bZT
+bTs
aaa
aaa
-cEd
-cEd
-cFQ
-cGQ
-cHP
-cIH
-cJC
-cKE
-cLv
-cLv
-cNg
-cNZ
-cOI
-cEd
+cBR
+cBR
+cDE
+cEE
+cFD
+cGv
+cHq
+cIs
+cJj
+cJj
+cKU
+cLN
+cMw
+cBR
aaf
aaa
aai
@@ -111672,118 +112232,118 @@ aaf
aaa
aaa
aaa
-acW
+acT
aaf
aaf
aaf
aaf
aaf
aaa
-ahw
-aip
-ajl
-akp
-alG
-amW
-aog
-ahv
-aqm
-asr
-atE
-alI
-alI
-asj
-ayA
-azG
-aAZ
-aCo
-aDA
-aEX
-aGk
-ayA
-aIU
-aKr
-aLJ
-aNp
-aOI
-aNp
-aRr
-aNp
-aLJ
-aNp
-aNp
-aNp
-bal
-bbO
-bbS
-beO
-bgG
-biv
-bks
-blX
-bnX
-bpV
-bsj
-buC
-bcd
-bxZ
-bxZ
-bxZ
-bDt
-bxZ
-bGB
-bxZ
-bJX
-bxZ
-bNq
-bNp
-ana
-bRX
-alQ
-bQr
-bQH
-alI
-dfo
-bVE
-caW
-ccb
-cdH
-cfr
-cgB
-bVE
-ciU
-ckl
-ckl
-ckl
-cDD
-ckl
-ckl
-cse
-ckl
-cuu
-ckl
-ckl
-cxx
-cdJ
-cgG
-bVE
-bVE
+ahq
+aij
+ajf
+akj
+alA
+amQ
+anY
+ahp
+aqe
+asa
+atu
+alC
+alC
+asa
+ayj
+azp
+aAI
+aBX
+aDj
+aEz
+aFJ
+ayj
+aIk
+aJE
+aKS
+aMv
+aNG
+aMv
+aQj
+aMv
+aKS
+aMv
+aMv
+aMv
+aYM
+bap
+bat
+bdi
+beX
+bgJ
+biG
+bkj
+bmg
+bnY
+bql
+bsA
+baE
+bvW
+bvW
+bvW
+bBp
+bvW
+bEv
+bvW
+bHQ
+bvW
+bLg
+bLf
+amU
+bPL
+alK
+bOf
+bOv
+alC
+dbk
+bTs
+bYK
+bZP
+cbv
+cdf
+cep
+bTs
+cgI
+chZ
+chZ
+chZ
+cBr
+chZ
+chZ
+cpS
+chZ
+csi
+chZ
+chZ
+cvl
+cbx
+ceu
+bTs
+bTs
aaf
aaa
aaa
-cEd
-cFR
-cGU
-cHQ
-cII
-cJD
-cKF
-cGQ
-cMu
-cNh
-cOa
-cOJ
-cEd
+cBR
+cDF
+cEI
+cFE
+cGw
+cHr
+cIt
+cEE
+cKi
+cKV
+cLO
+cMx
+cBR
aaf
aaf
aag
@@ -111929,118 +112489,118 @@ aaf
aaf
aaf
aaf
-acW
+acT
aaa
aaa
aaa
aaf
aaf
aaf
-ahw
-aiq
-aoh
-akq
-alH
-amX
-aoW
-ahv
-aqT
-ass
-atE
-auS
-avZ
-asj
-ayA
-ayA
-aBa
-ayA
-ayA
-ayA
-ayA
-ayA
-aIV
-aKs
-aLK
-aNq
-aOJ
-aNq
-aRs
-aNq
-aUg
-aNq
-aXd
-aYD
-bam
-bbP
-bbS
-beP
-bbS
-biw
-bkt
-blY
-bbS
-bpW
-bsj
-buD
-alQ
-aom
-bzW
-bxZ
-bxZ
-bxZ
-bxZ
-bxZ
-bxZ
-bxZ
-alQ
-alQ
-alQ
-alQ
-alQ
-alI
-bUE
-bVG
-bYn
-bVE
-caX
-ccc
-cdI
-cfs
-cgC
-bVE
-ciV
-ckm
-ckm
-ckm
-ckm
-ckm
-ckm
-csf
-ckm
-ckm
-ckm
-cgG
-chl
-cdG
+ahq
+aik
+anZ
+akk
+alB
+amR
+aoO
+ahp
+aqL
+asi
+atu
+auG
+avN
+asa
+ayj
+ayj
+aAJ
+ayj
+ayj
+ayj
+ayj
+ayj
+aIl
+aJF
+aKT
+aMw
+aNH
+aMw
+aQk
+aMw
+aSR
+aMw
+aVH
+aXg
+aYN
+baq
+bat
+bdj
+bat
+bgK
+biH
+bkk
+bat
+bnZ
+bql
+bsB
+alK
+aoe
+bxS
+bvW
+bvW
+bvW
+bvW
+bvW
+bvW
+bvW
+alK
+alK
+alK
+alK
+alK
+alC
+bSs
+bTu
+bWb
+bTs
+bYL
bZQ
-cfy
-bVE
+cbw
+cdg
+ceq
+bTs
+cgJ
+cia
+cia
+cia
+cia
+cia
+cia
+cpT
+cia
+cia
+cia
+ceu
+ceZ
+cbu
+bXE
+cdm
+bTs
aaf
aaf
aaf
-cEe
-cFS
-cGV
-cHR
-cIJ
-cJE
-cKG
-cGQ
-cMv
-cNi
-cOb
-cOK
-cEd
+cBS
+cDG
+cEJ
+cFF
+cGx
+cHs
+cIu
+cEE
+cKj
+cKW
+cLP
+cMy
+cBR
aaa
aaa
aai
@@ -112186,118 +112746,118 @@ aaf
aaa
aaa
aaa
-acW
+acT
aaa
aaf
aaf
aaf
-aek
-bcN
-bcN
-bcN
-bcN
-akr
-ahv
-ahv
-ahv
-ahv
-alQ
-asj
-atN
-alI
-alI
-asj
-ayC
-aEN
-aBb
-aCp
-aDB
-aEY
-aGl
-aHN
-aIW
-aKt
-aLL
-aNp
-aOK
-aNp
-aRt
-aNp
-aUh
-aNp
-aXe
-aYE
-aNp
-bbQ
-bbS
-beO
-bbS
-bix
-bku
-blZ
-bbS
-bpT
-bsn
-buE
-bwg
-byb
-bzX
-bBG
-bBG
-bBG
-bQH
-alI
-bUI
-bBG
-bBG
-bBG
-bBG
-bRY
-bBG
-bBG
-bUB
-alI
-bUD
-bVE
-caY
-ccb
-cdJ
-cft
-bZQ
-bVE
-cvU
-ckm
-clI
-cng
-cow
-cpy
-cqK
-csg
-ctv
-cuv
-ckm
-cws
-chl
-bZQ
-bZQ
-cPs
-bVE
+aee
+bbo
+bbo
+bbo
+bbo
+akl
+ahp
+ahp
+ahp
+ahp
+alK
+asa
+atD
+alC
+alC
+asa
+ayl
+aEt
+aAK
+aBY
+aDk
+aEA
+aFK
+aHe
+aIm
+aJG
+aKU
+aMv
+aNI
+aMv
+aQl
+aMv
+aSS
+aMv
+aVI
+aXh
+aMv
+bar
+bat
+bdi
+bat
+bgL
+biI
+bkl
+bat
+bnW
+bqp
+bsC
+bud
+bvY
+bxT
+bzC
+bzC
+bzC
+bOv
+alC
+bSw
+bzC
+bzC
+bzC
+bzC
+bPM
+bzC
+bzC
+bSp
+alC
+bSr
+bTs
+bYM
+bZP
+cbx
+cdh
+bXE
+bTs
+ctI
+cia
+cjw
+ckU
+cmk
+cnm
+coy
+cpU
+crj
+csj
+cia
+cug
+ceZ
+bXE
+bXE
+cNg
+bTs
aaa
aaa
aaa
-cEd
-cFT
-cGW
-cHS
-cIK
-cJF
-cKH
-cLw
-cMw
-cNj
-cOc
-cOL
-cEd
+cBR
+cDH
+cEK
+cFG
+cGy
+cHt
+cIv
+cJk
+cKk
+cKX
+cLQ
+cMz
+cBR
aaa
aaa
aaf
@@ -112443,118 +113003,118 @@ aaf
aaa
aaa
aaa
-acW
+acT
aaa
aaf
-aek
-aek
-aek
-agH
-ahx
-air
-bcN
-aks
-alI
-amY
-aoi
-alI
-aqU
-ast
-atF
-auT
-awa
-axg
-ayC
-aCi
-aBc
-aCq
-aDC
-aEZ
-aGm
-aHO
-aIX
-aKu
-aLM
-aKu
-aOL
-aKu
-aRu
-aKu
-aUi
-aKu
-aKu
-aYF
-ban
-bbR
-bdt
-beQ
-bbS
-biy
-bkv
-bma
-bbS
-bpX
-bso
-buF
-alQ
-byc
-aoi
-alI
-bDu
-apH
-bQr
-bBG
-bUB
-aoi
-aqW
-bOS
-alI
-bRZ
-apH
-bVF
-bVH
-alI
-bUD
-bVE
-bVE
-bVE
-cdK
-bZQ
-cgD
-bVE
-ciV
-ckn
-clJ
-cnh
-cox
-cpz
-cqL
-cqL
-ctw
-cuw
-ckm
-cwt
-cxy
-cFW
-czo
-cAd
-bVE
+aee
+aee
+aee
+agB
+ahr
+ail
+bbo
+akm
+alC
+amS
+aoa
+alC
+aqM
+asj
+atv
+auH
+avO
+awR
+ayl
+aBR
+aAL
+aBZ
+aDl
+aEB
+aFL
+aHf
+aIn
+aJH
+aKV
+aJH
+aNJ
+aJH
+aQm
+aJH
+aST
+aJH
+aJH
+aXi
+aYO
+bas
+bbP
+bdk
+bat
+bgM
+biJ
+bkm
+bat
+boa
+bqq
+bsD
+alK
+bvZ
+aoa
+alC
+bBq
+apz
+bOf
+bzC
+bSp
+aoa
+aqO
+bMG
+alC
+bPN
+apz
+bTt
+bTv
+alC
+bSr
+bTs
+bTs
+bTs
+cby
+bXE
+cer
+bTs
+cgJ
+cib
+cjx
+ckV
+cml
+cnn
+coz
+coz
+crk
+csk
+cia
+cuh
+cvm
+cDK
+cxc
+cxR
+bTs
aaa
aaa
aaa
-cEe
-cFU
-cGX
-cHT
-cIL
-cJG
-cKI
-cGQ
-cMx
-cNk
-cOd
-cOM
-cEd
+cBS
+cDI
+cEL
+cFH
+cGz
+cHu
+cIw
+cEE
+cKl
+cKY
+cLR
+cMA
+cBR
aaa
aaa
aai
@@ -112700,118 +113260,118 @@ aaf
aaf
aaf
aaf
-acX
+acU
aak
aak
-ael
-aeM
-afK
-agI
-ahy
-ais
-ajn
-akt
-alJ
-amZ
-amZ
-apC
-aqV
-asu
-atG
-auU
-awb
-axh
-ayC
-azJ
-aBd
-aCr
-aDD
-aMA
-ayC
-aHP
-aIY
-aKv
-aLN
-aNr
-aOM
-aKv
-aRv
-aRv
-aUj
-aVA
-aXf
-aYG
-bao
-bbS
-bbS
-bbS
-bbS
-biz
-bbS
-bbS
-bbS
-bpY
-bsp
-buG
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bIx
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-ciT
-bVE
-caZ
-bVE
-cdL
-bZQ
-cgE
-bVE
-cvW
-cko
-clK
-cni
-cow
-cpA
-cqM
-cYB
-ctx
-cux
-ckm
-cgG
-cgG
-chl
-bVE
-bVE
-bVE
+aef
+aeG
+afE
+agC
+ahs
+aim
+ajh
+akn
+alD
+amT
+amT
+apu
+aqN
+ask
+atw
+auI
+avP
+awS
+ayl
+azs
+aAM
+aCa
+aDm
+aLI
+ayl
+aHg
+aIo
+aJI
+aKW
+aMx
+aNK
+aJI
+aQn
+aQn
+aSU
+aUg
+aVJ
+aXj
+aYP
+bat
+bat
+bat
+bat
+bgN
+bat
+bat
+bat
+bob
+bqr
+bsE
+bue
+bue
+bue
+bue
+bue
+bue
+bue
+bGq
+bue
+bue
+bue
+bue
+bue
+bue
+bue
+bue
+bue
+bue
+cgH
+bTs
+bYN
+bTs
+cbz
+bXE
+ces
+bTs
+ctK
+cic
+cjy
+ckW
+cmk
+cno
+coA
+cUH
+crl
+csl
+cia
+ceu
+ceu
+ceZ
+bTs
+bTs
+bTs
aaa
aaa
aaa
-cEd
-cFV
-cGY
-cHU
-cIM
-cJH
-cKJ
-cGQ
-cMy
-cNl
-cOe
-cON
-cEd
+cBR
+cDJ
+cEM
+cFI
+cGA
+cHv
+cIx
+cEE
+cKm
+cKZ
+cLS
+cMB
+cBR
aaf
aaf
aai
@@ -112960,115 +113520,115 @@ aaa
aaf
aaa
aaf
-aek
-aek
-aek
-agJ
-ahz
-ait
-ajo
-aku
-alK
-ana
-aoj
+aee
+aee
+aee
+agD
+aht
+ain
+aji
+ako
+alE
+amU
+aob
+alE
+aqO
+agq
+agq
+auJ
+avQ
alK
-aqW
-agw
-agw
-auV
-awc
-alQ
-ayC
-azK
-aBe
-aCs
-aDE
-aFb
-ayC
-aHQ
-aIZ
-aKw
-aLO
-aNs
-aON
-aQi
-aKu
-aST
-aUk
-aVB
-aXg
-aYH
-bap
-bbT
-bdu
-beR
-bgH
-biA
-bkw
-bmb
-bbS
-bpT
-bsq
-buz
-bwh
-byd
-bzY
-bBH
-bDv
-bEY
-bGC
-bBI
-bJY
-bLG
-bNr
-bOT
-bwh
-bSa
+ayl
+azt
+aAN
+aCb
+aDn
+aED
+ayl
+aHh
+aIp
+aJJ
+aKX
+aMy
+aNL
+aPe
+aJH
+aRI
+aSV
+aUh
+aVK
+aXk
+aYQ
+bau
+bbQ
+bdl
+beY
+bgO
+biK
+bkn
+bat
+bnW
+bqs
+bsx
+bue
+bwa
+bxU
+bzD
+bBr
+bCT
+bEw
+bzE
+bHR
+bJy
+bLh
+bMH
+bue
+bPO
+bRg
+bSx
+bTw
+bue
+bSr
+bXF
+bYO
+bTs
+bXE
+cbu
+bTs
+bTs
+cgJ
+cic
+cjz
+ckX
+cmm
+cnp
+coB
+coB
+crm
+csm
+cia
+cui
+cwj
+ceZ
+bTs
+cxS
bTs
-bUJ
-bVI
-bwh
-bUD
-bZR
-cba
-bVE
-bZQ
-cdG
-bVE
-bVE
-ciV
-cko
-clL
-cnj
-coy
-cpB
-cqN
-cqN
-cty
-cuy
-ckm
-cwu
-cyv
-chl
-bVE
-cAe
-bVE
aaf
aaf
aaf
-cEd
-cEd
-cEd
-cHV
-cIN
-cEd
-cEd
-cEd
-cEd
-cEe
-cEd
-cEd
-cEd
+cBR
+cBR
+cBR
+cFJ
+cGB
+cBR
+cBR
+cBR
+cBR
+cBS
+cBR
+cBR
+cBR
aaa
aaa
aai
@@ -113219,107 +113779,107 @@ aaa
aaf
aaf
aaf
-aek
-bcN
-bcN
-agG
-agG
-aiu
-alL
-aiu
-alQ
-apD
-alQ
-agw
-atH
-auW
-awd
-axi
-ayD
-azL
-aBf
-aCt
-aDF
-aFc
-ayC
-aHR
-aJa
-aKx
-aLP
-aNt
-aOO
-aQj
-aRw
-aSU
-aUl
-aVC
-aXh
-aYI
-baq
-bbU
-bdv
-beS
-bgI
-biB
-bkx
-bmc
-bdr
-bpS
-bsj
-apI
-bwh
-bye
-bzZ
-bBI
-bDw
-bEZ
-bDw
-bBI
-bJY
-bLH
-bNs
-bOU
-bwh
-bSb
-bTt
-bUK
-bVJ
-bwh
-bUG
-bVE
-cbb
-bVE
-cdM
-cfu
-bVE
-cfx
-ciV
-cko
-clM
-cnk
-cow
-cpC
-cqO
-csi
-ctz
-cuz
-ckm
-cfx
-cOy
-cOA
-bVE
-cAf
-bVE
+aee
+bbo
+bbo
+agA
+agA
+aio
+alF
+aio
+alK
+apv
+alK
+agq
+atx
+auK
+avR
+awT
+aym
+azu
+aAO
+aCc
+aDo
+aEE
+ayl
+aHi
+aIq
+aJK
+aKY
+aMz
+aNM
+aPf
+aQo
+aRJ
+aSW
+aUi
+aVL
+aXl
+aYR
+bav
+bbR
+bdm
+beZ
+bgP
+biL
+bko
+bbN
+bnV
+bql
+apA
+bue
+bwb
+bxV
+bzE
+bBs
+bCU
+bBs
+bzE
+bHR
+bJz
+bLi
+bMI
+bue
+bPP
+bRh
+bSy
+bTx
+bue
+bSu
+bTs
+bYP
+bTs
+cbA
+cdi
+bTs
+cdl
+cgJ
+cic
+cjA
+ckY
+cmk
+cnq
+coC
+cpW
+crn
+csn
+cia
+cdl
+cMm
+cMo
+bTs
+cxT
+bTs
aaa
aaa
aaa
aaf
aaa
aaa
-cHW
-cIO
-cEe
-cKK
+cFK
+cGC
+cBS
+cIy
aaf
aaa
aaa
@@ -113479,103 +114039,103 @@ aaf
aaf
aaf
aaf
-aiu
-ajp
-akv
-alM
-anb
-aok
-alM
-aok
-agw
-atI
-auX
-awe
-axj
-ayC
-ayC
-ayC
-ayC
-ayC
-ayC
-ayC
-aHS
-aJb
-alQ
-aLQ
-alQ
-aOP
-aQk
-aRx
-aRx
-aUm
-aUm
-aXi
-aYJ
-aUm
+aio
+ajj
+akp
+alG
+amV
+aoc
+alG
+aoc
+agq
+aty
+auL
+avS
+awU
+ayl
+ayl
+ayl
+ayl
+ayl
+ayl
+ayl
+aHj
+aIr
+alK
+aKZ
+alK
+aNN
+aPg
+aQp
+aQp
+aSX
+aSX
+aVM
+aXm
+aSX
+bat
bbS
-bdw
-beT
-bgJ
-biC
-bkt
-bmd
-bnY
-bpS
-bsj
-avT
-bwj
-bFa
-bFa
-bFa
-bFa
-bFa
-bGD
-bFa
-bFa
-bFa
-bFa
-bOV
-bQw
-bSc
-bTu
-bUL
-bVK
-bwh
-bUD
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-chP
-ciV
-cko
-ckm
-cnl
-ckm
-ckm
-ckm
-csj
-ckm
-ckm
-ckm
-cgG
-chl
-cLx
-bVE
-cAe
-bVE
+bdn
+bfa
+bgQ
+biH
+bkp
+bmh
+bnV
+bql
+avH
+bug
+bCV
+bCV
+bCV
+bCV
+bCV
+bEx
+bCV
+bCV
+bCV
+bCV
+bMJ
+bOk
+bPQ
+bRi
+bSz
+bTy
+bue
+bSr
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+cfD
+cgJ
+cic
+cia
+ckZ
+cia
+cia
+cia
+cpX
+cia
+cia
+cia
+ceu
+ceZ
+cJl
+bTs
+cxS
+bTs
aaa
aaa
aaa
aaf
aaa
aaa
-cHW
-cIP
-cEe
+cFK
+cGD
+cBS
aaa
aaf
aaf
@@ -113585,14 +114145,14 @@ aaa
aaa
aaa
aaa
-cOU
-cRQ
-cRQ
-cRQ
-cRQ
-cOU
-cRQ
-cOU
+cMI
+cPA
+cPA
+cPA
+cPA
+cMI
+cPA
+cMI
aaf
aaf
aaa
@@ -113696,160 +114256,160 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaf
-aiv
-ajq
-akw
-alN
-anc
-aoj
-apE
-apH
-agw
-atJ
-auY
-awf
-axk
-ayE
-ayE
-ayE
-ayE
-ayE
-ayE
-aGn
-aHT
-aJc
-aKy
-aLR
-alQ
-aOQ
-aQl
-aRy
-aSV
-aUm
-aVD
-aXj
-aYK
-aUm
-bbV
-bdx
-beU
-bgK
-biD
-bgK
-bme
-bnZ
-bpZ
-bsr
-buH
-bwk
-byg
-byg
-bBJ
-byg
-byg
-bGE
-bIy
-byg
-byg
-bNt
-bOW
-bQx
-bSd
-bTu
-bUM
-bVL
-bwh
-bYo
-bZS
-cbc
-ccd
-cdN
-cfv
-cuq
-cfv
-ciX
-ckp
-clN
-cnm
-cow
-cpD
-cqP
-csk
-ctA
-cuA
-ckm
-chP
-chr
-cgG
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-aaa
-cHW
-cIQ
-cEe
-aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
aaf
aaa
-cNm
-cNm
-cNm
-cNm
-cNm
-cNm
-cOU
-cRR
-cSp
-cSp
-cTm
-cOU
-cUa
-cRQ
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
+aaf
+aip
+ajk
+akq
+alH
+amW
+aob
+apw
+apz
+agq
+atz
+auM
+avT
+awV
+ayn
+ayn
+ayn
+ayn
+ayn
+ayn
+aFM
+aHk
+aIs
+aJL
+aLa
+alK
+aNO
+aPh
+aQq
+aRK
+aSX
+aUj
+aVN
+aXn
+aSX
+baw
+bbT
+bdo
+bfb
+bgR
+bfb
+bkq
+bmi
+boc
+bqt
+bsF
+buh
+bwd
+bwd
+bzF
+bwd
+bwd
+bEy
+bGr
+bwd
+bwd
+bLj
+bMK
+bOl
+bPR
+bRi
+bSA
+bTz
+bue
+bWc
+bXG
+bYQ
+bZR
+cbB
+cdj
+cse
+cdj
+cgL
+cid
+cjB
+cla
+cmk
+cnr
+coD
+cpY
+cro
+cso
+cia
+cfD
+cff
+ceu
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+aaa
+cFK
+cGE
+cBS
+aaa
+aaf
+aaa
+cLa
+cLa
+cLa
+cLa
+cLa
+cLa
+cMI
+cPB
+cPZ
+cPZ
+cQT
+cMI
+cRE
+cPA
aaa
aaf
aaa
@@ -113979,134 +114539,134 @@ aaf
aaa
aaa
aaa
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-abb
-abb
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
+aaZ
aaa
aaf
-aiu
-ajr
-akx
-alO
-and
-aoj
-aHo
-aqX
-agw
-atK
-agw
-agw
-agw
-agw
-agw
-agw
-agw
-agw
-agw
-agw
-aHU
-aJd
-alQ
-aLS
-alQ
-aOR
-aQm
-aRz
-aSW
-aUm
-aVE
-aXk
-aYL
-aUm
-bbW
-bdy
-beV
-bgL
-biE
-bky
-bmf
-bbS
-bpS
-bsj
-awY
-bwh
-azv
-byh
-bIC
-bKa
-byf
-bGF
-bIz
-bJZ
-bBI
-bNu
-bBI
-bwh
-bSe
-bSd
-bDw
-bDw
-bwh
-bYp
-bZT
-bVE
-cce
-cdO
-cfw
-cgG
-chQ
-ciY
-cko
-clO
-cnn
-coz
-cpE
-cqQ
-csl
-ctB
-cuB
-cvB
-cvC
-chl
-cgG
-cOy
-cyy
-cyy
-cFW
-cgG
-cEf
-chR
-bVE
-cnW
-cHV
-cIR
-cEd
-cnW
-bVE
-bVE
-bVE
-cOf
-cOO
-cPF
-cWI
-cPF
-cOU
-cRS
-cRS
-cSP
-cRS
-cOU
-cUb
-cOU
+aio
+ajl
+akr
+alI
+amX
+aob
+aGN
+aqP
+agq
+atA
+agq
+agq
+agq
+agq
+agq
+agq
+agq
+agq
+agq
+agq
+aHl
+aIt
+alK
+aLb
+alK
+aNP
+aPi
+aQr
+aRL
+aSX
+aUk
+aVO
+aXo
+aSX
+bax
+bbU
+bdp
+bfc
+bgS
+biM
+bkr
+bat
+bnV
+bql
+awL
+bue
+aze
+bwe
+bGv
+bHT
+bwc
+bEz
+bGs
+bHS
+bzE
+bLk
+bzE
+bue
+bPS
+bPR
+bBs
+bBs
+bue
+bWd
+bXH
+bTs
+bZS
+cbC
+cdk
+ceu
+cfE
+cgM
+cic
+cjC
+clb
+cmn
+cns
+coE
+cpZ
+crp
+csp
+ctp
+ctq
+ceZ
+ceu
+cMm
+cwm
+cwm
+cDK
+ceu
+cBT
+cfF
+bTs
+clK
+cFJ
+cGF
+cBR
+clK
+bTs
+bTs
+bTs
+cLT
+cMC
+cNt
+cTf
+cNt
+cMI
+cPC
+cPC
+cQw
+cPC
+cMI
+cRF
+cMI
aaa
aaf
aaa
@@ -114237,30 +114797,30 @@ aaf
aaa
aaa
aaf
-abi
-abA
-abY
-acp
-acD
-acY
-adq
-adN
-aem
-aeN
-abb
+abg
+abx
+abV
+acm
+acA
+acV
+adm
+adJ
+aeg
+aeH
+aaZ
aaa
aaf
-aiu
-aiu
-aky
-alP
-ane
-aoj
-aoj
-aqY
-agw
-atL
-agw
+aio
+aio
+aks
+alJ
+amY
+aob
+aob
+aqQ
+agq
+atB
+agq
aaa
aaa
aaf
@@ -114269,101 +114829,101 @@ aaa
aaf
aaa
aaa
-aGo
-aHV
-aHS
-alQ
-aLT
-alQ
-aOS
-aQn
-aRA
+aFN
+aHm
+aHj
+alK
+aLc
+alK
+aNQ
+aPj
+aQs
+aRM
aSX
-aUm
-aVF
-aXl
-aYM
-aUm
-bbX
-bdz
-beW
-bdr
-biF
-bbS
-bbS
-boa
-bqa
-bsj
-buI
-bwh
-bwh
-bwh
-bwh
-bDy
-byf
-bGF
-bIA
-bJZ
-bBI
-bNu
-bOX
-bwh
-bPc
-bTv
-bUN
-bSd
-bwh
-cnY
-bZU
-bVE
-bVE
-cdP
-bVE
-bVE
-chR
-ciZ
-cko
-clP
-cno
-cow
-cpF
-cqR
-csm
-ctC
-cuC
-ckm
-bVE
-cOz
-cyy
-cPr
-cgG
-ccf
-cPy
-cQg
-cyy
-cyy
-cFW
-cnW
-cHX
-cIS
-cJI
-cnW
-cfy
-cMz
-cNn
-cUB
-cOP
-cPG
-cQp
-cQU
+aUl
+aVP
+aXp
+aSX
+bay
+bbV
+bdq
+bbN
+bgT
+bat
+bat
+bmj
+bod
+bql
+bsG
+bue
+bue
+bue
+bue
+bBu
+bwc
+bEz
+bGt
+bHS
+bzE
+bLk
+bML
+bue
+bMQ
+bRj
+bSB
+bPR
+bue
+clM
+bXI
+bTs
+bTs
+cbD
+bTs
+bTs
+cfF
+cgN
+cic
+cjD
+clc
+cmk
+cnt
+coF
+cqa
+crq
+csq
+cia
+bTs
+cMn
+cwm
+cNf
+ceu
+bZT
cNm
-cOU
-cSq
-cRX
-cRX
-cTD
-cUc
-cOU
+cNU
+cwm
+cwm
+cDK
+clK
+cFL
+cGG
+cHw
+clK
+cdm
+cKn
+cLb
+cRT
+cMD
+cNu
+cOb
+cOF
+cLa
+cMI
+cQa
+cPH
+cPH
+cRj
+cRG
+cMI
aaf
aaf
aaa
@@ -114494,133 +115054,133 @@ aaf
aaf
aaf
aaf
-abi
-abB
-abZ
-acq
-acE
-acZ
-adr
-adO
-aen
-aeO
-abb
+abg
+aby
+abW
+acn
+acB
+acW
+adn
+adK
+aeh
+aeI
+aaZ
aaf
aaf
aaf
-aiu
-aiu
-aiu
-aiu
-aol
-apG
-aqZ
-agw
-atM
-agw
+aio
+aio
+aio
+aio
+aod
+apy
+aqR
+agq
+atC
+agq
aaf
-axl
-axl
-axl
-axl
-axl
-axl
+awW
+awW
+awW
+awW
+awW
+awW
aaf
-aGp
-aHW
-aJe
-alQ
-bQC
-alQ
-aOT
-aQo
-aRB
-aSY
+aFO
+aHn
+aIu
+alK
+bOq
+alK
+aNR
+aPk
+aQt
+aRN
+aSX
aUm
-aVG
-aXm
-aYN
-bar
-bbY
-bdA
-beX
-bgM
-biG
-bkz
-bmg
-bfc
-bqb
-bsj
-buJ
-bwh
-aAQ
-bAa
-bBK
-bBI
-byf
-bGH
-bIB
-bKa
-bLI
-bNv
-bOY
-bwh
-bSg
-bTw
-bUO
-bVM
-bwh
-bYp
-alI
-bVE
-ccf
-cdQ
-cfx
-cgH
-cgH
-cja
-cko
-ckm
-ckm
-ckm
-ckm
-cqS
-csn
-ckm
-ckm
-ckm
-cwv
-bZQ
-bZQ
-bZQ
-cAg
-cAg
-cBZ
-cAg
-cAg
-cAg
-cFX
-cnW
-cHY
-cIE
-cJJ
-cnW
-ccf
-cMA
-bVE
-cNm
-cNm
-cNm
-cQq
-cNm
-cNm
-cRT
-cSr
-cSQ
-cSQ
-cSr
-cUd
-cRQ
+aVQ
+aXq
+aYS
+baz
+bbW
+bdr
+bfd
+bgU
+biN
+bks
+bdw
+boe
+bql
+bsH
+bue
+aAz
+bxW
+bzG
+bzE
+bwc
+bEA
+bGu
+bHT
+bJA
+bLl
+bMM
+bue
+bPU
+bRk
+bSC
+bTA
+bue
+bWd
+alC
+bTs
+bZT
+cbE
+cdl
+cev
+cev
+cgO
+cic
+cia
+cia
+cia
+cia
+coG
+cqb
+cia
+cia
+cia
+cuj
+bXE
+bXE
+bXE
+cxU
+cxU
+czN
+cxU
+cxU
+cxU
+cDL
+clK
+cFM
+cGs
+cHx
+clK
+bZT
+cKo
+bTs
+cLa
+cLa
+cLa
+cOc
+cLa
+cLa
+cPD
+cQb
+cQx
+cQx
+cQb
+cRH
+cPA
aaa
aaf
aaa
@@ -114748,137 +115308,137 @@ aaf
aaf
aaf
aaa
-aaa
-aaa
-aaf
-abi
-abC
-aca
-acr
-acF
-ada
-ads
-adP
-aeo
-aeP
-abb
-aaa
-aaa
-aaf
-aaf
-aaf
-aaf
-alQ
-alQ
-alQ
-alQ
-agw
-atP
-auZ
-aaa
-axl
-ayF
-azM
-aBg
-aCu
-aDG
-aaa
-aGq
-aHX
-aWI
-alQ
-aLT
-alQ
-alQ
-alQ
-alQ
-alQ
-alQ
-alQ
-alQ
-alQ
-alQ
-bbZ
-bdB
-beY
-bdB
-biH
-bkA
-bmh
-bob
-bqc
-bss
-buB
-bwh
-byj
-bAb
-bwh
-bDz
-byf
-byf
-bBI
-bSf
-bBI
-bBI
-bOZ
-bwh
-bwh
-bwh
-bwh
-bVN
-bwh
-bYp
-aqS
-bVE
-ccg
-cdR
-cfy
-cgH
-chS
-cjb
-ckq
-clQ
-cnp
-cgH
-cpG
-cqT
-cso
-ctD
-cuD
-cvC
-bZQ
-cxz
-cyz
-czp
-cAg
-cAZ
-cCa
-cDe
-cEg
-cAg
-cFX
-cnW
-cHZ
-cIT
-cJK
-cnW
-cLx
-cMB
-bVE
-cOh
-cOQ
-cPH
-cQr
-cQV
-cNm
-cRU
-cSr
-cSR
-cSQ
-cSr
-cUe
-cRQ
-aaa
+aaa
+aaa
+aaf
+abg
+abz
+abX
+aco
+acC
+acX
+ado
+adL
+aei
+aeJ
+aaZ
+aaa
+aaa
+aaf
+aaf
+aaf
+aaf
+alK
+alK
+alK
+alK
+agq
+atF
+auN
+aaa
+awW
+ayo
+azv
+aAP
+aCd
+aDp
+aaa
+aFP
+aHo
+aVo
+alK
+aLc
+alK
+alK
+alK
+alK
+alK
+alK
+alK
+alK
+alK
+alK
+baA
+bbX
+bds
+bbX
+bgV
+biO
+bkt
+bmk
+bof
+bqu
+bsz
+bue
+bwg
+bxX
+bue
+bBv
+bwc
+bwc
+bzE
+bPT
+bzE
+bzE
+bMN
+bue
+bue
+bue
+bue
+bTB
+bue
+bWd
+aqK
+bTs
+bZU
+cbF
+cdm
+cev
+cfG
+cgP
+cie
+cjE
+cld
+cev
+cnu
+coH
+cqc
+crr
+csr
+ctq
+bXE
+cvn
+cwn
+cxd
+cxU
+cyN
+czO
+cAS
+cBU
+cxU
+cDL
+clK
+cFN
+cGH
+cHy
+clK
+cJl
+cKp
+bTs
+cLV
+cME
+cNv
+cOd
+cOG
+cLa
+cPE
+cQb
+cQy
+cQx
+cQb
+cRI
+cPA
+aaa
aaf
aaa
aaa
@@ -115013,9 +115573,9 @@ aax
aax
aax
aax
-adb
-adt
-adQ
+acY
+adp
+adM
aax
aax
aax
@@ -115024,117 +115584,117 @@ aaa
aaa
aaf
aaa
-alQ
-alQ
-aom
-alI
-ara
-agw
-atO
-ava
+alK
+alK
+aoe
+alC
+aqS
+agq
+atE
+auO
aaa
-axl
-ayG
-azN
-aBh
-aCv
-aDH
-aFd
-aGr
-aHY
-aJg
-aKz
-aLV
-awf
-bhD
-aQp
-aRC
-avY
-aUn
-awf
-awf
-aYO
-alQ
-bca
-bdC
-beZ
-bdC
-biI
-bkB
-bmi
-boc
-bqd
-bst
-buK
-bwh
-bwh
-bwh
-bwh
-bDA
-byf
-byf
-bKb
-bKc
-bLJ
-bBI
-bPa
-bwh
-bSh
-bTx
-bwh
-bVO
-atG
-bYq
+awW
+ayp
+azw
+aAQ
+aCe
+aDq
+aEF
+aFQ
+aHp
+aIw
+aJM
+aLe
+avT
+bfU
+aPl
+avT
+avM
+aSY
+avT
+avT
+aXr
+alK
+baB
+bbY
+bdt
+bbY
+bgW
+biP
+bku
+bml
+bog
+bqv
+bsI
+bue
+bue
+bue
+bue
+cUT
+bwc
+bwc
+bHU
+bHV
+bJB
+bzE
+bMO
+bue
+bPV
+bRl
+bue
+bTC
+atw
+bWe
+bXJ
+bTs
bZV
-bVE
-cch
-cdS
-cfz
-cgH
-chT
-cjc
-ckr
-clR
-cnq
-coA
-cpH
-cqU
-csp
-ctE
-cuE
-bVE
-bVE
-bVE
-bVE
-bVE
-cAg
-cBa
-cCb
-cDf
-cEh
-cAg
-cFY
-cnW
-cEd
-cIU
-cEd
-cnW
-cRN
-cMC
-bVE
-cOi
-cOR
-cWA
-cQs
-cQW
-cNm
-cRV
-cSr
-cTJ
-cTn
-cSr
-cTK
-cRQ
+cbG
+cdn
+cev
+cfH
+cgQ
+cif
+cjF
+cle
+cmo
+cnv
+coI
+cqd
+crs
+css
+bTs
+bTs
+bTs
+bTs
+bTs
+cxU
+cyO
+czP
+cAT
+cBV
+cxU
+cDM
+clK
+cBR
+cGI
+cBR
+clK
+cPy
+cKq
+bTs
+cLW
+cMF
+cSY
+cOe
+cOH
+cLa
+cPF
+cQb
+cRp
+cQU
+cQb
+cRq
+cPA
aaa
aaf
aaa
@@ -115265,133 +115825,133 @@ aaa
aaa
aaf
aay
-abj
-abD
-acb
-acs
+abh
+abA
+abY
+acp
aax
-adc
-adu
-adR
-aep
-aeQ
-afL
+acZ
+adq
+adN
+aej
+aeK
+afF
aax
aax
aaa
aaf
aaa
-alQ
-anf
-aon
-apH
-aHo
-agw
-aub
-ava
+alK
+amZ
+aof
+apz
+aGN
+agq
+atP
+auO
aaa
-axl
-ayH
-azO
-aBi
-aCw
-aDI
-aFe
-aGs
-aHZ
-aJh
-aKA
-aKA
-aKA
-aKA
-aQq
-aKA
-aKA
-aUo
-aKA
-aKA
-aYP
-bas
-bcb
-bdD
-bfa
-bgN
-biJ
-bkC
-bmj
-bfc
-bqe
-bsu
-buz
-bwh
-byi
-bAa
-bBL
-bDB
-aOo
-bGG
-bDC
-bKd
-bBI
-bBI
-bBI
-bQy
-bSi
-bTy
-bwh
-auR
-alI
-aYQ
-aqW
-bVE
-cci
-cdT
-cfA
-cgH
-chU
-cjd
-cks
-clS
-cnr
-coB
-cpI
-cqV
-csq
-ctF
-cuE
-cvD
-cww
-cxA
-cyA
-czq
-cAg
-cBb
-cCc
-cDg
-cQh
-cAg
-cFX
-bVE
-cIa
-cIV
-cJL
-bVE
-cLz
-cMD
-cNo
-cOj
-cOS
-cPJ
-cQt
-cQX
-cRz
-cRW
-cSs
-cSS
-cOU
-cTF
-cUf
-cOU
+awW
+ayq
+azx
+aAR
+aCf
+aDr
+aEG
+aFR
+aHq
+aIx
+aJN
+aJN
+aJN
+aJN
+aPm
+aJN
+aJN
+aSZ
+aJN
+aJN
+aXs
+aYT
+baC
+bbZ
+bdu
+bfe
+bgX
+biQ
+bkv
+bdw
+boh
+bqw
+bsx
+bue
+bwf
+bxW
+bzH
+bzE
+bwc
+bwc
+bzE
+cVb
+cVe
+cVf
+cVi
+bOm
+bPW
+bRm
+bue
+auF
+alC
+aXt
+aqO
+bTs
+bZW
+cbH
+cdo
+cev
+cfI
+cgR
+cig
+cjG
+clf
+cmp
+cnw
+coJ
+cqe
+crt
+css
+ctr
+cuk
+cvo
+cwo
+cxe
+cxU
+cyP
+czQ
+cAU
+cNV
+cxU
+cDL
+bTs
+cFO
+cGJ
+cHz
+bTs
+cJn
+cKr
+cLc
+cLX
+cMG
+cNx
+cOf
+cOI
+cPk
+cPG
+cQc
+cQz
+cMI
+cRl
+cRJ
+cMI
aaa
aaf
aaa
@@ -115522,133 +116082,133 @@ aaf
aaf
aaf
aax
-abk
-abE
-abg
-abg
+abi
+abB
+abe
+abe
aax
-add
-adv
-adv
-aeq
-aeR
-afM
-agK
+ada
+adr
+adr
+aek
+aeL
+afG
+agE
aax
aaa
aaf
aaf
-aiv
-ang
-aoo
-aLU
-arb
-asv
-atQ
-ava
+aip
+ana
+aog
+aLd
+aqT
+asl
+atG
+auO
aaa
-axl
-ayI
-azP
-aBj
-aCx
-aDJ
-aFf
-aGt
-aHX
-aJi
-aKB
-aLW
-aNu
-aOV
-aQr
-aRD
-aSZ
-aUp
-bia
-aKA
-aYQ
-alQ
-bcc
-bdE
-bfb
-bgO
-biK
-bkD
-bmk
-bfc
-bpS
-bsu
-buz
-bwh
-aGc
-bAb
-bwh
-bwh
-bwh
-bwh
-bwh
-bLL
-bNx
-bNw
-bPb
-bwh
-bSj
-bTz
-bwh
-alQ
-alQ
-bYr
-bZW
-bZW
-ccj
-cdU
-bZW
-cgH
-chV
-cje
-ckt
-clT
-cns
-cgH
-cpJ
-cqW
-csr
-ctG
-cuE
-cvE
-cwx
-cxB
-cyB
-czr
-cAg
-cBc
-cCd
-cDh
-cEi
-cAg
-cFZ
-cGZ
-cIb
-cIW
-cJM
-cKL
-cLA
-cME
-bVE
-cOk
-cOT
-cPK
-cQu
-cQY
-cRA
-cRX
-cSt
-cST
-cOU
-cTG
-cUg
-cUt
+awW
+ayr
+azy
+aAS
+aCg
+aDs
+aEH
+aFS
+aHo
+aIy
+aJO
+aLf
+aMA
+aNT
+aPn
+aQu
+aRO
+aTa
+bgp
+aJN
+aXt
+alK
+baD
+bca
+bdv
+bff
+bgY
+biR
+bkw
+bdw
+bnV
+bqw
+bsx
+bue
+aFE
+bxX
+bue
+bBw
+bwc
+bwc
+bBx
+bue
+bue
+bue
+bue
+bue
+bPX
+bRn
+bue
+alK
+alK
+bWf
+bXK
+bXK
+bZX
+cbI
+bXK
+cev
+cfJ
+cgS
+cih
+cjH
+clg
+cev
+cnx
+coK
+cqf
+cru
+css
+cts
+cul
+cvp
+cwp
+cxf
+cxU
+cyQ
+czR
+cAV
+cBW
+cxU
+cDN
+cEN
+cFP
+cGK
+cHA
+cIz
+cJo
+cKs
+bTs
+cLY
+cMH
+cNy
+cOg
+cOJ
+cPl
+cPH
+cQd
+cQA
+cMI
+cRm
+cRK
+cRP
aaa
aaf
aaa
@@ -115779,133 +116339,133 @@ aaa
aaf
aaa
aax
-abl
-aaT
-acc
-act
-acG
-abg
-adw
-adS
-aer
-aeS
-afN
-agL
-agc
+abj
+aaR
+abZ
+acq
+acD
+abe
+ads
+adO
+ael
+aeM
+afH
+agF
+afW
aaf
aaf
aaa
-alQ
-aku
-aop
-alQ
-alQ
-agw
-atR
-avb
+alK
+ako
+aoh
+alK
+alK
+agq
+atH
+auP
aaa
-axl
-ayJ
-azQ
-aBk
-aCy
-axl
+awW
+ays
+azz
+aAT
+aCh
+awW
aaa
-aGu
-aIa
-aJj
-aKC
-aLX
-aNv
-aNv
-aNv
-aNv
-aTa
-aUq
-aVI
-aKA
-aYR
-alQ
-bcd
-bcd
-bfc
-bgP
-biL
-bfc
-bcd
-bod
-bqf
-bsv
-buL
-bwl
-bwh
-bwh
-bwh
-bwi
-bbn
-aXs
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bwh
-bVP
-bXk
-bYs
-bZW
-cbd
-cck
-cdV
-cfB
-cgH
-chW
-cjf
-cku
-clU
-cnt
-cgH
-cpK
-cqX
-css
-ctH
-cuE
-cvF
-cwy
-cxB
-cyC
-czs
-cAg
-cBd
-cCe
-cDi
-cEj
-cAg
-cGa
-cAg
-cAg
-cIX
-cAg
-cAg
-ciY
-cSm
-bVE
-cOl
-cNm
-cNm
-cNm
-cQZ
-cNm
-cRY
-cSu
-cXo
-cOU
-cOU
-cOU
-cOU
+aFT
+aHr
+aIz
+aJP
+aLg
+aMB
+aMB
+aMB
+aMB
+aRP
+aTb
+aUo
+aJN
+aXu
+alK
+baE
+baE
+bdw
+bfg
+bgZ
+bdw
+baE
+bmm
+boi
+bqx
+bsJ
+bui
+bue
+bue
+bue
+cUU
+aZO
+aZO
+cUU
+bue
+buf
+cVh
+aVW
+bue
+bue
+bue
+bue
+bTD
+bUY
+bWg
+bXK
+bYR
+bZY
+cbJ
+cdp
+cev
+cfK
+cgT
+cii
+cjI
+clh
+cev
+cny
+coL
+cqg
+crv
+css
+ctt
+cum
+cvp
+cwq
+cxg
+cxU
+cyR
+czS
+cAW
+cBX
+cxU
+cDO
+cxU
+cxU
+cGL
+cxU
+cxU
+cgM
+cPW
+bTs
+cLZ
+cLa
+cLa
+cLa
+cOK
+cLa
+cPI
+cQe
+cTx
+cMI
+cMI
+cMI
+cMI
aaf
aaf
aaa
@@ -116036,144 +116596,144 @@ aaf
aaf
aaf
aay
-abm
-abF
-abF
-acu
-acH
-ade
-abH
-abH
-aes
-aeT
-afO
-agM
+abk
+abC
+abC
+acr
+acE
+adb
+abE
+abE
+aem
+aeN
+afI
+agG
aax
aaa
aaf
aaa
-alQ
-alQ
-alQ
-alQ
-arc
-asw
-atS
-agw
+alK
+alK
+alK
+alK
+aqU
+asm
+atI
+agq
aaf
-axl
-axl
-axl
-axl
-axl
-axl
+awW
+awW
+awW
+awW
+awW
+awW
aaf
-aGv
-aIb
-aJk
-aKD
-aLY
-aNw
-aOW
-aNv
-aNv
-aTa
-aUq
-aVJ
-aKB
-aYS
-bat
-bce
-bdF
-bfd
-bgQ
-bfd
-bgQ
-bml
-bat
-bqg
-bsw
-buM
-bwm
-byk
-bAc
-bBM
-bwm
-bFb
-bwm
-bLK
-bFb
-bwm
-bwm
-bwm
-bAc
-bwm
-byk
-bUP
-bwm
-bwm
-bYt
-bZW
-cbe
-ccl
-cdW
-cfC
-cgH
-cgH
-cgH
-ckv
-clV
-cnu
-cgH
-cpL
-cqY
-cst
-cpL
-cuE
-cvG
-cwz
-cxB
-cyD
-czt
-cAg
-cAg
-cCf
-cDj
-cAg
-cAg
-cGb
-cAg
-cIc
-cIV
-cJN
-cAg
-cLB
-cME
-bVE
-cOm
-cNm
-cPL
-cQv
-cRa
-cNm
-cOU
-cSv
-cXc
-cOU
-dfJ
-cOU
+aFU
+aHs
+aIA
+aJQ
+aLh
+aMC
+aNU
+aMB
+aMB
+aRP
+aTb
+aUp
+aJO
+aXv
+aYU
+baF
+bcb
+bdx
+bfh
+bdx
+bfh
+bkx
+aYU
+boj
+bqy
+bsK
+buj
+bwh
+bxY
+bzI
+buj
+bCW
+buj
+buj
+cVd
+buj
+buj
+buj
+bxY
+buj
+bwh
+bSD
+buj
+buj
+bWh
+bXK
+bYS
+bZZ
+cbK
+cdq
+cev
+cev
+cev
+cij
+cjJ
+cli
+cev
+cnz
+coM
+cqh
+cnz
+css
+ctu
+cun
+cvp
+cwr
+cxh
+cxU
+cxU
+czT
+cAX
+cxU
+cxU
+cDP
+cxU
+cFQ
+cGJ
+cHB
+cxU
+cJp
+cKs
+bTs
+cMa
+cLa
+cNz
+cOh
+cOL
+cLa
+cMI
+cQf
+cTo
+cMI
+dbF
+cMI
aaa
aaa
-ddg
-ddg
-ddg
-deu
-ddg
-ddg
-deu
-ddg
-ddg
-ddg
+cZj
+cZj
+cZj
+cZe
+cZj
+cZj
+cZe
+cZj
+cZj
+cZj
aaa
aaa
aaa
@@ -116293,30 +116853,30 @@ aaf
aaa
aaa
aax
-abn
-abG
-abH
+abl
+abD
+abE
aaI
-acI
-abg
-adx
-adT
-abg
-aeU
-afP
+acF
+abe
+adt
+adP
+abe
+aeO
+afJ
aax
aax
aaa
aaf
aaa
aaa
-agw
-aoq
-apJ
-apK
-agw
-agw
-agw
+agq
+aoi
+apB
+apC
+agq
+agq
+agq
aaa
aaa
aaa
@@ -116325,113 +116885,113 @@ aaa
aaa
aaa
aaa
-aGo
-aIc
-aJl
-aKB
-aLZ
-aNx
-aOX
-aQs
-aRE
-aTb
-aUr
-aVK
-aKB
-aYT
-bau
-bcf
-bcf
-bfe
-bcf
-bcf
-bcf
-bfv
-bcf
-bqh
-bsx
-buN
-bwn
-bcf
-bfv
-bcf
-bcf
-bFc
-bGI
-bcf
-bKe
-bcf
-bcf
-bcf
-bfv
-bcf
-bcf
-bcf
-bVQ
-bXl
-bYu
-bZW
-cbf
-ccm
-cdX
-cfD
-cgI
-chX
-bZW
-ckw
-clW
-cnv
-coD
-cpM
-cqZ
-csu
-ctI
-cuF
-csu
-cwA
-cxC
-cyE
-czu
-cAh
-cPt
-cCg
-cDk
-cEk
-cEZ
-cGc
-cHa
-cId
-cIY
-cJO
-cAg
-cLC
-cME
-bVE
-bVE
-cOU
-cPM
-cNm
-cNm
-cNm
-cRZ
-cSw
-cXp
-cTH
-cRh
-cOU
+aFN
+aHt
+aIB
+aJO
+aLi
+aMD
+aNV
+aPo
+aQv
+aRQ
+aTc
+aUq
+aJO
+aXw
+aYV
+baG
+baG
+bdy
+baG
+baG
+baG
+bdP
+baG
+bok
+bqz
+bsL
+buk
+baG
+bdP
+baG
+baG
+bCX
+bEB
+baG
+bHW
+baG
+baG
+baG
+bdP
+baG
+baG
+baG
+bTE
+bUZ
+bWi
+bXK
+bYT
+caa
+cbL
+cdr
+cew
+cfL
+bXK
+cik
+cjK
+clj
+cmr
+cnA
+coN
+cqi
+crw
+cst
+cqi
+cuo
+cvq
+cws
+cxi
+cxV
+cNh
+czU
+cAY
+cBY
+cCN
+cDQ
+cEO
+cFR
+cGM
+cHC
+cxU
+cJq
+cKs
+bTs
+bTs
+cMI
+cNA
+cLa
+cLa
+cLa
+cPJ
+cQg
+cTy
+cRn
+cOS
+cMI
aaa
-cTE
-ddi
-ddi
-ddi
-deu
-ddi
-ddi
-deu
-ddi
-ddi
-ddi
-dem
+cZe
+cZl
+cZl
+cZl
+cZe
+cZl
+cZl
+cZe
+cZl
+cZl
+cZl
+cZe
aaa
aaa
aaa
@@ -116550,207 +117110,146 @@ aax
aaF
aax
aax
-abo
-abH
-aaT
+abm
+abE
+aaR
aaI
-acJ
-adf
-adf
-adU
-adf
-aeV
-afQ
-agN
+acG
+adc
+adc
+adQ
+adc
+aeP
+afK
+agH
aax
aaa
aaf
-agw
-agw
-agw
-aor
-apK
-ahj
-agw
-atT
-avc
-awg
-avc
-avc
-awg
-avc
-avc
-aDK
-aDN
-aDN
-aDN
-aJm
-aKA
-aMa
-aNy
-aOY
-aQt
-aRF
-aTc
-aUs
-aVL
-aXn
-aYU
-bav
-bcg
-bdG
-bff
-bgR
-bgR
-bgR
-bmm
-boe
-bgR
-bsy
-bsy
-bwo
-bgR
-bmm
-bID
-bgR
-bFd
-bGJ
-bKf
-bKf
-bLM
-bKf
-bPd
-bQz
-bSk
-bTA
-bKf
-bVR
-bXm
-bYv
-bZW
-cbg
-ccl
-cdY
-cfE
-cfE
-chY
-cjg
-ckx
-clX
-cnw
-coE
-ccx
-ccx
-csv
-ccx
-cuG
-cvH
-cwB
-cxD
-cyF
-czv
-cAi
-cBf
-cCh
-cDl
-cEl
-cFa
-cGd
-cHb
-cIe
-cIZ
-cJP
-cAg
-cLD
-cMG
-cNp
-bVE
-cOV
-cPN
-cQw
-cRb
-cRB
-cSa
-cSx
-cSX
-cSB
-cTI
-cOU
-ddb
-dcF
-dcF
-dcF
-dcF
-dcF
-dcF
-dcF
-dcy
-dcF
-dcF
-dcF
-dcF
-dev
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(90,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+agq
+agq
+agq
+aoj
+apC
+ahd
+agq
+auQ
+auQ
+atJ
+auQ
+auQ
+atJ
+auQ
+auQ
+auQ
+aDu
+aDu
+aDu
+aIC
+aJN
+aLj
+aME
+aNW
+aPp
+aQw
+aRR
+aTd
+aUr
+aVR
+aXx
+aYW
+baH
+bcc
+bdz
+bfi
+bfi
+bfi
+bky
+bmn
+bfi
+bqA
+bqA
+bul
+bfi
+bky
+bGw
+bfi
+bCY
+bEC
+bHX
+bHX
+bJC
+bHX
+bMR
+bOn
+bPY
+bRo
+bHX
+bTF
+bVa
+bWj
+bXK
+bYU
+bZZ
+cbM
+cds
+cds
+cfM
+cgU
+cil
+cjL
+clk
+cms
+cal
+cal
+cqj
+cal
+csu
+ctv
+cup
+cvr
+cwt
+cxj
+cxW
+cyT
+czV
+cAZ
+cBZ
+cCO
+cDR
+cEP
+cFS
+cGN
+cHD
+cxU
+cJr
+cKu
+cLd
+bTs
+cMJ
+cNB
+cOi
+cOM
+cPm
+cPK
+cQh
+cQE
+cQl
+cRo
+cMI
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
+cZe
aaa
aaa
aaa
@@ -116800,153 +117299,214 @@ aaa
aaa
aaa
aaa
-aaf
aaa
-aax
-aaA
-aaG
-aaR
-aax
-abp
-abH
-abG
-acv
-acK
-abg
-ady
-adV
-abg
-aeW
-afR
-agO
-agc
-aaf
-aaf
-agw
-alR
-anh
-aos
-aoF
-ard
-agw
-atU
-avd
-awh
-axm
-ayK
-azR
-aBl
-aCz
-aDL
-azT
-aGw
-aId
-aJn
-aKA
-bbs
-aNy
-aOY
-aNv
-aRG
-aNv
-aUt
-aVM
-aKE
-aYV
-baw
-bch
-bdH
-bdH
-bdH
-bdH
-bdH
-bmn
-bmn
-bqi
-bmn
-bmn
-bwp
-bmn
-bmn
-bBN
-bDD
-bFe
-bGK
-bIE
-bIF
-bIF
-bIF
-bIF
-bIF
-bIF
-bIF
-bIF
-bVS
-baw
-bYw
-bZW
-cbh
-ccn
-cdZ
-cfF
-cgJ
-chZ
-cjh
-cky
-clY
-cnx
-coF
-cpN
-ccy
-cfL
-ctJ
-cuH
-cvI
-cwC
-cxE
-cyG
-czw
-cAj
-cBg
-cCi
-cDm
-cEm
-cFb
-cGe
-cHc
-cIf
-cJa
-cJQ
-cAg
-cLE
-cMj
-cNq
-bVE
-cOW
-cPO
-cQx
-cRc
-cRC
-cSb
-cSw
-cSY
-cTp
-cTJ
-cUh
-dcz
-deg
-def
-deh
-dei
-dek
-dej
-del
-dcU
-ddI
-ddI
-ddI
-deo
-dcz
+"}
+(90,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aax
+aaA
+aaG
+aaP
+aax
+abn
+abE
+abD
+acs
+acH
+abe
+adu
+adR
+abe
+aeQ
+afL
+agI
+afW
+aaf
+aaf
+agq
+alL
+anb
+aok
+aox
+aqV
+agq
+atJ
+auR
+avU
+awX
+ayt
+azA
+aAU
+aCi
+aDt
+azC
+aFV
+aHu
+aID
+aJN
+aZT
+aME
+aNW
+aMB
+aQx
+aMB
+aTe
+aUs
+aJR
+aXy
+aYX
+baI
+bcd
+bcd
+bcd
+bcd
+bcd
+bkz
+bkz
+bol
+bkz
+bkz
+bum
+bkz
+bkz
+bzJ
+bBy
+bCZ
+bED
+bGx
+bGy
+bGy
+bGy
+bGy
+bGy
+bGy
+bGy
+bGy
+bTG
+aYX
+bWk
+bXK
+bYV
+cab
+cbN
+cdt
+cex
+cfN
+cgV
+cim
+cjM
+cll
+cmt
+cnB
+cam
+cdz
+crx
+csv
+ctw
+cuq
+cvs
+cwu
+cxk
+cxX
+cyU
+czW
+cBa
+cCa
+cCP
+cDS
+cEQ
+cFT
+cGO
+cHE
+cxU
+cJs
+cJX
+cLe
+bTs
+cMK
+cNC
+cOj
+cON
+cPn
+cPL
+cQg
+cQF
+cQV
+cRp
+cRL
+cYF
+daj
+dai
+dak
+dal
+dan
+dam
+dao
+dax
+cZL
+cZL
+cZL
+dar
+cYF
aaa
aaa
aaa
@@ -117062,148 +117622,148 @@ aaf
aay
aaB
aaH
-aaS
-abc
-abq
-abI
-acd
-acw
-acL
-adg
-adz
-adW
-aet
-aeX
-afM
-agN
+aaQ
+aba
+abo
+abF
+aca
+act
+acI
+add
+adv
+adS
+aen
+aeR
+afG
+agH
aax
aaf
aaf
-agw
-alR
-ani
-aot
-apL
-are
-agw
-atU
-ave
-awi
-axn
-ayK
-ayK
-ayK
-aCz
-aDL
-azT
-aGx
-aIe
-aJo
-aKA
-aMc
-aNy
-aOZ
-aQu
-aQu
-aQu
-aUu
-aVN
-aXo
-aYW
-bax
-bch
-bdH
-bfg
-bgS
-biM
-bkE
-bmn
-bof
-bqj
-bsz
-buO
-bwq
-byl
-bmn
-bBO
-bDE
-bFf
-bGL
-bIF
-bKg
-bLN
-bNy
-bPe
-bQA
-bLN
-bLN
-bIF
-bVT
-baw
-bYx
-bZW
-cbi
-cco
-cea
-cfG
-cgK
-cia
-cji
-ckz
-clZ
-cny
-coG
-coG
-coH
+agq
+alL
+anc
+aol
+apD
+aqW
+agq
+atJ
+auS
+avV
+auQ
+ayt
+ayt
+ayt
+aCi
+aDt
+azC
+aFW
+aHv
+aIE
+aJN
+aLl
+aME
+aNX
+aPq
+aPq
+aPq
+aTf
+aUt
+aVS
+aXz
+aYY
+baI
+bcd
+bdA
+bfj
+bha
+biS
+bkz
+bmo
+bom
+bqB
+bsM
+bun
+bwi
+bkz
+bzK
+bBz
+bDa
+bEE
+bGy
+bHY
+bJD
+bLm
+bMS
+bOo
+bJD
+bJD
+bGy
+bTH
+aYX
+bWl
+bXK
+bYW
+cac
+cbO
+cdu
+cey
+cfO
+cgW
+cin
+cjN
+clm
+cmu
+cmu
+cmv
+cqk
+cmu
csw
-coG
-cuI
-coG
-coG
-cxF
-cxF
-czx
-cAk
-cxF
-cxF
-cxF
-cAg
-cFc
-cGf
-cAg
-bVE
-cJb
-bVE
-bVE
-bVE
-bVE
-cNr
-bVE
-cOX
-cPP
-cQy
-cRd
-cRD
-cSc
-cSy
-cSY
-cRe
-cTJ
-cUh
-dcz
-dec
-dcI
-ded
-ddW
-ddj
-dcI
-ddv
-dcA
-dcP
-dcP
-dcP
-dcP
-deb
+cmu
+cmu
+cvt
+cvt
+cxl
+cxY
+cvt
+cvt
+cvt
+cxU
+cCQ
+cDT
+cxU
+bTs
+cGP
+bTs
+bTs
+bTs
+bTs
+cLf
+bTs
+cML
+cND
+cOk
+cOO
+cPo
+cPM
+cQi
+cQF
+cOP
+cRp
+cRL
+cYF
+daf
+cYO
+dag
+cZZ
+cZm
+cYO
+cZy
+cZe
+cYV
+cYV
+cYV
+cYV
+dae
aaa
aaa
aaa
@@ -117319,148 +117879,148 @@ aaa
aax
aaC
aaI
-aaT
-abd
+aaR
+abb
aaI
-abJ
-ace
-acx
-acM
-abg
-adA
-adX
-adf
-aeY
-afS
-abg
+abG
+acb
+acu
+acJ
+abe
+adw
+adT
+adc
+aeS
+afM
+abe
aax
-aiw
-ajs
-ajs
-ajs
-ajs
-aou
-ajs
-agw
-agw
-atU
-avf
-awj
-axo
-ayL
-azS
-ayK
-aCz
-aDL
-azT
-aGx
-aIf
-aJp
-aKA
-aMd
-aNz
-aPa
-aQv
-aRH
-aTd
-aUv
-aVO
-aXp
+aiq
+ajm
+ajm
+ajm
+ajm
+aom
+ajm
+agq
+agq
+atJ
+auT
+avW
+awY
+ayu
+azB
+ayt
+aCi
+aDt
+azC
+aFW
+aHw
+aIF
+aJN
+aLm
+aMF
+aNY
+aPr
+aQy
+aRS
+aTg
+aUu
+aVT
+aXA
+aYZ
+baJ
+bce
+bdB
+bfk
+bhb
+biT
+bkz
+bmp
+bon
+bqC
+bsN
+buo
+bwj
+bxZ
+bzL
+bBA
+bDb
+bEF
+bGz
+bHZ
+bJE
+bLn
+bMT
+bOp
+bMT
+bRp
+bSE
+bTI
aYX
-bay
-bci
-bdI
-bfh
-bgT
-biN
-bkF
-bmn
-bog
-bqk
-bsA
-buP
-bwr
-bym
-bAd
-bBP
-bDF
-bFg
-bGM
-bIG
-bKh
-bLO
-bNz
-bPf
-bQB
-bPf
-bTB
-bUQ
-bVU
-baw
-bYy
-bZX
-bZX
-ccp
-ceb
-cfH
-cgL
-cib
-bZW
-ckA
-cma
-cnz
-coG
-cpO
-cra
+bWm
+bXL
+bXL
+cad
+cbP
+cdv
+cez
+cfP
+bXK
+cio
+cjO
+cln
+cmu
+cnC
+coO
+cql
+cry
csx
-ctK
-cuJ
-cvJ
-coG
-cxG
-cyH
-czy
-cAl
-cBh
-cCj
-cxF
-cEn
-cFd
-cGg
-cHd
-bVE
-cJc
-cJR
-cKM
-cLF
-bVE
-cNs
-cOn
-cOY
-cPQ
-cQz
-cRe
-cRe
-cRe
-cSr
-cSZ
-cTq
-cTK
-cUh
-dcz
-ddX
-ddj
-dcI
-dcI
-dcI
-ded
-ddx
-dcE
-deb
-dcJ
-dcP
-dcP
-deb
+ctx
+cmu
+cvu
+cwv
+cxm
+cxZ
+cyV
+czX
+cvt
+cCb
+cCR
+cDU
+cER
+bTs
+cGQ
+cHF
+cIA
+cJt
+bTs
+cLg
+cMb
+cMM
+cNE
+cOl
+cOP
+cOP
+cOP
+cQb
+cQG
+cQW
+cRq
+cRL
+cYF
+daa
+cZm
+cYO
+cYO
+cYO
+dag
+cZA
+cZe
+dae
+cYI
+cYV
+cYV
+dae
aaa
aaa
aaa
@@ -117576,148 +118136,148 @@ aaa
aay
aaD
aaJ
-aaU
+aaS
+abc
+abp
+abH
+acc
+acv
+acK
abe
-abr
-abK
-acf
-acy
-acN
-abg
-abg
-abg
-abg
-aeZ
-afT
-abg
-ahA
-aix
-ahD
-akz
-alS
-anj
-aov
-ajs
-arf
-agw
-atV
-avc
-awk
-avc
-avc
-avc
-aBm
-avc
-aDM
-aDN
-aGy
-aIg
-aJq
-aKE
-aMe
-aKE
-aKE
-aKE
-aKE
-aKE
-aUw
-aKE
-aKE
-aYY
-baz
-bcj
-bdH
-bfi
-bgU
-biO
-bkG
-bmn
-boh
-bql
-bsB
-buQ
-bws
-byn
-bmn
-bBQ
-bDG
-bFf
-bGL
-bIH
-bKi
-bLP
-bNA
-bPg
-dfq
-bSl
-bTC
-bUQ
-bVU
-baw
-bYv
-bZX
-cbj
-ccq
-bZX
-cfI
-cfI
-cfI
-cfI
-ckB
-cmb
-cnA
-coH
-cpP
-crb
+abe
+abe
+abe
+aeT
+afN
+abe
+ahu
+air
+ahx
+akt
+alM
+and
+aon
+ajm
+aqX
+agq
+auQ
+auQ
+avX
+auQ
+auQ
+auQ
+aAV
+auQ
+auQ
+aDu
+aFX
+aHx
+aIG
+aJR
+aLn
+aJR
+aJR
+aJR
+aJR
+aJR
+aTh
+aJR
+aJR
+aXB
+aZa
+baK
+bcd
+bdC
+bfl
+bhc
+biU
+bkz
+bmq
+boo
+bqD
+bsO
+bup
+bwk
+bkz
+bzM
+bBB
+bDa
+bEE
+bGA
+bIa
+bJF
+bLo
+bMU
+dbm
+bPZ
+bRq
+bSE
+bTI
+aYX
+bWj
+bXL
+bYX
+cae
+bXL
+cdw
+cdw
+cdw
+cdw
+cip
+cjP
+clo
+cmv
+cnD
+coP
+cqm
+crz
csy
-ctL
-cuK
-cvK
-coG
-cxH
-cyI
-czz
-cAm
-cBi
-cCk
-cDn
-cEo
-cFe
-cGh
-cHe
-bVE
-cJd
-cJS
-cKN
-cLG
-bVE
-cSo
-bVE
-cOZ
-cPR
-cQA
-cRf
-cRE
-cRf
-cSz
-cSY
-cRe
-cTJ
-cUh
-dcz
-ddQ
-ddP
-dcI
-dcI
-dcI
-dcI
-dcI
-ddS
-ddD
-dcA
-dea
-dea
-dcz
+cty
+cmu
+cvv
+cww
+cxn
+cya
+cyW
+czY
+cBb
+cCc
+cCS
+cDV
+cES
+bTs
+cGR
+cHG
+cIB
+cJu
+bTs
+cPY
+bTs
+cMN
+cNF
+cOm
+cOQ
+cPp
+cOQ
+cQj
+cQF
+cOP
+cRp
+cRL
+cYF
+cZT
+cZS
+cYO
+cYO
+cYO
+cYO
+cYO
+cZV
+cZG
+cZe
+dad
+dad
+cYF
aaa
aaa
aaa
@@ -117833,148 +118393,148 @@ aaa
aax
aaE
aaK
-aaV
+aaT
aax
-abs
-abL
-abF
-acz
-acO
-abg
-adB
-adY
-aer
-afa
-afU
-abg
-ahB
-aiy
-ahD
-akA
-alT
-ank
-aow
-ajs
-ajs
-ajs
-aju
-aju
-awl
-aju
+abq
+abI
+abC
+acw
+acL
+abe
+adx
+adU
+ael
+aeU
+afO
+abe
+ahv
+ais
+ahx
+aku
+alN
+ane
+aoo
+ajm
+ajm
+ajm
+ajo
+ajo
+avY
+ajo
aaa
-azT
-aBn
-azT
-aDN
-aDN
-aGz
-aIg
+azC
+aAW
+azC
+aDu
+aDu
+aFY
+aHx
aaa
aaa
-aMf
+aLo
aaa
aaa
aaa
aaa
aaf
aaa
-aVP
-aXq
-aYZ
-baw
-bck
-bdJ
-bfj
-bgV
-biP
-bkH
-bmn
-bmn
-bmn
-bmn
-bvJ
-bwt
-bDd
-bmn
-bBR
-bDG
-bFh
-bGN
-bII
-bKj
-bLQ
-bNB
-bPh
-bQD
-bSm
-bTD
-bUR
-bVU
-baw
-bYv
-bZX
-cbk
-ccr
-cec
-cfI
-cgM
-cic
-cjj
-ckC
-cma
-cnA
-coI
-cpQ
-crc
+aUv
+aVU
+aXC
+aYX
+baL
+bcf
+bdD
+bfm
+bhd
+biV
+bkz
+bkz
+bkz
+bkz
+btH
+buq
+bAZ
+bkz
+bzN
+bBB
+bDc
+bEG
+bGB
+bIb
+bJG
+bLp
+bMV
+bOr
+bQa
+bRr
+bSF
+bTI
+aYX
+bWj
+bXL
+bYY
+caf
+cbQ
+cdw
+ceA
+cfQ
+cgX
+ciq
+cjO
+clo
+cmw
+cnE
+coQ
+cqn
+crA
csz
-ctM
-cuL
-cvL
-coG
-cxI
-cyJ
-czA
-cAn
-cBj
-cCl
-cxF
-cEp
-cFf
-cGi
-cHf
-bVE
-cJe
-cJT
-cKO
-cLH
-bVE
-cNr
-bVE
-cPa
-cPS
-cPO
-cRg
-cRF
-cRg
-cSy
-cSY
-cTp
-cTJ
-cUh
-dcC
-dcF
-ddk
-ddc
-ddN
-dfK
-ddk
-dcF
-ddO
-dcF
-ddn
-ddk
-dcF
-deq
+ctz
+cmu
+cvw
+cwx
+cxo
+cyb
+cyX
+czZ
+cvt
+cCd
+cCT
+cDW
+cET
+bTs
+cGS
+cHH
+cIC
+cJv
+bTs
+cLf
+bTs
+cMO
+cNG
+cNC
+cOR
+cPq
+cOR
+cQi
+cQF
+cQV
+cRp
+cRL
+cZe
+cZe
+cZn
+cZe
+cZQ
+cZe
+cZn
+cZe
+cZe
+cZe
+cZe
+cZn
+cZe
+cZe
aaa
aaa
aaa
@@ -118092,146 +118652,146 @@ aax
aaL
aax
aax
-abt
-abM
-acg
-abH
-abH
-adh
-abH
-abH
-aeu
-afb
-afV
-abg
-ahC
-aix
-ahD
-akB
-alU
-anl
-aox
-ahD
-arg
-asx
-atW
-aju
-avw
-aju
+abr
+abJ
+acd
+abE
+abE
+ade
+abE
+abE
+aeo
+aeV
+afP
+abe
+ahw
+air
+ahx
+akv
+alO
+anf
+aop
+ahx
+aqY
+asn
+atK
+ajo
+avk
+ajo
aaa
-aDN
-aBo
-aCA
-aDO
-aFg
-aGA
-aIh
+aDu
+aAX
+aCj
+aDv
+aEI
+aFZ
+aHy
aaa
aaa
-aMg
-aKF
-aPb
-aQw
-aKF
-aKF
+aLp
+aJS
+aNZ
+aPs
+aJS
+aJS
aaa
-aVQ
-aXr
-aZa
-baA
-bcl
-bdH
-bdH
-bgW
-bdH
-bdH
-bdK
-boi
-bfm
-bsC
-buS
-bws
-byp
-bmn
-bBS
-bDG
-bFf
-bGO
-bIF
-bKk
-bLR
-bNC
-bKl
-bQE
-bLN
-bLN
-bIF
-bVV
-baw
-bYv
-bZX
-cbl
-ccs
-ced
-cfJ
-cgN
-cid
-cjk
-ckD
-clZ
-cnA
-coJ
-cpR
-crd
+aUw
+aVV
+aXD
+aZb
+baM
+bcd
+bcd
+bfn
+bcd
+bcd
+bcg
+bmr
+bdG
+bqE
+bsQ
+bup
+bwm
+bkz
+bzO
+bBB
+bDa
+bEH
+bGy
+bIc
+bJH
+bLq
+bId
+bOs
+bJD
+bJD
+bGy
+bTJ
+aYX
+bWj
+bXL
+bYZ
+cag
+cbR
+cdx
+ceB
+cfR
+cgY
+cir
+cjN
+clo
+cmx
+cnF
+coR
+cqo
+crB
csA
-ctN
-cuM
-cvM
-cvM
-cvM
-cvM
-czB
-cAo
-cvM
-cvM
-cvM
-cEq
-cEq
-cGj
-cEq
-cEq
-cEq
-bVE
-bVE
-cLI
-bVE
-cNu
-bVE
-cPb
-cPS
-cPO
-cRh
-cRG
-cRh
-cSA
-cTa
-cTr
-cTL
-cOU
-dcA
-ddH
-dcI
-dcI
-dcI
-dcI
-dcI
-ddH
-dcE
-ddA
-ddA
-ddA
-den
-dcA
+ctA
+ctA
+ctA
+ctA
+cxp
+cyc
+ctA
+ctA
+ctA
+cCe
+cCe
+cDX
+cCe
+cCe
+cCe
+bTs
+bTs
+cJw
+bTs
+cLi
+bTs
+cMP
+cNG
+cNC
+cOS
+cPr
+cOS
+cQk
+cQH
+cQX
+cRr
+cMI
+cZe
+cZK
+cYO
+cYO
+cYO
+cYO
+cYO
+cZK
+cZe
+cZD
+cZD
+cZD
+daq
+cZe
aaa
aaa
aaa
@@ -118349,146 +118909,146 @@ aaf
aaa
aaa
aay
-abu
-abN
-ach
-acA
-acP
-abg
-adC
-adX
-adf
-afc
-afW
-agP
-ahD
-aiz
-ahD
-akC
-alV
-anm
-aoy
-ahD
-arh
-asy
-atX
-ahD
-awm
-ahD
-ayM
-abb
-abb
-abb
-aDN
-aFh
-aGB
-aIg
+abs
+abK
+ace
+acx
+acM
+abe
+ady
+adT
+adc
+aeW
+afQ
+agJ
+ahx
+ait
+ahx
+akw
+alP
+ang
+aoq
+ahx
+aqZ
+aso
+atL
+ahx
+avZ
+ahx
+ayv
+aaZ
+aaZ
+aaZ
+aDu
+aEJ
+aGa
+aHx
aaa
-aKF
-aMg
-aNA
-aPc
-aQx
-aRI
-aKF
+aJS
+aLp
+aMG
+aOa
+aPt
+aQz
+aJS
aaa
-aVP
-aXs
-aYZ
-baB
-bcm
-bdK
-bfk
-bgX
-biQ
-bkI
-bmo
-boj
-bfm
-bvE
-buT
-bwu
-byq
-bAe
-bBP
-bDG
-bFg
-bGP
-bIF
-bKl
-bKl
-bKl
-bKl
-bKl
-bKl
-bKl
-bIH
-bVW
-baz
-bYz
-bZX
-bZX
-cct
-cee
-cfI
-cBQ
-cie
-cfI
-ckE
-cma
-cnB
-coG
-cpS
-cre
-csz
-ctO
-cuN
-cvM
-cwD
-cxJ
-cyK
-czC
-cAp
-cBk
-cCm
-cvM
-cEr
-cFg
-cGk
-cHg
-cEr
-cEq
-cJU
-cKP
-cLJ
-cKP
-cNv
-bVE
-cOU
-cPT
-cQB
-cOU
-cOU
-cSd
-cSB
-cTb
-dcZ
-dda
-cOU
-dcz
-dcI
-dcI
-dcI
-dcI
-dcI
-dcI
-dcI
-ddF
-ddD
-ddD
-ddD
-ddG
-dcz
+aUv
+aVW
+aXC
+aZc
+baN
+bcg
+bdE
+bfo
+bhe
+biW
+bkA
+bms
+bdG
+btC
+bsR
+bur
+bwn
+bya
+bzL
+bBB
+bDb
+bEI
+bGy
+bId
+bId
+bId
+bId
+bId
+bId
+bId
+bGA
+bTK
+aZa
+bWn
+bXL
+bXL
+cah
+cbS
+cdw
+czE
+cfS
+cdw
+cis
+cjO
+clp
+cmu
+cnG
+coS
+cqn
+crC
+csB
+ctA
+cur
+cvx
+cwy
+cxq
+cyd
+cyY
+cAa
+ctA
+cCf
+cCU
+cDY
+cEU
+cCf
+cCe
+cHI
+cID
+cJx
+cID
+cLj
+bTs
+cMI
+cNH
+cOn
+cMI
+cMI
+cPN
+cQl
+cQI
+cZc
+cZd
+cMI
+cYF
+cYO
+cYO
+cYO
+cYO
+cYO
+cYO
+cYO
+cZI
+cZG
+cZG
+cZG
+cZJ
+cYF
aaa
aaa
aaa
@@ -118604,148 +119164,148 @@ aaf
aaf
aaf
aaa
-aaW
+aaU
aax
aax
aax
aax
aax
-abg
-abg
-abg
-abg
-abg
-afd
-afX
-agQ
-ahE
-aiA
-ajt
-akD
-alW
-ann
-aoz
-apM
-ann
-ann
-ann
-avg
-awn
-axp
-ayN
-azU
-aBp
-aCB
-aDP
-aDV
-aGC
-aIg
+abe
+abe
+abe
+abe
+abe
+aeX
+afR
+agK
+ahy
+aiu
+ajn
+akx
+alQ
+anh
+aor
+apE
+anh
+anh
+anh
+auU
+awa
+awZ
+ayw
+azD
+aAY
+aCk
+aDw
+aDC
+aGb
+aHx
aaf
-aKF
-aMh
-aNB
-aNB
-aQy
-aRJ
-aKF
-aKF
-aVR
-aVR
-aZb
-baC
-bcn
-bdL
-bfl
-bgY
-biR
-bkJ
-bmp
-bok
-bfm
-buR
-buS
-bwv
-byr
-bAf
-bBT
-bDH
-bFi
-bGQ
-bIJ
-bKm
-bLS
-bND
-bPi
-bQF
-bSn
-bTE
-bIJ
-bVX
-baw
-bYv
-bZY
-cbm
-ccu
-cef
-cfK
-cgP
-cif
-cjl
-ckF
-cmc
-cnC
-coG
-coG
-coG
-csB
-coG
-coG
-cvM
-cwE
-cxK
-cyL
-czD
-cAq
-cBl
-cCn
-cvM
-cEs
-cFh
-cGl
-cEv
-cEv
-cEq
-ciV
-bVE
-bVE
-bVE
-cNw
-bVE
-cPd
-cPU
-cQC
-cPd
-cOU
-cOU
-cOU
-cOU
-cOU
-cOU
-cOU
-dcA
-ddf
-dcI
-ddl
-dcz
-ddf
-dcI
-ddl
-dcz
-ddC
-ddD
-ddD
-ddE
-dcz
+aJS
+aLq
+aMH
+aMH
+aPu
+aQA
+aJS
+aJS
+aUx
+aUx
+aXE
+aZd
+baO
+bch
+bdF
+bfp
+bhf
+biX
+bkB
+bmt
+bdG
+bsP
+bsQ
+bus
+bwo
+byb
+bzP
+bBC
+bDd
+bEJ
+bGC
+bIe
+bJI
+bLr
+bMW
+bOt
+bQb
+bRs
+bGC
+bTL
+aYX
+bWj
+bXM
+bZa
+cai
+cbT
+cdy
+ceD
+cfT
+cgZ
+cit
+cjQ
+clq
+cmu
+cmu
+cmu
+cqp
+cmu
+cmu
+ctA
+cus
+cvy
+cwz
+cxr
+cye
+cyZ
+cAb
+ctA
+cCg
+cCV
+cDZ
+cCj
+cCj
+cCe
+cgJ
+bTs
+bTs
+bTs
+cLk
+bTs
+cMR
+cNI
+cOo
+cMR
+cMI
+cMI
+cMI
+cMI
+cMI
+cMI
+cMI
+cZe
+cZi
+cYO
+cZo
+cYF
+cZi
+cYO
+cZo
+cYF
+cZF
+cZG
+cZG
+cZH
+cYF
aaa
aaa
aaa
@@ -118860,149 +119420,149 @@ aaa
aaa
aaf
aaa
-aaM
-aaX
-aaX
-abv
-abO
-aci
-acB
-abO
-adi
-adD
-aci
-acB
-afe
-afM
-agR
-ahF
-aiB
-aju
-akE
-akm
-ano
-aoA
-apN
-apN
-apN
-atY
-avh
-awo
-axq
-ayO
-azV
-azV
-aCC
-aDQ
-aFi
-aGD
-aIg
+aaV
+aaV
+aaV
+abt
+abL
+acf
+acy
+abL
+adf
+adz
+acf
+acy
+aeY
+afG
+agL
+ahz
+aiv
+ajo
+aky
+akg
+ani
+aos
+apF
+apF
+apF
+atM
+auV
+awb
+axa
+ayx
+azE
+azE
+aCl
+aDx
+aEK
+aGc
+aHx
aaa
-aKF
-aMi
-aNB
-aPd
-aQz
-aQy
-aTe
-aKF
-aVS
-aXt
-aZc
-bay
-bco
-bdK
-bfm
-bgZ
-bfm
-bfm
-bdK
-bol
-bfm
-bsF
-dfi
-bww
-bys
-bmn
-bBU
-bBV
-bFf
-bGL
-bIJ
-bKn
-bLT
-bNE
-bPj
-bQG
-bSo
-bTF
-bUS
-bVU
-bXn
-bYA
-bZZ
-cbn
-ccv
-ceg
-cfL
-cgQ
-cig
-cjm
-ckG
-cmd
-cnD
-coK
-cvC
-cdG
+aJS
+aLr
+aMH
+aOb
+aPv
+aPu
+aRT
+aJS
+aUy
+aVX
+aXF
+aYZ
+baP
+bcg
+bdG
+bfq
+bdG
+bdG
+bcg
+bmu
+bdG
+bqG
+dbe
+but
+bwp
+bkz
+bzQ
+bzR
+bDa
+bEE
+bGC
+bIf
+bJJ
+bLs
+bMX
+bOu
+bQc
+bRt
+bSG
+bTI
+bVb
+bWo
+bXN
+bZb
+caj
+cbU
+cdz
+ceE
+cfU
+cha
+ciu
+cjR
+clr
+cmy
+ctq
+cbu
+cqq
+crD
csC
-ctP
-cuO
-cvM
-cwF
-cxL
-cyM
-czE
-cAr
-cBl
-cCo
-cvM
-cEr
-cEr
-cGk
-cEr
-cEr
-cEq
-cJV
-bVE
-cLK
-cMH
-cNx
-cTj
-cPe
-cPV
-cQD
-cPh
-cPh
-cSe
-cSC
-cTc
-cTs
-cTM
-cTs
-dcB
-dcI
-dcI
-ddl
-dcV
-ddf
-dcI
-ddl
-dcA
-ddC
-ddV
-ddV
-ddB
-dcA
+ctA
+cut
+cvz
+cwA
+cxs
+cyf
+cyZ
+cAc
+ctA
+cCf
+cCf
+cDY
+cCf
+cCf
+cCe
+cHJ
+bTs
+cJy
+cKv
+cLl
+cQQ
+cMS
+cNJ
+cOp
+cMV
+cMV
+cPO
+cQm
+cQJ
+cQY
+cRs
+cQY
+cYH
+cYO
+cYO
+cZo
+dat
+cZi
+cYO
+cZo
+cZe
+cZF
+cZY
+cZY
+cZE
+cZe
aaa
aaa
aaa
@@ -119116,150 +119676,150 @@ aaa
aaa
aaa
aaa
-adK
-aaN
-adL
-aQc
-abw
-abP
-acj
+adG
+aaM
+adH
+aPa
+abu
+abM
+acg
aax
-abg
-abg
-abg
-abg
-abg
-aff
-afY
-agS
-ahG
-aiC
-ajv
-akF
-ajW
-anp
-aoB
-apO
-apO
-apO
-atZ
-alY
-awp
-axr
-ayP
-azW
-aBq
-aCD
-aDP
-aFj
-aGE
-aIg
+abe
+abe
+abe
+abe
+abe
+aeZ
+afS
+agM
+ahA
+aiw
+ajp
+akz
+ajQ
+anj
+aot
+apG
+apG
+apG
+atN
+alS
+awc
+axb
+ayy
+azF
+aAZ
+aCm
+aDw
+aEL
+aGd
+aHx
aaa
-aKF
-aMj
-aNB
-aPe
-aQA
-aRK
-aTf
-aUx
-aVT
-aXu
-aZd
-baD
-bcp
-bdM
+aJS
+aLs
+aMH
+aOc
+aPw
+aQB
+aRU
+aTi
+aUz
+aVY
+aXG
+aZe
+baQ
+bci
aaf
aaf
aaf
-bhe
-bhe
-bom
-bhe
-bsG
-bsG
-bwx
-bsG
-bmn
-bBV
-bDI
-bFj
-bGR
-bIK
-bKo
-bLU
-bNF
-bPk
-bPk
-bSp
-bTG
-bUT
-bVU
-bXo
-aZo
-bZZ
-cbm
-ccw
-ceh
-cfM
-cgR
-cih
-cim
-ckH
-cik
-cnE
-cim
-cim
-cim
-cim
-cim
-cuP
-cvM
-cwG
-cxM
-cyN
-czF
-cAs
-cBl
-cCp
-cvM
-dfv
-cEv
-cGk
-cEv
-cIg
-cEq
-cvW
-bVE
-cLL
-cMI
-cNy
-cNy
-cNy
-cPW
-cQE
-cNy
-cNy
-cNy
-cSD
-cTd
-cRK
-cRK
-cRK
-dcz
-ddf
-dcI
-ddl
-dcz
-ddf
-dcI
-ddh
-dcC
-dcF
-ddY
-ddk
-dcF
-deq
+bfv
+bfv
+bmv
+bfv
+bqH
+bqH
+buu
+bqH
+bkz
+bzR
+bBD
+bDe
+bEK
+bGD
+bIg
+bJK
+bLt
+bMY
+bMY
+bQd
+bRu
+bSH
+bTI
+bVc
+aXR
+bXN
+bZa
+cak
+cbV
+cdA
+ceF
+cfV
+cga
+civ
+cfY
+cls
+cga
+cga
+cga
+cga
+cga
+csD
+ctA
+cuu
+cvA
+cwB
+cxt
+cyg
+cyZ
+cAd
+ctA
+dbr
+cCj
+cDY
+cCj
+cFU
+cCe
+ctK
+bTs
+cJz
+cKw
+cLm
+cLm
+cLm
+cNK
+cOq
+cLm
+cLm
+cLm
+cQn
+cQK
+cPv
+cPv
+cPv
+cYF
+cZi
+cYO
+cZo
+cYF
+cZi
+cYO
+cZk
+cZe
+cZe
+dab
+cZn
+cZe
+cZe
aaa
aaa
aaa
@@ -119374,149 +119934,149 @@ aaa
aaf
aaf
aaa
-aaO
-aaX
-aaX
-abx
-abQ
-ack
+aaV
+aaV
+aaV
+abt
+abN
+ach
aax
-acQ
-adj
-adE
-adZ
-adf
-afg
-afZ
-agT
-ahH
-ahH
-ahH
-ahH
-alX
-ahH
-aec
-apP
-aec
-apP
-aua
-avi
-awq
-axs
-ahD
-ahD
-ahD
-ajs
-aDR
-aFk
-aGF
-aIg
+acN
+adg
+adA
+adV
+adc
+afa
+afT
+agN
+ahB
+ahB
+ahB
+ahB
+alR
+ahB
+adY
+apH
+adY
+apH
+atO
+auW
+awd
+axc
+ahx
+ahx
+ahx
+ajm
+aDy
+aEM
+aGe
+aHx
aaa
-aKF
-aMk
-aNB
-aPf
-aQz
-aNB
-aTg
-aKF
-aVU
-aXv
-aZe
-baw
-bcp
-bdM
+aJS
+aLt
+aMH
+aOd
+aPv
+aMH
+aRV
+aJS
+aUA
+aVZ
+aXH
+aYX
+baQ
+bci
aaf
aaf
aaf
-bkK
-bmq
-bon
-bqm
-bqv
-buU
-bwy
-byt
-bAg
-bwH
-bDJ
-bFk
-bGS
-bIL
-bKp
-bLV
-bNG
-bPl
-caC
-bSq
-bTH
-bIJ
-bVY
-bXp
-bYB
-caa
-cbo
-ccx
-cei
-cfN
-cgS
-cii
-cjn
-ckI
-cme
-cnF
-coL
-cpT
-crf
-csD
-cim
-cuQ
-cvM
-cwH
-cxN
-cyO
-czG
-cAt
-cBm
-cCq
-cvM
-cEr
-cEr
-cGm
-cEr
-cEr
-cEq
-cvU
-bVE
-cLM
-cMJ
-cNz
-cOp
-cOp
-cPX
-cQE
-cRi
-cNy
-cSf
-cSE
-cTe
-cTs
-cTd
-cTs
-dcB
-dcI
-dcI
-ddl
-dcU
-ddf
-dcI
-ddl
-dcA
-ddu
-ddt
-ddw
-dep
-dcA
+biY
+bkC
+bmw
+bop
+boy
+bsS
+buv
+bwq
+byc
+buE
+bBE
+bDf
+bEL
+bGE
+bIh
+bJL
+bLu
+bMZ
+bYq
+bQe
+bRv
+bGC
+bTM
+bVd
+bWp
+bXO
+bZc
+cal
+cbW
+cdB
+ceG
+cfW
+chb
+ciw
+cjS
+clt
+cmz
+cnH
+coT
+cqr
+cga
+csE
+ctA
+cuv
+cvB
+cwC
+cxu
+cyh
+cza
+cAe
+ctA
+cCf
+cCf
+cEa
+cCf
+cCf
+cCe
+ctI
+bTs
+cJA
+cKx
+cLn
+cMd
+cMd
+cNL
+cOq
+cOT
+cLm
+cPP
+cQo
+cQL
+cQY
+cQK
+cQY
+cYH
+cYO
+cYO
+cZo
+dax
+cZi
+cYO
+cZo
+cZe
+cZx
+cZw
+cZz
+das
+cZe
aaa
aaa
aaa
@@ -119632,148 +120192,148 @@ aaa
aaf
aaa
aaa
-aaZ
-abg
-abg
-abg
-acl
+aaX
+abe
+abe
+abe
+aci
aax
-acR
-adk
-adF
-aea
-aev
-afh
-aga
-agU
-ahH
-aOv
-ajw
-aiD
-akG
-anq
-ajD
-apQ
-ari
-asz
-anx
-avi
-awq
-axt
-ayN
-azX
-aBp
-aCB
-aDP
-aFl
-aGG
-aIg
-aaf
-aKF
-aMl
-aNB
-aNB
-aQy
-aRL
-aKF
-aKF
-aVR
-aVR
-aZf
-baw
-bcp
-bdM
-aaf
-bha
-biS
-bhe
-bmr
-boo
-bqn
-bsH
-buV
-bwz
-byu
-bAh
-bBW
-bDK
-bFl
-bGT
-bIJ
-bIJ
-bLW
-bIJ
-bIJ
-bQI
-bQI
-bQI
-bIJ
-bVZ
-bay
-bYC
-cab
-cbp
-ccy
-cej
-cfO
-cgT
-cij
-cjo
-ckJ
-cmf
-cmf
-coM
-cpU
-crg
-csE
-ctQ
-cuR
-cvM
-cvM
-cvM
-cvM
-czH
-cAu
-cvM
-cvM
-cvM
-cEu
-cFi
-cGn
-cHh
-cIh
-cEq
-cJW
-bVE
-bVE
-cMK
-cNA
-cNy
-cNy
-cPY
-cQF
-cRj
-cNy
-cSg
-cSD
-cTd
-cRK
-cRK
-cRK
-ddd
-ddf
-dcI
-ddl
-dcz
-ddf
-dcI
-ddl
-dcz
-ddJ
-dcI
-dcI
-der
-dcz
+acO
+adh
+adB
+adW
+aep
+afb
+afU
+agO
+ahB
+aNA
+ajq
+aix
+akA
+ank
+ajx
+apI
+ara
+asp
+anr
+auW
+awd
+axd
+ayw
+azG
+aAY
+aCk
+aDw
+aEN
+aGf
+aHx
+aaf
+aJS
+aLu
+aMH
+aMH
+aPu
+aQC
+aJS
+aJS
+aUx
+aUx
+aXI
+aYX
+baQ
+bci
+aaf
+bfr
+bhg
+bfv
+bkD
+bmx
+boq
+bqI
+bsT
+buw
+bwr
+byd
+bzS
+bBF
+bDg
+bEM
+bGC
+bGC
+bJM
+bGC
+bGC
+bOw
+bOw
+bOw
+bGC
+bTN
+aYZ
+bWq
+bXP
+bZd
+cam
+cbX
+cdC
+ceH
+cfX
+chc
+cix
+cjT
+cjT
+cmA
+cnI
+coU
+cqs
+crE
+csF
+ctA
+ctA
+ctA
+ctA
+cxv
+cyi
+ctA
+ctA
+ctA
+cCi
+cCW
+cEb
+cEV
+cFV
+cCe
+cHK
+bTs
+bTs
+cKy
+cLo
+cLm
+cLm
+cNM
+cOr
+cOU
+cLm
+cPQ
+cQn
+cQK
+cPv
+cPv
+cPv
+cZg
+cZi
+cYO
+cZo
+cYF
+cZi
+cYO
+cZo
+cYF
+cZM
+cYO
+cYO
+dau
+cYF
aaa
aaa
aaa
@@ -119892,145 +120452,145 @@ aaa
aaa
aaf
aaa
-abg
-acm
+abe
+acj
aax
-acU
-adl
-adG
-aeb
-aer
-afj
-agb
-agV
-ahH
-aiE
-ajx
-ajx
-alZ
-anr
-aoC
-apR
-arj
-asA
-avm
-ayh
-awr
-axu
-ayQ
-azV
-azV
-aCC
-aDQ
-aFm
-aGH
-aIg
+acR
+adi
+adC
+adX
+ael
+afd
+afV
+agP
+ahB
+aiy
+ajr
+ajr
+alT
+anl
+aou
+apJ
+arb
+asq
+ava
+axR
+awe
+axe
+ayz
+azE
+azE
+aCl
+aDx
+aEO
+aGg
+aHx
aaa
-aKF
-aMm
-aNC
-aPg
-aQB
-aRM
-aKF
+aJS
+aLv
+aMI
+aOe
+aPx
+aQD
+aJS
aaa
-aVP
-aXw
-aYZ
-baw
-bcp
-bdM
+aUv
+aWa
+aXC
+aYX
+baQ
+bci
aaf
-bhb
-biT
-bkL
-bms
-bop
-bqo
-bqq
-buW
-bwA
-buW
-bAi
-bwA
-bhe
-bFm
-bGU
-bIM
+bfs
+bhh
+biZ
+bkE
+bmy
+bor
+bot
+bsU
+bux
+bsU
+bye
+bux
+bfv
+bDh
+bEN
+bGF
aaf
aaf
-bNH
-bPm
-bQJ
-bSr
-bTI
-bUU
-bVS
-baw
-aZo
-bZZ
-cbm
-ccz
-cek
-cem
-cgU
-cik
-cjp
-ckK
-cmg
-cnG
-coN
-cpV
-crh
-csF
-cim
-cMV
-cvN
-cwI
-cxO
-cyP
-czI
-cAv
-cBn
-cCr
-cDo
-cEv
-cFj
-cGo
-cHi
-cIi
-cJf
-cJX
-bVE
-cLN
-cML
-cNB
-cOq
-cPf
-cPf
-cPf
-cRk
-cPf
-cSh
-cSD
-cTd
-cRK
+bLv
+bNa
+bOx
+bQf
+bRw
+bSI
+bTG
+aYX
+aXR
+bXN
+bZa
+can
+cbY
+cca
+ceI
+cfY
+chd
+ciy
+cjU
+clu
+cmB
+cnJ
+coV
+cqt
+cga
+cKJ
+ctB
+cuw
+cvC
+cwD
+cxw
+cyj
+czb
+cAf
+cBc
+cCj
+cCX
+cEc
+cEW
+cFW
+cGT
+cHL
+bTs
+cJB
+cKz
+cLp
+cMe
+cMT
+cMT
+cMT
+cOV
+cMT
+cPR
+cQn
+cQK
+cPv
aaa
aaf
-dcz
-ddf
-dcI
-dcI
-dcI
-dcI
-dcI
-dcI
-ddm
-dcI
-dcI
-dcI
-ddq
-dcz
+cYF
+cZi
+cYO
+cYO
+cYO
+cYO
+cYO
+cYO
+cZp
+cYO
+cYO
+cYO
+cZt
+cYF
aaa
aaa
aaa
@@ -120149,145 +120709,145 @@ aaf
aaf
aaf
aaf
-abg
-acl
+abe
+aci
aax
aax
aaL
aax
aax
aax
-afi
-agc
+afc
+afW
aax
-aec
-aiF
-ajz
-akH
-akG
-ans
-ajD
-apS
-ark
-asB
-anx
-avk
-awp
-axr
-ayP
-azW
-aBr
-aCD
-aDP
-aFm
-aGI
-aIg
+adY
+aiz
+ajt
+akB
+akA
+anm
+ajx
+apK
+arc
+asr
+anr
+auY
+awc
+axb
+ayy
+azF
+aBa
+aCm
+aDw
+aEO
+aGh
+aHx
aaa
aaa
-aMm
-aKF
-aPb
-aQC
-aKF
-aKF
+aLv
+aJS
+aNZ
+aPy
+aJS
+aJS
aaa
-aVQ
-aXx
-aZg
-baE
-bcp
-bdM
+aUw
+aWb
+aXJ
+aZf
+baQ
+bci
aaf
-bhc
-biU
-bkM
-bkO
-boq
-bqp
-bsI
-buW
-bwB
-byv
-bkO
-bBX
-bhe
-bFn
-bGV
-bBV
-bDE
-bDE
-bNI
-bPn
-bQK
-bSs
-bTJ
-cjI
-bVS
-baw
-aZo
-cac
-cbn
-ccA
-cel
-cfP
-cgV
-cil
-cjq
-ckL
-cmh
-cnH
-coO
-cpW
-cri
-csG
-cim
-cuT
-cvO
-cwJ
-cxP
-cyQ
-czJ
-cAw
-cBo
-cCs
-cvN
-cEw
-cFk
-cGp
-cHj
-cIj
-cEq
-czX
-bVE
-cLO
-cMM
-cNC
-cOr
-cPg
-cPZ
-cQG
-cRl
-cPg
-cSi
-cSD
-cTf
-cRK
+bft
+bhi
+bja
+bjc
+bmz
+bos
+bqJ
+bsU
+buy
+bws
+bjc
+bzT
+bfv
+bDi
+bEO
+bzR
+bBz
+bBz
+bLw
+bNb
+bOy
+bQg
+bRx
+chw
+bTG
+aYX
+aXR
+bXQ
+bZb
+cao
+cbZ
+cdD
+ceJ
+cfZ
+che
+ciz
+cjV
+clv
+cmC
+cnK
+coW
+cqu
+cga
+csH
+ctC
+cux
+cvD
+cwE
+cxx
+cyk
+czc
+cAg
+ctB
+cCk
+cCY
+cEd
+cEX
+cFX
+cCe
+cxL
+bTs
+cJC
+cKA
+cLq
+cMf
+cMU
+cNN
+cOs
+cOW
+cMU
+cPS
+cQn
+cQM
+cPv
aaa
aaf
-dcz
-ddf
-dcI
-ddl
-dcz
-ddf
-dcI
-ddl
-dcz
-ddK
-ddK
-dcI
-ddp
-dcA
+cYF
+cZi
+cYO
+cZo
+cYF
+cZi
+cYO
+cZo
+cYF
+cZN
+cZN
+cYO
+cZs
+cZe
aaa
aaa
aaa
@@ -120407,7 +120967,7 @@ aaa
aaf
aaa
aaa
-acn
+ack
aaa
aaa
aaf
@@ -120417,134 +120977,134 @@ aaf
aaf
aaf
aaf
-aec
-aec
-aec
-aec
-amb
-aec
-aec
-apT
-arl
-asC
-aec
-avi
-awq
-axv
-ahD
-ahD
-ahD
-ajs
-aDS
-aFn
-aGJ
-aIh
+adY
+adY
+adY
+adY
+alV
+adY
+adY
+apL
+ard
+ass
+adY
+auW
+awd
+axf
+ahx
+ahx
+ahx
+ajm
+aDz
+aEP
+aGi
+aHy
aaa
aaa
-aMn
+aLw
aaa
aaa
aaa
aaa
aaf
aaa
-aVP
-aXy
-aZh
-baF
-bcp
-bdM
+aUv
+aWc
+aXK
+aZg
+baQ
+bci
aaf
-bhd
-biV
-bkN
-bkO
-bor
-bqq
-bsJ
-buW
-bwA
-byw
-bsL
-bsL
-bOf
-bFo
-bGU
-bIN
-bKq
-bLX
-bNH
-bPo
-bQL
-bSt
-bTK
-bUW
-bWa
-bXq
-bYD
-bZZ
-cbm
-ccB
-cem
-cfQ
-cgW
-cij
-cjr
-ckM
-cmi
-cnI
-cim
-cpX
-crj
-cpX
-cim
-cdO
-cvN
-cwK
-cxQ
-cvN
-czK
-cAx
-cBp
-cCs
-cvN
-cEq
-cEq
-cGq
-cHk
-cEq
-cEq
-ciZ
-bVE
-cLP
-cMN
-cND
-cOs
-cPh
-cPh
-cPh
-cRm
-cPh
-cSj
-cSD
-cTd
-cRK
+bfu
+bhj
+bjb
+bjc
+bmA
+bot
+bqK
+bsU
+bux
+bwt
+bqM
+bqM
+bLT
+bDj
+bEN
+bGG
+bIi
+bJN
+bLv
+bNc
+bOz
+bQh
+bRy
+bSK
+bTO
+bVe
+bWr
+bXN
+bZa
+cap
+cca
+cdE
+ceK
+cfX
+chf
+ciA
+cjW
+clw
+cga
+cnL
+coX
+cnL
+cga
+cbC
+ctB
+cuy
+cvE
+ctB
+cxy
+cyl
+czd
+cAg
+ctB
+cCe
+cCe
+cEe
+cEY
+cCe
+cCe
+cgN
+bTs
+cJD
+cKB
+cLr
+cMg
+cMV
+cMV
+cMV
+cOX
+cMV
+cPT
+cQn
+cQK
+cPv
aaa
aaf
-dcz
-ddf
-dcI
-ddl
-dcU
-ddf
-dcI
-ddl
-ddo
-dcF
-dcz
-ddm
-dcK
-deq
+cYF
+cZi
+cYO
+cZo
+cYY
+cZi
+cYO
+cZo
+cZr
+cZe
+cYF
+cZp
+cZr
+cZe
aaa
aaa
aaa
@@ -120664,144 +121224,144 @@ aaa
aaf
aaf
aaf
-acn
-aaf
+ack
aaf
aaf
aaf
aaf
aaf
-aew
-aew
-aew
-aew
-aew
-bin
-akI
-ama
-ant
-aec
-apU
-arl
-asD
-aec
-avi
-awq
-axt
-ayN
-azY
-aBp
-aCB
-aDP
-aFm
-aGH
-aIg
-aJr
-aIg
-aMo
-aIg
-aIg
-aIg
-aIg
-aIg
-aJr
-aVV
-aXz
-aZi
-baG
-bcp
-bdM
aaf
-bhe
-biW
-bkO
-bkO
-bos
-bqr
-bsK
-buX
-bwA
-byx
-bsL
-bBY
-bDM
-bFp
-bGW
-bIO
-bIO
-bLY
-bNI
-bWl
-bQM
-bSu
-bTL
-bNI
-cPc
-bXr
-bYE
-cad
-cbq
-cbn
-cen
-cfR
-cbm
-cim
-cij
-cim
-cij
-cim
-cim
-cpY
-crk
-crk
-cim
-cuU
-cvP
-cwL
-cxR
-cvN
-cvN
-cAy
-cBq
-cvN
-cDp
-cEx
-cFl
-cGr
-cHl
-cIk
-bVE
-cJY
-cvT
-bVE
-cMO
-cND
-cNy
-cNy
-cNy
-cNy
-cQE
-cNy
-cSg
-cSD
-cTd
-cRK
-cRK
-cRK
-dcA
-dcM
-dcI
-ddl
-dcz
-ddf
-dcI
-ddl
-dcA
-ddL
-ddZ
-dee
-des
-dcA
+aeq
+aeq
+aeq
+aeq
+aeq
+bgB
+akC
+alU
+ann
+adY
+apM
+ard
+ast
+adY
+auW
+awd
+axd
+ayw
+azH
+aAY
+aCk
+aDw
+aEO
+aGg
+aHx
+aIH
+aHx
+aLx
+aHx
+aHx
+aHx
+aHx
+aHx
+aIH
+aUB
+aWd
+aXL
+aZh
+baQ
+bci
+aaf
+bfv
+bhk
+bjc
+bjc
+bmB
+bou
+bqL
+bsV
+bux
+bwu
+bqM
+bzU
+bBH
+bDk
+bEP
+bGH
+bGH
+bJO
+bLw
+bTZ
+bOA
+bQi
+bRz
+bLw
+cMQ
+bVf
+bWs
+bXR
+bZe
+bZb
+ccb
+cdF
+bZa
+cga
+cfX
+cga
+cfX
+cga
+cga
+cnM
+coY
+coY
+cga
+csI
+ctD
+cuz
+cvF
+ctB
+ctB
+cym
+cze
+ctB
+cBd
+cCl
+cCZ
+cEf
+cEZ
+cFY
+bTs
+cHM
+ctH
+bTs
+cKC
+cLr
+cLm
+cLm
+cLm
+cLm
+cOq
+cLm
+cPQ
+cQn
+cQK
+cPv
+cPv
+cPv
+cZe
+cYS
+cYO
+cZo
+cYF
+cZi
+cYO
+cZo
+cZe
+cZO
+dac
+dah
+dav
+cZe
aaa
aaa
aaa
@@ -120927,138 +121487,138 @@ aaa
aaf
aaa
aaf
-aew
-aew
-agf
-agX
-ahK
-aiG
-akJ
-akJ
-ama
-anu
-aoD
-apV
-arm
-asE
-auc
-avl
-aws
-axq
-ayR
-azV
-azV
-aCC
-aDQ
-aFo
-aGK
-aIi
-aJs
-aKG
-aMp
-aND
-aIi
-aIi
-aRN
-aKG
-aJs
-aVW
-aXA
-aZj
-baH
-bcq
-bdM
+aeq
+aeq
+afZ
+agR
+ahE
+aiA
+akD
+akD
+alU
+ano
+aov
+apN
+are
+asu
+atQ
+auZ
+awf
+axa
+ayA
+azE
+azE
+aCl
+aDx
+aEQ
+aGj
+aHz
+aII
+aJT
+aLy
+aMJ
+aHz
+aHz
+aQE
+aJT
+aII
+aUC
+aWe
+aXM
+aZi
+baR
+bci
aaf
-bhf
-biX
-bkN
-bkO
-bot
-bkO
-bsL
-buY
-bwC
-bkO
-bAj
-bBZ
-bDN
-bFp
-bGW
-bIP
-bIO
-bLZ
-bNI
-bPq
-bQN
-bSv
-bTM
-bUU
-bWb
-bXs
-bYF
-cae
-cbr
-ccC
-ccC
-cfS
-ccC
-cin
-cjs
-cjs
-cjs
-cnJ
-coP
-cpZ
-crl
-crl
-ctR
-cuV
-cvQ
-cwM
-cwM
-cyR
-czL
-cAz
-cBr
-cCt
-cDq
-cjs
-cjs
-cGs
-cHm
-cIl
-cJg
-cJZ
-cKQ
-cLQ
-cMP
-cNE
-cOt
-cPi
-cOt
-cOt
-cRn
-cRH
-cSk
-cSF
-cTg
-cTs
-cTd
-cTs
-dcD
-dcI
-dcI
-ddl
-dcV
-ddf
-dcI
-ddl
-dcz
-ddM
-dcT
-dcP
-ddy
-dcA
+bfw
+bhl
+bjb
+bjc
+bmC
+bjc
+bqM
+bsW
+buz
+bjc
+byf
+bzV
+bBI
+bDk
+bEP
+bGI
+bGH
+bJP
+bLw
+bNe
+bOB
+bQj
+bRA
+bSI
+bTP
+bVg
+bWt
+bXS
+bZf
+caq
+caq
+cdG
+caq
+cgb
+chg
+chg
+chg
+clx
+cmD
+cnN
+coZ
+coZ
+crF
+csJ
+ctE
+cuA
+cuA
+cwF
+cxz
+cyn
+czf
+cAh
+cBe
+chg
+chg
+cEg
+cFa
+cFZ
+cGU
+cHN
+cIE
+cJE
+cKD
+cLs
+cMh
+cMW
+cMh
+cMh
+cOY
+cPs
+cPU
+cQp
+cQN
+cQY
+cQK
+cQY
+cYJ
+cYO
+cYO
+cZo
+cYZ
+cZi
+cYO
+cZo
+cYF
+cZP
+cYX
+cYV
+cZB
+cZe
aaa
aaa
aaa
@@ -121183,139 +121743,139 @@ aaa
aaa
aaf
aaa
-aew
-aew
-afl
-age
-age
-ahJ
-ahV
-ajB
-akK
-amc
-anv
-aoE
-any
-arn
-asF
-aud
-azs
-azH
-axw
-ayP
-azW
-aBs
-aCD
-aDP
-aFl
-aGL
-aIj
-aJt
-aKH
-aGL
-aIj
-aIj
-aQD
-aKH
-aTh
-aUy
-aVX
-aXB
-aZk
-baI
-bcr
-bdM
+aeq
+aeq
+aff
+afY
+afY
+ahD
+ahP
+ajv
+akE
+alW
+anp
+aow
+ans
+arf
+asv
+atR
+azb
+azq
+axg
+ayy
+azF
+aBb
+aCm
+aDw
+aEN
+aGk
+aHA
+aIJ
+aJU
+aGk
+aHA
+aHA
+aPz
+aJU
+aRW
+aTj
+aUD
+aWf
+aXN
+aZj
+baS
+bci
aaf
-bhb
-biY
-bkP
-bmt
-bou
-bqs
-bsM
-buZ
-bwD
-bkO
-bAk
-bCa
-bDO
-bFq
-bGX
-bIQ
-bKr
-bMa
-bNJ
-bPr
-bQL
-bSw
-bTN
-bUU
-bWb
-bXt
-bYG
-aXB
-cbs
-ccD
-ccD
-cfT
-cgX
-cgX
-cgX
-cgX
-cgX
-cgX
-cgX
-cqa
-cgX
-cgX
-ctS
-cuW
-cvR
-ccD
-ccD
-ccD
-czM
-ccD
-cBs
-cCu
-cvR
-ccD
-ccD
-cBs
-cHn
-ccD
-ccD
-cKa
-cKR
-cLR
-cMQ
-cNF
-cOu
-cPj
-cQa
-cQH
-cRo
-cRI
-cNy
-cSD
-cTh
-cRK
-cRK
-cRK
-dcz
-ddf
-dcI
-ddl
-dcz
-ddf
-dcI
-ddl
-dcU
-ddR
-dcP
-dcP
-dcX
-dcz
+bfs
+bhm
+bjd
+bkF
+bmD
+bov
+bqN
+bsX
+buA
+bjc
+byg
+bzW
+bBJ
+bDl
+bEQ
+bGJ
+bIj
+bJQ
+bLx
+bNf
+bOz
+bQk
+bRB
+bSI
+bTP
+bVh
+bWu
+aWf
+bZg
+car
+car
+cdH
+ceL
+ceL
+ceL
+ceL
+ceL
+ceL
+ceL
+cnO
+ceL
+ceL
+crG
+csK
+ctF
+car
+car
+car
+cxA
+car
+czg
+cAi
+ctF
+car
+car
+czg
+cFb
+car
+car
+cHO
+cIF
+cJF
+cKE
+cLt
+cMi
+cMX
+cNO
+cOt
+cOZ
+cPt
+cLm
+cQn
+cQO
+cPv
+cPv
+cPv
+cYF
+cZi
+cYO
+cZo
+cYF
+cZi
+cYO
+cZo
+dax
+cZU
+cYV
+cYV
+cZb
+cYF
aaa
aaa
aaa
@@ -121440,139 +122000,139 @@ aaa
aaa
aaf
aaa
-aew
-aey
-afn
-agh
-agZ
-ahM
-aiI
-ajC
-akL
-amf
-anw
-aoD
-aoG
-aro
-asG
-anx
-avi
-awt
-axx
-ahD
-ahD
-ahD
-ajs
-aDT
-aFp
-aGM
-aIk
-aJu
-aKI
-aJu
-aIk
-aIk
-aQE
-aKI
-aIk
-aIk
-aVY
-aXC
-aZl
-baJ
-bcs
-bdM
+aeq
+aes
+afh
+agb
+agT
+ahG
+aiC
+ajw
+akF
+alZ
+anq
+aov
+aoy
+arg
+asw
+anr
+auW
+awg
+axh
+ahx
+ahx
+ahx
+ajm
+aDA
+aER
+aGl
+aHB
+aIK
+aJV
+aIK
+aHB
+aHB
+aPA
+aJV
+aHB
+aHB
+aUE
+aWg
+aXO
+aZk
+baT
+bci
aaf
-bhd
-biZ
-bkN
-bkO
-bos
-bqt
-bsL
-bva
-bwE
-bwH
-bAl
-bCb
-bDP
-bFr
-bGY
-bIR
-bIO
-bLY
-bNI
-bPs
-bQO
-bSx
-bTO
-bUU
-bWc
-bXu
-bYH
-caf
-cbt
-ccE
-ccE
-cfU
-ccE
-cio
-cjt
-cjt
-cjt
-cnK
-coQ
-cqb
-crm
-crm
-ctT
-cuX
-cvS
-cio
-cxS
-cjt
-czN
-cAA
-cBt
-cCv
-cvS
-cEy
-crm
-cGt
-cHo
-cjt
-cjt
-cxS
-cKS
-cLS
-cMR
-cNG
-cOv
-cPk
-cPf
-cQI
-cRp
-cRJ
-cSl
-cSG
-cTi
-cTs
-cTN
-cTs
-dcB
-dcI
-dcI
-dcI
-dcI
-dcI
-dcI
-dcI
-ddz
-ddT
-dcP
-dcT
-dcS
-dcz
+bfu
+bhn
+bjb
+bjc
+bmB
+bow
+bqM
+bsY
+buB
+buE
+byh
+bzX
+bBK
+bDm
+bER
+bGK
+bGH
+bJO
+bLw
+bNg
+bOC
+bQl
+bRC
+bSI
+bTQ
+bVi
+bWv
+bXT
+bZh
+cas
+cas
+cdI
+cas
+cgc
+chh
+chh
+chh
+cly
+cmE
+cnP
+cpa
+cpa
+crH
+csL
+ctG
+cgc
+cvG
+chh
+cxB
+cyo
+czh
+cAj
+ctG
+cCm
+cpa
+cEh
+cFc
+chh
+chh
+cvG
+cIG
+cJG
+cKF
+cLu
+cMj
+cMY
+cMT
+cOu
+cPa
+cPu
+cPV
+cQq
+cQP
+cQY
+cRt
+cQY
+cYH
+cYO
+cYO
+cYO
+cYO
+cYO
+cYO
+cYO
+cZC
+cZW
+cYV
+cYX
+cYW
+cYF
aaa
aaa
aaa
@@ -121696,140 +122256,140 @@ aaa
aaa
aaa
aaf
-adH
-aew
-aex
-afm
-agg
-agY
-ahL
-aew
-ajD
-akM
-amg
-anx
-aec
-aec
-arp
-aoI
-aec
-avn
-awu
-axy
-ayS
-azZ
-aBt
-aCE
-aDU
-aFq
-aGN
-aIl
-aIm
-aKJ
-aIm
-aIm
-aIm
-aIm
-aRO
-aTi
-aUz
-aVZ
-aXD
-aZm
-baK
-bcs
-bdM
+adD
+aeq
+aer
+afg
+aga
+agS
+ahF
+aeq
+ajx
+akG
+ama
+anr
+adY
+adY
+arh
+aoA
+adY
+avb
+awh
+axi
+ayB
+azI
+aBc
+aCn
+aDB
+aES
+aGm
+aHC
+aHD
+aJW
+aHD
+aHD
+aHD
+aHD
+aQF
+aRX
+aTk
+aUF
+aWh
+aXP
+aZl
+baT
+bci
aaf
-bhe
-bja
-bkO
-bkO
-bos
-bqu
-bsN
-bvb
-buW
-byy
-bAm
-bCc
-bDQ
-bFp
-bGW
-bIO
-bIO
-bLZ
-bNI
-bWl
-bQL
-bSs
+bfv
+bho
+bjc
+bjc
+bmB
+box
+bqO
+bsZ
+bsU
+bwv
+byi
+bzY
+bBL
+bDk
+bEP
+bGH
+bGH
+bJP
+bLw
+bTZ
+bOz
+bQg
+bRD
+bLw
bTP
-bNI
-bWb
-bXv
-bYI
-cag
-cbu
-cbw
-ceo
-ceo
-cbv
-cip
-ciq
-cip
-ciq
-cip
-cip
-cqc
-crn
-csH
-cip
-cuY
-cvT
-bVE
-cxT
-cxT
-czO
-cAB
-cxT
-cCw
-cDr
-cxT
-csH
-cGu
-cEC
-cEC
-cEC
-cEC
-cKT
-cEC
-cEC
-cNH
-bVE
-cPl
-cQb
-cQJ
-cRq
-cRK
-cRq
-cRK
-cRq
-cRK
-cRK
-cRK
-dcA
-dcI
-dcI
-dcI
-dcI
-dcI
-dcI
-dcI
-ddz
-ddT
-dcP
-dcP
-det
-dcA
+bVj
+bWw
+bXU
+bZi
+bZk
+ccc
+ccc
+bZj
+cgd
+cge
+cgd
+cge
+cgd
+cgd
+cnQ
+cpb
+cqv
+cgd
+csM
+ctH
+bTs
+cvH
+cvH
+cxC
+cyp
+cvH
+cAk
+cBf
+cvH
+cqv
+cEi
+cCq
+cCq
+cCq
+cCq
+cIH
+cCq
+cCq
+cLv
+bTs
+cMZ
+cNP
+cOv
+cPb
+cPv
+cPb
+cPv
+cPb
+cPv
+cPv
+cPv
+cZe
+cYO
+cYO
+cYO
+cYO
+cYO
+cYO
+cYO
+cZC
+cZW
+cYV
+cYV
+daw
+cZe
aaa
aaa
aaa
@@ -121954,118 +122514,118 @@ aaa
aaa
aaf
aaa
-aew
-aeD
-afm
-agj
-aha
-ahN
-aew
-ajE
-akN
-amh
-any
-aml
-ajF
-ajF
-ajF
-aue
-avi
-awv
-axz
-aju
-aAa
-aBu
-aCF
-aDV
-aFr
-aGO
-aIm
-aJv
-aKK
-aMq
-aNE
-aPh
-aQF
-aRP
-aTj
-aUA
-aIm
-aXE
-aZn
-baL
-bcs
-bdM
+aeq
+aex
+afg
+agd
+agU
+ahH
+aeq
+ajy
+akH
+amb
+ans
+amf
+ajz
+ajz
+ajz
+atS
+auW
+awi
+axj
+ajo
+azJ
+aBd
+aCo
+aDC
+aET
+aGn
+aHD
+aIL
+aJX
+aLz
+aMK
+aOf
+aPB
+aQG
+aRY
+aTl
+aHD
+aWi
+aXQ
+aZm
+baT
+bci
aaf
-bhf
+bfw
+bhp
bjb
-bkN
-bkO
-bov
-bqv
-bsO
-buW
-buW
-byz
-bAn
-bsL
-bOf
-bFs
-bGZ
-bIS
-bKs
-bMb
-bNH
-bPu
-bQP
-bSy
-bTQ
-bUY
-bWd
-bXw
-bYJ
-cah
-cbv
-ccF
-cep
-cep
-cgY
-cip
-cju
-ckN
-cmj
-cnL
-cip
-cqd
-cro
-csI
-cip
-cuZ
-cNP
-cwN
-cxU
-cyS
-czP
-cAC
-cBu
-cCx
-cDs
-cEz
-cFm
-cGv
-cEC
-cIm
-cJh
-cKb
-cKU
-cLT
-cEC
-cNI
-bVE
-cPm
-cQc
-cQK
-cRq
+bjc
+bmE
+boy
+bqP
+bsU
+bsU
+bww
+byj
+bqM
+bLT
+bDn
+bES
+bGL
+bIk
+bJR
+bLv
+bNi
+bOD
+bQm
+bRE
+bSM
+bTR
+bVk
+bWx
+bXV
+bZj
+cat
+ccd
+ccd
+ceM
+cgd
+chi
+ciB
+cjX
+clz
+cgd
+cnR
+cpc
+cqw
+cgd
+csN
+cLD
+cuB
+cvI
+cwG
+cxD
+cyq
+czi
+cAl
+cBg
+cCn
+cDa
+cEj
+cCq
+cGa
+cGV
+cHP
+cII
+cJH
+cCq
+cLw
+bTs
+cNa
+cNQ
+cOw
+cPb
aaf
aaa
aaa
@@ -122073,23 +122633,23 @@ aaf
aaa
aaa
aaf
-dcA
-dcH
-dcG
-dcH
-dcI
-ddr
-dcI
-dcL
-ddd
-ddU
-ddT
-ddT
-dcO
-dcA
-aaf
-aaf
-aaf
+cZe
+cYN
+cYM
+cYN
+cYO
+cZu
+cYO
+cYR
+cZg
+cZX
+cZW
+cZW
+cYU
+cZe
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -122211,118 +122771,118 @@ aaa
aaa
aaf
aaa
-aew
-aew
-agd
-agi
-agi
-agi
-ajy
-ajF
-akO
-ami
-anz
-amk
-apW
-arq
-asH
-aiH
-avo
-aww
-axA
-ayT
-aAb
-aBv
-aCG
-aDW
-aFs
-aGP
-aIm
-aJw
-aJB
-aJB
-aNF
-aPi
-aQF
-aRQ
-aRQ
-aJD
-aIm
-aXF
-aZo
-baw
-bcs
-bdM
+aeq
+aeq
+afX
+agc
+agc
+agc
+ajs
+ajz
+akI
+amc
+ant
+ame
+apO
+ari
+asx
+aiB
+avc
+awj
+axk
+ayC
+azK
+aBe
+aCp
+aDD
+aEU
+aGo
+aHD
+aIM
+aIR
+aIR
+aML
+aOg
+aPB
+aQH
+aQH
+aIT
+aHD
+aWj
+aXR
+aYX
+baT
+bci
aaf
-bhc
+bft
+bhq
+bje
bjc
-bkQ
-bkO
-boq
-bqp
-bsP
-buW
-bwF
-byA
-bAo
-bCd
-bhe
-bFt
-bHa
-bBV
-bKt
-bKt
-bNI
-bPv
-bQQ
-bSz
-bTR
-cjI
-bWe
-baw
-aZo
-cai
-cbw
-ccG
-ceq
-cep
-cgZ
-cip
-cjv
-ckO
-cmk
-cnM
-coR
-cqe
-crp
-csJ
-cip
-cNt
-cvV
-cwO
-cxT
-cyT
-czQ
-cAD
-cyT
-cCy
-cDs
-cEA
-cFn
-cGw
-cHp
-cIn
-cIn
-cKc
-cKV
-dbW
-cEC
-cNJ
-bVE
-cPn
-cNy
-cQL
-cRr
+bmz
+bos
+bqQ
+bsU
+buC
+bwx
+byk
+bzZ
+bfv
+bDo
+bET
+bzR
+bIl
+bIl
+bLw
+bNj
+bOE
+bQn
+bRF
+chw
+bTS
+aYX
+aXR
+bXW
+bZk
+cau
+cce
+ccd
+ceN
+cgd
+chj
+ciC
+cjY
+clA
+cmF
+cnS
+cpd
+cqx
+cgd
+cLh
+ctJ
+cuC
+cvH
+cwH
+cxE
+cyr
+cwH
+cAm
+cBg
+cCo
+cDb
+cEk
+cFd
+cGb
+cGb
+cHQ
+cIJ
+cYc
+cCq
+cLx
+bTs
+cNb
+cLm
+cOx
+cPc
aaf
aaf
aaf
@@ -122330,23 +122890,23 @@ aaf
aaf
aaf
aaf
-dde
-dcF
-dcz
-dcF
-dcz
-dcF
-dcz
-dcF
-ddn
-dcF
-dcz
-dcz
-dcF
-dew
+cZe
+cZe
+cYF
+cZe
+cYF
+cZe
+cYF
+cZe
+cZe
+cZe
+cYF
+cYF
+cZe
+cZe
+aaa
aaa
aaa
-aaf
aaa
aaa
aaa
@@ -122469,120 +123029,120 @@ aaa
aaf
aaa
aaf
-aew
-aew
-agW
+aeq
+aeq
+agQ
+ahC
ahI
-ahO
-aew
-ajG
-akP
-ami
-anA
-aoH
-apY
-arr
-asJ
-ahH
-avp
-awx
-axB
-ahD
-ahD
-ahD
-ajs
-aDX
-aFt
-aGQ
-aIn
-aJx
-aKL
-aMr
-aNG
-aPj
-aQF
-aRQ
-aRQ
-aUB
-aIm
-aXG
-aZp
-baw
-bcs
-bdM
+aeq
+ajA
+akJ
+amc
+anu
+aoz
+apQ
+arj
+asz
+ahB
+avd
+awk
+axl
+ahx
+ahx
+ahx
+ajm
+aDE
+aEV
+aGp
+aHE
+aIN
+aJY
+aLA
+aMM
+aOh
+aPB
+aQH
+aQH
+aTm
+aHD
+aWk
+aXS
+aYX
+baT
+bci
aaf
-bhc
-bjd
-bkR
-bmu
-bow
-bqw
-bsQ
-buW
-buW
-buW
-bAp
-buW
-bhe
-bFu
-bHb
-bIM
+bft
+bhr
+bjf
+bkG
+bmF
+boz
+bqR
+bsU
+bsU
+bsU
+byl
+bsU
+bfv
+bDp
+bEU
+bGF
aaf
aaf
-bNH
-bPw
-bQR
-bSA
+bLv
+bNk
+bOF
+bQo
+bRG
+bSI
bTS
-bUU
-bWe
-baw
-aZo
-cah
-cbv
-ccH
-cer
-cep
-cha
-cip
-cjw
-ckP
-cml
-cnN
-coS
-cqf
-crq
-csK
-cip
-cva
-cOo
-cwP
-cxT
-cyU
-czR
-cAD
-cBv
-cCz
-cDt
-cEB
-cFo
-cGx
-cHq
-cIo
-cHs
-cKd
-cKW
-cLV
-cEC
-ciY
-bVE
-cPo
-cQd
-cQM
-cRs
-aaa
+aYX
+aXR
+bXV
+bZj
+cav
+ccf
+ccd
+ceO
+cgd
+chk
+ciD
+cjZ
+clB
+cmG
+cnT
+cpe
+cqy
+cgd
+csO
+cMc
+cuD
+cvH
+cwI
+cxF
+cyr
+czj
+cAn
+cBh
+cCp
+cDc
+cEl
+cFe
+cGc
+cFg
+cHR
+cIK
+cJJ
+cCq
+cgM
+bTs
+cNc
+cNR
+cOy
+cPd
aaa
aaa
+aaf
aaa
aaa
aaf
@@ -122603,7 +123163,7 @@ aaa
aaa
aaa
aaa
-aaf
+aaa
aaa
aaa
aaa
@@ -122727,116 +123287,116 @@ aaf
aaf
aaf
aaf
-aew
-aew
-aew
-aew
-aew
-aec
-akQ
-amd
-ahH
-aoI
-ahH
-ars
-asK
-ahH
-avq
-awy
-axC
-aju
-aAc
-aBw
-ajs
-aDY
-aFu
-aGR
-aIn
-aJy
-aKM
-aJB
-aJB
-aPk
-aQF
-aRQ
-aRQ
-aUC
-aIm
-aIm
-aZp
-baw
-bcs
-bdM
+aeq
+aeq
+aeq
+aeq
+aeq
+adY
+akK
+alX
+ahB
+aoA
+ahB
+ark
+asA
+ahB
+ave
+awl
+axm
+ajo
+azL
+aBf
+ajm
+aDF
+aEW
+aGq
+aHE
+aIO
+aJZ
+aIR
+aIR
+aOi
+aPB
+aQH
+aQH
+aTn
+aHD
+aHD
+aXS
+aYX
+baT
+bci
aaf
-bhg
-bje
-bhe
-bmv
-box
-bqx
-bsR
-bvc
-bwG
-byB
-bAq
-bCe
-bDR
-bFv
-bHc
-bIT
-bIT
-bMc
-bIT
-bPx
-bPx
-bPx
-bPx
-bIT
-bWf
-baw
-bYK
-caj
-cbx
-ccI
-ces
-cfV
-chb
-cip
-cjx
-ckQ
-cmm
-cnO
-coT
-cqg
-crr
-csL
-cip
-cvb
-bVE
-cwQ
-cxT
-cyV
-czS
-cAE
-cBw
-cCA
-cDu
-cEz
-cFp
-cGy
-cHr
-cHs
-cHt
-cKd
-cKX
-cLW
-cEC
-ciY
-bVE
-cPp
-cQe
-cQN
-cRq
+bfx
+bhs
+bfv
+bkH
+bmG
+boA
+bqS
+bta
+buD
+bwy
+bym
+bAa
+bBM
+bDq
+bEV
+bGM
+bGM
+bJS
+bGM
+bNl
+bNl
+bNl
+bNl
+bGM
+bTT
+aYX
+bWy
+bXX
+bZl
+caw
+ccg
+cdJ
+ceP
+cgd
+chl
+ciE
+cka
+clC
+cmH
+cnU
+cpf
+cqz
+cgd
+csP
+bTs
+cuE
+cvH
+cwJ
+cxG
+cys
+czk
+cAo
+cBi
+cCn
+cDd
+cEm
+cFf
+cFg
+cFh
+cHR
+cIL
+cJK
+cCq
+cgM
+bTs
+cNd
+cNS
+cOz
+cPb
aaa
aaa
aaa
@@ -122860,7 +123420,7 @@ aaa
aaa
aaa
aaa
-aaf
+aaa
aaa
aaa
aaa
@@ -122988,118 +123548,119 @@ aaf
aaf
aaf
aaf
-aiJ
-ajH
-akR
-amj
-anB
-aoJ
-apZ
-art
-asI
-ajJ
-avr
-awq
-axD
-ayU
-aAd
-aBx
-ayU
-aDZ
-aFv
-aGS
-aIn
-aJz
-aKN
-aMs
-aNH
-aPl
-aQG
-aJD
-aTk
-aJD
-aWa
-aIm
-aZp
-baw
-bcs
-bdM
+aiD
+ajB
+akL
+amd
+anv
+aoB
+apR
+arl
+asy
+ajD
+avf
+awd
+axn
+ayD
+azM
+aBg
+ayD
+aDG
+aEX
+aGr
+aHE
+aIP
+aKa
+aLB
+aMN
+aOj
+aPC
+aIT
+aRZ
+aIT
+aUG
+aHD
+aXS
+aYX
+baT
+bci
aaf
aaf
aaf
-bkK
-bmw
-boy
-bqy
-bsS
-bvd
-bwH
-byC
-bAr
-bCf
-bDJ
-bFw
-bHd
-bIU
-bKu
-bMd
-bNK
-bPy
-bQS
-bSB
-bTT
-bIT
-bWg
-bXx
-bYL
-cak
-cby
-ccJ
-cet
-cfW
-chc
-ciq
-cjw
-ckR
-cmn
-cnP
-coU
-cqh
-crs
-csM
-ctU
-cvc
-cvX
-cvX
-cvX
-cvX
-cvX
-cvX
-cvX
-cvX
-cvX
-cEC
-cFq
-cGy
-cHs
-cHs
-cHs
-cKd
-cKY
-cLX
-cMS
-cNK
-bVE
-bVE
-bVE
-bVE
-bVE
-aaa
-aaa
+biY
+bkI
+bmH
+boB
+bqT
+btb
+buE
+bwz
+byn
+bAb
+bBE
+bDr
+bEW
+bGN
+bIm
+bJT
+bLy
+bNm
+bOG
+bQp
+bRH
+bGM
+bTU
+bVl
+bWz
+bXY
+bZm
+cax
+cch
+cdK
+ceQ
+cge
+chk
+ciF
+ckb
+clD
+cmI
+cnV
+cpg
+cqA
+crI
+csQ
+ctL
+ctL
+ctL
+ctL
+ctL
+ctL
+ctL
+ctL
+ctL
+cCq
+cDe
+cEm
+cFg
+cFg
+cFg
+cHR
+cIM
+cJL
+cKG
+cLy
+bTs
+bTs
+bTs
+bTs
+bTs
aaa
aaa
aaa
aaf
+aaf
+aaf
+aaa
aaa
aaa
aaa
@@ -123117,7 +123678,6 @@ aaa
aaa
aaa
aaa
-aaf
aaa
aaa
aaa
@@ -123240,159 +123800,123 @@ aaa
aaf
aaf
aaf
-aed
-aed
-agk
-ahb
-aed
-aed
-ajI
-akS
-ame
-anC
-anC
-anC
-aru
-asM
-auf
-avk
-awz
-axE
-ayV
-aAe
-aBy
-aCH
-aEa
-aFw
-aGT
-aIn
-aJA
-aKO
-aJB
-aJB
-aPk
-aQF
-aRQ
-aRQ
-aJD
-aWb
-aUz
-aZq
-baM
-bcs
-bdM
-aaf
-aaf
-aaf
-bhe
-bhe
-bhe
-bqz
-bsT
-bhe
-bdN
-bdN
-bAs
-bdN
-bDS
-bFx
-bHe
-bIV
-bKv
-bMe
-bNL
-bNL
-bNL
-bSC
-bTU
-bIT
-bWh
-bXy
-bYM
-cah
-cbv
-ccK
-ceu
-cfX
-chd
-cir
-cjy
-ckS
-cmo
-cnQ
-coV
-cqi
-crt
-csN
-cLy
-cvd
-cvX
-cwR
-cxV
-cyW
-czT
-cAF
-cBx
-cCB
-cDv
-cEC
-cFr
-cGy
-cHt
-cIp
-cJi
-cKe
-cKZ
-cLY
-cEC
-ciY
-cyo
-cPq
-cQf
-cPq
-acn
-acn
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
+adZ
+adZ
+age
+agV
+adZ
+adZ
+ajC
+akM
+alY
+cZR
+cZR
+cZR
+arm
+asC
+atT
+auY
+awm
+axo
+ayE
+azN
+aBh
+aCq
+aDH
+aEY
+aGs
+aHE
+aIQ
+aKb
+aIR
+aIR
+aOi
+aPB
+aQH
+aQH
+aIT
+aUH
+aTk
+aXT
+aZn
+baT
+bci
aaf
-aaa
-aaa
-aaa
-aaa
aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaf
+bfv
+bfv
+bfv
+boC
+bqU
+bfv
+bcj
+bcj
+byo
+bcj
+bBN
+bDs
+bEX
+bGO
+bIn
+bJU
+bLz
+bLz
+bLz
+bQq
+bRI
+bGM
+bTV
+bVm
+bWA
+bXV
+bZj
+cay
+cci
+cdL
+ceR
+cgf
+chm
+ciG
+ckc
+clE
+cmJ
+cnW
+cph
+cqB
+cJm
+csR
+ctL
+cuF
+cvJ
+cwK
+cxH
+cyt
+czl
+cAp
+cBj
+cCq
+cDf
+cEm
+cFh
+cGd
+cGW
+cHS
+cIN
+cJM
+cCq
+cgM
+cwc
+cNe
+cNT
+cNe
+ack
+ack
aaf
-aaa
aaf
aaf
aaa
aaf
-aaf
-aai
-aag
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -123422,22 +123946,6 @@ aaa
aaa
aaa
aaa
-"}
-(116,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -123474,6 +123982,8 @@ aaa
aaa
aaa
aaa
+"}
+(116,1,1) = {"
aaa
aaa
aaa
@@ -123493,159 +124003,19 @@ aaa
aaa
aaa
aaa
-aaf
-aaf
aaa
-aed
-aed
-afo
-agl
-ahc
-ahP
-aed
-ajJ
-akT
-amm
-anD
-aoK
-aqa
-arv
-asN
-aug
-avs
-awA
-axF
-aju
-aAf
-aBz
-ajs
-ajs
-ajs
-ajs
-aIn
-aJB
-aKP
-aMt
-aNI
-aPm
-aQF
-aRQ
-aRQ
-aUD
-aWc
-aXH
-aZr
-baN
-bct
-bdN
-bdN
-bdN
-bdN
-bdN
-bmx
-bdN
-bdN
-bdN
-bdN
-bwI
-byD
-bhj
-bCg
-bdN
-bFo
-bHf
-bIW
-bKw
-bMf
-bNM
-bPz
-bQT
-bSD
-bTV
-bIT
-bWi
-baw
-bYM
-cah
-cbw
-ccL
-ceu
-cfY
-che
-cis
-cip
-cip
-cmp
-cip
-cip
-cqj
-cKy
-cqj
-cip
-cve
-cvY
-cwS
-cxW
-cwS
-czT
-cAG
-cBy
-cCC
-cDw
-cEC
-cFs
-cGz
-cHu
-cIq
-cJj
-cKf
-cHt
-cHt
-cMT
-cNL
-cOw
-bVE
-bVE
-bVE
-aaf
aaa
aaa
aaa
aaa
aaa
-aaf
aaa
-cTC
-cTC
-cTy
-cTy
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-aaf
aaa
aaa
-aaf
aaa
aaa
aaa
-aaf
aaa
-aag
-aag
aaa
aaa
aaa
@@ -123679,21 +124049,135 @@ aaa
aaa
aaa
aaa
-"}
-(117,1,1) = {"
aaa
aaa
aaa
aaa
+aaf
+aaf
aaa
+adZ
+adZ
+afi
+agf
+agW
+ahJ
+adZ
+ajD
+akN
+amg
+anw
+aoC
+apS
+arn
+asD
+atU
+avg
+awn
+axp
+ajo
+azO
+aBi
+ajm
+ajm
+ajm
+ajm
+aHE
+aIR
+aKc
+aLC
+aMO
+aOk
+aPB
+aQH
+aQH
+aTo
+aUI
+aWl
+aXU
+aZo
+baU
+bcj
+bcj
+bcj
+bcj
+bcj
+bkJ
+bcj
+bcj
+bcj
+bcj
+buF
+bwA
+bfA
+bAc
+bcj
+bDj
+bEY
+bGP
+bIo
+bJV
+bLA
+bNn
+bOH
+bQr
+bRJ
+bGM
+bTW
+aYX
+bWA
+bXV
+bZk
+caz
+cci
+cdM
+ceS
+cgg
+cgd
+cgd
+ckd
+cgd
+cgd
+cnX
+cIm
+cnX
+cgd
+csS
+ctM
+cuG
+cvK
+cuG
+cxH
+cyu
+czm
+cAq
+cBk
+cCq
+cDg
+cEn
+cFi
+cGe
+cGX
+cHT
+cFh
+cFh
+cKH
+cLz
+cMk
+bTs
+bTs
+bTs
+aaf
aaa
aaa
aaa
aaa
aaa
+aaf
aaa
aaa
aaa
+aaf
aaa
aaa
aaa
@@ -123709,6 +124193,7 @@ aaa
aaa
aaa
aaa
+aaf
aaa
aaa
aaa
@@ -123751,159 +124236,11 @@ aaa
aaa
aaa
aaa
-aaf
aaa
-aed
-aez
-afp
-agm
-ahd
-ahQ
-aiK
-ajK
-akU
-amn
-amn
-aoL
-aqb
-arw
-asO
-auh
-avt
-awB
-axG
-aju
-aAg
-aBA
-aCI
-avw
-avw
-avw
-aIm
-aJC
-aKQ
-aJB
-aNJ
-aPn
-aQH
-aRR
-aTl
-aUE
-aJD
-aUz
-aZp
-baw
-bcu
-bdN
-bfn
-bhh
-bjf
-bkS
-bmy
-bkS
-bqA
-bsU
-bve
-bwJ
-byE
-bAt
-bCh
-bAs
-bFy
-bHg
-bIT
-bKx
-bMg
-bNN
-bPA
-bQU
-bSE
-bTW
-bIT
-bWj
-baw
-bYN
-cal
-cbv
-ccM
-cev
-cfZ
-chf
-cit
-cCY
-ckT
-cmq
-cnR
-cCY
-cqk
-crv
-csO
-ciA
-cNN
-cvX
-cwT
-cwS
-cyX
-czU
-cAG
-cBz
-cCD
-cDx
-cEC
-cSW
-cGA
-cHv
-cIr
-cJk
-cKg
-cLa
-cLZ
-cnW
-ciZ
-cOx
-bVE
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-cTC
-cUl
-cUz
-cUS
-cVc
-cVo
-cVt
-cVD
-cVN
-cVo
-cVt
-dfs
-cVN
-cVo
-cVt
-dfw
-cVB
-cTC
-cXd
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-aaf
aaa
-aai
aaa
+"}
+(117,1,1) = {"
aaa
aaa
aaa
@@ -123936,8 +124273,6 @@ aaa
aaa
aaa
aaa
-"}
-(118,1,1) = {"
aaa
aaa
aaa
@@ -123976,24 +124311,146 @@ aaa
aaa
aaa
aaa
+aaf
aaa
+adZ
+aet
+afj
+agg
+agX
+ahK
+aiE
+ajE
+akO
+amh
+amh
+aoD
+apT
+aro
+asE
+atV
+avh
+awo
+axq
+ajo
+azP
+aBj
+aCr
+avk
+avk
+avk
+aHD
+aIS
+aKd
+aIR
+aMP
+aOl
+aPD
+aQI
+aSa
+aTp
+aIT
+aTk
+aXS
+aYX
+baV
+bcj
+bdH
+bfy
+bht
+bjg
+bkK
+bjg
+boD
+bqV
+btc
+buG
+bwB
+byp
+bAd
+byo
+bDt
+bEZ
+bGM
+bIp
+bJW
+bLB
+bNo
+bOI
+bQs
+bRK
+bGM
+bTX
+aYX
+bWB
+bXZ
+bZj
+caA
+ccj
+cdN
+ceT
+cgh
+cAM
+ciH
+cke
+clF
+dbH
+cnY
+cpj
+cqC
+cgo
+cLB
+ctL
+cuH
+cuG
+cwL
+cxI
+cyu
+czn
+cAr
+cBl
+cCq
+cQD
+cEo
+cFj
+cGf
+cGY
+cHU
+cIO
+cJN
+clK
+cgN
+cMl
+bTs
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
aaa
aaa
+aaf
+aaf
aaa
aaa
+aaf
aaa
aaa
aaa
aaa
aaa
+aaf
aaa
aaa
aaa
aaa
aaa
aaa
+aaf
aaa
aaa
+aaf
aaa
aaa
aaa
@@ -124008,158 +124465,17 @@ aaa
aaa
aaa
aaa
-aaf
aaa
-aee
-aeA
-afq
-agn
-ahe
-ahR
-aiL
-ajL
-akV
-amo
-anE
-amn
-aqc
-arx
-asP
-auf
-avi
-awC
-axH
-ayW
-ayW
-ayW
-ayW
-aza
-aza
-aGU
-aIo
-aJD
-aKR
-aJB
-aJB
-aPo
-aQF
-aRS
-aJD
-aJD
-aWd
-aIm
-aZp
-baw
-bcv
-bdO
-bfo
-bhi
-bjg
-bkS
-bmz
-bkS
-bqB
-bsV
-bvf
-bwK
-byF
-bAu
-bhj
-bdN
-bFz
-bHh
-bIT
-bIT
-bMh
-bNO
-bIT
-bQV
-bSF
-bNO
-bIT
-bWk
-baz
-bYO
-bVe
-cbz
-ccN
-cev
-cga
-chg
-ciu
-cFt
-ckU
-cmr
-cnS
-cFt
-cql
-crw
-csP
-ciA
-cvg
-cvX
-cvX
-cxX
-cvX
-cvX
-cvX
-cxX
-cCE
-cDy
-cEC
-cFu
-cFu
-cFu
-cFu
-cJl
-cKh
-cLb
-cEC
-cnW
-cNM
-bVE
-bVE
aaa
-aaf
aaa
aaa
aaa
aaa
aaa
aaa
-aaf
aaa
-cTC
-cUk
-cUy
-cUR
-cVb
-cVo
-cVs
-cVC
-cVB
-cVo
-cVs
-cVC
-cVB
-cVo
-cVs
-cVC
-cVB
-cTC
-cXb
-cXv
-cXv
-cXv
-cXv
-cXv
-cXv
-deO
-bKF
-cTC
aaa
aaa
-aag
aaa
aaa
aaa
@@ -124180,6 +124496,8 @@ aaa
aaa
aaa
aaa
+"}
+(118,1,1) = {"
aaa
aaa
aaa
@@ -124193,8 +124511,6 @@ aaa
aaa
aaa
aaa
-"}
-(119,1,1) = {"
aaa
aaa
aaa
@@ -124250,174 +124566,161 @@ aaa
aaa
aaa
aaa
-aav
aaa
aaa
+aaf
aaa
+aea
+aeu
+afk
+agh
+agY
+ahL
+aiF
+ajF
+akP
+ami
+anx
+amh
+apU
+arp
+asF
+atT
+auW
+awp
+axr
+ayF
+ayF
+ayF
+ayF
+ayJ
+ayJ
+aGt
+aHF
+aIT
+aKe
+aIR
+aIR
+aOm
+aPB
+aQJ
+aIT
+aIT
+aUJ
+aHD
+aXS
+aYX
+baW
+bck
+bdI
+bfz
+bhu
+bjg
+bkL
+bjg
+boE
+bqW
+btd
+buH
+bwC
+byq
+bfA
+bcj
+bDu
+bFa
+bGM
+bGM
+bJX
+bLC
+bGM
+bOJ
+bQt
+bLC
+bGM
+bTY
+aZa
+bWC
+bSS
+bZn
+caB
+ccj
+cdO
+ceU
+cgi
+cDh
+ciI
+ckf
+clG
+dbI
+cnZ
+cpk
+cqD
+cgo
+csU
+ctL
+ctL
+cvL
+ctL
+ctL
+ctL
+cvL
+cAs
+cBm
+cCq
+cDi
+cDi
+cDi
+cDi
+cGZ
+cHV
+cIP
+cCq
+clK
+cLA
+bTs
+bTs
aaa
+aaf
aaa
aaa
aaa
+cRu
+cRi
+cRi
+cRi
+cRi
+aaf
aaa
+aaf
+aaf
aaa
aaa
+aaf
+aaf
+aaf
aaa
+aaf
+aaf
+aaf
aaa
aaa
+aaf
+aaf
+aaf
+aaf
+aaf
aaa
aaf
aaf
-aef
-aeB
-afr
-ago
-ahf
-ahS
-aiM
-ajM
-akW
-amp
-anF
-aoM
-aqd
-ary
-asQ
-ajJ
-avi
-awC
-axI
-ayW
-aAh
-aBB
-aCJ
-aEb
-aza
-aza
-aIm
-aIm
-aIm
-aIm
-aNK
-aIm
-aIm
-aIm
-aTi
-aUz
-aIm
-aIm
-aZs
-baz
-bcw
-bdN
-bfp
-bhj
-bjh
-bkS
-bmA
-bkS
-bqC
-bsW
-bvg
-bhj
-byG
-bAv
-bCi
-bdN
-bFo
-bHi
-bIX
-bIT
-bMi
-bNP
-bPB
-bQW
-bSG
-bTX
-bVa
-bVU
-baw
-bYN
-aXq
-cbA
-cbA
-cew
-cgb
-cbA
-cbA
-cjB
-ckV
-cms
-cnT
-cbz
-cqm
-crx
-csQ
-ctW
-cvh
-cvZ
-cwU
-cxY
-cyY
-ccI
-cAH
-cBA
-cCF
-cDz
-cED
-cFv
-ccI
-cHw
-cIs
-cJm
-cKi
-cLc
-cMa
-cMU
-cSH
-cTk
-cTu
-cTy
-cTy
-cTy
-cTy
-cTy
-cTy
aaa
aaf
aaf
+aai
+aag
+aaa
aaa
-cTC
-cUn
-cUC
-cUV
-cVe
-cVo
-cVs
-cVB
-cVB
-cVo
-cVs
-cVB
-cVB
-cVo
-cWw
-cWE
-cWL
-cTC
-cXf
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-deP
-cNQ
-cTC
aaa
aaa
-aag
-aag
aaa
aaa
aaa
@@ -124451,7 +124754,8 @@ aaa
aaa
aaa
"}
-(120,1,1) = {"
+(119,1,1) = {"
+aaa
aaa
aaa
aaa
@@ -124506,6 +124810,7 @@ aaa
aaa
aaa
aaa
+aav
aaa
aaa
aaa
@@ -124515,166 +124820,162 @@ aaa
aaa
aaa
aaa
-aav
aaa
aaa
aaa
aaa
aaa
+aaf
+aaf
+aeb
+aev
+afl
+agi
+agZ
+ahM
+aiG
+ajG
+akQ
+amj
+any
+aoE
+apV
+arq
+asG
+ajD
+auW
+awp
+axs
+ayF
+azQ
+aBk
+aCs
+aDI
+ayJ
+ayJ
+aHD
+aHD
+aHD
+aHD
+aMQ
+aHD
+aHD
+aHD
+aRX
+aTk
+aHD
+aHD
+aXV
+aZa
+baX
+bcj
+bdJ
+bfA
+bhv
+bjg
+bkM
+bjg
+boF
+bqX
+bte
+bfA
+bwD
+byr
+bAe
+bcj
+bDj
+bFb
+bGQ
+bGM
+bJY
+bLD
+bNp
+bOK
+bQu
+bRL
+bSO
+bTI
+aYX
+bWB
+aVU
+bZo
+bZo
+cck
+cdP
+bZo
+bZo
+chp
+ciJ
+ckg
+clH
+bZn
+coa
+cpl
+cqE
+crK
+csV
+ctN
+cuI
+cvM
+cwM
+caw
+cyv
+czo
+cAt
+cBn
+cCr
+cDj
+caw
+cFk
+cGg
+cHa
+cHW
+cIQ
+cJO
+cKI
+cQr
+cQR
+cRa
+cRe
+cRe
+cRe
+cRe
+cRe
+cRi
+dbX
+dcg
+dcs
+cRi
+dcE
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+aaf
+aaa
aaa
aaf
aaa
-aeg
-aeC
-afs
-agp
-ahg
-ahT
-aiN
-ajN
-akX
-amq
-boY
-aoN
-aqe
-arz
-asR
-aui
-avi
-awD
-axG
-ayX
-aAi
-aBC
-aCK
-aEc
-aFx
-aGV
-aIp
-aJE
-aKS
-aMu
-aNL
-aPp
-aIp
-aRT
-aMC
-aMC
-aMC
-aTp
-aZp
-baO
-bcs
-bdN
-bfq
-bhk
-bji
-bkT
-bmB
-boz
-bqD
-bsX
-bvh
-bwL
-byH
-bAw
-bCj
-bdN
-bFA
-bHj
-bIY
-bIT
-bMj
-bNQ
-bPC
-bQX
-bSH
-bTX
-bVa
-bVU
-baw
-bYN
-aXs
-cbA
-ccO
-cex
-cgc
-chh
-civ
-cjC
-ckW
-cmt
-cnU
-cbz
-cqn
-cry
-csR
-ctX
-cvi
-cwa
-cwV
-cxZ
-cyZ
-cyZ
-cAI
-cBB
-cCG
-cDA
-ctX
-cyZ
-cyZ
-cHx
-cIt
-cJn
-cKj
-cLd
-cMb
-cSn
-cSJ
-cTt
-cTw
-cTz
-cTA
-dcN
-dcN
-dcQ
-cTy
aaa
aaa
aaf
aaa
-cTC
-cUm
-cUA
-cUU
-cVd
-cVo
-cVu
-cVE
-cVO
-cVo
-cWe
-cWj
-cWo
-cVo
-cVw
-cWD
-cWK
-cWV
-cXe
-cXw
-cTC
-cVB
-deF
-deJ
-cTC
-bxW
-cTC
-cTC
-cTC
-cTC
+aag
+aag
aaa
-aai
aaa
aaa
aaa
@@ -124691,7 +124992,6 @@ aaa
aaa
aaa
aaa
-dfH
aaa
aaa
aaa
@@ -124707,11 +125007,11 @@ aaa
aaa
aaa
aaa
-"}
-(121,1,1) = {"
aaa
aaa
aaa
+"}
+(120,1,1) = {"
aaa
aaa
aaa
@@ -124775,165 +125075,163 @@ aaa
aaa
aaa
aaa
+aav
+aaa
aaa
aaa
aaa
-aaf
-aaf
aaa
-aed
-afk
-aft
-agq
-ahd
-ahU
-aiO
-ajO
-akY
-amr
-anH
-aoO
-boZ
-arA
-asS
-auj
-avk
-awE
-axJ
-ayY
-aAj
-aBD
-aCL
-aEd
-aFy
-aGW
-aIp
-aJF
-aKT
-aMv
-aNM
-aPq
-aQI
-aRU
-aTm
-aUF
-aWe
-aXI
-aZt
-baP
-bcx
-bdN
-bfr
-bhj
-bjj
-bkU
-bmC
-bkS
-bqE
-bsY
-bvi
-bwM
-byI
-bAx
-bCk
-bdO
-bFB
-bHk
-bIZ
-bIT
-bMk
-bNR
-bPD
-bQY
-bSI
-bTY
-bVa
-bVU
-baw
-bYN
-aXs
-cbA
-ccP
-cey
-cgd
-chi
-ciw
-cjB
-ciA
-ciA
-ciA
-ciA
-cqo
-crz
-csS
-ctY
-cvj
-cwb
-cwW
-cya
-cza
-czV
-cAJ
-cBC
-cCH
-cDB
-cEE
-cwb
-cGB
-cHy
-cIu
-cJo
-cKk
-cLe
-cMc
-ciA
-cSI
-cTl
-cTv
-cTy
-cTy
-cTy
-cTy
-dcW
-cTy
aaa
-cTO
-cTC
-cTC
-cTC
-cTC
-cUA
-cUU
-cVg
-cTu
-cVw
-cVG
-cVS
-cWb
-cVw
-cWk
-cWp
-cWb
-cWy
-cVH
-cWN
-cWX
-cXh
-dex
-deC
-cVB
-cVB
-cVB
-cTC
-bxW
-cTC
-dds
-dfA
-cTC
aaf
-aag
+aaa
+aec
+aew
+afm
+agj
+aha
+ahN
+aiH
+ajH
+akR
+amk
+bnh
+aoF
+apW
+arp
+asH
+atW
+auW
+awq
+axq
+ayG
+azR
+aBl
+aCt
+aDJ
+aEZ
+aGu
+aHG
+aIU
+aKf
+aLD
+aMR
+aOn
+aHG
+aQK
+aLK
+aLK
+aLK
+aSe
+aXS
+aZp
+baT
+bcj
+bdK
+bfB
+bhw
+bjh
+bkN
+bmI
+boG
+bqY
+btf
+buI
+bwE
+bys
+bAf
+bcj
+bDv
+bFc
+bGR
+bGM
+bJZ
+bLE
+bNq
+bOL
+bQv
+bRL
+bSO
+bTI
+aYX
+bWB
+aVW
+bZo
+caC
+ccl
+cdQ
+ceV
+cgj
+chq
+ciK
+ckh
+clI
+bZn
+cob
+cpm
+cqF
+crL
+csW
+ctO
+cuJ
+cvN
+cwN
+cwN
+cyw
+czp
+cAu
+cBo
+crL
+cwN
+cwN
+cFl
+cGh
+cHb
+cHX
+cIR
+cJP
+cPX
+cQt
+cQZ
+cRc
+cRf
+cYT
+cRg
+cYT
+cYT
+cRv
+dbY
+dch
+dct
+dcz
+dcF
+cRi
+cSh
+cSp
+cSy
+cSd
+cSh
+dbo
+cSy
+cSd
+cSh
+dbs
+cSn
+cRi
+dde
+ddj
+cTp
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
aaa
aaa
+aai
aaa
aaa
aaa
@@ -124953,6 +125251,7 @@ aaa
aaa
aaa
aaa
+dbD
aaa
aaa
aaa
@@ -124964,12 +125263,13 @@ aaa
aaa
aaa
aaa
-"}
-(122,1,1) = {"
aaa
aaa
aaa
aaa
+"}
+(121,1,1) = {"
+aaa
aaa
aaa
aaa
@@ -125036,157 +125336,160 @@ aaa
aaa
aaa
aaa
-aaf
aaa
-aed
-aed
-afu
-agr
-ahh
-avj
-aed
-ajJ
-akZ
-ams
-anI
-aoP
-aqg
-arz
-asT
-ajJ
-avi
-awF
-axK
-ayZ
-aAk
-aBE
-aCM
-aEe
-aza
-aza
-aIp
-aJG
-aKU
-aKU
-aNN
-aPr
-aQJ
-aRV
-aTn
-aUG
-aPz
-aXJ
-aZu
-baw
-bct
-bdN
-bfs
-bhl
-bjk
-bkV
-bmC
-bkS
-bkS
-bdN
-bdN
-bdN
-byJ
-bdN
-bdN
-bdN
-bFo
-bHd
-bIT
-bIT
-bIT
-bIT
-bIT
-bIT
-bSJ
-bIT
-bIU
-bVV
-baw
-bYP
-cam
-cbA
-ccQ
-cez
-cge
-chj
-cix
-cbA
-cfy
-cmu
-cnV
-coX
-cep
-crA
-csT
-ctZ
-cvk
-cvk
-cwX
-cyb
-cuc
-cuc
-cAK
-cBD
-cCI
-cDC
-cAK
-cAW
-cAW
-cDb
-cAW
-cJp
-cKl
-cLf
-cLf
-cKs
-cNM
-bVE
-bVE
aaa
aaf
+aaf
aaa
-cTy
-dcW
-cTy
-cTy
+adZ
+afe
+afn
+agk
+agX
+ahO
+aiI
+ajI
+akS
+aml
+anA
+aoG
+bni
+arr
+asI
+atX
+auY
+awr
+axt
+ayH
+azS
+aBm
+aCu
+aDK
+aFa
+aGv
+aHG
+aIV
+aKg
+aLE
+aMS
+aOo
+aPE
+aQL
+aSb
+aTq
+aUK
+aWm
+aXW
+aZq
+baY
+bcj
+bdL
+bfA
+bhx
+bji
+bkO
+bjg
+boH
+bqZ
+btg
+buJ
+bwF
+byt
+bAg
+bck
+bDw
+bFd
+bGS
+bGM
+bKa
+bLF
+bNr
+bOM
+bQw
+bRM
+bSO
+bTI
+aYX
+bWB
+aVW
+bZo
+caD
+ccm
+cdR
+ceW
+cgk
+chp
+cgo
+cgo
+cgo
+cgo
+coc
+cpn
+cqG
+crM
+csX
+ctP
+cuK
+cvO
+cwO
+cxJ
+cyx
+czq
+cAv
+cBp
+cCs
+ctP
+cEp
+cFm
+cGi
+cHc
+cHY
+cIS
+cJQ
+cgo
+cQs
+cQS
+cRb
+cRe
+cRe
+cRe
+cRe
+cRe
+cRi
+dbZ
+dci
+dcu
+cRi
+cRe
+cRi
+cSg
+cSo
+cSn
+cSd
+cSg
+cSo
+cSn
+cSd
+cSg
+cSo
+cSn
+cRi
+cTA
+cTn
cTC
-cTR
-cTU
-cTY
-cUo
-cUD
-cUW
-cVf
-cVp
-cVv
-cVF
-cVR
-cVZ
-cWf
-cVF
-cVR
-cWu
-cWx
-cYU
-deT
-cWW
-cXg
-cXx
-deB
-deB
-deG
-cVB
cTC
-deQ
-cTo
-deV
-dds
-cTy
+cTC
+cTC
+cTC
+cTC
+cTC
+daO
+bIx
+cRi
+aaf
+aaf
+aag
+aaa
aaa
aaa
aaa
@@ -125222,7 +125525,7 @@ aaa
aaa
aaa
"}
-(123,1,1) = {"
+(122,1,1) = {"
aaa
aaa
aaa
@@ -125295,156 +125598,156 @@ aaa
aaa
aaf
aaa
-aaa
-aed
-aed
-ags
+adZ
+adZ
+afo
+agl
ahb
-aed
-aed
-ajP
-ala
-amt
-anJ
-anJ
-anJ
-arB
-asU
-auk
-avu
-awG
-axL
-ayW
-aAl
-aBF
-aCN
-aEf
-aFz
-aGX
-aIp
-aJH
-aKV
-aMw
-aNO
-aPs
-aQK
-aRW
-aTo
-aUH
-aWf
-aTp
-aZp
-baw
-bcs
-bdN
-bft
-bhm
-bjl
-bkW
-bmD
-bkS
-bqF
-bdN
-bvj
-bwN
-byK
-bAy
-bCl
-bDT
-bFC
-bHl
-bJa
-bKy
-bMl
-bNS
-bPE
-bQZ
-bSK
-bTZ
-bVb
-bWm
-bXz
-bYQ
-bVe
-cbA
-cbA
-cbA
-cbA
-cbA
-cbA
-cbA
-ckX
-cmv
-cnW
-ciA
-cqp
-crB
-csU
-cua
-cvl
-cwc
-cwY
-cyc
-czb
-cuc
-cAL
-cBE
-cCJ
-cHD
-cEF
-cAW
-cGC
-cGC
-cGC
-cJq
-cKm
-cLg
-cMd
-cKs
-cNI
-cfy
-bVE
+auX
+adZ
+ajD
+akT
+amm
+anB
+aoH
+apY
+arp
+asJ
+ajD
+auW
+aws
+axu
+ayI
+azT
+aBn
+aCv
+aDL
+ayJ
+ayJ
+aHG
+aIW
+aKh
+aKh
+aMT
+aOp
+aPF
+aQM
+aSc
+aTr
+aOx
+aWn
+aXX
+aYX
+baU
+bcj
+bdM
+bfC
+bhy
+bjj
+bkO
+bjg
+bjg
+bcj
+bcj
+bcj
+bwG
+bcj
+bcj
+bcj
+bDj
+bEW
+bGM
+bGM
+bGM
+bGM
+bGM
+bGM
+bQx
+bGM
+bGN
+bTJ
+aYX
+bWD
+bYa
+bZo
+caE
+ccn
+cdS
+ceX
+cgl
+bZo
+cdm
+cki
+clJ
+cmL
+ccd
+cpo
+cqH
+crN
+csY
+csY
+cuL
+cvP
+crQ
+crQ
+cyy
+czr
+cAw
+cBq
+cyy
+cyK
+cyK
+cAP
+cyK
+cHd
+cHZ
+cIT
+cIT
+cIg
+cLA
+bTs
+bTs
aaa
aaf
aaa
-cTy
-dcY
-dcN
-cTB
-cTP
-cTT
-cTW
-cUj
-cUp
-cUF
-cUY
-cVi
-cVr
-cVy
-cVI
-cVV
-cWd
-cWd
-cYG
-cYH
-cWd
-cWd
-cWd
-cWP
-cWY
-cXj
-dez
-cVB
-cVB
-cVC
-deL
-cTC
-deR
-deS
-deW
-dfz
-cTC
-cXl
+aaa
+aaa
+cRw
+cRi
+dcj
+cRx
+cRi
+cRD
+cSd
+cSg
+cSn
+cSn
+cSd
+cSg
+cSn
+cSn
+cSd
+cSg
+cSn
+cSn
+cRi
+cRi
+cTq
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+daP
+cLE
+cRi
+aaa
+aaa
+aaf
+aag
+aaa
aaa
aaa
aaa
@@ -125479,7 +125782,8 @@ aaa
aaa
aaa
"}
-(124,1,1) = {"
+(123,1,1) = {"
+aaa
aaa
aaa
aaa
@@ -125550,162 +125854,156 @@ aaa
aaa
aaa
aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aiJ
-ajQ
-alb
-amu
-anK
-aoQ
-aqh
-arC
-asV
-aqi
-ajs
-awH
-axM
-ayW
-aAm
-aBG
-aCO
-aEg
-aza
-aGY
-aIq
-aJI
-aKW
-aMx
-aNP
-aPt
-aIp
-aRX
-aPw
-aUI
-aWg
-aXK
-aZp
-baw
-bcs
-bdN
-bdN
-bdN
-bdN
-bdN
-bdN
-bdN
-bdN
+aaa
+aaa
+adZ
+adZ
+agm
+agV
+adZ
+adZ
+ajJ
+akU
+amn
+dap
+dap
+dap
+ars
+asK
+atY
+avi
+awt
+axv
+ayF
+azU
+aBo
+aCw
+aDM
+aFb
+aGw
+aHG
+aIX
+aKi
+aLF
+aMU
+aOq
+aPG
+aQN
+aSd
+aTs
+aUL
+aSe
+aXS
+aYX
+baT
+bcj
bdN
-bvk
-bdK
-bdK
-bdK
-bdK
-bDU
-bFD
-bHm
-bJb
-bdK
-bdK
-bdK
-bdK
-bdK
-bdK
-bdK
-bdK
-bWe
-baw
-bYR
-can
-cbB
-ctu
-ctV
-cgf
-chk
-ciy
-cjD
-ckY
-cmw
-cnX
-coY
-cqq
-crC
-csV
-cub
-cvm
-cwd
-cwZ
-cyd
-czc
-cuc
-cAM
-cBF
-cCK
-cDE
-cEF
-cAW
-cGD
-cGD
-cGD
-cJq
-cKn
-cLh
-cMe
-cKs
-ciY
-ccf
-bVE
-aaf
-aaf
-aaf
-cTy
-cTy
-cTy
-cTy
-cTC
-cTS
-cTV
-cUi
-cTC
-cUE
-cUX
-cVh
-cVq
-cVx
-cVH
-cVU
-cWc
-cWg
-cVH
-cWq
-cWv
-cWg
-cYU
-deU
-cVh
-cXi
-dey
-deD
-cVB
-deH
-deK
-cTC
-bKD
-cTo
-deV
-dds
-cTy
+bfD
+bhz
+bjk
+bkP
+bjg
+boI
+bcj
+bth
+buK
+bwH
+byu
+bAh
+bBO
+bDx
+bFe
+bGT
+bIq
+bKb
+bLG
+bNs
+bON
+bQy
+bRN
+bSP
+bUa
+bVn
+bWE
+bSS
+bZo
+bZo
+bZo
+bZo
+bZo
+bZo
+bZo
+ciL
+ckj
+clK
+cgo
+cod
+cpp
+cqI
+crO
+csZ
+ctQ
+cuM
+cvQ
+cwP
+crQ
+cyz
+czs
+cAx
+cFr
+cCt
+cyK
+cEq
+cEq
+cEq
+cHe
+cIa
+cIU
+cJR
+cIg
+cLw
+cdm
+bTs
aaa
aaf
aaa
aaa
+aaf
+cRi
+cRh
+dck
+cRz
+cRB
+cRN
+cSd
+cRU
+cSq
+cRZ
+cSd
+dcP
+cSN
+cSD
+cSd
+dcU
+cTc
+dcX
+cSd
+ddf
+ddk
+cTj
+cTD
+cRi
+cSn
+daF
+daJ
+cRi
+bvT
+cRi
+cRi
+cRi
+cRi
aaa
+aai
aaa
aaa
aaa
@@ -125735,13 +126033,13 @@ aaa
aaa
aaa
aaa
-"}
-(125,1,1) = {"
aaa
aaa
aaa
aaa
aaa
+"}
+(124,1,1) = {"
aaa
aaa
aaa
@@ -125808,158 +126106,163 @@ aaa
aaa
aaa
aaa
-aaf
aaa
-aeE
-aeE
-aeF
-aeE
-aeE
-aiP
-aiP
-alc
-amv
-aiP
-aoR
-aqi
-arD
-aqi
-aqi
-avv
-awI
-axN
-aza
-aza
-aza
-aza
-aza
-aza
-aoZ
-aIp
-aIp
-aIp
-aIp
-aIp
-aIp
-aIp
-aRY
-aTp
-aUJ
-aWg
-aXL
-aZp
-baw
-bcy
-bdP
-bfu
-bhn
-bjm
-bkX
-bmE
-boA
-bqG
-bsZ
-bvl
-bwO
-bfu
-bAz
-bdP
-bDV
-bFE
-bHn
-bJc
-bJc
-bMm
-bNT
-bPF
-bRa
-bSL
-bUa
-bVc
-bWn
-bXn
-bYS
-bVe
-bVe
-bVe
-bVe
-bVe
-chl
-ciz
-bVE
-cce
-cmx
-cDd
-ciA
-cqr
-crD
-ceu
-cuc
-cvn
-cwe
-cxa
-cye
-czd
-cuc
-cAN
-cBG
-cCL
-cDF
-cEG
-cAW
-cGE
-cHz
-cHz
-cJq
-cKo
-cLi
-cMf
-cKs
-cSK
-cOB
-cmZ
aaa
aaa
aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aaf
+aiD
+ajK
+akV
+amo
+anC
+aoI
+apZ
+art
+asL
+aqa
+ajm
+awu
+axw
+ayF
+azV
+aBp
+aCx
+aDN
+ayJ
+aGx
+aHH
+aIY
+aKj
+aLG
+aMV
+aOr
+aHG
+aQO
+aOu
+aTt
+aUM
+aWo
+aXS
+aYX
+baT
+bcj
+bcj
+bcj
+bcj
+bcj
+bcj
+bcj
+bcj
+bcj
+bti
+bcg
+bcg
+bcg
+bcg
+bBP
+bDy
+bFf
+bGU
+bcg
+bcg
+bcg
+bcg
+bcg
+bcg
+bcg
+bcg
+bTS
+aYX
+bWF
+bYb
+bZp
+cri
+crJ
+cdT
+ceY
+cgm
+chr
+ciM
+ckk
+clL
+cmM
+coe
+cpq
+cqJ
+crP
+cta
+ctR
+cuN
+cvR
+cwQ
+crQ
+cyA
+czt
+cAy
+cBs
+cCt
+cyK
+cEr
+cEr
+cEr
+cHe
+cIb
+cIV
+cJS
+cIg
+cgM
+bZT
+bTs
+aaf
+aaf
+aaf
aaa
aaa
+cRi
+dca
+dcl
+cRy
+cRA
+cRM
+cRa
+cSj
+cSs
+cSB
+cSI
+cSj
+cSO
+cSS
+cSI
+cSj
+cTb
+cST
+cSd
+cSL
+cVa
+cTr
+cRY
+daC
+cSn
+cSn
+cSn
+cRi
+bvT
+cRi
+cZv
+cZv
+cRi
+aaf
+aag
aaa
aaa
-cTQ
-cTC
-cTX
-cTC
-cTC
-cUG
-cUX
-cVk
-cTu
-cVA
-cVL
-cVX
-cWb
-cWi
-cWn
-cVX
-cWb
-cVx
-cVH
-cWR
-cXa
-cXr
-deA
-deC
-cVB
-cVB
-deN
-cTC
-cXs
-cTC
-dds
-dds
-cTC
-aaa
-aag
aaa
aaa
aaa
@@ -125993,8 +126296,7 @@ aaa
aaa
aaa
"}
-(126,1,1) = {"
-aaa
+(125,1,1) = {"
aaa
aaa
aaa
@@ -126058,165 +126360,162 @@ aaa
aaa
aaa
aaa
-aav
aaa
aaa
aaa
aaa
aaa
aaa
-aaf
aaa
-aeE
-afv
-agt
-agt
-agt
-aiQ
-ajR
-ald
-amw
-aiP
-aoS
-aqi
-arE
-asW
-aul
-avw
-awJ
-axO
-ahD
-aAn
-aBH
-aCP
-aEh
-aCP
-aGZ
-aCP
-aJJ
-aKX
-aMy
-aNQ
-aPu
-aQL
-aRW
-aPw
-aUI
-aWg
-aXM
-aZv
-baQ
-bcz
-bcf
-bfv
-bcf
-bjn
-bkY
-bmF
-aXB
-aXB
-bta
-bvm
-aXB
-byL
-aXB
-aXB
-bDW
-bFF
-bHo
-bJd
-bKz
-byL
-aXB
-aXB
-aXB
-aXB
-aXB
-aXB
-aXB
-bXA
-bYT
-cao
-cbC
-ccS
-ceB
-bVe
-chl
-ciA
-ciA
-ciA
-ciA
-ciA
-ciA
-cep
-crE
-ceu
-cuc
-cvo
-cwf
-cxb
-cye
-cze
-cuc
-cAO
-cBH
-cCM
-cDG
-cEH
-cAW
-cGF
-cHz
-cIv
-cJq
-cKp
-cLj
-cMg
-cKs
-cNR
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
aaa
+aaf
aaa
+aey
+aey
+aez
+aey
+aey
+aiJ
+aiJ
+akW
+amp
+aiJ
+aoJ
+aqa
+aru
+aqa
+aqa
+avj
+awv
+axx
+ayJ
+ayJ
+ayJ
+ayJ
+ayJ
+ayJ
+aoR
+aHG
+aHG
+aHG
+aHG
+aHG
+aHG
+aHG
+aQP
+aSe
+aTu
+aUM
+aWp
+aXS
+aYX
+baZ
+bcl
+bdO
+bfE
+bhA
+bjl
+bkQ
+bmJ
+boJ
+bra
+btj
+buL
+bdO
+byv
+bcl
+bBQ
+bDz
+bFg
+bGV
+bGV
+bKc
+bLH
+bNt
+bOO
+bQz
+bRO
+bSQ
+bUb
+bVb
+bWG
+bSS
+bSS
+bSS
+bSS
+bSS
+ceZ
+cgn
+bTs
+bZS
+ckl
+cAR
+cgo
+cof
+cpr
+cci
+crQ
+ctb
+ctS
+cuO
+cvS
+cwR
+crQ
+cyB
+czu
+cAz
+cBt
+cCu
+cyK
+cEs
+cFn
+cFn
+cHe
+cIc
+cIW
+cJT
+cIg
+cQu
+cMp
+ckN
aaa
aaa
aaf
-crZ
-cTC
-cUq
-cUG
-cUX
-cVj
-cVo
-cVz
-cVK
-cVW
-cVo
-cWh
-cWm
-cWt
-cVo
-cWz
-cWG
-cWQ
-cWZ
-cXq
-cXw
-cTC
-deE
-deI
-deM
-cTC
-cXs
-cTC
-cTC
-cTC
-cTC
aaf
-aag
+aaf
+cRe
+cRS
+dcm
+dcv
+cRC
+dcG
+cSe
+cSi
+cSr
+cSA
+cSG
+cSK
+cSr
+cSA
+cSW
+cSK
+cSr
+dcY
+ddc
+cSk
+ddl
+cTk
+cTm
+daB
+daB
+daG
+cSn
+cRi
+ddx
+ddz
+daR
+cZv
+cRe
aaa
aaa
aaa
@@ -126249,12 +126548,12 @@ aaa
aaa
aaa
aaa
-"}
-(127,1,1) = {"
aaa
aaa
aaa
aaa
+"}
+(126,1,1) = {"
aaa
aaa
aaa
@@ -126308,7 +126607,6 @@ aaa
aaa
aaa
aaa
-aav
aaa
aaa
aaa
@@ -126320,160 +126618,165 @@ aaa
aaa
aaa
aaa
+aav
+aaa
aaa
aaa
-aaf
-aaf
-aeF
-afw
-agu
-ahi
-ahi
-aiR
-ajS
-ale
-amx
-anL
-aoT
-ajJ
-arE
-asX
-aul
-avw
-awK
-axP
-ahD
-aAo
-aoX
-agw
-axS
-axS
-axS
-axS
-axS
-axS
-bbt
-aNR
-aPv
-aPv
-aRZ
-aPv
-aUK
-aWg
-aXN
-aZw
-baR
-bcA
-bdQ
-bfw
-bho
-bjo
-bkZ
-bmG
-boB
-bqH
-btb
-btb
-bwP
-byM
-bAA
-bAA
-bAA
-bFG
-bHp
-bJe
-bKA
-bMn
-bKA
-bPG
-bKA
-bKA
-bKA
-bVd
-bWo
-bXB
-bYU
-cap
-cbD
-ccT
-ceC
-bVe
-chl
-ciA
-cjE
-ckZ
-cmy
-cnZ
-cbz
-cqs
-crD
-csW
-cuc
-cvp
-cwg
-cxc
-cyf
-czf
-cuc
-cAP
-cBI
-cCM
-cDH
-cEI
-cAW
-cGG
-cHA
-cGG
-cJq
-cKq
-cLk
-cMh
-cKs
-cRt
-bVE
-cPu
-ciE
-cQP
-cRu
-bVE
aaa
aaa
aaa
aaf
+aaa
+aey
+afp
+agn
+agn
+agn
+aiK
+ajL
+akX
+amq
+aiJ
+aoK
+aqa
+arv
+asM
+atZ
+avk
+aww
+axy
+ahx
+azW
+aBq
+aCy
+aDO
+aCy
+aGy
+aCy
+aIZ
+aKk
+aLH
+aMW
+aOs
+aPH
+aQN
+aOu
+aTt
+aUM
+aWq
+aXY
+aZr
+bba
+baG
+bdP
+baG
+bhB
+bjm
+bkR
+aWf
+aWf
+brb
+btk
+aWf
+bwI
+aWf
+aWf
+bBR
+bDA
+bFh
+bGW
+bIr
+bwI
+aWf
+aWf
+aWf
+aWf
+aWf
+aWf
+aWf
+bVo
+bWH
+bYc
+bZq
+caG
+ccp
+bSS
+ceZ
+cgo
+cgo
+cgo
+cgo
+cgo
+cgo
+ccd
+cps
+cci
+crQ
+ctc
+ctT
+cuP
+cvS
+cwS
+crQ
+cyC
+czv
+cAA
+cBu
+cCv
+cyK
+cEt
+cFn
+cGj
+cHe
+cId
+cIX
+cJU
+cIg
+cLF
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
aaf
-aaf
-cTC
-cUw
-cUP
-cUX
-cVm
-cVo
-cVB
-cVB
-cVs
-cVo
-cVB
-cVB
-cVs
-cVo
-cWC
-cWJ
-cWU
-cTC
-cXt
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cXs
-cTC
+cRe
+cRS
+dcn
+dcw
+cRk
+dcH
+cSf
+cSl
+cSu
+cSa
+cSJ
+cSJ
+cUM
+cUN
+cSJ
+cSJ
+cSJ
+cSV
+cSJ
+cSX
+ddm
+cTt
+daA
+cSn
+cSn
+cSo
+daL
+cRi
+daQ
+ddA
+daS
+dbv
+cTT
+ddC
aaf
aaa
aaa
-aag
-aag
aaa
aaa
aaa
@@ -126507,7 +126810,7 @@ aaa
aaa
aaa
"}
-(128,1,1) = {"
+(127,1,1) = {"
aaa
aaa
aaa
@@ -126565,6 +126868,7 @@ aaa
aaa
aaa
aaa
+aav
aaa
aaa
aaa
@@ -126578,158 +126882,414 @@ aaa
aaa
aaa
aaa
+aaf
+aaf
+aez
+afq
+ago
+ahc
+ahc
+aiL
+ajM
+akY
+amr
+anD
+aoL
+ajD
+arv
+asN
+atZ
+avk
+awx
+axz
+ahx
+azX
+aoP
+agq
+axC
+axC
+axC
+axC
+axC
+axC
+aZU
+aMX
+aOt
+aOt
+aQQ
+aOt
+aTv
+aUM
+aWr
+aXZ
+aZs
+bbb
+bcm
+bdQ
+bfF
+bhC
+bjn
+bkS
+bmK
+boK
+brc
+brc
+buM
+bwJ
+byw
+byw
+byw
+bDB
+bFi
+bGX
+bIs
+bKd
+bIs
+bNu
+bIs
+bIs
+bIs
+bSR
+bUc
+bVp
+bWI
+bYd
+bZr
+caH
+ccq
+bSS
+ceZ
+cgo
+chs
+ciN
+ckm
+clN
+bZn
+cog
+cpr
+cqK
+crQ
+ctd
+ctU
+cuQ
+cvT
+cwT
+crQ
+cyD
+czw
+cAA
+cBv
+cCw
+cyK
+cEu
+cFo
+cEu
+cHe
+cIe
+cIY
+cJV
+cIg
+cPe
+bTs
+cNi
+cgs
+cOB
+cPf
+bTs
+aaf
+cRe
+cRS
+dco
+dcx
+dcA
+dcI
+cRR
+cRV
+cRX
+cSb
+dcO
+dcQ
+cRX
+cSb
+dcT
+dcQ
+cRX
+dcZ
+ddd
+cTa
+ddn
+cTs
+ddu
+daD
+cSn
+daH
+daK
+cRi
+bIv
+ddz
+ddB
+cZv
+cRe
aaa
aaf
aaa
-aeE
-afx
-agv
-agv
-agv
-aiS
-ajT
-alf
-amy
-aeE
-aoU
-ajJ
-arF
-asW
-aul
-avw
-awL
-axQ
-ahD
-aFa
-aoX
-agw
-aEi
-axS
-aHa
-axS
-aJK
-axS
-bdk
-aNS
-aPw
-aPx
-aSa
-aPx
-aUL
-alw
-aXO
-alw
-baS
-baS
-baS
-baS
-bhp
-bjp
-bla
-bmH
-boC
-bqI
-boF
-boD
-boF
-boG
-bFQ
-boG
-bDX
-bFH
-bHq
-bJf
-boG
-bUZ
-bMo
-bPH
-bRb
-bRb
-bMo
-bVe
-bWp
-bXC
-bYV
-cao
-cbE
-ccU
-ceD
-bVe
-chm
-ciA
-cjF
-cla
-cmz
-coa
-coZ
-cqt
-crF
-csX
-cuc
-cvq
-cwh
-cxd
-cyg
-czg
-cuc
-cAQ
-cBJ
-cCN
-cDI
-cEJ
-cFw
-cGH
-cHB
-cIw
-cJr
-cKr
-cLl
-cMi
-cKs
-ciY
-bVE
-cPv
-bZQ
-bZQ
-cRv
-bVE
aaa
aaa
aaa
aaa
aaa
-aaf
-cTC
-cUv
-cUH
-cUZ
-cVl
-cVo
-cVB
-cVC
-cVs
-cVo
-cVB
-cVC
-cVs
-cVo
-cWB
-cWH
-cWT
-cTC
-cXs
-cXs
-cXs
-cXs
-cXs
-cXs
-cXs
-cXs
-cTC
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(128,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaf
aaa
-aai
+aey
+afr
+agp
+agp
+agp
+aiM
+ajN
+akZ
+ams
+aey
+aoM
+ajD
+arw
+asM
+atZ
+avk
+awy
+axA
+ahx
+aEC
+aoP
+agq
+aDP
+axC
+aGz
+axC
+aJa
+axC
+bbG
+aMY
+aOu
+aOv
+aQR
+aOv
+aTw
+alq
+aWs
+alq
+aZt
+aZt
+aZt
+aZt
+bfG
+bhD
+bjo
+bkT
+bmL
+boL
+bmO
+bmM
+bmO
+bmP
+bDL
+bmP
+bBS
+bDC
+bFj
+bGY
+bmP
+bSN
+bKe
+bNv
+bOP
+bOP
+bKe
+bSS
+bUd
+bVq
+bWJ
+bYc
+bZs
+caI
+ccr
+bSS
+cfa
+cgo
+cht
+ciO
+ckn
+clO
+cmN
+coh
+cpt
+cqL
+crQ
+cte
+ctV
+cuR
+cvU
+cwU
+crQ
+cyE
+czx
+cAB
+cBw
+cCx
+cDk
+cEv
+cFp
+cGk
+cHf
+cIf
+cIZ
+cJW
+cIg
+cgM
+bTs
+cNj
+bXE
+bXE
+cPg
+bTs
+aaa
+cRi
+dcb
+cZa
+cSt
+dcB
+dcJ
+cRa
+cSm
+cSw
+cSE
+cSI
+cSM
+cSR
+cSE
+cSI
+dcV
+cTe
+dda
+cSd
+cSZ
+ddn
+cTz
+ddv
+daC
+cSn
+cSn
+daN
+cRi
+cTA
+cRi
+cZv
+dbw
+cRi
+aaa
+aag
+aaa
aaa
aaa
aaa
@@ -126838,154 +127398,153 @@ aaa
aaa
aaf
aaa
-aeE
-aeE
-aeF
-aeE
-aeE
-aeE
-aeE
-aeE
-aeE
-aeE
-aoV
-ajJ
-arG
-asY
-ajJ
-avw
-awM
-axR
-ahD
-aAp
-aoX
-agw
-aEj
-axS
-aHb
-axS
-aJL
-axS
-bbG
-aNS
-aPx
-aPy
-aSa
-aPw
-aUM
-alw
-aXP
-aZx
-baS
-bcB
+aey
+aey
+aez
+aey
+aey
+aey
+aey
+aey
+aey
+aey
+aoN
+ajD
+arx
+asO
+ajD
+avk
+awz
+axB
+ahx
+azY
+aoP
+agq
+aDQ
+axC
+aGA
+axC
+aJb
+axC
+bah
+aMY
+aOv
+aOw
+aQR
+aOu
+aTx
+alq
+aWt
+aYa
+aZt
+bbc
+bcn
bdR
-bfx
-baS
-bjq
-blb
-bmI
-boD
-bqJ
-btc
-bvn
-boF
-byN
-byR
-bCm
-bDY
-byR
-bHr
-bJg
-bKB
-bMo
-bNU
-bPI
-bRc
-bSM
-bUb
-bVf
-bWq
-bXD
-bYW
-bVf
-bWq
-ccV
-bWq
-bVf
-chl
-ciA
-cjG
-clb
-cmA
-cob
-cpa
-cqu
-crG
-csY
-cud
-cud
-cud
-cud
-cud
-cud
-cud
-cAR
-cBK
-cCO
-cDJ
-cEK
-cFx
-cGG
-cHC
-cGG
-cJq
-cKs
-cKs
-cKs
-cKs
-ciY
-bVE
-cPw
-bZQ
-bZQ
-cRw
-bVE
-aaa
-aaf
-aaf
-aaa
+aZt
+bhE
+bjp
+bkU
+bmM
+boM
+brd
+btl
+bmO
+bwK
+bwO
+bAi
+bBT
+bwO
+bFk
+bGZ
+bIt
+bKe
+bLI
+bNw
+bOQ
+bQA
+bRP
+bST
+bUe
+bVr
+bWK
+bST
+bUe
+caJ
+bUe
+bST
+ceZ
+cgo
+chu
+ciP
+cko
+clP
+cmO
+coi
+cpu
+cqM
+crR
+crR
+crR
+crR
+crR
+crR
+crR
+cyF
+czy
+cAC
+cBx
+cCy
+cDl
+cEu
+cFq
+cEu
+cHe
+cIg
+cIg
+cIg
+cIg
+cgM
+bTs
+cNk
+bXE
+bXE
+cPh
+bTs
aaa
+cRi
+dcc
+dcp
+cSt
+cSt
+dcK
+cSd
+cRW
+cSv
+cSc
+cSd
+dcR
+cSQ
+dcS
+cSd
+dcW
+cTg
+ddb
+cSd
+ddg
+ddo
+dds
+cTD
+cRi
+daE
+daI
+daM
+cRi
+cTA
+cRi
+cRi
+cRi
+cRi
aaf
-cTC
-cUx
-cUQ
-cVa
-cVn
-cVo
-cVB
-cVM
-cVY
-cVo
-cVN
-dft
-cVY
-cVo
-cVB
-cVC
-cVs
-cTC
-cXu
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-aaf
-aaa
-aaa
aag
aaa
aaa
@@ -127020,6 +127579,7 @@ aaa
aaa
aaa
aaa
+aaa
"}
(130,1,1) = {"
aaa
@@ -127098,153 +127658,153 @@ aaa
aaf
aaa
aaa
-agw
-ahW
-agw
-ajU
-alg
-amz
-agw
-anG
-ajJ
-ajJ
-ajJ
-ajJ
-ahD
-ahD
-ahD
-ahD
-aHf
-aBI
-aCQ
-aEk
-aFA
-aHc
-aIr
-aFB
-aKY
-aMC
-aNS
-aPy
-aQM
-aSb
-aTq
-aUN
-alw
-alw
-aZy
-baS
-bcC
+agq
+ahQ
+agq
+ajO
+ala
+amt
+agq
+anz
+ajD
+ajD
+ajD
+ajD
+ahx
+ahx
+ahx
+ahx
+aGE
+aBr
+aCz
+aDR
+aFc
+aGB
+aHI
+aFd
+aKl
+aLK
+aMY
+aOw
+aPI
+aQS
+aSf
+aTy
+alq
+alq
+aYb
+aZt
+bbd
+bco
bdS
-bfy
-bhq
-bjr
-blc
-bmJ
-boE
-bqK
-btd
-bvo
-boF
-byO
-bAC
-bCn
-bDY
-bFI
-bHs
-bJh
-bKC
-bMo
-bNV
-bPJ
-bRd
-bSN
-bUc
-bVf
-bWr
-bXE
-bYX
-caq
-cbF
-ccW
-ceE
-bVf
-chn
-ciB
-cjH
-clc
-cmB
-coc
-cbz
-cep
-crH
-csZ
-cue
-cvr
-cwi
-cxe
-cyh
-czh
-cud
-cAS
-cBL
-cCP
-cDK
-cEL
-cFy
-cGI
-cHD
-cIx
-cJs
-cKt
-chP
-dfp
-cgG
-ciY
-bVE
-bVE
-cQi
-cQQ
-bVE
-bVE
-aaa
-aaf
-aaa
-aaa
+bfH
+bhF
+bjq
+bkV
+bmN
+boN
+bre
+btm
+bmO
+bwL
+byy
+bAj
+bBT
+bDD
+bFl
+bHa
+bIu
+bKe
+bLJ
+bNx
+bOR
+bQB
+bRQ
+bST
+bUf
+bVs
+bWL
+bYe
+bZt
+caK
+ccs
+bST
+cfb
+cgp
+chv
+ciQ
+ckp
+clQ
+bZn
+ccd
+cpv
+cqN
+crS
+ctf
+ctW
+cuS
+cvV
+cwV
+crR
+cyG
+czz
+cAD
+cBy
+cCz
+cDm
+cEw
+cFr
+cGl
+cHg
+cIh
+cfD
+dbl
+ceu
+cgM
+bTs
+bTs
+cNW
+cOC
+bTs
+bTs
aaf
+cRi
+dcd
+dcq
+dcy
+cSt
+dcL
+cSd
+cSn
+cSn
+cSg
+cSd
+cSn
+cSn
+cSg
+cSd
+cSn
+cSn
+cSg
+cRi
+cRi
+ddp
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cTA
+cRi
aaf
-cTC
-cTC
-cTy
-cTy
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cTC
-cVB
-dfx
-cVY
-cTC
-cTC
-cTC
aaa
-aaf
-aaf
-aaf
-aaf
-aaf
aaa
aaf
-aaf
-aag
aag
-aaf
+aaa
+aaa
aaa
aaa
aaa
@@ -127354,151 +127914,150 @@ aaf
aaf
aaf
aaa
-agw
-agw
-agw
-agw
-ajk
-alh
-ajk
-agw
-auD
-aqj
-aqj
-asZ
-aum
-aqj
-aqj
-aqj
-aqj
-aAq
-aBJ
-agw
-aEl
-aFB
-aHd
-aIs
-aIs
-aKY
-aMD
-aNT
-aPz
-aQN
-aSc
-aPw
-aUI
-aWh
-alw
-aZz
-baT
-bcD
+agq
+agq
+agq
+agq
+aje
+alb
+aje
+agq
+aur
+aqb
+aqb
+asP
+aua
+aqb
+aqb
+aqb
+aqb
+azZ
+aBs
+agq
+aDS
+aFd
+aGC
+aHJ
+aHJ
+aKl
+aLL
+aMZ
+aOx
+aPJ
+aQT
+aOu
+aTt
+aUN
+alq
+aYc
+aZu
+bbe
+bcp
bdT
-bfz
-bhr
-bjq
-blb
-bmI
-boD
-bqL
-bte
-bvp
-boF
-byP
-byR
-bCo
-bDY
-byR
-bHt
-bJg
-bDY
-bMp
-bNW
-bPK
-bRe
-bSN
-bUd
-bVf
-bWs
-bXF
-bYY
-car
-bXF
-ccX
-ceF
-cgg
-cho
-ciA
-cyw
-cld
-cmC
-cod
-cbz
-cqv
-crI
-cta
-cuf
-cvs
-cwj
-cxf
-cxf
-czi
-cud
-cAT
-cBJ
-cCQ
-cDL
-cEM
-cFz
-cGJ
-cFz
-cIy
-cJt
-cKu
-cLm
-cMj
-cMW
-cNS
-bVE
-cPx
-cfs
-cQR
-cRx
-bVE
-aaa
-aaf
-aaa
-aaa
-aaa
-aaf
-aaa
-aaf
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-cTC
-cTC
-cTC
-cTC
-cTC
+bfI
+bhE
+bjp
+bkU
+bmM
+boO
+brf
+btn
+bmO
+bwM
+bwO
+bAk
+bBT
+bwO
+bFm
+bGZ
+bBT
+bKf
+bLK
+bNy
+bOS
+bQB
+bRR
+bST
+bUg
+bVt
+bWM
+bYf
+bVt
+caL
+cct
+cdU
+cfc
+cgo
+cwk
+ciR
+ckq
+clR
+bZn
+coj
+cpw
+cqO
+crT
+ctg
+ctX
+cuT
+cuT
+cwW
+crR
+cyH
+czx
+cAE
+cBz
+cCA
+cDn
+cEx
+cDn
+cGm
+cHh
+cIi
+cJa
+cJX
+cKK
+cLG
+bTs
+cNl
+cdg
+cOD
+cPi
+bTs
aaa
+cRi
+dce
+cSt
+cSt
+dcC
+dcM
+cSd
+cSn
+cSo
+cSg
+cSd
+cSn
+cSo
+cSg
+cSd
+cSn
+cSo
+cSg
+cRi
+ddh
+ddq
+ddt
+ddt
+ddt
+ddt
+ddw
+cTA
+cTA
+ddy
+cRi
aaf
-aaa
-aaa
-aaa
aaf
aaa
-aaa
-aaa
-aaa
-aaa
aai
aaa
aaa
@@ -127534,6 +128093,7 @@ aaa
aaa
aaa
aaa
+aaa
"}
(132,1,1) = {"
aaa
@@ -127611,151 +128171,151 @@ aaf
aaa
aaf
aaa
-agw
-ahj
-ahX
-ajk
-ajk
-ali
-ajk
-agw
-aoX
-agw
-agw
-ata
-agw
-agw
-agw
-axS
-axS
-axS
-axS
-axS
-aEl
-aFC
-axS
-axS
-axS
-axS
-bgc
-aNU
-aPA
-aPv
-aSd
-aTr
-aUI
-aWi
-alw
-bqT
-baS
-bcE
+agq
+ahd
+ahR
+aje
+aje
+alc
+aje
+agq
+aoP
+agq
+agq
+asQ
+agq
+agq
+agq
+axC
+axC
+axC
+axC
+axC
+aDS
+aFe
+axC
+axC
+axC
+axC
+bev
+aNa
+aOy
+aOt
+aQU
+aSg
+aTt
+aUO
+alq
+boW
+aZt
+bbf
+bcq
bdU
-bfA
-bhs
-bjs
-bld
-bmK
-boF
-boF
-boF
-boF
-boF
-byQ
-bAD
-bCn
-bDZ
-bFJ
-bHt
-bJi
-bDY
-bMq
-bNX
-bPL
-bRf
-bSO
-bNW
-bVg
-bWt
-bXE
-bYZ
-bZd
-bZd
-ccY
-ceG
-bVf
-chp
-ciC
-ciC
-ciC
-ciC
-ciC
-cpb
-cpb
-crJ
-ctb
-cud
-cvt
-cwk
-cxg
-cyi
-czj
-czW
-cAU
-cBM
-cCR
-cDM
-cEN
-cFA
-cGK
-cHE
-cIz
-cJu
-cKv
-bVE
-bVE
-cMX
-bVE
-bVE
-cTx
-cQj
-bYi
-cRy
-bVE
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
+bfJ
+bhG
+bjr
+bkW
+bmO
+bmO
+bmO
+bmO
+bmO
+bwN
+byz
+bAj
+bBU
+bDE
+bFm
+bHb
+bMP
+bKg
+bLL
+bNz
+bOT
+bQC
+bLK
+bSU
+bUh
+bVs
+bWN
+bWR
+bWR
+caM
+ccu
+bST
+cfd
+cgq
+cgq
+cgq
+cgq
+cgq
+cmP
+cmP
+cpx
+cqP
+crR
+cth
+ctY
+cuU
+cvW
+cwX
+cxK
+cyI
+czA
+cAF
+cBA
+cCB
+cDo
+cEy
+cFs
+cGn
+cHi
+cIj
+bTs
+bTs
+cKL
+bTs
+bTs
+cRd
+cNX
+bVW
+cPj
+bTs
aaa
+cRi
+dcf
+dcr
+dcr
+dcD
+dcN
+cSd
+cSn
+cSx
+cSF
+cSd
+cSy
+dbp
+cSF
+cSd
+cSn
+dbt
+cSF
+cRi
+ddi
+ddr
+cTB
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
aaf
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aag
aaa
aaa
aaa
@@ -127868,134 +128428,151 @@ aaf
aaa
aaf
aaf
-agw
-ahk
-ahY
-ajk
-ajV
-alj
-amA
-anM
-aoY
-agw
-arH
-atb
-ajk
-auo
-awN
-axS
-azb
-aAr
-aBK
-aCR
-aEm
-aFD
-aHe
-aIt
-aJM
-axS
-aMF
-aNU
-aPB
-aPw
-aSe
-aPx
-aUI
-aWj
-alw
-aZB
-baS
-bcF
+agq
+ahe
+ahS
+aje
+ajP
+ald
+amu
+anE
+aoQ
+agq
+ary
+asR
+aje
+auc
+awA
+axC
+ayK
+aAa
+aBt
+aCA
+aDT
+aFf
+aGD
+aHK
+aJc
+axC
+aLN
+aNa
+aOz
+aOu
+aQV
+aOv
+aTt
+aUP
+alq
+aYe
+aZt
+bbg
+bcr
bdV
-bfB
-baS
-bjt
-blb
-bmI
-boG
-bqM
-btf
-bvq
-bwQ
-byR
-byR
-bCp
-bDY
-byR
-bHu
-bJj
-bKE
-bMr
-bNY
-bPM
-bRg
-bSP
-bUe
-bVf
-bWu
-bXG
-bZa
-cas
-bZf
-ccZ
-ceH
-bVf
-chl
-ciC
-cjJ
-cjJ
-cjJ
-ciC
-cpc
-cqw
-crK
-ctc
-ciC
-cvu
-cwl
-cxh
-cyj
-czk
-cud
-cAV
-cBN
-cCS
-cDN
-cEO
-cFB
-cAW
-cAW
-cAW
-cAW
-cRt
-bVE
-cMk
-cMY
-cNT
-bVE
-cPz
-cfs
-cQS
-cRw
-bVE
-aaf
-aaf
-aaf
-aaf
+aZt
+bhH
+bjp
+bkU
+bmP
+boP
+brg
+bto
+buN
+bwO
+bwO
+bAl
+bBT
+bwO
+bFn
+bHc
+bIw
+bKh
+bLM
+bNA
+bOU
+bQD
+bRS
+bST
+bUi
+bVu
+bWO
+bYg
+bWT
+caN
+ccv
+bST
+ceZ
+cgq
+chx
+chx
+chx
+cgq
+cmQ
+cok
+cpy
+cqQ
+cgq
+cti
+ctZ
+cuV
+cvX
+cwY
+crR
+cyJ
+czB
+cAG
+cBB
+cCC
+cDp
+cyK
+cyK
+cyK
+cyK
+cPe
+bTs
+cJY
+cKM
+cLH
+bTs
+cNn
+cdg
+cOE
+cPh
+bTs
aaf
-aaa
+cRi
+cRe
+cRe
+cRe
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
+cRi
aaa
aaf
-aaa
-aaa
+aaf
aaf
aaf
aaf
aaa
aaf
aaf
-aaa
-aaa
+aag
+aag
aaf
aaa
aaa
@@ -128031,23 +128608,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
"}
(134,1,1) = {"
aaa
@@ -128123,152 +128683,152 @@ aaa
aaa
aaf
aaa
-acS
-acS
-acS
-acS
-ahZ
-aiU
-ajk
-alk
-ahY
-agw
-aoZ
-agw
-arI
-atc
-aun
-ajk
-ahj
-axS
-azc
-aAs
-aBL
-aCS
-aEn
-aFE
-aME
-axS
-axS
-axS
-aMG
-aNV
-aPC
-aPy
-aSf
-aPy
-aUI
-aWk
-aXQ
-aZC
-baS
-baS
-baS
-baS
-baS
-bju
-ble
-bmL
-boG
-bqN
-btg
-bvr
-bwR
-byS
-bAE
-bCq
-bEa
-bFK
-bHv
-byR
-bDY
-bMs
-bNZ
-bNW
-bRh
-bSQ
-bUf
-bVf
-bWv
-bXG
-bZb
-cat
-bZf
-cda
-ceI
-bVf
-chl
-ciC
-cjJ
-cle
-cjJ
-coe
-cpd
-cqx
-crL
-ctd
-ciC
-cvv
-cwm
-cxi
-cyk
-cyj
-cud
-cAW
-cAW
-cCT
-cDO
-cAW
-cAW
-cnW
-cfx
-cgG
-cwn
-cRL
-bVE
-cMl
-cMZ
-cNU
-bVE
-bVE
-cQk
-bVE
-bVE
-bVE
+acP
+acP
+acP
+acP
+ahT
+aiO
+aje
+ale
+ahS
+agq
+aoR
+agq
+arz
+asS
+aub
+aje
+ahd
+axC
+ayL
+aAb
+aBu
+aCB
+aDU
+aFg
+aLM
+axC
+axC
+axC
+aLO
+aNb
+aOA
+aOw
+aQW
+aOw
+aTt
+aUQ
+aWu
+aYf
+aZt
+aZt
+aZt
+aZt
+aZt
+bhI
+bjs
+bkX
+bmP
+boQ
+brh
+btp
+buO
+bwP
+byA
+bAm
+bBV
+bDF
+bFo
+bwO
+bBT
+bKi
+bLN
+bLK
+bOV
+bQE
+bRT
+bST
+bUj
+bVu
+bWP
+bYh
+bWT
+caO
+ccw
+bST
+ceZ
+cgq
+chx
+ciS
+chx
+clS
+cmR
+col
+cpz
+cqR
+cgq
+ctj
+cua
+cuW
+cvY
+cvX
+crR
+cyK
+cyK
+cAH
+cBC
+cyK
+cyK
+clK
+cdl
+ceu
+cub
+cPw
+bTs
+cJZ
+cKN
+cLI
+bTs
+bTs
+cNY
+bTs
+bTs
+bTs
aaa
-aaf
aaa
aaf
aaf
-aai
-aob
-aob
-aai
-aob
-aob
-aob
-aqJ
-aob
-aob
aaf
-aai
-aob
+aaf
+aaa
aaa
+aaf
+aaf
+aaf
aaa
aaa
+aaf
aaa
aaa
aaa
+aaf
+aaf
aaa
+aaf
+aaf
aaa
+aaf
aaa
aaa
aaa
+aaf
aaa
aaa
aaa
aaa
aaa
+aai
aaa
aaa
aaa
@@ -128380,136 +128940,136 @@ aaf
aaf
aaf
aaf
-acT
-afy
-agx
-acS
-aia
-aiV
-agw
-agw
-agw
-agw
-aoX
-agw
-arJ
-ajk
-auo
-ajk
-awO
-axS
-azd
-aAt
-aBM
-axS
-aEo
-aFF
-aHg
-aIu
-aJN
-axS
-aMH
-aNV
-aPD
-aPy
-aSg
-aPw
-aUI
-aWl
-alw
-aZB
-alw
-bcG
-bdW
-alw
-bht
-bjq
-blb
-bmI
-boG
-bqO
-bth
-bvs
-boG
-byT
-byR
-bCr
-bDY
-byR
-bHr
-byR
-bDY
-bMt
-bNZ
-bNW
-bRd
-bSR
-bPL
-bVh
-bWw
-bXH
-bZc
-bZc
-bZc
-ccX
-ceH
-bVf
-cus
-ciC
-cjJ
-clf
-cmD
-cof
-cpe
-cqy
-crM
-cte
-ciC
-ciC
-cnW
-cnW
-cnW
-cnW
-cnW
-ccf
-bVE
-cCU
-cDP
-cEP
-bVE
-cGL
-cHF
-cgG
-ciY
-cgG
-bVE
-cMm
-cNa
-cNV
-cqD
-cpl
-cQl
+acQ
+afs
+agr
+acP
+ahU
+aiP
+agq
+agq
+agq
+agq
+aoP
+agq
+arA
+aje
+auc
+aje
+awB
+axC
+ayM
+aAc
+aBv
+axC
+aDV
+aFh
+aGF
+aHL
+aJd
+axC
+aLP
+aNb
+aOB
+aOw
+aQX
+aOu
+aTt
+aUR
+alq
+aYe
+alq
+bbh
+bcs
+alq
+bfK
+bhE
+bjp
+bkU
+bmP
+boR
+bri
+btq
+bmP
+bwQ
+bwO
+bAn
+bBT
+bwO
+bFk
+bwO
+bBT
+bKj
+bLN
+bLK
+bOR
+bQF
+bNz
+bSV
+bUk
+bVv
+bWQ
+bWQ
+bWQ
+caL
+ccv
+bST
+csg
+cgq
+chx
+ciT
+ckr
+clT
+cmS
+com
+cpA
+cqS
+cgq
+cgq
+clK
+clK
+clK
+clK
+clK
+bZT
+bTs
+cAI
+cBD
+cCD
+bTs
+cEz
+cFt
+ceu
+cgM
+ceu
+bTs
+cKa
+cKO
+cLJ
+cor
cmZ
+cNZ
+ckN
aaa
aaa
aaa
-aaf
aaa
-aqJ
aaa
aaa
aaf
-aaf
aaa
aaa
-aaf
+aaa
aaf
aaa
aaa
-aaf
+aaa
+aaa
aaf
aaa
-aai
+aaa
+aaa
+aaf
aaa
aaa
aaa
@@ -128637,136 +129197,136 @@ aaa
aaa
aaf
aaa
-acS
-acS
-agy
-acS
-acS
-acS
-acS
-all
-amB
-agw
-apa
-agw
-arK
-arK
-arK
-arK
-arK
-axS
-axS
-axS
-axS
-axS
-aEp
-aFG
-axS
-axS
-axS
-axS
-aMI
-aNW
-aPE
-aPx
-aSh
-aPy
-aUI
-aWm
-alw
-aZD
-baU
-bcH
-bdX
-alw
-bhu
-bjq
-blb
-bmI
-boG
-dfh
-bti
-bvt
-boG
-boG
-bAF
-bCs
-bFQ
-bFL
-bHw
-bFQ
-boG
-bMo
-bOa
-bPN
-bPN
-bSS
-bUg
-bVi
-bWt
-bXI
-bZd
-bZd
-cbG
-ccY
-ceJ
-bVf
-chl
-ciC
-cjK
-clg
-cjJ
-cog
-cpf
-cqz
-crN
-ctf
-cug
-ciC
-cce
-cxj
-cyl
-bVE
-cwn
-cAX
-cBO
-cCV
-cDQ
-cEQ
-cBO
-bYh
-caQ
-cJv
-cKx
-bZQ
-bVE
-bVE
-cNb
-cNb
-cNb
-cNb
-cNb
-cNb
-aaf
-aaf
+acP
+acP
+ags
+acP
+acP
+acP
+acP
+alf
+amv
+agq
+aoS
+agq
+arB
+arB
+arB
+arB
+arB
+axC
+axC
+axC
+axC
+axC
+aDW
+aFi
+axC
+axC
+axC
+axC
+aLQ
+aNc
+aOC
+aOv
+aQY
+aOw
+aTt
+aUS
+alq
+aYg
+aZv
+bbi
+bct
+alq
+bfL
+bhE
+bjp
+bkU
+bmP
+dbd
+brj
+btr
+bmP
+bmP
+byB
+bAo
+bDL
+bDG
+bFp
+bDL
+bmP
+bKe
+bLO
+bNB
+bNB
+bQG
+bRU
+bSW
+bUh
+bVw
+bWR
+bWR
+bZu
+caM
+ccx
+bST
+ceZ
+cgq
+chy
+ciU
+chx
+clU
+cmT
+con
+cpB
+cqT
+crU
+cgq
+bZS
+cuX
+cvZ
+bTs
+cub
+cyL
+czC
+cAJ
+cBE
+cCE
+czC
+bVV
+bYE
+cHj
+cIl
+bXE
+bTs
+bTs
+cKP
+cKP
+cKP
+cKP
+cKP
+clK
aaf
aaf
aaf
-aob
aaf
-cUr
-cUI
-cUT
aaf
-cUr
-cUI
-cUT
+aaa
aaf
-cUr
-cUI
-cUT
aaa
-aob
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -128894,136 +129454,136 @@ aaa
aaa
aaf
aaa
-acT
-afz
-agz
-ahl
-aib
-aiW
-ajA
-alm
-alm
-anN
-apb
-aqk
-arK
-atd
-aup
-arK
-awP
-auz
-arK
-aAu
-aBN
-aCT
-aEq
-aFH
-aHh
-aIv
-aJO
-aKZ
-aMJ
-aNX
-aPF
-aQO
-aSe
-aPx
-aUO
-aWg
-alw
-aZB
-alw
-alw
-alw
-alw
-alw
-bjq
-blb
-bmM
-boG
-bqQ
-btj
-boG
-boG
-byU
-bAG
-bAG
-bAG
-bAG
-bHx
-bEc
-bEc
-bMu
-bOb
-bPO
-bRi
+acQ
+aft
+agt
+ahf
+ahV
+aiQ
+aju
+alg
+alg
+anF
+aoT
+aqc
+arB
+asT
+aud
+arB
+awC
+aun
+arB
+aAd
+aBw
+aCC
+aDX
+aFj
+aGG
+aHM
+aJe
+aKm
+aLR
+aNd
+aOD
+aPK
+aQV
+aOv
+aTz
+aUM
+alq
+aYe
+alq
+alq
+alq
+alq
+alq
+bhE
+bjp
+bkY
+bmP
+boT
+brk
+bmP
+bmP
+bwR
+byC
+byC
+byC
+byC
+bFq
+bBX
+bBX
+bKk
+bLP
+bNC
+bOW
+bQH
+bRV
bST
-bUh
-bVf
-bWx
-bXJ
-bZe
-cau
-bZf
-ccZ
-ceH
-bVf
-chl
-ciC
-cjJ
-cOg
-cjJ
-cog
-cpg
-cqA
-crO
-ctg
-cuh
-ciC
-chR
-cxk
-cym
-bVE
-czX
-bZQ
-bVE
-cCW
-cDR
-cER
-bVE
-cce
-bZQ
-cgG
-cKz
-cRM
-cLn
-cMn
-cNb
-cNW
-cOC
-cPA
-cQm
-cQm
-cQm
+bUl
+bVx
+bWS
+bYi
+bWT
+caN
+ccv
+bST
+ceZ
+cgq
+chx
+cLU
+chx
+clU
+cmU
+coo
+cpC
+cqU
+crV
+cgq
+cfF
+cuY
+cwa
+bTs
+cxL
+bXE
+bTs
+cAK
+cBF
+cCF
+bTs
+bZS
+bXE
+ceu
+cIn
+cPx
+cJb
+cKb
+cKR
+cLK
+cMq
+cNo
+cKP
+aaa
+aaa
+aaa
+aaf
+aaa
+aaf
+aaf
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
aaa
-aqJ
aaa
-cUr
-cUJ
-cUT
aaa
-cUr
-cUJ
-cUT
aaa
-cUr
-cUJ
-cUT
-aaf
-aob
aaa
aaa
aaa
@@ -129151,136 +129711,120 @@ aaa
aaa
aaf
aaa
-acT
-afA
-agA
-ahm
-ahm
-ahm
-ajX
-ahm
-ahm
-anO
-apc
-aql
-arK
-ate
-auq
-arK
-awQ
-axT
-arK
-aAv
-aBO
-aCU
-aEr
-aFI
-aHi
-aIw
-aJP
-aLa
-aMK
-aNY
-aPG
-aQP
-aSi
-aTs
-aUP
-aWn
-alw
-aZE
-aDd
-bcI
-aDd
-bfC
-bhv
-bjv
-blf
-bmI
-boG
-bqR
-btk
-boG
+acQ
+afu
+agu
+ahg
+ahg
+ahg
+ajR
+ahg
+ahg
+anG
+aoU
+aqd
+arB
+asU
+aue
+arB
+awD
+axD
+arB
+aAe
+aBx
+aCD
+aDY
+aFk
+aGH
+aHN
+aJf
+aKn
+aLS
+aNe
+aOE
+aPL
+aQZ
+aSh
+aTA
+aUT
+alq
+aYh
+aCM
+bbj
+aCM
+bdW
+bfM
+bhJ
+bjt
+bkU
+bmP
+boU
+brl
+bmP
+buP
bwS
-byV
-bza
-bza
-bAG
-bAG
-bHy
-bAG
-bKG
-bMo
-bMo
-bMo
-bMo
-bMo
-bUi
-bVf
-bWy
-bXG
-bZf
-cav
-bZf
-ccZ
-ceK
-bVf
-chl
-ciC
-cjM
-clh
-cmE
-ciC
-cph
-cqB
-crP
-cth
-cui
-ciC
-bVE
-cxl
-bVE
-bVE
-ciY
-cfy
-cBP
-cCX
-cDS
-cAK
-cBP
-cBP
-cHG
-cgG
-cQO
-cKz
-cLo
-cMo
-cNc
-cNX
-cOD
-cPB
-cQn
-cQT
-cQn
-cRP
-cRP
-cSM
-aaa
-aaf
-aaf
-cUr
-cUJ
-cUT
-aaf
-cUr
-cUJ
-cUT
-aaf
-cUr
-cUJ
-cUT
+bwX
+bwX
+byC
+byC
+bFr
+byC
+bIy
+bKe
+bKe
+bKe
+bKe
+bKe
+bRW
+bST
+bUm
+bVu
+bWT
+bYj
+bWT
+caN
+ccy
+bST
+ceZ
+cgq
+chA
+ciV
+cks
+cgq
+cmV
+cop
+cpD
+cqV
+crW
+cgq
+bTs
+cuZ
+bTs
+bTs
+cgM
+cdm
+czD
+cAL
+cBG
+cyy
+czD
+czD
+cFu
+ceu
+cOA
+cIn
+cJc
+cKc
+cKQ
+cLL
+cMr
+cNp
+cKP
aaf
-aob
+aaa
+aaa
+aaa
+aaa
aaf
aaa
aaa
@@ -129291,7 +129835,23 @@ aaa
aaa
aaa
aaa
-aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -129408,135 +129968,135 @@ aaa
aaa
aaf
aaa
-acT
-afB
-agA
-ahn
-ahn
-aiX
-ajY
-aln
-agF
-agF
-apd
-apX
-arK
-atf
-aur
-arK
-awR
-axU
-arK
-aIy
-aBO
-aCV
-aEs
-aFJ
-aHj
-aIx
-aJQ
-aLb
-aML
-aNZ
-aPH
-aQQ
-aSj
-aTt
-aUQ
-aWn
-alw
-brl
-alw
-alw
-alx
-alw
-alw
-bjq
-blb
-bmI
-alw
-bqS
-btl
-alw
+acQ
+afv
+agu
+ahh
+ahh
+aiR
+ajS
+alh
+agz
+agz
+aoV
+apP
+arB
+asV
+auf
+arB
+awE
+axE
+arB
+aHP
+aBx
+aCE
+aDZ
+aFl
+aGI
+aHO
+aJg
+aKo
+aLT
+aNf
+aOF
+aPM
+aRa
+aSi
+aTB
+aUT
+alq
+bpo
+alq
+alq
+alr
+alq
+alq
+bhE
+bjp
+bkU
+alq
+boV
+brm
+alq
+buQ
bwT
-byW
-bAH
-bCt
-bEc
-bFM
-bHz
-bJk
-bAG
-bMv
-bMo
-bPP
-bRj
-bSU
-bUj
-bVf
-bWz
-bXF
-bZc
-caw
-bZc
-ccX
-dfI
-bVf
-cuS
-ciC
-cjJ
-cli
-cmF
-coh
-cpi
-cqC
-crQ
-cti
-cuj
-ciC
-cwn
-cxm
-cyn
-cKw
-czY
-bVE
-cBP
-cSV
-cDT
-cES
-cFC
-cBP
-bVE
-bVE
-bVE
-cIA
-cLp
-cRO
-cNd
-cNY
-cOE
-cPC
-cQm
-cQm
-cQm
+byD
+bAp
+bBX
+bDH
+bFs
+bHd
+byC
+bKl
+bKe
+bND
+bOX
+bQI
+bRX
+bST
+bUn
+bVt
+bWQ
+bYk
+bWQ
+caL
+dbE
+bST
+csG
+cgq
+chx
+ciW
+ckt
+clV
+cmW
+coq
+cpE
+cqW
+crX
+cgq
+cub
+cva
+cwb
+cIk
+cxM
+bTs
+czD
+cQC
+cBH
+cCG
+cDq
+czD
+bTs
+bTs
+bTs
+cGo
+cJd
+cPz
+cKP
+cLM
+cMs
+cNq
+cKP
aaa
+aac
aaa
-cSN
aaa
aaf
-aaa
-cUr
-cUJ
-cUT
aaf
-cUr
-cUJ
-cUT
aaa
-cUr
-cUJ
-cUT
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -129665,140 +130225,140 @@ aaa
aaa
aaf
aaf
-acS
-acS
-agB
-ahn
-aic
-aiY
-ajZ
-aiY
-amC
-agF
-apd
-aqn
-arK
-atg
-aus
-arK
-atg
-axV
-arK
-arK
-aBP
-aCW
-aEt
-aFK
-aHk
-avA
-aJR
-aJR
-aJR
-aOa
-aPI
-aQR
-aJR
-aJR
-aJR
-alw
-alw
-bkc
-alw
+acP
+acP
+agv
+ahh
+ahW
+aiS
+ajT
+aiS
+amw
+agz
+aoV
+aqf
+arB
+asW
+aug
+arB
+asW
+axF
+arB
+arB
+aBy
+aCF
+aEa
+aFm
+aGJ
+avo
+aJh
+aJh
+aJh
+aNg
+aOG
+aPN
+aJh
+aJh
+aJh
+alq
+alq
+biq
+alq
aaa
aaa
aaa
-bhw
-bjw
-blg
-bmN
-alw
-bDn
-btm
-alw
-boG
-byX
-bAI
-bCu
-bAG
-bAG
-bza
-bJl
-bAG
-bMw
-bMo
-bPQ
-dfr
-dfr
-bUk
-bVf
-bWA
-bXK
-bZg
-cax
-cbH
-cdb
-ceL
-bVf
-chr
-ciC
-ciC
-ciC
-ciC
-ciC
-ciC
-ciC
-crR
-ciC
-ciC
-ciC
-ciY
-cgG
-bZQ
-bVE
-bVE
-bVE
-cSL
-cCZ
-cDU
-cDb
-cFD
-cBP
+bfN
+bhK
+bju
+bkZ
+alq
+bBj
+brn
+alq
+bmP
+bwU
+byE
+bAq
+byC
+byC
+bwX
+bHe
+byC
+bKm
+bKe
+bNE
+dbn
+dbn
+bRY
+bST
+bUo
+bVy
+bWU
+bYl
+bZv
+caP
+ccz
+bST
+cff
+cgq
+cgq
+cgq
+cgq
+cgq
+cgq
+cgq
+cpF
+cgq
+cgq
+cgq
+cgM
+ceu
+bXE
+bTs
+bTs
+bTs
+cQv
+cAN
+cBI
+cAP
+cDr
+czD
aaf
aaf
-bVE
-bVE
-chM
-bVE
-cNb
-cNb
-cNb
-cNb
-cNb
+bTs
+bTs
+cfA
+bTs
+cKP
+dbN
+dbP
+dbN
+cKP
aaf
aaf
aaf
aaf
-cSN
-aaa
aaf
aaa
-cUr
-cUJ
-cUT
-aaf
-cUr
-cUJ
-cUT
-aaf
-cUr
-cUJ
-cUT
aaa
aaa
-aob
-aob
-aob
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -129922,110 +130482,116 @@ aaa
aaa
aaf
aaa
-acT
-afC
-agA
-aho
-aid
-aiZ
-aka
-alo
-amD
-anP
-ape
-aqo
-arL
-ath
-aut
-avx
-ath
-axW
-aze
-aAw
-aBQ
-aCX
-aEu
-aFK
-aHj
-aVH
-aJR
-aLc
-aMM
-aOb
-aPJ
-aQS
-aSk
-aTu
-aJR
-aWo
-aDd
-avR
-baV
-baV
-bdY
-baV
-baV
-bjx
-blh
-bmO
-boH
-bqU
-btn
-bvu
-bwU
-byY
-bAJ
-bza
-bAG
-bAG
-bHA
-bJm
-bAG
-bMx
-bMo
-bPR
-bRl
-bSV
-bUl
-bMo
-bMo
-bMo
-bVf
-bVf
-bVf
-cdc
-bVf
-bVf
-chs
-ciD
-ciD
-clj
-ciD
-coi
-cKw
-ciD
-crS
-ciD
-ciD
-cvw
-cwo
-cxn
-cyo
-czl
-bZQ
-cAY
-cBR
-cCZ
-cDV
-cDb
-cFE
-cBP
+acQ
+afw
+agu
+ahi
+ahX
+aiT
+ajU
+ali
+amx
+anH
+aoW
+aqg
+arC
+asX
+auh
+avl
+asX
+axG
+ayN
+aAf
+aBz
+aCG
+aEb
+aFm
+aGI
+aUn
+aJh
+aKp
+aLU
+aNh
+aOH
+aPO
+aRb
+aSj
+aJh
+aUU
+aCM
+avF
+aZw
+aZw
+bcu
+aZw
+aZw
+bhL
+bjv
+bla
+bmQ
+boX
+bro
+bts
+buR
+bwV
+byF
+bwX
+byC
+cTR
+bFt
+bHf
+byC
+bKn
+bKe
+bNF
+bOZ
+bQJ
+bRZ
+bKe
+bKe
+bKe
+bST
+bST
+bST
+caQ
+bST
+bST
+cfg
+cgr
+cgr
+ciX
+cgr
+clW
+cIk
+cgr
+cpG
+cgr
+cgr
+ctk
+cuc
+cvb
+cwc
+cwZ
+bXE
+cyM
+czF
+cAN
+cBJ
+cAP
+cDs
+czD
aaf
aaa
aaf
-bVE
-cLq
-bVE
+bTs
+cJe
+bTs
+aaa
+dbN
+dbQ
+dbN
+aaa
+aaa
aaa
aaf
aaa
@@ -130033,28 +130599,22 @@ aaa
aaa
aaa
aaa
-aaf
-aaf
-cSN
aaa
-aaf
aaa
-aaf
-cUK
aaa
aaa
-aaf
-cUK
aaa
aaa
-aaf
-cVP
aaa
aaa
aaa
-aaf
aaa
-aob
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -130179,140 +130739,140 @@ aaa
aaa
aaf
aaa
-acT
-afD
-agC
-ahp
-aid
-aiZ
-aka
-aiZ
-amE
-anQ
-apf
-aqp
-arM
-ati
-auu
-avy
-ati
-axX
-azf
-aAx
-aBR
-aCY
-aEv
-aFL
-aHl
-aWr
-aJR
-aLd
-aMN
-aOc
-aPK
-aOc
-aSl
-aTv
-aJR
-avP
-apj
-aqy
-baV
-bcJ
-bdZ
-bfD
-baV
-bjy
-bli
-bmI
-alw
-alw
-bto
-alw
-bwV
-byZ
-bAK
-bAG
-bza
-bFN
-bza
-bJl
-bAG
-bMy
-bMo
-bPQ
-bRm
-bSW
-bUm
-bVj
-bWB
-bMo
-bZh
-cay
-cbI
-cdd
-ceM
-bVf
-cht
-bVE
-bVE
-bVE
-bVE
-coj
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-bVE
-cxl
-bVE
-bVE
-czZ
-bVE
-cBS
-cCZ
-cDW
-cBP
-cFF
-cBP
+acQ
+afx
+agw
+ahj
+ahX
+aiT
+ajU
+aiT
+amy
+anI
+aoX
+aqh
+arD
+asY
+aui
+avm
+asY
+axH
+ayO
+aAg
+aBA
+aCH
+aEc
+aFn
+aGK
+aUX
+aJh
+aKq
+aLV
+aNi
+aOI
+aNi
+aRc
+aSk
+aJh
+avD
+apb
+aqq
+aZw
+bbk
+bcv
+bdX
+aZw
+bhM
+bjw
+bkU
+alq
+alq
+brp
+alq
+buS
+bwW
+byG
+byC
+bwX
+bDI
+bwX
+bHe
+byC
+bKo
+bKe
+bNE
+bPa
+bQK
+bSa
+bSX
+bUp
+bKe
+bWV
+bYm
+bZw
+caR
+ccA
+bST
+cfh
+bTs
+bTs
+bTs
+bTs
+clX
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+bTs
+cuZ
+bTs
+bTs
+cxN
+bTs
+czG
+cAN
+cBK
+czD
+cDt
+czD
aaf
aaa
aaf
-bVE
-chM
-bVE
+bTs
+cfA
+bTs
aaa
-aaf
-aaf
-aaf
+dbN
+dbP
+dbN
aaf
aaf
aaf
aaf
aaa
-cSO
-cRP
-cRP
-cTZ
-cUs
-cUL
-cUs
-cUs
-cUs
-cUs
-cUs
-cUs
-cVJ
-cUs
-cVT
-cRP
-cRP
-cWr
-aaf
-aob
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -130436,113 +130996,113 @@ aaf
aaf
aaf
aaa
-acT
-afE
-agD
-ahq
-aid
-aja
-akb
-alp
-amF
-anR
-apg
-aqq
-arN
-atj
-auv
-avz
-awS
-auv
-azg
-aAy
-aBS
-aCZ
-auv
-aFM
-aHm
-aIA
-aJR
-aLe
-aMN
-aOc
-aPL
-aOc
-aSm
-aTw
-aJR
-avN
-apk
-apk
-baV
-bcK
-bea
-bfE
-baV
-bjz
-blj
-bmP
-alw
-bqV
-btp
-alw
-bwW
-bza
-bAL
-bCv
-bEd
-bFO
-bHB
-bHy
-bAG
-bMz
-bMo
-bPS
-bPS
-cbJ
-ciR
-bVk
-bWC
-bMo
-cov
-caz
-cru
-cde
-ceN
-bVf
-chu
-ciE
-cjN
-bVE
-cmG
-cok
-cpk
-bVE
-crT
-ctj
-crT
-bVE
-cwp
-cxo
-bZQ
-bVE
-cAa
-bVE
-cSU
-cDa
-cDX
-cDb
-cFG
-cGM
+acQ
+afy
+agx
+ahk
+ahX
+aiU
+ajV
+alj
+amz
+anJ
+aoY
+aqi
+arE
+asZ
+auj
+avn
+awF
+auj
+ayP
+aAh
+aBB
+aCI
+auj
+aFo
+aGL
+aHR
+aJh
+aKr
+aLV
+aNi
+aOJ
+aNi
+aRd
+aSl
+aJh
+avB
+apc
+apc
+aZw
+bbl
+bcw
+bdY
+aZw
+bhN
+bjx
+blb
+alq
+boY
+brq
+alq
+buT
+bwX
+byH
+bAr
+bBY
+bDJ
+bFu
+bFr
+byC
+bKp
+bKe
+bNG
+bNG
+bZx
+cgF
+bSY
+bUq
+bKe
+cmj
+bYn
+cpi
+caS
+ccB
+bST
+cfi
+cgs
+chB
+bTs
+cku
+clY
+cmY
+bTs
+cpH
+cqX
+cpH
+bTs
+cud
+cvc
+bXE
+bTs
+cxO
+bTs
+cQB
+cAO
+cBL
+cAP
+cDu
+cEA
aaf
aaa
aaa
-acn
-cLr
-acn
+ack
+cJf
+ack
aaa
aaf
-aaa
+dbR
aaa
aaa
aaa
@@ -130551,24 +131111,24 @@ aaf
aaa
aaa
aaa
-aaf
aaa
-aaf
-cUM
aaa
aaa
-aaf
-cUM
-aaf
aaa
-aaf
-cVQ
aaa
-aaf
aaa
-aaf
aaa
-aob
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -130693,139 +131253,139 @@ aaa
aaa
aaf
aaa
-acS
-acS
-agE
-ahr
-aie
-ajb
-ajb
-ajb
-amG
-anS
-aph
-aqr
-arK
-arK
-auw
-avA
-arK
-axY
-avA
-aAz
-arK
-avA
-aEw
-arK
-aHn
-avA
-aJR
-aLf
-aMN
-aOc
-aPM
-aQT
-aSn
-aTx
-aUR
-aWp
-aXR
-aXR
-baV
-baV
-beb
-baV
-baV
-bjq
-blb
-bmM
-alw
-bdW
-btq
-alw
-alw
-alw
-bIp
-bCw
-bEe
-bEe
-bHC
-bJn
-bUV
-bAR
-bMo
-bMo
-bMo
-bMo
-bMo
-bVl
-bWD
-bMo
-bVf
-bVf
-bVf
-cdf
-ceO
-bVf
-bZm
-apk
-apj
-bVE
-cmH
-col
-cpl
-cqD
-crU
-ctk
-cuk
-bVE
-cce
-crW
-cyp
-bVE
-cAb
-bVE
-cBU
-cDb
-cDb
-cBP
-aoa
-bnn
+acP
+acP
+agy
+ahl
+ahY
+aiV
+aiV
+aiV
+amA
+anK
+aoZ
+aqj
+arB
+arB
+auk
+avo
+arB
+axI
+avo
+aAi
+arB
+avo
+aEd
+arB
+aGM
+avo
+aJh
+aKs
+aLV
+aNi
+aOK
+aPP
+aRe
+aSm
+aTC
+aUV
+aWv
+aWv
+aZw
+aZw
+bcx
+aZw
+aZw
+bhE
+bjp
+bkY
+alq
+bcs
+brr
+alq
+alq
+alq
+bGi
+bAs
+bBZ
+bBZ
+bFv
+bHg
+bSJ
+byN
+bKe
+bKe
+bKe
+bKe
+bKe
+bSZ
+bUr
+bKe
+bST
+bST
+bST
+caT
+ccC
+bST
+bXa
+apc
+apb
+bTs
+ckv
+clZ
+cmZ
+cor
+cpI
+cqY
+crY
+bTs
+bZS
+cpK
+cwd
+bTs
+cxP
+bTs
+czI
+cAP
+cAP
+czD
+anS
+blx
+aaf
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaf
+dbR
+aaa
+aaf
+aaa
+aaa
+aaf
+aaa
aaf
aaa
aaa
aaa
-aaf
aaa
aaa
-aaf
aaa
aaa
-aaf
aaa
aaa
-aaf
aaa
aaa
aaa
-aaf
aaa
-cUr
-cUN
-cUT
-aaf
-cUr
-cUN
-cUT
-aaf
-cUr
-cUN
-cUT
aaa
aaa
-aob
-aob
-aob
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -130946,142 +131506,142 @@ aaa
aaa
aaf
aaa
-acS
-acS
-acT
-acS
-acS
-afF
-agF
-ahr
-ahr
-ajc
-ajg
-alq
-amH
-anS
-aph
-aqs
-arK
-atk
-aux
-avB
-awT
-axZ
+acP
+acP
+acQ
+acP
+acP
+afz
+agz
+ahl
+ahl
+aiW
+aja
+alk
+amB
+anK
+aoZ
+aqk
+arB
+ata
+aul
+avp
+awG
+axJ
+avp
+aAj
+arB
+aCJ
+aEe
+arB
+boS
+aHS
+aJh
+aKt
+aLW
+aNj
+aOL
+aNj
+aRf
+aSn
+aJh
avB
-aAA
-arK
-aDa
-aEx
-arK
-bqP
-aIB
-aJR
-aLg
-aMO
-aOd
-aPN
-aOd
-aSo
-aTy
-aJR
-avN
-aXR
-aZF
-baW
-bcL
-bec
-bfF
-aXR
-bjq
-blb
-bmQ
-boI
-bqW
-btr
-bvv
-avE
-alw
-bIn
-bCx
-bEf
-bFP
-bHD
-bJo
-bKI
-bAR
-bAR
-bXP
-bRn
-ccR
-bAR
-bVm
-bWE
-bXL
-bZj
-caA
-bXL
-cdg
-ceP
-cgh
-chv
-apk
-cjO
-bVE
-bVE
-bVE
-bVE
-bVE
-crV
-ctl
-bVE
-bVE
-bVE
-cmZ
-bVE
-bVE
-cAa
-bVE
-aaf
-aaf
+aWv
+aYi
+aZx
+bbm
+bcy
+bdZ
+aWv
+bhE
+bjp
+blc
+bmR
+boZ
+brs
+btt
+avs
+alq
+bGg
+bAt
+bCa
+bDK
+bFw
+bHh
+bIA
+byN
+byN
+bVD
+bPb
+caF
+byN
+bTa
+bUs
+bVz
+bWX
+bYo
+bVz
+caU
+ccD
+cdV
+cfj
+apc
+chC
+bTs
+bTs
+bTs
+bTs
+bTs
+cpJ
+cqZ
+bTs
+bTs
+bTs
+ckN
+bTs
+bTs
+cxO
+bTs
aaf
-aoa
-aoa
-aoa
aaf
aaf
+anS
+anS
+anS
aaf
aaf
+aqB
+anT
+anT
+anT
aaf
aaf
+dbR
+aqB
+anT
+aqB
+anT
+anT
+anT
aaf
aaf
aaa
aaa
-aaf
-aaf
-aaf
-aaf
-aaf
aaa
-aaf
-aaf
-aaf
-cUr
-cUN
-cUT
aaa
-cUr
-cUN
-cUT
aaa
-cUr
-cUN
-cUT
aaa
aaa
aaa
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -131203,101 +131763,101 @@ aaa
aaa
aaf
aaf
-acT
-adm
-adI
-aeh
-aeG
-afG
-agF
-ahs
-aif
-ajd
-akc
-ajd
-ajd
-anT
-aph
-aqt
-arK
-atl
-auy
-arK
-ate
-aya
-arK
-aAB
-arK
-aDb
-aEy
-arK
-aHp
-aIC
-aJR
-aLh
-aMP
-aOe
-aPO
-aQU
-aSp
-aLh
-aJR
-aWq
-aXR
-aZG
-baX
-bcM
-bed
-bfG
-aXR
-bjA
-blk
-bmR
-boJ
-bqX
-bts
-bvw
-bwX
-alw
-bIu
-bCy
-bEg
-bAN
-bHE
-bJp
-bKJ
-bMA
-bOc
-bPU
-bRo
-cgF
-bAR
-bVn
-bWF
-bXM
-bXM
-caB
-cbK
-bXM
-cbN
-cgi
-chw
-apk
-cjP
-bVE
-cmI
-com
-cpm
-cqE
-bXi
-cok
-cul
-bVE
+acQ
+adj
+adE
+aed
+aeA
+afA
+agz
+ahm
+ahZ
+aiX
+ajW
+aiX
+aiX
+anL
+aoZ
+aql
+arB
+atb
+aum
+arB
+asU
+axK
+arB
+aAk
+arB
+aCK
+aEf
+arB
+aGO
+aHT
+aJh
+aKu
+aLX
+aNk
+aOM
+aPQ
+aRg
+aKu
+aJh
+aUW
+aWv
+aYj
+aZy
+bbn
+bcz
+bea
+aWv
+bhO
+bjy
+bld
+bmS
+bpa
+brt
+btu
+buU
+alq
+bGn
+bAu
+bCb
+byJ
+bFx
+bHi
+bIB
+bKq
+bLQ
+bNI
+bPc
+cet
+byN
+bTb
+bUt
+bVA
+bVA
+bYp
+bZy
+bVA
+bZB
+cdW
+cfk
+apc
+chD
+bTs
+ckw
+cma
+cna
+cos
+bUW
+clY
+crZ
+bTs
aaa
aaf
aaa
aaf
-acn
+ack
aaf
aaf
aaa
@@ -131305,38 +131865,38 @@ aaf
aaf
aaf
aaf
+anT
+aaa
+aaf
aaf
aaa
aaa
aaa
aaa
+cSz
+aaa
aaa
aaf
+aaa
+aaa
aaf
aaa
+aqB
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
-aaf
-aaf
aaa
aaa
aaa
aaa
-aaf
aaa
-cUr
-cUN
-cUT
-aaf
-cUr
-cUN
-cUT
-aaf
-cUr
-cUN
-cUT
-aaf
-aob
aaa
aaa
aaa
@@ -131460,101 +132020,101 @@ aaa
aaa
aaf
aaa
-acS
-adn
-adJ
-aei
-acS
-afH
-agF
-aht
-aig
-aje
-aje
-alr
-amI
-amI
-api
-aqu
-arK
-atm
-auz
-arK
-awU
-aup
-arK
-aAC
-arK
-atm
-aEz
-arK
-aHq
-aID
-aJR
-aLi
-aMQ
-aOf
-aPP
-aQV
-aSq
-aMQ
-aJR
-avN
-aXR
-aZH
-baX
-apF
-bee
-bfH
-aXR
-bjw
-bll
-bmN
-alw
-bqY
-btt
-alw
-alw
-alw
-bAP
-bCz
-bEh
-bEh
-bHF
-bJq
-bKK
-bAR
-bOd
-bPV
-bRp
-ceA
-bAR
-bVo
-bWG
-apj
-apj
-cqI
-cbL
-apj
-alw
-alw
-chx
-alw
-alw
-alw
-cmJ
-apk
-bZN
-cqF
-cpn
-ctm
-cum
-cmZ
+acP
+adk
+adF
+adk
+acP
+afB
+agz
+ahn
+aia
+aiY
+aiY
+all
+amC
+amC
+apa
+aqm
+arB
+atc
+aun
+arB
+awH
+aud
+arB
+aAl
+arB
+atc
+aEg
+arB
+aGP
+aHU
+aJh
+aKv
+aLY
+aNl
+aON
+aPR
+aRh
+aLY
+aJh
+avB
+aWv
+aYk
+aZy
+apx
+bcA
+beb
+aWv
+bhK
+bjz
+bkZ
+alq
+bpb
+bru
+alq
+alq
+alq
+byL
+bAv
+bCc
+bCc
+bFy
+bHj
+bIC
+byN
+bLR
+bNJ
+bPd
+cco
+byN
+bTc
+bUu
+apb
+apb
+cow
+bZz
+apb
+alq
+alq
+cfl
+alq
+alq
+alq
+ckx
+apc
+bXB
+cot
+cnb
+cra
+csa
+ckN
aaf
aaf
aaf
aaf
-acn
+ack
aaa
aaa
aaa
@@ -131562,38 +132122,38 @@ aaa
aaa
aaf
aaa
+anT
+aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaf
+cRO
aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
aaa
+anT
aaa
aaa
aaa
aaa
aaa
-aaf
aaa
aaa
aaa
-aaf
aaa
aaa
aaa
aaa
aaa
-aaf
aaa
-cUr
-cUN
-cUT
aaa
-cUr
-cUN
-cUT
-aaf
-cUr
-cUN
-cUT
-aaf
-aob
aaa
aaa
aaa
@@ -131717,96 +132277,96 @@ aaa
aaa
aaf
aaa
-bnn
-ado
-bjT
-ado
-aeH
-afI
-afI
-afI
-aih
-acT
-acT
-als
-amJ
-amJ
-amJ
-aqv
-arK
-arK
-arK
-arK
-arK
-arK
-arK
-aIz
-arK
-arK
-arK
-arK
-arK
-arK
-aJR
-aJR
-aJR
-aJR
-aJR
-aJR
-aJR
-aJR
-aJR
-bkc
-aXR
-aZI
-baY
-bcO
-bef
-bfI
-bhx
-bjs
-blm
-bmK
-alw
-alw
-btu
-alw
-bwY
-alw
-bIv
-bJr
-bEi
-bPT
-bHG
-bTa
-bUX
-bAR
-bOe
-bYk
-bRq
-chq
-bAR
-apk
-bWH
-anU
-apj
-bZm
-cbL
-cdh
-alw
-cgj
-chy
-apk
-cjQ
-alw
-cmK
-apk
-cdG
-bZQ
-bZQ
-cqG
-cun
-bVE
+blx
+adl
+bih
+adl
+aeB
+afC
+afC
+afC
+aib
+acQ
+acQ
+alm
+amD
+amD
+amD
+aqn
+arB
+arB
+arB
+arB
+arB
+arB
+arB
+aHQ
+arB
+arB
+arB
+arB
+arB
+arB
+aJh
+aJh
+aJh
+aJh
+aJh
+aJh
+aJh
+aJh
+aJh
+biq
+aWv
+aYl
+aZz
+bbp
+bcB
+bec
+bfO
+bhG
+bjA
+bkW
+alq
+alq
+brv
+alq
+buV
+alq
+bGo
+bHk
+bCd
+bNH
+bFz
+bQO
+bSL
+byN
+bLS
+bVY
+bPe
+cfe
+byN
+apc
+bUv
+anM
+apb
+bXa
+bZz
+caV
+alq
+cdX
+cfm
+apc
+chE
+alq
+cky
+apc
+cbu
+bXE
+bXE
+cou
+csb
+bTs
aaa
aaf
aaa
@@ -131819,6 +132379,24 @@ aaa
aaa
aaf
aaa
+anT
+aaa
+dbK
+dbM
+dbM
+dbM
+dbM
+dbO
+cRO
+cSC
+dbV
+dbV
+dbV
+dbV
+dbW
+aaf
+anT
+aaa
aaa
aaa
aaa
@@ -131826,32 +132404,14 @@ aaa
aaa
aaa
aaa
-aaf
aaa
aaa
-aaf
-aaf
aaa
-aaf
aaa
aaa
aaa
-aai
aaa
-cUr
-cUO
-cUT
-aaf
-cUr
-cUO
-cUT
-aaf
-cUr
-cUO
-cUT
aaa
-aob
-aaf
aaa
aaa
aaa
@@ -131974,96 +132534,96 @@ aaa
aaa
aaf
aaa
-aaZ
-ado
-aRj
-ado
-aeI
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-aqw
-arO
-alw
-auA
-avC
-awV
-ayb
-alw
-aye
-alw
-aDc
-aMb
-aIF
-aZx
-aIE
-alw
-aLj
-aMR
-aOg
-apj
-aQW
-daW
-aTz
-alw
-avN
-aXR
-aZJ
-baZ
-bcP
-beg
-bfJ
-bhy
-bjv
-blf
-bmI
-alw
-att
+aaX
+adl
+aQf
+adl
+aeC
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+aqo
+arF
+alq
+auo
+avq
+awI
+axL
+alq
+axO
+alq
+aCL
+aLk
+aHW
+aYa
+aHV
+alq
+aKw
+aLZ
+aNm
+apb
+aPS
+cXc
+aSo
+alq
+avB
+aWv
+aYm
+aZA
+bbq
+bcC
+bed
+bfP
+bhJ
+bjt
+bkU
+alq
+atj
+brw
btv
-bvx
-dfn
-alw
-bAR
-bAR
-bAR
-bAR
-bHH
-bAR
-bAR
-bAR
-bAR
-bAR
-bRr
-bAR
-bAR
-clD
-bVq
-bXN
-apj
-bZm
-cbL
-cdi
-alw
-cgk
-bRx
-avD
-cjR
-alw
-cmL
-apk
-bYm
-bZQ
-bZQ
-ciE
-cuo
-cmZ
+dbj
+alq
+byN
+byN
+byN
+byN
+bFA
+byN
+byN
+byN
+byN
+byN
+bPf
+byN
+byN
+cjr
+bTe
+bVB
+apb
+bXa
+bZz
+caW
+alq
+cdY
+bPl
+avr
+chF
+alq
+ckz
+apc
+bWa
+bXE
+bXE
+cgs
+csc
+ckN
aaa
aaf
aaa
@@ -132076,38 +132636,38 @@ aaa
aaf
aaf
aaa
+aqB
+aaf
+dbL
+dbL
+dbL
+dbL
+dbL
+aaf
+dbS
+aaf
+dbL
+dbL
+dbL
+dbL
+dbL
+aaa
+anT
+aaa
+aaa
+aaa
aaa
aaa
aaa
aaa
aaa
aaa
-aaf
-aaf
-aaf
-aaf
-aqJ
-aob
-aob
-aob
-aqJ
-aob
-aqJ
-aob
aaa
aaa
-aaf
-aaf
aaa
-aaf
-aaf
aaa
-aaf
-aaf
-aaf
aaa
aaa
-aqJ
aaa
aaa
aaa
@@ -132229,98 +132789,98 @@ aaa
aaa
aaa
aaa
-aaf
-aaf
aai
-adp
-adM
-aej
-aeI
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-aqw
-alw
-alw
-alw
-alw
-alw
-ayc
-azh
-aAE
-aJf
-aDd
-avR
-aMB
-aOU
-aIF
-aXb
-aDd
-aDd
-aDd
-aDd
-aQX
-aSr
-aDd
-aDd
-avR
-aXR
-aZK
-bba
-bcQ
-beh
-bfK
-aXR
+aaa
+aaa
+adl
+adI
+adl
+aeC
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+aqo
+alq
+alq
+alq
+alq
+alq
+axM
+ayQ
+aAn
+aIv
+aCM
+avF
+aLJ
+aNS
+aHW
+aVF
+aCM
+aCM
+aCM
+aCM
+aPT
+aRi
+aCM
+aCM
+avF
+aWv
+aYn
+aZB
+bbr
+bcD
+bee
+aWv
+bhP
bjB
-bln
-bmS
-boK
-bqZ
-bEb
-bvy
-bxa
-bzb
-bIw
-bvy
-bzb
-bzb
-bHI
-bJs
-bKM
-bJs
-bVp
-bJs
-bRs
-bJs
-bUo
-bVq
-bWI
-bXO
-apj
-bZm
-cbM
-cbQ
-cbQ
-cbQ
-cbQ
-cbQ
-cbQ
-cbQ
-cmM
-bZN
-cpn
-cqG
-crW
-bZQ
-cuo
-bVE
+ble
+bmT
+bpc
+bBW
+btw
+buX
+bwY
+bGp
+btw
+bwY
+bwY
+bFB
+bHl
+bIE
+bHl
+bTd
+bHl
+bPg
+bHl
+bSc
+bTe
+apc
+bVC
+apb
+bXa
+bZA
+bZE
+bZE
+bZE
+bZE
+bZE
+bZE
+bZE
+ckA
+bXB
+cnb
+cou
+cpK
+bXE
+csc
+bTs
aaa
aaf
aaa
@@ -132333,38 +132893,30 @@ aaa
aaa
aaf
aaa
+anT
+aaf
+aaf
+aaf
+aaf
aaa
aaa
aaa
+cRO
aaa
-aaa
+aaf
aaa
aaa
aaf
aaa
aaa
+aqB
+aaf
aaa
aaa
aaa
-aaf
aaa
aaa
aaa
-aob
-aqJ
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aqJ
-aob
-aob
-aob
-aob
-aob
aaa
aaa
aaa
@@ -132417,8 +132969,6 @@ aaa
aaa
aaa
aaa
-"}
-(151,1,1) = {"
aaa
aaa
aaa
@@ -132427,6 +132977,8 @@ aaa
aaa
aaa
aaa
+"}
+(151,1,1) = {"
aaa
aaa
aaa
@@ -132488,105 +133040,104 @@ aaa
aaa
aaa
aaa
-aag
aaa
-bjU
aaa
-aeJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-aqw
-arP
-asL
-auB
-apj
-alw
-ayd
-apj
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-atw
-aXS
-aXS
-aXS
-aXS
-aXS
-aXS
-aXS
-bjC
-blf
-bmT
-boL
-alw
-alw
-alw
-bxb
-alw
-alw
-alw
-alw
-alw
-alw
-alw
-alw
-bMB
-bMB
-bMB
-bMB
-bMB
-alw
-alw
-alw
-apj
-apj
-bZm
-cbL
-cbQ
-ceQ
-cgl
-chz
-ciF
-cjS
-cbQ
-cmN
-con
-cpo
-cqH
-crX
-ctn
-cup
-cmZ
aaa
-aaf
aaa
aaa
aaa
+aag
aaa
aaa
aaa
+bii
aaa
+aeD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+aqo
+arG
+asB
+aup
+apb
+alq
+axN
+apb
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+atm
+aWw
+aWw
+aWw
+aWw
+aWw
+aWw
+aWw
+bhQ
+bjt
+blf
+bmU
+alq
+alq
+alq
+buY
+alq
+alq
+alq
+alq
+alq
+alq
+alq
+alq
+bKr
+bKr
+bKr
+bKr
+bKr
+alq
+alq
+alq
+apb
+apb
+bXa
+bZz
+bZE
+ccE
+cdZ
+cfn
+cgt
+chG
+bZE
+ckB
+cmb
+cnc
+cov
+cpL
+crb
+csd
+ckN
aaa
aaf
aaa
@@ -132599,8 +133150,24 @@ aaa
aaa
aaf
aaa
+anT
aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaf
+cRO
aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaf
+anT
+aaf
aaa
aaa
aaa
@@ -132611,15 +133178,8 @@ aaa
aaa
aaa
aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
-aaf
aaa
aaa
aaa
@@ -132743,98 +133303,98 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
aai
aaf
+aaf
+aaf
aai
aaf
-aeI
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-aqw
-arQ
-aqy
-auC
-avD
-alw
-azI
-anU
-atw
-aBU
-aDe
-aEA
-aFN
-aHr
-ayo
-aJT
-aJU
-aMS
-aMS
-ayo
-aQY
-aSs
-aTA
-aUS
-ayo
-aXT
-aZL
-bbb
-bcR
-bei
-bfL
-aXS
-bjA
-blo
-bmU
-boM
-bra
-boM
-bvz
-bxc
-bzc
-bAT
-bCB
-bEj
-bFR
-bHJ
-bJt
-bKN
-bMC
-bOg
-bPX
-bRt
-bMB
-bUp
-bRy
-alw
-bXO
-bZk
-caD
-cbL
-cbQ
-ceR
-cgm
-cgm
-ciG
-cjT
-cbQ
-alw
-bVE
-bVE
-bVE
-cmZ
-bVE
-bVE
-bVE
+aeC
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+aqo
+arH
+aqq
+auq
+avr
+alq
+azr
+anM
+atm
+aBD
+aCN
+aEh
+aFp
+aGQ
+axY
+aJj
+aJk
+aMa
+aMa
+axY
+aPU
+aRj
+aSp
+aTD
+axY
+aWx
+aYo
+aZC
+bbs
+bcE
+bef
+aWw
+bhO
+bjC
+blg
+bmV
+bpd
+bmV
+btx
+buZ
+bwZ
+byP
+bAx
+bCe
+bDM
+bFC
+bHm
+bIF
+bKs
+bLU
+bNL
+bPh
+bKr
+bSd
+bPm
+alq
+bVC
+bWY
+bYr
+bZz
+bZE
+ccF
+cea
+cea
+cgu
+chH
+bZE
+alq
+bTs
+bTs
+bTs
+ckN
+bTs
+bTs
+bTs
aaf
aaf
aaf
@@ -132847,14 +133407,23 @@ aaa
aaf
aaf
aaf
+anT
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
+dbK
+dbM
+dbM
+dbM
+dbM
+dbO
+cRO
+cSC
+dbV
+dbV
+dbV
+dbV
+dbW
aaf
+anT
aaa
aaa
aaa
@@ -132873,15 +133442,6 @@ aaa
aaa
aaa
aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -133006,92 +133566,92 @@ aaa
aaa
aag
aaa
-aeI
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-afJ
-aqw
-arR
-atn
-bbH
-ato
-auF
-ayf
-apk
-atw
-aBV
-aDf
-aEB
-aFO
-aHs
-ayo
-aJU
-aJU
-aMS
-aOh
-ayo
-aQZ
-aSt
-aTB
-aUT
-ayo
-aXU
-aZM
-bbc
-bcS
-bej
-bfM
-aXS
-bjD
-blp
-bmV
-boN
-brb
-btx
-btx
-bxd
-bzd
-btx
-bCC
-bCC
-bFS
-bHK
-bJu
-bKO
-bMD
-bOh
-bPY
-bRu
-bMB
-bQa
-bVr
-alw
-clG
-bZl
-caE
-cbN
-cbQ
-ceS
-cgn
-chA
-ciH
-cjU
-clk
-cmO
-coo
-coo
-coo
-crY
-cto
+aeC
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+afD
+aqo
+arI
+atd
+bai
+ate
+aut
+axP
+apc
+atm
+aBE
+aCO
+aEi
+aFq
+aGR
+axY
+aJk
+aJk
+aMa
+aNn
+axY
+aPV
+aRk
+aSq
+aTE
+axY
+aWy
+aYp
+aZD
+bbt
+bcF
+beg
+aWw
+bhR
+bjD
+blh
+bmW
+bpe
+bry
+bry
+bva
+bxa
+bry
+bAy
+bAy
+bDN
+bFD
+bHn
+bIG
+bKt
+bLV
+bNM
+bPi
+bKr
+bNO
+bTf
+alq
+cju
+bWZ
+bYs
+bZB
+bZE
+ccG
+ceb
+cfo
+cgv
+chI
+ciY
+ckC
+cmc
+cmc
+cmc
+cpM
+crc
aaf
-cvx
+ctl
aaa
aaf
aaf
@@ -133104,23 +133664,23 @@ aaf
aaf
aaa
aaf
+aqB
aaf
+dbL
+dbL
+dbL
+dbL
+dbL
aaf
+cRO
aaf
-aaf
-aaf
-aaf
-aaf
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dbL
+dbL
+dbL
+dbL
+dbL
aaa
+anT
aaa
aaa
aaa
@@ -133263,92 +133823,92 @@ aaa
aaa
aai
aaa
-aeK
-afI
-afI
-ahu
-aii
-acT
-acT
-alt
-amK
-amK
-amK
-aqx
-alw
-apj
-auE
-apk
-alw
-aAD
-apk
-atw
-aBW
-aDg
-aEC
-aFP
-aHt
-ayo
-aJV
-aLk
-aMT
-aOi
-ayo
-aRa
-aSu
-aTC
-aUT
-ayo
-aXV
-aZM
-bbd
-bcT
-bek
-bfN
-aXS
+aeE
+afC
+afC
+aho
+aic
+acQ
+acQ
+aln
+amE
+amE
+amE
+aqp
+alq
+apb
+aus
+apc
+alq
+aAm
+apc
+atm
+aBF
+aCP
+aEj
+aFr
+aGS
+axY
+aJl
+aKx
+aMb
+aNo
+axY
+aPW
+aRl
+aSr
+aTE
+axY
+aWz
+aYp
+aZE
+bbu
+bcG
+beh
+aWw
+bhS
bjE
-blq
-bmW
-boO
-brc
+bli
+bmX
+bpf
+brz
bty
-bvA
-bxe
-bze
-bAU
-bCD
-bEk
-bvA
-bHL
-bJv
-bKP
-bMB
-bOi
-bPZ
-bRv
-bMB
-aqz
-bVs
-alw
-bXQ
-bZm
-caF
-cbO
-cdj
-ceT
-cgo
-chB
-chC
-cjV
-ciL
-ciL
-ciL
-ciL
-ciL
-crZ
-ctp
-acn
-acn
+bvb
+bxb
+byQ
+bAz
+bCf
+bty
+bFE
+bHo
+bIH
+bKr
+bLW
+bNN
+bPj
+bKr
+aqr
+bTg
+alq
+bVE
+bXa
+bYt
+bZC
+caX
+ccH
+cec
+cfp
+cfq
+chJ
+cgz
+cgz
+cgz
+cgz
+cgz
+cpN
+crd
+ack
+ack
aaf
aaf
aaa
@@ -133361,23 +133921,23 @@ aaa
aaf
aaf
aaf
+anT
aaa
aaa
+aaf
+aaf
+aaf
aaa
aaa
+cRO
aaa
aaa
+aaf
+aaf
+aaf
+aaf
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+anT
aaa
aaa
aaa
@@ -133523,89 +134083,89 @@ aaa
aaa
aaf
aaa
-acS
-aij
-ajf
-akd
-alu
-acS
-anU
-apj
-aqf
-alw
-alw
-alw
-alw
-alw
-ayg
-azi
-atw
-aBX
-aDg
-aED
-aFQ
-aHu
-ayo
-aJW
-aLl
-aKe
-aOj
-ayo
-aRb
-aSv
-aTD
-aRb
-ayo
-aXS
-aZN
-bbe
-bcU
-bek
-bfO
-aXS
-bjF
-bjF
-bmX
-boP
-bjQ
-bjF
-bjF
-bxf
-bzf
-bzf
-bCE
-bEl
-bCE
-bHM
-bzn
-bzj
-bzf
-bMB
-bMB
-bMB
-bMB
-apk
-apk
-alw
-alw
-bZn
-caG
-cbP
-cdk
-ceU
-cgp
-chC
-ciI
-cjW
-cll
-cmP
-cll
-cpp
-ciL
-ciL
-ctq
+acP
+aid
+aiZ
+ajX
+alo
+acP
+anM
+apb
+apX
+alq
+alq
+alq
+alq
+alq
+axQ
+ayR
+atm
+aBG
+aCP
+aEk
+aFs
+aGT
+axY
+aJm
+aKy
+aJu
+aNp
+axY
+aPX
+aRm
+aSs
+aPX
+axY
+aWw
+aYq
+aZF
+bbv
+bcG
+bei
+aWw
+bhT
+bhT
+blj
+bmY
+bie
+bhT
+bhT
+bvc
+bxc
+bxc
+bAA
+bCg
+bAA
+bFF
+bxk
+bxg
+bxc
+bKr
+bKr
+bKr
+bKr
+apc
+apc
+alq
+alq
+bXb
+bYu
+bZD
+caY
+ccI
+ced
+cfq
+cgw
+chK
+ciZ
+ckD
+ciZ
+cnd
+cgz
+cgz
+cre
aaa
-acn
+ack
aaa
aaa
aaa
@@ -133618,23 +134178,23 @@ aaa
aaa
aaf
aaa
+anT
+aaf
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaf
+cRO
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dbJ
+dbJ
+dbJ
+dbJ
+dbJ
+aaf
+anT
aaa
aaa
aaa
@@ -133780,89 +134340,89 @@ aaf
aaf
aaf
aaa
-acS
-aik
-ajg
-ake
-alv
-amL
-anV
-apk
-aqz
-apk
-apk
-apn
-apk
-apk
-aye
-apk
-atw
-aBY
-aDh
-aEE
-aFR
-aHv
-ayo
-ayo
-aLm
-aLm
-ayo
-ayo
-aRc
-aSw
-aTE
-aUU
-aWs
-aXW
-aZM
-bbf
-bcV
-bel
-bfP
-bhz
-bjG
-blr
-bmY
-boQ
-brd
-btz
-bfV
-bxg
-bzg
-bAV
-bCF
-bEm
-bFT
-bHN
-bJw
-bKQ
-aaQ
-atw
-bOj
-bRw
-bTc
-bUq
-bVt
-bWJ
-auF
-bZo
-apk
-cbQ
-cdl
-ceV
-cgq
-chD
-ciJ
-cjX
-clm
-cmQ
-cop
-cpq
-cPI
-cQo
-ctr
+acP
+aie
+aja
+ajY
+alp
+amF
+anN
+apc
+aqr
+apc
+apc
+apf
+apc
+apc
+axO
+apc
+atm
+aBH
+aCQ
+aEl
+aFt
+aGU
+axY
+axY
+aKz
+aKz
+axY
+axY
+aPY
+aRn
+aSt
+aTF
+aUY
+aWA
+aYp
+aZG
+bbw
+bcH
+bej
+bfQ
+bhU
+bjF
+blk
+bmZ
+bpg
+brA
+bep
+bvd
+bxd
+byR
+bAB
+bCh
+bDO
+bFG
+bHp
+bII
+aaO
+atm
+bLX
+bPk
+bQQ
+bSe
+bTh
+bUx
+aut
+bXc
+apc
+bZE
+caZ
+ccJ
+cee
+cfr
+cgx
+chL
+cja
+ckE
+cmd
+cne
+cNw
+cOa
+crf
aaa
-acn
+ack
aaa
aaa
aaa
@@ -133875,23 +134435,23 @@ aaa
aaa
aaf
aaa
+anT
+aaf
+dbK
+dbM
+dbM
+dbM
+dbM
+dbO
+cRO
+cSC
+dbV
+dbV
+dbV
+dbV
+dbW
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+anT
aaa
aaa
aaa
@@ -134037,89 +134597,89 @@ aaa
aaa
aaf
aaa
-acS
-acT
-acT
-acT
-alw
-alw
-alw
-alw
-alw
-alw
-alw
-alw
-alw
-alw
-aBT
-atw
-atw
-aBZ
-aDi
-aEF
-aFS
-aBZ
-aBZ
-aJX
-aDf
-aFO
-aOk
-aBZ
-aRd
-aSx
-aTF
-aUV
-aWt
-aXX
-aZO
-bbg
-bcW
-bem
-bfQ
-bhA
-bjH
-bls
-bmZ
-boR
-brd
-btA
-bfV
-bxh
-bzg
-bAW
-bCG
-bEn
-bEn
-bHO
-bJx
-bKR
-aiT
-atw
-bOk
-bRx
-apk
-aqy
-apk
-bWK
-alw
-bZp
-apn
-cbQ
-cdm
-ceW
-cgr
-chE
-cBT
-cNO
-cln
-cmR
-cln
-cpr
-ciL
-ciL
-ctq
+acP
+acQ
+acQ
+acQ
+alq
+alq
+alq
+alq
+alq
+alq
+alq
+alq
+alq
+alq
+aBC
+atm
+atm
+aBI
+aCR
+aEm
+aFu
+aBI
+aBI
+aJn
+aCO
+aFq
+aNq
+aBI
+aPZ
+aRo
+aSu
+aTG
+aUZ
+aWB
+aYr
+aZH
+bbx
+bcI
+bek
+bfR
+bhV
+bjG
+bll
+bna
+bpg
+brB
+bep
+bve
+bxd
+byS
+bAC
+bCi
+bCi
+bFH
+bHq
+bIJ
+aiN
+atm
+bLY
+bPl
+apc
+aqq
+apc
+bUy
+alq
+bXd
+apf
+bZE
+cba
+ccK
+cef
+cfs
+czH
+cLC
+cjb
+ckF
+cjb
+cnf
+cgz
+cgz
+cre
aaa
-acn
+ack
aaa
aaa
aaa
@@ -134132,24 +134692,24 @@ aaa
aaa
aaf
aaa
+anT
+aaf
+dbL
+dbL
+dbL
+dbL
+dbL
+aaf
+dbT
+aaf
+dbL
+dbL
+dbL
+dbL
+dbL
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aqB
+aaf
aaa
aaa
aaa
@@ -134298,85 +134858,85 @@ aaa
aaa
aaa
aaf
-alx
-amM
-amN
-anV
-apk
-arS
-arR
-alw
-avE
-aqz
-aye
-atw
-aAF
-aCa
-azk
-aEG
-aFT
-aHw
-aIG
-aEB
-aLn
-aMU
-aEB
-aPQ
-aEB
-aSy
-aTG
-aUW
-aWu
-aXS
-aXS
-aXS
-aXS
-aXS
-aXS
-aXS
-bjI
-bls
-bna
-boS
-brd
-btB
-bfV
-bEP
-bzg
-bAX
-bCH
-bEo
-bFU
-bHP
-bJy
-bKS
-bDx
-atw
-bOl
-bRy
-apk
-bUr
-apk
-bzf
-bzf
-bZq
-bzf
-bzf
-bzf
-ceX
-bzf
-chF
-ciL
-ciL
-ciL
-ciL
-ciL
-cps
-ciL
-csb
-acn
-acn
-acn
+alr
+amG
+amH
+anN
+apc
+arJ
+arI
+alq
+avs
+aqr
+axO
+atm
+aAo
+aBJ
+ayT
+aEn
+aFv
+aGV
+aHX
+aEi
+aKA
+aMc
+aEi
+aOO
+aEi
+aRp
+aSv
+aTH
+aVa
+aWw
+aWw
+aWw
+aWw
+aWw
+aWw
+aWw
+bhW
+bjG
+blm
+bnb
+bpg
+brC
+bep
+bCK
+bxd
+byT
+bAD
+bCj
+bDP
+bFI
+bHr
+bIK
+bBt
+atm
+bLZ
+bPm
+apc
+bSf
+apc
+bxc
+bxc
+bXe
+bxc
+bxc
+bxc
+ccL
+bxc
+cft
+cgz
+cgz
+cgz
+cgz
+cgz
+cng
+cgz
+cpP
+ack
+ack
+ack
aaa
aaa
aaa
@@ -134389,23 +134949,23 @@ aaa
aaa
aaf
aaa
+anT
aaa
aaa
+aaf
+aaf
aaa
aaa
aaa
+dbR
aaa
+aaf
aaa
+aaf
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aaf
+anT
aaa
aaa
aaa
@@ -134555,73 +135115,73 @@ aaf
aaf
aaf
aaf
-alw
-amN
-alw
-apl
-apk
-arT
-apk
-alw
-alw
-alw
-aye
-atw
-aAG
-aCb
-aDj
-aEH
-aFU
-aHx
-aIH
-aIH
-aLo
-aMV
-aOl
-aPR
-aOl
-aSz
-aTH
-aUX
-aWv
-aXY
-aZP
-bbh
-bcX
-ben
-aBZ
-bAO
-bjJ
-blt
-bnb
-boT
-bre
-btC
-bfV
-bxj
-bzg
-bAY
-bCI
-bEp
-bEn
-bHQ
-bJz
-bKT
-bDx
-atw
-cXn
-bRz
-bTd
-apk
-anU
-bzf
-bXR
-bZr
-caH
-cbR
-cdn
-ceY
-bzf
+alq
+amH
+alq
+apd
+apc
+arK
+apc
+alq
+alq
+alq
+axO
+atm
+aAp
+aBK
+aCS
+aEo
+aFw
+aGW
+aHY
+aHY
+aKB
+aMd
+aNr
+aOP
+aNr
+aRq
+aSw
+aTI
+aVb
+aWC
+aYs
+aZI
+bby
+bcJ
+aBI
+byK
+bhX
+bjH
+bln
+bnc
+bph
+brD
+bep
+bvg
+bxd
+byU
+bAE
+bCk
+bCi
+bFJ
+bHs
+bIL
+cVD
+atm
+cTw
+bPn
+bQR
+apc
+anM
+bxc
+bVF
+bXf
+bYv
+bZF
+cbb
+ccM
+bxc
aaf
aaf
aaf
@@ -134646,23 +135206,23 @@ aaa
aaa
aaf
aaa
+anT
+anT
+anT
+anT
+anT
aaa
+aaf
aaa
+dbR
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aaf
+aaf
+anT
+anT
+aaf
aaa
aaa
aaa
@@ -134813,78 +135373,78 @@ aaf
aaa
aaf
aaa
-acn
-alw
-apm
-apk
-arU
-ato
-auF
-avF
-awW
-ayi
-atw
-aAH
-aCb
-aDk
-aEI
-aFV
-aFV
-aFV
-aJY
-aLp
-aMW
-aFV
-aPS
-aFV
-aSA
-aTI
-aUY
-aWw
-aXZ
-aWw
-bbi
-bcY
-beo
-bfR
-bhC
-bjK
-blu
-blx
-bnc
-brf
-btD
-bvB
+ack
+alq
+ape
+apc
+arL
+ate
+aut
+avt
+awJ
+axS
+atm
+aAq
+aBK
+aCT
+aEp
+aFx
+aFx
+aFx
+aJo
+aKC
+aMe
+aFx
+aOQ
+aFx
+aRr
+aSx
+aTJ
+aVc
+aWD
+aVc
+aZJ
+bbz
+bcK
+bel
+bfT
+bhY
+bjI
+bjL
+blo
+bpi
+brE
+btz
+bvh
+bxd
+byV
+bAF
+bCl
+bDQ
+bFK
bxk
-bzg
-bAZ
-bCJ
-bEq
-bFV
-bHR
-bzn
-bKU
-bME
-bzf
-bzf
-bzf
-bzf
-bzf
-bzf
-bzf
-bXS
-bZs
-bCS
-cbS
-cdo
-ceY
-bzf
-aaf
-bCV
-bCV
-bCV
-bCV
-bCV
+bIM
+bKu
+bxc
+bxc
+bxc
+bxc
+bxc
+bxc
+bxc
+bVG
+bXg
+bAO
+bZG
+cbc
+cUR
+cVy
+cVz
+bAR
+bAR
+bAR
+bAR
+bAR
aaf
aaa
aai
@@ -134906,15 +135466,15 @@ aaa
aaa
aaa
aaa
+aaf
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+anT
+aaf
+dbU
+aaf
+aqB
+aac
aaa
aaa
aaa
@@ -135070,81 +135630,81 @@ aaf
aaf
aaf
aaf
-acn
-alx
-bes
-apk
-apk
-apk
-alw
-avG
-atw
-ayj
-atw
-aAI
-aCb
-aDl
-aEJ
-aFW
-aHy
-aII
-aJZ
-aLq
-aMX
-aOm
-aPT
-aRe
-aSB
-aTJ
-aUZ
-aWx
-aBZ
-aZQ
-bbj
-bcZ
-ben
-aBZ
-bAO
-bjL
-bls
-bnc
-boU
-bnc
-btE
-bfV
+ack
+alr
+bcO
+apc
+apc
+apc
+alq
+avu
+atm
+axT
+atm
+aAr
+aBK
+aCU
+aEq
+aFy
+aGX
+aHZ
+aJp
+aKD
+aMf
+aNs
+aOR
+aQa
+aRs
+aSy
+aTK
+aVd
+aBI
+aYt
+aZK
+bbA
+bcJ
+aBI
+byK
+bhZ
+bjG
+blo
+bnd
+blo
+brF
+bep
+bvi
+bxc
+bxc
+bxc
+bCm
+bDR
+bza
bxl
-bzf
-bzf
-bzf
-bEr
-bFW
-bBe
-bzo
-bKV
-bzj
-bOm
-bOm
-bRA
-bRA
-bzf
-bVu
-bWL
-bXT
-bZt
-bEn
-bEn
-cdp
-ceZ
-cgs
-chG
-ciM
-cjZ
-clo
-clo
-bCV
+bIN
+bxg
+bMa
+bMa
+bPo
+bPo
+bxc
+bTi
+bUz
+bVH
+bXh
+bCi
+bCi
+cbd
+ccN
+ceg
+cfu
+cgA
+chN
+cjc
+cjc
+bAR
aaf
aaa
-bBm
+bzi
aaa
aai
aaa
@@ -135163,16 +135723,16 @@ aaa
aaa
aaa
aaa
+aaf
+aaf
aaa
+aqB
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+anT
+aaf
+aaf
aaa
aaa
aaa
@@ -135328,82 +135888,82 @@ aaa
aaf
aaa
aaf
-alw
-apo
-aqA
-arV
-alw
-alw
-avH
-atw
-ayk
-azj
-aAJ
-aCb
-aDl
-aEJ
-aFX
-ayo
-ayo
-aKa
-ayo
-aMY
-ayo
-ayo
-aRf
-aSC
-aTK
-aVa
-aWy
-aBZ
-aZR
-aZR
-aZR
-aZR
-aZR
-aZR
-bjM
-bls
-bnc
-boV
-bnc
-btF
-bfV
-bfV
-bzf
-bBa
-bCK
-bEs
-bFX
-bHS
-bJA
-bKW
-bMF
-bOn
-bQb
-bRB
-bRB
-bUs
-bFX
-bFX
-bXU
-bZu
-caI
-caI
-cdq
-cfa
-bBe
+alq
+apg
+aqs
+arM
+alq
+alq
+avv
+atm
+axU
+ayS
+aAs
+aBK
+aCU
+aEq
+aFz
+axY
+axY
+aJq
+axY
+aMg
+axY
+axY
+aQb
+aRt
+aSz
+aTL
+aVe
+aBI
+aYu
+aYu
+aYu
+aYu
+aYu
+aYu
+bia
+bjG
+blo
+bne
+blo
+brG
+bep
+bep
+bxc
+byW
+bAG
+bCn
+bDS
+bFL
+bHt
+bIO
+bKv
+bMb
+bNP
+bPp
+bPp
+bSg
+bDS
+bDS
+bVI
+bXi
+bYw
+bYw
+cbe
+ccO
+bza
aaf
-bBe
-cka
-clp
-cmS
-bCV
+bza
+chO
+cjd
+ckG
+bAR
aaf
aaa
-bBm
+bzi
aaa
-bBn
+bzj
aaf
aaf
aaf
@@ -135423,11 +135983,11 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+anT
+anT
+anT
+anT
+anT
aaa
aaa
aaa
@@ -135581,86 +136141,86 @@ aaa
aaa
aaa
aaf
-ajh
-ajh
-ajh
-ajh
-ajh
-ajh
-ajh
-arW
-atp
-auG
-avI
-atp
-ayl
-azk
-aAK
-aCc
-aDl
-aEJ
-aFY
-ayo
-aIJ
-aKb
-aLr
-aMZ
-aOn
-ayo
-aRg
-aSC
-aTK
-aVb
-aEB
-aYa
-aZR
-bbk
-bda
-bep
-bfS
-bhE
-bjN
-blv
-bnd
-boW
-brg
-btG
-bvC
-bxm
-bzg
-bBb
-bCL
-bEt
-bFY
-bHT
-bJB
-bKX
-bMG
-bOo
-bQc
-bRC
-bRC
-bJB
-bVv
-bJB
-bXV
-bZv
-caJ
-bOs
-cdr
-cfb
-cgt
-chH
-ciM
-ckb
-clq
-clo
-bCV
+ajb
+ajb
+ajb
+ajb
+ajb
+ajb
+ajb
+arN
+atf
+auu
+avw
+atf
+axV
+ayT
+aAt
+aBL
+aCU
+aEq
+aFA
+axY
+aIa
+aJr
+aKE
+aMh
+aNt
+axY
+aQc
+aRt
+aSz
+aTM
+aEi
+aWE
+aYu
+aZL
+bbB
+bcL
+bem
+bfV
+bib
+bjJ
+blp
+bnf
+bpj
+brH
+btA
+bvj
+bxd
+byX
+bAH
+bCo
+bDT
+bFM
+bHu
+bIP
+bKw
+bMc
+bNQ
+bPq
+bPq
+bHu
+bTj
+bHu
+bVJ
+bXj
+bYx
+bMg
+cbf
+ccP
+ceh
+cfv
+cgA
+chP
+cje
+cjc
+bAR
aaf
aaa
-bBm
+bzi
aaa
-bBn
+bzj
aaa
aaa
aaa
@@ -135681,9 +136241,9 @@ aaa
aaa
aaa
aaa
+aaf
aaa
-aaa
-aaa
+aaf
aaa
aaa
aaa
@@ -135838,86 +136398,86 @@ aaa
aaa
aaa
aaf
-ajh
-akf
-aly
-amO
-anW
-app
-aqB
-arX
-atq
-auH
-avJ
-awX
-aym
-azl
-aAL
-aCd
-aDm
-aEK
-aFZ
-aHz
-dfa
-aKc
-aLs
-aNa
-csd
-aHz
-aRh
-aSD
-aTL
-aVc
-aWz
-aYb
-aZR
-bbl
-bdb
-beq
-bfT
-bhF
-bjO
-blw
-bne
-bne
-brh
-btH
-bvD
-bxn
-bzh
-bBc
-bCM
-bEu
-bFZ
-bHU
-bCS
-bKY
-bMH
-bOp
-bzg
-bRD
-bTe
-bRD
-bzg
-bWM
-bXW
-bZw
-caK
-cbT
-cds
-cfc
-bBe
+ajb
+ajZ
+als
+amI
+anO
+aph
+aqt
+arO
+atg
+auv
+avx
+awK
+axW
+ayU
+aAu
+aBM
+aCV
+aEr
+aFB
+aGY
+daW
+aJs
+aKF
+aMi
+cpR
+aGY
+aQd
+aRu
+aSA
+aTN
+aVf
+aWF
+aYu
+aZM
+bbC
+bcM
+ben
+bfW
+bic
+bjK
+blq
+blq
+bpk
+brI
+btB
+bvk
+bxe
+byY
+bAI
+bCp
+bDU
+bFN
+bAO
+bIQ
+bKx
+bMd
+bxd
+bPr
+bQS
+bPr
+bxd
+bUA
+bVK
+bXk
+bYy
+bZH
+cbg
+ccQ
+bza
aaf
-bCV
-bCV
-bCV
-bCV
-bCV
+bAR
+bAR
+bAR
+bAR
+bAR
aaf
aaf
-bBm
+bzi
aaa
-bBn
+bzj
aaf
aaa
aaa
@@ -136086,93 +136646,93 @@ aag
aag
aag
aaj
-aag
-aag
-aag
-aai
-aag
-aag
-aag
-aai
-aag
-ajh
-akg
-alz
-amP
-anX
-apq
-aqC
-arY
-ajh
-auI
-avK
-ajh
-ayn
-azm
-aAM
-aCe
-aDn
-aEL
-aGa
-aHA
-deZ
-aKd
-aLt
-aNb
-aOp
-aHA
-aRi
-aSE
-aTM
-aVd
-aWA
-aYc
-aZR
-bbm
-bdc
-ber
-bfU
-bhG
-bjP
-blx
-bnf
-boX
-bri
-bvF
-bxq
-bxo
-bzi
-bBd
-bCN
-bEv
-bGa
-bHV
-bJC
-bKZ
-bMI
-bOq
-bQd
-bQd
-bTf
-bQd
-bQd
-bWN
-bHV
-bZx
-bLa
-cbU
-cdt
-cfd
-cgs
-chG
-ciM
-ckc
-clr
-clr
-bCV
+aag
+aag
+aag
+aai
+aag
+aag
+aag
+aai
+aag
+ajb
+aka
+alt
+amJ
+anP
+api
+aqu
+arP
+ajb
+auw
+avy
+ajb
+axX
+ayV
+aAv
+aBN
+aCW
+aEs
+aFC
+aGZ
+daV
+aJt
+aKG
+aMj
+aNu
+aGZ
+aQe
+aRv
+aSB
+aTO
+aVg
+aWG
+aYu
+aZN
+bbD
+bcN
+beo
+bfX
+bid
+bjL
+blr
+bng
+bpl
+btD
+bvn
+bvl
+bxf
+byZ
+bAJ
+bCq
+bDV
+bFO
+bHv
+bIR
+bKy
+bMe
+bNR
+bNR
+bQT
+bNR
+bNR
+bUB
+bFO
+bXl
+bIS
+bZI
+cbh
+ccR
+ceg
+cfu
+cgA
+chQ
+cjf
+cjf
+bAR
aaf
aaa
-bBm
+bzi
aaa
aai
aaa
@@ -136352,86 +136912,86 @@ aaf
aaf
aaa
aaf
-ajh
-akh
-akf
-amQ
-akf
-apr
-aqD
-arZ
-ajh
-ajh
-avL
-atw
-ayo
-azn
-ayo
-aCf
-aDo
-aDo
-aDo
-ayo
-bwZ
-aKe
-aLu
-aNc
-aOp
-ayo
-aDo
-aDo
-aDo
-aCf
-ayo
-azn
-aZR
-dbu
-dbu
-dbu
-dbu
-dbu
-bjQ
-bly
-bng
-bjF
-brj
-bjF
-bjF
-bxp
-bzj
-bBe
-bBe
-bBe
-bBe
-bHW
-bBe
-bLa
-bMJ
-bOr
-bzg
-bRE
-bRE
-bUt
-bzg
-bWO
-bXW
-bZy
-bLa
-cbU
-cdu
-cfe
-bBe
+ajb
+akb
+ajZ
+amK
+ajZ
+apj
+aqv
+arQ
+ajb
+ajb
+avz
+atm
+axY
+ayW
+axY
+aBO
+aCX
+aCX
+aCX
+axY
+buW
+aJu
+aKH
+aMk
+aNu
+axY
+aCX
+aCX
+aCX
+aBO
+axY
+ayW
+aYu
+cXA
+cXA
+cXA
+cXA
+cXA
+bie
+bjM
+bls
+bhT
+bpm
+bhT
+bhT
+bvm
+bxg
+bza
+bza
+bza
+bza
+bFP
+bza
+bIS
+bKz
+bMf
+bxd
+bPs
+bPs
+bSh
+bxd
+bUC
+bVK
+bXm
+bIS
+bZI
+cbi
+ccS
+bza
aaf
-bBe
-ckd
-cls
-cmT
-bCV
+bza
+chR
+cjg
+ckH
+bAR
aaf
aaa
-bBm
+bzi
aaa
-bBn
+bzj
aaa
aaa
aaa
@@ -136596,99 +137156,99 @@ aaa
aaa
aag
aaa
-aby
-abR
-aco
+abv
+abO
+acl
aaa
-aby
-abR
-aco
+abv
+abO
+acl
aaa
-aby
-abR
-aco
+abv
+abO
+acl
aaa
aaf
-ajh
-aki
-alz
-amR
-anY
-aps
-aqE
-asa
-atr
-ajh
-avM
-atw
-ayp
-azo
-ayo
-aCg
-aDp
-aDp
-aDp
-aDq
-deZ
-aKf
-aLv
-aNd
-aOp
-aDq
-aDp
-aSF
-aDp
-aVe
-ayo
-aYd
-ayp
-ayo
-bdd
-bdf
-dcR
-bjR
-bjR
-bjR
-bjF
-bjF
-btJ
-bjF
-bxr
-bxu
-bzk
-bBf
-bCO
-bEw
-bGb
-bHX
-bJD
-bLb
-bMK
-bOs
-bQe
-bRF
-bTg
-bUu
-bVw
-bGb
-bHX
-bZy
-caL
-cbV
-cdv
-cfb
-cgt
-chI
-ciM
-cke
-clt
-clr
-bCV
+ajb
+akc
+alt
+amL
+anQ
+apk
+aqw
+arR
+ath
+ajb
+avA
+atm
+axZ
+ayX
+axY
+aBP
+aCY
+aCY
+aCY
+aCZ
+daV
+aJv
+aKI
+aMl
+aNu
+aCZ
+aCY
+aRw
+aCY
+aTP
+axY
+aWH
+axZ
+atm
+aqq
+aqr
+aWu
+bif
+bif
+bif
+bhT
+bhT
+brK
+bhT
+bvo
+bvr
+bxh
+bzb
+bAK
+bCr
+bDW
+bFQ
+bHw
+bIT
+bKA
+bMg
+bNS
+bPt
+bQU
+bSi
+bTk
+bDW
+bFQ
+bXm
+bYz
+bZJ
+cbj
+ccP
+ceh
+cfw
+cgA
+chS
+cjh
+cjf
+bAR
aaf
aaa
aai
aaa
-bBn
+bzj
aaf
aaa
aaa
@@ -136853,99 +137413,99 @@ aaa
aaa
aag
aaf
-aby
-abS
-aco
+abv
+abP
+acl
aaa
-aby
-abS
-aco
+abv
+abP
+acl
aaa
-aby
-abS
-aco
+abv
+abP
+acl
aaa
aaf
-ajh
-akf
-alA
-amS
-anZ
-apt
-aqF
-asb
-ats
-ajh
-avN
-atw
-ayo
-azn
-ayo
-ayo
-aDq
-aDq
-aDq
-aDq
-dfc
-dfd
-dff
-aKg
-aOq
-aDq
-aDq
-aDq
-aDq
-ayo
-ayo
-azn
-ayo
-ayo
-aKe
-dbT
-bjF
-bhI
-bjR
-bhH
-bjF
-bsD
-brm
-bvH
-bxs
-bxy
-bzl
-bBg
-bCP
-bEx
-bGc
-bHY
-bJE
-bLc
-bML
-bOt
-bQf
-bEn
-bMN
-bEn
-bEn
-bWP
-bEn
-bZy
-bLa
-cbW
-cdw
-cfb
-cgt
-chJ
-bCV
-bCV
-bCV
-bCV
-bCV
+ajb
+ajZ
+alu
+amM
+anR
+apl
+aqx
+arS
+ati
+ajb
+avB
+atm
+axY
+bUw
+axY
+axY
+aCZ
+aCZ
+aCZ
+aCZ
+daY
+daZ
+dbb
+aJw
+aNv
+aCZ
+aCZ
+aCZ
+aCZ
+axY
+axY
+bUw
+axY
+atm
+apc
+cXZ
+atm
+bfZ
+bif
+bfY
+bhT
+bqF
+bpp
+btF
+bvp
+bvv
+bxi
+bzc
+bAL
+bCs
+bDX
+bFR
+bHx
+bIU
+bKB
+bMh
+bNT
+bCi
+bKD
+bCi
+bCi
+bUD
+bCi
+bXm
+bIS
+bZK
+cbk
+ccP
+ceh
+cfx
+bAR
+bAR
+bAR
+bAR
+bAR
aaf
aaf
-bBm
+bzi
aaa
-bBn
+bzj
aaa
aaa
aaa
@@ -137110,97 +137670,97 @@ aaa
aaa
aag
aaf
-aby
-abS
-aco
+abv
+abP
+acl
aaf
-aby
-abS
-aco
+abv
+abP
+acl
aaf
-aby
-abS
-aco
+abv
+abP
+acl
aaf
aaf
-ajh
-ajh
-ajh
-ajh
-ajh
-ajh
-ajh
-ajh
-ajh
-ajh
-avO
-atw
-ayq
-azp
+ajb
+ajb
+ajb
+ajb
+ajb
+ajb
+ajb
+ajb
+ajb
+ajb
+avC
+atm
+aya
+ayY
aaf
-aCh
+aBQ
aaf
-aIK
-aDq
-aDq
-aDq
-aDq
-dfe
-aDq
-aDq
-aDq
-aDq
-aIK
+aIb
+aCZ
+aCZ
+aCZ
+aCZ
+dba
+aCZ
+aCZ
+aCZ
+aCZ
+aIb
aaf
-dbt
+cXz
aaf
-aYe
-aZT
-ayo
-dbC
-dcd
-bjF
-bhJ
-bjS
-blz
-bjF
-brs
-btK
-bvG
-bjF
-bxv
-bzm
-bBh
-bCQ
-bEy
-bGd
-bHZ
-bJF
-bLd
-bMM
-bOu
-bQg
-bOs
-bTh
-bOs
-bOs
-bWQ
-bXX
-bZz
-caM
-cbV
-cdx
-bMQ
-cgu
-chK
-ciN
-ckf
-clu
-cmU
-bCV
+aWI
+aYw
+atm
+cXI
+cYj
+atm
+bga
+big
+bga
+bhT
+bpv
+brL
+btE
+bhT
+bvs
+bxj
+bzd
+bAM
+bCt
+bDY
+bFS
+bHy
+bIV
+bKC
+bMi
+bNU
+bMg
+bQV
+bMg
+bMg
+bUE
+bVL
+bXn
+bYA
+bZJ
+cbl
+bKG
+cei
+cfy
+cgB
+chT
+cji
+ckI
+bAR
aaf
aaa
-bBn
+bzj
aaf
aai
aaf
@@ -137367,17 +137927,17 @@ aaa
aaa
aag
aaf
-aby
-abS
-aco
+abv
+abP
+acl
aaa
-aby
-abS
-aco
+abv
+abP
+acl
aaa
-aby
-abS
-aco
+abv
+abP
+acl
aaa
aaf
aaf
@@ -137387,79 +137947,79 @@ aaf
aaf
aaf
aaf
-alx
-att
-apn
-avP
-atw
-ayr
-azq
-aoa
+alr
+atj
+apf
+avD
+atm
+ayb
+ayZ
+anS
aaf
-aIM
-aLy
-aLy
-aLy
-aLy
-aLy
-dfg
-aLy
-aLy
-aLy
-aLy
-aLy
-dfk
+aId
+aKL
+aKL
+aKL
+aKL
+aKL
+dbc
+aKL
+aKL
+aKL
+aKL
+aKL
+dbg
aaf
-aoa
-azq
-ayr
-ayo
-bde
-dce
-brr
-bhK
-cXk
-bhK
-bjF
-btI
-btM
-bvI
-bxt
-bzp
-bzn
-bBi
-bCR
-bEz
-bGe
-bIa
-bJG
-bLe
-bMN
-bOv
-bEn
-bRG
-bRG
-bRG
-bVx
-bWR
-bMN
-bZA
-bOv
-cbU
-cZD
-cfc
-bBe
+anS
+ayZ
+ayb
+atm
+atd
+cYk
+bpu
+bgb
+cTu
+bgb
+bhT
+brJ
+brN
+btG
+bvq
+bxm
+bxk
+bze
+bAN
+bCu
+bDZ
+bFT
+bHz
+bIW
+bKD
+bMj
+bCi
+bPu
+bPu
+bPu
+bTl
+bUF
+bKD
+bXo
+bMj
+bZI
+cVJ
+ccQ
+bza
aaf
-bBe
-ckg
-clv
-cmV
-bCV
+bza
+chU
+cjj
+ckJ
+bAR
aaf
aaa
-bBm
+bzi
aaa
-bBn
+bzj
aaa
aaa
aaa
@@ -137624,99 +138184,99 @@ aai
aaj
aag
aaa
-aby
-abS
-aco
+abv
+abP
+acl
aaa
-aby
-abS
-aco
+abv
+abP
+acl
aaa
-aby
-abS
-aco
+abv
+abP
+acl
aaa
aaa
aaf
aaa
aaa
-akj
-alB
-apu
-apu
-apu
-apu
-apj
-avQ
-atw
-ays
-azr
-aAN
+akd
+alv
+apm
+apm
+apm
+apm
+apb
+avE
+atm
+ayc
+aza
+aAw
aaf
-aIL
-aoa
-aGb
+aIc
+anS
+aFD
aaa
aaa
-aGb
+aFD
aaa
aaa
aaa
aaa
-aGb
-aoa
-aIL
+aFD
+anS
+aIc
aaf
-aWB
-aYf
-aZU
-ayo
-aKe
-aBZ
-brr
-bhK
-cWO
-bhK
-brr
-bsE
-btL
-aOx
-bjF
-byo
-bzo
-bBj
-bCS
-bEA
-bGf
-bIb
-bJF
-bLf
-bMO
-bMO
-bMO
-bRH
-bMO
-bMO
-bMO
-bWS
-bMO
-bZB
-bMO
-cbX
-cdz
-cff
-cgu
-chK
-ciO
-ckh
-clw
-cmU
-bCV
+aVh
+aWJ
+aYx
+atm
+apc
+alq
+bpu
+bgb
+cTi
+bgb
+bpu
+aNC
+brM
+aNC
+bhT
+bwl
+bxl
+bzf
+bAO
+bCv
+bEa
+bFU
+bHy
+bIX
+bKE
+bKE
+bKE
+bPv
+bKE
+bKE
+bKE
+bUG
+bKE
+bXp
+bKE
+bZL
+cbn
+ccT
+cei
+cfy
+cgC
+chV
+cjk
+ckI
+bAR
aaf
aaa
-bLn
+bJf
aaf
-bMU
+bKK
aaf
aaa
aaa
@@ -137882,98 +138442,98 @@ aaf
aaa
aaa
aaf
-abT
+abQ
aaf
aaf
aaf
-abT
+abQ
aaf
aaa
aaf
-abT
+abQ
aaf
aaa
aaa
aaf
-akj
-alB
-alB
-alB
-apv
-aqG
-asc
-apu
-apk
-avN
-atw
-ayr
-bVC
-aAO
+akd
+alv
+alv
+alv
+apn
+aqy
+arT
+apm
+apc
+avB
+atm
+ayb
+bTq
+aAx
aaa
-aIN
-aPU
+aIe
+aOS
aaa
aaa
aaa
aaf
aaa
-aNe
+aMm
aaa
aaa
aaa
-dfj
-dfl
+dbf
+dbh
+aaa
+aVi
+bTq
+ayb
+atm
+aqr
+alq
+aaa
+bgb
+bij
+bgb
aaa
-aWC
-bVC
-ayr
-ayo
-bdf
-aBZ
-aaf
-bhL
-bjV
-blA
-aaf
aaf
-brt
+bpw
aaf
aaf
-acn
-bzf
-bBk
-bCT
-bEB
-bGg
-bIc
-bJH
-bLg
-bMP
-bOw
-bQh
-bRI
-bTi
-bUv
-bQh
-bWT
-bXY
-bZC
-bQh
-cbY
-cdA
-cfg
-bzf
+ack
+bxc
+bzg
+bAP
+bCw
+bEb
+bFV
+bHA
+bIY
+bKF
+bMk
+bNV
+bPw
+bQW
+bSj
+bNV
+bUH
+bVM
+bXq
+bNV
+bZM
+cbo
+ccU
+bxc
aaf
-bCV
-bCV
-bCV
-bCV
-bCV
+bAR
+bAR
+bAR
+bAR
+bAR
aaf
aaa
aaf
aaa
-bBn
+bzj
aaa
aaa
aaa
@@ -138135,40 +138695,40 @@ aaa
aaa
aag
aaa
-aaP
-aba
-aba
-abz
-abU
-abU
-acC
-abU
-abU
-abU
-abU
-aeL
-abU
-abU
-abU
-abU
-abU
-akk
-alC
-amT
-alC
-apw
-aqH
-asd
-atu
-auJ
-avR
-atw
-ayt
-aZT
-azq
+aaN
+aaY
+aaY
+abw
+abR
+abR
+acz
+abR
+abR
+abR
+abR
+aeF
+abR
+abR
+abR
+abR
+abR
+ake
+alw
+amN
+alw
+apo
+aqz
+arU
+atk
+aux
+avF
+atm
+ayd
+aYw
+ayZ
aaa
-aIL
-aoa
+aIc
+anS
aaa
aaa
aaf
@@ -138178,48 +138738,48 @@ aaf
aaf
aaa
aaa
-aoa
-aIL
+anS
+aIc
aaa
-azq
-ayq
-azu
-ayo
-dbC
-aBZ
+ayZ
+aya
+azd
+atm
+cXI
+alq
aaf
aaa
-cYF
+cUL
aaa
aaf
-aaa
-brt
+aaf
+bpw
aaa
aaf
aaf
-bzf
-bBl
-bCU
-bEC
-bGh
-bId
-bJI
-bLh
-bMQ
-bOx
-bMQ
-bLh
-bMQ
-bOx
-bMQ
-bLh
-bMQ
-bOx
-caN
-bMQ
-bMQ
-cfh
-bzf
+bxc
+bzh
+bAQ
+bCx
+bEc
+bFW
+bHB
+bIZ
+bKG
+bMl
+bKG
+bIZ
+bKG
+bMl
+bKG
+bIZ
+bKG
+bMl
+bYB
+bKG
+bKG
+ccV
+bxc
aaf
aaf
aaf
@@ -138228,9 +138788,9 @@ aaf
aaf
aaf
aaf
-bBn
-bBn
-bBn
+bzj
+bzj
+bzj
aaf
aaf
aaf
@@ -138396,87 +138956,87 @@ aaa
aaa
aaf
aaf
-abV
+abS
aaf
aaa
aaf
-abV
+abS
aaf
aaa
aaf
-abV
+abS
aaf
aaa
aaa
aaf
-akj
-alB
-alB
-alB
-apx
-aqI
-ase
-atv
-auK
-apk
-atw
-atw
-ayr
-azq
+akd
+alv
+alv
+alv
+app
+aqA
+arV
+atl
+auy
+apc
+atm
+atm
+ayb
+ayZ
aaa
-aIL
-aoa
+aIc
+anS
aaa
aaa
aaf
-aKh
-cFG
-aNf
+aJx
+cDu
+aMn
aaf
aaf
-aGb
-aoa
-aIL
+aFD
+anS
+aIc
aaa
-azq
-ayr
-ayo
-ayo
-aKe
-aBZ
+ayZ
+ayb
+axY
+atm
+apc
+alq
aaf
aaf
aaf
aaf
aaf
aaa
-brt
+bpw
aaa
aaa
aaf
-bzf
-bzf
-bzf
-bED
-bBe
-bIe
-bBe
-bLi
-bBe
-bIe
-bBe
-bLi
-bBe
-bIe
-bBe
-bLi
-bBe
-bIe
-bzf
-bzf
-bzf
-cfi
-bzf
+bxc
+bxc
+bxc
+bCy
+bza
+bFX
+bza
+bJa
+bza
+bFX
+bza
+bJa
+bza
+bFX
+bza
+bJa
+bza
+bFX
+bxc
+bxc
+bxc
+ccW
+bxc
aaf
aaa
aaa
@@ -138652,88 +139212,88 @@ aaj
aai
aaj
aaf
-aby
-abW
-aco
+abv
+abT
+acl
aaa
-aby
-abW
-aco
+abv
+abT
+acl
aaa
-aby
-abW
-aco
+abv
+abT
+acl
aaa
aaa
aaf
aaa
aaa
-akj
-alB
-apu
-apu
-apu
-apu
-alw
-apk
-anU
-atw
-azt
-azq
+akd
+alv
+apm
+apm
+apm
+apm
+alq
+apc
+anM
+atm
+azc
+ayZ
aaf
-aIN
-aPU
+aIe
+aOS
aaa
aaa
aaf
-aKi
-aLx
-aNg
+aJy
+aKK
+aMo
aaf
aaa
aaa
-dfj
-dfl
+dbf
+dbh
aaa
-azq
-aYg
-ayo
-bbo
-aKe
-aBZ
+ayZ
+aWK
+axY
+aZP
+apc
+alq
aaf
aaa
aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaa
aaf
aaf
aaf
aaf
-bEE
+bCz
aaf
-bIf
+bFY
aaf
-bLj
+bJb
aaf
-bIf
+bFY
aaf
-bLj
+bJb
aaf
-bIf
+bFY
aaf
-bLj
+bJb
aaf
-bIf
+bFY
aaf
aaf
-bzf
-cfj
-bzf
+bxc
+ccX
+bxc
aaf
aaf
aaf
@@ -138909,17 +139469,17 @@ aaa
aaa
aag
aaa
-aby
-abW
-aco
+abv
+abT
+acl
aaa
-aby
-abW
-aco
+abv
+abT
+acl
aaa
-aby
-abW
-aco
+abv
+abT
+acl
aaf
aaa
aaf
@@ -138930,67 +139490,67 @@ aaf
aaa
aaa
aaa
-alw
-auL
-avD
-atw
-atw
-ayr
-azq
+alq
+auz
+avr
+atm
+atm
+ayb
+ayZ
aaf
-aIL
-aoa
-aGb
-aHB
+aIc
+anS
+aFD
+aHa
aaf
-aKj
-aLz
-aNh
+aJz
+aKM
+aMp
aaf
aaa
aaa
-aoa
-aIL
+anS
+aIc
aaf
-azq
-ayr
-ayo
-ayo
-bdg
-aBZ
+ayZ
+ayb
+axY
+atm
+avr
+alq
aaf
aaa
aaa
aaa
aaf
aaf
-bru
+bpx
aaf
aaf
aaf
aaa
aaf
-bCV
-bEF
-bBe
-bIg
-bCV
-bEF
-bBe
-bIg
-bCV
-bEF
-bBe
-bIg
-bCV
-bEF
-bBe
-bIg
-bCV
+bAR
+bCA
+bza
+bFZ
+bAR
+bCA
+bza
+bFZ
+bAR
+bCA
+bza
+bFZ
+bAR
+bCA
+bza
+bFZ
+bAR
aaf
-bzf
-cfi
-bzf
+bxc
+ccW
+bxc
aaf
aaa
aaf
@@ -139166,17 +139726,17 @@ aaa
aaa
aag
aaf
-aby
-abW
-aco
+abv
+abT
+acl
aaf
-aby
-abW
-aco
+abv
+abT
+acl
aaf
-aby
-abW
-aco
+abv
+abT
+acl
aaa
aaa
aaf
@@ -139187,16 +139747,16 @@ aaf
aaf
aaf
aaf
-alx
-auM
-apk
-atw
-ayq
-azu
-azq
+alr
+auA
+apc
+atm
+aya
+azd
+ayZ
aaa
-aIL
-aoa
+aIc
+anS
aaa
aaa
aaf
@@ -139206,58 +139766,58 @@ aaf
aaf
aaa
aaa
-aoa
-aIL
+anS
+aIc
aaa
-azq
-ayt
-aZT
-ayo
-dbC
-aDq
+ayZ
+ayd
+aYw
+atm
+cXI
+alr
aaf
aaa
aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaa
aaf
aaa
aaf
-bCV
-bEG
-bGi
-bIh
-bCV
-bLk
-bMR
-bOy
-bCV
-bRJ
-bTj
-bUw
-bCV
-bWU
-bXZ
-bZD
-bCV
+bAR
+bCB
+bEd
+bGa
+bAR
+bJc
+bKH
+bMm
+bAR
+bPx
+bQX
+bSk
+bAR
+bUI
+bVN
+bXr
+bAR
aaf
-aNj
-cfk
-bDf
+aMr
+ccY
+bBb
aaf
aaa
aaf
-bzf
-clA
-cmY
-cor
-cor
+bxc
+cjo
+ckM
+cmf
+cmf
aaa
-bMU
+bKK
aaa
aaa
aaa
@@ -139423,17 +139983,17 @@ aaa
aaa
aag
aaf
-aby
-abW
-aco
+abv
+abT
+acl
aaa
-aby
-abW
-aco
+abv
+abT
+acl
aaa
-aby
-abW
-aco
+abv
+abT
+acl
aaa
aaa
aaf
@@ -139444,77 +140004,77 @@ aaa
aaa
aaf
aaa
-alw
-auN
-avS
-atw
-ayr
-bVC
-aAP
+alq
+auB
+avG
+atm
+ayb
+bTq
+aAy
aaa
-aIN
-aPU
+aIe
+aOS
aaa
aaa
aaa
-aKk
+aJA
aaa
aaf
aaa
aaa
aaa
-dfj
-dfl
+dbf
+dbh
aaa
-azq
-bVC
-ayr
-ayo
-bdh
-aBZ
+ayZ
+bTq
+ayb
+atm
+bbE
+alq
aaf
aaf
aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaa
aaf
aaa
aaf
-bCV
-dfy
-dfy
-dfy
-bCV
-bLl
-bMS
-bLl
-bCV
-bRK
-bTk
-bRK
-bCV
-bWV
-bYa
-bWV
-bCV
+bAR
+dbu
+dbu
+dbu
+bAR
+bJd
+bKI
+bJd
+bAR
+bPy
+bQY
+bPy
+bAR
+bUJ
+bVO
+bUJ
+bAR
aaf
-aNi
-cfk
-bhZ
-aVf
-ciP
-cki
-clx
-cmW
-bEH
-bEH
-cmY
+aMq
+ccY
+bgo
+aTQ
+cgD
+chW
+cjl
+ckK
+bCC
+bCC
+ckM
aaf
-bMU
+bKK
aaa
aaa
aaa
@@ -139680,17 +140240,17 @@ aaa
aaa
aaj
aaa
-aby
-abX
-aco
+abv
+abU
+acl
aaa
-aby
-abX
-aco
+abv
+abU
+acl
aaa
-aby
-abX
-aco
+abv
+abU
+acl
aaf
aaf
aag
@@ -139701,77 +140261,77 @@ aaa
aaa
aaf
aaa
-alw
-alw
-atx
-atw
-ayt
-azr
-aAN
+alq
+alq
+atn
+atm
+ayd
+aza
+aAw
aaf
-aIL
-aoa
-aGb
+aIc
+anS
+aFD
aaa
aaa
aaa
aaa
-aGb
+aFD
aaa
aaa
-aGb
-aoa
-aIL
+aFD
+anS
+aIc
aaf
-aWB
-aYf
-azu
-ayo
-bdi
-aBZ
-aBZ
+aVh
+aWJ
+azd
+atm
+atn
+alq
+alq
aaf
aaa
aaa
aaf
aaf
-bru
+bpx
aaf
aaf
aaf
aaf
aaf
-bCV
-dfy
-bGj
-bIi
-bCV
-bLl
-bMT
-bOz
-bCV
-bRL
-bTl
-bUx
-bCV
-bWV
-bYb
-bZE
-bCV
+bAR
+dbu
+bEe
+bGb
+bAR
+bJd
+bKJ
+bMn
+bAR
+bPz
+bQZ
+bSl
+bAR
+bUJ
+bVP
+bXs
+bAR
aaf
-aNj
-cfk
-cfk
-cfk
-cfk
-cfk
-cly
-bEH
-coq
-bEH
-clA
+aMr
+ccY
+ccY
+ccY
+ccY
+ccY
+cjm
+bCC
+cme
+bCC
+cjo
aaa
-bMU
+bKK
aaf
aaa
aaa
@@ -139956,77 +140516,77 @@ aaa
aaa
aaa
aaa
-acn
-acn
-atx
-bRk
-avS
-atw
-ayu
-azq
-azq
+ack
+ack
+atn
+bOY
+avG
+atm
+aye
+ayZ
+ayZ
aaf
-aIL
-aoa
-aoa
-deY
-aoa
-aoa
-deY
-aoa
-aoa
-deY
-aoa
-aoa
-aIL
+aIc
+anS
+anS
+daU
+anS
+anS
+daU
+anS
+anS
+daU
+anS
+anS
+aIc
aaf
-azq
-azq
-ayu
-ayo
-aKg
-aZS
-bdi
-acn
-acn
+ayZ
+ayZ
+aye
+atm
+avG
+aYv
+atn
+ack
+ack
aaf
aaf
aaa
-brt
+bpw
aaa
aaf
aaa
aaa
aaf
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
-bCV
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
+bAR
aaf
-aNi
-cfk
-aWE
-aOx
-ciQ
-ckj
-clz
-cmX
-bEH
-bEH
-bzf
+aMq
+ccY
+aVk
+aNC
+cgE
+chX
+cjn
+ckL
+bCC
+bCC
+bxc
aaf
aai
aaa
@@ -140215,41 +140775,41 @@ aaf
aaf
aaf
aaf
-alw
-alw
-atx
-atw
-ayu
-ayu
-azq
+alq
+alq
+atn
+atm
+aye
+aye
+ayZ
aaa
-aLw
-aSG
-aSG
-aTN
-aSG
-aSG
-aTN
-aSG
-aSG
-aTN
-aSG
-aSG
-dfm
+aKJ
+aRx
+aRx
+aSC
+aRx
+aRx
+aSC
+aRx
+aRx
+aSC
+aRx
+aRx
+dbi
aaf
-aWD
-ayu
-ayu
-ayo
-bdi
-aBZ
-aBZ
+aVj
+aye
+aye
+atm
+atn
+alq
+alq
aaf
aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaf
@@ -140273,17 +140833,17 @@ aaf
aaf
aaf
aaf
-aNj
-cfl
-bDf
+aMr
+ccZ
+bBb
aaf
aaa
aaf
-clA
-cmY
-cor
-cmY
-clA
+cjo
+ckM
+cmf
+ckM
+cjo
aaa
aaf
aaf
@@ -140474,31 +141034,31 @@ aaf
aaa
aaa
aaf
-acn
-atw
-ayo
-ayo
-ayo
+ack
+atm
+axY
+axY
+axY
aaa
-coC
-aIK
+cmq
+aIb
aaf
aaa
aaa
aaf
-aIK
+aIb
aaf
aaa
aaa
aaf
-aIK
-daX
+aIb
+cXd
aaa
-ayo
-ayo
-ayo
-ayo
-acn
+axY
+axY
+axY
+axY
+ack
aaf
aaf
aaf
@@ -140506,7 +141066,7 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaa
@@ -140731,31 +141291,31 @@ aaf
aaf
aaf
aaf
-acn
+ack
aaf
aaf
aaf
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
-ayo
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
+axY
aaf
aaf
aaf
-acn
+ack
aaa
aaa
aaa
@@ -140763,40 +141323,40 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaf
aaf
aai
-bBn
-bBn
-bBn
-bBn
-bBn
-bLm
-bBn
-bBn
+bzj
+bzj
+bzj
+bzj
+bzj
+bJe
+bzj
+bzj
aai
-bBn
-bBn
-bBn
-bMU
-bBn
-bBn
-bBn
-bBn
-bLm
-bBn
+bzj
+bzj
+bzj
+bKK
+bzj
+bzj
+bzj
+bzj
+bJe
+bzj
aai
-bBn
+bzj
aaf
aaf
aai
-bBn
+bzj
aai
-bBn
-bBn
+bzj
+bzj
aaf
aaf
aaa
@@ -140992,23 +141552,23 @@ aaa
aaa
aaa
aaf
-ayo
-azw
-azw
-azw
-aHA
-azw
-azw
-azw
-cEt
-azw
-azw
-azw
-aHA
-azw
-azw
-azw
-ayo
+axY
+azf
+azf
+azf
+aGZ
+azf
+azf
+azf
+cCh
+azf
+azf
+azf
+aGZ
+azf
+azf
+azf
+axY
aaf
aaa
aaf
@@ -141020,7 +141580,7 @@ aaa
aaa
aaf
aaa
-btN
+bpw
aaa
aaf
aaa
@@ -141277,30 +141837,30 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaf
aai
-bBm
-bBm
-bBm
-bBm
-bBm
-bBm
-bLn
-bBm
-bBm
-bBm
-bBm
-bBm
-bBm
-bLn
-bBm
-bBm
-bBm
-bBm
-bLn
+bzi
+bzi
+bzi
+bzi
+bzi
+bzi
+bJf
+bzi
+bzi
+bzi
+bzi
+bzi
+bzi
+bJf
+bzi
+bzi
+bzi
+bzi
+bJf
aaf
aaf
aaf
@@ -141534,7 +142094,7 @@ aaa
aaa
aaf
aaf
-bru
+bpx
aaf
aaf
aaa
@@ -141783,7 +142343,7 @@ aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -141791,32 +142351,32 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaf
aai
-bBn
-bBn
+bzj
+bzj
aai
-bBn
-aob
-bBn
-bBn
-bMU
-bBn
-bBn
-bBn
-bBn
-bBn
+bzj
+anT
+bzj
+bzj
+bKK
+bzj
+bzj
+bzj
+bzj
+bzj
aai
-bBn
-bBn
-bBn
-bBn
-bMU
-bBn
-bBn
+bzj
+bzj
+bzj
+bzj
+bKK
+bzj
+bzj
aaf
aaa
aaa
@@ -142040,7 +142600,7 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aac
@@ -142048,7 +142608,7 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaa
@@ -142057,7 +142617,7 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaa
@@ -142297,7 +142857,7 @@ aaa
aaa
aaf
aaf
-aob
+anT
aaa
aaa
aaa
@@ -142305,7 +142865,7 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaa
@@ -142314,7 +142874,7 @@ aaa
aaa
aaf
aaa
-aob
+anT
aaa
aaa
aaa
@@ -142386,7 +142946,7 @@ aaa
aaa
aaa
aaa
-dfF
+dbB
aaa
aaa
aaa
@@ -142492,7 +143052,7 @@ aaa
aaa
aaa
aaa
-cXR
+cTX
aaa
aaa
aaa
@@ -142554,7 +143114,7 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaa
@@ -142562,7 +143122,7 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaa
@@ -142571,7 +143131,7 @@ aaa
aaa
aai
aaf
-aob
+anT
aaa
aaa
aaa
@@ -142819,7 +143379,7 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaa
@@ -142828,7 +143388,7 @@ aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -143068,7 +143628,7 @@ aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -143076,7 +143636,7 @@ aaa
aaa
aaf
aaa
-brt
+bpw
aaa
aaf
aaa
@@ -143325,7 +143885,7 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaa
@@ -143333,7 +143893,7 @@ aaa
aaa
aaf
aaf
-bru
+bpx
aaf
aaf
aaa
@@ -143342,7 +143902,7 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaa
@@ -143582,7 +144142,7 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaa
@@ -143590,7 +144150,7 @@ aaa
aaa
aaf
aaa
-brv
+bpy
aaa
aaf
aaa
@@ -143599,7 +144159,7 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaa
@@ -143839,7 +144399,7 @@ aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -143847,7 +144407,7 @@ aaa
aaa
aaf
aaa
-brv
+bpy
aaa
aaf
aaa
@@ -143856,7 +144416,7 @@ aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -144103,9 +144663,9 @@ aaf
aaa
aaa
aaf
-bpg
-brw
-btO
+aaa
+bpz
+aaa
aaf
aaa
aaa
@@ -144113,7 +144673,7 @@ aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -144152,9 +144712,9 @@ aaa
aaa
aaf
aaf
-cBW
-cFH
-cBW
+czK
+cDv
+czK
aaf
aaf
aaa
@@ -144353,17 +144913,17 @@ aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaf
aaf
aaf
-bni
-bph
-brx
-btP
-bvK
+aaf
+bno
+bpA
+brO
+aaf
aaa
aaa
aaa
@@ -144408,11 +144968,11 @@ aaa
aaa
aaf
aaf
-cDY
-cBW
-cFI
-cBW
-cDY
+cBM
+czK
+cDw
+czK
+cBM
aaf
aaf
aaa
@@ -144610,24 +145170,24 @@ aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaf
aaa
aaa
-bnj
-bpi
-bry
-bpf
-bvL
+blu
+aaa
+bpA
+aaa
+btI
aaa
aaa
aaa
aaa
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -144664,13 +145224,13 @@ aaa
aaa
aaf
aaf
-cBW
-cBW
-cET
-cFH
-cGN
-cBW
-cBW
+czK
+czK
+cCH
+cDv
+cEB
+czK
+czK
aaf
aaf
aaa
@@ -144865,26 +145425,26 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aob
+anT
aaf
aaf
-acn
-acn
+ack
+ack
aaf
-bnk
+blv
aaf
-bry
+bpA
aaf
-bnk
+blv
aaf
aaf
aaf
aaf
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -144920,15 +145480,15 @@ aaa
aaa
aaa
aaf
-cBV
-cBV
-cDZ
-cEU
-cEU
-cEU
-cHH
-cBV
-cBV
+czJ
+czJ
+cBN
+cCI
+cCI
+cCI
+cFv
+czJ
+czJ
aaf
aaa
aaa
@@ -145122,26 +145682,26 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aqJ
+aqB
aaa
-aNi
-bhM
-bhM
-aPX
-bnl
-bpj
-brz
-btQ
-bvM
+aMq
+bgc
+bgc
+aOV
+blw
+aNw
+bpB
+aNw
+btJ
aaa
aaa
aaa
aaa
aai
aaa
-aob
+anT
aaa
aaa
aaa
@@ -145177,15 +145737,15 @@ aaa
aaf
aaf
aaf
-cBW
-cDc
-cEa
-cEU
-cFJ
-cEU
-cHI
-cIB
-cBW
+czK
+cAQ
+cBO
+cCI
+cDx
+cCI
+cFw
+cGp
+czK
aaf
aaf
aaf
@@ -145379,19 +145939,19 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aob
+anT
aaa
-aNi
-bhN
-bhN
-aPX
-bnm
-bpk
-brA
-btR
-bvN
+aMq
+bgd
+bgd
+aOV
+aMq
+bnp
+bpC
+brP
+btK
aaa
aaa
aaa
@@ -145434,15 +145994,15 @@ aaa
aaa
aaa
aaf
-cBV
-cBV
-cEb
-cEU
-cEU
-cEU
-cHJ
-cBV
-cBV
+czJ
+czJ
+cBP
+cCI
+cCI
+cCI
+cFx
+czJ
+czJ
aaf
aaa
aaa
@@ -145636,26 +146196,26 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aob
-aob
-bfW
-bhO
-bjW
-bfW
-bnn
-bpl
-brB
-btS
-bnn
-aob
-aob
-aob
-aob
+anT
+anT
+beq
+bge
+bik
+beq
+blx
+bnq
+bpD
+brQ
+blx
+anT
+anT
+anT
+anT
aag
aaa
-aob
+anT
aaa
aaa
aaa
@@ -145692,13 +146252,13 @@ aaa
aaa
aaf
aaf
-cBW
-cBW
-cEV
-cFK
-cGO
-cBW
-cBW
+czK
+czK
+cCJ
+cDy
+cEC
+czK
+czK
aaf
aaf
aaa
@@ -145888,29 +146448,29 @@ aaa
aaa
aaa
aaa
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
aaa
-bfX
-bhP
-bhN
-blB
-bno
-bpm
-brC
-btT
-aPZ
-aOr
-aOr
-aVf
+ber
+bgf
+bgd
+bjN
+bly
+bnr
+bpE
+brR
+aOX
+aNw
+aNw
+aTQ
aaa
-aob
+anT
aaa
aag
aaa
@@ -145950,11 +146510,11 @@ aaa
aaa
aaf
aaf
-cDY
-cBW
-cFL
-cBW
-cDY
+cBM
+czK
+cDz
+czK
+cBM
aaf
aaf
aaa
@@ -146140,48 +146700,48 @@ aaa
aaa
aaa
aaa
-aob
-aob
-aob
-aob
-aob
-aob
+anT
+anT
+anT
+anT
+anT
+anT
aaa
-aVf
-aOr
-aOr
-aOr
-aOr
-aOr
-aTO
-bfY
-bhQ
-bjX
-blC
-bnp
-bpn
-brD
-btU
-bnp
-bnp
-bnp
-bBo
-bCW
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
+aTQ
+aNw
+aNw
+aNw
+aNw
+aNw
+aSD
+bes
+bgg
+bil
+bjO
+blz
+bns
+bpF
+brS
+blz
+blz
+blz
+bzk
+bAS
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
aaa
aaa
aaa
@@ -146208,9 +146768,9 @@ aaa
aaa
aaf
aaf
-cBW
-cBV
-cBW
+czK
+czJ
+czK
aaf
aaf
aaa
@@ -146397,48 +146957,48 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aVf
-aOr
-aOr
-aOr
-aTO
-aVg
-aPV
-aPV
-aPV
-aPV
-aPV
-aPV
-bfZ
-aWE
-aQa
-aQa
+aTQ
+aNw
+aNw
+aNw
+aSD
aTR
-bpo
-brE
-btV
-aPW
-aQa
-beu
-bBp
-bCX
-aOr
-aOr
-aOr
-bLt
-aOr
-aOr
-aOr
-aOr
-bLt
-aOr
-aOr
-aOr
-aVf
+aOT
+aOT
+aOT
+aOT
+aOT
+aOT
+bet
+aVk
+aOY
+aOY
+aSG
+bnt
+bpG
+brT
+aOU
+aOY
+bcQ
+bzl
+bAT
+aNw
+aNw
+aNw
+bJl
+aNw
+aNw
+aNw
+aNw
+bJl
+aNw
+aNw
+aNw
+aTQ
aaa
-aob
+anT
aaa
aaa
aaa
@@ -146552,22 +147112,8 @@ aaa
aaa
aaa
aaa
-"}
-(206,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+"}
+(206,1,1) = {"
aaa
aaa
aaa
@@ -146654,91 +147200,6 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOs
-aPV
-aPV
-aPV
-aPV
-aVh
-aWE
-aQa
-aQa
-aQa
-aQa
-aQa
-aVi
-aaa
-aaa
-aaa
-bnq
-bpp
-brF
-btW
-aPX
-aaa
-aNi
-bBq
-aPV
-aPV
-aPV
-aPV
-bOF
-bOF
-bQi
-bOF
-bOF
-bOF
-bOF
-aPV
-aPV
-bWW
-bDf
-aob
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -146753,10 +147214,48 @@ aaa
aaa
aaa
aaa
+anT
+aMq
+aNx
+aOT
+aOT
+aOT
+aOT
+aTS
+aVk
+aOY
+aOY
+aOY
+aOY
+aOY
+aTT
aaa
aaa
aaa
+blA
+bnu
+bpH
+brU
+aOV
aaa
+aMq
+bzm
+aOT
+aOT
+aOT
+aOT
+bMt
+bMt
+bNW
+bMt
+bMt
+bMt
+bMt
+aOT
+aOT
+bUK
+bBb
+anT
aaa
aaa
aaa
@@ -146783,6 +147282,9 @@ aaa
aaa
aaa
aaa
+aaf
+aaf
+aaf
aaa
aaa
aaa
@@ -146809,8 +147311,6 @@ aaa
aaa
aaa
aaa
-"}
-(207,1,1) = {"
aaa
aaa
aaa
@@ -146869,6 +147369,8 @@ aaa
aaa
aaa
aaa
+"}
+(207,1,1) = {"
aaa
aaa
aaa
@@ -146911,48 +147413,16 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOt
-aPW
-aQa
-aQa
-aQa
-aVi
aaa
aaa
aaa
aaa
aaa
aaa
-aVj
aaa
aaa
-aSH
-aSH
-bpq
-brG
-btX
-aSH
aaa
aaa
-aVi
-aQa
-aQa
-aQa
-aQa
-aQa
-aQa
-bNa
-aQa
-aQa
-aQa
-aQa
-aQa
-beu
-aOt
-bhY
-aob
aaa
aaa
aaa
@@ -146980,7 +147450,6 @@ aaa
aaa
aaa
aaa
-aaf
aaa
aaa
aaa
@@ -147002,16 +147471,48 @@ aaa
aaa
aaa
aaa
+anT
+aMq
+aNy
+aOU
+aOY
+aOY
+aOY
+aTT
aaa
aaa
aaa
aaa
aaa
aaa
+aTU
aaa
aaa
+aRy
+aRy
+bnv
+bpI
+brV
+aRy
aaa
aaa
+aTT
+aOY
+aOY
+aOY
+aOY
+aOY
+aOY
+bKQ
+aOY
+aOY
+aOY
+aOY
+aOY
+bcQ
+aNy
+bgn
+anT
aaa
aaa
aaa
@@ -147039,6 +147540,7 @@ aaa
aaa
aaa
aaa
+aaf
aaa
aaa
aaa
@@ -147066,8 +147568,6 @@ aaa
aaa
aaa
aaa
-"}
-(208,1,1) = {"
aaa
aaa
aaa
@@ -147126,6 +147626,8 @@ aaa
aaa
aaa
aaa
+"}
+(208,1,1) = {"
aaa
aaa
aaa
@@ -147168,48 +147670,22 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOt
-aPX
aaa
aaa
aaa
-aVj
aaa
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-bnr
-bpr
-brH
-btY
-aSH
-bxw
aaa
-aVj
aaa
aaa
aaa
aaa
aaa
aaa
-aVj
aaa
aaa
aaa
aaa
aaa
-aNi
-aOt
-bhY
-aob
aaa
aaa
aaa
@@ -147237,21 +147713,6 @@ aaa
aaa
aaa
aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -147267,22 +147728,48 @@ aaa
aaa
aaa
aaa
+anT
+aMq
+aNy
+aOV
aaa
aaa
aaa
+aTU
aaa
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+blB
+bnw
+bpJ
+brW
+aRy
+bvt
aaa
+aTU
aaa
aaa
aaa
aaa
aaa
aaa
+aTU
aaa
aaa
aaa
aaa
aaa
+aMq
+aNy
+bgn
+anT
aaa
aaa
aaa
@@ -147310,6 +147797,7 @@ aaa
aaa
aaa
aaa
+aaf
aaa
aaa
aaa
@@ -147323,9 +147811,6 @@ aaa
aaa
aaa
aaa
-"}
-(209,1,1) = {"
-aaa
aaa
aaa
aaa
@@ -147398,6 +147883,8 @@ aaa
aaa
aaa
aaa
+"}
+(209,1,1) = {"
aaa
aaa
aaa
@@ -147425,48 +147912,12 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOt
-aPX
aaa
aaa
aaa
-aSH
-aSH
-aSH
-aVk
-aVk
-aVk
-aSH
-aSH
-aSH
-aSH
-blD
-bns
-bps
-brI
-buh
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-bxw
-bxw
aaa
aaa
aaa
-aNi
-aOt
-bhY
-aob
aaa
aaa
aaa
@@ -147534,12 +147985,48 @@ aaa
aaa
aaa
aaa
+anT
+aMq
+aNy
+aOV
aaa
aaa
aaa
+aRy
+aRy
+aRy
+aTV
+aTV
+aTV
+aRy
+aRy
+aRy
+aRy
+bjP
+blC
+bnx
+bpK
+bsf
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+bvt
+bvt
aaa
aaa
aaa
+aMq
+aNy
+bgn
+anT
aaa
aaa
aaa
@@ -147580,8 +148067,6 @@ aaa
aaa
aaa
aaa
-"}
-(210,1,1) = {"
aaa
aaa
aaa
@@ -147655,6 +148140,8 @@ aaa
aaa
aaa
aaa
+"}
+(210,1,1) = {"
aaa
aaa
aaa
@@ -147680,52 +148167,10 @@ aaa
aaa
aaa
aaa
-aob
-aob
-aob
-aNj
-aOt
-aPX
aaa
aaa
-aSH
-aSH
-aVk
-aVk
-aVk
-bbp
-aVk
-aVk
-aVk
-aVk
-aVk
-blD
-bnt
-bpt
-brJ
-bua
-bvO
-bvO
-bvO
-bvO
-bvO
-bEI
-bGk
-bIj
-bJJ
-bLo
-aSH
-aSH
-aSH
-aSH
aaa
aaa
-aNi
-bgg
-bDf
-aob
-aob
-aob
aaa
aaa
aaa
@@ -147795,10 +148240,52 @@ aaa
aaa
aaa
aaa
+anT
+anT
+anT
+aMr
+aNy
+aOV
aaa
aaa
+aRy
+aRy
+aTV
+aTV
+aTV
+aZQ
+aTV
+aTV
+aTV
+aTV
+aTV
+bjP
+blD
+bny
+bpL
+brY
+btL
+btL
+btL
+btL
+btL
+bCD
+bEf
+bGc
+bHC
+bJg
+aRy
+aRy
+aRy
+aRy
aaa
aaa
+aMq
+bez
+bBb
+anT
+anT
+anT
aaa
aaa
aaa
@@ -147837,8 +148324,6 @@ aaa
aaa
aaa
aaa
-"}
-(211,1,1) = {"
aaa
aaa
aaa
@@ -147912,6 +148397,8 @@ aaa
aaa
aaa
aaa
+"}
+(211,1,1) = {"
aaa
aaa
aaa
@@ -147937,52 +148424,12 @@ aaa
aaa
aaa
aaa
-aob
aaa
-aOr
-aTO
-aOt
-aPX
aaa
aaa
-aSH
-aVk
-aWF
-aYh
-aZV
-bbq
-bdj
-bet
-aWF
-bhR
-bjY
-blE
-blE
-bpu
-brK
-bub
-bvO
-bxx
-bIo
-bBr
-bCY
-bEI
-bGl
-bIk
-bIk
-bLu
-bQj
-bOA
-bQo
-aSH
aaa
aaa
-aNi
-bgg
-bCX
-aOr
aaa
-aob
aaa
aaa
aaa
@@ -148050,12 +148497,52 @@ aaa
aaa
aaa
aaa
+anT
aaa
+aNw
+aSD
+aNy
+aOV
aaa
aaa
+aRy
+aTV
+aVl
+aWL
+aYy
+aZR
+bbF
+bcP
+aVl
+bgh
+bim
+bjQ
+bjQ
+bnz
+bpM
+brZ
+btL
+bvu
+bGh
+bzn
+bAU
+bCD
+bEg
+bGd
+bGd
+bJm
+bNX
+bMo
+bOc
+aRy
aaa
aaa
+aMq
+bez
+bAT
+aNw
aaa
+anT
aaa
aaa
aaa
@@ -148094,8 +148581,6 @@ aaa
aaa
aaa
aaa
-"}
-(212,1,1) = {"
aaa
aaa
aaa
@@ -148169,6 +148654,8 @@ aaa
aaa
aaa
aaa
+"}
+(212,1,1) = {"
aaa
aaa
aaa
@@ -148194,52 +148681,8 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-bpc
-brk
-bro
-aPX
aaa
-aSH
-aSH
-aVk
-aWG
-aYi
-aYi
-bbr
-aYi
-aYi
-aYi
-bhS
-bjZ
-blF
-btZ
-bpv
-brL
-buc
-bvO
-bDa
-bzq
-bBs
-bCZ
-bEI
-bGm
-bIl
-bIk
-bMV
-bQk
-bIk
-cgO
-aSH
-bxw
aaa
-aNi
-cjL
-brk
-csa
-bhY
-aob
aaa
aaa
aaa
@@ -148311,8 +148754,52 @@ aaa
aaa
aaa
aaa
+anT
+aMq
+bnl
+bpn
+bpr
+aOV
aaa
+aRy
+aRy
+aTV
+aVm
+aWM
+aWM
+aZS
+aWM
+aWM
+aWM
+bgi
+bin
+bjR
+brX
+bnA
+bpN
+bsa
+btL
+bAW
+bxn
+bzo
+bAV
+bCD
+bEh
+bGe
+bGd
+bKL
+bNY
+bGd
+ceC
+aRy
+bvt
aaa
+aMq
+chz
+bpn
+cpO
+bgn
+anT
aaa
aaa
aaa
@@ -148351,8 +148838,6 @@ aaa
aaa
aaa
aaa
-"}
-(213,1,1) = {"
aaa
aaa
aaa
@@ -148426,6 +148911,8 @@ aaa
aaa
aaa
aaa
+"}
+(213,1,1) = {"
aaa
aaa
aaa
@@ -148451,52 +148938,8 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-bpb
-bpe
-bro
-aPX
aaa
-aSH
-aSH
-aVk
-aWH
-aYj
-aVk
-bsk
-aVk
-aVk
-bgb
-aYj
-bka
-blF
-bnv
-bpw
-brM
-bud
-bvP
-bxz
-bzr
-bBt
-bLp
-bEJ
-bEJ
-bEJ
-bJK
-bIk
-bIk
-bIk
-bWX
-aSH
-bxw
aaa
-aNi
-cjL
-coW
-bro
-bhY
-aob
aaa
aaa
aaa
@@ -148568,8 +149011,52 @@ aaa
aaa
aaa
aaa
+anT
+aMq
+bnk
+bnn
+bpr
+aOV
aaa
+aRy
+aRy
+aTV
+aVn
+aWN
+aTV
+bqm
+aTV
+aTV
+beu
+aWN
+bio
+bjR
+blF
+bnB
+bpO
+bsb
+btM
+bvw
+bxo
+bzp
+bJh
+bCE
+bCE
+bCE
+bHD
+bGd
+bGd
+bGd
+bUL
+aRy
+bvt
aaa
+aMq
+chz
+cmK
+bpr
+bgn
+anT
aaa
aaa
aaa
@@ -148608,8 +149095,6 @@ aaa
aaa
aaa
aaa
-"}
-(214,1,1) = {"
aaa
aaa
aaa
@@ -148683,6 +149168,45 @@ aaa
aaa
aaa
aaa
+"}
+(214,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -148708,52 +149232,88 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aZA
-bhB
-brp
-aPY
-aPY
-aSI
-aTP
-aVm
-blG
-aYk
-aZX
-btw
-bxi
-aVk
-bAB
-bhU
-bkb
-bny
-bnw
-bpx
-brN
-bue
-bvQ
-bxA
-bzs
-bBu
-bDb
-bEK
-bGn
-bEK
-bJL
-bMW
-bMY
-bOB
-bQl
-aSI
-bTm
-aPY
-bVy
-cjY
-cnf
-cpj
-bhY
-aob
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+anT
+aMq
+aYd
+bfS
+bps
+aOW
+aOW
+aRz
+aSE
+aTW
+bjS
+aWO
+aYz
+brx
+bvf
+aTV
+byx
+bgj
+bip
+blI
+blG
+bnC
+bpP
+bsc
+btN
+bvx
+bxp
+bzq
+bAX
+bCF
+bEi
+bCF
+bHE
+bKM
+bKO
+bMp
+bNZ
+aRz
+bRa
+aOW
+bTm
+chM
+ckT
+cmX
+bgn
+anT
aaa
aaa
aaa
@@ -148965,52 +149525,52 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-bpb
-bpe
-bro
-aPX
+anT
+aMq
+bnk
+bnn
+bpr
+aOV
aaa
-aSH
-aTQ
-aVn
-aWJ
-aYl
-aVk
-bbu
-aVk
-aVk
-bgd
-bhV
-bnu
+aRy
+aSF
+aTX
+aVp
+aWP
+aTV
+aZV
+aTV
+aTV
+bew
+bgk
blE
-bnx
-bpy
-brO
-buf
-bvO
-bxB
-bzt
-bBv
-bDc
-bEJ
-bEJ
-bEJ
-bJM
-bLs
-bLs
-bOC
-ciK
-aSH
-bxw
+bjQ
+blH
+bnD
+bpQ
+bsd
+btL
+bvy
+bxq
+bzr
+bAY
+bCE
+bCE
+bCE
+bHF
+bJk
+bJk
+bMq
+cgy
+aRy
+bvt
aaa
-aNi
-cjL
-coW
-bro
-bhY
-aob
+aMq
+chz
+cmK
+bpr
+bgn
+anT
aaa
aaa
aaa
@@ -149222,52 +149782,52 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-bpd
-brn
-bro
-aPX
+anT
+aMq
+bnm
+bpq
+bpr
+aOV
aaa
-aSH
-aSH
-aVk
-aWK
-aYm
-aZY
-bbv
-aZY
-aZY
-bge
-bhW
-bkd
-blE
-bug
-bpz
-brP
-bAQ
-bvO
-bxC
-bzu
-bBw
-bLq
-bEI
-bGo
-bIl
-bIk
-bMZ
-bQn
-bOD
-cjA
-aSH
-bxw
+aRy
+aRy
+aTV
+aVq
+aWQ
+aYA
+aZW
+aYA
+aYA
+bex
+bgl
+bir
+bjQ
+bse
+bnE
+bpR
+byM
+btL
+bvz
+bxr
+bzs
+bJi
+bCD
+bEj
+bGe
+bGd
+bKP
+bOb
+bMr
+cho
+aRy
+bvt
aaa
-aNi
-cjL
-brn
-bBz
-bhY
-aob
+aMq
+chz
+bpq
+bzv
+bgn
+anT
aaa
aaa
aaa
@@ -149479,52 +150039,52 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aQa
-beu
-aOu
-aPX
+aOY
+bcQ
+aNz
+aOV
aaa
aaa
-aSH
-aVk
-aWL
-aYn
-aZZ
-bbw
-bdl
-aYn
-aWL
-bhX
-bke
-blE
-blE
-bpu
-brQ
-bub
-bvO
-bxD
-bzv
-bBx
-bDe
-bEI
-bGl
-bIk
-bIk
-bMX
-bQm
-bOE
-cjz
-aSH
+aRy
+aTV
+aVr
+aWR
+aYB
+aZX
+bbH
+aWR
+aVr
+bgm
+bis
+bjQ
+bjQ
+bnz
+bpS
+brZ
+btL
+bvA
+bxs
+bzt
+bBa
+bCD
+bEg
+bGd
+bGd
+bKN
+bOa
+bMs
+chn
+aRy
aaa
aaa
-aNi
-bgg
-aWE
-aQa
+aMq
+bez
+aVk
+aOY
aaa
-aob
+anT
aaa
aaa
aaa
@@ -149736,52 +150296,52 @@ aaa
aaa
aaa
aaa
-aob
-aob
-aob
-aNj
-aOu
-aPX
+anT
+anT
+anT
+aMr
+aNz
+aOV
aaa
aaa
-aSH
-aSH
-aVk
-aVk
-aVk
-bbx
-aVk
-aVk
-aVk
-aVk
-aVk
-blH
-bnz
-bpA
-brR
-bAS
-bvO
-bvO
-bvO
-bvO
-bvO
-bEI
-bGp
-bIm
-bJN
-bLv
-aSH
-aSH
-aSH
-aSH
+aRy
+aRy
+aTV
+aTV
+aTV
+aZY
+aTV
+aTV
+aTV
+aTV
+aTV
+bjT
+blJ
+bnF
+bpT
+byO
+btL
+btL
+btL
+btL
+btL
+bCD
+bEk
+bGf
+bHG
+bJn
+aRy
+aRy
+aRy
+aRy
aaa
aaa
-aNi
-bgg
-bDf
-aob
-aob
-aob
+aMq
+bez
+bBb
+anT
+anT
+anT
aaa
aaa
aaa
@@ -149995,48 +150555,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOu
-aPX
+anT
+aMq
+aNz
+aOV
aaa
aaa
aaa
-aSH
-aSH
-aSH
-aVk
-aVk
-aVk
-aSH
-aSH
-aSH
-aSH
-blH
-bnA
-bpB
-brS
-bui
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-bxw
-bxw
+aRy
+aRy
+aRy
+aTV
+aTV
+aTV
+aRy
+aRy
+aRy
+aRy
+bjT
+blK
+bnG
+bpU
+bsg
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+bvt
+bvt
aaa
aaa
aaa
-aNi
-bgg
-bhY
-aob
+aMq
+bez
+bgn
+anT
aaa
aaa
aaa
@@ -150252,48 +150812,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOu
-aPX
+anT
+aMq
+aNz
+aOV
aaa
aaa
aaa
-aVj
+aTU
aaa
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-aSH
-bnB
-bpC
-brT
-buj
-aSH
-bxw
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+aRy
+blL
+bnH
+bpV
+bsh
+aRy
+bvt
aaa
-aVj
+aTU
aaa
aaa
aaa
aaa
aaa
aaa
-aVj
+aTU
aaa
aaa
aaa
aaa
aaa
-aNi
-bgg
-bhY
-aob
+aMq
+bez
+bgn
+anT
aaa
aaa
aaa
@@ -150509,48 +151069,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOu
-aPZ
-aOr
-aOr
-aOr
-aVo
+anT
+aMq
+aNz
+aOX
+aNw
+aNw
+aNw
+aTY
aaa
aaa
aaa
aaa
aaa
aaa
-aVj
+aTU
aaa
aaa
-aSH
-bnC
-bpD
-brU
-buk
-aSH
+aRy
+blM
+bnI
+bpW
+bsi
+aRy
aaa
aaa
-aVo
-aOr
-aOr
-aOr
-aOr
-aOr
-aOr
-aVo
-aOr
-aOr
-aOr
-aOr
-aOr
-bno
-bgg
-bhY
-aob
+aTY
+aNw
+aNw
+aNw
+aNw
+aNw
+aNw
+aTY
+aNw
+aNw
+aNw
+aNw
+aNw
+bly
+bez
+bgn
+anT
aaa
aaa
aaa
@@ -150766,48 +151326,48 @@ aaa
aaa
aaa
aaa
-aob
-aNi
-aOw
-aPV
-aPV
-aPV
-aPV
-aVp
-aPZ
-aOr
-aOr
-aOr
-aOr
-aOr
-aVo
+anT
+aMq
+aNB
+aOT
+aOT
+aOT
+aOT
+aTZ
+aOX
+aNw
+aNw
+aNw
+aNw
+aNw
+aTY
aaa
aaa
-aSH
-aSH
-aSH
-brV
-aSH
-aSH
+aRy
+aRy
+aRy
+bpX
+aRy
+aRy
aaa
-aNi
-bBy
-aPV
-aPV
-aPV
-aPV
-aPV
-aPV
-bNb
-bOF
-bOF
-bOF
-bOF
-bOF
-bOF
-bWY
-bDf
-aob
+aMq
+bzu
+aOT
+aOT
+aOT
+aOT
+aOT
+aOT
+bKR
+bMt
+bMt
+bMt
+bMt
+bMt
+bMt
+bUM
+bBb
+anT
aaa
aaa
aaa
@@ -151023,48 +151583,48 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aOx
-aQa
-aQa
-aQa
-aTR
-aVq
-aPV
-aPV
-aPV
-aPV
-aPV
-aPV
-bgf
-bhY
+aNC
+aOY
+aOY
+aOY
+aSG
+aUa
+aOT
+aOT
+aOT
+aOT
+aOT
+aOT
+bey
+bgn
aaa
aaa
aaa
-aNi
-brW
-bhY
+aMq
+bpY
+bgn
aaa
aaa
-aNi
-bgg
-aWE
-aQa
-aQa
-aQa
-aQa
-aQa
-aOx
-aQa
-aQa
-aQa
-aQa
-aQa
-aQa
-aOx
+aMq
+bez
+aVk
+aOY
+aOY
+aOY
+aOY
+aOY
+aNC
+aOY
+aOY
+aOY
+aOY
+aOY
+aOY
+aNC
aaa
-aob
+anT
aaa
aaa
aaa
@@ -151280,48 +151840,48 @@ aaa
aaa
aaa
aaa
-aob
-aob
-aob
-aob
-aob
-aob
+anT
+anT
+anT
+anT
+anT
+anT
aaa
-aOx
-aQa
-aQa
-aQa
-aQa
-aQa
-beu
-bgg
-bhZ
-aOr
-aOr
-aOr
-aTO
-brX
-bul
-aOr
-aOr
-bno
-bgg
-bhY
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
+aNC
+aOY
+aOY
+aOY
+aOY
+aOY
+bcQ
+bez
+bgo
+aNw
+aNw
+aNw
+aSD
+bpZ
+bsj
+aNw
+aNw
+bly
+bez
+bgn
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
aaa
aaa
aaa
@@ -151542,29 +152102,29 @@ aaa
aaa
aaa
aaa
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aNi
-bgh
-aPV
-aPV
-aPV
-aPV
-aPV
-brY
-aPV
-aPV
-aPV
-aPV
-bBz
-bDf
-aob
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+aMq
+beA
+aOT
+aOT
+aOT
+aOT
+aOT
+bqa
+aOT
+aOT
+aOT
+aOT
+bzv
+bBb
+anT
aaa
aaa
aaa
@@ -151806,22 +152366,22 @@ aaa
aaa
aaa
aaa
-aob
+anT
aaa
-aOx
-aQa
-aQa
-aQa
-aQa
-aQa
-aOx
-aQa
-aQa
-aQa
-aQa
-aOx
+aNC
+aOY
+aOY
+aOY
+aOY
+aOY
+aNC
+aOY
+aOY
+aOY
+aOY
+aNC
aaa
-aob
+anT
aaa
aaa
aaa
@@ -152063,22 +152623,22 @@ aaa
aaa
aaa
aaa
-aob
-aob
+anT
+anT
aag
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
-aob
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
+anT
aaa
aaa
aaa
diff --git a/_maps/map_files/MiniStation/MiniStation.dmm b/_maps/map_files/MiniStation/MiniStation.dmm
deleted file mode 100644
index 25d8fb7e6fab..000000000000
--- a/_maps/map_files/MiniStation/MiniStation.dmm
+++ /dev/null
@@ -1,80657 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/open/space,
-/area/space)
-"ab" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_n";
- name = "north of station";
- turf_type = /turf/open/floor/plating/asteroid/snow;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"ac" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/open/space,
-/area/space)
-"ad" = (
-/turf/closed/mineral/random/low_chance,
-/area/mine/explored)
-"ae" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_ne";
- name = "northeast of station";
- turf_type = /turf/open/floor/plating/asteroid/snow;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"af" = (
-/turf/closed/mineral/random/low_chance,
-/area/mine/unexplored)
-"ag" = (
-/turf/closed/mineral/random/high_chance,
-/area/mine/explored)
-"ah" = (
-/turf/closed/wall,
-/area/bridge)
-"ai" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/bridge)
-"aj" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/bridge)
-"ak" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/bridge)
-"al" = (
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/bridge)
-"am" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"an" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/wrench,
-/obj/item/device/assembly/timer,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plasteel,
-/area/bridge)
-"ao" = (
-/obj/structure/table/reinforced,
-/obj/item/device/aicard,
-/obj/item/device/multitool,
-/turf/open/floor/plasteel,
-/area/bridge)
-"ap" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/red/side,
-/area/bridge)
-"aq" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/red/side,
-/area/bridge)
-"ar" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"as" = (
-/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/white/side{
- dir = 2
- },
-/area/bridge)
-"at" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/white/side{
- dir = 2
- },
-/area/bridge)
-"au" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/box/PDAs{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/weapon/storage/box/ids,
-/turf/open/floor/plasteel,
-/area/bridge)
-"av" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/lockbox/medal,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aw" = (
-/obj/structure/displaycase/labcage,
-/turf/open/floor/plasteel,
-/area/bridge)
-"ax" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/obj/item/weapon/hand_tele,
-/turf/open/floor/plasteel,
-/area/bridge)
-"ay" = (
-/turf/open/floor/plasteel,
-/area/bridge)
-"az" = (
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/bridge)
-"aA" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/bridge)
-"aB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/bridge)
-"aC" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/bridge)
-"aD" = (
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/bridge)
-"aE" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/item/weapon/storage/toolbox/emergency,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aF" = (
-/obj/structure/displaycase/captain,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aG" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aI" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aK" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/disk/nuclear,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aL" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/bridge)
-"aM" = (
-/obj/structure/fireaxecabinet{
- pixel_x = 32
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aN" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aP" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/secure/briefcase,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aQ" = (
-/obj/structure/chair/comfy/black{
- dir = 2
- },
-/obj/effect/landmark/start{
- name = "Captain"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/button/door{
- id = "bridge blast";
- name = "Bridge Blast Door Control";
- pixel_x = 29;
- pixel_y = 6;
- req_access_txt = "19"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 28
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aR" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/card/id/captains_spare,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aT" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aU" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/machinery/keycard_auth{
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aY" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aZ" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/obj/machinery/keycard_auth{
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"ba" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/bridge)
-"bb" = (
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"bc" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"bd" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"be" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"bf" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Bridge";
- departmentType = 5;
- name = "Bridge RC";
- pixel_y = -30
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"bg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/emcloset,
-/obj/machinery/newscaster/security_unit{
- pixel_y = -28
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"bh" = (
-/obj/item/weapon/ore/iron{
- pixel_x = -1;
- pixel_y = -4
- },
-/obj/item/weapon/ore/iron{
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/weapon/ore/iron,
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bi" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "mining_internal";
- name = "mining conveyor"
- },
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bj" = (
-/obj/item/stack/rods{
- amount = 50
- },
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bk" = (
-/obj/item/weapon/storage/bag/ore,
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/bridge)
-"bm" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/syndicate)
-"bn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"bo" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"bp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/bridge)
-"bq" = (
-/turf/closed/wall,
-/area/quartermaster/storage)
-"br" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/mineral/unloading_machine{
- icon_state = "unloader-corner";
- input_dir = 4;
- output_dir = 2
- },
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bs" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bt" = (
-/obj/machinery/light/small,
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bu" = (
-/obj/structure/ore_box,
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bv" = (
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bw" = (
-/obj/machinery/light/small,
-/turf/open/floor/plating/airless,
-/area/quartermaster/storage)
-"bx" = (
-/turf/closed/wall,
-/area/hallway/primary/central)
-"by" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"bz" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bA" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/bridge)
-"bC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"bD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/bridge)
-"bE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/bridge)
-"bF" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "_North APC";
- pixel_y = 24
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/bridge)
-"bG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bH" = (
-/obj/structure/plasticflaps/mining,
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bI" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/bridge)
-"bJ" = (
-/obj/machinery/status_display{
- density = 0;
- pixel_y = 2;
- supply_display = 1
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bK" = (
-/obj/machinery/door/airlock/external{
- name = "Mining Unload Airlock";
- req_access = null;
- req_access_txt = "48"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bL" = (
-/turf/open/floor/plating/airless,
-/area/space)
-"bM" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bN" = (
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/bridge)
-"bQ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bR" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"bS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"bU" = (
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"bV" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"bW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/bridge)
-"bX" = (
-/obj/machinery/conveyor{
- dir = 5;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bY" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/quartermaster/storage)
-"bZ" = (
-/obj/machinery/mineral/processing_unit{
- input_dir = 8;
- output_dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ca" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cb" = (
-/obj/machinery/mineral/stacking_machine{
- input_dir = 8;
- output_dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cc" = (
-/obj/machinery/conveyor{
- dir = 9;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cd" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"ce" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"cf" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"ch" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/bridge)
-"ci" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cj" = (
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"ck" = (
-/turf/closed/wall,
-/area/security/brig)
-"cl" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/structure/disposaloutlet,
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cm" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"co" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cp" = (
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"cq" = (
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cr" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio8";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cs" = (
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"ct" = (
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 1;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cu" = (
-/obj/machinery/mineral/processing_unit_console{
- layer = 3;
- machinedir = 1;
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"cv" = (
-/obj/machinery/mineral/stacking_unit_console{
- layer = 3;
- machinedir = 5;
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"cw" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/obj/structure/plasticflaps,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cx" = (
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cy" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"cz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"cA" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"cB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- frequency = 1446;
- on = 1
- },
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/item/toy/beach_ball/holoball,
-/turf/open/floor/carpet{
- icon_state = "carpetnoconnect"
- },
-/area/hallway/primary/central)
-"cC" = (
-/obj/structure/closet/secure_closet/security,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"cD" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"cE" = (
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"cF" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cG" = (
-/mob/living/simple_animal/slime,
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cH" = (
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cI" = (
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cJ" = (
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"cK" = (
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cL" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"cM" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel/brown{
- dir = 1
- },
-/area/quartermaster/storage)
-"cN" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "mining_internal";
- name = "mining conveyor"
- },
-/turf/open/floor/plasteel/brown{
- dir = 1
- },
-/area/quartermaster/storage)
-"cO" = (
-/turf/open/floor/plasteel/brown{
- dir = 1
- },
-/area/quartermaster/storage)
-"cP" = (
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/brown{
- dir = 1
- },
-/area/quartermaster/storage)
-"cQ" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel/brown{
- dir = 1
- },
-/area/quartermaster/storage)
-"cR" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cS" = (
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"cT" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cW" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"cX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"cY" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"cZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"da" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"db" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"dc" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 4;
- name = "_East APC";
- pixel_x = 27;
- pixel_y = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/security/brig)
-"dd" = (
-/obj/structure/closet/wardrobe/red,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"de" = (
-/turf/open/floor/plasteel,
-/area/security/brig)
-"df" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 2
- },
-/area/security/brig)
-"dg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/brig)
-"dh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet{
- name = "Contraband Locker"
- },
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/security/brig)
-"di" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/security/brig)
-"dj" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/item/weapon/shield/riot,
-/obj/item/weapon/shield/riot,
-/obj/item/weapon/shield/riot,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"dk" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio2";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/medical/research{
- name = "Research Division"
- })
-"dl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"dm" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/medical/research{
- name = "Research Division"
- })
-"dn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"do" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"dp" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"dq" = (
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"dr" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 32
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Brig";
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"ds" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Bay Maintenance";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"dt" = (
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"du" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/airalarm{
- frequency = 1446;
- pixel_y = 23
- },
-/turf/open/floor/carpet{
- icon_state = "carpetnoconnect"
- },
-/area/hallway/primary/central)
-"dv" = (
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"dw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"dx" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall,
-/area/hallway/primary/central)
-"dy" = (
-/obj/machinery/status_display{
- density = 0;
- pixel_y = 2;
- supply_display = 1
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"dz" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"dA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"dB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"dC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"dD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"dE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"dF" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/seccarts{
- pixel_x = 3;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/handcuffs,
-/obj/item/weapon/storage/box/flashbangs{
- pixel_x = -2;
- pixel_y = -2
- },
-/obj/machinery/camera/autoname{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"dG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/security/brig)
-"dH" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Armoury";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"dI" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/security/brig)
-"dJ" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/gun/energy/laser,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"dK" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"dL" = (
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"dM" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"dN" = (
-/obj/machinery/mineral/equipment_vendor,
-/turf/open/floor/plasteel/brown/corner{
- dir = 8
- },
-/area/quartermaster/storage)
-"dO" = (
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"dP" = (
-/obj/effect/landmark/start{
- name = "Cargo Tech"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"dQ" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"dR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/quartermaster/storage)
-"dS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/quartermaster/storage)
-"dT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"dU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"dV" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/loadingarea{
- dir = 8
- },
-/area/hallway/primary/central)
-"dW" = (
-/obj/machinery/camera/autoname,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"dX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"dY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"dZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ea" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Brig";
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"ec" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"ed" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"ee" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"ef" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/security/brig)
-"ei" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/brig)
-"ej" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_x = -27;
- pixel_y = 3
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"ek" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/security/brig)
-"el" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"em" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"en" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"eo" = (
-/obj/machinery/monkey_recycler,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"ep" = (
-/obj/machinery/processor{
- desc = "A machine used to process slimes and retrieve their extract.";
- name = "Slime Processor"
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"eq" = (
-/obj/machinery/smartfridge/extract,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"er" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/obj/machinery/airalarm{
- frequency = 1442;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"es" = (
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"et" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"eu" = (
-/turf/open/space,
-/obj/machinery/porta_turret/syndicate,
-/turf/closed/wall/shuttle{
- dir = 8;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"ev" = (
-/obj/machinery/suit_storage_unit/mining/eva,
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/quartermaster/storage)
-"ew" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Bay";
- req_access_txt = "31"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ex" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ey" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ez" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"eA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"eD" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/cartridge/quartermaster{
- pixel_x = -4;
- pixel_y = 7
- },
-/obj/item/weapon/cartridge/quartermaster{
- pixel_x = -4;
- pixel_y = 7
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"eE" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 6;
- pixel_y = -5
- },
-/obj/item/device/multitool,
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- pixel_x = 0;
- pixel_y = 30
- },
-/obj/item/clothing/head/soft,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"eF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/machinery/camera/autoname,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"eG" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/stamp{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/stamp/denied{
- pixel_x = 4;
- pixel_y = -2
- },
-/obj/item/weapon/pen/red,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"eH" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/laserproof,
-/obj/item/clothing/suit/armor/reactive,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"eI" = (
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/central)
-"eJ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"eK" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"eL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"eM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"eN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"eO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"eP" = (
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"eQ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = -32
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Brig";
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"eS" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"eU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/door_timer{
- dir = 4;
- id = "Cell 1";
- name = "Cell 1";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"eV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"eW" = (
-/obj/structure/cable,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"eX" = (
-/turf/closed/wall,
-/area/space)
-"eY" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/space)
-"eZ" = (
-/obj/structure/rack,
-/obj/item/weapon/pickaxe,
-/obj/item/weapon/pickaxe{
- pixel_x = 5
- },
-/obj/item/weapon/shovel{
- pixel_x = -5
- },
-/obj/item/weapon/shovel{
- pixel_x = -5
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/quartermaster/storage)
-"fa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fe" = (
-/obj/structure/closet/secure_closet/miner,
-/turf/open/floor/plasteel/brown{
- dir = 4
- },
-/area/quartermaster/storage)
-"ff" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/filingcabinet,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fg" = (
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 2
- },
-/area/quartermaster/storage)
-"fh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"fi" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 2";
- name = "Cell 2 Locker"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"fj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"fk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"fl" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio1";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/medical/research{
- name = "Research Division"
- })
-"fm" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/brigdoor{
- dir = 4;
- id = "Cell 1";
- name = "Cell 1";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"fn" = (
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"fo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"fp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"fq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"fr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"fs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 2";
- name = "Cell 2 Locker"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"ft" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Bay";
- req_access_txt = "31"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fu" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Xenobiology Lab";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"fv" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"fw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"fx" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/structure/closet/wardrobe/miner,
-/turf/open/floor/plasteel/brown/corner{
- dir = 1
- },
-/area/quartermaster/storage)
-"fy" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/wardrobe/cargotech,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"fC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"fD" = (
-/obj/machinery/autolathe,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fF" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"fG" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/westleft{
- name = "Cargo Desk";
- req_access_txt = "50"
- },
-/obj/item/weapon/folder/yellow,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fH" = (
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/central)
-"fI" = (
-/obj/machinery/computer/cargo/request,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"fJ" = (
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"fK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"fL" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"fM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/brig)
-"fN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
-/obj/structure/table,
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel/caution/corner{
- dir = 4
- },
-/area/quartermaster/storage)
-"fO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"fP" = (
-/obj/machinery/r_n_d/server/core,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/research{
- name = "Research Division"
- })
-"fQ" = (
-/obj/machinery/flasher{
- id = "Cell 2";
- pixel_x = 28
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"fR" = (
-/obj/structure/table,
-/obj/item/weapon/extinguisher{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"fS" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"fT" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/monkeycubes,
-/obj/item/weapon/storage/box/monkeycubes,
-/obj/machinery/light,
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"fU" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/syringes,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"fV" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Office";
- req_access_txt = "31"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"fW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"fX" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"fY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"fZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ga" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"gb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/structure/closet/secure_closet/security,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"ge" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- frequency = 1440;
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"gh" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"gj" = (
-/obj/structure/bed,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gk" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door_timer{
- dir = 4;
- id = "Cell 2";
- name = "Cell 2";
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"gl" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gm" = (
-/obj/machinery/vending/security,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1448;
- on = 1
- },
-/obj/machinery/airalarm{
- dir = 4;
- frequency = 1448;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/brig)
-"go" = (
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"gp" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"gq" = (
-/obj/structure/table,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gr" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gs" = (
-/obj/structure/closet/wardrobe/science_white,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gt" = (
-/obj/structure/sign/biohazard,
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"gu" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "rnd";
- name = "Shutters Control Button";
- pixel_x = -24;
- pixel_y = -6
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_x = -27;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"gv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"gw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"gx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 120;
- frequency = 1450;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM";
- pixel_y = 32
- },
-/turf/open/floor/bluegrid,
-/area/medical/research{
- name = "Research Division"
- })
-"gy" = (
-/obj/structure/closet/crate,
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/item/weapon/ore/glass,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"gz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 140;
- frequency = 1450;
- on = 1;
- pressure_checks = 0
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM";
- pixel_y = 32
- },
-/turf/open/floor/bluegrid,
-/area/medical/research{
- name = "Research Division"
- })
-"gA" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/quartermaster/storage)
-"gB" = (
-/turf/open/floor/plasteel/caution/corner{
- dir = 8
- },
-/area/quartermaster/storage)
-"gC" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 5;
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"gD" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/ore/slag,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"gE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/closet/secure_closet/security,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gG" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gH" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/chemimp{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/trackimp,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gI" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/storage/box/handcuffs,
-/obj/item/weapon/pen,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"gJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- frequency = 1448;
- on = 1
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/brig)
-"gK" = (
-/obj/machinery/computer/security/wooden_tv,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/brig)
-"gL" = (
-/obj/structure/table/wood,
-/obj/item/device/camera/detective,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
-/obj/machinery/camera/autoname,
-/obj/item/weapon/folder/yellow,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/carpet,
-/area/security/brig)
-"gM" = (
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 4;
- pixel_y = 26
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/security/brig)
-"gN" = (
-/obj/machinery/mineral/ore_redemption{
- input_dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/central)
-"gO" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/hallway/primary/central)
-"gP" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 2
- },
-/area/hallway/primary/central)
-"gQ" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"gR" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southright{
- dir = 4;
- name = "Research and Development Desk";
- req_access_txt = "7"
- },
-/obj/item/weapon/folder/yellow,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd";
- name = "research lab shutters"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gS" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/structure/table,
-/obj/item/weapon/disk/tech_disk{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/weapon/disk/tech_disk{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/weapon/disk/design_disk,
-/obj/item/weapon/disk/design_disk,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gT" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gU" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/machinery/airalarm{
- frequency = 1441;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gV" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil,
-/obj/item/weapon/stock_parts/scanning_module,
-/obj/item/weapon/stock_parts/scanning_module{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"gW" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 5
- },
-/turf/open/floor/bluegrid,
-/area/medical/research{
- name = "Research Division"
- })
-"gX" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/research{
- name = "Research Division"
- })
-"gY" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 9
- },
-/turf/open/floor/bluegrid,
-/area/medical/research{
- name = "Research Division"
- })
-"gZ" = (
-/obj/machinery/door/airlock/external{
- name = "Supply Dock Airlock";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"ha" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/quartermaster/storage)
-"hb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"hc" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"hd" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 2
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_research{
- name = "Server Room";
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/research{
- name = "Research Division"
- })
-"he" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"hf" = (
-/obj/structure/table,
-/obj/item/weapon/restraints/handcuffs,
-/obj/item/device/assembly/timer,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hg" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hh" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hi" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/storage/lockbox/loyalty,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"hk" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"hl" = (
-/obj/structure/filingcabinet,
-/obj/machinery/requests_console{
- department = "Detective's office";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/brig)
-"hm" = (
-/obj/structure/table/wood,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/folder/red,
-/obj/item/weapon/hand_labeler,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/weapon/book/codex_gigas,
-/turf/open/floor/carpet,
-/area/security/brig)
-"hn" = (
-/obj/effect/landmark/start{
- name = "Detective"
- },
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/security/brig)
-"ho" = (
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"hp" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"hq" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/brigdoor{
- dir = 4;
- id = "Cell 2";
- name = "Cell 2";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"hr" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/pen,
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = -30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"hs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"ht" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hu" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hw" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"hy" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/ore/glass,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"hz" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Detective";
- req_access_txt = "4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hA" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/quartermaster/storage)
-"hB" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"hC" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"hD" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_x = -25;
- pixel_y = 0
- },
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hE" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"hG" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"hH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Research and Development Lab";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hJ" = (
-/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = 28
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"hK" = (
-/obj/structure/closet/secure_closet/detective,
-/turf/open/floor/plasteel/grimy,
-/area/security/brig)
-"hL" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/obj/item/weapon/restraints/handcuffs,
-/obj/item/weapon/storage/fancy/cigarettes,
-/turf/open/floor/carpet,
-/area/security/brig)
-"hM" = (
-/turf/open/floor/carpet,
-/area/security/brig)
-"hN" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"hO" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"hP" = (
-/obj/machinery/camera{
- c_tag = "Toxin Test Site";
- dir = 8;
- network = list("RD","Toxins");
- use_power = 0
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"hQ" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"hR" = (
-/obj/machinery/r_n_d/destructive_analyzer,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"hS" = (
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"hT" = (
-/obj/machinery/r_n_d/protolathe,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"hU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"hV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hX" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"hY" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/ore/iron,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"hZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/sink{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ia" = (
-/obj/machinery/computer/rdservercontrol,
-/obj/machinery/door/window/southright{
- dir = 8;
- name = "Server Controller Computer";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"ib" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva)
-"ic" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"id" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ie" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"if" = (
-/obj/machinery/vending/cigarette{
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ig" = (
-/obj/structure/table,
-/obj/item/clothing/ears/earmuffs,
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -2
- },
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"ih" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 5;
- pixel_y = -32
- },
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"ii" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1446;
- on = 1
- },
-/turf/open/floor/carpet{
- icon_state = "carpetnoconnect"
- },
-/area/hallway/primary/central)
-"ij" = (
-/obj/machinery/light,
-/obj/machinery/computer/prisoner,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"ik" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"il" = (
-/obj/structure/filingcabinet,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"im" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/brig)
-"in" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"io" = (
-/turf/open/floor/plasteel/grimy,
-/area/security/brig)
-"ip" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iq" = (
-/obj/machinery/newscaster{
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ir" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"is" = (
-/obj/machinery/computer/rdconsole/core,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"it" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"iu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- frequency = 1441;
- on = 1
- },
-/obj/machinery/r_n_d/circuit_imprinter,
-/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"iv" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"iw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard blast door"
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"ix" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/dropper,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iy" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/item/weapon/stock_parts/matter_bin,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iz" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/clothing/glasses/welding,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iA" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 2;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iB" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iC" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_x = 27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"iD" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/space)
-"iE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"iF" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iG" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iH" = (
-/obj/machinery/vending/autodrobe{
- req_access_txt = ""
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 9
- },
-/area/hallway/primary/central)
-"iI" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"iJ" = (
-/obj/machinery/camera/autoname,
-/obj/structure/table/wood,
-/obj/item/weapon/storage/crayons,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/obj/item/toy/cards/deck,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"iK" = (
-/obj/machinery/washing_machine,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"iL" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 5
- },
-/area/hallway/primary/central)
-"iM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iO" = (
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iQ" = (
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"iR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"iT" = (
-/obj/machinery/camera/autoname{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iU" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"iV" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Research Division Access";
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iW" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 2
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iX" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 80;
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"iY" = (
-/obj/machinery/mass_driver{
- dir = 4;
- id = "toxinsdriver"
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"iZ" = (
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ja" = (
-/obj/machinery/door/poddoor{
- id = "toxinsdriver";
- name = "Toxins Launcher Bay Door"
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"jb" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard blast door"
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"jc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/arrival)
-"jd" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/obj/docking_port/mobile{
- dir = 2;
- dwidth = 5;
- height = 7;
- id = "arrival";
- name = "arrival shuttle";
- travelDir = -90;
- width = 15
- },
-/obj/docking_port/stationary{
- dir = 2;
- dwidth = 5;
- height = 7;
- id = "arrival_home";
- name = "port bay 1";
- width = 15
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"je" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"jf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Research Division Access";
- req_access_txt = "47"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"jg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"jh" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/structure/closet/jcloset,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/janitor)
-"ji" = (
-/turf/open/floor/carpet{
- icon_state = "carpetnoconnect"
- },
-/area/hallway/primary/central)
-"jj" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm1";
- name = "Dorm 1"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"jk" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"jl" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"jm" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"jn" = (
-/obj/machinery/airalarm{
- frequency = 1445;
- pixel_y = 23
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 5
- },
-/area/hallway/primary/central)
-"jo" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"jp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"jq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"jr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"js" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/red/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"jt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"ju" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"jv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"jw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"jx" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/shower{
- pixel_y = 18
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jz" = (
-/obj/structure/sink{
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jA" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"jB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard blast door"
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"jC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jD" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jF" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jG" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jH" = (
-/obj/machinery/camera/autoname,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jI" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"jJ" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"jK" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"jL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"jM" = (
-/obj/machinery/door/window/southleft{
- dir = 1;
- name = "Mass Driver Door";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"jO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/hallway/primary/central)
-"jP" = (
-/obj/machinery/door/window/eastleft,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"jQ" = (
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/research{
- heat_proof = 1;
- name = "Toxins Lab";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"jR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"jS" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva)
-"jT" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/janitor)
-"jU" = (
-/turf/open/floor/plasteel/white/side{
- dir = 9
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jV" = (
-/obj/machinery/airalarm{
- frequency = 1440;
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table/reinforced,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 8;
- pixel_y = 9
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 9;
- pixel_y = -2
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/item/weapon/screwdriver{
- pixel_y = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"jW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/ai_monitored/storage/eva)
-"jX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/ai_monitored/storage/eva)
-"jY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"jZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ka" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"kb" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kc" = (
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"kd" = (
-/obj/machinery/doppler_array{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ke" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = -32
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva)
-"kf" = (
-/turf/closed/wall,
-/area/hallway/secondary/exit)
-"kg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = 32
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva)
-"kh" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/crew_quarters/bar)
-"ki" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kl" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"km" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/hallway/primary/central)
-"kn" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"ko" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"kp" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"kq" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kr" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1445;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ks" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"kt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ku" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"kv" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"kw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/purple/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"kx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"ky" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 2
- },
-/area/medical/medbay)
-"kz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/firecloset,
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kA" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/closet/firecloset,
-/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"kC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 2
- },
-/area/medical/medbay)
-"kD" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white/side{
- dir = 9
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kG" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"kH" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white/side{
- dir = 9
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"kJ" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kK" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins");
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/button/massdriver{
- dir = 2;
- id = "toxinsdriver";
- pixel_y = -24
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"kL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"kM" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/structure/chair,
-/turf/open/floor/plasteel/escape{
- dir = 9
- },
-/area/hallway/secondary/exit)
-"kN" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"kO" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"kP" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"kQ" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"kR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kU" = (
-/obj/structure/rack{
- dir = 1
- },
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/meson,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kV" = (
-/obj/structure/rack{
- dir = 1
- },
-/obj/item/weapon/extinguisher,
-/obj/item/clothing/head/hardhat/red,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"kW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/closed/wall,
-/area/hallway/primary/central)
-"kX" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm2";
- name = "Dorm 2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"kY" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 10
- },
-/area/hallway/primary/central)
-"kZ" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/central)
-"la" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/device/paicard,
-/obj/item/weapon/coin/silver,
-/obj/item/weapon/pen,
-/obj/machinery/light,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/central)
-"lb" = (
-/obj/machinery/bookbinder,
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/central)
-"lc" = (
-/obj/machinery/libraryscanner,
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/central)
-"ld" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 22;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"le" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"lf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lg" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lh" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
- },
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"li" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lj" = (
-/obj/machinery/light,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lk" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"ll" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"ln" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/secondary/exit)
-"lq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ls" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"lt" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lu" = (
-/obj/machinery/vending/assist,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lv" = (
-/obj/machinery/vending/tool,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lw" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "ToxinLoad"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"lx" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/door/window/eastright,
-/turf/open/floor/plasteel/blue{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ly" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"lz" = (
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- frequency = 1440;
- on = 1
- },
-/obj/structure/table/reinforced,
-/obj/item/device/transfer_valve{
- pixel_x = -5
- },
-/obj/item/device/transfer_valve{
- pixel_x = 0
- },
-/obj/item/device/transfer_valve{
- pixel_x = 5
- },
-/obj/item/device/transfer_valve{
- pixel_x = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/table/reinforced,
-/obj/item/device/assembly/signaler{
- pixel_x = 0;
- pixel_y = 8
- },
-/obj/item/device/assembly/signaler{
- pixel_x = -8;
- pixel_y = 5
- },
-/obj/item/device/assembly/signaler{
- pixel_x = 6;
- pixel_y = 5
- },
-/obj/item/device/assembly/signaler{
- pixel_x = -2;
- pixel_y = -2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lC" = (
-/obj/machinery/meter,
-/obj/machinery/button/door{
- id = "mixvent";
- name = "Mixing Room Vent Control";
- pixel_x = 25;
- pixel_y = 5;
- req_access_txt = "7"
- },
-/obj/machinery/button/ignition{
- id = "burnchamber";
- pixel_x = 25;
- pixel_y = -5
- },
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"lD" = (
-/obj/structure/table/reinforced,
-/obj/item/device/assembly/timer{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/device/assembly/timer{
- pixel_x = 6;
- pixel_y = -4
- },
-/obj/item/device/assembly/timer{
- pixel_x = -4;
- pixel_y = 2
- },
-/obj/item/device/assembly/timer{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lE" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lF" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lG" = (
-/obj/item/weapon/wrench,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lH" = (
-/obj/structure/closet/bombcloset,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"lI" = (
-/obj/machinery/door/airlock/external{
- name = "Escape Airlock"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"lJ" = (
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"lK" = (
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lL" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"lN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/secondary/exit)
-"lO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/meter{
- frequency = 1441;
- id_tag = "distro_meter";
- name = "Distribution Loop"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lQ" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/janitor)
-"lR" = (
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/hallway/primary/central)
-"lS" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "recycler"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lT" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "recycler"
- },
-/obj/machinery/recycler,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lU" = (
-/obj/machinery/airalarm{
- dir = 8;
- frequency = 1441;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"lV" = (
-/obj/machinery/mineral/stacking_machine{
- input_dir = 8;
- output_dir = 10;
- stack_amt = 10
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lW" = (
-/obj/machinery/mineral/stacking_unit_console{
- dir = 2;
- machinedir = 8;
- pixel_y = 27
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"lY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"lZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ma" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mb" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva)
-"mc" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- frequency = 1445;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"md" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "ToxinLoad"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"me" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "ToxinLoad"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"mf" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/machinery/door/window/eastright,
-/turf/open/floor/plasteel/red{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"mg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"mh" = (
-/obj/machinery/airlock_sensor{
- id_tag = "tox_airlock_sensor";
- master_tag = "tox_airlock_control";
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"mi" = (
-/obj/machinery/atmospherics/components/binary/volume_pump{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"mj" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"mk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1450;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/vacuum,
-/area/medical/research{
- name = "Research Division"
- })
-"ml" = (
-/obj/structure/sign/fire,
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"mm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1440;
- on = 1
- },
-/obj/machinery/portable_atmospherics/pump,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"mn" = (
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"mo" = (
-/obj/machinery/door/poddoor{
- id = "mixvent";
- name = "Mixer Room Vent"
- },
-/turf/open/floor/engine/vacuum,
-/area/medical/research{
- name = "Research Division"
- })
-"mp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"mq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"mr" = (
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"ms" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mu" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mv" = (
-/turf/open/floor/plating/warnplate/corner{
- dir = 8
- },
-/area/hallway/primary/central)
-"mw" = (
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/hallway/primary/central)
-"mx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"my" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "recycler";
- name = "recycler conveyor"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mA" = (
-/obj/structure/table,
-/obj/item/clothing/head/welding,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/item/areaeditor/blueprints,
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/ai_monitored/storage/eva)
-"mB" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/closet/crate/rcd,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/ai_monitored/storage/eva)
-"mC" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/ai_monitored/storage/eva)
-"mD" = (
-/obj/machinery/camera/autoname,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/ai_monitored/storage/eva)
-"mE" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/ai_monitored/storage/eva)
-"mF" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/ai_monitored/storage/eva)
-"mG" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mI" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 4;
- name = "_East APC";
- pixel_x = 27;
- pixel_y = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
-"mJ" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 6;
- icon_state = "intact";
- level = 2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"mK" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 1;
- icon_state = "manifold";
- level = 2
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"mL" = (
-/obj/machinery/atmospherics/pipe/simple{
- icon_state = "intact";
- dir = 10;
- pixel_x = 0;
- level = 2;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"mM" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1449;
- glass = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_interior";
- locked = 1;
- name = "Mixing Room Interior Airlock";
- req_access_txt = "8"
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"mN" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume{
- dir = 2;
- frequency = 1449;
- id = "tox_airlock_pump"
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"mO" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1449;
- glass = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_exterior";
- locked = 1;
- name = "Mixing Room Exterior Airlock";
- req_access_txt = "8"
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"mP" = (
-/obj/machinery/igniter{
- icon_state = "igniter0";
- id = "burnchamber";
- on = 0
- },
-/turf/open/floor/engine/vacuum,
-/area/medical/research{
- name = "Research Division"
- })
-"mQ" = (
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"mR" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"mS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"mT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"mU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"mV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"mW" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"mX" = (
-/turf/open/floor/plating/warnplate/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"mY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"mZ" = (
-/obj/structure/table,
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/ai_monitored/storage/eva)
-"na" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"nb" = (
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"nc" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"nd" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/ai_monitored/storage/eva)
-"ne" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"nf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ng" = (
-/turf/closed/wall/r_wall,
-/area/hallway/primary/central)
-"nh" = (
-/obj/machinery/conveyor_switch{
- id = "ToxinLoad"
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ni" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/machinery/light,
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"nj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"nk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"nl" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 2
- },
-/area/medical/research{
- name = "Research Division"
- })
-"nm" = (
-/obj/machinery/meter,
-/obj/machinery/embedded_controller/radio/airlock_controller{
- airpump_tag = "tox_airlock_pump";
- exterior_door_tag = "tox_airlock_exterior";
- id_tag = "tox_airlock_control";
- interior_door_tag = "tox_airlock_interior";
- pixel_x = 24;
- pixel_y = 0;
- sanitize_external = 1;
- sensor_tag = "tox_airlock_sensor"
- },
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"nn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/sign/fire{
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/medical/research{
- name = "Research Division"
- })
-"no" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- icon_state = "inje_map";
- dir = 8
- },
-/turf/open/floor/engine/vacuum,
-/area/medical/research{
- name = "Research Division"
- })
-"np" = (
-/obj/machinery/atmospherics/components/binary/volume_pump{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"nq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"nr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ns" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/ai_monitored/storage/eva)
-"nt" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"nu" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/escape{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"nv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"nw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"nx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- frequency = 1447;
- on = 1
- },
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/item/weapon/storage/pill_bottle/dice,
-/turf/open/floor/carpet{
- icon_state = "carpetnoconnect"
- },
-/area/hallway/primary/central)
-"ny" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"nz" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/airalarm{
- frequency = 1447;
- pixel_y = 23
- },
-/turf/open/floor/carpet{
- icon_state = "carpetnoconnect"
- },
-/area/hallway/primary/central)
-"nA" = (
-/turf/closed/wall,
-/area/janitor)
-"nB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/janitor)
-"nC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/machinery/meter{
- frequency = 1441;
- id_tag = "distro_meter";
- name = "Distribution Loop"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"nD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"nE" = (
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"nF" = (
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/hallway/primary/central)
-"nG" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/ai_monitored/storage/eva)
-"nH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"nI" = (
-/turf/open/floor/plasteel/delivery,
-/area/ai_monitored/storage/eva)
-"nJ" = (
-/obj/item/weapon/pen{
- desc = "Writes upside down!";
- name = "astronaut pen"
- },
-/turf/open/floor/plasteel/delivery,
-/area/ai_monitored/storage/eva)
-"nK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"nL" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/ai_monitored/storage/eva)
-"nM" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"nN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"nO" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 4;
- name = "_East APC";
- pixel_x = 27;
- pixel_y = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/medical/medbay)
-"nP" = (
-/turf/closed/wall,
-/area/medical/medbay)
-"nQ" = (
-/obj/structure/table,
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"nR" = (
-/obj/structure/table,
-/obj/item/clothing/tie/stethoscope,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"nS" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/masks{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"nT" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/gloves{
- pixel_x = 3;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"nU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"nV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"nW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"nX" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 8;
- name = "_West APC";
- pixel_x = -25
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"nY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"nZ" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 4;
- name = "_East APC";
- pixel_x = 27;
- pixel_y = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/janitor)
-"oa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"ob" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel,
-/area/janitor)
-"oc" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/camera/autoname,
-/obj/item/weapon/paper/recycler,
-/turf/open/floor/plasteel,
-/area/janitor)
-"od" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/mousetraps,
-/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/turf/open/floor/plasteel,
-/area/janitor)
-"oe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/janitor)
-"of" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"og" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/primary/central)
-"oh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"oi" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 4;
- name = "_East APC";
- pixel_x = 27;
- pixel_y = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/hallway/primary/central)
-"oj" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/ai_monitored/storage/eva)
-"ok" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/ai_monitored/storage/eva)
-"ol" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/ai_monitored/storage/eva)
-"om" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/ai_monitored/storage/eva)
-"on" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"oo" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"op" = (
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 1
- },
-/area/medical/medbay)
-"oq" = (
-/obj/structure/table,
-/obj/item/weapon/hemostat,
-/obj/machinery/airalarm{
- frequency = 1444;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"or" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"os" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/sleeper{
- dir = 8;
- icon_state = "sleeper-open"
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"ot" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"ou" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay)
-"ov" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/mask/muzzle,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ow" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ox" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/weapon/gun/syringe,
-/obj/item/weapon/reagent_containers/dropper,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/vending/medical{
- pixel_x = -2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/closet/wardrobe/white,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oA" = (
-/obj/structure/closet/wardrobe/white,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oB" = (
-/obj/structure/table,
-/obj/item/weapon/surgicaldrill,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"oC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- frequency = 1444;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oD" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel{
- pixel_y = 12
- },
-/obj/item/weapon/circular_saw,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"oE" = (
-/obj/structure/table,
-/obj/item/weapon/retractor,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"oF" = (
-/obj/structure/table,
-/obj/item/weapon/cautery{
- pixel_x = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"oG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"oH" = (
-/obj/structure/closet/l3closet/janitor,
-/turf/open/floor/plasteel,
-/area/janitor)
-"oI" = (
-/turf/open/floor/plasteel,
-/area/janitor)
-"oJ" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Janitor"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/janitor)
-"oK" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/janitor)
-"oL" = (
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/hallway/primary/central)
-"oM" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"oN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva)
-"oO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"oP" = (
-/obj/machinery/door/airlock/glass_command{
- name = "E.V.A.";
- req_access_txt = "18"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"oQ" = (
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"oR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva)
-"oS" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "45"
- },
-/turf/open/floor/plating,
-/area/medical/medbay)
-"oT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Custodial Closet";
- req_access_txt = "26"
- },
-/turf/open/floor/plasteel,
-/area/janitor)
-"oU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
- },
-/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"oZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pb" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pc" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/mask/surgical,
-/obj/item/clothing/suit/apron/surgical,
-/turf/open/floor/plasteel/white/side{
- dir = 4
- },
-/area/medical/medbay)
-"pd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pe" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1444;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pf" = (
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pg" = (
-/obj/structure/table,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/medical/medbay)
-"ph" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"pi" = (
-/obj/structure/chair/comfy/beige,
-/turf/open/floor/plasteel/grimy,
-/area/hallway/secondary/exit)
-"pj" = (
-/obj/structure/chair/comfy/beige,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/grimy,
-/area/hallway/secondary/exit)
-"pk" = (
-/turf/open/floor/plasteel/grimy,
-/area/hallway/secondary/exit)
-"pl" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/grimy,
-/area/hallway/secondary/exit)
-"pm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel,
-/area/janitor)
-"po" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/janitor)
-"pp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "E.V.A.";
- req_access_txt = "18"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"pq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Custodial Maintenance";
- req_access_txt = "26"
- },
-/turf/open/floor/plating,
-/area/janitor)
-"pr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ps" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"pt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"pu" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "_North APC";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/ai_monitored/storage/eva)
-"pv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/ai_monitored/storage/eva)
-"pw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"px" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"py" = (
-/obj/structure/toilet{
- pixel_y = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/weapon/razor,
-/turf/open/floor/plasteel/freezer,
-/area/hallway/primary/central)
-"pz" = (
-/obj/structure/mirror{
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/structure/sink{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/freezer,
-/area/hallway/primary/central)
-"pA" = (
-/obj/structure/closet,
-/turf/open/floor/plating/warnplate/corner{
- dir = 8
- },
-/area/hallway/primary/central)
-"pB" = (
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 4
- },
-/area/medical/medbay)
-"pC" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pF" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pG" = (
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pH" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pK" = (
-/obj/structure/table/optable,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"pL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/airalarm{
- frequency = 1442;
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"pM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"pN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"pO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"pP" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"pQ" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/fancy/cigarettes{
- pixel_y = 2
- },
-/obj/item/weapon/lighter/greyscale{
- pixel_x = 4;
- pixel_y = 2
- },
-/turf/open/floor/carpet,
-/area/hallway/secondary/exit)
-"pR" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/obj/item/device/camera,
-/turf/open/floor/carpet,
-/area/hallway/secondary/exit)
-"pS" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/turf/open/floor/plasteel/grimy,
-/area/hallway/secondary/exit)
-"pT" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/janitorialcart,
-/obj/item/weapon/mop,
-/turf/open/floor/plasteel/bot{
- dir = 2
- },
-/area/janitor)
-"pU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/requests_console{
- department = "Janitorial";
- departmentType = 1;
- pixel_y = -29
- },
-/turf/open/floor/plasteel,
-/area/janitor)
-"pV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"pW" = (
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel,
-/area/janitor)
-"pX" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"pY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva)
-"pZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qa" = (
-/obj/structure/sign/nosmoking_2{
- pixel_x = 28
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 2
- },
-/area/medical/medbay)
-"qb" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Operating Theatre";
- req_access_txt = "45"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva)
-"qd" = (
-/turf/open/floor/plasteel/freezer,
-/area/hallway/primary/central)
-"qe" = (
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/hallway/primary/central)
-"qf" = (
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qg" = (
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Exit Button";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = -26
- },
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qh" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Medbay";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Diner"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/bar)
-"qj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Diner"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/bar)
-"qk" = (
-/obj/machinery/requests_console{
- announcementConsole = 0;
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_x = 0;
- pixel_y = -30;
- pixel_z = 0
- },
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ql" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qm" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qn" = (
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"qo" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qp" = (
-/obj/structure/chair/comfy/beige{
- dir = 1;
- icon_state = "comfychair"
- },
-/turf/open/floor/plasteel/grimy,
-/area/hallway/secondary/exit)
-"qq" = (
-/obj/machinery/computer/operating,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"qr" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/medbay)
-"qs" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/escape{
- dir = 10
- },
-/area/hallway/secondary/exit)
-"qt" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"qu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/medbay)
-"qv" = (
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel/grimy,
-/area/hallway/secondary/exit)
-"qw" = (
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 2
- },
-/area/medical/medbay)
-"qx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"qy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qz" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastright{
- dir = 2;
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/obj/item/clothing/glasses/science,
-/obj/machinery/door/firedoor/heavy,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"qA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qB" = (
-/obj/machinery/door/airlock{
- name = "Public Toilets"
- },
-/turf/open/floor/plasteel/freezer,
-/area/hallway/primary/central)
-"qC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Cook"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"qD" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qE" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qF" = (
-/obj/structure/sign/bluecross,
-/turf/closed/wall,
-/area/medical/medbay)
-"qG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/medbay)
-"qH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Cryo";
- req_access_txt = "45"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qI" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"qJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"qK" = (
-/obj/machinery/camera/autoname{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"qL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"qM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Head of Personnel Office";
- req_access = null;
- req_access_txt = "57"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"qN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay)
-"qO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"qP" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
-/obj/machinery/airalarm{
- frequency = 1441;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"qQ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"qR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera/autoname,
-/obj/machinery/airalarm{
- frequency = 1440;
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"qS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"qT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"qU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qV" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qW" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qY" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"qZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/central)
-"ra" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/central)
-"rb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/central)
-"rc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"rd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"re" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"rf" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"rg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/medbay)
-"rh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay)
-"ri" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/medical/medbay)
-"rj" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/reagent_containers/food/drinks/britcup{
- desc = "Kingston's personal cup."
- },
-/obj/machinery/camera/autoname,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"rk" = (
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Doors Control";
- normaldoorcontrol = 1;
- pixel_x = -26;
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay)
-"rl" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"rm" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4;
- icon_state = "intact";
- level = 2
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"rn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 8
- },
-/area/medical/medbay)
-"ro" = (
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/medbay)
-"rp" = (
-/obj/structure/closet/secure_closet/medical2,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/medical/medbay)
-"rq" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/dropper,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"rr" = (
-/obj/machinery/vending/wallmed{
- pixel_y = -28
- },
-/obj/structure/table,
-/obj/item/weapon/storage/box/syringes,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"rs" = (
-/obj/machinery/computer/pandemic,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"rt" = (
-/obj/structure/closet/crate/freezer,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ru" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"rv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel{
- icon_state = "L1";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel{
- icon_state = "L3";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L5";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"ry" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L7";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L9";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L11";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel{
- icon_state = "L13";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rC" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"rD" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"rE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"rF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"rG" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"rH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay)
-"rI" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/medbay)
-"rJ" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"rK" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay)
-"rL" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastright{
- dir = 8;
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/obj/machinery/door/firedoor/heavy,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"rM" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"rN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel{
- icon_state = "L2";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel{
- icon_state = "L4";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel{
- icon_state = "L6";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel{
- icon_state = "L8";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel{
- icon_state = "L10";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rS" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel{
- icon_state = "L12";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel{
- icon_state = "L14";
- dir = 4
- },
-/area/hallway/secondary/exit)
-"rU" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/telecomms/bus/preset_one/ministation,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"rV" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"rW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"rX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"rY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/medbay)
-"rZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sa" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/obj/structure/sign/nosmoking_2{
- pixel_x = 0;
- pixel_y = -30
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sb" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay)
-"sc" = (
-/obj/machinery/vending/medical{
- pixel_x = -2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sd" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"se" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"sf" = (
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 7;
- pixel_y = 1
- },
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/item/weapon/wrench{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sg" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"sh" = (
-/obj/machinery/atmospherics/components/unary/portables_connector,
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"si" = (
-/obj/structure/table,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/hand_labeler,
-/obj/item/device/radio/headset/headset_med,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/whiteyellow/corner{
- dir = 2
- },
-/area/medical/medbay)
-"sj" = (
-/obj/structure/bed/roller,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sk" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"sl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"sm" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"sn" = (
-/turf/open/floor/plasteel/bot,
-/area/hallway/secondary/exit)
-"so" = (
-/turf/open/floor/plasteel/delivery,
-/area/hallway/secondary/exit)
-"sp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sr" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"ss" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"st" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"su" = (
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"sv" = (
-/obj/structure/sign/barsign,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"sw" = (
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"sx" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 8
- },
-/area/medical/medbay)
-"sy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"sz" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/medbay)
-"sA" = (
-/obj/structure/table,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/machinery/chem_dispenser/drinks,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"sB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"sC" = (
-/obj/structure/sign/chemistry,
-/turf/closed/wall,
-/area/medical/medbay)
-"sD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "GeneticsDoor";
- name = "Genetics";
- req_access_txt = "45"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sF" = (
-/obj/machinery/telecomms/receiver/preset_left/ministation,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"sG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 2
- },
-/area/medical/medbay)
-"sH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/engine/engineering)
-"sI" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/storage/box/syringes,
-/obj/item/weapon/storage/pill_bottle/epinephrine{
- pixel_x = 5;
- pixel_y = -2
- },
-/obj/item/weapon/storage/pill_bottle/epinephrine{
- pixel_x = 5;
- pixel_y = -2
- },
-/obj/item/weapon/reagent_containers/dropper,
-/obj/item/weapon/reagent_containers/dropper,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sJ" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 5;
- icon_state = "intact";
- level = 2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sK" = (
-/obj/machinery/atmospherics/pipe/manifold{
- icon_state = "manifold";
- level = 2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sL" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 9;
- icon_state = "intact";
- level = 2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sM" = (
-/obj/structure/table,
-/obj/machinery/chem_dispenser/drinks/beer,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"sN" = (
-/obj/item/weapon/screwdriver{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/device/radio/headset/headset_med,
-/obj/item/device/assembly/igniter,
-/obj/item/device/assembly/igniter,
-/obj/item/device/assembly/timer,
-/obj/item/device/assembly/timer,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/machinery/light,
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"sO" = (
-/obj/machinery/pipedispenser/disposal/transit_tube,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"sP" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"sQ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"sR" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/brigdoor{
- base_state = "rightsecure";
- dir = 2;
- icon_state = "rightsecure";
- name = "Head of Personnel's Desk";
- req_access_txt = "57"
- },
-/obj/machinery/door/window/northright{
- name = "Reception Window"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/hand_labeler,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/stamp/hop,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Lieutenant Office";
- departmentType = 5;
- name = "Lieutenant RC";
- pixel_y = 30
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/crate/bin,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"sX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"sY" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- frequency = 1443;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"sZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ta" = (
-/obj/machinery/vending/cigarette{
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tb" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tc" = (
-/obj/structure/chair,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"td" = (
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"te" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 8
- },
-/area/medical/medbay)
-"tf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Chemistry Lab";
- req_access_txt = "5; 33"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"tg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteyellow/corner{
- dir = 1
- },
-/area/medical/medbay)
-"th" = (
-/obj/structure/closet/crate/bin,
-/obj/structure/noticeboard{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"ti" = (
-/obj/machinery/reagentgrinder,
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"tj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tk" = (
-/obj/machinery/suit_storage_unit/engine,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"tl" = (
-/obj/structure/table,
-/obj/machinery/door/window/southleft{
- layer = 3.1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"tm" = (
-/obj/structure/table,
-/obj/machinery/door/window/southright{
- layer = 3.1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"tn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"to" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/medbay)
-"tp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1442;
- on = 1
- },
-/obj/machinery/button/door{
- desc = "A remote control switch for the genetics doors.";
- id = "GeneticsDoor";
- name = "Genetics Exit Button";
- normaldoorcontrol = 1;
- pixel_x = 8;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/medical/medbay)
-"tq" = (
-/obj/machinery/smartfridge/chemistry,
-/turf/closed/wall,
-/area/medical/medbay)
-"tr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteyellow/corner{
- dir = 8
- },
-/area/medical/medbay)
-"ts" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Medbay Storage";
- req_access_txt = "45"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"tt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Bar Storage";
- req_access_txt = "25"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"tu" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tv" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"tw" = (
-/obj/machinery/vending/wallmed{
- pixel_y = -28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"tx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"ty" = (
-/obj/machinery/door/airlock/external{
- name = "Arrival Airlock"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"tz" = (
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"tA" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/hallway/secondary/exit)
-"tB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"tC" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Bar Storage";
- req_access_txt = "25"
- },
-/turf/open/floor/plasteel{
- icon_state = "wood"
- },
-/area/crew_quarters/bar)
-"tD" = (
-/obj/machinery/airalarm{
- frequency = 1442;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"tE" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tF" = (
-/obj/machinery/computer/card,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tG" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Head of Personnel"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/computer/secure_data,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tI" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair{
- dir = 8
- },
-/mob/living/simple_animal/pet/dog/corgi/Ian,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tK" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"tN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"tO" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"tP" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"tQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tR" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 3
- },
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3;
- pixel_y = 0
- },
-/obj/item/weapon/kitchen/fork,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tS" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"tV" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/lighter,
-/obj/structure/sign/securearea{
- desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
- icon_state = "monkey_painting";
- name = "Mr. Deempisi portrait";
- pixel_x = 4;
- pixel_y = 28
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"tW" = (
-/obj/structure/chair/stool,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"tX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"tY" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_x = 25;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"tZ" = (
-/obj/machinery/door/window/eastright,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/central)
-"ua" = (
-/obj/machinery/chem_dispenser,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ub" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"uc" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ud" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/medbay)
-"ue" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"uf" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock{
- name = "Frozen Storage";
- req_access_txt = "25"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"ug" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/structure/sign/nosmoking_2{
- pixel_x = 28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/medbay)
-"uh" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"ui" = (
-/obj/structure/closet/secure_closet/engineering_welding,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"uj" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/hallway/secondary/exit)
-"uk" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/exit)
-"ul" = (
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/hallway/secondary/exit)
-"um" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/hallway/secondary/exit)
-"un" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"uo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"up" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"uq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"ur" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"us" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"ut" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"uu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"uv" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/blue/side{
- dir = 9
- },
-/area/hallway/primary/central)
-"uw" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"ux" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"uy" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"uz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"uA" = (
-/obj/machinery/requests_console{
- department = "Bar";
- departmentType = 2;
- pixel_x = 30;
- pixel_y = 0
- },
-/mob/living/carbon/monkey/punpun,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"uB" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/weapon/cultivator,
-/turf/open/floor/plasteel/green/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"uC" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/weapon/hatchet,
-/turf/open/floor/plasteel/green/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"uD" = (
-/obj/machinery/hydroponics/soil,
-/turf/open/floor/plasteel/green/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"uE" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"uF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/medbay)
-"uG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"uH" = (
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"uI" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters{
- id = "syndieshutters";
- name = "blast shutters"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"uJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/medical/medbay)
-"uK" = (
-/obj/machinery/vending/wallmed{
- pixel_y = 28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"uL" = (
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"uM" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"uN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"uO" = (
-/obj/machinery/door/airlock/external{
- name = "Arrival Airlock"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"uP" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 1
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"uQ" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- dir = 8
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"uR" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"uS" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/structure/closet/secure_closet/hop,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"uT" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"uU" = (
-/obj/structure/closet/crate/bin,
-/obj/machinery/airalarm{
- dir = 4;
- frequency = 1440;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"uV" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/book/manual/barman_recipes,
-/obj/item/stack/packageWrap,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"uW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/filingcabinet/employment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"uX" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/blue/side{
- dir = 10
- },
-/area/hallway/primary/central)
-"uY" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"uZ" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/head/that{
- throwforce = 1;
- throwing = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"va" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"vb" = (
-/turf/open/floor/plasteel/green/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"vc" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- frequency = 1447;
- on = 1
- },
-/turf/open/floor/carpet{
- icon_state = "carpetnoconnect"
- },
-/area/hallway/primary/central)
-"vd" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ve" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/airalarm{
- dir = 8;
- frequency = 1443;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"vf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
- },
-/area/medical/medbay)
-"vg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"vh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Engineering";
- req_access_txt = "10"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"vi" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"vj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 4
- },
-/area/medical/medbay)
-"vk" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/brute{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/brute{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/machinery/airalarm{
- frequency = 1445;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"vl" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"vm" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/arrival)
-"vn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"vo" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"vp" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/arrival)
-"vq" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Arrivals Shuttle Airlock"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"vr" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/arrival)
-"vs" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/arrival)
-"vt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Lieutenant Office Maintenance Access";
- req_access_txt = "57"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"vu" = (
-/obj/machinery/vending/cart,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"vv" = (
-/obj/machinery/pdapainter,
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"vw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"vx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"vy" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"vz" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"vA" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
-"vB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"vC" = (
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/crew_quarters/bar)
-"vD" = (
-/obj/machinery/smartfridge,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"vE" = (
-/obj/machinery/camera/autoname{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"vF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1445;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"vG" = (
-/obj/machinery/vending/boozeomat,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"vH" = (
-/obj/machinery/reagentgrinder,
-/obj/structure/table/wood,
-/obj/machinery/airalarm{
- frequency = 1440;
- pixel_y = 24
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"vI" = (
-/obj/structure/closet/secure_closet/chemical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"vJ" = (
-/obj/structure/closet/wardrobe/chemistry_white,
-/turf/open/floor/plasteel/whiteyellow/corner{
- dir = 4
- },
-/area/medical/medbay)
-"vK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"vL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 9
- },
-/area/engine/engineering)
-"vM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 5
- },
-/area/engine/engineering)
-"vN" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"vO" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"vP" = (
-/obj/machinery/light,
-/obj/machinery/computer/cloning,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"vQ" = (
-/obj/machinery/clonepod,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"vR" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/medical_cloning{
- pixel_y = 6
- },
-/obj/item/weapon/storage/box/rxglasses{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"vS" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"vT" = (
-/obj/structure/closet/wardrobe/green,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"vU" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"vV" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"vW" = (
-/obj/structure/closet/wardrobe/black,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"vX" = (
-/obj/structure/closet/wardrobe/grey,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"vY" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
-/area/shuttle/arrival)
-"vZ" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/arrival)
-"wa" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/arrival)
-"wb" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/tank/internals/emergency_oxygen,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"wc" = (
-/turf/closed/wall,
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"wd" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"we" = (
-/obj/structure/piano,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"wf" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/machinery/light,
-/obj/effect/landmark/start{
- name = "Clown"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"wg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"wh" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/obj/machinery/airalarm{
- dir = 4;
- frequency = 1441;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"wi" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"wj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"wk" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"wl" = (
-/obj/structure/kitchenspike,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
-/obj/item/weapon/reagent_containers/food/snacks/meat/slab/monkey,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"wm" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"wn" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/brigdoor{
- dir = 8;
- layer = 3.1;
- name = "Bar Access";
- req_access = list();
- req_one_access_txt = "25"
- },
-/turf/open/floor/plasteel/delivery,
-/area/crew_quarters/bar)
-"wo" = (
-/turf/open/floor/plating/warnplate/corner{
- dir = 2
- },
-/area/hallway/primary/central)
-"wp" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"wq" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"wr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"ws" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"wt" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"wu" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/arrival)
-"wv" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ww" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark{
- name = "JoinLate"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"wx" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/arrival)
-"wy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1444;
- id_tag = "o2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine{
- name = "air floor";
- initial_gas_mix = "n2=10580;o2=2644"
- },
-/area/engine/engineering)
-"wz" = (
-/obj/effect/landmark{
- name = "Observer-Start"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"wA" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "_North APC";
- pixel_y = 24
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/crew_quarters/heads{
- name = "\improper Job Assignment"
- })
-"wB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- frequency = 1443;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"wC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"wD" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"wE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"wF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"wG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"wH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 5;
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"wI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"wJ" = (
-/obj/machinery/light/small,
-/obj/structure/closet/gmcloset,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"wK" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"wL" = (
-/obj/machinery/vending/hydronutrients,
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/central)
-"wM" = (
-/obj/machinery/seed_extractor,
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/central)
-"wN" = (
-/obj/machinery/biogenerator,
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/central)
-"wO" = (
-/obj/machinery/vending/hydroseeds,
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/central)
-"wP" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = -2;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"wQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/medical/medbay)
-"wR" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/medical/medbay)
-"wS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/medical/medbay)
-"wT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"wU" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
-/area/shuttle/arrival)
-"wV" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/arrival)
-"wW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"wX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 2
- },
-/area/hallway/primary/central)
-"wY" = (
-/obj/machinery/atmospherics/components/binary/pump/on,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 2
- },
-/area/hallway/primary/central)
-"wZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/machinery/meter{
- use_power = 0
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 1
- },
-/area/hallway/primary/central)
-"xa" = (
-/obj/structure/closet/crate{
- desc = "It's a storage unit for kitchen clothes and equipment.";
- name = "Kitchen Crate"
- },
-/obj/item/clothing/head/chefhat,
-/obj/item/clothing/under/rank/chef,
-/obj/item/weapon/storage/box/mousetraps{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/box/mousetraps,
-/obj/item/clothing/under/waiter,
-/obj/item/clothing/under/waiter,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/bar)
-"xb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/firealarm{
- dir = 2;
- pixel_y = 24
- },
-/obj/machinery/camera/autoname,
-/mob/living/simple_animal/mouse/brown/Tom,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"xc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"xd" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/engine/engineering)
-"xe" = (
-/obj/structure/sink/kitchen{
- pixel_y = 28
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xf" = (
-/obj/machinery/pipedispenser/disposal,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"xg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/vending/dinnerware,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xh" = (
-/obj/machinery/light/small,
-/obj/machinery/processor,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xi" = (
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xj" = (
-/obj/structure/closet/crate/bin,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xk" = (
-/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"xl" = (
-/obj/structure/closet/wardrobe/white/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"xm" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = -2;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"xn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"xo" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"xp" = (
-/obj/structure/closet/secure_closet/medical3,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"xq" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/arrival)
-"xr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"xs" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"xt" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"xu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"xv" = (
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"xw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"xx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/chem_master/condimaster{
- name = "CondiMaster Neo"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"xy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"xz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_x = -25;
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xB" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/obj/structure/closet/wardrobe/engineering_yellow,
-/turf/open/floor/plasteel/blue/side{
- dir = 4
- },
-/area/engine/engineering)
-"xC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Bartender"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xF" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xG" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/toxin{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/toxin{
- pixel_x = -2;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"xH" = (
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"xI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/arrival)
-"xJ" = (
-/turf/open/space,
-/obj/machinery/porta_turret/syndicate,
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"xK" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"xL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"xM" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/meter{
- use_power = 0
- },
-/turf/open/space,
-/area/space)
-"xN" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"xO" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"xP" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"xQ" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"xR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/gibber,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/bar)
-"xS" = (
-/obj/structure/closet/secure_closet/bar{
- req_access_txt = "25"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"xU" = (
-/obj/structure/table/wood,
-/obj/item/weapon/gun/projectile/revolver/doublebarrel,
-/obj/item/weapon/reagent_containers/food/drinks/shaker,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xV" = (
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/obj/structure/table/wood,
-/obj/item/weapon/book/manual/chef_recipes{
- pixel_y = 5
- },
-/obj/item/weapon/reagent_containers/food/condiment/enzyme,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xW" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
-"xX" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"xY" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"xZ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/medical{
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/item/weapon/storage/belt/medical{
- pixel_x = 0;
- pixel_y = 2
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -2;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ya" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 7;
- pixel_y = -3
- },
-/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
- pixel_x = -4;
- pixel_y = -3
- },
-/obj/item/weapon/reagent_containers/syringe/epinephrine{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/weapon/reagent_containers/glass/bottle/morphine,
-/obj/item/weapon/reagent_containers/glass/bottle/toxin{
- pixel_x = 4;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/syringe/epinephrine{
- pixel_x = 5;
- pixel_y = -2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"yb" = (
-/obj/structure/table,
-/obj/machinery/light,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/tie/stethoscope,
-/obj/item/weapon/reagent_containers/hypospray,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"yc" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 2
- },
-/area/engine/engineering)
-"yd" = (
-/obj/structure/rack,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ye" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"yf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yh" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"yi" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"yj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"yk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"yl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall,
-/area/crew_quarters/bar)
-"ym" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Bar Storage Maintenance";
- req_access_txt = "25"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/bar)
-"yn" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"yo" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"yp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"yq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/hallway/primary/central)
-"yr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"ys" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yu" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "_North APC";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/crew_quarters/bar)
-"yv" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"yA" = (
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"yB" = (
-/turf/closed/wall,
-/area/engine/engineering)
-"yC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Maintenance";
- req_access_txt = "10"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"yD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/hallway/primary/central)
-"yE" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/hallway/primary/central)
-"yF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1443;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- frequency = 1443;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yH" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/conveyor{
- id = "CanisterStore"
- },
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yI" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/conveyor{
- id = "CanisterStore"
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yJ" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/conveyor{
- id = "CanisterStore"
- },
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yK" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yL" = (
-/obj/machinery/requests_console{
- department = "Garden";
- departmentType = 2;
- pixel_x = 30;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"yM" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yN" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"yO" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yP" = (
-/obj/structure/table,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_y = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yQ" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/camera/autoname,
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/warning{
- dir = 2
- },
-/area/engine/engineering)
-"yR" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/engine/engineering)
-"yS" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/warning{
- dir = 6
- },
-/area/engine/engineering)
-"yT" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_y = 5
- },
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"yU" = (
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/item/stack/sheet/mineral/plasma{
- amount = 30
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/engine/engineering)
-"yV" = (
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 1;
- name = "_North APC";
- pixel_y = 24
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/engine/engineering)
-"yW" = (
-/obj/structure/table,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/apc,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/engine/engineering)
-"yX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"yY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"yZ" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"za" = (
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zb" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/item/weapon/reagent_containers/glass/bucket{
- pixel_x = 1;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"zc" = (
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"zd" = (
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ze" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 1
- },
-/area/engine/engineering)
-"zf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zg" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/engine/engineering)
-"zh" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"zi" = (
-/obj/machinery/computer/monitor,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"zk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/vending/cigarette{
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"zl" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/mask/gas{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zm" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 4
- },
-/area/engine/engineering)
-"zn" = (
-/turf/open/floor/plating,
-/area/engine/engineering)
-"zo" = (
-/turf/open/floor/engine{
- name = "air floor";
- initial_gas_mix = "o2=2644;n2=10580"
- },
-/area/engine/engineering)
-"zp" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"zq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zr" = (
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"zx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"zy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/sign/securearea{
- name = "ENGINEERING ACCESS";
- pixel_x = -32
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
- },
-/area/hallway/primary/central)
-"zz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/central)
-"zA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/sign/securearea{
- name = "ENGINEERING ACCESS";
- pixel_x = 32
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 6
- },
-/area/hallway/primary/central)
-"zB" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"zC" = (
-/obj/machinery/conveyor_switch{
- id = "CanisterStore"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zD" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/southright,
-/turf/open/floor/plasteel/red{
- dir = 2
- },
-/area/engine/engineering)
-"zE" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/southright,
-/turf/open/floor/plasteel/blue{
- dir = 1
- },
-/area/engine/engineering)
-"zF" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/southright,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"zG" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"zJ" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"zK" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"zL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"zM" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"zN" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"zO" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/engine{
- name = "air floor";
- initial_gas_mix = "o2=2644;n2=10580"
- },
-/area/engine/engineering)
-"zP" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine{
- name = "air floor";
- initial_gas_mix = "o2=2644;n2=10580"
- },
-/area/engine/engineering)
-"zQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/blue/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"zR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zU" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zV" = (
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"zX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"zY" = (
-/obj/machinery/door/firedoor/heavy,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"zZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"Aa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ab" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ac" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/engine/engineering)
-"Ad" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ae" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Af" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ag" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ah" = (
-/obj/machinery/vending/engivend,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ai" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/engine/engineering)
-"Aj" = (
-/obj/structure/grille,
-/obj/structure/lattice,
-/turf/open/space,
-/area/engine/engineering)
-"Ak" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 8;
- icon_state = "grey"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Al" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1444;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"Am" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/engine/engineering)
-"An" = (
-/obj/machinery/pipedispenser,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ao" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ap" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/gloves/color/black,
-/obj/item/weapon/extinguisher{
- pixel_x = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Aq" = (
-/obj/machinery/suit_storage_unit/atmos,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ar" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"As" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"At" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"Au" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- frequency = 1444;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"Av" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"Aw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ax" = (
-/obj/machinery/airalarm{
- dir = 4;
- frequency = 1444;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"Ay" = (
-/obj/machinery/airalarm{
- frequency = 1440;
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Az" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AA" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"AB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 5;
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AE" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AI" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AJ" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AK" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AM" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"AP" = (
-/obj/machinery/requests_console{
- announcementConsole = 0;
- department = "Engineering";
- departmentType = 4;
- name = "Engineering RC";
- pixel_y = 30
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1440;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AR" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement,
-/turf/open/floor/plasteel/neutral/side{
- dir = 6
- },
-/area/hallway/primary/central)
-"AS" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"AT" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"AU" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/wrench,
-/obj/item/weapon/weldingtool,
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AV" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"AW" = (
-/obj/structure/table,
-/obj/item/weapon/crowbar,
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AX" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AY" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"AZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ba" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Bb" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"Bc" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "recycler"
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"Bd" = (
-/obj/machinery/airalarm{
- dir = 1;
- frequency = 1441;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Be" = (
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/engine/engineering)
-"Bf" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"Bg" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- freerange = 0;
- listening = 1;
- name = "Common Channel";
- pixel_y = 25
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Bh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"Bi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Bj" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"Bk" = (
-/turf/open/floor/plating/warnplate{
- dir = 5
- },
-/area/engine/engineering)
-"Bl" = (
-/obj/machinery/airalarm{
- frequency = 1443;
- pixel_y = 23
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Bm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- frequency = 1441;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Bn" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"Bo" = (
-/obj/structure/closet/crate{
- name = "solar pack crate"
- },
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/weapon/circuitboard/computer/solar_control,
-/obj/item/weapon/electronics/tracker,
-/obj/item/weapon/paper/solar,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"Bp" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/engine/engineering)
-"Bq" = (
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"Br" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Bs" = (
-/obj/machinery/atmospherics/components/binary/circulator,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Bt" = (
-/obj/machinery/power/generator,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Bu" = (
-/obj/machinery/atmospherics/components/binary/circulator{
- icon_state = "circ2-off"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Bv" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
-/turf/open/floor/plating/warnplate/corner{
- dir = 4
- },
-/area/engine/engineering)
-"Bw" = (
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"Bx" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"By" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Bz" = (
-/obj/structure/transit_tube{
- icon_state = "Block"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"BA" = (
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/engine/engineering)
-"BB" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"BC" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"BD" = (
-/obj/item/device/multitool,
-/turf/open/floor/plating/warnplate{
- dir = 2
- },
-/area/engine/engineering)
-"BE" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"BF" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"BG" = (
-/turf/open/floor/plating/warnplate{
- dir = 6
- },
-/area/engine/engineering)
-"BH" = (
-/obj/structure/transit_tube/station/reverse{
- dir = 8;
- icon_state = "closed"
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"BI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"BJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- frequency = 1442;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"BK" = (
-/obj/machinery/airalarm{
- dir = 1;
- frequency = 1442;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"BL" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/engine/engineering)
-"BM" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
-/turf/open/floor/plating/warnplate/corner{
- dir = 8
- },
-/area/engine/engineering)
-"BN" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"BO" = (
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"BP" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"BQ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"BR" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/engine/engineering)
-"BS" = (
-/obj/structure/table,
-/obj/item/device/flashlight/lamp{
- pixel_x = 4;
- pixel_y = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"BT" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"BU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"BV" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"BW" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/obj/structure/transit_tube_pod,
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"BX" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"BY" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"BZ" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Ca" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Cb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Cc" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Ce" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cf" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "syndieshutters";
- name = "remote shutter control";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Cg" = (
-/obj/machinery/computer/shuttle/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Ch" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Ci" = (
-/obj/structure/transit_tube{
- icon_state = "N-SE"
- },
-/turf/open/space,
-/area/space)
-"Cj" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/turf/open/space,
-/area/space)
-"Ck" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Co" = (
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"Cp" = (
-/obj/structure/transit_tube{
- icon_state = "E-NW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"Cq" = (
-/obj/structure/transit_tube,
-/turf/open/space,
-/area/space)
-"Cr" = (
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"Cs" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
- },
-/turf/open/space,
-/area/space)
-"Ct" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/airlock,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cu" = (
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -2
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cv" = (
-/obj/structure/table,
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/device/analyzer,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cw" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Cx" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cy" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Cz" = (
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"CA" = (
-/obj/structure/transit_tube{
- icon_state = "S-NW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"CB" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 8
- },
-/area/engine/engineering)
-"CC" = (
-/obj/machinery/atmospherics/components/binary/pump{
- target_pressure = 1000
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating/warnplate/corner{
- dir = 4
- },
-/area/engine/engineering)
-"CD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/engine/engineering)
-"CE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"CF" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"CG" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"CH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"CI" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector{
- dir = 8;
- frequency = 1441;
- id = "air_in";
- on = 1
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"CJ" = (
-/obj/structure/sign/fire,
-/turf/closed/wall,
-/area/engine/engineering)
-"CK" = (
-/obj/structure/transit_tube{
- icon_state = "N-S-Pass"
- },
-/turf/open/space,
-/area/space)
-"CL" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/engine/engineering)
-"CM" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/space,
-/area/engine/engineering)
-"CN" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/engine/engineering)
-"CO" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/engine/engineering)
-"CP" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"CQ" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"CR" = (
-/obj/machinery/atmospherics/components/binary/pump{
- target_pressure = 1500
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"CS" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- target_pressure = 2000
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"CT" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- target_pressure = 2000
- },
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/engine/engineering)
-"CU" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/engine/engineering)
-"CV" = (
-/obj/machinery/button/door{
- id = "burndoor";
- name = "Burn Chamber Vent Control";
- pixel_x = 25;
- pixel_y = 5;
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"CW" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/machinery/sparker{
- id = "burnchamber";
- pixel_x = -25
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"CX" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/machinery/meter/turf{
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"CY" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"CZ" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Burn Chamber";
- network = list("burnchamber")
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"Da" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"Db" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/turf/open/space,
-/area/space)
-"Dc" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/lattice,
-/turf/open/space,
-/area/engine/engineering)
-"Dd" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/engine/engineering)
-"De" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Df" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Dg" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 5;
- pixel_y = -32
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Dh" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Di" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"Dj" = (
-/obj/machinery/sparker{
- id = "burnchamber";
- pixel_x = -25
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"Dk" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Dl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Dm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"Dn" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- dir = 4
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"Do" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"Dp" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"Dq" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"Dr" = (
-/obj/machinery/door/poddoor{
- id = "burndoor";
- name = "Mixer Room Vent"
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"Ds" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Dt" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Du" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Dv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"Dw" = (
-/obj/item/device/analyzer,
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"Dx" = (
-/obj/structure/chair/comfy/black{
- dir = 1;
- icon_state = "comfychair";
- name = "pilot's chair"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Dy" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 10
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Dz" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. Evilly";
- freerange = 1;
- frequency = 1213;
- name = "Syndicate Intercom";
- pixel_y = -32;
- subspace_transmission = 1;
- syndie = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DA" = (
-/obj/structure/closet/syndicate/personal,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DB" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"DC" = (
-/obj/machinery/door/window{
- name = "Cockpit";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DD" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 4;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"DE" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DF" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/zipties{
- pixel_x = 1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DG" = (
-/obj/machinery/atmospherics/components/binary/volume_pump{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"DH" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DI" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DJ" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 8;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"DK" = (
-/obj/machinery/porta_turret/syndicate,
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/syndicate)
-"DL" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/engine/engineering)
-"DM" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DN" = (
-/obj/structure/closet/syndicate/nuclear,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DO" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DP" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DQ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
- },
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/syndicate)
-"DR" = (
-/obj/machinery/door/poddoor{
- auto_close = 300;
- id = "smindicate";
- name = "outer blast door"
- },
-/obj/machinery/button/door{
- id = "smindicate";
- name = "external door control";
- pixel_x = -26;
- pixel_y = 0;
- req_access_txt = "150"
- },
-/obj/docking_port/mobile{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate";
- name = "syndicate infiltrator";
- roundstart_move = "syndicate_away";
- travelDir = 180;
- width = 18
- },
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_nw";
- name = "northwest of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"DS" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the burn chamber.";
- dir = 8;
- layer = 4;
- name = "Burn Chamber Telescreen";
- network = list("burnchamber");
- pixel_x = 0;
- pixel_y = -30
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"DT" = (
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"DU" = (
-/obj/machinery/button/ignition{
- id = "burnchamber";
- pixel_x = 25
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"DV" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"DW" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/engineering)
-"DX" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"DY" = (
-/obj/structure/table,
-/obj/item/weapon/c4{
- pixel_x = 2;
- pixel_y = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"DZ" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube{
- icon_state = "N-S-Pass"
- },
-/turf/open/space,
-/area/space)
-"Ea" = (
-/turf/closed/wall,
-/area/tcommsat/computer)
-"Eb" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/tcommsat/computer)
-"Ec" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/tcommsat/computer)
-"Ed" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "EVA Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Ee" = (
-/obj/structure/transit_tube{
- icon_state = "N-SE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"Ef" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"Eg" = (
-/obj/machinery/door/airlock/external{
- name = "Telecomms Emergency Access";
- req_access = null;
- req_access_txt = "10;13"
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Eh" = (
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Ei" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Ej" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Ek" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"El" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/tcommsat/computer)
-"Em" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"En" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Eo" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"Ep" = (
-/obj/structure/transit_tube{
- icon_state = "D-NE"
- },
-/turf/open/space,
-/area/space)
-"Eq" = (
-/obj/structure/transit_tube{
- icon_state = "E-NW"
- },
-/turf/open/space,
-/area/space)
-"Er" = (
-/obj/structure/lattice,
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
- },
-/turf/open/space,
-/area/space)
-"Es" = (
-/obj/structure/transit_tube,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"Et" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"Eu" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Ev" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Ew" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Ex" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Ey" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Ez" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"EA" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/light/small,
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/tcommsat/computer)
-"EB" = (
-/obj/structure/transit_tube{
- icon_state = "NW-SE"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"EC" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "EVA Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ED" = (
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"EE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"EF" = (
-/obj/machinery/computer/message_monitor,
-/turf/open/floor/plasteel/yellow/side{
- dir = 9
- },
-/area/tcommsat/computer)
-"EG" = (
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"EH" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"EI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"EJ" = (
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"EK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"EL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"EM" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/space/syndicate/black/red,
-/obj/item/clothing/head/helmet/space/syndicate/black/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"EN" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. Evilly";
- freerange = 1;
- frequency = 1213;
- name = "Syndicate Intercom";
- pixel_x = -32;
- subspace_transmission = 1;
- syndie = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"EO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"EP" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/paper/monitorkey,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"EQ" = (
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"ER" = (
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/engine/gravity_generator)
-"ES" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"ET" = (
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/engine/gravity_generator)
-"EU" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"EV" = (
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"EW" = (
-/obj/machinery/telecomms/server/presets/common/ministation,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"EX" = (
-/obj/machinery/message_server,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"EY" = (
-/obj/machinery/computer/telecomms/server{
- network = "tcommsat"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
- },
-/area/tcommsat/computer)
-"EZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Fa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Fb" = (
-/obj/structure/table,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/pen/blue,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Fc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Fd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Fe" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"Ff" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"Fg" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"Fh" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/tcommsat/computer)
-"Fi" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Fj" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Fk" = (
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"Fl" = (
-/obj/structure/table,
-/obj/item/stack/medical/ointment,
-/obj/item/stack/medical/bruise_pack,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Fm" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Fn" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Control Room";
- req_access_txt = "19; 61"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Fo" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell/high{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/cell/high,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Fp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Fq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"Fr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/engine/gravity_generator)
-"Fs" = (
-/obj/machinery/gravity_generator/main/station,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"Ft" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/engine/gravity_generator)
-"Fu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"Fv" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/device/assembly/infra,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Fw" = (
-/obj/structure/transit_tube/station/reverse{
- icon_state = "closed";
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/tcommsat/computer)
-"Fx" = (
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Fy" = (
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 8;
- name = "Telecoms Server APC";
- pixel_x = -25;
- pixel_y = 1
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"Fz" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"FA" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"FB" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "Server Room";
- req_access_txt = "61"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/tcommsat/computer)
-"FC" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/tcommsat/computer)
-"FD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"FE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"FF" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/camera/autoname{
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"FG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"FH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"FI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"FJ" = (
-/obj/structure/table,
-/obj/item/weapon/screwdriver{
- pixel_y = 9
- },
-/obj/item/device/assembly/voice{
- pixel_y = 3
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"FK" = (
-/obj/structure/transit_tube{
- icon_state = "Block";
- dir = 1
- },
-/turf/open/floor/plating/warnplate{
- dir = 4
- },
-/area/tcommsat/computer)
-"FL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"FM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"FN" = (
-/obj/machinery/camera/autoname{
- dir = 4;
- network = list("SS13")
- },
-/turf/open/floor/bluegrid{
- name = "Mainframe Base";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"FO" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM";
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/tcommsat/computer)
-"FP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Cyborg"
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"FQ" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Cyborg"
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"FR" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Telecoms Admin";
- departmentType = 5;
- name = "Telecoms RC";
- pixel_x = 30;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"FS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"FT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"FU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"FV" = (
-/obj/structure/table,
-/obj/item/weapon/weldingtool/largetank{
- pixel_y = 3
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"FW" = (
-/obj/structure/table,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"FX" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Gravity Generator Area";
- req_access_txt = "19; 61"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"FY" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "Infirmary";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"FZ" = (
-/obj/machinery/door/window/westright{
- name = "Tool Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Ga" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Gb" = (
-/obj/machinery/telecomms/hub/preset,
-/obj/structure/sign/nosmoking_2{
- pixel_y = -32
- },
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"Gc" = (
-/obj/machinery/blackbox_recorder,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"Gd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/tcommsat/computer)
-"Ge" = (
-/obj/structure/table,
-/obj/item/device/multitool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/tcommsat/computer)
-"Gf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Gg" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Gh" = (
-/obj/machinery/light_switch{
- pixel_x = 27
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Gi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/tcommsat/computer)
-"Gj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"Gk" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/engine/gravity_generator)
-"Gl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/engine/gravity_generator)
-"Gm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/engine/gravity_generator)
-"Gn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/engine/gravity_generator)
-"Go" = (
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/engine/gravity_generator)
-"Gp" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_sw";
- name = "southwest of station";
- turf_type = /turf/open/floor/plating/asteroid/snow;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"Gq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Gr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Gs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/tcommsat/computer)
-"Gt" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/tcommsat/computer)
-"Gu" = (
-/obj/machinery/sleeper/syndie{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Gv" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "Infirmary";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Gw" = (
-/obj/machinery/door/airlock/engineering{
- name = "Telecommunications";
- req_access_txt = "61"
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"Gx" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Gravity Generator APC";
- pixel_x = -25;
- pixel_y = 1
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"Gy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"Gz" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"GA" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "Tool Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GB" = (
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"GC" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_se";
- name = "southeast of station";
- turf_type = /turf/open/floor/plating/asteroid/snow;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"GD" = (
-/obj/structure/table,
-/obj/item/device/radio,
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
- },
-/area/tcommsat/computer)
-"GE" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -35
- },
-/obj/effect/landmark/start{
- name = "AI"
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"GF" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"GG" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/tcommsat/computer)
-"GH" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"GI" = (
-/obj/machinery/light,
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"GJ" = (
-/obj/structure/table,
-/obj/item/weapon/paper/gravity_gen{
- layer = 3
- },
-/obj/item/weapon/pen/blue,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"GK" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"GL" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "Gravity Generator Room";
- req_access_txt = "19;23"
- },
-/turf/open/floor/plasteel/delivery{
- name = "floor"
- },
-/area/engine/gravity_generator)
-"GM" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/syringe/charcoal,
-/obj/item/weapon/reagent_containers/syringe/charcoal{
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/syringe/charcoal{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GN" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/tcommsat/computer)
-"GO" = (
-/obj/structure/table,
-/obj/item/weapon/gun/syringe{
- pixel_x = 1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GP" = (
-/obj/machinery/telecomms/processor/preset_one,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"GQ" = (
-/obj/machinery/telecomms/broadcaster/preset_left/ministation,
-/turf/open/floor/plasteel/black{
- name = "Mainframe Floor";
- initial_gas_mix = "n2=100;TEMP=80"
- },
-/area/tcommsat/computer)
-"GR" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_s";
- name = "south of station";
- turf_type = /turf/open/floor/plating/asteroid/snow;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"GS" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GT" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Secure Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GU" = (
-/obj/structure/table,
-/obj/item/device/sbeacondrop/bomb{
- pixel_y = 5
- },
-/obj/item/device/sbeacondrop/bomb,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GV" = (
-/obj/structure/table,
-/obj/item/weapon/grenade/syndieminibomb{
- pixel_x = 4;
- pixel_y = 2
- },
-/obj/item/weapon/grenade/syndieminibomb{
- pixel_x = -1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GW" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/structure/mirror{
- pixel_x = 30
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GX" = (
-/obj/machinery/telecomms/allinone{
- intercept = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GY" = (
-/obj/machinery/nuclearbomb/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"GZ" = (
-/obj/structure/table,
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/cautery,
-/obj/item/weapon/surgicaldrill,
-/obj/item/robot_parts/l_arm,
-/obj/item/robot_parts/r_arm,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Ha" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel,
-/obj/item/weapon/retractor,
-/obj/item/weapon/hemostat,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Hb" = (
-/obj/structure/table/optable,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay)
-"Hc" = (
-/obj/structure/shuttle/engine/heater,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"Hd" = (
-/obj/structure/frame/computer,
-/obj/item/weapon/paper{
- info = "Teleporter Instruction
- Install circuit board, glass and wiring to complete Teleporter Control Console
- Use a screwdriver, wirecutter and screwdriver again on the Teleporter Station to connect it
- Set destination with Teleporter Control Computer
- Activate Teleporter Hub with Teleporter Station
";
- name = "Teleporter Instructions"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"He" = (
-/obj/machinery/teleport/hub/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Hf" = (
-/obj/machinery/teleport/station,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"Hg" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"Hh" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"Hi" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"Hj" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"Hk" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/supply)
-"Hl" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"Hm" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/supply)
-"Hn" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
-/area/shuttle/supply)
-"Ho" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/supply)
-"Hp" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"Hq" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"Hr" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
- },
-/obj/docking_port/mobile/supply{
- dwidth = 3;
- width = 9
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 3;
- height = 7;
- id = "supply_home";
- name = "Cargo Bay";
- width = 9
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"Hs" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"Ht" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/escape)
-"Hu" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f10";
- dir = 2
- },
-/area/shuttle/escape)
-"Hv" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"Hw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/escape)
-"Hx" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/escape)
-"Hy" = (
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"Hz" = (
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -2;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HA" = (
-/obj/machinery/sleeper{
- dir = 8;
- icon_state = "sleeper-open"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HB" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"HC" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"HD" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"HE" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/supply)
-"HF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/supply)
-"HG" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/supply)
-"HH" = (
-/obj/machinery/vending/wallmed{
- name = "Emergency NanoMed";
- pixel_x = 28;
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HI" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Escape Shuttle Cell";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"HJ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"HK" = (
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Escape Shuttle Infirmary";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
-/area/shuttle/escape)
-"HM" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"HN" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HO" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"HP" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HQ" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HR" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HS" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"HT" = (
-/obj/machinery/vending/wallmed{
- name = "Emergency NanoMed";
- req_access_txt = "0"
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/escape)
-"HU" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- pixel_x = 25
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HV" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Emergency Shuttle Airlock"
- },
-/obj/docking_port/mobile/emergency{
- dir = 8;
- dwidth = 8;
- height = 9;
- name = "Mini emergency shuttle";
- width = 21
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 8;
- height = 9;
- id = "emergency_home";
- name = "emergency evac bay";
- width = 21
- },
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"HW" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HX" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/crowbar,
-/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"HY" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
- },
-/area/shuttle/escape)
-"HZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/escape)
-"Ia" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Escape Shuttle Cockpit";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"Ib" = (
-/obj/machinery/status_display,
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/escape)
-"Ic" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/escape)
-"Id" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"Ie" = (
-/obj/machinery/computer/atmos_alert,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"If" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"Ig" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 24
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"Ih" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"Ii" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"Ij" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"Ik" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/escape)
-"Il" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire,
-/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"Im" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1";
- dir = 2
- },
-/area/shuttle/escape)
-"In" = (
-/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"Io" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"Ip" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"Iq" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/escape)
-"Ir" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
- },
-/area/shuttle/escape)
-"Is" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
- },
-/area/shuttle/transport)
-"It" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
- },
-/area/shuttle/transport)
-"Iu" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"Iv" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"Iw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/transport)
-"Ix" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f9"
- },
-/area/shuttle/transport)
-"Iy" = (
-/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"Iz" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"IA" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"IB" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"IC" = (
-/obj/machinery/door/airlock/shuttle,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"ID" = (
-/obj/machinery/door/airlock/shuttle,
-/obj/docking_port/mobile{
- dir = 8;
- dwidth = 2;
- height = 12;
- id = "ferry";
- name = "ferry shuttle";
- roundstart_move = "ferry_away";
- travelDir = 180;
- width = 5
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 2;
- height = 12;
- id = "ferry_home";
- name = "port bay 2";
- turf_type = /turf/open/space;
- width = 5
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"IE" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
- },
-/area/shuttle/transport)
-"IF" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/transport)
-"IG" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"IH" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"II" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/transport)
-"IJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- frequency = 1445;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"IK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"IL" = (
-/obj/structure/table,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/obj/item/clothing/under/burial,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"IR" = (
-/obj/machinery/atmospherics/pipe/manifold{
- color = "#0000ff";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"IQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"IP" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"IO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"IN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
- },
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"IM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- auto_name = 1;
- dir = 2;
- name = "_South APC";
- pixel_y = -24
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 2
- },
-/area/quartermaster/storage)
-
-(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(3,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(6,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(9,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(10,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(11,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(12,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(13,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(14,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(15,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(16,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(17,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(18,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(19,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(20,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(21,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(22,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(30,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-DJ
-bm
-bm
-bm
-bm
-bm
-bm
-bm
-DB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(31,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-DJ
-bm
-bm
-bm
-bm
-bm
-bm
-EU
-BT
-Gu
-Gu
-BT
-GZ
-Hc
-Hg
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(32,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bm
-DM
-DM
-DM
-DM
-DM
-bm
-EU
-BT
-BT
-BT
-BT
-pK
-Hc
-Hi
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(33,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bm
-BT
-BT
-BT
-BT
-BT
-bm
-Fj
-BT
-BT
-BT
-GW
-Ha
-Hc
-Hh
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(34,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-eu
-bm
-bm
-bm
-DB
-aa
-aa
-bm
-BT
-DP
-BT
-BT
-BT
-bm
-Fm
-DP
-BT
-GO
-bm
-bm
-bm
-DD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(35,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bm
-xK
-Ds
-Dy
-bm
-aa
-aa
-bm
-DN
-DO
-DY
-BT
-BT
-bm
-Fl
-BT
-BT
-GM
-bm
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(36,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-uI
-BT
-BT
-BT
-bm
-bm
-bm
-bm
-bm
-bm
-bm
-Ed
-EC
-bm
-bm
-FY
-Gv
-bm
-bm
-bm
-DB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(37,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-uI
-BS
-BT
-BT
-bm
-DE
-DH
-DH
-DH
-DH
-BT
-BT
-BT
-EN
-BT
-BT
-BT
-GS
-GX
-Hc
-Hg
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(38,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-uI
-Cg
-Dx
-BT
-DC
-BT
-BT
-BT
-BT
-BT
-BT
-BT
-BT
-BT
-BT
-BT
-BT
-GT
-GY
-Hc
-Hi
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(39,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-uI
-Cf
-BT
-Dz
-bm
-DF
-DI
-DI
-DI
-DI
-BT
-BT
-BT
-BT
-BT
-BT
-BT
-GS
-BT
-Hc
-Hh
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(40,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-uI
-Cw
-BT
-BT
-bm
-bm
-bm
-DK
-bm
-bm
-bm
-En
-EK
-bm
-bm
-FZ
-GA
-bm
-bm
-bm
-DD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(41,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-bm
-Cw
-BT
-DA
-bm
-aa
-aa
-aa
-aa
-bm
-BT
-BT
-BT
-bm
-Fo
-BT
-BT
-GU
-bm
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(42,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-xJ
-bm
-bm
-bm
-DD
-aa
-aa
-aa
-aa
-DR
-BT
-BT
-BT
-bm
-FJ
-DP
-BT
-GV
-bm
-bm
-bm
-DB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(43,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-DQ
-BT
-BT
-EM
-bm
-Fv
-BT
-BT
-BT
-BT
-Hd
-Hc
-Hg
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(44,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-DV
-bm
-bm
-bm
-bm
-FW
-DP
-BT
-BT
-BT
-Hf
-Hc
-Hi
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(45,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bm
-FV
-Ga
-BT
-BT
-BT
-He
-Hc
-Hh
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(46,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-DV
-bm
-bm
-bm
-bm
-bm
-bm
-bm
-DD
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(47,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(48,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(49,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(50,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ag
-ad
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(51,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(52,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(53,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(54,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ag
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Gp
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(55,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(56,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(57,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(58,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(59,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(60,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ag
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(61,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(62,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-aa
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(63,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(64,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(65,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(66,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(67,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(68,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ag
-ad
-ad
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(69,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(70,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(71,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ag
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ag
-ad
-ad
-ad
-ad
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(72,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(73,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(74,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(75,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(76,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(77,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(78,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ag
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(79,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(80,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(81,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(82,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(83,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(84,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-af
-af
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(85,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(86,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(87,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(88,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(89,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Ht
-Hx
-Hx
-Hx
-Hx
-Hx
-Hx
-HS
-HS
-HS
-Hx
-Hx
-Hx
-Hx
-Hx
-HY
-Hx
-Hx
-Ik
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(90,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ag
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Ht
-Hw
-Hz
-Hy
-Hy
-HK
-HM
-HP
-HP
-HP
-HP
-HP
-HM
-HP
-HP
-HX
-HZ
-Ie
-Ii
-Im
-Ik
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(91,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hs
-Hv
-Hy
-Hy
-Hy
-HJ
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Hy
-HZ
-Id
-Id
-Il
-HJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(92,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hs
-Hv
-HA
-HH
-HA
-HJ
-HM
-HR
-HR
-HR
-HR
-HR
-HR
-HR
-HM
-Hy
-Ib
-HM
-HM
-Io
-HJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(93,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hs
-Hv
-Hx
-Hx
-Hx
-HL
-HM
-HQ
-HJ
-HJ
-HT
-HJ
-HJ
-HW
-HM
-HM
-Ia
-HM
-HM
-In
-HJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(94,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ag
-ad
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-aa
-aa
-aa
-ad
-ag
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hs
-Hv
-HC
-HC
-HJ
-Hy
-HM
-HP
-HP
-HP
-HP
-HP
-HP
-HP
-HM
-Hy
-HZ
-Ig
-HM
-Io
-HJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(95,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hs
-Hv
-HB
-HB
-HI
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-HM
-Hy
-HZ
-If
-If
-Ip
-HJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(96,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hu
-Hw
-HD
-HD
-HJ
-HN
-HM
-HR
-HR
-HR
-HU
-HR
-HM
-HR
-HR
-HX
-HZ
-Ih
-Ij
-Ir
-Iq
-aa
-aa
-aa
-jc
-vY
-ph
-vY
-xq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(97,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hu
-Hx
-Hx
-Hx
-Hx
-HO
-Hx
-Hx
-HS
-Hx
-Hx
-HV
-Hx
-Hx
-Hx
-Ic
-Hx
-Hx
-Iq
-aa
-aa
-aa
-aa
-vp
-wa
-vS
-wU
-wV
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(98,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-fW
-lI
-fW
-am
-am
-am
-fW
-lI
-fW
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-vm
-wv
-vS
-wv
-vm
-aa
-aa
-Is
-IC
-IF
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(99,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hk
-Ho
-Ho
-Ho
-Ho
-Ho
-Ho
-HE
-am
-am
-fW
-lJ
-fW
-am
-am
-am
-fW
-lJ
-fW
-am
-am
-am
-am
-aa
-aa
-aa
-aa
-aa
-jc
-vs
-wu
-vq
-wu
-vs
-xq
-Is
-Ix
-IB
-IE
-IF
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(100,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hj
-Hm
-Hp
-Hp
-Hp
-Hp
-Hp
-Hp
-HF
-kf
-kf
-fW
-lI
-fW
-kf
-fW
-kf
-fW
-lI
-fW
-kf
-kf
-am
-kf
-fW
-kf
-fW
-fW
-of
-vm
-vS
-vS
-vS
-vS
-vS
-vm
-It
-Iz
-IB
-IG
-It
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(101,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hj
-Hl
-Hp
-Hp
-Hp
-Hp
-Hp
-Hp
-HF
-kf
-kM
-lk
-lk
-hk
-mQ
-nu
-mQ
-hk
-lk
-lk
-qs
-kf
-am
-kf
-sk
-lK
-ty
-lJ
-uO
-jd
-vS
-ww
-ww
-ww
-vS
-vm
-It
-Iy
-IB
-IG
-It
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(102,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hj
-Hl
-Hp
-Hp
-Hp
-Hp
-Hp
-Hp
-HF
-fW
-kN
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-qt
-kf
-eX
-kf
-lK
-li
-fW
-fW
-of
-vm
-vU
-vS
-vS
-vS
-vS
-vm
-Iu
-IA
-IB
-IH
-Iu
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(103,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hj
-Hl
-Hp
-Hp
-Hp
-Hp
-Hp
-Hp
-HF
-fW
-kN
-ll
-lK
-lK
-lK
-lK
-lK
-lK
-lK
-oa
-lK
-lK
-ru
-lK
-lK
-lK
-lk
-uj
-fW
-vm
-vT
-ww
-ww
-ww
-vS
-vm
-It
-IA
-IB
-IH
-It
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(104,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ag
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hj
-Hm
-Hp
-Hp
-Hp
-Hp
-Hp
-Hp
-HF
-kf
-kO
-lm
-lK
-lK
-mR
-nv
-nv
-nv
-nv
-pN
-nv
-nv
-rv
-rN
-lK
-lK
-lK
-uk
-fW
-sP
-vW
-vS
-wz
-vS
-vS
-vm
-It
-IA
-IB
-IH
-It
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(105,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Hn
-Ho
-Hq
-Ho
-Hr
-Ho
-Ho
-HG
-kf
-kP
-ln
-lL
-mp
-mS
-mp
-mp
-mp
-mp
-pO
-mp
-mp
-rw
-rO
-lK
-lK
-lK
-ul
-fW
-sP
-vV
-ww
-ww
-ww
-vS
-vm
-It
-IA
-IB
-IH
-It
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(106,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bq
-bq
-bq
-bq
-bq
-bq
-bq
-bq
-bJ
-bq
-bq
-gA
-gZ
-bQ
-gZ
-bQ
-bQ
-gA
-kf
-kQ
-lo
-lM
-ld
-mT
-nw
-nW
-mq
-mq
-pP
-mq
-qQ
-rx
-rP
-ss
-lK
-tA
-um
-fW
-vm
-vX
-vS
-vS
-vS
-vS
-vm
-Iv
-IA
-IB
-IH
-Iv
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(107,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-am
-bh
-br
-bH
-bX
-ct
-cM
-dp
-dN
-ev
-eZ
-fx
-cS
-gB
-ha
-ha
-ha
-hA
-cS
-bJ
-kf
-kf
-lp
-lN
-kf
-mU
-kf
-kf
-kf
-pi
-pQ
-qp
-pM
-ry
-rQ
-lK
-lj
-fW
-fW
-of
-vm
-vU
-ww
-ww
-ww
-vS
-vm
-It
-IA
-IB
-IH
-It
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(108,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-am
-am
-am
-am
-am
-am
-bi
-bs
-bq
-bY
-bQ
-cN
-cS
-cS
-cS
-dT
-fy
-fb
-fb
-fb
-fb
-fb
-fb
-fb
-dR
-ki
-kR
-lq
-dx
-mr
-mV
-lJ
-nX
-kf
-pj
-pR
-qp
-pM
-rz
-rR
-lK
-lK
-ty
-lJ
-uO
-vq
-vS
-vS
-vS
-vS
-vS
-vm
-It
-IA
-IB
-IH
-It
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(109,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bj
-bs
-bQ
-bZ
-cu
-cO
-cS
-dO
-cS
-cS
-fA
-cS
-ey
-hb
-fc
-hb
-fc
-je
-dS
-kj
-kS
-lr
-lO
-lJ
-mW
-ny
-nY
-kf
-pk
-pk
-pk
-pM
-rA
-rS
-lK
-lK
-fW
-fW
-of
-vp
-vY
-wx
-wx
-wx
-vY
-wV
-Iw
-Iu
-ID
-Iu
-II
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(110,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bj
-bt
-bq
-ca
-bQ
-cO
-cS
-cS
-cS
-cS
-fA
-cS
-ez
-gD
-cS
-hy
-cS
-hc
-bq
-kk
-kT
-bN
-kk
-lJ
-lJ
-lJ
-nZ
-kf
-pl
-pS
-qv
-pM
-rB
-rT
-lK
-lK
-kf
-kf
-am
-vr
-vZ
-vZ
-vZ
-vZ
-vZ
-xI
-bx
-bx
-bM
-bx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(111,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bk
-bu
-bQ
-bY
-cv
-cP
-cS
-cS
-cS
-cS
-fA
-cS
-ez
-gy
-cS
-ic
-cS
-hY
-bq
-kk
-kT
-cf
-lP
-ms
-bN
-nA
-nA
-nA
-nA
-nA
-nA
-qR
-lm
-rC
-nv
-nv
-tB
-kf
-am
-am
-am
-am
-am
-am
-am
-am
-by
-bN
-bN
-bx
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-yB
-yB
-yB
-yB
-yB
-yB
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(112,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bk
-bv
-bq
-cb
-bQ
-cO
-cS
-dP
-cS
-cS
-fA
-cS
-ez
-bq
-bq
-bq
-bq
-bq
-bq
-kk
-kU
-bx
-bx
-kk
-bN
-nA
-jh
-oH
-lQ
-pT
-nA
-pM
-lm
-lK
-sm
-sr
-qM
-sr
-sr
-sr
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-bM
-yB
-yB
-qI
-qI
-qI
-yB
-yB
-yB
-am
-am
-am
-am
-am
-am
-am
-am
-am
-am
-yB
-CL
-Dc
-Dc
-Dc
-Dd
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(113,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bv
-bJ
-cc
-cw
-cQ
-dq
-cS
-cS
-cS
-fA
-cS
-gC
-bq
-bN
-bN
-iE
-bO
-bO
-kl
-kV
-bx
-iQ
-kl
-bN
-nA
-ob
-oI
-pn
-pU
-oe
-qS
-lm
-lK
-sn
-sr
-qL
-un
-uS
-sr
-bN
-bN
-bN
-bN
-cx
-yd
-bx
-cT
-yC
-vg
-za
-za
-za
-za
-Ao
-yB
-aa
-am
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-yB
-CM
-CL
-Dc
-Dc
-DL
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(114,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-bw
-bq
-bq
-bq
-cR
-cS
-dO
-cS
-fd
-fz
-fc
-dZ
-bq
-bN
-bx
-dw
-jg
-jO
-km
-kW
-bx
-iQ
-mt
-bN
-nA
-oc
-oJ
-po
-po
-oT
-pO
-rD
-qO
-sn
-nt
-tE
-uo
-tL
-vt
-bS
-bS
-bS
-bS
-nN
-dt
-bx
-pr
-yA
-yO
-zf
-zq
-zq
-Af
-Ao
-yB
-aa
-am
-yB
-qI
-qI
-qI
-yB
-am
-aa
-aa
-yB
-CN
-CO
-Dc
-Dc
-Dd
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(115,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-bv
-bK
-cd
-bK
-cS
-cS
-dQ
-fe
-fe
-fB
-cS
-ez
-bq
-bN
-bx
-cB
-ii
-bx
-nx
-vc
-bx
-bx
-mu
-bN
-nA
-od
-oK
-jT
-pW
-nA
-pM
-lm
-lK
-sn
-nt
-tF
-tn
-un
-sr
-wb
-bN
-bN
-bN
-pr
-mG
-bx
-pr
-yA
-yP
-za
-zr
-za
-Ab
-Ap
-yB
-aa
-am
-qI
-Bo
-Bo
-Bo
-qI
-am
-aa
-aa
-yB
-CN
-CL
-Dc
-Dc
-DL
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(116,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bv
-bq
-ce
-bq
-ds
-bq
-bq
-bJ
-bq
-fC
-ft
-ew
-bq
-bN
-bx
-du
-ji
-bx
-nz
-ji
-bx
-lR
-mv
-bN
-nB
-oe
-oe
-pq
-oe
-oe
-qT
-lm
-lK
-so
-sR
-tG
-tn
-tu
-sr
-wc
-bx
-bx
-bx
-pr
-bN
-bx
-yw
-yA
-yR
-zg
-zs
-zR
-Ab
-Ar
-yB
-yB
-yB
-yB
-za
-za
-za
-yB
-yB
-yB
-yB
-yB
-CN
-CO
-Dc
-Dc
-Dd
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(117,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bx
-cx
-bN
-bq
-eD
-cS
-ff
-fD
-fa
-ez
-bq
-bN
-bx
-bx
-jj
-bx
-bx
-kX
-bx
-lS
-mw
-bN
-nC
-jo
-bx
-bN
-IL
-bx
-ps
-rE
-qX
-sp
-sS
-tH
-uq
-un
-vu
-sr
-wA
-bN
-bN
-pr
-bN
-bN
-pr
-yA
-yQ
-zg
-zt
-zS
-Ag
-As
-zq
-zq
-zq
-xc
-zq
-As
-zq
-zq
-Ce
-Af
-Ct
-yB
-CN
-CL
-Dc
-Dc
-DL
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(118,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bL
-bx
-bN
-dt
-bq
-eE
-cS
-cS
-fA
-cS
-ez
-bq
-bN
-bx
-iH
-jk
-jk
-jk
-kY
-bx
-lT
-fw
-mv
-nD
-jo
-bx
-cT
-bS
-qx
-qU
-rF
-rW
-sq
-sT
-tI
-ur
-un
-vv
-sr
-Av
-wW
-xr
-xL
-xr
-xr
-yx
-yA
-yS
-zg
-zt
-zS
-za
-Ab
-za
-AM
-AY
-xd
-Bp
-sH
-za
-za
-yF
-Ck
-Cu
-yB
-CM
-CO
-Dc
-Dc
-Dd
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(119,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bx
-bM
-bx
-bN
-iE
-dR
-eF
-fb
-fb
-fE
-cS
-ez
-bq
-bN
-bx
-iI
-iF
-kr
-jl
-kZ
-bx
-Bc
-Bc
-mw
-dt
-bx
-bx
-pr
-bN
-bx
-fX
-cX
-ks
-sr
-sU
-tJ
-us
-tX
-sr
-sr
-wC
-wX
-xs
-bx
-bx
-bx
-pr
-yA
-yT
-za
-zr
-zT
-za
-Ab
-yB
-yB
-yB
-qI
-qI
-sy
-yB
-BX
-za
-Ab
-Cv
-yB
-CO
-Dd
-CL
-Dc
-DL
-Aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(120,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ah
-ah
-ah
-ah
-ah
-ah
-am
-by
-bN
-bx
-bN
-IM
-bq
-eG
-dv
-fg
-fF
-fN
-dZ
-bq
-bN
-bx
-iJ
-iG
-jl
-ko
-la
-bx
-lV
-fw
-mX
-bN
-vE
-bN
-pr
-dt
-bx
-qV
-cX
-ks
-sr
-sV
-tK
-ut
-uW
-sq
-bG
-wD
-wY
-px
-xM
-vo
-bx
-pr
-yA
-yU
-za
-za
-zT
-za
-wH
-yB
-AW
-za
-xf
-An
-sO
-yB
-yB
-za
-Ab
-yB
-yB
-yB
-uQ
-uQ
-yB
-yB
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(121,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ah
-ah
-aw
-aG
-aN
-aU
-ah
-ah
-bx
-bM
-bx
-bN
-IN
-bq
-bq
-bQ
-bQ
-fG
-bQ
-fV
-bq
-bN
-bx
-iK
-iG
-jl
-jl
-lb
-bx
-lW
-my
-bN
-nE
-bN
-bN
-pr
-lv
-bx
-fX
-qy
-rV
-sr
-sW
-sr
-sr
-sr
-sr
-wd
-wE
-wZ
-xs
-bx
-bx
-bx
-pr
-yA
-yV
-vw
-zu
-zU
-zs
-At
-AH
-AO
-zR
-za
-Bi
-Ae
-tz
-yB
-Bl
-Ag
-Ai
-BI
-za
-Bn
-BN
-Cb
-De
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(122,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ad
-ad
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-an
-ax
-aH
-aO
-aO
-ba
-bl
-bz
-bO
-bO
-bO
-cV
-bx
-eI
-eI
-eI
-fH
-fX
-ks
-bx
-bN
-id
-iL
-kn
-mc
-oo
-lc
-bx
-bN
-bN
-cT
-bS
-oh
-bS
-mY
-lu
-bx
-qW
-rG
-fj
-qx
-sX
-uu
-uu
-uu
-uu
-uu
-wF
-nD
-bT
-bT
-yf
-bN
-pr
-yA
-yW
-zi
-zv
-za
-za
-Ab
-yB
-AP
-AZ
-za
-za
-za
-Bd
-yB
-za
-za
-yB
-AT
-CP
-Bv
-BP
-Cd
-Df
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(123,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ai
-ao
-ay
-ay
-ay
-ay
-ay
-ah
-bA
-bN
-cf
-bN
-IO
-dy
-dV
-el
-el
-fI
-fX
-ks
-bx
-bx
-bx
-bx
-jn
-jm
-og
-AR
-bx
-cT
-mz
-mY
-nF
-oi
-oL
-bN
-cx
-bx
-lY
-fX
-fX
-bx
-on
-bx
-bx
-bx
-bx
-bN
-lP
-bO
-xu
-bO
-yg
-ms
-pr
-yA
-yA
-yA
-zw
-zV
-Ah
-Ab
-yB
-AU
-AZ
-Be
-Bq
-BA
-BL
-yB
-zY
-zY
-yB
-AS
-CQ
-Br
-BP
-Cd
-De
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(124,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ai
-ap
-az
-ay
-ay
-ay
-bb
-ah
-bB
-ah
-ah
-bx
-IP
-bx
-dW
-eK
-eK
-fJ
-fX
-ks
-bx
-hB
-ie
-bx
-kq
-jP
-tZ
-el
-bx
-lX
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-lY
-fX
-fX
-bx
-bx
-bx
-uv
-uX
-bx
-bx
-bx
-bx
-bx
-bx
-tN
-yn
-yy
-yD
-yX
-zj
-zx
-zW
-Ai
-wK
-yB
-yB
-AZ
-xt
-xT
-ye
-zK
-uN
-zK
-zK
-uN
-ye
-CR
-BB
-BP
-Cd
-De
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(125,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ai
-aq
-aA
-aI
-aP
-ay
-bc
-bo
-bD
-bR
-bo
-cy
-IQ
-IR
-eL
-eL
-eL
-eL
-eL
-dX
-eL
-fY
-eL
-iM
-kp
-eL
-dX
-eL
-ls
-jZ
-eL
-eL
-eL
-mx
-fX
-fX
-fX
-fX
-lY
-fX
-fX
-iO
-fX
-iT
-fX
-fX
-fX
-fX
-fX
-tO
-fX
-xN
-ks
-yo
-jZ
-yE
-eL
-mx
-zy
-zX
-vL
-Ae
-AI
-qI
-AZ
-xo
-Bs
-yc
-zp
-uN
-zp
-zp
-uN
-Bb
-CS
-zp
-BQ
-CB
-Dg
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(126,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-al
-ar
-aB
-aJ
-aQ
-aV
-bd
-bI
-bP
-ch
-bW
-cz
-cY
-dA
-fj
-eM
-fj
-fj
-fj
-dY
-fj
-fZ
-fj
-iN
-dA
-hF
-dY
-fj
-fj
-lZ
-fX
-fX
-fX
-nq
-fX
-fX
-fX
-fX
-lY
-fX
-fX
-iO
-fX
-sY
-fX
-fX
-fX
-fX
-fX
-fX
-fX
-fX
-ks
-jq
-lY
-fX
-fX
-wB
-zz
-vh
-AV
-za
-za
-qI
-Ba
-Bh
-Bt
-BD
-BO
-AK
-AV
-BO
-Aa
-AV
-za
-za
-Dw
-CD
-BK
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(127,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-as
-aC
-aK
-aR
-aW
-be
-bC
-bE
-cg
-bC
-cA
-cZ
-dB
-fk
-eN
-fk
-ga
-dU
-ex
-he
-ga
-ga
-zd
-jp
-fL
-kv
-fX
-fX
-lY
-lU
-fX
-fX
-fX
-oM
-fX
-pX
-fX
-lY
-fX
-fX
-iO
-fX
-sZ
-ga
-ga
-ga
-ga
-ga
-up
-ga
-ve
-kv
-yp
-lY
-xO
-fX
-fX
-zA
-zX
-vM
-Aw
-AJ
-qI
-za
-xP
-Bu
-ze
-zM
-uP
-zM
-zM
-uP
-Bf
-CT
-zM
-BY
-CC
-Dh
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(128,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-at
-aD
-ay
-ay
-aX
-bf
-ah
-ah
-ah
-ah
-bx
-cW
-dC
-dr
-et
-eQ
-cj
-cj
-cj
-cj
-hC
-if
-bx
-eC
-hG
-jN
-bx
-bx
-lX
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-bx
-lY
-fX
-fX
-su
-su
-kh
-kh
-kh
-kh
-su
-su
-su
-su
-su
-yh
-yq
-yz
-jO
-yY
-zk
-zB
-zZ
-Am
-wT
-yB
-yB
-yM
-xQ
-xX
-zh
-zN
-uP
-zN
-zN
-uP
-zh
-CR
-BE
-BZ
-Cd
-Di
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(129,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ak
-au
-ay
-ay
-ay
-aX
-ay
-ah
-bF
-bS
-ci
-bS
-da
-dD
-dn
-ed
-dn
-eR
-gb
-gE
-cj
-cj
-cj
-cj
-jq
-fX
-ks
-bx
-cT
-ma
-bS
-bS
-bS
-bS
-bS
-nN
-bN
-bx
-pL
-fX
-fX
-sv
-ta
-td
-td
-td
-td
-we
-su
-xa
-wh
-wl
-yi
-yr
-mY
-yA
-yA
-yA
-yA
-vK
-ws
-Az
-yB
-AU
-za
-Bk
-Bw
-BG
-BR
-yB
-zY
-zY
-yB
-Bg
-CQ
-BC
-BZ
-CE
-DS
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(130,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aL
-av
-aE
-bn
-aS
-aY
-bg
-bp
-bG
-bT
-bT
-bT
-db
-dE
-eb
-em
-eV
-eW
-gc
-gF
-hf
-hD
-ig
-cj
-jq
-fX
-ks
-bx
-cU
-mb
-mb
-mb
-mb
-mb
-mb
-pt
-bN
-bx
-qY
-fX
-fX
-su
-tb
-tQ
-tT
-tT
-vx
-wf
-wG
-xb
-xw
-wm
-yj
-ys
-yA
-yA
-yZ
-yZ
-zC
-Ab
-za
-Az
-yB
-za
-za
-za
-za
-za
-za
-yB
-za
-za
-yB
-Bj
-CU
-BM
-BZ
-DG
-DT
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(131,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ah
-ah
-aF
-aM
-aT
-aZ
-ah
-ah
-bx
-bM
-bx
-bN
-cU
-cj
-ea
-eJ
-ea
-ck
-gd
-gF
-de
-hE
-ih
-cj
-jq
-fX
-kt
-bx
-cU
-mb
-mA
-mZ
-nG
-oj
-mb
-pu
-cx
-bx
-qm
-qA
-fX
-su
-tc
-tR
-ux
-uY
-tR
-wg
-su
-ue
-xx
-xR
-yk
-yt
-yA
-yH
-yH
-yH
-zD
-Ac
-AN
-AA
-AK
-AV
-za
-za
-Bm
-Aw
-ui
-yB
-za
-Cl
-Am
-BJ
-CV
-BF
-Ca
-CF
-DU
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(132,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ah
-ah
-ah
-ah
-ah
-ah
-am
-by
-bN
-bx
-bN
-dc
-cj
-ee
-eS
-fn
-de
-ge
-gG
-hg
-de
-gl
-cj
-jq
-fX
-ku
-bx
-cU
-mb
-mB
-na
-nH
-ok
-oN
-oN
-pY
-mb
-qo
-fX
-fX
-su
-sw
-tS
-td
-td
-tS
-tj
-su
-uf
-xy
-wI
-yl
-pr
-yA
-yH
-yH
-yH
-zD
-Ac
-za
-AB
-yB
-AW
-za
-xk
-Aq
-tk
-yB
-yB
-za
-Az
-yB
-CJ
-yB
-Dn
-Dn
-CH
-yB
-CJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(133,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bx
-bM
-cj
-cj
-cj
-cj
-ef
-eS
-de
-de
-gf
-gH
-hh
-eB
-ij
-cj
-jq
-fX
-ks
-bx
-cU
-mb
-mC
-nb
-nI
-nb
-ib
-pv
-jW
-ke
-qZ
-eL
-eL
-qi
-tT
-tT
-tT
-tT
-tT
-wi
-su
-xe
-xz
-xS
-su
-yu
-yA
-yI
-yI
-yI
-zE
-Ac
-zr
-AC
-yB
-yB
-yB
-qI
-qI
-sQ
-yB
-Cc
-za
-Az
-Cx
-yB
-CW
-Do
-CY
-CG
-Dj
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(134,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bL
-ck
-cC
-dd
-dF
-IK
-eS
-de
-de
-gf
-gI
-hi
-de
-gm
-cj
-jq
-fX
-ks
-bx
-cU
-mb
-mD
-nb
-nb
-nb
-oP
-pw
-pw
-pp
-ra
-fX
-fX
-kh
-td
-td
-td
-td
-td
-wj
-tt
-uG
-xA
-wJ
-su
-bN
-yA
-yI
-yI
-yI
-zE
-Ac
-za
-Az
-za
-AX
-AI
-xY
-Bx
-tx
-za
-za
-yG
-Cm
-Cy
-yB
-CX
-Dp
-Do
-CI
-CI
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(135,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-ck
-cD
-de
-de
-eg
-eT
-fo
-fo
-gh
-eA
-fo
-fo
-il
-cj
-dz
-ik
-ks
-bx
-cU
-mb
-mE
-nb
-nJ
-nb
-jS
-ns
-jX
-kg
-rb
-ga
-rW
-qj
-tU
-tU
-tU
-tU
-vy
-wk
-wI
-xg
-qC
-xU
-su
-bN
-yA
-yJ
-yJ
-yJ
-zF
-Ac
-zr
-AD
-AL
-AL
-AL
-xn
-AL
-BU
-AL
-AL
-Ch
-Cn
-Cz
-yB
-CY
-Da
-Dq
-Dq
-DW
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(136,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ck
-cE
-df
-dG
-eh
-eU
-fp
-fO
-gi
-gk
-hj
-hH
-im
-cj
-jq
-fX
-ks
-bx
-cU
-mb
-mC
-iS
-nK
-ol
-oR
-oR
-qc
-mb
-rc
-fX
-ks
-su
-th
-tW
-tW
-tW
-vA
-tW
-su
-vH
-xC
-xV
-su
-mu
-yA
-yJ
-yJ
-yJ
-zF
-Ac
-za
-AE
-yB
-yB
-yB
-yB
-By
-za
-BV
-yB
-yB
-yB
-yB
-yB
-CZ
-Dp
-Dq
-Dq
-Do
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(137,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ck
-ck
-dg
-dH
-ei
-ck
-eO
-fm
-fh
-ck
-eO
-hq
-fh
-cj
-jr
-fX
-ks
-bx
-cU
-mb
-mF
-nd
-nL
-om
-mb
-py
-qd
-qB
-rd
-fX
-ks
-su
-su
-tV
-uy
-uZ
-vz
-uV
-su
-xi
-xD
-xW
-su
-bN
-yA
-yK
-yK
-zl
-zG
-Ad
-zq
-AF
-yB
-aa
-aa
-qI
-Bz
-BH
-BW
-tP
-Ci
-Co
-am
-yB
-CY
-Da
-Dq
-Dq
-DW
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(138,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ck
-dh
-de
-ej
-ck
-fr
-de
-ge
-ck
-fr
-de
-ge
-cj
-fq
-fX
-ks
-bx
-cU
-mb
-mb
-mb
-mb
-mb
-mb
-pz
-qe
-bx
-re
-fX
-ks
-su
-sM
-se
-uz
-uz
-vB
-vC
-vG
-xj
-xE
-xh
-su
-bN
-yA
-Ay
-za
-za
-zH
-Ae
-AQ
-AG
-yB
-aa
-aa
-yB
-qI
-qI
-qI
-yB
-Cj
-Cp
-am
-yB
-CY
-Dp
-Dq
-Dq
-Do
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(139,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ck
-di
-dI
-ek
-ck
-fi
-fQ
-gj
-ck
-fs
-hJ
-gj
-cj
-jq
-fX
-ks
-bx
-cU
-bN
-mG
-ne
-nM
-on
-bx
-bx
-bx
-bx
-jq
-fX
-ks
-su
-sA
-tY
-uA
-va
-vC
-vC
-tC
-uH
-xF
-uH
-ym
-bN
-yA
-uT
-xB
-zm
-zI
-zm
-zm
-Ao
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cq
-am
-yB
-CX
-Da
-Dq
-Dq
-DW
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-GR
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(140,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ck
-dj
-dJ
-eH
-ck
-ck
-ck
-cj
-cj
-cj
-cj
-cj
-cj
-gg
-fX
-kt
-bx
-lt
-bS
-mH
-nf
-nN
-bN
-bN
-bN
-bN
-id
-jq
-fX
-kt
-su
-su
-su
-su
-su
-vD
-wn
-su
-su
-su
-su
-su
-bN
-yA
-yB
-yB
-zn
-zJ
-zn
-yB
-yB
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cq
-am
-yB
-Da
-Dq
-Dq
-Dq
-Do
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(141,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ck
-ck
-ck
-ck
-ck
-am
-am
-ck
-gK
-hl
-hK
-gn
-fK
-js
-fX
-ks
-bx
-lu
-bN
-cU
-bN
-cU
-bN
-bN
-bN
-bx
-bx
-jr
-fX
-rX
-ga
-xv
-ga
-ga
-yN
-ga
-Al
-Ax
-id
-bN
-bN
-bN
-bN
-bx
-aa
-yB
-qI
-qJ
-qI
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cq
-am
-yB
-yB
-Dr
-Dr
-Dr
-yB
-yB
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(142,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-am
-aa
-ck
-gM
-hn
-hM
-io
-hz
-jt
-fX
-ks
-bx
-lv
-bN
-mI
-ng
-nO
-wo
-lR
-pA
-bx
-oQ
-jq
-fX
-ks
-fX
-el
-fX
-uB
-vb
-uB
-vb
-wL
-bx
-bx
-bx
-bM
-bx
-bx
-aa
-am
-aa
-zL
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cr
-am
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(143,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-am
-aa
-ck
-gL
-hm
-hL
-gJ
-fM
-ju
-ga
-kv
-go
-go
-go
-go
-go
-nP
-nP
-oS
-nP
-nP
-qD
-rf
-fX
-rX
-sB
-tl
-fX
-uC
-vb
-uC
-vb
-wM
-bx
-am
-bx
-bN
-by
-am
-aa
-am
-aa
-zL
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cq
-am
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(144,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-am
-aa
-ck
-ck
-ck
-ck
-ck
-ck
-jq
-fX
-ks
-go
-lw
-md
-me
-go
-nQ
-op
-rI
-pB
-nP
-qE
-jq
-fX
-ks
-fX
-tm
-fX
-uD
-vb
-uD
-vb
-wN
-bx
-am
-bx
-bM
-bx
-am
-aa
-zc
-zc
-rm
-zc
-zc
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cq
-am
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(145,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-am
-aa
-fw
-gN
-ho
-hN
-iq
-iT
-jq
-fX
-ks
-go
-lw
-me
-me
-go
-nR
-pd
-pm
-pf
-nP
-hC
-dz
-eL
-dX
-eL
-yv
-yL
-eL
-zb
-zQ
-Au
-wO
-bx
-aa
-am
-bL
-am
-aa
-aa
-zc
-zo
-wy
-zo
-zc
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cq
-am
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(146,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-am
-aa
-fw
-gO
-fX
-fX
-fX
-fX
-jq
-ip
-kv
-go
-lw
-me
-me
-go
-nS
-or
-pf
-pC
-nP
-nP
-jq
-fX
-ks
-bx
-bx
-bx
-fw
-bx
-fw
-bx
-bx
-bx
-aa
-aa
-am
-aa
-aa
-aa
-zc
-zo
-zO
-zo
-zc
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cq
-am
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(147,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-am
-aa
-am
-am
-am
-fw
-gP
-hp
-hO
-fX
-iU
-jv
-hp
-kw
-go
-lx
-mf
-mf
-go
-nT
-or
-pf
-pf
-qf
-qF
-eC
-hG
-sl
-bx
-am
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-zc
-zo
-zP
-zo
-zc
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cs
-Co
-am
-aa
-aa
-aa
-aa
-am
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(148,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-bU
-bU
-bU
-bU
-bU
-bU
-bU
-bU
-go
-go
-gR
-go
-go
-go
-jw
-iV
-kx
-go
-ly
-ly
-ly
-go
-go
-or
-nr
-pf
-qg
-nP
-rg
-rI
-rY
-sC
-nP
-nP
-nP
-nP
-nP
-nP
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-zc
-zc
-zc
-zc
-zc
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Cj
-CA
-CK
-Db
-Db
-Db
-Db
-DX
-DZ
-DX
-Db
-Db
-Db
-Ee
-Ep
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(149,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cl
-cF
-cs
-bU
-cl
-cF
-cs
-bU
-gp
-gu
-gQ
-hr
-ir
-bU
-hZ
-iR
-jx
-bU
-cp
-cp
-cp
-nh
-go
-os
-oW
-pD
-ky
-pV
-rh
-pD
-rZ
-qw
-hx
-ua
-uE
-vd
-uU
-hx
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-am
-am
-am
-am
-am
-am
-am
-am
-am
-am
-Ef
-Eq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(150,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cm
-cG
-cs
-bU
-cm
-cG
-cs
-bU
-gq
-cp
-cp
-hQ
-hQ
-bU
-jy
-cp
-kz
-bU
-lz
-cp
-cp
-ni
-go
-ot
-oX
-pE
-kC
-pZ
-ri
-pf
-pf
-qw
-qz
-ub
-pf
-or
-ti
-hx
-aa
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(151,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cm
-cs
-cs
-bU
-cm
-cs
-cs
-bU
-gr
-cp
-cp
-hR
-is
-bU
-jz
-jR
-kA
-gv
-jV
-mg
-mg
-nj
-nU
-ou
-oY
-pF
-nP
-nP
-rj
-rJ
-sa
-nP
-nP
-uc
-sd
-or
-sN
-hx
-am
-aa
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Er
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(152,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cn
-cH
-cn
-dK
-ec
-eP
-ec
-bU
-gs
-cp
-cp
-hS
-it
-bU
-jA
-jf
-kB
-gw
-lB
-hX
-cp
-nk
-kx
-ov
-oV
-pG
-le
-hx
-rk
-rK
-sb
-nP
-sI
-pf
-pf
-or
-vI
-hx
-am
-am
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(153,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-co
-cI
-dk
-bU
-en
-cI
-fl
-bU
-bU
-cp
-hs
-hT
-iu
-bU
-iw
-jb
-jB
-bU
-lA
-cp
-cp
-mm
-kx
-ow
-oV
-pG
-le
-hx
-rl
-pf
-sc
-nP
-si
-ud
-uF
-vf
-vJ
-nP
-nP
-hx
-nP
-nP
-nP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(154,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bV
-cp
-cp
-cp
-dL
-cp
-cp
-cp
-cp
-gt
-cp
-ht
-hU
-iv
-gv
-jC
-jY
-kD
-bU
-lD
-cp
-mJ
-nc
-kx
-ox
-oV
-pG
-qk
-nP
-hx
-qh
-hx
-nP
-tq
-rL
-to
-tf
-nP
-nP
-wP
-xm
-xG
-xZ
-nP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(155,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bV
-cp
-cp
-cp
-dM
-cp
-cp
-cp
-cp
-fu
-cp
-hu
-hV
-kI
-hI
-jD
-cp
-kE
-jQ
-cp
-cp
-mK
-mn
-kx
-oy
-oZ
-pD
-pD
-qK
-pD
-pD
-ql
-sE
-tr
-rn
-sx
-te
-tg
-oG
-wQ
-vF
-pf
-ya
-hx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(156,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cr
-cJ
-dm
-bU
-eo
-cp
-cp
-fS
-gv
-gS
-hv
-hW
-ix
-bU
-jE
-iR
-kF
-bU
-lE
-cp
-mL
-nc
-kx
-oz
-pa
-pH
-pH
-oX
-pa
-pa
-oX
-pH
-pa
-pa
-oX
-vi
-pf
-ts
-wR
-pf
-pf
-yb
-hx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(157,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cq
-cK
-dl
-bU
-ep
-cp
-cp
-fR
-bU
-gT
-ht
-cp
-iy
-bU
-jF
-cp
-jU
-bU
-lF
-kG
-cp
-nl
-kx
-oA
-pb
-or
-qa
-qu
-ro
-rM
-oU
-sG
-qG
-ug
-sz
-vj
-pD
-oO
-wS
-IJ
-pf
-pf
-hx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(158,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cs
-cs
-cm
-bU
-eq
-cp
-fv
-fT
-bU
-gU
-ht
-cp
-iz
-bU
-jE
-cp
-jU
-bU
-lG
-mi
-cp
-np
-kx
-nP
-nP
-ou
-nP
-qb
-nP
-nP
-nP
-kL
-qH
-nP
-sD
-kL
-nP
-nP
-vk
-xp
-xH
-xl
-nP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Er
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(159,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cs
-cs
-cm
-bU
-er
-cp
-cp
-fU
-gw
-gV
-hw
-hX
-iA
-bU
-jG
-cp
-jU
-bU
-lH
-lC
-hQ
-nm
-kx
-oB
-pc
-pI
-qn
-qN
-rp
-nP
-sf
-rH
-qN
-nP
-tp
-uJ
-vN
-nP
-nP
-hx
-nP
-nP
-nP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(160,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-cs
-cL
-do
-bU
-es
-cp
-cp
-bU
-bU
-bU
-bU
-bU
-bU
-bU
-jH
-cp
-kH
-bU
-gt
-mj
-mM
-mj
-kx
-oq
-pd
-pJ
-pf
-oV
-rq
-nP
-sg
-sJ
-oV
-nP
-uK
-or
-vO
-nP
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(161,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-bU
-bU
-bU
-bU
-bV
-bV
-bV
-bU
-gx
-gW
-bV
-cp
-cp
-cp
-ka
-in
-kI
-lf
-gw
-mh
-mN
-nn
-nV
-oD
-oC
-Hb
-qq
-pe
-rr
-nP
-sh
-sK
-tv
-nP
-uL
-vl
-vP
-nP
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(162,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-bU
-fP
-gX
-hd
-iB
-iB
-iW
-jI
-ht
-cp
-lg
-bU
-ml
-mO
-ml
-go
-oE
-pf
-pf
-pf
-pf
-rs
-nP
-qP
-sL
-tw
-nP
-tD
-or
-vQ
-nP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Cq
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(163,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bU
-gz
-gY
-bV
-hQ
-iC
-cp
-jJ
-iP
-cp
-es
-bU
-mk
-mP
-no
-go
-oF
-pg
-pf
-qr
-pf
-rt
-nP
-sj
-st
-rZ
-nP
-uM
-tM
-vR
-nP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Er
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(164,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-bU
-bU
-bU
-ia
-bU
-iX
-jK
-cp
-cp
-bU
-bU
-mo
-mo
-mo
-go
-hx
-hx
-nP
-nP
-hx
-hx
-nP
-nP
-hx
-hx
-nP
-hx
-hx
-nP
-nP
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Es
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(165,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bU
-bU
-bU
-bU
-jL
-kb
-kJ
-lh
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Et
-Co
-am
-am
-am
-am
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(166,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-bU
-iY
-jM
-kc
-kc
-bV
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ef
-EB
-Co
-Ea
-uR
-uR
-uR
-Ea
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(167,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bU
-iZ
-jL
-kd
-kK
-bU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-Ef
-CA
-uw
-Fh
-Fw
-FK
-uR
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(168,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bU
-ja
-bU
-bV
-bV
-bU
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-Ea
-uR
-uR
-Ea
-Fi
-Eh
-ED
-Ea
-uR
-uR
-Ea
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(169,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bL
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-Ea
-Eh
-Eh
-Eh
-Eh
-Eh
-Eh
-Eh
-Eh
-Eh
-Ea
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(170,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-bL
-Ea
-Eh
-Eh
-Eh
-Dl
-Eh
-FL
-Eh
-Eh
-Eh
-Ea
-bL
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(171,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bL
-bL
-Ea
-ED
-Ev
-EE
-EL
-Fx
-FM
-EI
-Gq
-Fi
-Ea
-bL
-bL
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(172,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Eg
-Ea
-Eh
-Ew
-sF
-Fk
-Fy
-FN
-GQ
-Gr
-Eh
-Ea
-Eg
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(173,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Eb
-Eh
-Ea
-Eh
-Ew
-rU
-EV
-Fz
-EV
-Gb
-Gr
-Eh
-Ea
-Eh
-Eb
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(174,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Eg
-Ea
-Eh
-Ew
-GP
-EV
-FA
-EV
-EX
-Gr
-Eh
-Ea
-Eg
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(175,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Eh
-Eu
-Eh
-Ew
-EW
-EV
-EV
-EV
-Gc
-Gr
-Eh
-Eu
-Eh
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(176,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Eh
-Ev
-EE
-EL
-Ea
-Ea
-FB
-FO
-Gd
-Gs
-Fx
-Fx
-Eh
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(177,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Eh
-Ew
-EF
-Gt
-EY
-uR
-FC
-FC
-Ge
-Gt
-GD
-Fx
-Eh
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(178,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Eh
-Ew
-EG
-Dk
-EZ
-vn
-FD
-FP
-Gf
-Dt
-GE
-Fx
-Eh
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(179,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Eh
-Ew
-EG
-EO
-Fa
-Fn
-FE
-FQ
-Gg
-EG
-GF
-Fx
-Eh
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(180,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Ei
-Ex
-EH
-EP
-Fb
-uR
-FF
-FR
-Gh
-Du
-GG
-Fx
-Eh
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(181,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-Ea
-Ej
-Ey
-EI
-EI
-Fc
-EI
-EI
-FS
-Fx
-Gw
-Fx
-Fx
-Fi
-Ea
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(182,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Ea
-Ea
-Ek
-Ez
-Eh
-Eh
-Fd
-Fp
-Fp
-FT
-Gi
-Eh
-Eh
-Eh
-Eh
-Ea
-Ea
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(183,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Ea
-Ec
-El
-EA
-EJ
-EJ
-EJ
-EJ
-EJ
-FU
-Gj
-EJ
-EJ
-GK
-Eh
-GN
-Ea
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(184,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Ea
-Ak
-Em
-Ak
-EJ
-EQ
-Fe
-Fq
-FG
-wq
-Gk
-Gx
-GB
-GL
-Eh
-GN
-Ea
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(185,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-bL
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Ea
-Ea
-uh
-Ea
-EJ
-ER
-Ff
-Fr
-FH
-wp
-Gl
-Gy
-GB
-GK
-uR
-Ea
-Ea
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(186,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-eY
-hP
-eY
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-Eo
-am
-EJ
-ES
-EQ
-Fs
-EQ
-FX
-Gm
-Gz
-GH
-EJ
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(187,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-eY
-iD
-eY
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-EJ
-ET
-Ff
-Ft
-FI
-wr
-Gn
-Dv
-GI
-EJ
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(188,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-EJ
-EQ
-Fg
-Fu
-Dm
-wt
-Go
-GB
-GJ
-EJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(189,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-EJ
-EJ
-EJ
-EJ
-EJ
-EJ
-EJ
-EJ
-EJ
-EJ
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(190,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-am
-am
-am
-am
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(191,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ae
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-am
-aa
-aa
-am
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(192,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(193,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(194,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-am
-aa
-aa
-am
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(195,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(196,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(197,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(198,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(199,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(200,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(201,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(202,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(203,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(204,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(205,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(206,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(207,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(208,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(209,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(210,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(211,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(212,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(213,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(214,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(215,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(216,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(217,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(218,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(219,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(220,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(221,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(222,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-GC
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(223,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(224,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(225,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(226,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(227,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(228,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(229,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(230,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(231,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(232,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(233,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(234,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(235,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(236,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(237,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(238,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(239,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(240,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(241,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(242,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(243,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(244,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(245,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(246,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(247,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(248,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(249,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(250,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(251,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(252,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(253,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(254,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(255,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
diff --git a/_maps/map_files/MiniStation/cargopacks.dm b/_maps/map_files/MiniStation/cargopacks.dm
deleted file mode 100644
index a6a1db75df3d..000000000000
--- a/_maps/map_files/MiniStation/cargopacks.dm
+++ /dev/null
@@ -1,37 +0,0 @@
-/datum/supply_pack/engineering/oxygen
- name = "Oxygen Canister"
- cost = 15
- contains = list(/obj/machinery/portable_atmospherics/canister/oxygen)
- crate_name = "oxygen canister crate"
- crate_type = /obj/structure/closet/crate/large
-
-/datum/supply_pack/engineering/toxins
- name = "Plasma Canister"
- cost = 30
- contains = list(/obj/machinery/portable_atmospherics/canister/toxins)
- crate_name = "plasma canister crate"
- crate_type = /obj/structure/closet/crate/large
-
-/datum/supply_pack/engineering/nitrogen
- name = "Nitrogen Canister"
- cost = 20
- contains = list(/obj/machinery/portable_atmospherics/canister/nitrogen)
- crate_name = "nitrogen canister crate"
- crate_type = /obj/structure/closet/crate/large
-
-/datum/supply_pack/engineering/carbon_dio
- name = "Carbon Dioxide Canister"
- cost = 35
- contains = list(/obj/machinery/portable_atmospherics/canister/carbon_dioxide)
- crate_name = "carbon dioxide canister crate"
- crate_type = /obj/structure/closet/crate/large
-
-/obj/machinery/hydroponics/constructable/unattached
- anchored = 0
-
-/datum/supply_pack/organic/hydroponics/hydro_tray
- name = "Hydroponics Tray Kit"
- contains = list(/obj/machinery/hydroponics/constructable/unattached)
- cost = 10
- crate_name = "hydroponics kit"
- crate_type = /obj/structure/closet/crate/large
\ No newline at end of file
diff --git a/_maps/map_files/MiniStation/job/jobs.dm b/_maps/map_files/MiniStation/job/jobs.dm
deleted file mode 100644
index 03bdf0085972..000000000000
--- a/_maps/map_files/MiniStation/job/jobs.dm
+++ /dev/null
@@ -1,83 +0,0 @@
-/*
- In this file we modify the job datums when the ministation.dm file is included/ticked.
- Since we will be overriden by the job datums, we have to modify the variables in the constructor.
-*/
-
-
-/datum/job/New()
- ..()
- supervisors = "the captain and the head of personnel"
-
-/datum/job/assistant // Here so assistant appears on the top of the select job list.
-
-// Command
-
-/datum/job/captain/New()
- ..()
- supervisors = "Nanotrasen and Central Command"
-
-/datum/job/hop/New()
- ..()
- supervisors = "the captain and Central Command"
-
-/datum/job/hop/get_access()
- return get_all_accesses()
-
-// Cargo
-
-/datum/job/cargo_tech/New()
- ..()
- total_positions = 3
- spawn_positions = 3
- access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mint, access_mining, access_mining_station)
- minimal_access = list(access_maint_tunnels, access_cargo, access_cargo_bot, access_mining, access_mint, access_mining_station, access_mailsorting)
-
-// Engineering
-
-/datum/job/engineer/New()
- ..()
- total_positions = 4
- spawn_positions = 4
- access = list(access_eva, access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_external_airlocks, access_construction, access_atmospherics, access_tcomsat)
- minimal_access = list(access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_external_airlocks, access_construction, access_tcomsat, access_atmospherics)
-
-// Medical
-
-/datum/job/doctor/New()
- ..()
- total_positions = 4
- spawn_positions = 4
- access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics)
- minimal_access = list(access_medical, access_morgue, access_surgery)
-
-
-/datum/job/chemist/New()
- ..()
- total_positions = 1
- spawn_positions = 1
- access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics)
- minimal_access = list(access_medical, access_chemistry)
-
-// Science
-
-/datum/job/scientist/New()
- ..()
- total_positions = 4
- spawn_positions = 4
- access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology)
- minimal_access = list(access_tox, access_tox_storage, access_research, access_xenobiology, access_robotics)
-
-// Security
-
-/datum/job/detective/New()
- ..()
- supervisors = "no one but yourself"
- access = list(access_sec_doors, access_forensics_lockers, access_morgue, access_maint_tunnels, access_court, access_engine)
- minimal_access = list(access_sec_doors, access_forensics_lockers, access_morgue, access_maint_tunnels, access_court)
-
-/datum/job/officer/New()
- ..()
- total_positions = 4
- spawn_positions = 4
- access = list(access_security, access_sec_doors, access_brig, access_court)
- minimal_access = list(access_security, access_sec_doors, access_brig, access_court)
\ No newline at end of file
diff --git a/_maps/map_files/MiniStation/misc.dm b/_maps/map_files/MiniStation/misc.dm
deleted file mode 100644
index cb5481bbc361..000000000000
--- a/_maps/map_files/MiniStation/misc.dm
+++ /dev/null
@@ -1,19 +0,0 @@
-// Override global variables here!
-
-var/datum/map_config/MiniStation = new()
-
-/datum/map_config/New()
- ..()
- accessable_z_levels = list(1,4,5) // Restrict the map to the non-empty z levels, which were all combined in MiniStation
-
-// Enable all headsets by default in MiniStation, we don't worry about spam here.
-// Also both heads are in charge of everything, give them all department channels.
-
-/obj/item/device/encryptionkey/heads/New()
- ..()
- // Give all channels and turn everything on
- channels = list("Command" = 1, "Security" = 1, "Engineering" = 1, "Science" = 1, "Medical" = 1, "Supply" = 1, "Service" = 1)
-
-/obj/item/weapon/paper/generator
- name = "paper - 'generator instructions'"
- info = "How to setup the Thermo-Generator
- To the top right is a room full of canisters; to the bottom there is a room full of pipes. Connect C02 canisters to the pipe room's top connector ports, the cansisters will help act as a buffer so only remove them when refilling the gas..
- Connect 3 plasma and 2 oxygen canisters to the bottom ports of the pipe room.
- Turn on all the pumps and valves in the room except for the one connected to the yellow pipe and red pipe, no adjustments to the pump strength needed.
- Look into the camera monitor to see the burn chamber. When it is full of plasma, press the igniter button.
- Setup the SMES cells in the North West of Engineering and set an input of half the max; and an output that is half the input.
Well done, you should have a functioning generator generating power. If the generator stops working, and there is enough gas and it's hot and cold, it might mean there is too much pressure and you need to turn on the pump that is connected to the red and yellow pipes to release the pressure. Make sure you don't take out too much pressure though.
You optimize the generator you must work out how much power your station is using and lowering the circulation pumps enough so that the generator doesn't create excess power, and it will allow the generator to powering the station for a longer duration, without having to replace the canisters. "
\ No newline at end of file
diff --git a/_maps/map_files/MiniStation/readme.dm b/_maps/map_files/MiniStation/readme.dm
deleted file mode 100644
index d185c7596b56..000000000000
--- a/_maps/map_files/MiniStation/readme.dm
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- The contents of these files should not be ticked/included while compiling.
-
- These files are only included, and compiled, when \_maps\ministation.dm is included; as these files are necessary to run the MiniStation mod.
- You do not have to tick them yourself, it will be automatically done by the ministation.dm file.
-*/
\ No newline at end of file
diff --git a/_maps/map_files/MiniStation/telecomms.dm b/_maps/map_files/MiniStation/telecomms.dm
deleted file mode 100644
index a69320ae98a4..000000000000
--- a/_maps/map_files/MiniStation/telecomms.dm
+++ /dev/null
@@ -1,18 +0,0 @@
-/obj/machinery/telecomms/receiver/preset_left/ministation
- name = "Receiver"
- freq_listening = list()
-
-/obj/machinery/telecomms/bus/preset_one/ministation
- name = "Bus"
- autolinkers = list("processor1", "common")
- freq_listening = list()
-
-/obj/machinery/telecomms/processor/preset_one/ministation
- name = "Processor"
-
-/obj/machinery/telecomms/server/presets/common/ministation/New()
- ..()
- freq_listening = list()
-
-/obj/machinery/telecomms/broadcaster/preset_left/ministation
- name = "Broadcaster"
diff --git a/_maps/map_files/MiniStation/uplink_item.dm b/_maps/map_files/MiniStation/uplink_item.dm
deleted file mode 100644
index 7816f01cf7a6..000000000000
--- a/_maps/map_files/MiniStation/uplink_item.dm
+++ /dev/null
@@ -1,37 +0,0 @@
-// Modified uplink items to discourage tator murderboning
-
-/datum/uplink_item/dangerous/revolver/New()
- ..()
- cost = 10
-
-/datum/uplink_item/dangerous/crossbow/New()
- ..()
- cost = 8
-
-/datum/uplink_item/dangerous/sword/New()
- ..()
- cost = 7
-
-/datum/uplink_item/dangerous/syndicate_minibomb/New()
- ..()
- cost = 6
-
-/datum/uplink_item/stealthy_weapons/para_pen/New()
- ..()
- item = null // Disabled
-
-/datum/uplink_item/stealthy_tools/syndigolashes/New()
- ..()
- cost = 5
-
-/datum/uplink_item/device_tools/c4/New()
- ..()
- item = null // Disabled
-
-/datum/uplink_item/device_tools/singularity_beacon/New()
- ..()
- cost = 4
-
-/datum/uplink_item/device_tools/syndicate_bomb/New()
- ..()
- item = null // Disabled
\ No newline at end of file
diff --git a/_maps/map_files/MiniStation/z5.dmm b/_maps/map_files/MiniStation/z5.dmm
deleted file mode 100644
index 3797247c7546..000000000000
--- a/_maps/map_files/MiniStation/z5.dmm
+++ /dev/null
@@ -1,264 +0,0 @@
-"a" = (/turf/open/space,/area/space)
-"b" = (/turf/closed/mineral/random/low_chance,/area/space)
-"c" = (/turf/closed/mineral/random/high_chance,/area/space)
-"d" = (/turf/closed/mineral,/area/space)
-"e" = (/turf/closed/mineral/random,/area/space)
-"f" = (/turf/open/floor/plating/asteroid/airless/cave,/area/space)
-
-(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbabbbaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaabbbcbbbbbbbbbaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbabbbaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbabaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaabbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaabbbbaaaaaaaaabbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaabbbbaaaaaaaaabbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaabbbbccbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaabbbbccbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbcbbaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbaaaaaaaaaaabbbbbbbbbbbaaaaaaaaaaaaaaaaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbaaaaaaaaaaabbbbbbbbbcbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbcbbbbbbbaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbcbbbbaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbaaaabbbaaaaaaaaaaaaaaaaaaaaabbbcbcbbbbcbaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaabbcbbbbbbbbbbaaaaaaaabbbbaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbcbbbbaaaaaaaaaaaaaaaaaaaabbbbbbbcbaaaaaaaaaaaabbbbaaaaabbaaabbaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbcbaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaabbbbbbbbbaaaaaaaaaaabbaaaaaaaabbbaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaabbbbbbbbbbcbbbbabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbaaaaaaaaccaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaabbaaabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaabbaaabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbcbbbbbbbbcbbbbbbaaaaaaaaaaabbbbaaaaaabbaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaaaaaaaaaaabbbbaaaaaaaaaaabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaabbbbbbcbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaabbbbaaaaaaaaaaaaaabbbbbbbbbaaaaaabbaaaaaaaaaaaaaaaabbbbbbcbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbabbaaaaaaaaaaaabbbbbaaaaaaaaaaaaaaaaaaaabbbaaaaaabbaaaaaaaaaaaaaaaabbbbbbcbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbabbaaaaaaaaaaaabbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaabbbbbbbbbabbaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaabbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbaaaaaaaaaaaaaaabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbaaaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaabbaaaaaaaaaaaabbbbbabbbbbaaaaaaaabbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbcbbbbbbbbbbbbbbbbaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaabbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaabbbabbbabbbbbaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaabbbbbbbbbbbbbaaaaaaaaaaaabbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaabbbbbbbbbbbcbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbaaaaaaaaaaaaabbbbbbbbcbbbbbbbaaaaaaaaaaaaaaaaaaabbbbbbcbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbcbbbbbcbbaaaaaaaaaaaaabbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbaaaaaaaaaaaaabbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaabbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaabbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaabbbbbbbbbabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaabbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbaaaaaaaaaaaaaaaaabbbbbaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbaabbbbbaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaabbbbbbbbbaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaabbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaabbbbbbbbbcbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbcbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbcbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadadaaaddddddddaaddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbcbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeceeeeeeeeeeceeeeedddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddeceeeeeeeeeeeeeeeeeeeddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddeeeeeeeeeeeeeeeeeeeeeeeeceeeddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddeeeeeceeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddddddddddddddddeeeeeeeeeeeeeeeeeefeeeeeeeedddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddddddddddddddeeeeeeeeeeeeeeeceeeeeeeeeeeeeddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddeeeeeeeeeeeeeeeeeeeceeeeeeeeeeeeeeeeeeeeeeeedddaaaddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddeeeeeeeceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddddddddddaaddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddddddddddaddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddddddddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddddddddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddddddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeceeeeeeeeeddddadddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddeeeeeeeeeeeeeeeeeeeeeeeceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeceeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddeeeeeeeeeeeeeeeeeeefeeeeeeeeeeeeeeeeeeeeeceeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddeeeeeeeeeeeeeeeeeeeeeeeeddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddddddddeeeeeeeeeeeeeedddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddddddddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadddddddddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaddddddddddddddddddaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/OmegaStation/OmegaStation.dmm b/_maps/map_files/OmegaStation/OmegaStation.dmm
new file mode 100644
index 000000000000..535f9515e372
--- /dev/null
+++ b/_maps/map_files/OmegaStation/OmegaStation.dmm
@@ -0,0 +1,104769 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aaa" = (
+/turf/open/space,
+/area/space)
+"aab" = (
+/obj/effect/landmark{
+ name = "carpspawn"
+ },
+/turf/open/space,
+/area/space)
+"aac" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aad" = (
+/turf/closed/mineral/random/labormineral,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aae" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
+"aaf" = (
+/obj/structure/lattice,
+/obj/structure/grille,
+/turf/open/space,
+/area/space)
+"aag" = (
+/obj/structure/lattice,
+/obj/structure/grille{
+ density = 0;
+ icon_state = "brokengrille"
+ },
+/turf/open/space,
+/area/space)
+"aah" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aai" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aaj" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aak" = (
+/turf/closed/wall/r_wall,
+/area/bridge)
+"aal" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aam" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aan" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aao" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aap" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aaq" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"aar" = (
+/obj/machinery/computer/crew,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ icon_state = "darkblue";
+ dir = 1
+ },
+/area/bridge)
+"aas" = (
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/weapon/wrench,
+/obj/item/device/multitool,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aat" = (
+/obj/machinery/computer/communications,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aau" = (
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aav" = (
+/obj/machinery/computer/cargo/request,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTH)";
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/bridge)
+"aaw" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/plasteel/darkpurple/side{
+ tag = "icon-darkpurple (NORTH)";
+ icon_state = "darkpurple";
+ dir = 1
+ },
+/area/bridge)
+"aax" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aay" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridgewindows";
+ name = "Bridge View Blast door"
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"aaz" = (
+/obj/machinery/computer/card,
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTHWEST)";
+ icon_state = "darkred";
+ dir = 9
+ },
+/area/bridge)
+"aaA" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/keycard_auth{
+ pixel_x = -8;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "bridgewindows";
+ name = "Bridge View Blast doors";
+ pixel_x = 8;
+ pixel_y = 24;
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/bridge)
+"aaB" = (
+/obj/machinery/computer/security,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/bridge)
+"aaC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaD" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaE" = (
+/obj/item/weapon/folder/red,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaF" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaG" = (
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaH" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaI" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaJ" = (
+/obj/machinery/computer/station_alert,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTH)";
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/bridge)
+"aaK" = (
+/obj/machinery/computer/atmos_alert,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Bridge";
+ departmentType = 5;
+ name = "Bridge RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTH)";
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/bridge)
+"aaL" = (
+/obj/machinery/computer/monitor,
+/turf/open/floor/plasteel/darkyellow/side{
+ tag = "icon-darkyellow (NORTHEAST)";
+ icon_state = "darkyellow";
+ dir = 5
+ },
+/area/bridge)
+"aaM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -28;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Fore Port";
+ dir = 4;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaN" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/bridge)
+"aaO" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"aaP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"aaQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"aaR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"aaS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"aaT" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/bridge)
+"aaU" = (
+/obj/structure/table/reinforced,
+/obj/item/device/aicard,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Fore Starboard";
+ dir = 8;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaV" = (
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating/asteroid,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aaW" = (
+/obj/item/weapon/ore/iron,
+/turf/open/floor/plating/asteroid,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aaX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"aaZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Bridge APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"aba" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"abb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"abc" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"abd" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"abe" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"abf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/fireaxecabinet{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"abg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abi" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"abj" = (
+/turf/open/floor/plating/asteroid,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"abk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: PRESSURIZED DOORS";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-doors"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/bridge)
+"abl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/bridge)
+"abm" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/bridge)
+"abn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/bridge)
+"abo" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/bridge)
+"abr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: PRESSURIZED DOORS";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-doors"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/bridge)
+"abs" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"abt" = (
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"abu" = (
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"abv" = (
+/turf/closed/wall,
+/area/security/detectives_office)
+"abw" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"abx" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "captainspace";
+ name = "Captain's Space Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"aby" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light_switch{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abA" = (
+/turf/closed/wall,
+/area/bridge)
+"abB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"abE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/holopad,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"abF" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lighter,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abG" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/secure/briefcase{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/weapon/storage/lockbox/medal,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light_switch{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"abJ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"abK" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/shower{
+ pixel_y = 16
+ },
+/obj/structure/curtain,
+/obj/machinery/door/window/brigdoor/southleft{
+ name = "Shower"
+ },
+/obj/item/weapon/soap/deluxe,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads)
+"abL" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"abM" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"abN" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"abO" = (
+/obj/structure/closet/emcloset{
+ anchored = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"abP" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"abQ" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/supply)
+"abR" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"abS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/ore/glass,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"abT" = (
+/turf/closed/wall,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"abU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "detectivewindows";
+ name = "Detective Privacy Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"abV" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/shower{
+ pixel_y = 16
+ },
+/obj/structure/curtain,
+/obj/machinery/door/window/brigdoor/southleft{
+ name = "Shower"
+ },
+/obj/item/weapon/soap/deluxe,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/security/detectives_office)
+"abW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/firecloset,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"abX" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/shower{
+ pixel_y = 16
+ },
+/obj/structure/curtain,
+/obj/machinery/door/window/brigdoor/southleft{
+ name = "Shower"
+ },
+/obj/item/weapon/soap/deluxe,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"abY" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"abZ" = (
+/obj/structure/sign/vacuum{
+ pixel_y = 32
+ },
+/obj/structure/displaycase/captain{
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"aca" = (
+/obj/structure/dresser,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acb" = (
+/obj/structure/bed,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/weapon/bedsheet/captain,
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acc" = (
+/obj/structure/table/wood,
+/obj/machinery/light_switch{
+ pixel_x = 8;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "captainspace";
+ name = "Captain's Space Shutters Control";
+ pixel_x = -8;
+ pixel_y = 24;
+ req_access_txt = "20"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 32;
+ pixel_y = 24
+ },
+/obj/item/weapon/pinpointer,
+/obj/item/weapon/disk/nuclear,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"ace" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"acf" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/bridge)
+"acg" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"ach" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"aci" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"acj" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"ack" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"acl" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"acm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"acn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"aco" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/item/toy/figure/hop{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/toy/figure/ian,
+/obj/machinery/camera{
+ c_tag = "Bridge - Head of Personnel's Quarters";
+ dir = 2;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"acp" = (
+/obj/structure/bed,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/item/weapon/bedsheet/hop,
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"acq" = (
+/obj/structure/dresser,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"acr" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/sign/vacuum{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 32;
+ pixel_y = 24
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"acs" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/heads)
+"act" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads)
+"acu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"acv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"acw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"acx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"acy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"acz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/shuttle/supply)
+"acA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"acB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"acC" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHEAST)"
+ },
+/area/shuttle/supply)
+"acD" = (
+/obj/item/weapon/pickaxe/emergency,
+/turf/open/floor/plating/asteroid,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"acE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"acF" = (
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"acG" = (
+/obj/structure/door_assembly/door_assembly_mhatch,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"acH" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"acI" = (
+/obj/structure/dresser,
+/obj/structure/sign/vacuum{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Detective's Office - Quarters";
+ dir = 2;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"acJ" = (
+/obj/structure/bed,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/landmark/start{
+ name = "Detective"
+ },
+/obj/item/weapon/bedsheet/brown,
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"acK" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"acL" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/security/detectives_office)
+"acM" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/start{
+ name = "Detective"
+ },
+/turf/open/floor/plasteel/white,
+/area/security/detectives_office)
+"acN" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"acO" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -26
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acP" = (
+/obj/machinery/door/airlock/silver{
+ name = "Bathroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acT" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"acU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"acV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"acW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Council Chambers";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"acX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"acY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"acZ" = (
+/obj/structure/chair/comfy/brown{
+ color = "#c45c57";
+ dir = 4;
+ icon_state = "comfychair"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Council Chamber";
+ dir = 1;
+ name = "command camera"
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"ada" = (
+/obj/structure/table/wood,
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = -3
+ },
+/obj/item/clothing/mask/cigarette/cigar,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge Center";
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"adb" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/bridge)
+"adc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/bridge)
+"add" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Council Chambers";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/bridge)
+"ade" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"adf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"adg" = (
+/obj/structure/closet/secure_closet/hop,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"adh" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"adi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"adj" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"adk" = (
+/obj/machinery/door/airlock/silver{
+ name = "Bathroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads)
+"adl" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 26
+ },
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 12
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads)
+"adm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"adn" = (
+/turf/closed/wall,
+/area/quartermaster/storage)
+"ado" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"adp" = (
+/obj/machinery/status_display{
+ density = 0;
+ name = "cargo display";
+ pixel_x = 0;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/turf/closed/wall,
+/area/quartermaster/storage)
+"adq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"adr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"ads" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"adt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"adu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"adv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"adw" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"adx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/suit/space/orange,
+/obj/item/clothing/head/helmet/space/orange,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"ady" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"adz" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"adA" = (
+/obj/structure/closet/secure_closet/detective,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"adB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"adC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"adD" = (
+/obj/machinery/door/airlock/silver{
+ name = "Bathroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/security/detectives_office)
+"adE" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 26
+ },
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 12
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/security/detectives_office)
+"adF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"adG" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"adH" = (
+/turf/closed/wall,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"adI" = (
+/obj/structure/filingcabinet,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Captain's Quarters";
+ dir = 4;
+ name = "command camera"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"adJ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Captain's Quarters";
+ dir = 1
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"adK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"adL" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/sign/goldenplaque{
+ name = "The Most Robust Captain Award for Robustness";
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/closet/crate/bin,
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"adM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"adN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"adO" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"adP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "aicorewindow";
+ name = "AI Core Shutters"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"adQ" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"adR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "aicorewindow";
+ name = "AI Core Shutters"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"adS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"adT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"adU" = (
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"adV" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel's Quarters";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/heads)
+"adW" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"adX" = (
+/turf/closed/wall,
+/area/crew_quarters/heads)
+"adY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"adZ" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -28;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Bay North"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aea" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aeb" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aec" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aed" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aee" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: BLAST DOORS";
+ pixel_x = 0;
+ pixel_y = 32;
+ tag = "icon-doors"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aef" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/machinery/door/poddoor{
+ id = "cargounload";
+ name = "supply dock unloading door"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aeg" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/structure/plasticflaps,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aeh" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor{
+ id = "cargounload";
+ name = "supply dock unloading door"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aei" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "cargounload"
+ },
+/obj/machinery/door/poddoor{
+ id = "cargounload";
+ name = "supply dock unloading door"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aej" = (
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aek" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"ael" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aem" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aen" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aeo" = (
+/obj/structure/table,
+/obj/item/weapon/extinguisher/mini,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/breath,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aep" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aeq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"aer" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access = null;
+ req_access_txt = "4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/detectives_office)
+"aes" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"aet" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aeu" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"aev" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"aew" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Captain's Quarters";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"aex" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/sign/electricshock{
+ pixel_x = 32
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"aey" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"aez" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor{
+ dir = 4;
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/item/weapon/aiModule/core/full/paladin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/core/full/asimov,
+/obj/item/weapon/aiModule/core/full/corp{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"aeA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai)
+"aeB" = (
+/obj/machinery/door/window{
+ base_state = "leftsecure";
+ dir = 8;
+ icon_state = "leftsecure";
+ name = "Primary AI Core Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 4;
+ pixel_y = 33
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 6
+ },
+/area/ai_monitored/turret_protected/ai)
+"aeC" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 1;
+ listening = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = -24
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 0;
+ pixel_y = -27
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 27;
+ pixel_y = -24
+ },
+/obj/machinery/button/door{
+ id = "aicorewindow";
+ name = "AI Core Shutters";
+ pixel_x = 24;
+ pixel_y = -40;
+ req_access_txt = "16"
+ },
+/obj/machinery/button/door{
+ id = "aicoredoor";
+ name = "AI Chamber Access Control";
+ pixel_x = -23;
+ pixel_y = -40;
+ req_access_txt = "16"
+ },
+/obj/effect/landmark/start{
+ name = "AI"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ name = "AI RC";
+ pixel_x = 30;
+ pixel_y = 30
+ },
+/turf/open/floor/greengrid,
+/area/ai_monitored/turret_protected/ai)
+"aeD" = (
+/obj/machinery/door/window{
+ base_state = "rightsecure";
+ dir = 4;
+ icon_state = "rightsecure";
+ name = "Primary AI Core Access";
+ req_access_txt = "16"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 10
+ },
+/area/ai_monitored/turret_protected/ai)
+"aeE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/turret_protected/ai)
+"aeF" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor/westright{
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/item/weapon/aiModule/core/full/antimov{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/supplied/oxygen,
+/obj/item/weapon/aiModule/supplied/protectStation{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"aeG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"aeH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"aeI" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"aeJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/bed/dogbed{
+ anchored = 1;
+ desc = "Ian's bed! Looks comfy.";
+ name = "Ian's bed";
+ pixel_y = 2
+ },
+/mob/living/simple_animal/pet/dog/corgi/Ian,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"aeK" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"aeL" = (
+/obj/machinery/photocopier,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"aeM" = (
+/obj/structure/filingcabinet/security,
+/obj/item/weapon/folder/documents,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"aeN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/silver_ids{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/ids,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Head of Personnel Quarter's APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"aeO" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/med_data/laptop,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 24;
+ pixel_y = 38
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"aeP" = (
+/obj/machinery/status_display{
+ density = 0;
+ name = "cargo display";
+ pixel_x = -32;
+ pixel_y = 0;
+ supply_display = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea,
+/area/quartermaster/storage)
+"aeQ" = (
+/turf/open/floor/plasteel/loadingarea,
+/area/quartermaster/storage)
+"aeR" = (
+/obj/structure/closet/crate,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aeS" = (
+/obj/structure/closet/crate,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aeT" = (
+/obj/structure/closet/crate,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aeU" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"aeV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aeW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aeX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/storage)
+"aeY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aeZ" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"afa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"afb" = (
+/obj/structure/door_assembly/door_assembly_mhatch,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"afc" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"afd" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"afe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"aff" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"afg" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"afh" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Detective's Office APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/wood,
+/area/security/detectives_office)
+"afi" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Detective's Office Maintenance";
+ req_access_txt = "4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/detectives_office)
+"afj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"afk" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/suit_storage_unit/captain,
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plasteel,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-15";
+ pixel_x = -6;
+ pixel_y = 12;
+ tag = "icon-plant-15"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afm" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afn" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afo" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Captain's Intercom";
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Captain's Office";
+ dir = 8
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Port Access";
+ dir = 8;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"afq" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor/westright{
+ dir = 4;
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/structure/window/reinforced,
+/obj/item/weapon/aiModule/core/freeformcore{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/core/full/custom,
+/obj/machinery/camera{
+ c_tag = "AI Core - Port";
+ dir = 4;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"afr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"afs" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor{
+ dir = 8;
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/obj/structure/window/reinforced,
+/obj/item/weapon/aiModule/core/full/tyrant{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/zeroth/oneHuman,
+/obj/item/weapon/aiModule/reset/purge{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"aft" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Starboard Access";
+ dir = 4;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"afu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"afv" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel's Office";
+ req_access = null;
+ req_access_txt = "57"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"afw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"afx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"afy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"afz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Personnel's Desk";
+ departmentType = 5;
+ name = "Head of Personnel RC";
+ pixel_x = 64;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"afA" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Head of Personnel's Office";
+ dir = 8;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"afB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"afC" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"afD" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"afE" = (
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"afF" = (
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"afG" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"afH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor_switch{
+ id = "cargounload"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"afI" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "cargounload";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = 8
+ },
+/obj/machinery/button/door{
+ id = "cargoload";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = -8
+ },
+/obj/machinery/computer/cargo,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"afJ" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"afK" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "cargounload";
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = 8
+ },
+/obj/machinery/button/door{
+ id = "cargoload";
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = -8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"afL" = (
+/obj/structure/girder/reinforced,
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"afM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/ore/iron,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"afN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"afO" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"afP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/camera/detective,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"afQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"afR" = (
+/obj/structure/table/wood,
+/obj/item/clothing/mask/cigarette/cigar/cohiba{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = -3
+ },
+/obj/item/clothing/mask/cigarette/cigar,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"afS" = (
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"afT" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/requests_console{
+ department = "Detective's Office";
+ departmentType = 0;
+ name = "Detective RC";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Detective's Office - Desk";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"afU" = (
+/turf/closed/wall/r_wall,
+/area/security/detectives_office)
+"afV" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"afW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Captain's Emergency Escape";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afY" = (
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Captain's Desk";
+ departmentType = 5;
+ name = "Captain RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Captain's Office";
+ dir = 2;
+ name = "command camera"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"afZ" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"aga" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/obj/item/weapon/card/id/captains_spare,
+/obj/item/toy/figure/captain,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agd" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "captainhall";
+ name = "Captain's Hall Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"age" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"agf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"agg" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/safe,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c1000,
+/obj/item/stack/spacecash/c500,
+/obj/item/stack/spacecash/c500,
+/obj/item/stack/spacecash/c500,
+/obj/item/stack/spacecash/c500,
+/obj/item/weapon/book{
+ desc = "An undeniably handy book.";
+ icon_state = "bookknock";
+ name = "A Simpleton's Guide to Safe-cracking with Stethoscopes"
+ },
+/obj/item/clothing/neck/stethoscope,
+/obj/item/stack/sheet/mineral/diamond,
+/obj/item/weapon/gun/ballistic/automatic/pistol/deagle,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"agh" = (
+/obj/machinery/computer/upload/ai,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"agi" = (
+/obj/machinery/doomsday_device,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ aidisabled = 0;
+ dir = 1;
+ name = "AI Chamber APC";
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"agj" = (
+/obj/machinery/computer/upload/borg,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"agk" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/recharge_station,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"agl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"agm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"agn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"ago" = (
+/obj/structure/table/wood,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = -32
+ },
+/obj/item/weapon/clipboard,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"agp" = (
+/obj/machinery/pdapainter,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"agq" = (
+/obj/machinery/vending/cart,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"agr" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/item/weapon/stamp/hop,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Head of Personnel's Office";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"ags" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/light_switch{
+ pixel_x = 42;
+ pixel_y = -42
+ },
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads)
+"agt" = (
+/obj/machinery/computer/card,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/machinery/button/door{
+ id = "hopline";
+ name = "Queue Shutters Control";
+ pixel_x = -8;
+ pixel_y = -24;
+ req_access_txt = "57"
+ },
+/obj/machinery/button/door{
+ id = "hopblast";
+ name = "Lockdown Blast doors";
+ pixel_x = 8;
+ pixel_y = -24;
+ req_access_txt = "57"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/heads)
+"agu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"agv" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"agw" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"agx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"agy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"agz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"agA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"agB" = (
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"agC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/storage)
+"agD" = (
+/obj/docking_port/mobile/supply{
+ dwidth = 5;
+ roundstart_move = "supply_away";
+ width = 12
+ },
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 5;
+ height = 7;
+ id = "supply_home";
+ name = "Cargo Bay";
+ width = 12
+ },
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/supply)
+"agE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/ore/silver,
+/obj/item/weapon/ore/iron,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"agF" = (
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"agG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"agH" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"agI" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/detectives_office)
+"agJ" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"agK" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"agL" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Detective"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"agM" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"agN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"agO" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Captain's Quarters APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agQ" = (
+/obj/structure/chair/comfy/brown{
+ color = "#c45c57";
+ dir = 4;
+ icon_state = "comfychair"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Captain"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agR" = (
+/obj/structure/table/wood,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/item/weapon/melee/chainofcommand,
+/obj/item/weapon/stamp/captain,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agS" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agT" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Captain's Office";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"agV" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"agW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"agX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/reset,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"agY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"agZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"aha" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"ahb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"ahc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"ahd" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/supplied/quarantine,
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "AI Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "AI Core - Starboard";
+ dir = 8;
+ name = "ai camera";
+ network = list("Sat");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"ahe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"ahf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/bridge)
+"ahg" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "hopblast";
+ name = "HoP Blast door"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/heads)
+"ahh" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"ahi" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/brigdoor/eastleft{
+ dir = 1;
+ name = "Access Desk";
+ req_access_txt = "57"
+ },
+/obj/machinery/door/window/westright{
+ dir = 2;
+ name = "Access Queue"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "hopblast";
+ name = "HoP Blast door"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads)
+"ahj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ahk" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ahl" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ahm" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Cargo Bay South";
+ dir = 1
+ },
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/quartermaster/storage)
+"ahn" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_end (WEST)";
+ icon_state = "plating_warn_end"
+ },
+/area/quartermaster/storage)
+"aho" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"ahp" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"ahq" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor{
+ id = "cargoload";
+ name = "supply dock loading door"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"ahr" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/structure/plasticflaps,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"ahs" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor{
+ id = "cargoload";
+ name = "supply dock loading door"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plating{
+ tag = "icon-plating_warn_side (EAST)";
+ icon_state = "plating_warn_side"
+ },
+/area/quartermaster/storage)
+"aht" = (
+/obj/machinery/door/poddoor{
+ id = "cargoload";
+ name = "supply dock loading door"
+ },
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargoload"
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"ahu" = (
+/turf/closed/wall/r_wall,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"ahv" = (
+/obj/machinery/suit_storage_unit/security,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ahw" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ahx" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ahy" = (
+/obj/machinery/suit_storage_unit/security,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ahz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"ahA" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/fire/firefighter,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/hardhat/red,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"ahB" = (
+/obj/machinery/photocopier,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault,
+/area/security/detectives_office)
+"ahC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"ahD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"ahE" = (
+/obj/machinery/computer/security/wooden_tv{
+ density = 0
+ },
+/obj/structure/table/wood,
+/obj/machinery/button/door{
+ id = "detectivewindows";
+ name = "Privacy Shutters";
+ pixel_x = 26;
+ pixel_y = -26;
+ req_access_txt = "4"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38;
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"ahF" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 32
+ },
+/obj/item/weapon/reagent_containers/food/drinks/flask/det,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"ahG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ahH" = (
+/obj/structure/sign/securearea{
+ pixel_x = -32
+ },
+/obj/structure/closet/secure_closet/captains,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"ahI" = (
+/obj/machinery/computer/communications,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"ahJ" = (
+/obj/machinery/computer/card,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"ahK" = (
+/obj/machinery/computer/security/wooden_tv{
+ density = 0
+ },
+/obj/structure/table/wood,
+/obj/machinery/button/door{
+ id = "captainhall";
+ name = "Captain's Hall Shutters Control";
+ pixel_x = 0;
+ pixel_y = -24;
+ req_access_txt = "20"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"ahL" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"ahM" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/item/weapon/lighter,
+/turf/open/floor/wood,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"ahN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/obj/machinery/door/poddoor/preopen{
+ id = "captainhall";
+ name = "Captain's Hall Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain{
+ name = "\improper Captain's Quarters"
+ })
+"ahO" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"ahP" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/supplied/freeform,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"ahQ" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"ahR" = (
+/obj/machinery/light_switch{
+ pixel_x = 8;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"ahS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/ai_monitored/turret_protected/ai)
+"ahT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"ahU" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/ai_monitored/turret_protected/ai)
+"ahV" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/aiModule/core/full/drone{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/aiModule/core/full/reporter,
+/obj/item/weapon/aiModule/core/full/liveandletlive{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"ahW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"ahX" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
+"ahY" = (
+/turf/closed/wall/r_wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ahZ" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aia" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aib" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aic" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aid" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Cargo Bay";
+ req_access_txt = "0";
+ req_one_access_txt = "48;50"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/storage)
+"aie" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/plasticflaps,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aif" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aig" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aih" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aii" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aij" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aik" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"ail" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aim" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/box/rubbershot,
+/obj/item/weapon/storage/box/rubbershot,
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/brig)
+"ain" = (
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Armoury - Internal";
+ network = list("Labor")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aio" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_y = 0
+ },
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/brig)
+"aip" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"aiq" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"air" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security E.V.A. Storage";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"ais" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security E.V.A. Storage";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"ait" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"aiu" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "detectivewindows";
+ name = "Detective Privacy Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"aiv" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access = null;
+ req_access_txt = "4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/detectives_office)
+"aiw" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "detectivewindows";
+ name = "Detective Privacy Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/detectives_office)
+"aix" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aiy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/bridge)
+"aiz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"aiA" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ locked = 1;
+ name = "MiniSat Chamber";
+ req_access_txt = "16"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "aicoredoor";
+ name = "AI Core Access"
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = -26
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "AI Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/turret_protected/ai)
+"aiB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"aiC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 0;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/bridge)
+"aiD" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopline";
+ name = "Queue Shutters"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (NORTH)";
+ icon_state = "loadingarea";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aiE" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aiF" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopline";
+ name = "Queue Shutters"
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aiG" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aiH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aiI" = (
+/obj/structure/filingcabinet/filingcabinet,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/quartermaster/storage)
+"aiJ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aiK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aiL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/conveyor_switch{
+ id = "cargoload"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/storage)
+"aiM" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "cargoload"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aiN" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/device/multitool{
+ pixel_x = 6
+ },
+/obj/item/weapon/pen/red,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"aiO" = (
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/item/weapon/paper_bin,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/storage)
+"aiP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aiQ" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/supply)
+"aiR" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun/advtaser{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/energy/e_gun/advtaser,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/brig)
+"aiS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aiT" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/ionrifle,
+/obj/item/clothing/suit/armor/laserproof,
+/obj/item/weapon/gun/energy/temperature/security,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/brig)
+"aiU" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"aiV" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"aiW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"aiX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/security/brig)
+"aiY" = (
+/obj/structure/closet/crate/bin,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Brig Fore";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"aiZ" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"aja" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "brig1";
+ name = "Cell 1 Locker"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"ajb" = (
+/obj/machinery/flasher{
+ id = "brig1";
+ pixel_y = 26
+ },
+/obj/structure/chair,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Cell 1";
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"ajc" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "Brig Blast door"
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"ajd" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aje" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aji" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajj" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajn" = (
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajq" = (
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajs" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Central Hallway North";
+ dir = 2
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aju" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajx" = (
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway 2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajA" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: PRESSURIZED DOORS";
+ pixel_x = 0;
+ pixel_y = 32;
+ tag = "icon-doors"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway North-East";
+ dir = 2
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ajH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ajI" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ajJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"ajK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ajL" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"ajM" = (
+/obj/machinery/computer/stockexchange,
+/obj/structure/table/reinforced,
+/obj/machinery/requests_console{
+ department = "Cargo Office";
+ departmentType = 0;
+ name = "Cargo Office RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"ajN" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"ajO" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"ajP" = (
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"ajQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/ore/iron,
+/turf/open/floor/plating/astplate,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"ajR" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/gun/energy/e_gun,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/brig)
+"ajS" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajT" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/riot,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet/riot,
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/shield/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/shield/riot,
+/obj/item/weapon/shield/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/brig)
+"ajU" = (
+/obj/structure/cable/white,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"ajV" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/key/security,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"ajW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/security/brig)
+"ajX" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"ajY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/security/brig)
+"ajZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ id = "brig1";
+ name = "Cell 1";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"aka" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"akb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
+"akc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akd" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ake" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/light,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akh" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aki" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akk" = (
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ako" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akp" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akr" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aks" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L1"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aku" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ icon_state = "L3"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L5"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L7"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel{
+ icon_state = "L9"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aky" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L11"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akz" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L13";
+ name = "floor"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akA" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akB" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akC" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akD" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akE" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akF" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akH" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akI" = (
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"akL" = (
+/obj/structure/closet/wardrobe/cargotech,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"akM" = (
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"akN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"akO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/quartermaster/storage)
+"akP" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/storage)
+"akQ" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_l"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"akR" = (
+/obj/structure/shuttle/engine/propulsion,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"akS" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_r"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"akT" = (
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"akU" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Armoury";
+ req_access_txt = "3"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"akV" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/brig)
+"akW" = (
+/obj/vehicle/secway,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Security Office APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"akX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"akY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/security/brig)
+"akZ" = (
+/obj/machinery/door_timer{
+ id = "brig1";
+ name = "Cell 1";
+ pixel_x = 32
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"ala" = (
+/turf/closed/wall,
+/area/security/brig)
+"alb" = (
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alc" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ald" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ale" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Primary Restroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alg" = (
+/turf/closed/wall/r_wall,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"alh" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"ali" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "teleportershutters";
+ name = "Teleporter Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"alj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/command{
+ name = "Teleport Access";
+ req_access_txt = "17"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"alk" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"all" = (
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 8
+ },
+/obj/structure/sign/directions/security{
+ dir = 8
+ },
+/obj/structure/sign/directions/medical{
+ pixel_y = -8
+ },
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L2"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aln" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L4"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L6"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alp" = (
+/turf/open/floor/plasteel{
+ icon_state = "L8"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ icon_state = "L10"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L12"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"als" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L14"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alt" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Supply department is.";
+ dir = 4;
+ icon_state = "direction_supply";
+ name = "supply department";
+ tag = "icon-direction_supply"
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Command department is.";
+ dir = 1;
+ icon_state = "direction_bridge";
+ name = "command department";
+ pixel_x = 0;
+ pixel_y = 8;
+ tag = "icon-direction_bridge"
+ },
+/obj/structure/sign/directions/science{
+ pixel_y = -8
+ },
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alu" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"alv" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"alw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "E.V.A. Storage";
+ req_access = null;
+ req_access_txt = "18"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"alx" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "evashutters";
+ name = "E.V.A. Storage Shutters"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aly" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alA" = (
+/obj/structure/table/reinforced,
+/obj/structure/noticeboard{
+ dir = 4;
+ icon_state = "nboard00";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (EAST)"
+ },
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/stamp,
+/obj/machinery/camera{
+ c_tag = "Cargo Bay Entrance";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/storage)
+"alB" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"alC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"alD" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"alE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/quartermaster/storage)
+"alF" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Cargo Bay APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/storage)
+"alG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"alH" = (
+/obj/item/weapon/grenade/barrier{
+ pixel_x = -3;
+ pixel_y = 1
+ },
+/obj/item/weapon/grenade/barrier,
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 3;
+ pixel_y = -1
+ },
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 6;
+ pixel_y = -2
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Control Room";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"alI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"alJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"alK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"alL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"alM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/security/brig)
+"alN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"alO" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"alP" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "brig2";
+ name = "Cell 2 Locker"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
+"alQ" = (
+/obj/machinery/flasher{
+ id = "brig2";
+ pixel_y = 26
+ },
+/obj/structure/chair,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Cell 2";
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/brig)
+"alR" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alV" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alW" = (
+/obj/structure/urinal{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate/bin,
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"alY" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/button/door{
+ id = "teleportershutters";
+ name = "Teleporter Shutters";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"alZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"ama" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amc" = (
+/obj/machinery/shieldwallgen,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Teleporter"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amd" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"ame" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amf" = (
+/obj/structure/closet/crate/bin,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amg" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ami" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amk" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aml" = (
+/obj/structure/closet/emcloset,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amm" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amn" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"amo" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"amp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"amq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"amr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ams" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/stack/cable_coil/white,
+/obj/item/device/multitool,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/button/door{
+ id = "evashutters";
+ name = "E.V.A. Shutters";
+ pixel_x = 26;
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"amt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amu" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amv" = (
+/obj/machinery/computer/stockexchange,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/quartermaster/storage)
+"amw" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"amx" = (
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"amy" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"amz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"amA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/storage)
+"amB" = (
+/obj/structure/table,
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/item/stack/packageWrap,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHEAST)";
+ icon_state = "brown";
+ dir = 6
+ },
+/area/quartermaster/storage)
+"amC" = (
+/turf/closed/wall,
+/area/quartermaster/miningdock)
+"amD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"amE" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"amF" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"amG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/device/flashlight,
+/turf/open/floor/plating,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"amH" = (
+/obj/item/weapon/storage/box/chemimp{
+ pixel_x = 6
+ },
+/obj/item/weapon/storage/box/trackimp{
+ pixel_x = -3
+ },
+/obj/item/weapon/storage/lockbox/loyalty,
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Office";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"amI" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"amJ" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"amK" = (
+/obj/machinery/camera{
+ c_tag = "Security - Central";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/security/brig)
+"amL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"amM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/security/brig)
+"amN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ id = "brig2";
+ name = "Cell 2";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"amO" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -26
+ },
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amP" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amR" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Locker Room Toilets";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"amT" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge - Teleporter";
+ dir = 4;
+ name = "command camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amV" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/device/radio,
+/obj/item/device/radio,
+/obj/item/device/gps,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amX" = (
+/obj/machinery/teleport/hub,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amY" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"amZ" = (
+/obj/machinery/vending/snack,
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ana" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anb" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"and" = (
+/obj/structure/closet/firecloset,
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ane" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anf" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ang" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anh" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/device/radio,
+/obj/item/device/radio,
+/obj/item/device/flashlight/flare,
+/obj/item/device/flashlight/flare,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ani" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anj" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"ank" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anm" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ dir = 1;
+ name = "Cargo Desk";
+ req_access_txt = "50"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"ann" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"ano" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Office";
+ req_access_txt = "48;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/storage)
+"anp" = (
+/obj/structure/sign/nosmoking_1,
+/turf/closed/wall,
+/area/quartermaster/miningdock)
+"anq" = (
+/obj/structure/closet/secure_closet/miner,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"anr" = (
+/obj/machinery/mineral/equipment_vendor,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"ans" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Mining Dock APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 26
+ },
+/obj/structure/closet/secure_closet/miner,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"ant" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"anu" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn (NORTHWEST)"
+ },
+/area/shuttle/mining)
+"anv" = (
+/obj/machinery/computer/shuttle/mining,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"anw" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/gas,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"anx" = (
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"any" = (
+/obj/item/weapon/storage/box/firingpins,
+/obj/item/weapon/storage/box/firingpins,
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 0;
+ name = "Security RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"anz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/security/brig)
+"anA" = (
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "secexterior";
+ name = "Security Exterior Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 38;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "secinterior";
+ name = "Security Interior Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "brigfront";
+ name = "Brig Access Control";
+ pixel_x = 24;
+ pixel_y = 38;
+ req_access_txt = "63"
+ },
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38;
+ pixel_y = 38
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"anB" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 8;
+ name = "Security Desk";
+ req_access_txt = "63"
+ },
+/obj/machinery/door/window/northright{
+ dir = 4;
+ name = "Security Desk"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/brig)
+"anC" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"anD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/security/brig)
+"anE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"anF" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/door_timer{
+ id = "brig2";
+ name = "Cell 2";
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"anG" = (
+/obj/structure/sign/directions/engineering{
+ dir = 2;
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/security{
+ dir = 8
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Command department is.";
+ dir = 1;
+ icon_state = "direction_bridge";
+ name = "command department";
+ pixel_y = 8;
+ tag = "icon-direction_bridge"
+ },
+/turf/closed/wall,
+/area/security/brig)
+"anH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anI" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anJ" = (
+/obj/machinery/door/airlock{
+ name = "Toilet Unit"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anK" = (
+/obj/machinery/door/airlock{
+ name = "Toilet Unit"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anL" = (
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "RCD Storage";
+ pixel_x = 1;
+ pixel_y = 0;
+ req_access_txt = "19"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/structure/closet/crate/engineering,
+/obj/item/weapon/hand_tele,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"anM" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"anN" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"anO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"anP" = (
+/obj/machinery/teleport/station,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"anQ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"anU" = (
+/obj/structure/closet/crate/rcd{
+ pixel_y = 4
+ },
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "RCD Storage";
+ pixel_x = 1;
+ pixel_y = 0;
+ req_access_txt = "19"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anW" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anX" = (
+/obj/machinery/requests_console{
+ department = "E.V.A. Storage";
+ departmentType = 0;
+ name = "E.V.A. RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Bridge - E.V.A. Storage";
+ dir = 8;
+ name = "command camera"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anY" = (
+/turf/closed/wall,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"anZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoa" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aob" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (NORTH)";
+ icon_state = "browncorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aod" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (NORTH)";
+ icon_state = "browncorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway North-West";
+ dir = 2
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aof" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aog" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (EAST)";
+ icon_state = "browncorner";
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoh" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/mineral/ore_redemption{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aoi" = (
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/turf/open/floor/plasteel/loadingarea{
+ baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
+ dir = 8
+ },
+/area/quartermaster/miningdock)
+"aoj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (NORTHWEST)";
+ icon_state = "purple";
+ dir = 9
+ },
+/area/quartermaster/miningdock)
+"aok" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/quartermaster/miningdock)
+"aol" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/ore_box,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aom" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/emcloset,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Mining Dock External";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aon" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"aoo" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/mining)
+"aop" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"aoq" = (
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"aor" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"aos" = (
+/obj/item/weapon/storage/box/teargas{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/handcuffs,
+/obj/item/weapon/storage/box/flashbangs{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"aot" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"aou" = (
+/obj/machinery/computer/security,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"aov" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aow" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"aox" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "secinterior";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aoy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aoz" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aoA" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "secexterior";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aoB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ tag = "icon-toilet00 (WEST)";
+ icon_state = "toilet00";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aoF" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"aoG" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"aoH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"aoI" = (
+/obj/machinery/computer/teleporter,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"aoJ" = (
+/obj/machinery/droneDispenser,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aoK" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aoL" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aoM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aoN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aoO" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aoP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aoQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aoR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aoS" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aoT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aoU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aoV" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aoW" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aoX" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aoY" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aoZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/brown/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apb" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (WEST)";
+ icon_state = "browncorner";
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown/corner{
+ tag = "icon-browncorner (WEST)";
+ icon_state = "browncorner";
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ape" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/brown/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aph" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"api" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/mining{
+ name = "Mining Dock";
+ req_access_txt = "48"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"apj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"apk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/quartermaster/miningdock)
+"apl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (EAST)";
+ icon_state = "purple";
+ dir = 4
+ },
+/area/quartermaster/miningdock)
+"apm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/external{
+ name = "Mining Dock Airlock";
+ req_access = null;
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"apn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/miningdock)
+"apo" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/quartermaster/miningdock)
+"app" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/mining)
+"apq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"apr" = (
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/mining)
+"aps" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"apt" = (
+/obj/docking_port/mobile{
+ dir = 8;
+ dwidth = 3;
+ height = 5;
+ id = "mining";
+ name = "mining shuttle";
+ port_angle = 90;
+ width = 7
+ },
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 3;
+ height = 5;
+ id = "mining_home";
+ name = "mining shuttle bay";
+ width = 7
+ },
+/obj/machinery/door/airlock/shuttle{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "48"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/mining)
+"apu" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 2;
+ frequency = 1441;
+ id = "mix_in";
+ pixel_y = 1
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"apv" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "mix_sensor"
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"apw" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "mix_in";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "distro vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"apx" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Office";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"apy" = (
+/obj/machinery/vending/security,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apz" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/security/brig)
+"apA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"apB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"apC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "secinterior";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apF" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ id_tag = "secexterior";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"apI" = (
+/turf/closed/wall,
+/area/storage/primary)
+"apJ" = (
+/turf/closed/wall/r_wall,
+/area/storage/primary)
+"apK" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = -24
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"apL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"apM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Teleporter APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"apN" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"apO" = (
+/obj/machinery/shieldwallgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/teleporter{
+ name = "\improper Teleporter Room"
+ })
+"apP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"apQ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"apR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"apS" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"apT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"apU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"apV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"apW" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"apX" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"apY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"apZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aqa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/caution,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aqb" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aqc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/jetpack/carbondioxide{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/tank/jetpack/carbondioxide,
+/obj/item/weapon/wrench,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -28;
+ pixel_y = 0
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aqd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aqe" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "E.V.A. Storage APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aqf" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aqg" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 15
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 30;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/clothing/shoes/magboots,
+/obj/machinery/light_switch{
+ pixel_x = 24
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/ai_monitored/storage/eva{
+ name = "E.V.A. Storage"
+ })
+"aqh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/brown/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqj" = (
+/obj/machinery/computer/cargo/request,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqk" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aql" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqm" = (
+/obj/structure/table,
+/obj/machinery/light,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqn" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqo" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqp" = (
+/obj/machinery/autolathe,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway East";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqq" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/emergency{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/shovel,
+/obj/machinery/camera{
+ c_tag = "Mining Dock";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aqr" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (WEST)";
+ icon_state = "purple";
+ dir = 8
+ },
+/area/quartermaster/miningdock)
+"aqs" = (
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/quartermaster/miningdock)
+"aqt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/pods{
+ name = "MINING POD";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"aqu" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aqv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/structure/closet/crate,
+/obj/item/device/flashlight,
+/obj/item/device/flashlight,
+/obj/item/device/flashlight/flare,
+/obj/item/device/flashlight/flare,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/crowbar/red,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aqw" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (WEST)"
+ },
+/area/shuttle/mining)
+"aqx" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/mining)
+"aqy" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/shuttle/mining)
+"aqz" = (
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aqA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aqB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aqC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aqD" = (
+/obj/machinery/meter,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aqE" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"aqF" = (
+/obj/machinery/meter,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aqG" = (
+/obj/structure/door_assembly/door_assembly_mhatch,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating/astplate,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"aqI" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/security/brig)
+"aqJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"aqK" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/security/brig)
+"aqL" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/brig)
+"aqM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/corner,
+/area/security/brig)
+"aqO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/security/brig)
+"aqP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Brig Aft";
+ dir = 8;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 4
+ },
+/area/security/brig)
+"aqQ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/red,
+/obj/item/toy/figure/hos,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red,
+/area/security/brig)
+"aqR" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red,
+/area/security/brig)
+"aqS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aqT" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/weldingtool,
+/obj/item/clothing/head/welding,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Primary Tool Storage APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aqU" = (
+/obj/structure/table/reinforced,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aqV" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/gps,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ department = "Primary Tool Storage";
+ departmentType = 0;
+ name = "Primary Tool Storage RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aqW" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aqX" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/camera{
+ c_tag = "Primary Tool Storage"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aqY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aqZ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"ara" = (
+/turf/closed/wall,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"arb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"arc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ard" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"are" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"arf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: PRESSURIZED DOORS";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"arg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"arh" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"ari" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"arj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ark" = (
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"arl" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light,
+/obj/machinery/requests_console{
+ department = "Mining";
+ departmentType = 0;
+ name = "Mining Dock RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/toy/figure/miner,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (SOUTHWEST)";
+ icon_state = "brown";
+ dir = 10
+ },
+/area/quartermaster/miningdock)
+"arm" = (
+/obj/machinery/computer/security/mining,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (SOUTHEAST)";
+ icon_state = "purple";
+ dir = 6
+ },
+/area/quartermaster/miningdock)
+"arn" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/pickaxe/emergency,
+/obj/item/weapon/pickaxe/emergency,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"aro" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"arp" = (
+/obj/structure/ore_box,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/mining)
+"arq" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"arr" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault,
+/area/atmos)
+"ars" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/sign/fire{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"art" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aru" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"arv" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"arw" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Atmospherics Tank 4";
+ network = list("thunder");
+ pixel_x = 10
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/atmos)
+"arx" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "mix_in";
+ name = "Gas Mix Tank Control";
+ output_tag = "mix_in";
+ sensors = list("mix_sensor" = "Tank")
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/green/side{
+ tag = "icon-green (NORTH)";
+ icon_state = "green";
+ dir = 1
+ },
+/area/atmos)
+"ary" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 5;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "SERVER"
+ },
+/area/atmos)
+"arz" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1;
+ initialize_directions = 11
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"arA" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"arB" = (
+/turf/open/floor/plating/astplate,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"arC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"arD" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"arE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"arF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"arG" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Gear Room";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"arH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"arI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/security/brig)
+"arJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 1
+ },
+/area/security/brig)
+"arK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/security/brig)
+"arL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Desk";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"arM" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"arN" = (
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "secexterior";
+ name = "Security Exterior Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 38;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "secinterior";
+ name = "Security Interior Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "brigfront";
+ name = "Brig Access Control";
+ pixel_x = 24;
+ pixel_y = 38;
+ req_access_txt = "63"
+ },
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38;
+ pixel_y = 38
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start{
+ name = "Security Officer"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"arO" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 8;
+ name = "Security Desk";
+ req_access_txt = "63"
+ },
+/obj/machinery/door/window/northright{
+ dir = 4;
+ name = "Security Desk"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "Brig Blast door"
+ },
+/turf/open/floor/plasteel/red,
+/area/security/brig)
+"arP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/primary)
+"arQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
+ },
+/area/storage/primary)
+"arR" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/storage/primary)
+"arS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/storage/primary)
+"arT" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
+ },
+/area/storage/primary)
+"arU" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"arV" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"arW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"arX" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"arY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"arZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"asa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"asb" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"asc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"asd" = (
+/obj/machinery/computer/slot_machine,
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Central Diner 3";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ase" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"asf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"asg" = (
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ash" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"asi" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"asj" = (
+/obj/machinery/vending/cola,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ask" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"asl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"asm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"asn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aso" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"asp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"asq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"asr" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ass" = (
+/obj/machinery/mineral/mint,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ast" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/loadingarea,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"asu" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"asv" = (
+/turf/open/floor/engine/n2,
+/area/atmos)
+"asw" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "n2_in"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"asx" = (
+/obj/machinery/meter,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"asy" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"asz" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 2;
+ filter_type = "n2";
+ name = "nitogren filter";
+ on = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/atmos)
+"asA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"asB" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"asC" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/atmos)
+"asD" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Unfiltered & Air to Mix";
+ on = 1
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"asE" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"asF" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Air to Mix"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"asG" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 2;
+ initialize_directions = 11
+ },
+/obj/machinery/meter,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"asH" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"asI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/vacuum{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"asJ" = (
+/obj/structure/closet/wardrobe/red,
+/obj/item/clothing/under/rank/security/grey,
+/obj/item/clothing/under/rank/security/grey,
+/obj/item/clothing/under/rank/security/grey,
+/obj/item/weapon/storage/backpack/satchel/sec,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/security/brig)
+"asK" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/vest{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/vest{
+ pixel_y = 0
+ },
+/obj/item/clothing/suit/armor/vest{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet{
+ layer = 3.00001;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet{
+ layer = 3.00001
+ },
+/obj/item/clothing/head/helmet{
+ layer = 3.00001;
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Gear Room";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/brig)
+"asL" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/security/brig)
+"asM" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"asN" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner{
+ dir = 8
+ },
+/area/security/brig)
+"asO" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"asP" = (
+/obj/structure/table/reinforced,
+/obj/item/device/radio{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/device/radio{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/device/radio,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"asQ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/taperecorder,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/item/device/flashlight/seclite,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"asR" = (
+/obj/machinery/computer/security,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Front Desk";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"asS" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/light/small,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/security/brig)
+"asT" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"asU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Primary Tool Storage";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"asV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
+ },
+/area/storage/primary)
+"asW" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"asX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"asY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/storage/primary)
+"asZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"ata" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"atb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"atc" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"atd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"ate" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"atf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"atg" = (
+/obj/machinery/door/airlock{
+ name = "Theatre Backstage";
+ req_access_txt = "46"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/theatre)
+"ath" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"ati" = (
+/obj/machinery/computer/slot_machine,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"atj" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"atk" = (
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"atl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"atm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"atn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"ato" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"atp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ats" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"att" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atw" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"atx" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2_sensor"
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"aty" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"atz" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Tank 1";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"atA" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "n2_in";
+ name = "Nitrogen Supply Control";
+ output_tag = "n2_out";
+ sensors = list("n2_sensor" = "Tank")
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/atmos)
+"atB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"atC" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"atD" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/atmos)
+"atE" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"atF" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"atG" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"atH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"atI" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Air to Distro";
+ on = 1;
+ target_pressure = 101
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Atmospherics Engine APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"atJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"atK" = (
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/caution/corner{
+ tag = "icon-cautioncorner (NORTH)";
+ icon_state = "cautioncorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atL" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Security Maintenance";
+ req_access_txt = "63"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/security/brig)
+"atM" = (
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atN" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"atO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Primary Tool Storage";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"atP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/storage/primary)
+"atQ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"atR" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/storage/primary)
+"atS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/storage/primary)
+"atT" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"atU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"atV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"atW" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"atX" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"atY" = (
+/obj/structure/piano{
+ tag = "icon-piano";
+ icon_state = "piano"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"atZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"aua" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"aub" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"auc" = (
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aud" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aue" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"auf" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/lighter{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aug" = (
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"auh" = (
+/obj/structure/table/wood,
+/obj/machinery/chem_dispenser/drinks,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Bar";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aui" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"auj" = (
+/obj/structure/table/wood,
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Bar Backroom";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/bar)
+"auk" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/bar)
+"aul" = (
+/obj/structure/closet/gmcloset,
+/obj/item/weapon/wrench,
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/random,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/bar)
+"aum" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aun" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"auo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aup" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "n2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "n2 vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/n2,
+/area/atmos)
+"aur" = (
+/obj/machinery/meter,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aus" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aut" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "N2 to Airmix";
+ on = 1
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/atmos)
+"auu" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"auv" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"auw" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/atmos)
+"aux" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"auy" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"auz" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"auA" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Mix to Distro";
+ on = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"auB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"auC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"auD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/space_heater,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auG" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auH" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auL" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Port Hallway 2";
+ dir = 2
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auS" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"auT" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
+ },
+/area/storage/primary)
+"auU" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/storage/primary)
+"auV" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/storage/primary)
+"auW" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/storage/primary)
+"auX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"auY" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"auZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"ava" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/guitar,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"avb" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"avc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"avd" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"ave" = (
+/obj/structure/table/wood,
+/obj/item/clothing/head/fedora,
+/obj/item/clothing/mask/cigarette/pipe,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"avf" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"avg" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"avh" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"avi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"avj" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"avk" = (
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"avl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"avm" = (
+/obj/structure/table/wood,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"avn" = (
+/obj/structure/sign/poster,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"avo" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/beanbag,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"avp" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"avq" = (
+/obj/machinery/chem_master/condimaster{
+ name = "HoochMaster 2000"
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"avr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"avs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"avt" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avv" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avw" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avx" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"avy" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"avz" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "N2 to Pure"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"avA" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"avB" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"avC" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Pure to Mix";
+ on = 0
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"avD" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"avE" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"avF" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"avG" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/visible,
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "distro_meter";
+ name = "Distribution Loop"
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"avH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"avI" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/caution,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avN" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avO" = (
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avP" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/item/clothing/shoes/jackboots,
+/obj/item/device/radio,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avQ" = (
+/obj/structure/table,
+/obj/item/clothing/under/rank/security,
+/obj/item/weapon/restraints/handcuffs,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avS" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avW" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avX" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"avY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"avZ" = (
+/obj/machinery/vending/tool,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"awa" = (
+/obj/machinery/vending/assist,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"awb" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"awc" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/rods{
+ amount = 25
+ },
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"awd" = (
+/obj/structure/closet/firecloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"awe" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"awf" = (
+/obj/structure/table/wood,
+/obj/item/device/camera,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"awg" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"awh" = (
+/obj/structure/chair/comfy/brown,
+/obj/effect/landmark/start{
+ name = "Clown"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"awi" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"awj" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awk" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awl" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/bag/tray,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awm" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awo" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awp" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"awq" = (
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"awr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aws" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Bar Backroom";
+ req_access_txt = "25"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"awt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"awu" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"awv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"aww" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Bar Maintenance";
+ req_access_txt = "25"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"awx" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"awy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"awz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"awA" = (
+/turf/open/floor/engine/o2,
+/area/atmos)
+"awB" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "o2_in"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"awC" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"awD" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 2;
+ filter_type = "o2";
+ name = "oxygen filter";
+ on = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 9
+ },
+/area/atmos)
+"awE" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"awF" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"awG" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"awH" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Mix to Filter";
+ on = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"awI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"awJ" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 2;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"awK" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Distro to Waste";
+ on = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics East";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"awL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"awM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "24"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"awN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"awO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"awP" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"awQ" = (
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"awR" = (
+/obj/structure/table/wood,
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"awS" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"awT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awU" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/dr_gibb,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"awX" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"awY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
+"awZ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/obj/item/weapon/reagent_containers/glass/rag,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"axa" = (
+/obj/machinery/vending/boozeomat,
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"axb" = (
+/obj/structure/table/wood,
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"axc" = (
+/obj/structure/closet/gmcloset,
+/obj/item/weapon/wrench,
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/random,
+/obj/machinery/light,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Bar APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"axd" = (
+/obj/structure/closet/secure_closet/bar,
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"axe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"axf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"axg" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"axh" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"axi" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "o2_sensor"
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"axj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Atmospherics Tank 2";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"axk" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "o2_in";
+ name = "Oxygen Supply Control";
+ output_tag = "o2_out";
+ sensors = list("o2_sensor" = "Tank")
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/atmos)
+"axl" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"axm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8;
+ icon_state = "manifold";
+ name = "scrubbers pipe"
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"axn" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Waste to Filter";
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"axo" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 2;
+ icon_state = "manifold";
+ name = "scrubbers pipe";
+ tag = "icon-manifold (NORTH)"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"axp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 2;
+ icon_state = "manifold";
+ name = "scrubbers pipe";
+ tag = "icon-manifold (NORTH)"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"axq" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"axr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"axs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"axt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"axu" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/camera{
+ c_tag = "Atmospherics Monitoring";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"axv" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/atmosplaque{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"axw" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"axx" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"axy" = (
+/obj/item/weapon/weldingtool,
+/obj/item/clothing/head/welding,
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 9
+ },
+/area/atmos)
+"axz" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/atmos)
+"axA" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_x = 26;
+ pixel_y = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/atmos)
+"axB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"axC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"axD" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"axE" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"axF" = (
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"axG" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"axH" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket/letterman_nanotrasen,
+/obj/item/clothing/suit/toggle/lawyer,
+/obj/item/clothing/under/maid,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"axI" = (
+/obj/structure/dresser,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"axJ" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "detective";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/toggle/lawyer/purple,
+/obj/item/clothing/head/fedora{
+ icon_state = "detective"
+ },
+/obj/item/clothing/under/geisha,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axK" = (
+/obj/structure/dresser,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"axL" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"axM" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"axN" = (
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Mime"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"axO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"axP" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"axQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"axR" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"axS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"axT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/bartender,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/requests_console{
+ department = "Bar Counter";
+ departmentType = 0;
+ name = "Bar RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"axU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"axV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"axW" = (
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"axX" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"axY" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"axZ" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"aya" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "o2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "oxygen vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/o2,
+/area/atmos)
+"ayb" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"ayc" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "O2 to Airmix";
+ on = 1
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/atmos)
+"ayd" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aye" = (
+/obj/machinery/atmospherics/components/trinary/mixer{
+ dir = 2;
+ name = "air mixer";
+ node1_concentration = 0.8;
+ node2_concentration = 0.2;
+ on = 1;
+ pixel_x = 0;
+ pixel_y = 0;
+ target_pressure = 4500
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"ayf" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "plasma";
+ name = "waste filter";
+ on = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayg" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Waste to Filter";
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayh" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (NORTH)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aym" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayn" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayo" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayp" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"ayq" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"ayr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/device/t_scanner,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"ays" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"ayt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ayu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"ayv" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/crew_quarters/sleep)
+"ayw" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"ayx" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"ayy" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"ayz" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"ayA" = (
+/obj/structure/bed,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/bedsheet/blue,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"ayB" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"ayC" = (
+/obj/structure/bed,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/bedsheet/red,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"ayD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"ayE" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/violin,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"ayF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"ayG" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/theatre)
+"ayH" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"ayI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/gun/ballistic/revolver/russian,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Diner 2";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ayJ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ayK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ayL" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ayM" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"ayN" = (
+/obj/item/weapon/storage/fancy/cigarettes/cigars{
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/fancy/cigarettes/cigars/cohiba{
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/cigarettes/cigars/havana,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"ayO" = (
+/obj/structure/table/reinforced,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar)
+"ayP" = (
+/turf/closed/wall,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"ayQ" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"ayR" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/fire/firefighter,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/head/hardhat/red,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Central Starborad Maintenance APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"ayS" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"ayT" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"ayU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ayV" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"ayW" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Departure Lounge APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/radio,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"ayX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"ayY" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"ayZ" = (
+/obj/structure/chair,
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aza" = (
+/obj/structure/chair,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"azb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"azc" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"azd" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"aze" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"azf" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/escape)
+"azg" = (
+/obj/machinery/computer/emergency_shuttle,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/escape)
+"azh" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/escape)
+"azi" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/escape)
+"azj" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "O2 to Pure"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"azk" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"azl" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"azm" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"azn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"azo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"azp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"azq" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"azr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"azs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"azt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/atmos)
+"azu" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/atmos)
+"azv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/atmos)
+"azw" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/loadingarea,
+/area/atmos)
+"azx" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 8
+ },
+/area/atmos)
+"azy" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"azz" = (
+/obj/machinery/computer/atmos_alert,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"azA" = (
+/obj/structure/table,
+/obj/item/device/paicard,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"azB" = (
+/obj/structure/table,
+/obj/item/device/camera,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"azC" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"azD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Cabin"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/sleep)
+"azE" = (
+/obj/structure/table/wood,
+/obj/item/weapon/staff/broom,
+/obj/item/clothing/head/witchwig,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"azF" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"azG" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"azH" = (
+/obj/machinery/door/window/eastright{
+ dir = 4;
+ name = "Theatre Stage"
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"azI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"azJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"azK" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/britcup,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"azL" = (
+/obj/structure/closet/crate/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"azM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"azN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"azO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"azP" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"azQ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"azR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"azS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"azT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"azU" = (
+/obj/structure/closet/crate/bin,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"azV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"azW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"azX" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"azY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"azZ" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aAa" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"aAb" = (
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"aAc" = (
+/obj/machinery/door/airlock/command{
+ name = "Emergency Recovery Airlock";
+ req_access = null;
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (NORTH)"
+ },
+/area/shuttle/escape)
+"aAd" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/escape)
+"aAe" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/escape)
+"aAf" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/escape)
+"aAg" = (
+/turf/open/floor/engine/air,
+/area/atmos)
+"aAh" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "air_in"
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aAi" = (
+/obj/machinery/meter{
+ name = "Mixed Air Tank In"
+ },
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aAj" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aAk" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (NORTHWEST)";
+ icon_state = "arrival";
+ dir = 9
+ },
+/area/atmos)
+"aAl" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aAm" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAn" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAo" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1;
+ initialize_directions = 11
+ },
+/obj/machinery/meter,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAp" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAr" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAs" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aAu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Access";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aAv" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/caution/corner{
+ dir = 8
+ },
+/area/atmos)
+"aAw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAx" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAz" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aAA" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/atmos)
+"aAB" = (
+/obj/machinery/computer/station_alert{
+ density = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 4
+ },
+/area/atmos)
+"aAC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aAD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Lockerroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aAE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/crew_quarters/sleep)
+"aAF" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aAG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"aAH" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aAI" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aAJ" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/machinery/camera{
+ c_tag = "Locker Room East";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aAK" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aAL" = (
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aAM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Theatre Backstage";
+ req_access_txt = "46"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/theatre)
+"aAN" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Atrium APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aAO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aAP" = (
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/kitchen/fork,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aAQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aAR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aAS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aAT" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aAU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aAV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aAW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aAX" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aAY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aAZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aBa" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aBb" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aBc" = (
+/obj/machinery/computer/security,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aBd" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/red/side,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aBe" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aBf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aBg" = (
+/obj/machinery/camera{
+ c_tag = "Security - Departures Starboard";
+ dir = 1;
+ name = "security camera"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aBh" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aBi" = (
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aBj" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"aBk" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"aBl" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/shuttle/escape)
+"aBm" = (
+/obj/structure/chair/comfy/brown{
+ color = "#596479";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/shuttle/escape)
+"aBn" = (
+/obj/machinery/computer/crew,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/shuttle/escape)
+"aBo" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aBp" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "air_sensor"
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aBq" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "air_in";
+ name = "Mixed Air Supply Control";
+ output_tag = "air_out";
+ sensors = list("air_sensor" = "Tank")
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/atmos)
+"aBr" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBs" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBt" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBu" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBv" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBw" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8;
+ initialize_directions = 11
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBx" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10;
+ initialize_directions = 10
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8;
+ icon_state = "manifold";
+ name = "scrubbers pipe"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (NORTH)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBB" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "External Waste Ports to Filter";
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/atmos)
+"aBD" = (
+/obj/item/weapon/tank/internals/emergency_oxygen{
+ pixel_x = -6
+ },
+/obj/item/clothing/mask/breath,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/closet/crate/bin,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/caution{
+ tag = "icon-caution (SOUTHWEST)";
+ icon_state = "caution";
+ dir = 10
+ },
+/area/atmos)
+"aBE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aBF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aBG" = (
+/obj/structure/tank_dispenser,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aBH" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aBI" = (
+/obj/machinery/computer/atmos_control,
+/obj/machinery/light_switch{
+ pixel_x = 38;
+ pixel_y = -24
+ },
+/obj/machinery/button/door{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Control";
+ pixel_x = 24;
+ pixel_y = -24;
+ req_access_txt = "25"
+ },
+/turf/open/floor/plasteel/caution,
+/area/atmos)
+"aBJ" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/requests_console{
+ department = "Atmospherics Office";
+ departmentType = 0;
+ name = "Atmospherics RC";
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 6
+ },
+/area/atmos)
+"aBK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aBL" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aBM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Lockerroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aBN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"aBO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"aBP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"aBQ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/sleep)
+"aBR" = (
+/obj/machinery/light,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Dormitories APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/sleep)
+"aBS" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/sleep)
+"aBT" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/arrival{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aBU" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aBV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/clown{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/toy/figure/mime,
+/obj/machinery/requests_console{
+ department = "Theatre Backstage";
+ departmentType = 0;
+ name = "Theatre RC";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Theatre Storage"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aBW" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"aBX" = (
+/obj/machinery/vending/autodrobe,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Theatre Backstage APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aBY" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aBZ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aCa" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aCb" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aCc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/kitchen)
+"aCd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Kitchen";
+ req_access_txt = "28"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/kitchen)
+"aCe" = (
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aCf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aCg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aCh" = (
+/obj/machinery/vending/snack,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aCi" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aCj" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 1;
+ name = "Security Desk";
+ req_access_txt = "63"
+ },
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/item/weapon/folder/red,
+/obj/item/device/radio,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aCk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aCl" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Holding Area";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aCm" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aCn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aCo" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Holding Area";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/shuttle/red,
+/area/shuttle/escape)
+"aCp" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/escape)
+"aCq" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Cockpit";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/escape)
+"aCr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+ dir = 4;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ icon_state = "in";
+ id_tag = "air_out";
+ internal_pressure_bound = 2000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/air,
+/area/atmos)
+"aCs" = (
+/obj/machinery/meter{
+ name = "Mixed Air Tank Out"
+ },
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTH)";
+ icon_state = "intact";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aCt" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1;
+ initialize_directions = 11
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"aCu" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air to Pure"
+ },
+/obj/structure/sign/fire{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/atmos)
+"aCv" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
+/obj/machinery/meter,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCw" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/structure/closet/wardrobe/atmospherics_yellow,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCx" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/structure/fireaxecabinet{
+ pixel_y = -28
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCy" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCz" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/gas,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCA" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/arrival,
+/area/atmos)
+"aCB" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/arrival,
+/area/atmos)
+"aCC" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/escape,
+/area/atmos)
+"aCD" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/escape,
+/area/atmos)
+"aCE" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCF" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air to External Air Ports";
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Atmospherics South East";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aCH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"aCI" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Atmospherics Desk";
+ req_access_txt = "24"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"aCJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/atmos)
+"aCK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/preopen{
+ id = "atmoslock";
+ name = "Atmospherics Lockdown Blast door"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Atmospherics Desk";
+ req_access_txt = "24"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/atmos)
+"aCL" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Central Hallway East";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aCM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aCN" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"aCO" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/crew_quarters/sleep)
+"aCP" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/eguitar,
+/obj/item/toy/crayon/spraycan/lubecan{
+ charges = 5
+ },
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aCQ" = (
+/obj/effect/landmark/start{
+ name = "Clown"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"aCR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"aCS" = (
+/obj/structure/dresser,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aCT" = (
+/obj/structure/sign/poster,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aCU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aCV" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/chef,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Kitchen";
+ dir = 2
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/kitchen)
+"aCW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/kitchen)
+"aCX" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/kitchen)
+"aCY" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ department = "Kitchen";
+ departmentType = 0;
+ name = "Kitchen RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/kitchen)
+"aCZ" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/kitchen)
+"aDa" = (
+/obj/structure/table/reinforced,
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/kitchen)
+"aDb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aDc" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDd" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aDe" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTH)";
+ icon_state = "escape";
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aDf" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTH)";
+ icon_state = "escape";
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aDg" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTH)";
+ icon_state = "escape";
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aDh" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aDi" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aDj" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock"
+ },
+/obj/docking_port/mobile/emergency{
+ dheight = 0;
+ dwidth = 5;
+ height = 11;
+ name = "Omega emergency shuttle";
+ timid = 0;
+ width = 19
+ },
+/obj/docking_port/stationary{
+ dheight = 0;
+ dir = 4;
+ dwidth = 11;
+ height = 18;
+ id = "emergency_home";
+ name = "OmegaStation emergency evac bay";
+ turf_type = /turf/open/space;
+ width = 30
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"aDk" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aDl" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/shuttle/escape)
+"aDm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aDn" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aDo" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aDp" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aDq" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aDr" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aDs" = (
+/obj/structure/sign/fire,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aDt" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Engine Access";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/atmos)
+"aDu" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"aDv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDw" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDB" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/airlock_painter,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aDD" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/crew_quarters/sleep)
+"aDE" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/crew_quarters/sleep)
+"aDF" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aDG" = (
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"aDH" = (
+/obj/structure/bed,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/bedsheet/brown,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"aDI" = (
+/obj/structure/bed,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/item/weapon/bedsheet/black,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"aDJ" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aDK" = (
+/obj/effect/landmark/start{
+ name = "Mime"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"aDL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/theatre)
+"aDM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"aDN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Theatre Backstage";
+ req_access_txt = "46"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/theatre)
+"aDO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aDP" = (
+/obj/effect/landmark/xmastree,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aDQ" = (
+/obj/structure/chair/stool/bar,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aDR" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/item/weapon/reagent_containers/food/drinks/britcup,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aDS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aDT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aDU" = (
+/obj/effect/landmark/start{
+ name = "Chef"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aDV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aDW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aDX" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aDY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aDZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEa" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEb" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aEc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aEd" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aEe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aEf" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aEg" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aEh" = (
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"aEi" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aEj" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/sunnybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/escape)
+"aEk" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aEl" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/fernybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/escape)
+"aEm" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aEn" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering Secure Storage";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEo" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEr" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEs" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEt" = (
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aEu" = (
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console"
+ },
+/obj/machinery/status_display{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/engineering)
+"aEv" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/engineering)
+"aEw" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/engineering)
+"aEx" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/glasses/meson,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEz" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aEA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall/r_wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEB" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aED" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEF" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Engineering Foyer"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aEK" = (
+/obj/machinery/vending/clothing,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"aEL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"aEM" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"aEN" = (
+/obj/machinery/vending/autodrobe{
+ req_access_txt = "0"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/machinery/camera{
+ c_tag = "Locker Room South";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"aEO" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "detective";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/toggle/lawyer/purple,
+/obj/item/clothing/head/fedora{
+ icon_state = "detective"
+ },
+/obj/item/clothing/under/lawyer/female,
+/obj/machinery/light/small,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"aEP" = (
+/obj/structure/dresser,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -32
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/crew_quarters/sleep)
+"aEQ" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "greydet";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/toggle/lawyer/black,
+/obj/item/clothing/head/fedora,
+/obj/item/clothing/under/blacktango,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"aER" = (
+/obj/structure/dresser,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"aES" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/baguette,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aET" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/item/device/flashlight/lamp/bananalamp{
+ pixel_y = 5
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aEU" = (
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
+"aEV" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/theatre)
+"aEW" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aEX" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/chips,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aEY" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/item/weapon/storage/bag/tray,
+/obj/item/weapon/kitchen/fork,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aEZ" = (
+/obj/effect/landmark/start{
+ name = "Chef"
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aFa" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/apron/chef,
+/obj/item/weapon/kitchen/rollingpin,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aFb" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/snacks/mint,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme{
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aFc" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/item/weapon/kitchen/knife,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aFd" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aFe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aFf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Kitchen Maintenance";
+ req_access_txt = "28"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aFg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aFh" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFj" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aFk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aFl" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aFm" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aFn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aFo" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/escape)
+"aFp" = (
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/escape)
+"aFq" = (
+/obj/machinery/power/emitter,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFr" = (
+/obj/machinery/power/emitter,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFs" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFt" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFv" = (
+/obj/structure/closet/crate,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/crowbar/red,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 20
+ },
+/obj/item/device/gps/engineering{
+ gpstag = "ENG0"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFw" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"aFx" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"aFy" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/camera{
+ c_tag = "SMES Access";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"aFz" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/item/clothing/glasses/meson,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFA" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFB" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering Access";
+ dir = 8;
+ network = list("Labor")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aFC" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFF" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Engineering Foyer"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFL" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Central Hallway West";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aFN" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/camera{
+ c_tag = "Central Diner 1";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aFO" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aFP" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aFQ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters"
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aFR" = (
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aFS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aFT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aFU" = (
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aFV" = (
+/obj/effect/landmark/start{
+ name = "Chef"
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/kitchen)
+"aFW" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/red,
+/area/crew_quarters/kitchen)
+"aFX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFY" = (
+/obj/machinery/holopad,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aFZ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGa" = (
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGb" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aGd" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/brflowers,
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/pointybush,
+/turf/open/floor/grass,
+/area/shuttle/escape)
+"aGe" = (
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"aGf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aGg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aGh" = (
+/obj/machinery/door/poddoor{
+ id = "engstorage";
+ name = "Engineering Secure Storage Lockdown"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"aGi" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aGj" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aGk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Power Monitoring";
+ req_access_txt = "32"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"aGl" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aGm" = (
+/obj/structure/sign/radiation,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aGn" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"aGo" = (
+/obj/structure/sign/fire,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aGp" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (WEST)";
+ icon_state = "arrival";
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGq" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Engineering Foyer";
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGv" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGy" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGz" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGA" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "old sink";
+ pixel_y = 28
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGB" = (
+/obj/structure/mopbucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/mop,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGC" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGD" = (
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Central Port Maintenance APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aGN" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aGO" = (
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = -8;
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = -8
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/kitchen/fork,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aGP" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aGQ" = (
+/obj/machinery/holopad,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aGR" = (
+/obj/machinery/vending/dinnerware,
+/obj/machinery/button/door{
+ id = "kitchencounter";
+ name = "Kitchen Counter Shutters";
+ pixel_x = -24;
+ pixel_y = 8;
+ req_access_txt = "28"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = -8
+ },
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/kitchen)
+"aGS" = (
+/obj/machinery/processor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/crew_quarters/kitchen)
+"aGT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/kitchen)
+"aGU" = (
+/obj/structure/rack,
+/obj/machinery/button/door{
+ id = "kitchenwindows";
+ name = "Kitchen Privacy Control";
+ pixel_y = -26;
+ req_access_txt = "28"
+ },
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/clothing/head/chefhat,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/kitchen)
+"aGV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/kitchen)
+"aGW" = (
+/obj/structure/table/reinforced,
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/kitchen)
+"aGX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aGZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aHa" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHc" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHd" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aHe" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/engine/gravity_generator)
+"aHf" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"aHg" = (
+/obj/machinery/camera{
+ c_tag = "Gravity Generator Room";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/engine/gravity_generator)
+"aHh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aHi" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/button/door{
+ id = "engstorage";
+ name = "Engineering Secure Storage Control";
+ pixel_x = 0;
+ pixel_y = 24;
+ req_access_txt = "10"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHj" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHk" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHl" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHm" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHn" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHo" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHq" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHr" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHs" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/engine/engineering)
+"aHt" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 1
+ },
+/area/engine/engineering)
+"aHu" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution{
+ dir = 5
+ },
+/area/engine/engineering)
+"aHv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aHw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Engineering Lockdown Shutters"
+ },
+/obj/structure/sign/electricshock{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aHx" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Engineering Lockdown Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Access";
+ req_access_txt = "10"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/engine/engineering)
+"aHy" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Engineering Lockdown Shutters"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aHz" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Engineering Lockdown Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/door/window/westright{
+ dir = 2;
+ name = "Engineering Desk";
+ req_access_txt = "10"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aHA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceblast";
+ name = "Engineering Lockdown Shutters"
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aHB" = (
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 8
+ },
+/obj/structure/sign/directions/security{
+ dir = 1
+ },
+/obj/structure/sign/directions/medical{
+ pixel_y = -8
+ },
+/turf/closed/wall,
+/area/engine/engineering)
+"aHC" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aHD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aHE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aHF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aHG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aHH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aHI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aHJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aHK" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aHL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aHM" = (
+/turf/closed/wall,
+/area/hydroponics)
+"aHN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall,
+/area/hydroponics)
+"aHO" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Hydroponic's Maintenance";
+ req_access_txt = "35"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hydroponics)
+"aHP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/closed/wall,
+/area/hydroponics)
+"aHQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hydroponics)
+"aHR" = (
+/obj/structure/sign/botany{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aHS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aHT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/drinks/coffee,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aHU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aHV" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aHW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Kitchen Coldroom";
+ req_access_txt = "28"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/kitchen)
+"aHX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aHY" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aHZ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aIa" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aIb" = (
+/obj/structure/sign/radiation{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"aIc" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/gravity_generator)
+"aId" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"aIe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"aIf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIi" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4;
+ filter_type = "plasma";
+ name = "plasma filter";
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIk" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (NORTH)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIl" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Gas to Filter";
+ on = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIm" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "engsm";
+ name = "Radiation Shutters Control";
+ pixel_y = -24;
+ req_access_txt = "24"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIn" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIo" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
+ },
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIq" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIs" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/weapon/wrench,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Engineering Monitoring";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIu" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/closet/crate/bin,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIv" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIw" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIx" = (
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "ceblast";
+ name = "Engineering Lockdown Control";
+ pixel_x = 24;
+ pixel_y = 24;
+ req_access_txt = "10"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIy" = (
+/obj/structure/table/reinforced,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/requests_console{
+ department = "Engineering";
+ departmentType = 0;
+ name = "Engineering RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aIz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aIA" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aIB" = (
+/turf/closed/wall,
+/area/janitor)
+"aIC" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Custodial Maintenance";
+ req_access_txt = "26"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/janitor)
+"aID" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/janitor)
+"aIE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aIF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aIG" = (
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/cultivator,
+/obj/item/weapon/shovel/spade,
+/obj/item/weapon/hatchet,
+/obj/item/weapon/storage/bag/plants/portaseeder,
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 12;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/structure/closet/crate/hydroponics,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIH" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 12
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aII" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIJ" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIK" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIM" = (
+/obj/machinery/chem_master/condimaster{
+ name = "BrewMaster 3000"
+ },
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 0;
+ name = "Hydroponics RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIN" = (
+/obj/machinery/vending/hydronutrients,
+/obj/structure/noticeboard{
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIO" = (
+/obj/machinery/vending/hydroseeds,
+/obj/machinery/light_switch{
+ pixel_x = -8;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "hydrodesk";
+ name = "Hydroponics Privacy Control";
+ pixel_x = 8;
+ pixel_y = 24;
+ req_access_txt = "35"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIP" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hydrodesk";
+ name = "Hydroponics Counter Shutters"
+ },
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aIQ" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aIR" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aIS" = (
+/obj/structure/closet/chefcloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aIT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aIU" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aIV" = (
+/obj/machinery/gibber,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aIW" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "sink";
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aIX" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aIY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aIZ" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aJa" = (
+/obj/structure/table,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aJb" = (
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aJc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aJd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aJe" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"aJf" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/shuttle/escape)
+"aJg" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aJh" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/engine/gravity_generator)
+"aJi" = (
+/obj/machinery/gravity_generator/main/station,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"aJj" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"aJk" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24;
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Gravity Generator Entry";
+ dir = 2;
+ pixel_x = 23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aJl" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Gravity Generator APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aJm" = (
+/obj/machinery/power/terminal{
+ tag = "icon-term (EAST)";
+ icon_state = "term";
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aJn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aJo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"aJp" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJr" = (
+/obj/item/weapon/wrench,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ tag = "icon-manifold (EAST)";
+ name = "scrubbers pipe";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJt" = (
+/obj/structure/sign/radiation,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aJu" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aJv" = (
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Supermatter Chamber";
+ req_access_txt = "24"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aJw" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "External Gas to Loop"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJx" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "External Gas to Loop"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJy" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aJB" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/item/weapon/grenade/chem_grenade/metalfoam,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/engineering)
+"aJC" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aJD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aJE" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aJF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aJG" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aJH" = (
+/obj/machinery/computer/atmos_alert,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"aJI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/mousetraps{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/mousetraps,
+/obj/item/weapon/restraints/legcuffs/beartrap{
+ tag = "icon-beartrap0";
+ icon_state = "beartrap0"
+ },
+/obj/item/weapon/restraints/legcuffs/beartrap{
+ tag = "icon-beartrap0";
+ icon_state = "beartrap0"
+ },
+/obj/item/weapon/restraints/legcuffs/beartrap{
+ tag = "icon-beartrap0";
+ icon_state = "beartrap0"
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/requests_console{
+ department = "Custodial Closet";
+ departmentType = 0;
+ name = "Custodial RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Custodial Closet"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aJJ" = (
+/obj/vehicle/janicart,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/bag/trash,
+/obj/item/key/janitor,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Custodial Closet APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aJK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aJL" = (
+/obj/structure/closet/crate/bin,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aJM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aJN" = (
+/obj/machinery/seed_extractor,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aJO" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTHWEST)";
+ icon_state = "greenblue";
+ dir = 9
+ },
+/area/hydroponics)
+"aJP" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aJQ" = (
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aJR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTH)";
+ icon_state = "greenblue";
+ dir = 1
+ },
+/area/hydroponics)
+"aJS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (NORTHEAST)";
+ icon_state = "greenblue";
+ dir = 5
+ },
+/area/hydroponics)
+"aJT" = (
+/turf/open/floor/plasteel/greenblue,
+/area/hydroponics)
+"aJU" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/turf/open/floor/plasteel/greenblue,
+/area/hydroponics)
+"aJV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hydrodesk";
+ name = "Hydroponics Counter Shutters"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/pumpkin,
+/obj/item/weapon/reagent_containers/food/snacks/grown/grapes,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aJW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aJX" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aJY" = (
+/obj/structure/sign/nosmoking_2,
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aJZ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Kitchen Coldroom";
+ dir = 4;
+ network = list("MINE")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aKa" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aKb" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Kitchen APC";
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aKc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aKd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/mob/living/simple_animal/hostile/retaliate/goat{
+ name = "Pete"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/kitchen)
+"aKe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aKf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aKg" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aKh" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aKi" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ dir = 2;
+ name = "Cargo Desk";
+ req_access_txt = "50"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aKj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aKk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Port";
+ req_access_txt = "48;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aKl" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aKm" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Cargo"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/escape)
+"aKn" = (
+/obj/machinery/status_display,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/escape)
+"aKo" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Escape Shuttle Infirmary";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/shuttle/escape)
+"aKp" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/gravity_generator)
+"aKq" = (
+/turf/open/floor/plasteel/vault,
+/area/engine/gravity_generator)
+"aKr" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault,
+/area/engine/gravity_generator)
+"aKs" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/door/airlock/glass_command{
+ name = "Gravity Generator Chamber";
+ req_access_txt = "19; 61"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aKt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aKu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/gravity_generator)
+"aKv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aKw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aKx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aKy" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aKz" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aKA" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Gas to Filter"
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aKB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aKC" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ icon_state = "pump_map";
+ name = "Gas to Chamber"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aKD" = (
+/obj/structure/sign/fire,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aKE" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aKF" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aKG" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aKH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aKI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/engineering)
+"aKJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aKK" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/thirteenloko,
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aKL" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aKM" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/device/lightreplacer,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aKN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aKO" = (
+/obj/machinery/computer/station_alert,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"aKP" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/orange,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aKQ" = (
+/obj/effect/landmark/start{
+ name = "Janitor"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 9
+ },
+/area/janitor)
+"aKR" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/purple/side{
+ tag = "icon-purple (NORTHEAST)";
+ icon_state = "purple";
+ dir = 5
+ },
+/area/janitor)
+"aKS" = (
+/obj/structure/janitorialcart,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/janitor)
+"aKT" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aKU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aKV" = (
+/obj/machinery/biogenerator,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aKW" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (WEST)";
+ icon_state = "greenblue";
+ dir = 8
+ },
+/area/hydroponics)
+"aKX" = (
+/obj/structure/table/glass,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/cultivator,
+/obj/item/weapon/shovel/spade,
+/obj/item/weapon/hatchet,
+/obj/item/weapon/storage/bag/plants/portaseeder,
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 12;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aKY" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder{
+ desc = "Used to grind things up into raw materials and liquids.";
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez{
+ pixel_x = 3
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/rh,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aKZ" = (
+/obj/structure/table/glass,
+/obj/item/weapon/watertank,
+/obj/item/weapon/reagent_containers/spray/pestspray,
+/obj/item/weapon/grenade/chem_grenade/antiweed,
+/obj/item/weapon/grenade/chem_grenade/antiweed,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aLa" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aLb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (EAST)";
+ icon_state = "greenblue";
+ dir = 4
+ },
+/area/hydroponics)
+"aLc" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/spray/pestspray,
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 16;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/seeds/wheat,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aLd" = (
+/obj/structure/table/glass,
+/obj/item/seeds/sugarcane{
+ pixel_x = 3
+ },
+/obj/item/seeds/poppy/geranium{
+ pixel_y = 6
+ },
+/obj/item/seeds/banana{
+ pixel_x = -6
+ },
+/obj/item/seeds/tower,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aLe" = (
+/obj/machinery/smartfridge,
+/turf/closed/wall,
+/area/hydroponics)
+"aLf" = (
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aLg" = (
+/obj/machinery/vending/snack,
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aLh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aLi" = (
+/obj/structure/kitchenspike,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aLj" = (
+/obj/machinery/icecream_vat,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aLk" = (
+/obj/structure/kitchenspike,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/crew_quarters/kitchen)
+"aLl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aLm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aLn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aLo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Port";
+ req_access_txt = "48;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ icon_state = "brown";
+ dir = 9
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTH)";
+ icon_state = "brown";
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLt" = (
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHEAST)";
+ icon_state = "brown";
+ dir = 5
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLu" = (
+/obj/structure/fans/tiny,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLv" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aLx" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aLy" = (
+/obj/structure/closet/crate/medical{
+ name = "medical crate"
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = -4;
+ pixel_y = 3
+ },
+/obj/item/device/healthanalyzer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lazarus_injector,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/mob/living/simple_animal/bot/medbot{
+ name = "\improper emergency medibot";
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aLz" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/escape)
+"aLA" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"aLB" = (
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"aLC" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"aLD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aLE" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/gravity_generator)
+"aLF" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 20
+ },
+/obj/item/weapon/wrench,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aLG" = (
+/obj/structure/cable/white,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"aLH" = (
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aLI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aLJ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aLK" = (
+/obj/structure/closet/radiation,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/glasses/meson,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"aLL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"aLM" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aLN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aLO" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aLP" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aLQ" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aLR" = (
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Supermatter Chamber";
+ req_access_txt = "24"
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aLS" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aLT" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aLU" = (
+/obj/machinery/status_display,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aLV" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aLW" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aLX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aLY" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/engine/engineering)
+"aLZ" = (
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aMa" = (
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aMb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aMc" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aMd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 4
+ },
+/area/engine/engineering)
+"aMe" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/lights/mixed{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/item/device/lightreplacer,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/janitor)
+"aMf" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/purple/side{
+ dir = 10
+ },
+/area/janitor)
+"aMg" = (
+/obj/effect/landmark/start{
+ name = "Janitor"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 6
+ },
+/area/janitor)
+"aMh" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 12
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/mop,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aMi" = (
+/obj/machinery/shieldgen,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aMj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aMk" = (
+/obj/machinery/plantgenes,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aMl" = (
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (SOUTHWEST)";
+ icon_state = "greenblue";
+ dir = 10
+ },
+/area/hydroponics)
+"aMm" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"aMn" = (
+/obj/effect/landmark/start{
+ name = "Botanist"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"aMo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"aMp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/greenblue/side,
+/area/hydroponics)
+"aMq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/greenblue/side{
+ tag = "icon-greenblue (SOUTHEAST)";
+ icon_state = "greenblue";
+ dir = 6
+ },
+/area/hydroponics)
+"aMr" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/door/window/eastright{
+ dir = 8;
+ name = "Animal Pen";
+ req_access_txt = "35"
+ },
+/turf/open/floor/grass,
+/area/hydroponics)
+"aMs" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/grass,
+/area/hydroponics)
+"aMt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aMu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aMv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aMw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aMx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aMy" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aMz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMA" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMC" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (EAST)";
+ icon_state = "brown";
+ dir = 4
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMD" = (
+/obj/machinery/recharge_station,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aME" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aMF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aMG" = (
+/obj/structure/closet/crate{
+ name = "emergency supplies crate"
+ },
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/device/flashlight/flare{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/flashlight/flare{
+ pixel_x = -6;
+ pixel_y = -2
+ },
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/radio,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aMH" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"aMI" = (
+/obj/item/weapon/storage/firstaid/toxin,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 5
+ },
+/area/shuttle/escape)
+"aMJ" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"aMK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"aML" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Telecoms Control Room";
+ req_access = null;
+ req_access_txt = "19; 61"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/tcommsat/server)
+"aMM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"aMN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"aMO" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Engineering West";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aMP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aMQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aMR" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/engineering)
+"aMS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aMT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aMU" = (
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aMV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aMW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aMX" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/engine/engineering)
+"aMY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aMZ" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNa" = (
+/obj/machinery/suit_storage_unit/engine,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26
+ },
+/obj/structure/sign/directions/engineering{
+ desc = "A handy sign praising the engineering department.";
+ icon_state = "safety";
+ name = "engineering plaque";
+ pixel_y = -32;
+ tag = "icon-safety"
+ },
+/obj/item/clothing/glasses/meson/engine,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/tank_dispenser,
+/obj/machinery/light,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNc" = (
+/obj/machinery/suit_storage_unit/engine,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/glasses/meson/engine,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNd" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/sheet/plasteel{
+ amount = 50
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNe" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNf" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNg" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics South West";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aNi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aNj" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aNk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aNl" = (
+/obj/structure/closet/jcloset,
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/obj/item/device/flashlight,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aNm" = (
+/obj/structure/closet/l3closet/janitor,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/janitor)
+"aNn" = (
+/obj/structure/rack,
+/obj/item/clothing/gloves/color/black,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aNo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aNp" = (
+/obj/structure/table/glass,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/item/weapon/book/manual/hydroponics_pod_people,
+/obj/item/weapon/storage/box/syringes,
+/obj/item/weapon/paper/hydroponics,
+/obj/item/toy/figure/botanist,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aNq" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Hydroponics APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aNr" = (
+/obj/machinery/hydroponics/constructable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aNs" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aNt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aNu" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Hydroponics South";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aNv" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/mob/living/simple_animal/chicken,
+/turf/open/floor/grass,
+/area/hydroponics)
+"aNw" = (
+/mob/living/simple_animal/cow,
+/turf/open/floor/grass,
+/area/hydroponics)
+"aNx" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hydroponics)
+"aNy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aNz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Atrium"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"aNA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aNB" = (
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aNC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aND" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aNE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aNF" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aNG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen/red,
+/obj/item/weapon/stamp/denied{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/stamp,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (WEST)";
+ icon_state = "brown";
+ dir = 8
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNH" = (
+/obj/structure/closet/crate,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNI" = (
+/obj/structure/closet/crate,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNJ" = (
+/obj/structure/closet/crate,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNK" = (
+/obj/structure/closet/crate,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNL" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/item/hand_labeler_refill,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aNM" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aNN" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -3;
+ pixel_y = 1
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 0;
+ pixel_y = -1
+ },
+/obj/item/weapon/storage/toolbox/emergency{
+ pixel_x = 3;
+ pixel_y = -5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aNO" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"aNP" = (
+/obj/item/weapon/scalpel{
+ pixel_y = 12
+ },
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/retractor{
+ pixel_x = 4
+ },
+/obj/item/weapon/hemostat{
+ pixel_x = -4
+ },
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/obj/structure/table/reinforced,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"aNQ" = (
+/obj/structure/table/optable,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"aNR" = (
+/obj/item/weapon/defibrillator/loaded,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/cmo,
+/area/shuttle/escape)
+"aNS" = (
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/shuttle/escape)
+"aNT" = (
+/obj/machinery/announcement_system,
+/obj/machinery/ai_status_display{
+ pixel_x = -32
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aNU" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/server)
+"aNV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/server)
+"aNW" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/server)
+"aNX" = (
+/obj/machinery/computer/telecomms/monitor,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aNY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aNZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aOa" = (
+/obj/machinery/power/supermatter_shard{
+ anchored = 1;
+ base_icon_state = "darkmatter";
+ explosion_power = 20;
+ gasefficency = 0.15;
+ icon_state = "darkmatter";
+ name = "supermatter crystal"
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"aOb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/decal/cleanable/oil,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aOc" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aOd" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Engine Room APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aOe" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/janitor)
+"aOf" = (
+/obj/machinery/door/airlock{
+ name = "Custodial Closet";
+ req_access_txt = "26"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/janitor)
+"aOg" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Central Port Maintenance"
+ })
+"aOh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hydroponics)
+"aOi" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Hydroponics";
+ req_access_txt = "35"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hydroponics)
+"aOj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/hydroponics)
+"aOk" = (
+/obj/structure/sign/botany,
+/turf/closed/wall,
+/area/hydroponics)
+"aOl" = (
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 8
+ },
+/obj/structure/sign/directions/security{
+ dir = 8
+ },
+/obj/structure/sign/directions/medical{
+ pixel_y = -8
+ },
+/turf/closed/wall,
+/area/hallway/primary/central)
+"aOm" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/redyellow/side{
+ tag = "icon-redyellow (NORTHWEST)";
+ icon_state = "redyellow";
+ dir = 9
+ },
+/area/hallway/primary/central)
+"aOn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/redyellow/side{
+ tag = "icon-redyellow (NORTH)";
+ icon_state = "redyellow";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aOo" = (
+/turf/open/floor/plasteel/redyellow/side{
+ tag = "icon-redyellow (NORTH)";
+ icon_state = "redyellow";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aOp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/redyellow/side{
+ tag = "icon-redyellow (NORTH)";
+ icon_state = "redyellow";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aOq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/redyellow/side{
+ tag = "icon-redyellow (NORTHEAST)";
+ icon_state = "redyellow";
+ dir = 5
+ },
+/area/hallway/primary/central)
+"aOr" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Supply department is.";
+ dir = 4;
+ icon_state = "direction_supply";
+ name = "supply department";
+ tag = "icon-direction_supply"
+ },
+/obj/structure/sign/directions/science{
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/evac{
+ dir = 4;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/hallway/primary/central)
+"aOs" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aOt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aOu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/starboard{
+ name = "Central Starboard Maintenance"
+ })
+"aOv" = (
+/obj/machinery/computer/message_monitor,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/weapon/paper/monitorkey,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aOw" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/server)
+"aOx" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/server)
+"aOy" = (
+/obj/machinery/computer/telecomms/server,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aOz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aOA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aOB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aOC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aOD" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aOE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm";
+ name = "Radiation Chamber Shutters"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aOF" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aOG" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aOH" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aOI" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aOJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aOK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aOL" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aOM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aON" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aOO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOP" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOU" = (
+/obj/machinery/door/firedoor,
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 26
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway 4";
+ network = list("SS13","Prison")
+ },
+/turf/open/floor/plasteel/green/corner{
+ tag = "icon-greencorner (NORTH)";
+ icon_state = "greencorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOW" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/purple/corner{
+ tag = "icon-purplecorner (NORTH)";
+ icon_state = "purplecorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ aidisabled = 0;
+ dir = 1;
+ name = "Primary Hall APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/green/corner{
+ tag = "icon-greencorner (NORTH)";
+ icon_state = "greencorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOY" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aOZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/green/corner{
+ tag = "icon-greencorner (NORTH)";
+ icon_state = "greencorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway 3";
+ network = list("SS13","Prison")
+ },
+/turf/open/floor/plasteel/green/corner{
+ tag = "icon-greencorner (NORTH)";
+ icon_state = "greencorner";
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aPe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aPf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/green/corner{
+ tag = "icon-greencorner (NORTH)";
+ icon_state = "greencorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aPg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aPh" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/green/corner{
+ tag = "icon-greencorner (NORTH)";
+ icon_state = "greencorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aPi" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L1"
+ },
+/area/hallway/primary/central)
+"aPj" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L3"
+ },
+/area/hallway/primary/central)
+"aPk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L5"
+ },
+/area/hallway/primary/central)
+"aPl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L7"
+ },
+/area/hallway/primary/central)
+"aPm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L9"
+ },
+/area/hallway/primary/central)
+"aPn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L11"
+ },
+/area/hallway/primary/central)
+"aPo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L13";
+ name = "floor"
+ },
+/area/hallway/primary/central)
+"aPp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aPq" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aPr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aPs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aPt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aPu" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPv" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPx" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPy" = (
+/obj/structure/table,
+/obj/item/weapon/storage/briefcase,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aPA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table/wood,
+/obj/item/weapon/storage/secure/briefcase,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/weapon/grenade/smokebomb,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aPB" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "greydet";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/suit/jacket{
+ desc = "All the class of a trenchcoat without the security fibers.";
+ icon_state = "detective";
+ name = "trenchcoat"
+ },
+/obj/item/clothing/head/fedora,
+/obj/item/clothing/head/fedora{
+ icon_state = "detective"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aPC" = (
+/obj/structure/dresser,
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aPD" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/escape)
+"aPE" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"aPF" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"aPG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"aPH" = (
+/obj/machinery/door/airlock/command{
+ cyclelinkeddir = 2;
+ name = "Telecoms Server Room";
+ req_access = null;
+ req_access_txt = "61"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/tcommsat/server)
+"aPI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aPJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aPK" = (
+/obj/structure/sign/electricshock,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aPL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"aPM" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aPN" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aPO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPR" = (
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/firecloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPT" = (
+/obj/structure/rack,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aPW" = (
+/obj/machinery/vending/snack,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPX" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway South-West";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPY" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aPZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQb" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQc" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQf" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQh" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aQi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aQj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aQk" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aQl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aQm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L2"
+ },
+/area/hallway/primary/central)
+"aQn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L4"
+ },
+/area/hallway/primary/central)
+"aQo" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ icon_state = "L6"
+ },
+/area/hallway/primary/central)
+"aQp" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L8"
+ },
+/area/hallway/primary/central)
+"aQq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ icon_state = "L10"
+ },
+/area/hallway/primary/central)
+"aQr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ icon_state = "L12"
+ },
+/area/hallway/primary/central)
+"aQs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ desc = "";
+ icon_state = "L14"
+ },
+/area/hallway/primary/central)
+"aQt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"aQu" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"aQv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"aQw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQx" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQz" = (
+/obj/structure/sign/securearea{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway 3";
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aQB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/book/manual/wiki/security_space_law{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/book/manual/detective,
+/obj/item/device/camera/detective,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/starboard)
+"aQC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aQD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/maintenance/starboard)
+"aQE" = (
+/obj/structure/shuttle/engine/propulsion,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"aQF" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aQG" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aQH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aQI" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aQJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8;
+ icon_state = "manifold";
+ name = "scrubbers pipe"
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQK" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ icon_state = "pump_map";
+ name = "Gas to Loop"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQL" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQM" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQN" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQO" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Engineering Center";
+ dir = 2;
+ pixel_x = 23
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/engineering)
+"aQP" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQQ" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQR" = (
+/obj/machinery/atmospherics/components/trinary/filter/flipped{
+ tag = "icon-filter_off_f (EAST)";
+ icon_state = "filter_off_f";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQS" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aQU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aQV" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aQW" = (
+/turf/closed/wall,
+/area/library)
+"aQX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/library)
+"aQY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Library Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/library)
+"aQZ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Library Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/library)
+"aRa" = (
+/obj/structure/sign/kiddieplaque{
+ desc = "A long list of rules to be followed when in the library, extolling the virtues of being quiet at all times and threatening those who would dare eat hot food inside.";
+ name = "Library Rules Sign";
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/closed/wall,
+/area/library)
+"aRb" = (
+/turf/closed/wall,
+/area/medical/morgue)
+"aRc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"aRd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ req_access_txt = "5"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/morgue)
+"aRe" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/morgue)
+"aRf" = (
+/turf/closed/wall,
+/area/medical/chemistry)
+"aRg" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistbot";
+ name = "Chemisty Privacy Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"aRh" = (
+/obj/machinery/smartfridge/chemistry,
+/turf/closed/wall,
+/area/medical/chemistry)
+"aRi" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistbot";
+ name = "Chemisty Privacy Shutters"
+ },
+/obj/machinery/door/window/southleft{
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
+ },
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aRj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemisttop";
+ name = "Chemisty Lobby Shutters"
+ },
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"aRk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway 2";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aRl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"aRm" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"aRn" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aRo" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aRp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aRq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"aRr" = (
+/turf/closed/wall/r_wall,
+/area/toxins/lab)
+"aRs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab1";
+ name = "Research and Development Shutter"
+ },
+/turf/open/floor/plating,
+/area/toxins/lab)
+"aRt" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ name = "Research Lab Desk";
+ req_access_txt = "7"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab1";
+ name = "Research and Development Shutter"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aRu" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aRv" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aRw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aRx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"aRy" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aRz" = (
+/turf/closed/wall,
+/area/maintenance/starboard)
+"aRA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/starboard)
+"aRB" = (
+/obj/machinery/telecomms/bus/preset_one/birdstation,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Telecoms Server Room APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"aRC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aRD" = (
+/obj/machinery/blackbox_recorder,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"aRE" = (
+/obj/machinery/telecomms/broadcaster/preset_left/birdstation,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"aRF" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/closet/crate/bin,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -28;
+ pixel_y = 0
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aRG" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Gas to Cooling Loop";
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aRH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aRI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aRJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aRK" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aRL" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/engineering)
+"aRM" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aRN" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/engine/engineering)
+"aRO" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aRP" = (
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aRQ" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Gas to Cooling Loop";
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow,
+/area/engine/engineering)
+"aRR" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aRS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aRT" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Library 2";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aRU" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aRV" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aRW" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aRX" = (
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aRY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/dice/d20{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/dice/d10{
+ pixel_x = -3
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aRZ" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aSa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aSb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aSc" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aSd" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aSe" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/morgue)
+"aSf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/medical/morgue)
+"aSg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/medical/morgue)
+"aSh" = (
+/turf/closed/wall,
+/area/medical/medbay3)
+"aSi" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/medbay3)
+"aSj" = (
+/obj/structure/closet/wardrobe/chemistry_white,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aSk" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Chemistry Lab APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/camera{
+ c_tag = "Chemistry";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ dir = 1
+ },
+/area/medical/chemistry)
+"aSl" = (
+/obj/machinery/chem_master{
+ density = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aSm" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aSn" = (
+/obj/machinery/chem_dispenser,
+/obj/machinery/button/door{
+ id = "chemistbot";
+ name = "Chemistry Shutter Control";
+ pixel_x = 24;
+ pixel_y = 24;
+ req_access_txt = "33"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aSo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central)
+"aSp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central)
+"aSq" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/hallway/primary/central)
+"aSr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"aSs" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hallway/primary/central)
+"aSt" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central)
+"aSu" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table,
+/obj/item/weapon/disk/tech_disk{
+ pixel_x = -6
+ },
+/obj/item/weapon/disk/tech_disk{
+ pixel_x = 6
+ },
+/obj/item/weapon/disk/tech_disk{
+ pixel_y = 6
+ },
+/obj/item/toy/figure/scientist,
+/obj/machinery/button/door{
+ id = "rndlab1";
+ name = "Research Shutters Control";
+ pixel_x = -24;
+ pixel_y = 24;
+ req_access_txt = "7"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/lab)
+"aSv" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/lab)
+"aSw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/lab)
+"aSx" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ department = "Research Lab";
+ departmentType = 0;
+ name = "Research RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/lab)
+"aSy" = (
+/obj/structure/closet/crate/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aSz" = (
+/turf/closed/wall,
+/area/toxins/lab)
+"aSA" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (WEST)";
+ icon_state = "white_warn_end"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aSB" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (EAST)";
+ icon_state = "white_warn_end"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aSC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard)
+"aSD" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aSE" = (
+/obj/structure/closet/emcloset,
+/obj/item/clothing/mask/breath,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aSF" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aSG" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aSH" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/maintenance/starboard)
+"aSI" = (
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/photocopier,
+/obj/item/weapon/newspaper{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/newspaper,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aSJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/maintenance/starboard)
+"aSK" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/cigarettes/cigpack_uplift{
+ pixel_x = 6
+ },
+/obj/item/weapon/storage/fancy/cigarettes/cigpack_carp{
+ pixel_x = -3
+ },
+/obj/item/weapon/lighter,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aSL" = (
+/obj/machinery/telecomms/server/presets/common/birdstation,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"aSM" = (
+/obj/machinery/telecomms/hub/preset,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"aSN" = (
+/obj/machinery/announcement_system,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"aSO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"aSP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/closet/wardrobe/engineering_yellow,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aSQ" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/caution,
+/area/engine/engineering)
+"aSR" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/plasma,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aSS" = (
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/glasses/meson/engine,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aST" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/flashlight,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aSU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aSV" = (
+/obj/machinery/power/emitter{
+ tag = "icon-emitter (NORTH)";
+ icon_state = "emitter";
+ dir = 1;
+ anchored = 1;
+ state = 2
+ },
+/obj/structure/cable/white,
+/obj/machinery/light,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/engine/engineering)
+"aSW" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aSX" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aSY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi{
+ pixel_x = -5
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/engi{
+ pixel_x = 5;
+ pixel_y = 0
+ },
+/obj/item/device/geiger_counter,
+/obj/item/device/geiger_counter,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aSZ" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/suit/radiation,
+/obj/item/clothing/head/radiation,
+/obj/item/clothing/glasses/meson,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aTa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"aTb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aTc" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aTd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aTe" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aTf" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aTg" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck/cas{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/toy/cards/deck/cas/black{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aTh" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aTi" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ dir = 4;
+ name = "Librarian"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aTj" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"aTk" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aTl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aTm" = (
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/door/window/southleft,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay3)
+"aTn" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/door/window/southright,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay3)
+"aTo" = (
+/obj/structure/window/reinforced,
+/obj/machinery/clonepod,
+/turf/open/floor/plasteel/vault,
+/area/medical/medbay3)
+"aTp" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"aTq" = (
+/obj/structure/closet/secure_closet/medical1,
+/obj/structure/window/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aTr" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ dir = 1
+ },
+/area/medical/chemistry)
+"aTs" = (
+/obj/machinery/chem_heater,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aTt" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aTu" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aTv" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistbot";
+ name = "Chemisty Privacy Shutters"
+ },
+/obj/machinery/door/window/southleft{
+ dir = 8;
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aTw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aTx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aTy" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aTz" = (
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aTA" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18"
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Lounge";
+ dir = 2
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aTB" = (
+/obj/structure/chair/comfy/brown,
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aTC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aTD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aTE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/purple/corner{
+ tag = "icon-purplecorner (EAST)";
+ icon_state = "purplecorner";
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aTF" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/southleft{
+ dir = 4;
+ name = "Research Lab Desk";
+ req_access_txt = "7"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "rndlab1";
+ name = "Research and Development Shutter"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aTG" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/toxins/lab)
+"aTH" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aTI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/purple,
+/area/toxins/lab)
+"aTJ" = (
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/lab)
+"aTK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/stock_parts/matter_bin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/matter_bin,
+/obj/item/weapon/stock_parts/micro_laser,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aTL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/lab)
+"aTM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aTN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aTO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Science Maintenance";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aTP" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard)
+"aTQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aTR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aTS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aTT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aTU" = (
+/obj/structure/table/wood,
+/obj/item/weapon/poster/contraband{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/poster/contraband{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/poster/contraband,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aTV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/maintenance/starboard)
+"aTW" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aTX" = (
+/obj/machinery/telecomms/receiver/preset_left/birdstation,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"aTY" = (
+/obj/machinery/message_server,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/tcommsat/server)
+"aTZ" = (
+/obj/machinery/telecomms/processor/preset_one/birdstation,
+/turf/open/floor/bluegrid{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"aUa" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/junction,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"aUb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aUc" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Library APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aUd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUi" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aUj" = (
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aUk" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"aUl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aUm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aUn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay3)
+"aUo" = (
+/obj/machinery/camera{
+ c_tag = "Genetics Cloning";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aUp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aUq" = (
+/obj/machinery/computer/cloning,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"aUr" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/medical/chemistry)
+"aUs" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder{
+ pixel_y = 5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aUt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/chemistry)
+"aUu" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/medical/chemistry)
+"aUv" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aUw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ dir = 4
+ },
+/area/medical/chemistry)
+"aUx" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aUy" = (
+/turf/open/floor/carpet,
+/area/hallway/primary/central)
+"aUz" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aUA" = (
+/obj/machinery/r_n_d/destructive_analyzer,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aUB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aUC" = (
+/obj/machinery/r_n_d/protolathe,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aUD" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/lab)
+"aUE" = (
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/stock_parts/scanning_module{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/stock_parts/capacitor,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 28;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aUF" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aUG" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Research Division APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aUH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aUI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aUJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aUK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard)
+"aUL" = (
+/obj/structure/table/wood,
+/obj/item/weapon/electronics/firelock,
+/obj/item/weapon/electronics/airlock,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aUM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aUN" = (
+/obj/structure/chair/comfy/brown{
+ icon_state = "comfychair";
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/maintenance/starboard)
+"aUO" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"aUP" = (
+/obj/machinery/ntnet_relay,
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/tcommsat/server)
+"aUQ" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 5
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aUR" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 10
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aUS" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 6
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aUT" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 10
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aUU" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aUV" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aUW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUY" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aUZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aVa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVb" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aVc" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"aVd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aVe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aVf" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aVg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 1;
+ scrub_Toxins = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay3)
+"aVh" = (
+/obj/machinery/holopad,
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aVi" = (
+/obj/machinery/dna_scannernew,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 4
+ },
+/area/medical/medbay3)
+"aVj" = (
+/obj/structure/table/glass,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aVk" = (
+/obj/effect/landmark/start{
+ name = "Chemist"
+ },
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/chemistry)
+"aVl" = (
+/turf/open/floor/plasteel/whiteyellow/corner{
+ tag = "icon-whiteyellowcorner (WEST)";
+ icon_state = "whiteyellowcorner";
+ dir = 8
+ },
+/area/medical/chemistry)
+"aVm" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"aVn" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/requests_console{
+ department = "Chemistry Lab";
+ departmentType = 0;
+ name = "Chemistry RC";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whiteyellow/corner,
+/area/medical/chemistry)
+"aVo" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aVp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aVq" = (
+/obj/machinery/holopad,
+/turf/open/floor/carpet,
+/area/hallway/primary/central)
+"aVr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aVs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aVt" = (
+/obj/machinery/computer/rdconsole/core,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Research and Development Lab APC";
+ pixel_x = -26;
+ pixel_y = 3
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aVu" = (
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aVv" = (
+/obj/machinery/r_n_d/circuit_imprinter,
+/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aVw" = (
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"aVx" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aVy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aVz" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aVA" = (
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aVB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 140;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aVC" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aVD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 120;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Server Room";
+ dir = 2;
+ network = list("SS13","RD");
+ pixel_x = 22
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aVE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aVF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aVG" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aVH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/maintenance/starboard)
+"aVI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aVJ" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aVK" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 6
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aVL" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 9
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aVM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aVN" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/bag/books,
+/obj/item/device/taperecorder,
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aVP" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVQ" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aVR" = (
+/obj/structure/bookcase/random/fiction,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVS" = (
+/obj/structure/bookcase/random/fiction,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aVT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVU" = (
+/obj/structure/bookcase/random/adult,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aVV" = (
+/obj/structure/bookcase/random/adult,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aVX" = (
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXnineteen,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVY" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/gloves/color/latex,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel/vault,
+/area/medical/morgue)
+"aVZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aWa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aWb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay3)
+"aWc" = (
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = -38
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "cloningfoyer";
+ name = "Cloning Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/obj/machinery/limbgrower,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3)
+"aWd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay3)
+"aWe" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"aWf" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/glass/beaker/large{
+ pixel_x = -3
+ },
+/obj/item/weapon/reagent_containers/glass/beaker{
+ pixel_x = 3
+ },
+/obj/item/weapon/reagent_containers/dropper,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aWg" = (
+/obj/structure/table/glass,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aWh" = (
+/obj/structure/table/glass,
+/obj/item/clothing/glasses/science{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/clothing/glasses/science,
+/obj/item/stack/cable_coil/white{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aWi" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aWj" = (
+/obj/structure/table/glass,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/chemist,
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/chemistry)
+"aWk" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/item/weapon/wrench,
+/obj/item/clothing/glasses/welding,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/toxins/lab)
+"aWl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"aWm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "R&D";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"aWn" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/lab)
+"aWo" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/lab)
+"aWp" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/toxins/lab)
+"aWq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aWr" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aWs" = (
+/obj/machinery/r_n_d/server/core,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aWt" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aWu" = (
+/obj/machinery/r_n_d/server/robotics,
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aWv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard)
+"aWw" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/airlock,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aWx" = (
+/obj/structure/table/wood,
+/obj/item/stack/cable_coil/white,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/circuitboard/machine/microwave,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/maintenance/starboard)
+"aWy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/obj/item/device/taperecorder,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aWz" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/obj/structure/lattice,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aWA" = (
+/obj/machinery/libraryscanner,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aWB" = (
+/obj/effect/landmark/start{
+ dir = 4;
+ name = "Librarian"
+ },
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aWC" = (
+/obj/structure/table/wood,
+/obj/item/device/camera_film{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/device/camera_film,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aWD" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aWE" = (
+/turf/open/floor/plasteel/black,
+/area/library)
+"aWF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aWG" = (
+/obj/machinery/bookbinder,
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aWH" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Morgue APC";
+ pixel_y = -26
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"aWI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/medical/morgue)
+"aWJ" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/camera{
+ c_tag = "Medbay Morgue";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/morgue)
+"aWK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay3)
+"aWL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "cloningfoyer";
+ name = "Cloning Lab";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay3)
+"aWM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/medbay3)
+"aWN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Chemistry Lab";
+ req_access_txt = "5; 33"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/chemistry)
+"aWO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/nosmoking_1{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"aWP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/chips,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aWQ" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aWR" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aWS" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aWT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/grimy,
+/area/hallway/primary/central)
+"aWU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research and Development Lab";
+ req_access_txt = "0";
+ req_one_access_txt = "7;29"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/toxins/lab)
+"aWV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/toxins/lab)
+"aWW" = (
+/obj/structure/sign/nosmoking_1,
+/turf/closed/wall,
+/area/toxins/lab)
+"aWX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aWY" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aWZ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "Server Access";
+ req_access_txt = "30"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXa" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard)
+"aXc" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"aXd" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aXe" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/obj/machinery/light_switch{
+ pixel_y = -24
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aXf" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen/blue{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/pen/red,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aXg" = (
+/obj/structure/bookcase/random/nonfiction,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aXh" = (
+/obj/structure/bookcase/random/nonfiction,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aXi" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aXj" = (
+/obj/structure/bookcase/random/reference,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/library)
+"aXk" = (
+/obj/structure/bookcase/random/reference,
+/turf/open/floor/plasteel/black,
+/area/library)
+"aXl" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/camera{
+ c_tag = "Library 1";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"aXm" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/beakers,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay West";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aXo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aXp" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aXq" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aXr" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"aXs" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"aXt" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"aXu" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aXv" = (
+/turf/closed/wall,
+/area/hallway/primary/central)
+"aXw" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aXx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXz" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXD" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXF" = (
+/obj/machinery/door/airlock/command{
+ name = "Research Division Server Room";
+ req_access = null;
+ req_access_txt = "30"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXG" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXH" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXI" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/wrench,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aXJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aXK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/firecloset,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aXL" = (
+/obj/machinery/door/morgue{
+ name = "Librarian's Study";
+ req_access_txt = "37"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/library)
+"aXM" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/library)
+"aXN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/library)
+"aXO" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = -30;
+ pixel_y = 0;
+ pixel_z = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Storage";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXP" = (
+/obj/structure/closet/wardrobe/white/medical,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/item/weapon/storage/backpack/satchel/med,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXQ" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/bluecross_2,
+/turf/open/floor/plating,
+/area/medical/medbay3)
+"aXS" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"aXU" = (
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXV" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 2;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXW" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/pill_bottle/mannitol,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aXX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"aXY" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"aXZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"aYa" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (NORTH)";
+ icon_state = "bluecorner";
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aYb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aYc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central)
+"aYd" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central)
+"aYe" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central)
+"aYf" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aYg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aYh" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYi" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYk" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYm" = (
+/obj/machinery/light,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYp" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Research Division South";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYq" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYr" = (
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/obj/structure/cable/white,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYs" = (
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/rdservercontrol,
+/obj/machinery/light,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aYt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aYu" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aYv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"aYw" = (
+/obj/structure/destructible/cult/tome,
+/obj/item/weapon/book/codex_gigas,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aYx" = (
+/obj/effect/landmark/start{
+ dir = 4;
+ name = "Librarian"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aYy" = (
+/obj/structure/bookcase{
+ name = "Forbidden Knowledge"
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aYz" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aYA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aYB" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aYC" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aYD" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aYE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aYF" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aYG" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aYH" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay3)
+"aYI" = (
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay3)
+"aYJ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Medbay Storage";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay3)
+"aYK" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aYL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay3)
+"aYM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"aYN" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aYO" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aYP" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aYQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"aYR" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"aYS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 4
+ },
+/area/medical/medbay3)
+"aYT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aYU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aYV" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aYW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"aYX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"aYY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aYZ" = (
+/obj/structure/sign/securearea{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"aZa" = (
+/turf/closed/wall/r_wall,
+/area/assembly/chargebay)
+"aZb" = (
+/turf/closed/wall,
+/area/assembly/chargebay)
+"aZc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"aZd" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/research{
+ name = "Mech Bay";
+ req_access_txt = "29"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/assembly/chargebay)
+"aZe" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"aZf" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aZg" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aZh" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"aZi" = (
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"aZj" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"aZk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"aZl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"aZm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"aZn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aZo" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZp" = (
+/obj/structure/table/wood,
+/obj/item/weapon/gun/ballistic/automatic/toy/pistol/unrestricted,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZq" = (
+/obj/structure/table/wood,
+/obj/item/clothing/gloves/color/black,
+/obj/item/device/taperecorder,
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZr" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZs" = (
+/obj/structure/sign/poster,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/status_display{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aZv" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/device/laser_pointer{
+ pixel_x = 3
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aZw" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/obj/item/device/camera,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/library)
+"aZx" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZz" = (
+/obj/structure/sign/poster,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"aZC" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aZD" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay3)
+"aZE" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/cmo,
+/area/medical/medbay3)
+"aZF" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Medbay Storage";
+ req_access_txt = "5"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/medical/medbay3)
+"aZG" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aZH" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3)
+"aZI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"aZJ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"aZK" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aZL" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"aZM" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"aZN" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"aZO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"aZP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"aZQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aZR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"aZS" = (
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"aZT" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall,
+/area/hallway/primary/central)
+"aZU" = (
+/obj/machinery/recharge_station,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Mech Bay APC";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"aZV" = (
+/obj/machinery/recharge_station,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Cyborg"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"aZW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"aZX" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"aZY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"aZZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"baa" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"bab" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/weapon/screwdriver{
+ pixel_y = 5
+ },
+/obj/item/device/multitool,
+/obj/item/clothing/head/welding,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Robotics Lab";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bac" = (
+/obj/machinery/mecha_part_fabricator,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/assembly/robotics)
+"bad" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/robotics_cyborgs,
+/obj/item/weapon/storage/belt/utility/full,
+/obj/item/weapon/circuitboard/mecha/ripley/main,
+/obj/item/weapon/circuitboard/mecha/ripley/peripherals,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bae" = (
+/obj/machinery/mecha_part_fabricator,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (NORTH)"
+ },
+/area/assembly/robotics)
+"baf" = (
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
+/obj/structure/table/reinforced,
+/obj/item/stack/cable_coil/white,
+/obj/item/stack/cable_coil/white,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bag" = (
+/obj/item/weapon/paper_bin,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/requests_console{
+ department = "Robotics Lab";
+ departmentType = 0;
+ name = "Robotics RC";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bah" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"bai" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard)
+"baj" = (
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bak" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/black,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bal" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bam" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"ban" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/barricade/wooden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bao" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bap" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"baq" = (
+/obj/structure/table/wood,
+/obj/item/clothing/suit/syndicatefake,
+/obj/item/clothing/head/syndicatefake,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bar" = (
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bas" = (
+/obj/structure/dresser,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bat" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/structure/cable/white,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"bau" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/item/weapon/gun/syringe,
+/obj/machinery/light,
+/obj/structure/noticeboard{
+ dir = 1;
+ icon_state = "nboard00";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"bav" = (
+/obj/machinery/vending/medical,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"baw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/bluecross_2,
+/obj/structure/sign/nosmoking_1{
+ pixel_x = 0;
+ pixel_y = -28
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay3)
+"bax" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_end (EAST)"
+ },
+/area/medical/medbay3)
+"bay" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3)
+"baz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"baA" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"baB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"baC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"baD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"baE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"baF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"baG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/central)
+"baH" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Foyer";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"baI" = (
+/obj/structure/filingcabinet/security,
+/obj/machinery/firealarm{
+ pixel_y = 26
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/hallway/primary/central)
+"baJ" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"baK" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/device/radio,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/hallway/primary/central)
+"baL" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"baM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"baN" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Mech Bay";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"baO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"baP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"baQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"baR" = (
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/research{
+ name = "Mech Bay";
+ req_access_txt = "29"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"baS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"baT" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"baU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"baV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"baW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"baX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"baY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"baZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bba" = (
+/obj/item/stack/sheet/plasteel{
+ amount = 15
+ },
+/obj/item/weapon/wrench,
+/obj/item/clothing/glasses/welding,
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bbb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard)
+"bbc" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbd" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/black,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbe" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbg" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbi" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbl" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/toy/syndicateballoon,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbn" = (
+/obj/machinery/vending/autodrobe{
+ req_access_txt = "0"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbo" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbp" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bbq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"bbr" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"bbs" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"bbt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"bbu" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ icon_state = "fire0";
+ pixel_x = 24;
+ pixel_y = 0;
+ tag = "icon-fire0 (EAST)"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"bbv" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bbw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bbx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Checkpoint";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bby" = (
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bbz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbA" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Security Checkpoint APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"bbB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bbD" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/circuit,
+/area/assembly/chargebay)
+"bbE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/mech_bay_recharge_floor,
+/area/assembly/chargebay)
+"bbF" = (
+/obj/machinery/mech_bay_recharge_port{
+ tag = "icon-recharge_port (WEST)";
+ icon_state = "recharge_port";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"bbG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"bbH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bbI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ name = "Robotics Lab";
+ req_access_txt = "29"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bbJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bbK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bbL" = (
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/assembly/robotics)
+"bbM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bbN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bbO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bbP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bbQ" = (
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbR" = (
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbS" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken6";
+ icon_state = "wood-broken6"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/barricade/wooden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbY" = (
+/obj/machinery/computer/security/telescreen/entertainment,
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bbZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/wooden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bca" = (
+/obj/structure/sign/poster,
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcb" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcc" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcd" = (
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/obj/structure/table/reinforced,
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bce" = (
+/obj/structure/table/optable,
+/obj/effect/decal/cleanable/blood/old,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"bcf" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"bcg" = (
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/suit/apron/surgical,
+/obj/item/clothing/mask/surgical,
+/obj/item/weapon/surgical_drapes,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bch" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bci" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/medical/medbay3)
+"bcj" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/reagent_containers/hypospray/medipen,
+/obj/machinery/door/window/westleft{
+ dir = 2;
+ name = "Medbay Desk";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"bck" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ name = "Medbay Desk";
+ req_access_txt = "5"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay3)
+"bcl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bcm" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ d2 = 2;
+ icon_state = "0-2";
+ tag = "icon-0-2"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bcn" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bco" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bcp" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/computer/card,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/hallway/primary/central)
+"bcq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bcr" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcs" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "mechbay";
+ name = "Mech Bay Shutters"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bct" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bcu" = (
+/turf/open/floor/plasteel/circuit,
+/area/assembly/chargebay)
+"bcv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/circuit,
+/area/assembly/chargebay)
+"bcw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bcx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bcy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bcz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bcA" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bcB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bcC" = (
+/obj/structure/closet/crate/bin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bcD" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/weldingtool,
+/obj/item/device/assembly/voice,
+/obj/item/clothing/head/welding,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bcE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bcF" = (
+/obj/machinery/computer/slot_machine,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcG" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcH" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/wood,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcI" = (
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcJ" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcK" = (
+/obj/machinery/computer/slot_machine,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcL" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcN" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcO" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcP" = (
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcR" = (
+/obj/structure/table/wood,
+/obj/item/device/instrument/guitar,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcT" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/clothing/head/welding,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Port Maintenance APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bcU" = (
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/surgicaldrill{
+ pixel_y = 5
+ },
+/obj/structure/table/reinforced,
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bcV" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"bcW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"bcX" = (
+/obj/item/weapon/scalpel,
+/obj/item/weapon/cautery,
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bcY" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay South";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bcZ" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bda" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bdb" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 9
+ },
+/area/medical/medbay3)
+"bdc" = (
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 5
+ },
+/area/medical/medbay3)
+"bdd" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bde" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/obj/machinery/door/window/brigdoor/southright{
+ dir = 8;
+ name = "Security Desk";
+ pixel_x = -8;
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bdf" = (
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bdg" = (
+/obj/machinery/computer/security,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red,
+/area/hallway/primary/central)
+"bdh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bdi" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bdj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/poddoor/shutters{
+ id = "mechbay";
+ name = "Mech Bay Shutters"
+ },
+/obj/machinery/button/door{
+ id = "mechbay";
+ name = "Mech Bay Shutters Control";
+ pixel_y = -24;
+ req_access_txt = "29"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bdl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bdm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"bdn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"bdo" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"bdp" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/assembly/chargebay)
+"bdq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bdr" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bds" = (
+/turf/closed/wall,
+/area/assembly/robotics)
+"bdt" = (
+/obj/structure/closet/wardrobe/robotics_black,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Robotics Lab APC";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-0-4";
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bdu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bdv" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/cautery,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bdw" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/assembly/robotics)
+"bdx" = (
+/obj/effect/landmark/start{
+ name = "Roboticist"
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
+ },
+/area/assembly/robotics)
+"bdy" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bdz" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bdA" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bdB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bdC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/area/maintenance/starboard)
+"bdD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdE" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdF" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood{
+ tag = "icon-wood-broken5";
+ icon_state = "wood-broken5"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdG" = (
+/obj/structure/chair/stool/bar,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/wood{
+ tag = "icon-wood-broken2";
+ icon_state = "wood-broken2"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdH" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck/syndicate{
+ icon_state = "deck_syndicate_full";
+ pixel_x = 0;
+ pixel_y = 6
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdI" = (
+/obj/structure/table/wood,
+/obj/item/weapon/wrench,
+/obj/item/weapon/storage/secure/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/briefcase,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdK" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdL" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdM" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdN" = (
+/obj/structure/table/wood,
+/obj/item/clothing/suit/justice,
+/obj/item/clothing/head/helmet/justice/escape{
+ name = "justice helmet"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdP" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bdQ" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bdR" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/blue,
+/area/medical/medbay3)
+"bdS" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bdT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Surgery Theatre";
+ req_access_txt = "45"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"bdU" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"bdV" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay3)
+"bdW" = (
+/obj/structure/closet/crate/freezer/blood,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Recovery Room";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/medical/medbay3)
+"bdX" = (
+/obj/machinery/computer/crew,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = -26;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bdY" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 10
+ },
+/area/medical/medbay3)
+"bdZ" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
+ },
+/area/medical/medbay3)
+"bea" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
+ pixel_x = 6
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/obj/item/weapon/reagent_containers/syringe,
+/obj/machinery/door/window/westleft{
+ name = "Medbay Desk";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/medbay3)
+"beb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"bec" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bed" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bee" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/hallway/primary/central)
+"bef" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"beg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"beh" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/machinery/ai_status_display{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"bei" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/turf/open/floor/mech_bay_recharge_floor,
+/area/assembly/chargebay)
+"bej" = (
+/obj/machinery/mech_bay_recharge_port{
+ tag = "icon-recharge_port (WEST)";
+ icon_state = "recharge_port";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"bek" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bel" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bem" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/cell_charger,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"ben" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"beo" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/structure/sign/bluecross_2{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bep" = (
+/obj/machinery/computer/operating,
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 8
+ },
+/area/assembly/robotics)
+"beq" = (
+/obj/structure/table/optable,
+/obj/effect/decal/cleanable/blood/old,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/assembly/robotics)
+"ber" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/scalpel{
+ pixel_y = 16
+ },
+/obj/item/weapon/circular_saw,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = -32
+ },
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 28
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bes" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar/red,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen/engi,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bet" = (
+/obj/structure/rack,
+/obj/item/stack/sheet/metal{
+ amount = 30
+ },
+/obj/item/stack/packageWrap,
+/obj/item/stack/sheet/glass{
+ amount = 30
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"beu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bev" = (
+/obj/machinery/computer/slot_machine,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bew" = (
+/obj/structure/table/wood,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin";
+ pixel_x = 6
+ },
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin";
+ pixel_x = -6
+ },
+/obj/item/weapon/coin/iron{
+ icon_state = "coin_bananium_heads";
+ name = "arcade coin";
+ pixel_y = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bex" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/syringe{
+ pixel_y = 5
+ },
+/obj/item/weapon/reagent_containers/syringe,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bey" = (
+/obj/structure/table/wood,
+/obj/item/weapon/newspaper,
+/obj/item/clothing/head/bowler,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bez" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beA" = (
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beB" = (
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Theatre Stage";
+ req_access_txt = "0"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beC" = (
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick/random{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/lipstick/random{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/weapon/lipstick/random,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beD" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/medical/medbay3)
+"beF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Medbay Maintenance";
+ req_access_txt = "5"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/medbay3)
+"beG" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/medbay3)
+"beH" = (
+/obj/structure/closet/wardrobe/red,
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/hallway/primary/central)
+"beI" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/hallway/primary/central)
+"beJ" = (
+/obj/structure/closet/secure_closet/security,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Security Checkpoint";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/hallway/primary/central)
+"beK" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"beL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/assembly/chargebay)
+"beM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"beN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"beO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"beP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Robotics Lab Maintenance";
+ req_access_txt = "29"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/assembly/robotics)
+"beQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"beR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beS" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beV" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beW" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beX" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beY" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"beZ" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfc" = (
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bff" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/glass_security{
+ name = "Security Checkpoint";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/hallway/primary/central)
+"bfg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bfh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bfi" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bfj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bfk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bfl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bfm" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bfn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bfo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral/corner,
+/area/maintenance/starboard)
+"bfp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bfq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bfr" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/maintenance/starboard)
+"bfs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bft" = (
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Starboard Maintenance APC";
+ pixel_y = -26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bfu" = (
+/turf/closed/wall,
+/area/chapel/main)
+"bfv" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/shower{
+ pixel_y = 16
+ },
+/obj/structure/curtain,
+/obj/machinery/door/window/brigdoor/southleft{
+ name = "Shower"
+ },
+/obj/item/weapon/soap/deluxe,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/chapel/main)
+"bfw" = (
+/obj/structure/bonfire,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice{
+ desc = "For the weary spacemen on their quest to rekindle the first plasmafire.";
+ name = "Carton of Estus"
+ },
+/obj/item/weapon/nullrod/claymore/glowing{
+ desc = "Don't tell anyone you put any points into dex, though.";
+ force = 10;
+ name = "moonlight greatsword"
+ },
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/chapel/main)
+"bfx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/closed/wall,
+/area/chapel/main)
+"bfy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/closed/wall,
+/area/chapel/main)
+"bfz" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Crematorium";
+ req_access_txt = "27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bfA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/closed/wall,
+/area/chapel/main)
+"bfB" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/chapel/main)
+"bfC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall,
+/area/chapel/main)
+"bfD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfE" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfF" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/neutral,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bfI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/hallway/primary/central)
+"bfJ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bfK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bfL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bfM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ aidisabled = 0;
+ dir = 1;
+ name = "Central Hall APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bfN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/hallway/primary/central)
+"bfO" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bfP" = (
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bfQ" = (
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Xenobiology Lab";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/toxins/xenobiology)
+"bfR" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "rdxeno";
+ name = "Xenobiology Containment Door"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Xenobiology Lab";
+ req_access_txt = "47"
+ },
+/obj/structure/sign/xenobio{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/toxins/xenobiology)
+"bfS" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/chapel/main)
+"bfT" = (
+/obj/structure/bodycontainer/crematorium{
+ id = "cremawheat"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bfU" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"bfV" = (
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"bfW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"bfX" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bfY" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Chapel APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bfZ" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bga" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bgb" = (
+/obj/structure/bookcase,
+/obj/structure/sign/atmosplaque{
+ desc = "A plaque commemorating the fallen, may they rest in peace, forever asleep amongst the stars. Someone has drawn a picture of a crying badger at the bottom.";
+ icon_state = "kiddieplaque";
+ name = "Remembrance Plaque";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"bgc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bgd" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Port Maintenance"
+ })
+"bge" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"bgf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"bgg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"bgh" = (
+/obj/effect/landmark{
+ name = "lightsout"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/primary/central)
+"bgi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bgj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bgk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"bgl" = (
+/obj/machinery/vending/cola,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bgm" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"bgn" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bgo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bgp" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xeno2";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24;
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bgq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bgr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bgs" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xeno3";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24;
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bgt" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology Test Chamber";
+ dir = 2;
+ network = list("Xeno","RD");
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"bgu" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/tea,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bgv" = (
+/obj/machinery/biogenerator,
+/obj/item/weapon/wrench,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bgw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bgx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bgy" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bgz" = (
+/obj/machinery/seed_extractor,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bgA" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/poppy,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/food/snacks/grown/cherries,
+/obj/item/weapon/shovel/spade,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bgB" = (
+/obj/structure/mirror{
+ desc = "Mirror mirror on the wall, who is the most robust of them all?";
+ pixel_x = 26
+ },
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 12
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/chapel/main)
+"bgC" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/spellbook/oneuse/smoke,
+/obj/item/weapon/nullrod,
+/obj/item/organ/heart,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bgD" = (
+/obj/machinery/button/crematorium{
+ id = "cremawheat";
+ pixel_x = -26;
+ req_access_txt = "27"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Crematorium";
+ dir = 4;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bgE" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"bgF" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/chapel/main)
+"bgG" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bgH" = (
+/obj/structure/table/wood/fancy,
+/obj/item/device/flashlight/lantern,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bgI" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bgJ" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bgK" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bgL" = (
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bgM" = (
+/obj/structure/table/wood,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"bgN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgP" = (
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgQ" = (
+/obj/structure/sign/directions/engineering{
+ dir = 1;
+ pixel_y = 8
+ },
+/obj/structure/sign/directions/security{
+ dir = 1
+ },
+/obj/structure/sign/directions/medical{
+ dir = 1;
+ pixel_y = -8
+ },
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Arrivals Port"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Arrivals Port"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgT" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgV" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Arrivals Port"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgX" = (
+/obj/structure/sign/directions/engineering{
+ desc = "A direction sign, pointing out which way the Supply department is.";
+ dir = 1;
+ icon_state = "direction_supply";
+ name = "supply department";
+ tag = "icon-direction_supply"
+ },
+/obj/structure/sign/directions/science{
+ dir = 1;
+ pixel_y = -8
+ },
+/obj/structure/sign/directions/evac{
+ dir = 8;
+ pixel_y = 8
+ },
+/turf/closed/wall,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bgY" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"bgZ" = (
+/mob/living/simple_animal/slime,
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"bha" = (
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 8;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno2";
+ name = "Creature Cell #2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bhb" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bhc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
+ },
+/area/toxins/xenobiology)
+"bhd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-whitehall (WEST)"
+ },
+/area/toxins/xenobiology)
+"bhe" = (
+/obj/machinery/door/window/brigdoor{
+ dir = 4;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno3";
+ name = "Creature Cell #3"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bhf" = (
+/turf/open/floor/plasteel/vault{
+ tag = "icon-vault (WEST)";
+ icon_state = "vault";
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bhg" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"bhh" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"bhi" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"bhj" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bhk" = (
+/turf/open/floor/plasteel/hydrofloor,
+/area/maintenance/starboard)
+"bhl" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bhm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bhn" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/sign/botany{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bho" = (
+/obj/machinery/door/airlock/silver{
+ name = "Bathroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/chapel/main)
+"bhp" = (
+/obj/machinery/door/morgue{
+ name = "Relic Closet";
+ req_access_txt = "27"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bhq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/chapel/main)
+"bhr" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Crematorium";
+ req_access_txt = "27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bhs" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/noticeboard{
+ dir = 4;
+ icon_state = "nboard00";
+ pixel_x = -32;
+ pixel_y = 0;
+ tag = "icon-nboard00 (EAST)"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bht" = (
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/book/bible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bhu" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bhv" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bhw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bhx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"bhy" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Hall"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/chapel/main)
+"bhz" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-8";
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Arrivals APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhE" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhG" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhI" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhL" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bhM" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/structure/disposaloutlet{
+ tag = "icon-outlet (WEST)";
+ icon_state = "outlet";
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"bhN" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bhO" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bhP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bhQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"bhR" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bhS" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bhT" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/harebell,
+/obj/item/weapon/reagent_containers/food/snacks/grown/watermelon,
+/obj/item/weapon/cultivator,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bhU" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bhV" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bhW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bhX" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tea,
+/obj/item/weapon/hatchet,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bhY" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/tower,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/rh,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/starboard)
+"bhZ" = (
+/obj/structure/closet/wardrobe/chaplain_black,
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Chaplen Quarters";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bia" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/chapel/main)
+"bib" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"bic" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/chapel/main)
+"bid" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/sign/atmosplaque{
+ desc = "A plaque commemorating the fallen, may they rest in peace, forever asleep amongst the stars. Someone has drawn a picture of a crying badger at the bottom.";
+ icon_state = "kiddieplaque";
+ name = "Remembrance Plaque";
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/chapel/main)
+"bie" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Office";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/wood,
+/area/chapel/main)
+"bif" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"big" = (
+/obj/machinery/status_display,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/main)
+"bih" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bii" = (
+/obj/structure/table/wood/fancy,
+/obj/item/device/flashlight/lantern,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bij" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bik" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bil" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel{
+ dir = 1;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bim" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"bin" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/candle_box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"bio" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"bip" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biq" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bir" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Bay 1 North";
+ dir = 1
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bis" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bit" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bix" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/structure/closet/crate/bin,
+/obj/machinery/camera{
+ c_tag = "Arrivals - Starboard";
+ dir = 1;
+ name = "arrivals camera"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biB" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"biC" = (
+/obj/machinery/shower{
+ dir = 4;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (WEST)";
+ icon_state = "white_warn_end"
+ },
+/area/toxins/xenobiology)
+"biD" = (
+/obj/machinery/shower{
+ dir = 8;
+ icon_state = "shower";
+ name = "emergency shower"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white{
+ tag = "icon-white_warn_end (EAST)";
+ icon_state = "white_warn_end"
+ },
+/area/toxins/xenobiology)
+"biE" = (
+/obj/structure/sign/xenobio,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"biF" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/black,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"biG" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"biH" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Quarters";
+ req_access_txt = "27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/chapel/main)
+"biI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"biJ" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"biK" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"biL" = (
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"biM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Chapel Office";
+ req_access_txt = "27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/chapel/main)
+"biN" = (
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main)
+"biO" = (
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"biP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"biQ" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"biR" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"biS" = (
+/obj/structure/chair/wood/normal{
+ tag = "icon-wooden_chair (WEST)";
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "chapelprivacy";
+ name = "Chapel Privacy Shutters";
+ pixel_x = 0;
+ pixel_y = -24;
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/chapel/main)
+"biT" = (
+/obj/structure/bookcase,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel South";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"biU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biV" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway 3";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"biW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-2";
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"biX" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xeno1";
+ name = "Containment Control";
+ req_access_txt = "55"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"biY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/toxins/xenobiology)
+"biZ" = (
+/obj/machinery/monkey_recycler,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bja" = (
+/obj/machinery/processor/slime,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjb" = (
+/obj/machinery/smartfridge/extract,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bjd" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 140;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"bje" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ external_pressure_bound = 120;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ name = "server vent";
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Science - Server Room";
+ dir = 8;
+ name = "science camera";
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"bjf" = (
+/obj/structure/dresser,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bjg" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/airalarm{
+ dir = 1;
+ icon_state = "alarm0";
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/chapel/main)
+"bjh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating,
+/area/chapel/main)
+"bji" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjj" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen/fourcolor,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjk" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjl" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chapelprivacy";
+ name = "Chapel Privacy Shutters"
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"bjm" = (
+/obj/structure/sign/vacuum,
+/turf/closed/wall,
+/area/chapel/main)
+"bjn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjp" = (
+/obj/machinery/door/window/brigdoor{
+ dir = 8;
+ name = "Creature Pen";
+ req_access_txt = "47"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "xeno1";
+ name = "Creature Cell #1"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/obj/structure/cable/white{
+ tag = "icon-2-4";
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bjq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bjr" = (
+/obj/machinery/holopad,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-8";
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjs" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ tag = "icon-whitepurple (NORTH)";
+ icon_state = "whitepurple";
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bjt" = (
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-whitehall (WEST)"
+ },
+/area/toxins/xenobiology)
+"bju" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjv" = (
+/obj/machinery/door/airlock/glass_research{
+ name = "Xenobiology Kill Room";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjw" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bjx" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bjy" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjz" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/obj/effect/landmark/start{
+ name = "Chaplain"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjA" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/candle_box{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjD" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
+ },
+/area/toxins/xenobiology)
+"bjE" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bjF" = (
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bjG" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 6;
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
+ tag = "icon-whitepurple (SOUTHEAST)"
+ },
+/area/toxins/xenobiology)
+"bjH" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 1;
+ min_temperature = 80;
+ on = 1;
+ target_temperature = 80
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjI" = (
+/turf/open/floor/plasteel/circuit/gcircuit{
+ name = "Mainframe Base";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/toxins/xenobiology)
+"bjJ" = (
+/obj/machinery/photocopier,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -32
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjK" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/structure/noticeboard{
+ desc = "A board for remembering the fallen of the station.";
+ dir = 1;
+ icon_state = "nboard00";
+ name = "memorial board";
+ pixel_y = -32;
+ tag = "icon-nboard00 (NORTH)"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjL" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/machinery/requests_console{
+ department = "Chapel Office";
+ departmentType = 0;
+ name = "Chapel RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main)
+"bjM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = -26;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjN" = (
+/obj/structure/shuttle/engine/propulsion{
+ tag = "icon-propulsion (NORTH)";
+ icon_state = "propulsion";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"bjO" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/arrival)
+"bjP" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/box/syringes,
+/obj/item/weapon/extinguisher/mini,
+/obj/machinery/airalarm{
+ dir = 4;
+ locked = 0;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Xenobilogy Lab";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjQ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjR" = (
+/obj/machinery/computer/camera_advanced/xenobio,
+/obj/machinery/light,
+/obj/machinery/requests_console{
+ department = "Xenobiology Lab";
+ departmentType = 0;
+ name = "Xenobiology RC";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-1-4";
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/toxins/xenobiology)
+"bjS" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 5
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjT" = (
+/obj/structure/table/reinforced,
+/obj/machinery/reagentgrinder{
+ pixel_y = 5
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Xenobiology Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = -24
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable/white{
+ tag = "icon-0-8";
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bjU" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjV" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjW" = (
+/obj/structure/window/reinforced,
+/obj/structure/shuttle/engine/heater{
+ tag = "icon-heater (NORTH)";
+ icon_state = "heater";
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"bjX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/directions/engineering{
+ desc = "A sign that shows there are doors here. There are doors everywhere!";
+ icon_state = "doors";
+ name = "WARNING: EXTERNAL AIRLOCK";
+ tag = "icon-doors"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjY" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/vacuum,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bjZ" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/arrival)
+"bka" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"bkb" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"bkc" = (
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/clothing/suit/hazardvest{
+ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks.";
+ name = "emergency lifejacket"
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/weapon/tank/internals/emergency_oxygen/double{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/item/clothing/head/hardhat/orange{
+ name = "protective hat";
+ pixel_y = 9
+ },
+/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkd" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bke" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/machinery/camera{
+ c_tag = "Arrivals Suttle 1";
+ network = list("Labor")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkf" = (
+/obj/structure/table/reinforced,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkg" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bki" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/fans/tiny,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkj" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkl" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkm" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Arrival Shuttle Airlock";
+ req_access_txt = "0"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/arrival)
+"bkn" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/shuttle/arrival)
+"bko" = (
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/arrival)
+"bkp" = (
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/shuttle/arrival)
+"bkq" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/shuttle/arrival)
+"bkr" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bks" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/ai_status_display{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/shuttle/arrival)
+"bkt" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bku" = (
+/obj/machinery/vending/snack,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkv" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/latejoin,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkw" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/latejoin,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkx" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/sunnybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/arrival)
+"bky" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkz" = (
+/obj/machinery/vending/cola,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkA" = (
+/obj/structure/extinguisher_cabinet,
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/arrival)
+"bkB" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkC" = (
+/obj/item/device/radio/beacon,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkD" = (
+/obj/structure/flora/ausbushes/grassybush,
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/structure/flora/ausbushes/fernybush,
+/obj/structure/window/shuttle,
+/turf/open/floor/grass,
+/area/shuttle/arrival)
+"bkE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkF" = (
+/obj/machinery/vending/wallmed{
+ name = "Emergency NanoMed";
+ pixel_x = 0;
+ pixel_y = 0;
+ req_access_txt = "0";
+ use_power = 0
+ },
+/turf/closed/wall/shuttle/smooth/nodiagonal,
+/area/shuttle/arrival)
+"bkG" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"bkH" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8;
+ heat_capacity = 1e+006
+ },
+/area/shuttle/arrival)
+"bkI" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/toy/figure/assistant,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkJ" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/shuttle/arrival)
+"bkL" = (
+/obj/effect/landmark{
+ name = "Observer-Start"
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/arrival)
+"bkM" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkN" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/shuttle/arrival)
+"bkO" = (
+/turf/open/floor/plasteel/blue/corner,
+/area/shuttle/arrival)
+"bkP" = (
+/turf/open/floor/plasteel/blue/side,
+/area/shuttle/arrival)
+"bkQ" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Shuttle 2";
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue/corner{
+ tag = "icon-bluecorner (WEST)";
+ icon_state = "bluecorner";
+ dir = 8
+ },
+/area/shuttle/arrival)
+"bkR" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/storage/briefcase{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/secure/briefcase,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/shuttle/arrival)
+"bkS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkT" = (
+/obj/machinery/status_display,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"bkU" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Cockpit";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (WEST)"
+ },
+/area/shuttle/arrival)
+"bkV" = (
+/obj/machinery/ai_status_display,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
+"bkW" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_Toxins = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkX" = (
+/obj/machinery/status_display{
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bkY" = (
+/turf/open/floor/plasteel/blue/side{
+ dir = 8
+ },
+/area/shuttle/arrival)
+"bkZ" = (
+/obj/structure/chair/office/dark,
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
+ },
+/area/shuttle/arrival)
+"bla" = (
+/turf/open/floor/plasteel/blue/side{
+ tag = "icon-blue (EAST)";
+ icon_state = "blue";
+ dir = 4
+ },
+/area/shuttle/arrival)
+"blb" = (
+/obj/structure/closet/firecloset,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"blc" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bld" = (
+/obj/structure/frame/computer,
+/turf/open/floor/plasteel/blue,
+/area/shuttle/arrival)
+"ble" = (
+/obj/structure/frame/computer,
+/turf/open/floor/plasteel/blue/side,
+/area/shuttle/arrival)
+"blf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway 3"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"blg" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Port Primary Hallway";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_side (EAST)"
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"blh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway 2";
+ dir = 8;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"bli" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway 2";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"blj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Central Diner 4";
+ dir = 1
+ },
+/turf/open/floor/plasteel/redyellow,
+/area/crew_quarters/bar{
+ name = "Atrium"
+ })
+"blk" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Tank 3";
+ dir = 4;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/atmos)
+"bll" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Shuttle Docking Foyer";
+ dir = 8;
+ network = list("MINE")
+ },
+/obj/machinery/camera{
+ c_tag = "Escape Arm Airlocks";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"blm" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/camera{
+ c_tag = "Starboard Primary Hallway";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"bln" = (
+/obj/structure/cable/white{
+ tag = "icon-1-2";
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Engineering East";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"blo" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Research Division Access";
+ dir = 2;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central{
+ name = "Primary Hallway"
+ })
+"blp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway 1";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"blq" = (
+/obj/machinery/camera{
+ c_tag = "Communications Relay";
+ dir = 8;
+ network = list("MINE")
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/tcommsat/server)
+"blr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ tag = "icon-4-8";
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Research Division North";
+ dir = 2
+ },
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bls" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security Checkpoint";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/primary/central)
+"blt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Surgery Operating";
+ dir = 1;
+ network = list("SS13");
+ pixel_x = 22
+ },
+/turf/open/floor/plasteel/neutral,
+/area/medical/medbay3)
+"blu" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology Test Chamber";
+ dir = 2;
+ network = list("Xeno","RD");
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"blv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Bay 1 North";
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1;
+ heat_capacity = 1e+006
+ },
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"blw" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology Test Chamber";
+ dir = 2;
+ network = list("Xeno","RD");
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/toxins/xenobiology)
+"blx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"bly" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway 2";
+ dir = 8;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry{
+ name = "Arrivals"
+ })
+"blz" = (
+/obj/structure/frame/computer,
+/obj/machinery/camera{
+ c_tag = "Arrivals Shuttle Bridge";
+ dir = 1
+ },
+/turf/open/floor/plasteel/blue,
+/area/shuttle/arrival)
+"blA" = (
+/obj/machinery/door/airlock/centcom{
+ name = "Mass Driver Room";
+ req_access_txt = "27"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"blB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/chapel/main)
+"blC" = (
+/obj/machinery/mass_driver{
+ id = "chapelgun"
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"blD" = (
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Mass Driver";
+ req_access_txt = "22"
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 140;
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"blE" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
+ },
+/turf/closed/wall,
+/area/chapel/main)
+"blF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 140;
+ on = 1;
+ pressure_checks = 0
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"blG" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel Mass Driver";
+ dir = 8;
+ network = list("SS13")
+ },
+/obj/machinery/light/small,
+/obj/machinery/button/massdriver{
+ id = "chapelmassdoor";
+ name = "mass driver blast door button";
+ pixel_x = 24;
+ pixel_y = -8
+ },
+/obj/machinery/button/massdriver{
+ id = "chapelgun";
+ pixel_x = 24;
+ pixel_y = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/chapel/main)
+"blH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/chapel/main)
+"blI" = (
+/obj/machinery/door/poddoor{
+ id = "chapelmassdoor";
+ name = "Chapel Launcher Door"
+ },
+/turf/open/floor/plating,
+/area/chapel/main)
+"blJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/chapel/main)
+
+(1,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(2,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(3,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(4,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(5,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(6,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(7,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(8,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(9,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(10,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(11,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(12,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(13,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(14,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(15,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(16,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(17,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(18,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(19,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(20,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(21,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(22,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(23,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(24,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(25,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(26,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(27,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(28,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(29,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(30,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(31,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(32,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(33,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(34,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(35,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(36,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(37,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(38,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(39,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(40,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(41,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(42,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(43,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(44,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(45,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(46,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(47,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(48,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(49,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(50,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(51,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(52,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(53,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(54,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(55,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(56,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(57,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(58,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(59,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(60,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(61,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(62,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(63,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(64,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(65,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(66,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(67,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(68,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(69,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(70,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(71,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(72,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(73,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(74,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(75,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(76,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(77,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(78,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(79,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(80,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(81,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(82,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(83,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(84,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(85,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(86,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(87,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(88,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(89,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(90,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(91,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(92,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(93,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(94,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(95,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(96,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(97,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(98,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(99,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(100,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(101,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(102,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(103,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(104,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(105,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(106,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(107,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aGe
+aGe
+aGe
+aGe
+aGe
+aGe
+aGe
+abi
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(108,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aGe
+aHe
+aIb
+aJh
+aKp
+aLD
+aGe
+agE
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(109,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aGe
+aHf
+aIc
+aJi
+aKq
+aLE
+aGe
+afM
+abP
+afM
+abi
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(110,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aGe
+aHg
+aId
+aHe
+aKr
+aLF
+aMJ
+aMJ
+aMJ
+aMJ
+aMJ
+aMJ
+aMJ
+aMJ
+aMJ
+aMJ
+abP
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(111,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aGe
+aGe
+aGe
+aJj
+aKs
+aLG
+aMJ
+aNT
+aOv
+aPG
+aQF
+aRB
+aSL
+aTX
+aQG
+aMJ
+acG
+ahu
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(112,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+afL
+afM
+aGe
+aJk
+aKt
+aLH
+aMK
+aNU
+aOw
+aPG
+aQG
+aRC
+aQG
+aQG
+aUO
+aMJ
+afM
+afL
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(113,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+anx
+anx
+anx
+anx
+anx
+anx
+anx
+anx
+anx
+anx
+anx
+anx
+anx
+abi
+aad
+abT
+agE
+aGe
+aJl
+aKu
+aLI
+aML
+aNV
+aNV
+aPH
+aQH
+aRD
+aSM
+aTY
+aUP
+aMJ
+afM
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(114,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+anx
+asv
+atw
+asv
+anx
+awA
+axh
+awA
+anx
+aAg
+aBo
+aAg
+anx
+aad
+aad
+aad
+afL
+aGe
+aJm
+aKv
+aLJ
+aMM
+aNW
+aOx
+aPG
+aQG
+aQG
+aQG
+aQG
+aUO
+aMJ
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(115,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+anx
+asw
+atx
+auq
+anx
+awB
+axi
+aya
+anx
+aAh
+aBp
+aCr
+aqz
+ahu
+ahu
+ahu
+aaV
+aGe
+aJn
+aKw
+aLK
+aMJ
+aNX
+aOy
+aPG
+aQI
+aRE
+aSN
+aTZ
+blq
+aMJ
+agE
+afL
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(116,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aad
+aad
+aad
+aac
+aaW
+aad
+aad
+aad
+aad
+abi
+aqz
+arq
+asx
+aty
+aur
+avx
+asx
+aty
+aur
+avx
+aAi
+aty
+aCs
+aDn
+aEn
+aFq
+aGf
+aHh
+aIe
+aJo
+aKx
+aLL
+aMN
+aMN
+aMN
+aMN
+aMN
+aMN
+aSO
+aMJ
+aMJ
+aMJ
+abi
+ahu
+ahu
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(117,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+abi
+aac
+abi
+abi
+aad
+aad
+abi
+ajQ
+aqz
+arr
+asy
+atz
+aus
+avy
+awC
+axj
+ayb
+avy
+aAj
+blk
+aCt
+aDo
+aEo
+aFr
+aGg
+aHi
+aIf
+aJp
+aKy
+aLM
+aMO
+aNY
+aOz
+aPI
+aJp
+aRF
+aSP
+aEt
+abi
+aad
+abi
+aad
+abi
+aad
+aad
+aac
+aac
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(118,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aac
+aaa
+aac
+aad
+aad
+aad
+abi
+aik
+aaW
+aac
+aac
+abu
+abP
+aad
+aad
+acF
+aqA
+ars
+asz
+atA
+aut
+avz
+awD
+axk
+ayc
+azj
+aAk
+aBq
+aCu
+aDp
+aEp
+aFs
+aGh
+aHj
+aIg
+aJq
+aJq
+aLN
+aMP
+aNZ
+aOA
+aPJ
+aQJ
+aRG
+aSQ
+aUa
+aUQ
+aVK
+aUQ
+aXc
+aad
+ahu
+aad
+aad
+aac
+aac
+aac
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(119,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aad
+aad
+aad
+aac
+aac
+abS
+aac
+aac
+acD
+aad
+abi
+abu
+aqB
+art
+asA
+atB
+auu
+avA
+awE
+awE
+ayd
+azk
+aAl
+aBr
+aCv
+aDp
+aEq
+aFt
+aGh
+aHk
+aIh
+aJr
+aKz
+aLO
+aMQ
+aMQ
+aOB
+aLU
+aQK
+aRH
+aSR
+aEt
+aUR
+aVL
+aUR
+aUQ
+abi
+ahu
+aad
+aac
+acD
+aad
+aac
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(120,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aah
+aad
+aac
+aad
+aac
+aad
+aad
+aaW
+aac
+abu
+ajP
+aad
+abS
+aad
+aad
+abi
+aik
+aqB
+aru
+asB
+atC
+auv
+avB
+awF
+axl
+aye
+axl
+aAm
+aBs
+aCw
+aDp
+aEr
+aFu
+aGi
+aHl
+aIi
+aJs
+aKz
+aEt
+aMR
+aMR
+aMR
+aEt
+aQL
+aRI
+aSS
+aPL
+aUS
+aUU
+aWz
+aVL
+abi
+ahu
+abP
+abu
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(121,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aad
+aad
+aac
+aad
+aad
+abi
+abu
+abu
+aad
+aad
+aac
+abi
+anx
+anx
+anx
+aqC
+arv
+asC
+atD
+auw
+auw
+auw
+auw
+ayf
+azl
+azl
+aBt
+aCx
+aDp
+aEs
+aFv
+aGj
+aHm
+aIj
+aJt
+aEt
+aLP
+aMS
+aMS
+aOC
+aEt
+aQM
+aRJ
+aST
+aPL
+aUR
+aUU
+aWz
+aUQ
+abP
+abi
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(122,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+abu
+aac
+aad
+ajP
+abP
+amG
+anx
+aoq
+apu
+aqD
+arw
+asD
+atE
+aux
+avC
+awG
+awG
+ayg
+azm
+azm
+aBu
+aCy
+aDp
+aEt
+aEt
+aGg
+aHn
+aIk
+aJu
+aKA
+aLQ
+aMT
+aMT
+aMT
+aPK
+aQN
+aRK
+aSU
+aPL
+aUS
+aUU
+aWz
+aVL
+abu
+abP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(123,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+adv
+abj
+abj
+abu
+abu
+adw
+anx
+aor
+apv
+aqE
+arx
+asE
+atF
+auy
+avD
+awH
+axm
+ayh
+atH
+aAn
+aBv
+aCz
+aDq
+aEu
+aFw
+aGk
+aHo
+aIl
+aJv
+aKB
+aLR
+aMU
+aOa
+aMU
+aPL
+aQO
+aRL
+aSV
+aEt
+aUT
+aUU
+aUU
+aUQ
+abu
+abi
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(124,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abR
+aac
+aac
+aac
+aad
+aad
+aad
+abi
+ail
+abj
+abu
+abu
+alG
+adw
+anx
+aoq
+apw
+aqF
+ary
+asF
+atG
+auz
+avE
+awI
+axn
+ayi
+azn
+aAo
+aBw
+aCA
+aDr
+aEv
+aFx
+aGl
+aHp
+aIm
+aJu
+aKC
+aLS
+aMV
+aMV
+aMV
+aKD
+aQP
+aRM
+aSW
+aPL
+aUS
+aUU
+aWz
+aVL
+abP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(125,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abR
+aac
+aac
+aad
+aad
+aad
+aad
+abT
+abi
+aaV
+ajQ
+abi
+abT
+acG
+anx
+anx
+anx
+aqC
+arz
+asG
+atH
+auA
+avF
+awJ
+axo
+ayi
+azo
+aAp
+aBx
+aCB
+aqz
+aEw
+aFy
+aGg
+aHq
+aIn
+aJt
+aKD
+aLT
+aMW
+aMW
+aOD
+aEt
+aQQ
+aRN
+aSX
+aPL
+aUR
+aUU
+aWz
+aUQ
+abi
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(126,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+agE
+abi
+aad
+abi
+aqB
+arA
+asH
+atI
+auB
+avG
+awK
+axp
+ayj
+azp
+aAq
+aBy
+aCC
+aqz
+aEt
+aEt
+aGg
+aHr
+aIo
+aJw
+aKE
+aEt
+aMX
+aMX
+aMX
+aEt
+aQR
+aRO
+aSY
+aPL
+aUS
+aUU
+aWz
+aVL
+abi
+aOH
+aZo
+baj
+baj
+baj
+aZo
+aZo
+baj
+baj
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(127,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aac
+aac
+aad
+aad
+aad
+aad
+abi
+agE
+aad
+aad
+aad
+aad
+afL
+aad
+abi
+aad
+aad
+aaV
+aqB
+aqz
+aqz
+atJ
+auC
+avH
+awL
+axq
+ayi
+azo
+aAr
+aBz
+aCD
+aDs
+aEx
+aFz
+aGm
+aHs
+aIp
+aJx
+aKE
+aLU
+aMY
+aOb
+aOE
+aLO
+aQL
+aRP
+aSZ
+aEt
+aUR
+aUU
+aWz
+aUQ
+aad
+aOH
+aZp
+bak
+bbc
+bbQ
+bcF
+bdD
+beu
+baj
+aad
+aad
+aad
+aad
+aad
+aac
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(128,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aah
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+afL
+aaV
+ajQ
+aik
+afL
+aad
+aad
+abi
+afM
+aqG
+arB
+asI
+atK
+auD
+avI
+awM
+axr
+ayk
+azq
+aAs
+aBA
+aCE
+aDt
+aEy
+aFA
+aGn
+aHt
+aIq
+aJy
+aKF
+aLV
+aMZ
+aOc
+aOF
+aPM
+aQS
+aRQ
+aSQ
+aUa
+aUU
+aUU
+aUU
+aVL
+aad
+aOH
+aZq
+bal
+bbd
+bbR
+bcG
+bdE
+bev
+baj
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(129,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+afL
+ahu
+agF
+agF
+agF
+agF
+agF
+agF
+agF
+agF
+agF
+aqH
+arC
+arC
+arC
+auE
+avJ
+awN
+axs
+ayl
+azr
+aAt
+aBB
+aCF
+aDu
+aEz
+aFB
+aGo
+aHu
+aIr
+aJz
+aKG
+aLW
+bln
+aOd
+aOG
+aPN
+aQT
+aRR
+aTa
+aEt
+abi
+abu
+abP
+abi
+abi
+aOH
+aZr
+bam
+bbe
+bbS
+bcH
+bcG
+bcF
+baj
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(130,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+abT
+agE
+ahu
+aim
+aiR
+ajR
+akT
+alH
+amH
+any
+aos
+akT
+aqI
+arD
+asJ
+agF
+auF
+avK
+aqz
+axt
+aqz
+azs
+aAu
+aBC
+aCG
+aDv
+aEA
+aDv
+aDv
+aHv
+aEt
+aJA
+aKH
+aLX
+aEt
+aEt
+aOH
+aPO
+aQU
+aQU
+aQU
+aQU
+aQU
+aQU
+aQU
+aQU
+aQU
+aQU
+aZs
+ban
+bap
+bbT
+bcI
+bar
+bew
+aZo
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(131,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+afL
+abj
+ahu
+ain
+aiS
+ajS
+akU
+alI
+amI
+anz
+aot
+apx
+aqJ
+arE
+asK
+agF
+auG
+avL
+aqz
+axu
+aym
+azt
+aAv
+aBD
+aCH
+aDw
+aEB
+aFC
+aGp
+aHw
+aIs
+aJB
+aKI
+aLY
+aNa
+aEt
+aOI
+aPP
+aQV
+aRS
+aTb
+aUb
+aRS
+aVM
+aTb
+aXd
+aQV
+aTb
+aZt
+bao
+bbf
+bbU
+bbR
+bdF
+bcK
+baj
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(132,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+afM
+aaV
+ahu
+aio
+aiT
+ajT
+akV
+alJ
+amJ
+anA
+aou
+akV
+aqK
+arF
+asL
+agF
+auH
+avM
+aqz
+axv
+ayn
+azu
+aAw
+aBE
+aCI
+aDx
+aEC
+aFD
+aGq
+aHx
+aIt
+aJC
+aKJ
+aLZ
+aNb
+aEt
+aOJ
+aPQ
+aQW
+aQW
+aQW
+aQW
+aQW
+aQW
+aQW
+aQW
+aQW
+aQW
+aQW
+aQW
+bbg
+aZz
+bcJ
+bdG
+bev
+baj
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(133,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+abi
+abi
+abT
+abi
+abT
+acG
+agF
+agF
+aip
+aiU
+ajU
+agF
+alK
+agF
+anB
+ait
+agF
+aqL
+arG
+asM
+agF
+auI
+avN
+aqz
+axw
+ayo
+azv
+aAx
+aBF
+awN
+aDy
+aED
+aFE
+aGr
+aHh
+aIu
+aJD
+aKK
+aMa
+aNc
+aEt
+aOK
+aPR
+aQW
+aRT
+aRU
+aUc
+aUV
+aVN
+aWA
+aXe
+aQW
+aYw
+aZu
+aQW
+aYA
+aPV
+bcK
+bdH
+bex
+baj
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(134,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aaV
+aaW
+abj
+adv
+ael
+abT
+abP
+agF
+ahv
+aiq
+aiV
+ajV
+akW
+alL
+amK
+anC
+aov
+apy
+aqM
+arH
+asN
+atL
+auJ
+avO
+aqz
+axx
+ayp
+azw
+aAy
+aBG
+aCJ
+aDz
+aEE
+aFF
+aGs
+aHy
+aIv
+aJE
+aKL
+aMb
+aNd
+aEt
+aOL
+aPS
+aQW
+aRU
+aTc
+aUd
+aSa
+aVO
+aWB
+aVO
+aXL
+aYx
+aZv
+aQW
+bbh
+aPV
+baj
+bca
+baj
+aZo
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(135,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aaV
+abi
+abj
+abj
+abS
+abu
+acF
+abi
+afN
+agF
+ahw
+air
+aiW
+ajW
+akX
+alM
+amL
+anD
+aiW
+apz
+aqN
+arI
+asO
+arC
+auK
+avP
+aqz
+axy
+ayq
+azx
+aAz
+aBH
+aCK
+aDA
+aEF
+aFG
+aGt
+aHz
+aIw
+aJF
+aKM
+aMa
+aNe
+aEt
+aOL
+aPT
+aQW
+aRV
+aTd
+aUe
+aUW
+aVP
+aWC
+aXf
+aXM
+aYy
+aZw
+aQW
+bbi
+bbV
+bcL
+bdI
+bey
+aZo
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(136,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aaW
+abj
+abj
+abS
+acD
+adw
+aem
+afb
+adw
+agF
+ahx
+ais
+aiX
+ajX
+akY
+alN
+amM
+anE
+aiX
+apA
+aqO
+arJ
+asP
+agF
+auL
+avQ
+aqz
+axz
+asB
+azy
+aAA
+aBI
+ays
+aDB
+aEG
+aFH
+aGu
+aHA
+aIx
+aJG
+aKN
+aMc
+aNf
+aEt
+aOM
+aPU
+aQW
+aRW
+aTe
+aUf
+aUX
+aVQ
+aWD
+aVQ
+aQW
+aQW
+aQW
+aQW
+bbj
+bbW
+bcM
+bdJ
+bez
+baj
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(137,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+abi
+abj
+abu
+acE
+adx
+aen
+adz
+afc
+agF
+ahy
+ait
+aiY
+ajY
+akZ
+alO
+ajY
+anF
+aow
+apB
+aqP
+arK
+asQ
+agF
+auM
+avR
+aqz
+axA
+ayr
+azz
+aAB
+aBJ
+aqz
+anQ
+aEH
+aFI
+anQ
+aEt
+aIy
+aJH
+aKO
+aMd
+aNg
+aEt
+aON
+aPV
+aQW
+aRX
+aTf
+aUf
+aUX
+aVR
+aVQ
+aXg
+aQW
+aYz
+aZx
+aRS
+bbk
+bbV
+bcN
+bdK
+beA
+baj
+aad
+aad
+aad
+abT
+abT
+abT
+abT
+abT
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(138,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaW
+abu
+acF
+ady
+aeo
+abi
+afO
+agF
+agF
+agF
+aiZ
+ajZ
+ala
+aiZ
+amN
+ala
+aox
+apC
+ala
+arL
+asM
+agF
+auN
+avS
+aqz
+aqz
+ays
+ays
+ays
+aqz
+aqz
+aDC
+ajh
+aFJ
+aGv
+aHB
+aEt
+aHA
+aHA
+aHA
+aEt
+aEt
+aOO
+aPW
+aQW
+aRY
+aTg
+aUf
+aUX
+aVS
+aWE
+aXh
+aQW
+aYA
+aZy
+bap
+bap
+bbX
+bcO
+bdL
+beB
+baj
+bfu
+bfu
+bfu
+bfu
+bhZ
+biF
+bjf
+bfu
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(139,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aah
+aad
+aad
+aad
+aad
+aad
+aad
+abi
+abi
+acG
+adz
+abT
+abi
+acF
+agG
+ahz
+agF
+aja
+aka
+ala
+alP
+aka
+ala
+aoy
+apD
+aqQ
+arM
+asR
+agF
+auO
+avT
+awO
+axB
+ayt
+ayt
+ayt
+aBK
+aCL
+ayt
+aEI
+aFK
+aGw
+aHC
+aIz
+aIz
+aIz
+aIz
+aNh
+awO
+aOP
+aPX
+aQX
+aRZ
+aTh
+aUf
+aUY
+aVT
+aVQ
+aXi
+aQW
+aYB
+aZz
+baq
+bbl
+bbY
+bcP
+bdM
+bcQ
+baj
+bfv
+bfS
+bgB
+bho
+bia
+biG
+bjg
+bfu
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(140,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aaa
+aae
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+abT
+acH
+acF
+aep
+afc
+acF
+agH
+ahA
+agF
+ajb
+akb
+ala
+alQ
+akb
+ala
+aoz
+apE
+aqR
+arN
+asS
+agF
+auP
+avU
+anH
+axC
+axC
+axC
+aAC
+aBL
+aCM
+aCM
+aEJ
+aFL
+aGx
+aHD
+aIA
+aCM
+aCM
+aCM
+aNi
+anH
+aOQ
+aPY
+aQY
+aSa
+aSa
+aUg
+aUX
+aVU
+aWE
+aXj
+aQW
+aYC
+aZA
+bar
+bbm
+bbZ
+bcQ
+bcP
+bcP
+baj
+bfu
+bfu
+bfu
+bfu
+bib
+biH
+bjh
+bfu
+bfu
+bfu
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(141,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+abT
+abT
+abT
+abT
+abT
+abT
+abT
+abT
+agF
+ajc
+ajc
+aip
+ajc
+ajc
+anG
+aoA
+apF
+agF
+arO
+ajc
+agF
+auQ
+avV
+awP
+awQ
+ayu
+ayu
+aAD
+aBM
+ayu
+ayu
+awQ
+awQ
+ayV
+aHE
+aIB
+aIB
+aIB
+aIB
+aIB
+aOe
+aOR
+aPZ
+aQZ
+aSb
+aSb
+aUh
+aUZ
+aVV
+aVQ
+aXk
+aQW
+aYD
+aPV
+bas
+bbn
+bca
+bcR
+bdN
+beC
+baj
+bfw
+bfu
+bgC
+bhp
+bic
+biI
+bji
+bjy
+bjJ
+bfu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(142,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aad
+aac
+aac
+aac
+aad
+abv
+acI
+adA
+aeq
+afd
+afP
+agI
+ahB
+aiu
+ajd
+akc
+alb
+alR
+akc
+blg
+aoB
+apG
+akc
+akc
+akc
+atM
+auR
+avW
+awQ
+axD
+ayv
+ayv
+aAE
+aBN
+ayv
+ayv
+aEK
+awQ
+aGy
+aHF
+aIB
+aJI
+aKP
+aMe
+aNj
+aIB
+aOS
+aQa
+aQX
+aSc
+aTi
+aUi
+aVa
+aVW
+aWF
+aVW
+aXN
+aYE
+aZB
+bap
+bap
+bap
+bap
+bap
+bap
+bap
+bfx
+bfu
+bfu
+bfu
+bid
+biJ
+bjj
+bjz
+bjK
+bfu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(143,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abU
+acJ
+adB
+aer
+afe
+afQ
+agJ
+ahC
+aiv
+aje
+akd
+alc
+alS
+alc
+anI
+alc
+apH
+aqS
+alc
+asT
+atN
+auS
+avX
+awQ
+axE
+ayw
+azA
+aAF
+aBO
+aCN
+aDD
+aEL
+awQ
+aGz
+aHG
+aIB
+aJJ
+aKQ
+aMf
+aNk
+aOf
+aOT
+aQb
+aRa
+aSd
+aRU
+aUj
+aVb
+aVX
+aWG
+aXl
+aQW
+aYF
+aXd
+aRS
+bbo
+bcb
+bcS
+bdO
+beD
+beR
+bfy
+bfT
+bgD
+bhq
+bie
+biK
+bjk
+bjA
+bjL
+bfu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(144,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aac
+aac
+aac
+aac
+aad
+aad
+abv
+acK
+adC
+aes
+aff
+afR
+agK
+ahD
+aiw
+ajf
+ake
+ald
+abt
+abt
+abt
+abt
+apI
+apI
+arP
+asU
+atO
+arP
+apI
+awQ
+axF
+ayx
+azB
+aAG
+aBP
+aCO
+aDE
+aEM
+awQ
+aGA
+aHH
+aIC
+aJK
+aKR
+aMg
+aNl
+aID
+aOU
+aQc
+aRb
+aRb
+aRb
+aRb
+aRb
+aRb
+aRb
+aSh
+aSh
+aSh
+aSh
+aSh
+aSh
+bcc
+bcT
+bdP
+aZo
+beS
+bfz
+bfU
+bgE
+bhr
+bif
+biL
+bfu
+bfu
+bfu
+bfu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(145,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aac
+aac
+aad
+aad
+aad
+aad
+abv
+abv
+acL
+adD
+abv
+afg
+afS
+agL
+ahE
+aiu
+ajg
+akf
+abt
+alT
+amO
+anJ
+aoC
+apI
+aqT
+arQ
+asV
+atP
+auT
+avY
+awQ
+axG
+ayy
+azC
+aAH
+aBQ
+azC
+aDF
+aEN
+awQ
+aGB
+aHI
+aID
+aJL
+aKS
+aMh
+aNm
+aIB
+aOV
+aQd
+aRc
+aSe
+aTj
+aUk
+aVc
+aVY
+aWH
+aSh
+aXO
+aYG
+aZC
+bat
+aSh
+aSh
+aSh
+aSh
+aSh
+beT
+bfA
+bfu
+bgF
+bfu
+big
+biM
+bfu
+blC
+blF
+blI
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(146,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aah
+aad
+aad
+aad
+aad
+aad
+aad
+abv
+abV
+acM
+adE
+abv
+afh
+afT
+agM
+ahF
+afU
+ajh
+akg
+ale
+alU
+amP
+abt
+abt
+apI
+aqU
+arR
+asW
+atQ
+auU
+avZ
+awQ
+awQ
+awQ
+awQ
+aAH
+aBQ
+awQ
+awQ
+awQ
+awQ
+aGC
+aHJ
+aIB
+aIB
+aIB
+aIB
+aIB
+aIB
+aOW
+aPZ
+aRd
+aSf
+aTk
+aUl
+aVd
+aVZ
+aWI
+aSh
+aXP
+aYH
+aZD
+bau
+aSh
+bcd
+bcU
+bdQ
+aSh
+beU
+bfA
+bfV
+bgG
+bhs
+bih
+biN
+blA
+blD
+blG
+blJ
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(147,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+abv
+abv
+abv
+abv
+abv
+afi
+afU
+afU
+afU
+afU
+aji
+akh
+alf
+alV
+amQ
+anK
+aoD
+apI
+aqV
+arS
+asX
+atR
+auV
+awa
+awQ
+axH
+ayz
+azD
+aAH
+aBQ
+azD
+aDG
+aEO
+awQ
+aGD
+aHK
+aIE
+atc
+aKT
+aMi
+aNn
+awe
+aOX
+aQe
+aRe
+aSg
+aTl
+aUm
+aVe
+aWa
+aWJ
+aSh
+aXQ
+aYI
+aZE
+bav
+aSh
+bce
+bcV
+bdR
+aSh
+beV
+bfB
+bfW
+bgH
+bht
+bii
+biO
+blB
+blE
+blH
+bfu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(148,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aah
+aad
+aad
+aad
+aad
+aad
+aad
+abt
+abW
+acN
+adF
+aet
+afj
+afV
+agN
+ahG
+aix
+ajj
+aki
+abt
+alW
+amR
+abt
+abt
+apI
+aqW
+arT
+asY
+atS
+auW
+awb
+awQ
+axI
+ayA
+awQ
+aAH
+aBQ
+awQ
+aDH
+aEP
+awQ
+aGE
+aHL
+aIF
+aJM
+aKU
+aMj
+aNo
+aOg
+aOY
+aQf
+abt
+aSh
+aSh
+aUn
+aVf
+aWb
+aSh
+aSh
+aXR
+aYJ
+aZF
+baw
+aSh
+bcf
+bcW
+blt
+aSh
+beW
+bfA
+bfX
+bgI
+bhu
+bij
+biP
+bjl
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(149,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aad
+aad
+aad
+aad
+aad
+abw
+abw
+abw
+abw
+abw
+abw
+afW
+abw
+abw
+abw
+ajk
+akj
+abt
+alX
+amS
+anJ
+aoE
+apI
+aqX
+arU
+asZ
+atT
+auX
+awc
+awQ
+awQ
+awQ
+awQ
+aAI
+aBR
+awQ
+awQ
+awQ
+awQ
+arY
+aHM
+aHM
+aHM
+aHM
+aHM
+aHM
+aHM
+aOZ
+aQd
+ayV
+aSh
+aTm
+aUo
+aVg
+aWc
+aWK
+aXm
+aXS
+aYK
+aZG
+bax
+aSh
+bcg
+bcX
+bdS
+aSh
+beX
+bfy
+bfY
+bgJ
+bhv
+bik
+biQ
+bjl
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(150,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aad
+aad
+aad
+aad
+abw
+abX
+acO
+adG
+aeu
+afk
+afX
+agO
+ahH
+abw
+ajl
+akk
+alg
+alg
+alg
+alg
+alg
+apJ
+apJ
+apI
+ata
+atU
+apI
+apI
+awQ
+axJ
+ayB
+azD
+aAH
+aBS
+azD
+ayz
+aEQ
+awQ
+aGF
+aHM
+aIG
+aJN
+aKV
+aMk
+aNp
+aHM
+aPa
+aQb
+aKg
+aSh
+aTn
+aUp
+aVh
+aWd
+aWL
+aXn
+aXn
+aYL
+aZH
+bay
+aSi
+aUn
+aWb
+bdT
+aSh
+beY
+bfA
+bfZ
+bgK
+bhw
+bil
+biR
+bjl
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(151,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aah
+aad
+aad
+abw
+abY
+acP
+adH
+adH
+adH
+afY
+agP
+ahI
+abw
+ajh
+akl
+alh
+alY
+amT
+anL
+aoF
+apK
+alg
+arV
+atb
+atV
+auY
+awd
+awQ
+axK
+ayC
+awQ
+aAJ
+aBT
+awQ
+aDI
+aER
+awQ
+aGG
+aHM
+aIH
+aJO
+aKW
+aMl
+aIH
+aOh
+aPb
+aQd
+azU
+aSi
+aTo
+aUq
+aVi
+aWe
+aWM
+aXo
+aXT
+aYM
+aZI
+baz
+bbp
+bch
+bcY
+bdU
+beE
+beZ
+bfC
+bga
+bgL
+bhw
+bim
+biS
+bfu
+aaa
+aaa
+aaa
+aaa
+bgU
+bkh
+bgU
+aae
+aaa
+aaa
+aae
+bgU
+bkh
+bgU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(152,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aae
+aad
+aad
+abw
+abZ
+acQ
+adI
+aev
+afl
+afZ
+agQ
+ahJ
+abw
+blf
+akm
+ali
+alZ
+amU
+anM
+anM
+apL
+alg
+arW
+atc
+aoM
+atc
+awe
+awQ
+awQ
+awQ
+awQ
+awQ
+awQ
+awQ
+awQ
+awQ
+awQ
+arY
+aHM
+aII
+aJP
+aKX
+aMm
+aNq
+aHM
+aPc
+aQd
+aRf
+aRf
+aTp
+aUr
+aTp
+aRf
+aRf
+aXp
+aXU
+aYN
+aZJ
+baA
+bbq
+bbq
+bbq
+bdV
+beF
+bfa
+bfA
+bgb
+bgM
+bhx
+bin
+biT
+bfu
+aae
+aae
+aae
+aae
+bgU
+bki
+bgU
+bgU
+bgU
+bgU
+bgU
+bgU
+bki
+bgU
+aae
+aae
+aae
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(153,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aae
+aaa
+aae
+abx
+aca
+acR
+adJ
+aev
+afm
+aga
+agR
+ahK
+abw
+ajm
+akn
+alh
+ama
+amV
+anN
+aoG
+apM
+alg
+arX
+atd
+atW
+atd
+atd
+atd
+axL
+ayD
+atd
+atd
+aBU
+ayD
+atd
+aBU
+aFM
+aGH
+aHM
+aIJ
+aJQ
+aKY
+aMn
+aNr
+aOh
+aPb
+aQg
+aRg
+aSj
+aTq
+aUs
+aVj
+aWf
+aTp
+aXq
+aXV
+aYO
+aZK
+baB
+bbr
+bci
+bcZ
+bdW
+aSh
+beU
+bfA
+bfu
+bfu
+bhy
+bio
+bfu
+bfu
+bgU
+bgP
+bgP
+bjX
+bgU
+bkj
+bgU
+bkt
+bky
+bkB
+bkE
+bgU
+bkj
+bgU
+bjY
+bgP
+bgU
+bgU
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(154,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aaf
+aae
+aaf
+aaf
+aae
+abx
+acb
+acS
+adK
+aew
+afn
+agb
+agS
+ahL
+abw
+ajh
+ako
+alj
+amb
+amW
+anO
+aoH
+apN
+alg
+arY
+ate
+ath
+auZ
+auZ
+auZ
+auZ
+auZ
+auZ
+auZ
+auZ
+auZ
+auZ
+auZ
+auZ
+aGI
+aHN
+aIK
+aJP
+aKZ
+aMo
+aNs
+aHM
+aPd
+aQh
+aRf
+aSk
+aTr
+aUt
+aVk
+aWg
+aRf
+aXr
+aXW
+aYP
+aZL
+baC
+bbs
+aSi
+aWK
+aWK
+aSh
+bfb
+bfD
+bgc
+bgN
+bhz
+bip
+biU
+bjn
+bjB
+bjM
+bjU
+bjB
+bjB
+bkk
+bjB
+bjB
+bjB
+bjB
+bjB
+bjB
+bjB
+bjB
+bjB
+bkW
+blb
+bgU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(155,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aae
+aaa
+aae
+abw
+acc
+acT
+adL
+aex
+afo
+agc
+agT
+ahM
+abw
+ajh
+akp
+alh
+amc
+amX
+anP
+aoI
+apO
+alg
+arZ
+atf
+atX
+ava
+awf
+awR
+axM
+ayE
+azE
+aAK
+aBV
+aCP
+aDJ
+aES
+aAL
+aGJ
+aHO
+aIL
+aJR
+aLa
+aMp
+aNt
+aOi
+aPe
+aQi
+aRh
+aSl
+aTs
+aUu
+aVl
+aWh
+aRh
+aXs
+aXX
+aYQ
+aZM
+baD
+bbr
+aWK
+bda
+bdX
+aSh
+bfc
+bfE
+bdO
+bgO
+bhA
+biq
+biV
+bjo
+bjC
+bjC
+bjV
+bjC
+bjC
+bkl
+blx
+bjC
+bjC
+bjC
+bjC
+bjC
+bjC
+bly
+bkS
+bkX
+blc
+bgU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(156,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aai
+aay
+aak
+aam
+aak
+abw
+abw
+abw
+abw
+abw
+abw
+agd
+agU
+ahN
+abw
+ajn
+akq
+alg
+amd
+amY
+alg
+alg
+alg
+alg
+asa
+atf
+atY
+avb
+awg
+awg
+awg
+ayF
+azF
+aAL
+aBW
+aCQ
+aDK
+aET
+aAL
+aGK
+aHP
+aIM
+aJS
+aLb
+aMq
+aNu
+aOj
+aPf
+aQj
+aRi
+aSm
+aTt
+aUv
+aVm
+aWi
+aWN
+aXt
+aXY
+aYR
+aZN
+baE
+bbt
+bcj
+bdb
+bdY
+aSh
+bar
+bfF
+aZo
+bgP
+bhB
+bir
+bgP
+bgU
+bgU
+bgU
+bgP
+bjY
+bgU
+bkh
+bgU
+bku
+bkz
+bkC
+bkE
+bgU
+bkh
+bgU
+bjX
+bgP
+bgU
+bgU
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(157,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aao
+aaz
+aaM
+aaX
+abk
+aby
+acd
+acU
+adM
+adM
+adM
+age
+agV
+aby
+aiy
+ajo
+akr
+alk
+aae
+aae
+anQ
+aoJ
+apP
+aqY
+asb
+atg
+atZ
+avc
+awh
+awS
+axN
+ayG
+azG
+aAM
+atZ
+aCR
+aDL
+aEU
+aAL
+aGL
+aHQ
+aIN
+aJT
+aLc
+aMr
+aNv
+aOh
+aPg
+aQi
+aRj
+aSn
+aTu
+aUw
+aVn
+aWj
+aWO
+aXu
+aXZ
+aYS
+aZO
+baF
+bbu
+bck
+bdc
+bdZ
+aSh
+bfd
+bfG
+bgd
+bgP
+bhC
+bis
+bgU
+aae
+aae
+aae
+aae
+aae
+bgU
+bki
+bgU
+bgU
+bgU
+bgU
+bgU
+bgU
+bki
+bgU
+aae
+aae
+aae
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(158,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aae
+aae
+aak
+aaA
+aaN
+aaY
+abl
+abz
+ace
+acV
+adN
+aey
+afp
+agf
+agW
+ahO
+abl
+ajp
+aks
+alk
+aae
+aae
+anQ
+aoK
+apQ
+aqZ
+asc
+ath
+aua
+avd
+awi
+awi
+awi
+ayH
+azH
+auZ
+aBX
+aCS
+aDM
+aEV
+aAL
+aGM
+aHQ
+aIO
+aJU
+aLd
+aMs
+aNw
+aOk
+aPh
+aQk
+aRf
+aRg
+aTv
+aRg
+aRf
+aRg
+aRf
+aSh
+aXR
+aYT
+aZP
+aXR
+aSh
+aSh
+aWK
+bea
+beG
+baj
+bfH
+baj
+bgQ
+bhD
+bit
+bgP
+aae
+aaa
+aaa
+aaa
+aaa
+bgU
+bkj
+bgU
+aae
+aaa
+aaa
+aae
+bgU
+bkj
+bgU
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(159,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aai
+aap
+aaB
+aaO
+aaZ
+aak
+abA
+acf
+acW
+aak
+aak
+aak
+aak
+aak
+aak
+aak
+ajq
+ake
+all
+ame
+ame
+abt
+aoL
+apR
+ara
+ara
+ara
+aub
+ave
+awj
+awj
+awj
+ayI
+azI
+aAL
+aAL
+aCT
+aDN
+aAL
+aAL
+apS
+aHQ
+aIP
+aJV
+aLe
+aHM
+aNx
+aOh
+aPg
+aQl
+aRk
+aSo
+aTw
+aTw
+aTw
+aTw
+aTw
+aTw
+aYa
+aYU
+aZQ
+baG
+bbv
+bbv
+baG
+baG
+baG
+bfe
+bfI
+bge
+bgR
+bhE
+biu
+bgV
+aae
+aaa
+aaa
+bjO
+bjZ
+bka
+bkm
+bka
+bkb
+bkb
+bkb
+bkb
+bkG
+bkm
+bka
+bka
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(160,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaj
+aaq
+aaC
+aaP
+aba
+abm
+abB
+acg
+acX
+adO
+aez
+afq
+agg
+agX
+ahP
+adQ
+ajr
+akt
+alm
+amf
+amZ
+abt
+aoM
+apS
+ara
+asd
+ati
+asi
+asg
+asg
+asg
+asg
+avi
+awn
+aAN
+aBY
+avi
+aAR
+asg
+aFN
+aAR
+aHR
+asg
+asg
+ase
+ara
+ara
+aOl
+aPi
+aQm
+aRl
+aSp
+aTx
+aTx
+aVo
+aTx
+aTx
+aTx
+aYb
+aYV
+aZR
+baH
+bbw
+bcl
+aTx
+aTx
+aTx
+aTx
+bfJ
+bgf
+bgS
+bhF
+biv
+bgU
+aae
+aaa
+bjN
+bjO
+bka
+bkc
+bkn
+bkq
+bkv
+bkv
+bkv
+bkv
+bkH
+bkn
+bkM
+bka
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(161,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aag
+aae
+aak
+aar
+aaD
+aaQ
+abb
+abn
+abC
+ach
+acY
+adP
+aeA
+afr
+afr
+agY
+ahQ
+adO
+aji
+aku
+aln
+amg
+amg
+anQ
+aoN
+apT
+arb
+ase
+asg
+asg
+asg
+asg
+awT
+asg
+avi
+awn
+axP
+asg
+avi
+aAR
+asg
+awT
+aAR
+avi
+asg
+asg
+aLf
+aMt
+arb
+aOm
+aPj
+aQn
+aRm
+aSq
+aTy
+aUx
+aVp
+aUx
+aWP
+aSs
+aYc
+aYW
+aXv
+aXv
+bbx
+bcm
+bdd
+beb
+aXv
+aZT
+bfK
+bgg
+bgT
+bhG
+biw
+bgU
+aaa
+aaa
+bjN
+bjW
+bkb
+bkd
+bko
+bko
+bko
+bko
+bko
+bko
+bko
+bko
+bkN
+bka
+bka
+bkb
+bka
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(162,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aal
+aas
+aaE
+aaR
+abc
+abo
+abD
+aci
+acZ
+adQ
+aeB
+adQ
+agh
+agZ
+ahR
+aiz
+ajs
+akv
+alo
+amh
+ana
+anR
+aoO
+apU
+arc
+asf
+asf
+asf
+avf
+awk
+awU
+axO
+ayJ
+azJ
+aAO
+asf
+ayJ
+aDO
+aEW
+awU
+aGN
+aHS
+asf
+aJW
+aJW
+aMu
+aNy
+aOn
+aPk
+aQo
+aRm
+aSr
+aTz
+aUy
+aUy
+aUy
+aWQ
+aXv
+aYc
+aYW
+aXv
+baI
+bby
+bcn
+bde
+bec
+beH
+aXv
+bfK
+bgg
+bgU
+bhH
+bix
+bgU
+aaa
+aaa
+bjN
+bjW
+bkb
+bke
+bko
+bko
+bkw
+bkw
+bkw
+bkw
+bkI
+bko
+bkO
+bkT
+bkY
+bld
+bkb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(163,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aal
+aat
+aaF
+aaR
+abd
+abp
+abE
+acj
+ada
+adR
+aeC
+adQ
+agi
+aha
+ahS
+aiA
+ajt
+akw
+alp
+ami
+anb
+anS
+aoP
+apV
+ard
+asg
+asg
+auc
+avg
+awl
+awV
+axP
+avi
+azK
+aAP
+aBZ
+avi
+aDP
+aEX
+aFO
+aGO
+aHT
+asg
+avi
+avi
+axP
+ard
+aOo
+aPl
+aQp
+aRn
+aSr
+aTA
+aUy
+aVq
+aUy
+aWR
+aXv
+aYd
+bls
+aZS
+baJ
+bbz
+bco
+bdf
+bed
+beI
+bff
+bfL
+bgh
+bgU
+bhI
+blv
+bgU
+aaa
+aaa
+bjO
+bjO
+bjZ
+bkf
+bko
+bkr
+bkx
+bkA
+bkD
+bkF
+bkx
+bkL
+bkP
+bkU
+bkZ
+ble
+bkb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(164,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aal
+aau
+aaG
+aaR
+abc
+abo
+abD
+aci
+adb
+adQ
+aeD
+adQ
+agj
+ahb
+ahT
+aiB
+aju
+akx
+alq
+amj
+anc
+anT
+aoQ
+apW
+are
+ash
+ash
+aud
+avh
+awm
+awW
+axQ
+ayK
+awW
+aAQ
+ash
+ayK
+awW
+ash
+aFP
+aGP
+aud
+ash
+ayK
+ayK
+aAQ
+aNz
+aOp
+aPm
+aQq
+aRo
+aSr
+aTB
+aUy
+aUy
+aUy
+aWS
+aXv
+aYe
+aYW
+aXv
+baK
+bbA
+bcp
+bdg
+bee
+beJ
+aXv
+bfK
+bgi
+bgU
+bhH
+bix
+bgU
+aaa
+aaa
+bjN
+bjW
+bkb
+bkg
+bko
+bko
+bkv
+bkv
+bkv
+bkv
+bkJ
+bko
+bkQ
+bkV
+bla
+blz
+bkb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(165,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aae
+aak
+aav
+aaH
+aaQ
+abb
+abn
+abF
+ack
+adc
+adP
+aeE
+afr
+afr
+ahc
+ahU
+adQ
+ajv
+aky
+alr
+amk
+amk
+anQ
+aoR
+apX
+arf
+asi
+asg
+asg
+avi
+awn
+asg
+axP
+ayL
+asg
+aAR
+asg
+avi
+asg
+asg
+asg
+asg
+asg
+asg
+ayL
+avi
+aAR
+arf
+aOq
+aPn
+aQr
+aRo
+aSs
+aTC
+aUz
+aVr
+aUz
+aWT
+aSq
+aYc
+aYW
+aZT
+aXv
+aXv
+aXv
+bdh
+aXv
+aXv
+aXv
+bfM
+bgi
+bgV
+bhG
+biw
+bgU
+aaa
+aaa
+bjN
+bjW
+bkb
+bkd
+bko
+bko
+bko
+bko
+bko
+bko
+bko
+bko
+bkN
+bka
+bka
+bkb
+bka
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(166,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aam
+aaw
+aaI
+aaS
+abe
+abm
+abG
+acl
+acX
+adO
+aeF
+afs
+agk
+ahd
+ahV
+adQ
+ajw
+akz
+als
+aml
+and
+abt
+aoS
+apY
+ara
+asj
+atj
+aue
+avj
+awo
+aue
+axP
+ayM
+asg
+aAR
+aCa
+aCU
+aDQ
+aue
+aue
+aGQ
+aHU
+aIQ
+aJX
+aLg
+aAR
+ara
+aOr
+aPo
+aQs
+aRp
+aSo
+aTD
+aTD
+aVs
+aTD
+aTD
+aTD
+aYf
+aYY
+aTD
+baL
+aTD
+bcq
+bdi
+aTD
+bdi
+aTD
+bfN
+bgj
+bgR
+bhJ
+biy
+bgU
+aae
+aaa
+bjN
+bjO
+bka
+bkc
+bkp
+bks
+bkw
+bkw
+bkw
+bkw
+bkK
+bkp
+bkR
+bka
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(167,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aan
+aap
+aaJ
+aaO
+abf
+aak
+abA
+acf
+add
+aak
+aak
+aak
+aak
+aak
+aak
+aak
+ajx
+akA
+alt
+amm
+amm
+abt
+aoT
+apZ
+ara
+ara
+atk
+auf
+avk
+awp
+awX
+axR
+ayN
+aue
+blj
+aCb
+aCe
+aDR
+aEY
+aFQ
+aCe
+aCe
+aCe
+aJY
+aLh
+aMv
+ayP
+aOs
+aPp
+aQt
+blp
+aSt
+aTE
+aTE
+aTE
+aTE
+aTE
+aXw
+aYg
+aYZ
+aRq
+baM
+bbB
+bcr
+bdj
+bef
+beK
+bfg
+bfO
+bgk
+bgW
+bhK
+biz
+bgT
+aae
+aaa
+aaa
+bjO
+bjZ
+bka
+bka
+bka
+bkb
+bkb
+bkb
+bkb
+bkG
+bka
+bka
+bka
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(168,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aae
+aae
+aak
+aaK
+aaT
+abg
+abq
+abH
+acm
+ade
+adS
+aeG
+aft
+agl
+ahe
+ahW
+abq
+ajy
+akB
+alk
+aae
+aae
+anQ
+aoU
+aqa
+arg
+ask
+atl
+aug
+avl
+awq
+awY
+axS
+awX
+aue
+aAR
+aCc
+aCV
+aDS
+aEZ
+aFR
+aGR
+aCe
+aIR
+aJZ
+aLh
+aMw
+ayP
+ayP
+aPq
+aQu
+aRr
+aRs
+aTF
+aRs
+aRr
+aRs
+aRr
+aXx
+aYh
+aZa
+aZa
+aZa
+baR
+bcs
+bdk
+aZa
+beL
+bfh
+aOs
+bgl
+bgX
+bhL
+biA
+bgP
+aae
+aae
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(169,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aax
+aaL
+aaU
+abh
+abr
+abI
+acn
+adf
+adT
+aeH
+afu
+agm
+ahf
+ahX
+aiC
+ajz
+akC
+alk
+aae
+aae
+anQ
+aoV
+aqb
+arh
+asl
+atm
+auh
+avm
+awr
+awZ
+axT
+ayO
+azL
+aAS
+aCd
+aCW
+aDT
+aFa
+aFS
+aGS
+aHV
+aIS
+aKa
+aLh
+aMx
+aNA
+ayP
+aPr
+aQv
+aRs
+aSu
+aTG
+aUA
+aVt
+aWk
+aTL
+aXy
+aYi
+aZb
+aZU
+baN
+bbC
+bct
+bdl
+beg
+beL
+bfi
+bfP
+bfP
+bfP
+bfP
+bfP
+bfP
+bfP
+bfP
+bfP
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(170,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aan
+aay
+aak
+aaj
+aak
+abs
+abs
+abs
+abs
+aeI
+afv
+agn
+abs
+ahY
+ahY
+ajA
+akq
+alu
+amn
+ane
+alu
+alu
+alu
+alu
+asm
+atm
+aui
+avn
+aws
+axa
+atk
+ayP
+azM
+aAT
+aCe
+aCX
+aDU
+aFb
+aFT
+aGT
+aHW
+aIT
+aKb
+aLh
+aCe
+asn
+ayP
+aPs
+aQv
+aRt
+aSv
+aTH
+aUB
+aVu
+aWl
+aWU
+aXz
+aYj
+aZc
+aZV
+baO
+bbD
+bcu
+bdm
+beh
+beL
+bfj
+bfP
+blu
+bgY
+bgm
+bfP
+blu
+bgY
+bgm
+bfP
+aad
+aad
+aad
+aac
+aac
+aac
+aac
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(171,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aae
+aaa
+aae
+abs
+aco
+adg
+adU
+aeJ
+afw
+ago
+abs
+ahZ
+aiD
+ajB
+akD
+alv
+amo
+anf
+anU
+aoW
+aqc
+alu
+asn
+atm
+auj
+avo
+awt
+axb
+atk
+ayQ
+azN
+aAU
+aCe
+aCY
+aDV
+aFc
+aFU
+aGU
+aCe
+aIU
+aKc
+aLi
+aCe
+asm
+ayP
+aPt
+aQv
+aRs
+aSw
+aTI
+aUC
+aVv
+aWm
+aWV
+aXA
+aYk
+aZd
+aZW
+baP
+bbE
+bcv
+bdn
+bei
+beL
+bfk
+bfP
+bgn
+bgZ
+bhM
+bfP
+bgn
+bgZ
+bhM
+bfP
+aad
+aad
+aad
+aad
+aad
+aac
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(172,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaf
+aae
+aag
+aaf
+aaf
+aae
+abJ
+acp
+adh
+adV
+aeK
+afx
+agp
+ahg
+ahZ
+aiE
+ajC
+akE
+alw
+amp
+ang
+anV
+anV
+aqd
+alu
+aso
+atm
+auk
+avp
+awu
+axc
+atk
+ayR
+azO
+aAV
+aCe
+aCZ
+aDW
+aFd
+aFV
+aGV
+aCe
+aIV
+aKd
+aLj
+aCe
+aNB
+ayP
+aPd
+aQh
+aRr
+aSx
+aTJ
+aUD
+aVw
+aWn
+aSz
+aXB
+aYl
+aZe
+aZX
+baQ
+bbF
+bcu
+bdo
+bej
+beL
+aTR
+bfP
+bgo
+bha
+bhN
+bfP
+biW
+bjp
+bhN
+bfP
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(173,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aae
+aaa
+aae
+abJ
+acq
+adi
+adW
+aeL
+afw
+agq
+ahh
+aia
+aiE
+ajC
+akF
+alv
+amq
+anh
+anW
+aoX
+aqe
+alu
+asp
+atm
+aul
+avq
+awv
+axd
+atk
+ayS
+azP
+aso
+aCe
+aDa
+aDX
+aFe
+aFW
+aGW
+aCe
+aIW
+aKe
+aLk
+aCf
+aNC
+aOt
+aOQ
+aQw
+aRs
+aSy
+aTK
+aUE
+aVx
+aWo
+aSz
+aXC
+aYm
+aZa
+aZe
+baR
+bbG
+aZe
+bdp
+aZe
+beL
+bfi
+bfP
+bgp
+bhb
+bhO
+biB
+biX
+bhb
+bhO
+bjP
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(174,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aaf
+aaa
+aae
+abs
+acr
+adj
+adW
+aeM
+afy
+agr
+ahg
+ahZ
+aiE
+ajD
+akG
+alx
+amr
+ani
+anX
+ani
+aqf
+alu
+asp
+atn
+aum
+avr
+aww
+aum
+aum
+ayT
+azQ
+aAW
+aCf
+aCf
+aDY
+aFf
+aCf
+aCf
+aCf
+aDY
+aFf
+aLl
+aCe
+aND
+aOu
+aPu
+aQx
+aRr
+aSz
+aTL
+aSz
+aTL
+aWp
+aWW
+blr
+aYn
+aZf
+aZY
+baS
+aYk
+bcw
+bdq
+bek
+beM
+bfl
+bfQ
+bgq
+bhc
+bhP
+biC
+bhP
+bjq
+bjD
+bjQ
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(175,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aaa
+aae
+aaa
+abs
+abs
+acs
+adk
+adX
+aeN
+afz
+ags
+ahi
+aib
+aiF
+ajB
+akH
+alv
+ams
+anj
+anY
+aoY
+aqg
+alu
+asq
+ato
+aun
+avs
+awx
+axe
+axU
+axe
+azR
+aAX
+axU
+aDb
+axe
+aFg
+avs
+ato
+aHX
+avs
+aKf
+ato
+avs
+aNE
+ayP
+blo
+aQy
+aRu
+aSA
+aTM
+aUF
+aVy
+aWq
+aWq
+aXD
+aYo
+aZg
+aZZ
+baT
+bbH
+bcx
+bdr
+bel
+beN
+bfm
+bfR
+bgr
+bhd
+bhQ
+biD
+biY
+bjr
+bjE
+bjR
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(176,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaf
+aaa
+aaa
+aaa
+aae
+aad
+abs
+abK
+act
+adl
+adX
+aeO
+afA
+agt
+abs
+aic
+aiG
+ajE
+akI
+alu
+alu
+alu
+alu
+alu
+alu
+alu
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+azS
+aAY
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+abt
+aPv
+avU
+aRv
+aSB
+aTN
+aUG
+aVz
+aWr
+aWX
+aXE
+aYp
+aZh
+baa
+baU
+bbI
+baa
+bds
+baa
+aZl
+bfi
+bfP
+bgs
+bhb
+bhR
+biB
+biZ
+bjs
+bjF
+bjS
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(177,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aaa
+aaa
+aad
+aah
+aad
+abs
+abs
+abs
+abs
+abs
+abs
+abs
+abs
+abs
+abt
+abt
+ajF
+akJ
+aly
+amt
+ank
+anZ
+aoZ
+aqh
+ari
+aqh
+aqh
+auo
+avt
+awy
+aqh
+axV
+ayU
+azT
+aAZ
+aCg
+ank
+aly
+aly
+aFX
+aGX
+aly
+aIX
+aly
+aLm
+aqh
+aNF
+ank
+aPw
+aQz
+aRw
+aRw
+aTO
+aUH
+aVA
+aVA
+aVA
+aXF
+aUH
+aZi
+bab
+baV
+bbJ
+bcy
+bdt
+bem
+beO
+bfj
+bfP
+bgo
+bhe
+bhN
+bfP
+bja
+bjt
+bjG
+bjT
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(178,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aae
+aad
+aad
+aad
+aad
+aad
+abt
+abL
+acu
+adm
+adY
+adm
+afB
+agu
+ahj
+adY
+aiH
+ajG
+akK
+alz
+amu
+anl
+aoa
+apa
+aqi
+blh
+arj
+atp
+aup
+avu
+atp
+arj
+arj
+arj
+arj
+aBa
+aBa
+anl
+aDZ
+aFh
+aFY
+aGY
+aDZ
+aIY
+aDZ
+aGY
+arj
+arj
+anl
+aPx
+arj
+aRx
+aSC
+aTP
+aUI
+aVB
+aWs
+aWY
+aXG
+aYq
+aZj
+bac
+baW
+bbK
+bcz
+bdu
+ben
+beP
+bfn
+bfP
+bgt
+bhf
+bhS
+biE
+bjb
+bju
+bjH
+bfP
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(179,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aah
+aad
+aad
+aad
+aad
+aad
+abt
+abM
+acv
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+ajH
+ado
+adn
+ado
+adp
+aob
+apb
+anQ
+alt
+ald
+atq
+abt
+abt
+atq
+abt
+abt
+bli
+azU
+aBb
+aCh
+aDc
+aEa
+aFi
+aib
+aGZ
+aHY
+aIZ
+blm
+aLn
+aMy
+aHY
+aDc
+aPy
+aQA
+abt
+aSD
+aTQ
+aUI
+aVC
+aWt
+aWZ
+aXH
+aYr
+aZi
+bad
+baX
+bbL
+bcA
+bdv
+beo
+aZl
+bfo
+bfP
+bgm
+bhg
+bgm
+bfP
+bjc
+bjv
+bjc
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(180,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+abt
+abN
+acw
+adn
+adZ
+aeP
+afC
+agv
+ahk
+ado
+aiI
+ajI
+akL
+alA
+amv
+ado
+aoc
+apc
+aqj
+abt
+asr
+atr
+abt
+avv
+acx
+axf
+abt
+axW
+azb
+axW
+axW
+axW
+azb
+aFj
+aFZ
+aHa
+azb
+axW
+aKh
+aLo
+azb
+axW
+axW
+anQ
+anQ
+abt
+aSE
+aTR
+aUI
+aVD
+aWu
+aXa
+aXI
+aYs
+aZj
+bae
+baY
+bbM
+bcA
+bdw
+bep
+aZl
+bfp
+bfP
+bgm
+bhh
+bgm
+bfP
+bjd
+bjw
+bjI
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(181,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aac
+aac
+aad
+aad
+aad
+abt
+abO
+acx
+adn
+aea
+aeQ
+afD
+agw
+aeV
+aid
+aiJ
+agw
+afE
+afE
+amw
+anm
+aod
+apd
+aqk
+abt
+ass
+ats
+abt
+avw
+awz
+axg
+abt
+ayW
+azV
+aBc
+aCi
+aDd
+aEb
+aFk
+aDh
+aHb
+aHZ
+aJa
+azb
+aLp
+aMz
+aNG
+azb
+aae
+aae
+aRy
+aSF
+aTS
+aUJ
+aVE
+aVE
+aVE
+aVE
+aVE
+aZk
+baf
+baZ
+bbN
+bcB
+bdx
+beq
+aZl
+bfo
+bfP
+bgm
+bhi
+bgm
+bfP
+bje
+bjx
+bjI
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(182,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+abt
+abN
+acy
+adn
+aeb
+aeR
+afE
+agx
+ahl
+ado
+aiK
+agx
+afF
+alB
+amx
+ado
+aoc
+apc
+aql
+abt
+ast
+att
+abt
+abt
+abt
+abt
+abt
+ayX
+azW
+aBd
+aCj
+aDe
+aEc
+aFl
+aGa
+aHc
+aIa
+aJb
+aKi
+aLq
+aIa
+aNH
+axW
+aPz
+aPz
+aRz
+aSG
+aTT
+aUK
+aVF
+aWv
+aXb
+aXJ
+aYt
+aZl
+bag
+bba
+bbO
+bcC
+bdy
+ber
+aZl
+bfq
+bfP
+bfP
+bfP
+bfP
+bfP
+bfP
+bjc
+bfP
+bfP
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(183,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+abu
+abP
+abP
+adn
+aec
+aeS
+afF
+agy
+ahm
+adp
+aiL
+ajJ
+akM
+alC
+amy
+adn
+aoe
+ape
+aqm
+abt
+abN
+atu
+abt
+aad
+aad
+aad
+axW
+ayY
+azX
+aBe
+aCk
+aDf
+aEd
+aFm
+aEd
+aHd
+aEd
+aJc
+aKj
+aLr
+aMA
+aNI
+axW
+aPA
+aQB
+aRz
+aSH
+aRz
+aSH
+aVG
+aSH
+aRz
+aSH
+aYu
+aZm
+bah
+bah
+bah
+bah
+bah
+bah
+beQ
+bfp
+aRz
+bgu
+bhj
+bhT
+aRz
+aad
+abu
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(184,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+abu
+aad
+adn
+aed
+aeT
+afG
+agz
+ahn
+aie
+aiM
+ajK
+akN
+alD
+amz
+ann
+aof
+apf
+aqn
+abt
+abO
+atv
+abt
+aad
+aad
+aad
+axW
+ayZ
+azY
+aBf
+aCl
+aDg
+aEe
+aFn
+aGb
+aEe
+aEe
+aJd
+aKk
+aLs
+aMB
+aNJ
+axW
+aPB
+aQC
+aRz
+aSI
+aTU
+aUL
+aVH
+aWw
+aRz
+aXK
+aYv
+aZn
+bai
+bbb
+bbP
+aXb
+bdz
+aXJ
+aZn
+bfr
+aSH
+bgv
+bhk
+bhU
+aRy
+abu
+aac
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(185,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+adn
+aee
+aeU
+afH
+agA
+aho
+aif
+aiN
+ajL
+akO
+alE
+amA
+ano
+aog
+apg
+aqo
+abt
+abN
+acy
+abt
+aad
+aac
+aac
+axW
+aza
+azZ
+aBg
+aCm
+aDh
+aEf
+aEf
+bll
+aEf
+aEf
+aDh
+azb
+aLt
+aMC
+aNK
+axW
+aPC
+aQD
+aRA
+aSJ
+aTV
+aUM
+aVI
+aWx
+aRz
+aRz
+aRz
+aRz
+aRz
+aRz
+aRz
+aSH
+bdA
+aRz
+aRz
+bfq
+aRz
+bgw
+bhl
+bhV
+aRy
+abu
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aac
+aad
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(186,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aad
+ado
+aed
+aeV
+afI
+aeV
+ahp
+adn
+aiO
+ajM
+akP
+alF
+amB
+ado
+acv
+aph
+aqp
+abt
+abP
+abP
+abu
+aac
+aac
+aae
+axW
+azb
+azb
+aBh
+aCn
+aDi
+azb
+azb
+aGc
+azb
+azb
+aDi
+aKl
+aDi
+azb
+azb
+axW
+aPz
+aPz
+aRz
+aSK
+aTW
+aUN
+aVJ
+aWy
+aRz
+aad
+aad
+aad
+aad
+aad
+aRz
+bcD
+bdB
+bes
+aRz
+bfs
+aRA
+bgx
+bhm
+bhW
+aRz
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(187,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+adp
+aef
+aeW
+ado
+agB
+ahq
+adp
+ado
+adn
+ado
+adn
+amC
+anp
+aoh
+api
+amD
+amC
+amC
+abu
+aac
+aae
+aae
+aae
+aae
+aae
+azb
+aBi
+azb
+aBi
+azb
+aae
+aae
+aae
+azb
+aBi
+azb
+aLu
+azb
+aae
+aae
+aae
+aae
+aRz
+aRy
+aRy
+aRy
+aRy
+aRy
+aRz
+aad
+aac
+aad
+aad
+aad
+aRz
+bcE
+bdC
+bet
+aRz
+bft
+aRz
+bgy
+bhk
+bhX
+aRy
+abu
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(188,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+adq
+aeg
+aeX
+adp
+agC
+ahr
+adq
+aae
+aae
+aae
+aae
+amC
+anq
+aoi
+apj
+aqq
+ark
+amC
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+azb
+aBh
+azb
+aDi
+azb
+aaa
+aaa
+aaa
+azb
+aDi
+azb
+aLv
+azb
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aRz
+aRz
+aRz
+aRz
+aRz
+aRz
+aRz
+bgz
+bhk
+bgw
+aRy
+abu
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(189,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+ado
+aeh
+aeY
+afJ
+aeY
+ahs
+ado
+aaa
+aaa
+aaa
+aaa
+amD
+anr
+aoj
+apk
+aqr
+arl
+amC
+aaa
+aaa
+aaa
+aaa
+aaa
+axX
+axX
+axX
+aBj
+axZ
+aDj
+axX
+axY
+axY
+axY
+axX
+aJe
+axZ
+aJe
+axX
+axX
+aLz
+aPD
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aac
+aad
+aad
+aad
+aad
+aRz
+bgA
+bhn
+bhY
+aRz
+aad
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(190,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abQ
+abQ
+abQ
+aei
+aeZ
+abQ
+aeZ
+aht
+abQ
+abQ
+abQ
+aaa
+aaa
+amC
+ans
+aok
+apl
+aqs
+arm
+amC
+aaa
+aaa
+aaa
+aaa
+aaa
+axX
+azc
+aAa
+aAb
+axY
+aDk
+aEg
+aEm
+aEm
+aEm
+aEg
+aDk
+axY
+aDk
+aMD
+aNL
+axX
+aPD
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aac
+aad
+aad
+aRz
+aRz
+aRz
+aRz
+aRz
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(191,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abQ
+acz
+adr
+adr
+afa
+afK
+afa
+afa
+aig
+abQ
+abQ
+akQ
+aaa
+amC
+amC
+amD
+apm
+aqt
+amC
+amC
+aaa
+aaa
+aaa
+aaa
+aaa
+axY
+azd
+aAb
+aAb
+aCo
+aDl
+aEh
+aEh
+aEh
+aEh
+aEh
+aJf
+aKm
+aLw
+aME
+aNM
+axY
+aPE
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(192,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abQ
+acA
+ads
+aej
+ads
+ads
+ads
+adt
+aih
+aiP
+ajN
+akR
+aaa
+aae
+amD
+aol
+apn
+aqu
+amD
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+axY
+azd
+aAb
+aAb
+axY
+aDl
+aEi
+aEi
+aEi
+aEi
+aEi
+aJf
+aKm
+aLx
+aMF
+aNN
+axY
+aPF
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(193,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abQ
+acB
+adt
+adt
+adt
+ads
+adt
+ads
+aii
+aiP
+ajO
+akR
+aaa
+aae
+ant
+aom
+apo
+aqv
+ant
+aae
+aaa
+aaa
+aaa
+aaa
+aaa
+axX
+aze
+aAb
+aBk
+axY
+aDl
+aEj
+aFo
+aEl
+aFp
+aEj
+aJf
+axY
+aLy
+aMG
+aNO
+axX
+aPF
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(194,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abQ
+acB
+adt
+ads
+ads
+ads
+ads
+ads
+aii
+aiQ
+ajO
+akR
+aaa
+aaa
+amD
+amD
+apm
+amD
+amD
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+axZ
+axY
+aAc
+axY
+aCp
+aDl
+aEk
+aEj
+aGd
+aEl
+aEk
+aJf
+aKn
+aLz
+axY
+aLz
+aLz
+aPD
+aPD
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aad
+aac
+aac
+aac
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(195,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abQ
+acC
+adu
+aek
+adu
+aek
+aek
+adu
+aij
+abQ
+abQ
+akS
+aaa
+amE
+amE
+amF
+app
+amF
+amE
+amE
+aaa
+aaa
+aaa
+aaa
+aaa
+axX
+azf
+aAd
+aBl
+axY
+aDl
+aEl
+aFp
+aEj
+aFo
+aEl
+aJf
+axY
+aLA
+aMH
+aNP
+axX
+aPF
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aac
+aac
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(196,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+abQ
+abQ
+abQ
+abQ
+abQ
+abQ
+agD
+abQ
+abQ
+abQ
+abQ
+aaa
+aaa
+amE
+anu
+aon
+apq
+aqw
+arn
+amE
+aaa
+aaa
+aaa
+aaa
+aaa
+axY
+azg
+aAe
+aAd
+aCq
+aDl
+aEm
+aEm
+aEm
+aEm
+aEm
+aJf
+aKo
+aLB
+aLB
+aNQ
+axY
+aPF
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aad
+aad
+aad
+aad
+aad
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(197,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+amF
+anv
+aoo
+apr
+aqx
+aro
+asu
+aaa
+aaa
+aaa
+aaa
+aaa
+axY
+azh
+aAd
+aBm
+axY
+aDl
+aEh
+aEh
+aEh
+aEh
+aEh
+aJf
+aKo
+aLB
+aLB
+aNR
+axY
+aPF
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(198,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+amE
+anw
+aop
+aps
+aqy
+arp
+amE
+aaa
+aaa
+aaa
+aaa
+aaa
+axY
+azi
+aAf
+aBn
+axX
+aDm
+aEi
+aEi
+aEi
+aEi
+aEi
+aJg
+axY
+aLC
+aMI
+aNS
+axX
+aPD
+aQE
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(199,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+amE
+amE
+amF
+apt
+amF
+amE
+amE
+aaa
+aaa
+aaa
+aaa
+aaa
+axX
+axY
+axY
+axX
+axZ
+axX
+axY
+axY
+axY
+axY
+axY
+axX
+axZ
+axX
+axX
+axX
+aLz
+aPD
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(200,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(201,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(202,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(203,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(204,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(205,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(206,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(207,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(208,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(209,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(210,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(211,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(212,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(213,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aab
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(214,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(215,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(216,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(217,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(218,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(219,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(220,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(221,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(222,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(223,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(224,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(225,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(226,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(227,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(228,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(229,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(230,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(231,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(232,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(233,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(234,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(235,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(236,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(237,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(238,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(239,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(240,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(241,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(242,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(243,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(244,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(245,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(246,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(247,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(248,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(249,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(250,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(251,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(252,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(253,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(254,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
+(255,1,1) = {"
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+"}
diff --git a/_maps/map_files/OmegaStation/job/job_changes.dm b/_maps/map_files/OmegaStation/job/job_changes.dm
new file mode 100644
index 000000000000..798b4bc91f4f
--- /dev/null
+++ b/_maps/map_files/OmegaStation/job/job_changes.dm
@@ -0,0 +1,129 @@
+
+//custom access for some jobs. pasted together from ministation.
+
+/datum/job/New()
+ ..()
+ supervisors = "the captain and the head of personnel"
+
+/datum/outfit/job/New()
+ box = /obj/item/weapon/storage/box/survival/radio
+
+/datum/job/assistant // Here so assistant appears on the top of the select job list.
+
+//Command
+
+/datum/job/captain/New()
+ ..()
+ supervisors = "Nanotrasen and Central Command"
+
+/datum/job/hop/New()
+ ..()
+ supervisors = "the captain and Central Command"
+
+/datum/job/hop/get_access()
+ return get_all_accesses()
+
+//Security
+
+/datum/job/officer/New()
+ ..()
+ total_positions = 3
+ spawn_positions = 3
+ access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
+ minimal_access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
+
+/datum/outfit/job/officer/New()
+ box = /obj/item/weapon/storage/box/security/radio
+
+/datum/job/detective/New()
+ ..()
+ access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
+ minimal_access = list(access_security, access_sec_doors, access_brig, access_armory, access_court, access_maint_tunnels, access_morgue, access_weapons, access_forensics_lockers)
+
+/datum/outfit/job/detective/New()
+ box = /obj/item/weapon/storage/box/security/radio
+
+//Medbay
+
+/datum/job/doctor/New()
+ ..()
+ selection_color = "#ffffff"
+ total_positions = 3
+ spawn_positions = 3
+ access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics)
+ minimal_access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics)
+
+//Engineering
+
+/datum/job/engineer/New()
+ ..()
+ total_positions = 2
+ spawn_positions = 2
+ access = list(access_eva, access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_external_airlocks, access_construction, access_atmospherics, access_tcomsat)
+ minimal_access = list(access_eva, access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_external_airlocks, access_construction, access_atmospherics, access_tcomsat)
+
+/datum/outfit/job/engineer/New()
+ box = /obj/item/weapon/storage/box/engineer/radio
+
+/datum/job/atmos/New()
+ ..()
+ total_positions = 2
+ spawn_positions = 2
+
+//Science
+
+/datum/job/scientist/New()
+ ..()
+ total_positions = 3
+ spawn_positions = 3
+ access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology, access_mineral_storeroom, access_tech_storage)
+ minimal_access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology, access_mineral_storeroom, access_tech_storage)
+
+//Cargo
+
+/datum/job/cargo_tech/New()
+ ..()
+ total_positions = 2
+ spawn_positions = 2
+ access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
+ minimal_access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
+
+/datum/job/mining/New()
+ ..()
+ total_positions = 2
+ spawn_positions = 2
+ access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
+ minimal_access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)
+
+/datum/outfit/job/mining/New()
+ box = /obj/item/weapon/storage/box/engineer/radio
+
+//Service
+
+/datum/job/bartender/New()
+ ..()
+ access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
+ minimal_access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
+
+/datum/job/cook/New()
+ ..()
+ access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
+ minimal_access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_weapons)
+
+/datum/job/hydro/New()
+ ..()
+ access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
+ minimal_access = list(access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
+ // they get maint access because of all the hydro content in maint
+
+/datum/job/janitor/New()
+ ..()
+ access = list(access_janitor, access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
+ minimal_access = list(access_janitor, access_hydroponics, access_bar, access_kitchen, access_morgue, access_maint_tunnels)
+
+
+//Civilian
+
+/datum/job/clown/New()
+ ..()
+ supervisors = "nobody but yourself" //Honk
diff --git a/_maps/map_files/MiniStation/job/removed.dm b/_maps/map_files/OmegaStation/job/removed_jobs.dm
similarity index 50%
rename from _maps/map_files/MiniStation/job/removed.dm
rename to _maps/map_files/OmegaStation/job/removed_jobs.dm
index 3954ecf87335..8ce5bcb7d44d 100644
--- a/_maps/map_files/MiniStation/job/removed.dm
+++ b/_maps/map_files/OmegaStation/job/removed_jobs.dm
@@ -1,33 +1,13 @@
-// Removed Jobs, setting config_check to 0 will stop them from being initialised.
+//removed jobs. pasted together from MiniStation.
-/datum/job/chef/config_check()
- return 0
-
-/datum/job/hydro/config_check()
- return 0
-
-/datum/job/qm/config_check()
- return 0
-
-/datum/job/mining/config_check()
- return 0
-
-/datum/job/mime/config_check()
- return 0
-
-/datum/job/librarian/config_check()
- return 0
-/datum/job/lawyer/config_check()
- return 0
-
-/datum/job/chaplain/config_check()
+/datum/job/hos/config_check()
return 0
/datum/job/chief_engineer/config_check()
return 0
-/datum/job/atmos/config_check()
+/datum/job/qm/config_check()
return 0
/datum/job/cmo/config_check()
@@ -42,14 +22,11 @@
/datum/job/rd/config_check()
return 0
-/datum/job/roboticist/config_check()
- return 0
-
-/datum/job/hos/config_check()
+/datum/job/chaplain/config_check()
return 0
/datum/job/warden/config_check()
return 0
-/datum/job/cyborg/config_check()
+/datum/job/lawyer/config_check()
return 0
\ No newline at end of file
diff --git a/_maps/map_files/PubbyStation/EDITING_README.txt b/_maps/map_files/PubbyStation/EDITING_README.txt
new file mode 100644
index 000000000000..a97e77f99476
--- /dev/null
+++ b/_maps/map_files/PubbyStation/EDITING_README.txt
@@ -0,0 +1,4 @@
+Before opening PubbyStation.dme in DreamMaker, you have to tick all the
+.dm files in this folder first. Otherwise you will get path errors.
+
+Do not commit these changes to tgstation.dme.
diff --git a/_maps/map_files/EfficiencyStation/EfficiencyStation.dmm b/_maps/map_files/PubbyStation/PubbyStation.dmm
similarity index 71%
rename from _maps/map_files/EfficiencyStation/EfficiencyStation.dmm
rename to _maps/map_files/PubbyStation/PubbyStation.dmm
index 0b1c471a9f89..19187c49c5ed 100644
--- a/_maps/map_files/EfficiencyStation/EfficiencyStation.dmm
+++ b/_maps/map_files/PubbyStation/PubbyStation.dmm
@@ -1,703 +1,838 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aaa" = (
/turf/open/space,
/area/space)
"aab" = (
-/obj/structure/lattice,
+/obj/effect/landmark{
+ name = "carpspawn"
+ },
/turf/open/space,
/area/space)
"aac" = (
+/obj/structure/lattice,
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/toxins/test_area)
+/turf/open/space,
+/area/space)
"aad" = (
-/turf/closed/wall,
-/area/toxins/test_area)
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
"aae" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'BOMB RANGE";
- name = "BOMB RANGE"
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat External Fore";
+ dir = 1;
+ network = list("MiniSat")
},
-/turf/closed/wall,
-/area/toxins/test_area)
+/turf/open/space,
+/area/space)
"aaf" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/toxins/test_area)
+/turf/closed/wall/r_wall,
+/area/wreck/ai)
"aag" = (
-/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
- },
-/area/toxins/test_area)
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner,
+/area/wreck/ai)
"aah" = (
-/obj/item/target/alien{
- anchored = 1
- },
-/obj/machinery/camera{
- active_power_usage = 0;
- c_tag = "Bomb Test Site";
- desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site. An external light is attached to the top.";
- invuln = 1;
- luminosity = 3;
- name = "Hardened Bomb-Test Camera";
- network = list("Toxins");
- use_power = 0
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
- },
-/area/toxins/test_area)
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
+/area/wreck/ai)
"aai" = (
-/obj/structure/chair,
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
},
-/area/toxins/test_area)
+/area/wreck/ai)
"aaj" = (
-/obj/structure/chair{
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
+"aak" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
- },
-/area/toxins/test_area)
-"aak" = (
-/turf/open/floor/plating/airless,
-/area/toxins/test_area)
+/area/wreck/ai)
"aal" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
+/obj/machinery/porta_turret/ai{
+ dir = 4
},
-/area/toxins/test_area)
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
"aam" = (
-/obj/structure/window/reinforced{
- dir = 4
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"aan" = (
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber North";
+ dir = 1;
+ network = list("MiniSat")
},
-/obj/item/target,
-/turf/open/floor/plating/warnplate{
- dir = 8
+/obj/machinery/light,
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 0;
+ pixel_y = -24
},
-/area/toxins/test_area)
-"aan" = (
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plating/airless/warnplate{
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"aao" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/toxins/test_area)
-"aao" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plating/airless,
-/area/toxins/test_area)
+/area/wreck/ai)
"aap" = (
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plating/airless/warnplate{
- dir = 4
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
},
-/area/toxins/test_area)
+/area/wreck/ai)
"aaq" = (
-/obj/structure/window/reinforced{
- dir = 8
+/turf/open/floor/plasteel/white{
+ heat_capacity = 1e+006
},
-/obj/item/target,
-/turf/open/floor/plating/warnplate{
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/area/toxins/test_area)
+/area/wreck/ai)
"aar" = (
-/obj/structure/chair{
- dir = 4
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 9
},
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
+/turf/closed/wall/mineral/plastitanium{
+ dir = 8;
+ icon_state = "diagonalWall3"
},
-/area/toxins/test_area)
+/area/shuttle/syndicate)
"aas" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
- },
-/area/toxins/test_area)
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
"aat" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ id = "syndieshutters";
+ name = "blast shutters"
},
-/area/toxins/test_area)
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
"aau" = (
-/turf/open/floor/plating/airless/warnplate,
-/area/toxins/test_area)
-"aav" = (
-/obj/structure/chair{
- dir = 1
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
},
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
-/area/toxins/test_area)
-"aaw" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
+/area/shuttle/syndicate)
+"aav" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_n";
+ name = "north of station";
+ turf_type = /turf/open/space;
+ width = 18
},
-/area/toxins/test_area)
+/turf/open/space,
+/area/space)
+"aaw" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aax" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aay" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
+/obj/structure/table,
+/obj/item/device/flashlight/lamp{
+ pixel_x = 4;
+ pixel_y = 1
},
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaz" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall8"
- },
-/area/shuttle/abandoned)
+/obj/machinery/computer/shuttle/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaA" = (
-/obj/machinery/door/airlock/shuttle{
- name = "recovery shuttle external airlock"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/table,
+/obj/machinery/button/door{
+ id = "syndieshutters";
+ name = "remote shutter control";
+ req_access_txt = "150"
},
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaB" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4"
- },
-/area/shuttle/abandoned)
+/obj/structure/frame/computer,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaC" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
+/obj/structure/table/wood,
+/obj/machinery/light/small{
+ dir = 8
},
-/area/shuttle/abandoned)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
"aaD" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/effect/landmark{
+ name = "tripai"
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 26
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"aaE" = (
-/turf/closed/wall,
-/area/space)
-"aaF" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber Center";
+ dir = 2;
+ network = list("MiniSat")
+ },
+/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/ai_status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"aaF" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ aidisabled = 0;
+ dir = 1;
+ name = "AI Chamber APC";
+ pixel_y = 24
+ },
+/obj/effect/landmark{
+ name = "tripai"
+ },
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"aaG" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 1
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
},
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/grimy,
+/area/chapel/main{
+ name = "Monastery"
+ })
"aaH" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaI" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/chair/comfy/beige{
+ dir = 1;
+ icon_state = "comfychair"
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaJ" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/porta_turret/ai{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber West";
+ dir = 4;
+ network = list("MiniSat")
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"aaK" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/sign/vacuum{
- pixel_x = 0;
- pixel_y = 32
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
+"aaK" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"aaL" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
- dir = 1
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/glass_command{
+ name = "AI Core";
+ req_access_txt = "65"
+ },
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
"aaM" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1"
+/obj/machinery/shower{
+ dir = 8;
+ pixel_y = -4
},
-/area/shuttle/abandoned)
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/item/weapon/bikehorn/rubberducky,
+/turf/open/floor/plasteel/showroomfloor,
+/area/chapel/main{
+ name = "Monastery"
+ })
"aaN" = (
-/obj/structure/shuttle/engine/heater{
- dir = 1
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/shuttle/abandoned)
+/obj/machinery/turretid{
+ name = "AI Chamber turret control";
+ pixel_x = 5;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
"aaO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
+/obj/machinery/ai_slipper{
+ uses = 8
},
-/area/shuttle/abandoned)
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
"aaP" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
+/obj/machinery/turretid{
+ name = "AI Chamber turret control";
+ pixel_x = -5;
+ pixel_y = -24
},
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
"aaQ" = (
-/obj/machinery/door/airlock/shuttle{
- name = "recovery shuttle interior airlock"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/shuttle/engine/propulsion/burst{
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle,
+/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
"aaR" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber East";
+ dir = 8;
+ network = list("MiniSat")
+ },
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
"aaS" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7"
+/obj/structure/table,
+/obj/item/stack/sheet/glass{
+ amount = 10
},
-/area/shuttle/abandoned)
+/obj/item/device/multitool,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaT" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12"
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. Evilly";
+ freerange = 1;
+ frequency = 1213;
+ name = "Syndicate Intercom";
+ pixel_y = -32;
+ subspace_transmission = 1;
+ syndie = 1
},
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaU" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/abandoned)
+/obj/structure/closet/syndicate/personal,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aaV" = (
-/obj/machinery/vending/snack{
- pixel_x = -1;
- use_power = 0
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/area/wreck/ai)
"aaW" = (
-/obj/machinery/vending/cola{
- pixel_x = -1;
- use_power = 0
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"aaX" = (
-/obj/machinery/vending/coffee{
- pixel_x = -2;
- use_power = 0
+/obj/effect/landmark/start{
+ name = "AI"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aaY" = (
-/obj/machinery/vending/cigarette{
- use_power = 0
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 1;
+ listening = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = -9
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aaZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14"
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_x = 0;
+ pixel_y = -31
},
-/area/shuttle/abandoned)
-"aba" = (
-/obj/machinery/door/poddoor{
- auto_close = 300;
- id = "smindicate";
- name = "outer blast door"
+/obj/item/device/radio/intercom{
+ anyai = 1;
+ broadcasting = 0;
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 27;
+ pixel_y = -9
},
-/obj/machinery/button/door{
- id = "smindicate";
- name = "external door control";
- pixel_x = -26;
- pixel_y = 0;
- req_access_txt = "150"
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -28;
+ pixel_y = -28
},
-/obj/docking_port/mobile{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate";
- name = "syndicate infiltrator";
- roundstart_move = "syndicate_away";
- travelDir = 180;
- width = 18
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ pixel_x = 28;
+ pixel_y = -28
},
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_nw";
- name = "northwest of station";
- turf_type = /turf/open/space;
- width = 18
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"aaY" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
},
-/turf/open/floor/plating,
/area/shuttle/syndicate)
-"abb" = (
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
+"aaZ" = (
+/obj/machinery/door/window{
+ name = "Cockpit";
+ req_access_txt = "150"
},
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"abc" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters{
- id = "syndieshutters";
- name = "blast shutters"
+"aba" = (
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"abb" = (
+/turf/open/space,
+/area/shuttle/syndicate)
+"abc" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abd" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+/obj/structure/table,
+/obj/item/weapon/storage/box/zipties{
+ pixel_x = 1;
+ pixel_y = 2
},
-/turf/closed/indestructible/opshuttle,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"abe" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3"
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/area/shuttle/abandoned)
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"abf" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/weapon/crowbar,
-/obj/item/clothing/suit/apron,
-/obj/item/weapon/shovel/spade,
-/obj/item/weapon/cultivator,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/item/weapon/wirecutters,
-/obj/item/device/plant_analyzer,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"abg" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/chair{
+ dir = 8
},
-/obj/structure/sink{
- pixel_y = 28
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"abh" = (
-/obj/item/weapon/storage/bag/plants/portaseeder,
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/spray/plantbgone{
- pixel_x = 13;
- pixel_y = 5
- },
-/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
-/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
-/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
-/obj/item/weapon/reagent_containers/glass/bottle/nutrient/rh{
- pixel_x = -2;
- pixel_y = 3
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"abi" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
"abj" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/abandoned)
-"abk" = (
-/obj/machinery/shower{
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber South";
dir = 2;
- icon_state = "shower";
- pixel_x = 0;
- pixel_y = 16
+ network = list("MiniSat")
},
-/obj/machinery/door/window/westright{
- dir = 2
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 0;
+ pixel_y = 20
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/ai_status_display{
+ pixel_y = 37
},
-/obj/item/weapon/soap/nanotrasen,
-/obj/effect/decal/cleanable/ash{
- desc = "They look like human remains, and have clearly been gnawed at.";
- icon = 'icons/effects/blood.dmi';
- icon_state = "remains";
- name = "remains"
- },
-/obj/effect/decal/cleanable/blood/gibs/old,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/bluegrid,
+/area/wreck/ai)
+"abk" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on,
+/turf/open/floor/plating/airless,
+/area/space)
"abl" = (
-/obj/structure/toilet{
- pixel_y = 9
+/obj/machinery/porta_turret/syndicate{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abm" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/effect/decal/cleanable/greenglow{
- desc = "Looks like something's sprung a leak"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"abm" = (
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/area/wreck/ai)
"abn" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- freerange = 1;
- name = "Common Channel";
- pixel_y = 25
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/wreck/ai)
"abo" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white{
+ heat_capacity = 1e+006
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/area/wreck/ai)
"abp" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
"abq" = (
-/obj/structure/table,
-/obj/item/device/flashlight/lamp{
- pixel_x = 4;
- pixel_y = 1
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
"abr" = (
-/obj/machinery/computer/shuttle/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abs" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "syndieshutters";
- name = "remote shutter control";
- req_access_txt = "150"
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/ai_slipper{
+ uses = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
+"abs" = (
+/obj/machinery/door/firedoor/heavy,
+/turf/open/floor/plasteel/white,
+/area/wreck/ai)
"abt" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/space)
"abu" = (
-/obj/machinery/hydroponics/constructable,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/grille/broken,
+/turf/open/space,
+/area/space)
"abv" = (
-/obj/machinery/biogenerator{
- idle_power_usage = 0;
- use_power = 0
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"abw" = (
-/obj/structure/sign/botany,
-/turf/closed/wall/shuttle,
-/area/shuttle/abandoned)
+/obj/structure/closet/syndicate/nuclear,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"abx" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"aby" = (
-/obj/structure/chair,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"abz" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/wreck/ai)
"abA" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
},
-/obj/effect/decal/cleanable/blood/gibs/limb,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
"abB" = (
-/obj/machinery/door/airlock/shuttle{
- name = "bathroom"
- },
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/wreck/ai)
"abC" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/structure/mirror{
- pixel_x = 0;
- pixel_y = -28
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/wreck/ai)
"abD" = (
-/obj/machinery/door/airlock/shuttle{
- name = "bathroom"
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"abE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"abF" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abG" = (
+/obj/structure/table,
+/obj/item/device/aicard,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abH" = (
+/obj/machinery/door/poddoor{
+ id = "smindicate";
+ name = "outer blast door"
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"abE" = (
-/obj/structure/mirror{
- pixel_x = 28;
- pixel_y = 0
+/obj/machinery/button/door{
+ id = "smindicate";
+ name = "external door control";
+ pixel_x = -26;
+ pixel_y = 0;
+ req_access_txt = "150"
},
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+/obj/docking_port/mobile{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate";
+ name = "syndicate infiltrator";
+ port_angle = 0;
+ roundstart_move = "syndicate_away";
+ width = 18
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_nw";
+ name = "northwest of station";
+ turf_type = /turf/open/space;
+ width = 18
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"abI" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"abF" = (
-/obj/item/weapon/folder/blue,
-/obj/structure/table,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
+"abJ" = (
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"abK" = (
+/obj/machinery/computer/monitor,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"abL" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"abM" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/turret_protected/ai)
-"abG" = (
-/obj/machinery/camera{
- c_tag = "AI Chamber West";
- network = list("SS13","AISat","RD");
- start_active = 1
+/turf/open/floor/plating,
+/area/wreck/ai)
+"abN" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abH" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0"
+/obj/machinery/door/airlock/glass_command{
+ name = "AI Core";
+ req_access_txt = "65"
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abI" = (
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abJ" = (
-/obj/structure/table,
-/obj/item/device/paicard,
/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/turret_protected/ai)
-"abK" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets{
+/area/wreck/ai)
+"abO" = (
+/obj/structure/table/glass,
+/obj/item/stack/sheet/metal,
+/obj/item/stack/sheet/glass{
+ amount = 20;
pixel_x = 3;
- pixel_y = 3
+ pixel_y = -4
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abL" = (
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/mmi,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"abP" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/computer/rdconsole/robotics,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"abQ" = (
+/obj/machinery/mecha_part_fabricator,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"abR" = (
/obj/structure/table,
/obj/item/weapon/c4{
pixel_x = 2;
@@ -719,6335 +854,5739 @@
pixel_x = 3;
pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"abM" = (
-/obj/machinery/hydroponics/constructable,
-/obj/item/seeds/glowshroom,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"abN" = (
-/obj/machinery/door/airlock/shuttle{
- name = "hydroponics"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"abO" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"abP" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/shaker,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"abQ" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"abR" = (
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
"abS" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
"abT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/door/window{
+ name = "Ready Room";
+ req_access_txt = "150"
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"abU" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/obj/machinery/flasher{
- id = "AI";
- pixel_y = -24
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"abV" = (
-/obj/machinery/power/terminal,
-/obj/machinery/door/window{
- dir = 1;
- name = "AI Chamber Power Unit";
- pixel_y = 2;
- req_access_txt = "16"
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/obj/structure/cable{
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"abW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"abX" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/yellow{
icon_state = "0-4";
d2 = 4
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abW" = (
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "MiniSat Antechamber APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/structure/window/reinforced{
- dir = 4
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"abY" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
+"abZ" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"abX" = (
-/obj/structure/cable{
- d1 = 2;
+/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 8;
- icon_state = "2-8";
- tag = ""
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
-"abY" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 10
- },
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abZ" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. Evilly";
- freerange = 1;
- frequency = 1213;
- name = "Syndicate Intercom";
- pixel_y = -32;
- subspace_transmission = 1;
- syndie = 1
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"aca" = (
-/obj/structure/closet/syndicate/personal,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/structure/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"acb" = (
-/obj/machinery/vending/hydroseeds{
- pixel_x = 2;
- use_power = 0
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"acc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acd" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3;
- pixel_y = 4
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"ace" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acf" = (
-/obj/machinery/door/airlock/shuttle{
- name = "dormitory"
- },
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/window{
+ dir = 4;
+ name = "EVA Storage";
+ req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"acg" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/blood/gibs/limb,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/airlock/external{
+ req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"ach" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/ash{
- desc = "They look like human remains, and have clearly been gnawed at.";
- icon = 'icons/effects/blood.dmi';
- icon_state = "remains";
- name = "remains"
- },
-/obj/item/weapon/gun/energy/laser/retro,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"aci" = (
-/obj/structure/closet/wardrobe/mixed,
-/obj/item/clothing/under/rank/centcom_officer{
- desc = "A badge on the arm indicates that it's meant to be worn by Centcom recovery teams. This one seems dusty and clearly hasn't been cleaned in some time.";
- name = "\improper dusty old Centcom jumpsuit"
- },
-/obj/item/clothing/under/rank/centcom_commander{
- desc = "A badge on the arm indicates that it's meant to be worn by Centcom recovery teams. This one seems dusty and clearly hasn't been cleaned in some time.";
- name = "\improper dusty old Centcom jumpsuit"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/camera{
+ c_tag = "MiniSat Maintenance Port Fore";
+ dir = 1;
+ network = list("MiniSat")
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acj" = (
-/turf/open/floor/plasteel/vault{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/area/turret_protected/ai)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"ack" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/obj/machinery/porta_turret/ai{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"acm" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"acn" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"aco" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_x = 0;
+ pixel_y = -29
},
-/obj/machinery/porta_turret/ai{
- dir = 4
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat AI Chamber Observation";
+ dir = 1;
+ network = list("MiniSat")
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"acp" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat_interior)
"acq" = (
-/obj/machinery/door/window{
- name = "Cockpit";
- req_access_txt = "150"
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acr" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 4;
- icon_state = "diagonalWall3"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/area/shuttle/syndicate)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"acr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acs" = (
-/obj/machinery/smartfridge{
- use_power = 0
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Waste Out";
+ on = 1
},
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
+/obj/machinery/camera{
+ c_tag = "MiniSat Maintenance Starboard Fore";
+ dir = 1;
+ network = list("MiniSat")
},
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"act" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acu" = (
-/obj/structure/table,
-/obj/item/weapon/storage/fancy/donut_box,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acv" = (
-/obj/machinery/vending/boozeomat{
- icon_deny = "smartfridge";
- icon_state = "smartfridge";
- req_access_txt = "0";
- use_power = 0
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "EVA Storage";
+ req_access_txt = "150"
},
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"acw" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/centcom,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/space,
+/turf/closed/wall/mineral/plastitanium{
+ dir = 1;
+ icon_state = "diagonalWall3"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/area/shuttle/syndicate)
"acx" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/centcom,
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acy" = (
-/obj/structure/table,
-/obj/item/weapon/storage/pill_bottle/dice{
- pixel_y = 3
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acz" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/area/turret_protected/ai)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acA" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "Secondary AI Core Access";
- req_access_txt = "16"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acB" = (
-/obj/effect/landmark{
- name = "tripai"
- },
-/obj/item/device/radio/intercom{
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_y = 19
- },
-/obj/item/device/radio/intercom{
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_y = -26
- },
-/obj/item/device/radio/intercom{
- freerange = 1;
- name = "Common Channel";
- pixel_x = 27;
- pixel_y = -3
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acC" = (
-/obj/effect/landmark{
- name = "tripai"
- },
-/obj/item/device/radio/intercom{
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_y = 20
- },
-/obj/item/device/radio/intercom{
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_y = -26
- },
-/obj/item/device/radio/intercom{
- name = "Common Channel";
- pixel_x = -25;
- pixel_y = -4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
"acD" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "Tertiary AI Core Access";
- req_access_txt = "16"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Chamber Observation";
+ req_one_access_txt = "65"
},
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"acE" = (
-/obj/machinery/light{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acF" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acG" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/zipties{
- pixel_x = 1;
- pixel_y = 2
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acH" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_y = 6
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acI" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/structure/sink{
- pixel_y = 28
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. Evilly";
+ freerange = 1;
+ frequency = 1213;
+ name = "Syndicate Intercom";
+ pixel_x = -32;
+ subspace_transmission = 1;
+ syndie = 1
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"acJ" = (
-/obj/machinery/door/airlock/shuttle{
- name = "kitchen"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/structure/grille,
+/obj/structure/lattice,
+/turf/open/space,
+/area/space)
"acK" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"acL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"acM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ pressure_checks = 1
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"acM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/turret_protected/ai)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acN" = (
-/obj/item/device/radio/intercom{
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_x = 28;
- pixel_y = 5
- },
-/obj/item/device/radio/intercom{
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_x = -27;
- pixel_y = 4
- },
-/obj/effect/landmark/start{
- name = "AI"
- },
-/obj/item/device/radio/intercom{
- freerange = 1;
- name = "Common Channel";
- pixel_y = 30
- },
-/obj/machinery/button/door{
- id = "AIBlast";
- name = "Blast Doors Control";
- pixel_x = 0;
- pixel_y = 22;
- req_access_txt = "28"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/structure/lattice,
+/obj/machinery/light/small{
+ dir = 1
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Bridge Port Fore";
+ dir = 2;
+ network = list("MiniSat")
},
-/area/turret_protected/ai)
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAP)
"acP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/area/ai_monitored/turret_protected/aisat_interior)
"acQ" = (
-/obj/structure/chair{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"acR" = (
-/obj/structure/chair{
- dir = 8
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"acR" = (
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acS" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/item/weapon/storage/box/monkeycubes{
- pixel_y = 4
+/obj/structure/lattice,
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/item/weapon/storage/fancy/egg_box{
- pixel_y = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Bridge Starboard Fore";
+ dir = 2;
+ network = list("MiniSat")
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acT" = (
-/obj/machinery/processor,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acU" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"acV" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/device/radio/off,
-/obj/item/device/radio/off,
-/obj/item/device/radio/off,
-/obj/item/device/radio/off,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/sleeper/syndie{
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"acW" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000;
- pixel_y = 2
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"acX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"acY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"acZ" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
+/obj/structure/table,
+/obj/item/stack/medical/ointment,
+/obj/item/stack/medical/bruise_pack,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -5;
+ pixel_y = 30
},
-/obj/machinery/power/apc{
- dir = 1;
- name = "AI Chamber APC";
- pixel_y = 24
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"ada" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/cell/high{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/machinery/light/small{
- dir = 1
+/obj/item/weapon/stock_parts/cell/high,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"adb" = (
+/obj/structure/table,
+/obj/item/weapon/screwdriver{
+ pixel_y = 9
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"ada" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/door/window{
- name = "Primary AI Core Access";
- pixel_y = -2;
- req_access_txt = "16"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8";
- tag = ""
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"adb" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/turretid{
- name = "AI Chamber turret control";
- pixel_x = 5;
- pixel_y = 24
- },
-/obj/machinery/flasher{
- id = "AI";
- pixel_x = -6;
- pixel_y = 24
+/obj/item/device/assembly/voice{
+ pixel_y = 3
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"adc" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/obj/structure/table,
+/obj/item/weapon/wrench,
+/obj/item/device/assembly/infra,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"add" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
-"ade" = (
/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 5
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
},
-/obj/item/weapon/reagent_containers/food/condiment/enzyme{
- layer = 5
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
},
-/obj/item/weapon/reagent_containers/dropper,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"ade" = (
+/obj/structure/table,
+/obj/item/weapon/weldingtool/largetank{
+ pixel_y = 3
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/item/device/multitool,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"adf" = (
-/obj/effect/decal/cleanable/egg_smudge,
-/obj/effect/decal/cleanable/flour,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/structure/lattice,
+/obj/structure/grille/broken,
+/turf/open/space,
+/area/space)
"adg" = (
-/obj/structure/kitchenspike,
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"adh" = (
-/obj/machinery/door/airlock/shuttle{
- name = "living quarters"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAP)
"adi" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9;
- pixel_y = 2
- },
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = 6
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/item/clothing/glasses/welding,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
"adj" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"adk" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAS)
"adl" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-07";
- name = "Photosynthetic Potted plant";
- pixel_y = 10
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai)
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"adm" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"adn" = (
-/obj/machinery/camera{
- c_tag = "AI Chamber East";
- dir = 1;
- network = list("SS13","AISat","RD");
- start_active = 1
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
+/obj/structure/bed/roller,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"ado" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-09";
- name = "Photosynthetic Potted plant";
- pixel_y = 10
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
"adp" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/syndicate,
+/obj/item/weapon/crowbar/red,
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"adq" = (
-/obj/structure/closet/syndicate/nuclear,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/closed/wall/r_wall,
+/area/security/prison)
"adr" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/reagent_containers/food/condiment/milk,
-/obj/item/weapon/reagent_containers/food/condiment/milk,
-/obj/item/weapon/reagent_containers/food/condiment/milk,
-/obj/item/weapon/reagent_containers/food/condiment/soymilk,
-/obj/item/weapon/reagent_containers/food/condiment/soymilk,
-/obj/item/weapon/reagent_containers/food/condiment/sugar,
-/obj/item/weapon/reagent_containers/food/condiment/sugar,
-/obj/item/weapon/reagent_containers/food/condiment/sugar,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/security/prison)
"ads" = (
-/obj/structure/table,
-/obj/item/weapon/kitchen/rollingpin,
-/obj/item/weapon/kitchen/knife,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/window{
+ dir = 4;
+ name = "Infirmary";
+ req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"adt" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/item/weapon/storage/box/donkpockets,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/window/westright{
+ name = "Tool Storage";
+ req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"adu" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/machinery/hydroponics/constructable,
+/obj/item/seeds/potato,
+/obj/item/seeds/carrot,
+/obj/item/seeds/corn,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"adv" = (
-/obj/machinery/door/airlock/shuttle{
- name = "E.V.A. equipment"
+/obj/item/weapon/cultivator,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"adw" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/obj/machinery/hydroponics/constructable,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/item/seeds/glowshroom,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Permabrig Central";
+ network = list("SS13","Prison")
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"adx" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai)
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"ady" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/structure/easel,
+/obj/item/weapon/canvas/nineteenXnineteen,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"adz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"adA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/biogenerator,
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 8
},
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai)
+/area/security/prison)
"adB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
/turf/open/floor/plating,
-/area/shuttle/syndicate)
+/area/ai_monitored/turret_protected/AIsatextAP)
"adC" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
"adD" = (
-/obj/machinery/door/window{
- name = "Ready Room";
- req_access_txt = "150"
+/obj/structure/lattice,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Bridge Port Aft";
+ dir = 1;
+ network = list("MiniSat")
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"adE" = (
/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/shuttle/syndicate)
-"adF" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/frame/machine{
- desc = "A NanoTrasen hypersleep chamber - this one appears broken. There are exposed bolts for easy detachment using a wrench.";
- dir = 8;
- icon = 'icons/obj/Cryogenic2.dmi';
- icon_state = "sleeper-o";
- name = "broken hypersleep chamber";
- pixel_y = 3
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"adF" = (
+/obj/structure/lattice,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Bridge Starboard Aft";
+ dir = 1;
+ network = list("MiniSat")
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/space,
+/area/ai_monitored/turret_protected/AIsatextAS)
"adG" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/item/roller{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/roller{
- pixel_x = 3;
- pixel_y = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
"adH" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/structure/frame/machine{
- desc = "A NanoTrasen hypersleep chamber - this one appears broken. There are exposed bolts for easy detachment using a wrench.";
- dir = 4;
- icon = 'icons/obj/Cryogenic2.dmi';
- icon_state = "sleeper-o";
- name = "broken hypersleep chamber";
- pixel_y = 3
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"adI" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Infirmary";
+ req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"adJ" = (
-/obj/structure/tank_dispenser/oxygen{
- layer = 2.7;
- pixel_x = -1;
- pixel_y = 2
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Tool Storage";
+ req_access_txt = "150"
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"adK" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/machinery/recharge_station,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"adL" = (
-/obj/machinery/ai_status_display{
- pixel_y = 31
- },
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/machinery/hydroponics/constructable,
+/obj/item/seeds/grass,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"adM" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "AI Satellite West Wing APC";
- pixel_y = 25
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite West";
- network = list("SS13","AISat");
- start_active = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/plant_analyzer,
/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/area/security/prison)
"adN" = (
-/obj/structure/tank_dispenser/oxygen{
- pixel_x = -1;
- pixel_y = 2
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the AI satellite.";
- name = "AI Satellite Monitor";
- network = list("AISat");
- pixel_y = 29
- },
+/obj/machinery/hydroponics/constructable,
+/obj/item/seeds/sunflower,
+/obj/item/seeds/poppy,
/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/area/security/prison)
"adO" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "AIBlast";
- name = "AI Chamber Blast Shutter"
- },
-/turf/open/floor/plating,
-/area/turret_protected/ai)
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"adP" = (
-/obj/machinery/door/airlock/glass_command{
- name = "AI Chamber";
- req_access_txt = "16"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "AIBlast";
- name = "AI Chamber Blast Shutter"
- },
+/obj/item/weapon/storage/crayons,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"adQ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai)
-"adQ" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the AI satellite.";
- name = "AI Satellite Monitor";
- network = list("AISat");
- pixel_y = 29
+ icon_state = "1-2"
},
-/obj/machinery/computer/station_alert,
/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/area/security/prison)
"adR" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "AI Satellite East Wing APC";
- pixel_y = 25
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite East";
- network = list("SS13","AISat");
- start_active = 1
+/obj/machinery/seed_extractor,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 8
},
-/obj/item/weapon/pen,
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/area/security/prison)
"adS" = (
-/obj/machinery/ai_status_display{
- pixel_y = 31
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/obj/machinery/porta_turret/ai{
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"adT" = (
-/obj/machinery/sleeper/syndie{
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"adW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"adU" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 5;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker,
-/obj/item/weapon/reagent_containers/dropper,
-/obj/item/weapon/reagent_containers/syringe,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"adV" = (
-/obj/structure/frame/machine,
-/obj/item/weapon/circuitboard/machine/chem_dispenser,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"adW" = (
-/obj/structure/frame/machine,
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
"adX" = (
-/obj/structure/sign/science{
- pixel_y = 0
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Chamber Hallway";
+ req_one_access_txt = "65"
},
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"adY" = (
-/obj/item/clothing/suit/bio_suit,
-/obj/item/clothing/suit/bio_suit,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
},
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/head/bio_hood,
-/obj/item/clothing/head/bio_hood,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
"adZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3"
- },
-/area/shuttle/abandoned)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
"aea" = (
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aeb" = (
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/stack/rods{
- amount = 50
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeb" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
"aec" = (
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/machinery/porta_turret/syndicate{
+ dir = 5
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/shuttle/syndicate)
"aed" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/structure/table,
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/l_arm/robot,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"aee" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"aef" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Surgery";
+ req_access_txt = "150"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"aef" = (
+/obj/structure/window/reinforced{
+ dir = 1
},
-/area/turret_protected/aisat_interior)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"aeg" = (
-/turf/open/floor/plasteel/vault{
+/obj/structure/table,
+/obj/structure/window/reinforced{
dir = 8
},
-/area/turret_protected/aisat_interior)
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/brute,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"aeh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
},
-/area/turret_protected/aisat_interior)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"aei" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
+/obj/structure/table,
+/obj/item/device/sbeacondrop/bomb{
+ pixel_y = 5
+ },
+/obj/item/device/sbeacondrop/bomb,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"aej" = (
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aek" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/table,
+/obj/item/weapon/grenade/syndieminibomb{
+ pixel_x = 4;
+ pixel_y = 2
},
-/obj/structure/chair/office/dark{
- dir = 1
+/obj/item/weapon/grenade/syndieminibomb{
+ pixel_x = -1
},
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"aek" = (
+/obj/structure/bookcase,
/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/area/security/prison)
"ael" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/item/weapon/wrench,
/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/area/security/prison)
"aem" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "EVA Storage";
- req_access_txt = "150"
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"aen" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "150"
+/obj/structure/sink{
+ pixel_y = 30
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
"aeo" = (
-/obj/structure/table,
-/obj/item/weapon/folder/white,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/machinery/washing_machine,
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
"aep" = (
-/obj/structure/chair/office/light{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "MiniSat Port Maintenance APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"aeq" = (
-/obj/machinery/door/airlock/shuttle{
- name = "laboratory"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"aer" = (
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/effect/decal/cleanable/ash{
- desc = "They look like human remains, and have clearly been gnawed at.";
- icon = 'icons/effects/blood.dmi';
- icon_state = "remains";
- name = "remains"
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aes" = (
-/obj/machinery/door/airlock/shuttle{
- name = "recovery shuttle interior airlock"
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/camera{
+ c_tag = "MiniSat Maintenance Port Aft";
+ dir = 2;
+ network = list("MiniSat")
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aes" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"aet" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
},
-/obj/structure/sign/vacuum{
- pixel_x = 0;
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"aeu" = (
-/obj/docking_port/mobile{
- dheight = 0;
- dir = 8;
- dwidth = 11;
- height = 15;
- id = "whiteship";
- name = "NT Recovery White-Ship";
- roundstart_move = "whiteship_away";
- travelDir = 180;
- width = 27
- },
-/obj/machinery/door/airlock/shuttle{
- name = "recovery shuttle external airlock"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 11;
- height = 15;
- id = "whiteship_home";
- name = "SS13: Auxiliary Dock, Station-Port";
- width = 27
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"aev" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aew" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 32
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-09";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aex" = (
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aey" = (
-/obj/item/stack/sheet/plasteel{
- amount = 10
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/item/clothing/head/welding,
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aez" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aeA" = (
-/obj/structure/cable{
+/area/ai_monitored/turret_protected/aisat_interior)
+"aew" = (
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aeB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aeC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeD" = (
-/obj/structure/cable{
- d1 = 4;
+/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/turretid{
- control_area = "AI Satellite Storage";
- enabled = 1;
- name = "Storage Turret Control";
- pixel_x = -28;
- pixel_y = 27;
- req_access = list(29)
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/area/ai_monitored/turret_protected/aisat_interior)
+"aex" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-09";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeE" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Foyer";
+ dir = 2;
+ network = list("MiniSat")
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
dir = 4
},
-/obj/machinery/hologram/holopad,
-/obj/effect/landmark/start{
- name = "Cyborg"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeG" = (
-/obj/structure/cable{
+/area/ai_monitored/turret_protected/aisat_interior)
+"aey" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeH" = (
-/obj/structure/cable{
+/area/ai_monitored/turret_protected/aisat_interior)
+"aez" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "MiniSat Maintenance";
+ req_access_txt = "65"
+ },
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/turretid{
- control_area = "AI Satellite Service";
- enabled = 1;
- icon_state = "control_standby";
- name = "Service Bay Turret Control";
- pixel_x = 27;
- pixel_y = 27;
- req_access = list(65)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aeI" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Storage";
- req_one_access_txt = "65"
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"aeJ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/machinery/camera{
+ c_tag = "MiniSat Maintenance Starboard Aft";
+ dir = 2;
+ network = list("MiniSat")
},
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeC" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
+ dir = 1;
on = 1
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeK" = (
-/obj/structure/cable{
- d1 = 1;
+/obj/structure/cable/yellow{
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeD" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeM" = (
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "MiniSat Starboard Maintenance APC";
+ pixel_x = 24;
+ pixel_y = 0
},
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAS)
+"aeE" = (
/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"aeN" = (
-/obj/machinery/door/window{
- base_state = "right";
+/obj/item/weapon/surgicaldrill,
+/obj/item/weapon/circular_saw,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
+"aeF" = (
+/obj/structure/sink{
dir = 4;
- icon_state = "right";
- name = "EVA Storage";
- req_access_txt = "150"
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 30
},
-/turf/open/floor/plasteel/shuttle/red,
+/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
-"aeO" = (
-/turf/open/floor/plasteel/shuttle/white,
+"aeG" = (
+/obj/machinery/nuclearbomb/syndicate,
+/obj/machinery/door/window{
+ dir = 1;
+ name = "Secure Storage";
+ req_access_txt = "150"
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"aeP" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
+"aeH" = (
+/obj/machinery/telecomms/allinone{
+ intercept = 1
+ },
+/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
-"aeQ" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+"aeI" = (
+/obj/machinery/computer/libraryconsole/bookmanagement{
+ pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/table,
+/obj/machinery/newscaster{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aeJ" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aeK" = (
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/structure/table,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aeL" = (
+/obj/item/device/camera,
+/obj/structure/table,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aeM" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aeN" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/turf/open/floor/plasteel/barber,
+/area/security/prison)
+"aeO" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aeP" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air Out";
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"aeQ" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"aeR" = (
-/obj/structure/frame/machine,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/light/small{
+ dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"aeS" = (
-/obj/structure/frame/machine,
-/obj/item/weapon/circuitboard/machine/autolathe,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/area/ai_monitored/turret_protected/aisat_interior)
"aeT" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/effect/landmark/start{
+ name = "Cyborg"
},
-/obj/effect/decal/cleanable/blood/gibs/limb,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"aeU" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/ash{
- desc = "They look like human remains, and have clearly been gnawed at.";
- icon = 'icons/effects/blood.dmi';
- icon_state = "remains";
- name = "remains"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/ai_monitored/turret_protected/aisat_interior)
"aeV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/machinery/light/small{
+ dir = 4
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"aeW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high,
+/obj/machinery/light/small{
dir = 4
},
-/obj/machinery/door/airlock/external,
+/obj/item/stack/cable_coil,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/ai_monitored/turret_protected/AIsatextAS)
"aeX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/table,
+/obj/item/weapon/cautery,
+/obj/item/weapon/scalpel,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"aeY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/table/optable,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"aeZ" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/obj/item/device/multitool,
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/corner,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/structure/table,
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/syndicate)
"afa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/side,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
"afb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/weapon/storage/belt/utility,
-/obj/item/device/radio/off,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"afc" = (
/obj/structure/table,
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 8
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"afc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/stack/sheet/glass{
+ amount = 50
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Service Bay";
- req_one_access_txt = "65"
+/obj/item/stack/rods{
+ amount = 50
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
"afd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "AI Satellite Central APC";
- pixel_x = -25
+/obj/structure/rack,
+/obj/item/clothing/suit/space/syndicate/black/red,
+/obj/item/clothing/head/helmet/space/syndicate/black/red,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/syndicate)
+"afe" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/obj/structure/cable,
-/obj/machinery/camera/motion{
- c_tag = "MiniSat Foyer";
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- network = list("MiniSat")
- },
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 8
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/turret_protected/aisat_interior)
-"afe" = (
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aff" = (
+/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
-"aff" = (
-/mob/living/simple_animal/bot/secbot/pingsky,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
+/area/security/prison)
"afg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/toy/cards/deck,
+/obj/structure/table,
/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
+/area/security/prison)
"afh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/obj/item/weapon/pen,
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/turf/open/floor/plasteel/darkblue/corner,
-/area/turret_protected/aisat_interior)
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"afi" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/bluegrid,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"afj" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/recharge_station,
-/turf/open/floor/bluegrid,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"afk" = (
-/obj/machinery/recharge_station,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small,
-/turf/open/floor/bluegrid,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afk" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"afl" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"afm" = (
-/obj/item/device/radio/intercom{
- desc = "Talk through this. Evilly";
- freerange = 1;
- frequency = 1213;
- name = "Syndicate Intercom";
- pixel_x = -32;
- subspace_transmission = 1;
- syndie = 1
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
+"afm" = (
+/obj/structure/table,
+/obj/item/weapon/wrench,
+/obj/item/weapon/tank/internals/emergency_oxygen,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"afn" = (
/obj/structure/table,
-/obj/item/stack/medical/ointment,
-/obj/item/stack/medical/bruise_pack,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/obj/item/weapon/crowbar,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/AIsatextAP)
"afo" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/suit/armor/vest,
-/obj/item/clothing/suit/armor/vest,
-/obj/structure/table,
-/obj/item/clothing/head/helmet/swat/nanotrasen,
-/obj/item/clothing/head/helmet/swat/nanotrasen,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"afp" = (
-/obj/machinery/door/airlock/shuttle{
- name = "cargo bay"
+/obj/machinery/teleport/hub,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/turf/open/floor/plasteel/delivery{
- dir = 1
+/area/ai_monitored/turret_protected/aisat_interior)
+"afp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"afq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/holopad,
+/mob/living/simple_animal/bot/secbot/pingsky,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"afr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"afs" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
+/area/ai_monitored/turret_protected/aisat_interior)
+"aft" = (
+/obj/machinery/recharge_station,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/ai_monitored/turret_protected/AIsatextAS)
+"afu" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/device/multitool{
+ layer = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/weapon/extinguisher{
+ layer = 4
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aft" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/ai_monitored/turret_protected/AIsatextAS)
+"afv" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_l"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"afw" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"afx" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_r"
},
-/obj/machinery/light/small{
- dir = 1
+/turf/open/floor/plating,
+/area/shuttle/syndicate)
+"afy" = (
+/turf/closed/wall,
+/area/security/transfer)
+"afz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
+/turf/closed/wall,
+/area/security/transfer)
+"afA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/closed/wall,
+/area/security/transfer)
+"afB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afu" = (
+/turf/closed/wall,
+/area/security/transfer)
+"afC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 10
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/closed/wall/r_wall,
+/area/security/transfer)
+"afD" = (
+/obj/machinery/vending/sustenance,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afF" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"afG" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"afH" = (
+/obj/machinery/shower{
+ dir = 8
},
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"afI" = (
+/obj/machinery/teleport/station,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/ai_monitored/turret_protected/aisat_interior)
+"afJ" = (
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
+"afK" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -28
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/ai_monitored/turret_protected/aisat_interior)
+"afL" = (
+/obj/structure/transit_tube/station/reverse/flipped{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
+/area/ai_monitored/turret_protected/aisat_interior)
+"afM" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/closed/wall/mineral/plastitanium{
+ dir = 4;
+ icon_state = "diagonalWall3"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/shuttle/syndicate)
+"afN" = (
+/turf/open/space,
+/obj/machinery/porta_turret/syndicate{
+ dir = 10
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/closed/wall/mineral/plastitanium{
+ icon_state = "diagonalWall3"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/shuttle/syndicate)
+"afO" = (
+/obj/machinery/door/poddoor{
+ id = "executionspaceblast";
+ name = "blast door"
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/security/transfer)
+"afP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/effect/decal/cleanable/oil,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afA" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"afB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"afC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/security/transfer)
+"afQ" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Teleporter";
- req_one_access_txt = "65"
+/obj/machinery/flasher{
+ id = "executionflash";
+ pixel_x = 0;
+ pixel_y = 25
},
/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"afD" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/security/transfer)
+"afR" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -27
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 10
- },
-/area/turret_protected/aisat_interior)
-"afE" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/turret_protected/aisat_interior)
-"afF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/turret_protected/aisat_interior)
-"afG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small,
-/obj/machinery/light_switch{
- pixel_y = -25
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side,
-/area/turret_protected/aisat_interior)
-"afH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 6
- },
-/area/turret_protected/aisat_interior)
-"afI" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"afJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"afK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextFP{
- name = "AI Satellite Service"
- })
-"afL" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/open/space,
-/area/space)
-"afM" = (
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"afN" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/indestructible/opshuttle,
-/area/shuttle/syndicate)
-"afO" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "Infirmary";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
-"afP" = (
-/obj/machinery/door/window/westright{
- name = "Tool Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afQ" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell/high{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/cell/high,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"afR" = (
-/obj/structure/table,
-/obj/item/weapon/screwdriver{
- pixel_y = 9
- },
-/obj/item/device/assembly/voice{
- pixel_y = 3
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/area/security/transfer)
"afS" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/device/assembly/infra,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/transfer)
"afT" = (
-/obj/structure/table,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/black,
+/area/security/prison)
"afU" = (
-/obj/structure/table,
-/obj/item/weapon/weldingtool/largetank{
- pixel_y = 3
+/obj/machinery/door/window/westleft{
+ base_state = "right";
+ dir = 8;
+ icon_state = "right";
+ name = "Unisex Showers";
+ req_access_txt = "0"
},
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
"afV" = (
-/obj/structure/table,
-/obj/item/weapon/defibrillator,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
"afW" = (
-/obj/machinery/vending/wallmed{
- name = "Emergency NanoMed";
- pixel_x = 0;
- pixel_y = 28;
- req_access_txt = "0";
- use_power = 0
- },
-/obj/machinery/iv_drip{
- density = 0;
- pixel_x = 0
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
"afX" = (
-/obj/machinery/sleeper{
- dir = 2;
- use_power = 0
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/area/ai_monitored/turret_protected/aisat_interior)
"afY" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/abandoned)
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/aisat_interior)
"afZ" = (
-/obj/item/weapon/storage/toolbox/emergency{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/toolbox/emergency,
-/obj/item/weapon/storage/toolbox/emergency{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "MiniSat External Access";
+ req_access = null;
+ req_access_txt = "65"
},
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
"aga" = (
-/obj/structure/frame/machine,
-/obj/item/weapon/circuitboard/machine/cyborgrecharger,
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
+/area/ai_monitored/turret_protected/aisat_interior)
"agb" = (
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/delivery{
- dir = 1
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/area/shuttle/abandoned)
+/area/security/transfer)
"agc" = (
-/obj/structure/closet/crate/medical{
- name = "medical crate"
+/obj/structure/bed,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = 3;
- pixel_y = 3
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"agd" = (
+/obj/machinery/sparker{
+ dir = 2;
+ id = "executionburn";
+ pixel_x = 25
},
-/obj/item/roller{
- pixel_y = 4
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/item/device/healthanalyzer,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/area/security/transfer)
+"age" = (
+/turf/closed/wall,
+/area/security/prison)
+"agf" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "permacell2";
+ name = "cell blast door"
+ },
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt2";
+ name = "Cell 2"
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
-"agd" = (
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"agg" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/closed/wall,
+/area/security/prison)
+"agh" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"age" = (
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"agf" = (
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 1;
- name = "AI Satellite Teleporter APC";
- pixel_y = 29
+/obj/machinery/door/poddoor/preopen{
+ id = "permacell1";
+ name = "cell blast door"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt1";
+ name = "Cell 1"
},
-/obj/machinery/camera{
- c_tag = "MiniSat Teleporter";
- dir = 4;
- network = list("MiniSat");
- start_active = 1
+/turf/open/floor/plasteel/vault,
+/area/security/prison)
+"agi" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restroom";
+ req_access_txt = "0"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"agj" = (
+/obj/machinery/light/small{
+ dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/closed/wall/r_wall,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/aisat_interior)
-"agj" = (
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Antechamber";
- req_one_access_txt = "65"
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/aisat_interior)
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
"agk" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/turret_protected/aisat_interior)
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
"agl" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "Infirmary";
- req_access_txt = "150"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/security/transfer)
"agm" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "Tool Storage";
- req_access_txt = "150"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/area/security/transfer)
"agn" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 2
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/security/transfer)
"ago" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+/obj/structure/bed,
+/obj/machinery/camera{
+ c_tag = "Permabrig Cell 2";
+ network = list("SS13","Prison")
},
-/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
- pixel_x = -3
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ dir = 2;
+ name = "Prison Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 24;
+ prison_radio = 1
},
-/obj/item/weapon/reagent_containers/syringe,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/light/small{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"agp" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/obj/effect/decal/cleanable/ash,
-/obj/effect/decal/cleanable/xenoblood,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"agq" = (
-/obj/machinery/door/airlock/shuttle{
- name = "medbay"
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "permabolt2";
+ name = "Cell Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = 25;
+ req_access_txt = "0";
+ specialfunctions = 4
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/structure/chair,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"agr" = (
-/obj/machinery/door/airlock/shuttle{
- name = "cargo bay"
+/obj/structure/bed,
+/obj/machinery/camera{
+ c_tag = "Permabrig Cell 1";
+ network = list("SS13","Prison")
},
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ dir = 2;
+ name = "Prison Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 24;
+ prison_radio = 1
},
-/turf/open/floor/plasteel/delivery{
+/obj/machinery/light/small{
dir = 1
},
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"ags" = (
-/turf/open/floor/plasteel/delivery{
- dir = 1
- },
-/area/shuttle/abandoned)
-"agt" = (
-/obj/structure/closet/crate{
- name = "spare equipment crate"
- },
-/obj/item/weapon/grenade/chem_grenade/metalfoam,
-/obj/item/weapon/relic,
-/obj/item/device/t_scanner,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
-"agu" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"agv" = (
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"agw" = (
-/obj/machinery/camera{
- c_tag = "Xenobiology Test Chamber";
- network = list("Xeno","RD")
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/obj/machinery/light{
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agt" = (
+/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"agx" = (
+/obj/machinery/button/door{
+ id = "permabolt1";
+ name = "Cell Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = 25;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
+ dir = 8;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/obj/structure/chair,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agu" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agy" = (
-/obj/machinery/bluespace_beacon,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
-"agz" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 29
+/obj/machinery/light/small{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
+"agv" = (
+/obj/structure/grille,
+/turf/open/space,
+/area/space)
+"agw" = (
+/turf/closed/wall,
+/area/security/main)
+"agx" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/main)
+"agy" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "MiniSat External Access";
+ req_access = null;
+ req_access_txt = "65"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat_interior)
+"agz" = (
+/obj/structure/transit_tube,
+/turf/open/floor/plating/airless,
+/area/space)
"agA" = (
-/obj/machinery/turretid{
- control_area = null;
- enabled = 1;
- name = "Storage Turret Control";
- pixel_x = 0;
- pixel_y = 24;
- req_access = list(29)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/security/transfer)
"agB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 23
- },
-/turf/open/floor/plating/warnplate{
- dir = 9
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
},
-/area/turret_protected/aisat_interior)
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/security/transfer)
"agC" = (
-/obj/machinery/ai_status_display{
- pixel_y = 31
- },
-/obj/machinery/camera{
- c_tag = "AI Satellite Foyer";
- network = list("SS13","AISat");
- pixel_x = 22;
- start_active = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast";
+ layer = 2.9;
+ name = "blast door"
},
-/obj/machinery/light/small{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Transfer Room";
+ req_access_txt = "2"
},
-/turf/open/floor/plating/warnplate{
- dir = 1
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/area/turret_protected/aisat_interior)
+/area/security/transfer)
"agD" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/flasher{
+ id = "PCell 2";
+ pixel_x = -28
},
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"agE" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/machinery/turretid{
- control_area = null;
- name = "Antechamber Turret Control";
- pixel_y = 27;
- req_access = list(65)
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agF" = (
+/obj/structure/table,
+/obj/item/weapon/paper{
+ layer = 2.9
},
-/obj/machinery/light/small{
- dir = 1
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
+"agG" = (
+/obj/machinery/flasher{
+ id = "PCell 1";
+ pixel_x = -28
},
-/turf/open/floor/plating/warnplate{
- dir = 5
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/area/turret_protected/aisat_interior)
-"agF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
-"agG" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"agH" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"agI" = (
-/obj/structure/window/reinforced{
+/obj/structure/toilet{
dir = 1
},
-/obj/structure/table,
-/obj/item/robot_parts/r_arm,
-/obj/item/robot_parts/l_arm,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/freezer,
+/area/security/prison)
"agJ" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Surgery";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"agK" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/mask/surgical,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/item/clothing/suit/apron/surgical,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/closet/secure_closet/security/sec,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"agL" = (
-/obj/effect/decal/cleanable/xenoblood,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/effect/decal/cleanable/ash{
- desc = "A pile of remains that look vaguely humanoid. The skull is abnormally elongated, and there are burns through some of the other bones.";
- icon = 'icons/effects/blood.dmi';
- icon_state = "remainsxeno";
- name = "remains"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
-"agM" = (
-/obj/structure/closet/crate/freezer,
-/obj/item/weapon/reagent_containers/blood/empty{
- pixel_x = -3;
- pixel_y = -3
+/obj/structure/closet/secure_closet/security/sec,
+/obj/machinery/camera{
+ c_tag = "Brig Equipment Room";
+ dir = 2
},
-/obj/item/weapon/reagent_containers/blood/OMinus,
-/obj/item/weapon/reagent_containers/blood/random,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = 29
},
-/obj/effect/decal/cleanable/xenoblood,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"agM" = (
+/obj/machinery/vending/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"agN" = (
-/obj/machinery/door/airlock/shuttle{
- name = "bridge"
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"agO" = (
-/obj/structure/closet/emcloset,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/lattice/catwalk,
+/obj/structure/showcase{
+ density = 0;
+ desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze.";
+ dir = 2;
+ icon = 'icons/mob/robots.dmi';
+ icon_state = "robot_old";
+ name = "Cyborg Statue";
+ pixel_x = 0;
+ pixel_y = 20
},
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
+/turf/open/space,
+/area/space)
"agP" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/weapon/cigbutt,
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- name = "spare equipment crate";
- opened = 1
- },
-/obj/item/weapon/tank/internals/oxygen/red,
-/obj/item/weapon/tank/internals/air,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space)
+"agQ" = (
+/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
+ name = "Station Intercom (General)";
+ pixel_x = -28;
+ pixel_y = 0
},
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/table,
+/obj/item/weapon/storage/backpack/dufflebag/sec{
+ contents = newlist(/obj/item/weapon/scalpel,/obj/item/weapon/hemostat,/obj/item/weapon/retractor,/obj/item/weapon/cautery,/obj/item/weapon/circular_saw,/obj/item/weapon/surgical_drapes,/obj/item/clothing/mask/surgical);
+ desc = "A large dufflebag for holding extra supplies - this one has a material inlay with space for various sharp-looking tools.";
+ name = "dufflebag";
+ pixel_y = 5
},
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
-"agQ" = (
-/obj/effect/decal/cleanable/oil,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/item/clothing/mask/balaclava,
+/obj/item/device/mmi,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"agR" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/table,
+/obj/item/weapon/folder/red{
+ pixel_x = 3
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/item/device/taperecorder{
+ pixel_x = -3;
+ pixel_y = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"agS" = (
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/machinery/button/flasher{
+ id = "executionflash";
+ pixel_x = 24;
+ pixel_y = 5
},
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/machinery/button/door{
+ id = "executionspaceblast";
+ name = "Vent to Space";
+ pixel_x = 25;
+ pixel_y = -5;
+ req_access_txt = "7"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"agT" = (
-/obj/machinery/teleport/station,
-/obj/machinery/light/small,
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 2";
+ req_access_txt = "2"
},
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"agU" = (
-/obj/machinery/teleport/hub,
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
},
-/area/turret_protected/AIsatextAS{
- name = "AI Satellite Storage"
- })
+/turf/closed/wall,
+/area/security/prison)
"agV" = (
-/turf/open/floor/plating/warnplate{
- dir = 8
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
},
-/area/turret_protected/aisat_interior)
+/turf/closed/wall,
+/area/security/prison)
"agW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/door/airlock/glass_security{
+ name = "Long-Term Cell 1";
+ req_access_txt = "2"
},
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/prison)
"agX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"agY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
+/obj/structure/transit_tube/crossing,
+/turf/open/floor/plating/airless,
+/area/space)
"agZ" = (
-/obj/machinery/door/airlock/external{
- name = "MiniSat External Access";
- req_access = null;
- req_access_txt = "65;13"
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
+/area/security/transfer)
"aha" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/security/transfer)
"ahb" = (
/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/area/security/transfer)
"ahc" = (
/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/brute,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"ahd" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/storage/firstaid/fire,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
+/obj/structure/chair{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"ahe" = (
-/obj/structure/table,
-/obj/item/device/sbeacondrop/bomb{
- pixel_y = 5
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/item/device/sbeacondrop/bomb,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ahf" = (
-/obj/structure/table,
-/obj/item/weapon/grenade/syndieminibomb{
- pixel_x = 4;
- pixel_y = 2
+/obj/machinery/button/ignition{
+ id = "executionburn";
+ pixel_x = 24;
+ pixel_y = 5
},
-/obj/item/weapon/grenade/syndieminibomb{
- pixel_x = -1
+/obj/machinery/button/door{
+ id = "executionfireblast";
+ name = "Transfer Area Lockdown";
+ pixel_x = 25;
+ pixel_y = -5;
+ req_access_txt = "2"
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"ahf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/security/transfer)
"ahg" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_ne";
- name = "northeast of station";
- width = 18
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/space,
-/area/space)
+/turf/open/floor/plasteel/red,
+/area/security/prison)
"ahh" = (
-/obj/structure/table,
-/obj/item/weapon/storage/backpack/dufflebag/med{
- contents = newlist(/obj/item/weapon/scalpel,/obj/item/weapon/hemostat,/obj/item/weapon/retractor,/obj/item/weapon/cautery,/obj/item/weapon/circular_saw,/obj/item/weapon/surgicaldrill,/obj/item/weapon/razor);
- desc = "A large dufflebag for holding extra medical supplies - this one seems to be designed for holding surgical tools.";
- name = "surgical dufflebag";
- pixel_y = 4
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 2";
+ pixel_x = 5;
+ pixel_y = 24
+ },
+/obj/machinery/button/door{
+ id = "permacell2";
+ name = "Cell 2 Lockdown";
+ pixel_x = 4;
+ pixel_y = 34;
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
"ahi" = (
-/obj/effect/decal/cleanable/xenoblood,
-/obj/effect/decal/cleanable/xenoblood/xgibs/limb,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/area/security/prison)
"ahj" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
"ahk" = (
-/obj/structure/frame/computer,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/camera{
+ c_tag = "Brig Prison Hallway";
+ network = list("SS13","Prison")
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahl" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching Prison Wing holding areas.";
+ name = "Prison Monitor";
+ network = list("Prison");
+ pixel_x = 0;
+ pixel_y = 30
},
-/obj/structure/chair/office/light{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahm" = (
-/obj/structure/chair/office/light,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahn" = (
-/obj/structure/frame/computer,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/area/security/prison)
+"ahl" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aho" = (
-/obj/structure/closet/firecloset/full,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
-"ahp" = (
-/obj/effect/decal/cleanable/robot_debris/old,
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/button/flasher{
+ id = "PCell 1";
+ pixel_x = 5;
+ pixel_y = 24
},
-/turf/open/floor/plasteel/delivery{
- dir = 1
+/obj/machinery/button/door{
+ id = "permacell1";
+ name = "Cell 1 Lockdown";
+ pixel_x = 4;
+ pixel_y = 34;
+ req_access_txt = "2"
},
-/area/shuttle/abandoned)
-"ahq" = (
-/obj/structure/closet/crate{
- name = "emergency supplies crate"
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/obj/item/weapon/storage/toolbox/emergency,
-/obj/item/weapon/storage/toolbox/emergency,
-/obj/item/device/flashlight/flare{
- pixel_x = 3;
- pixel_y = 3
+/area/security/prison)
+"ahm" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/item/device/flashlight/flare{
- pixel_x = -6;
- pixel_y = -2
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/weapon/crowbar,
-/obj/item/weapon/wrench,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/extinguisher,
-/obj/item/weapon/extinguisher,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/bot,
-/area/shuttle/abandoned)
-"ahr" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/area/crew_quarters/hor)
-"ahs" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/security/prison)
+"ahn" = (
+/obj/machinery/light{
+ dir = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aht" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/prison)
+"aho" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Prison Wing APC";
+ pixel_x = 1;
+ pixel_y = 24
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ahu" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/security/prison)
+"ahp" = (
+/obj/structure/table,
+/obj/item/weapon/melee/chainofcommand,
+/turf/open/floor/plasteel/red,
+/area/security/prison)
+"ahq" = (
+/turf/closed/wall/r_wall,
+/area/security/armory)
+"ahr" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"ahs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"aht" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
+"ahu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"ahv" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate{
- dir = 10
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
-/area/turret_protected/aisat_interior)
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"ahw" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate,
-/area/turret_protected/aisat_interior)
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/security/transfer)
"ahx" = (
-/obj/structure/transit_tube/station{
- dir = 1
+/obj/structure/window/reinforced{
+ dir = 4
},
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate,
-/area/turret_protected/aisat_interior)
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/obj/item/weapon/wrench,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/security/transfer)
"ahy" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
+/obj/structure/rack,
+/obj/item/weapon/tank/internals/anesthetic{
+ pixel_x = -3;
+ pixel_y = 1
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/warnplate{
- dir = 6
+/obj/item/weapon/tank/internals/oxygen/red{
+ pixel_x = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/area/turret_protected/aisat_interior)
+/area/security/transfer)
"ahz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"ahA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK"
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plating,
-/area/turret_protected/aisat_interior)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"ahB" = (
-/obj/structure/table,
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ aiControlDisabled = 0;
+ icon_state = "door_closed";
+ id_tag = null;
+ locked = 0;
+ name = "Prisoner Transfer Centre";
+ req_access = null;
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"ahC" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/structure/mirror{
- pixel_x = 30
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/prison)
"ahD" = (
-/obj/machinery/nuclearbomb/syndicate,
-/obj/machinery/door/window{
- dir = 1;
- name = "Secure Storage";
- req_access_txt = "150"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"ahE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/shuttle/abandoned)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"ahF" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/device/megaphone,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel,
+/area/security/prison)
"ahG" = (
-/obj/structure/table,
-/obj/item/device/camera,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"ahH" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/abandoned)
-"ahI" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/mob/living/simple_animal/mouse/gray,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"ahH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"ahI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"ahJ" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel,
+/area/security/prison)
"ahK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/obj/structure/table,
+/obj/item/weapon/razor{
+ pixel_x = -6
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/obj/item/device/assembly/signaler{
+ pixel_x = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red,
+/area/security/prison)
"ahL" = (
-/obj/structure/disposaloutlet{
- dir = 8
+/obj/structure/table,
+/obj/item/weapon/storage/box/chemimp{
+ pixel_x = 6
},
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/obj/item/weapon/storage/box/trackimp{
+ pixel_x = -3
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ahM" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ name = "Contraband Locker";
+ req_access_txt = "3"
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/item/weapon/book/codex_gigas,
+/obj/item/weapon/poster/contraband,
+/obj/item/weapon/grenade/smokebomb,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ahN" = (
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
- },
-/obj/structure/window/reinforced{
- dir = 1
+/obj/structure/closet/secure_closet/lethalshots,
+/obj/machinery/camera/motion{
+ c_tag = "Armory Motion Sensor";
+ dir = 2;
+ name = "motion-sensitive security camera"
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ahO" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/vehicle/secway,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ahP" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/airless,
-/area/space)
-"ahQ" = (
-/obj/structure/transit_tube{
- icon_state = "D-NE"
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 4
},
-/obj/structure/window/reinforced{
- dir = 1
+/obj/item/weapon/grenade/barrier,
+/obj/item/weapon/grenade/barrier{
+ pixel_x = -4
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/structure/table,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ahQ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"ahR" = (
-/obj/structure/transit_tube{
- icon_state = "S-NW"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"ahS" = (
-/obj/machinery/telecomms/allinone{
- intercept = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/vehicle/secway,
+/obj/item/key/security,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"ahT" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/scalpel,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/main)
"ahU" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ahV" = (
-/obj/structure/table,
-/obj/item/weapon/retractor,
-/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/syndicate)
+/turf/closed/wall,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ahW" = (
-/obj/structure/shuttle/engine/heater,
-/obj/structure/window/reinforced{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
},
/turf/open/floor/plating,
-/area/shuttle/syndicate)
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/security/transfer)
"ahX" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"ahY" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ layer = 2.4
},
-/obj/item/stack/sheet/glass{
- amount = 50
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Armory";
+ req_access_txt = "2"
},
-/obj/item/stack/rods{
- amount = 50
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line,
+/area/security/transfer)
+"ahY" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ icon_state = "intact";
+ dir = 4
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"ahZ" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/space/syndicate/black/red,
-/obj/item/clothing/head/helmet/space/syndicate/black/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"aia" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/light_switch{
+ pixel_x = 25;
+ pixel_y = 0
},
-/obj/item/device/mass_spectrometer,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"aib" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/item/clothing/head/centhat{
- desc = "There's a gouge through the top where something has clawed clean through it. Whoever was wearing it probably doesn't need a hat any more.";
- name = "\improper damaged CentCom hat"
- },
-/obj/effect/decal/cleanable/ash{
- desc = "They look like human remains, and have clearly been gnawed at.";
- icon = 'icons/effects/blood.dmi';
- icon_state = "remains";
- name = "remains"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/abandoned)
+/turf/closed/wall/r_wall,
+/area/security/transfer)
"aic" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/structure/chair/comfy/black,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/red,
+/area/security/prison)
"aid" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
},
-/obj/item/weapon/storage/photo_album,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
"aie" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"aif" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"aig" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"aih" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aif" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aig" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"aih" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/area/security/prison)
"aii" = (
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
-/obj/item/trash/cheesie,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/security/prison)
"aij" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/turf/open/space,
-/area/space)
+/area/security/prison)
"aik" = (
-/obj/structure/transit_tube,
-/turf/open/space,
-/area/space)
-"ail" = (
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/turf/open/space,
-/area/space)
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/prison)
+"ail" = (
+/obj/structure/table,
+/obj/item/device/electropack,
+/turf/open/floor/plasteel/red,
+/area/security/prison)
"aim" = (
-/obj/structure/transit_tube,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ain" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
+/obj/structure/table,
+/obj/item/weapon/storage/box/flashbangs{
+ pixel_x = 6;
+ pixel_y = 3
},
-/turf/open/space,
-/area/space)
+/obj/item/weapon/storage/box/flashbangs{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/lockbox/loyalty{
+ layer = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"ain" = (
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"aio" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/turf/open/space,
-/area/space)
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"aip" = (
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
+/obj/structure/table,
+/obj/item/weapon/storage/box/firingpins,
+/obj/item/weapon/storage/box/firingpins,
+/obj/item/key/security,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ name = "Armory APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/turf/open/space,
-/area/space)
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"aiq" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Equipment Room";
+ req_access = null;
+ req_access_txt = "1"
},
-/turf/open/space,
-/area/space)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/security/main)
"air" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/airless,
-/area/space)
-"ais" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Equipment Room";
+ req_access = null;
+ req_access_txt = "1"
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/security/main)
+"ais" = (
+/turf/closed/wall,
+/area/security/hos)
"ait" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
+/turf/closed/wall,
+/area/maintenance/fsmaint)
"aiu" = (
-/obj/structure/shuttle/engine/propulsion,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/shuttle/syndicate)
+/area/maintenance/fsmaint)
"aiv" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/table,
+/obj/machinery/microwave,
/turf/open/floor/plating,
-/area/shuttle/syndicate)
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aiw" = (
/obj/structure/table,
-/obj/item/device/radio/off{
- pixel_y = 6
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/bedsheetbin,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aix" = (
-/obj/item/weapon/phone{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/cigbutt/cigarbutt{
- pixel_x = 5;
- pixel_y = -1
- },
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/structure/sink/kitchen{
+ pixel_y = 28
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/item/weapon/reagent_containers/glass/beaker,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aiy" = (
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/obj/machinery/computer/shuttle/white_ship,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aiz" = (
/obj/structure/table,
-/obj/item/weapon/folder/blue,
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
},
-/obj/item/device/gps{
- gpstag = "NTREC1";
- pixel_x = -1;
- pixel_y = 2
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
"aiA" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -1;
- pixel_y = 6
- },
-/obj/effect/decal/cleanable/dirt{
- desc = "A thin layer of dust coating the floor.";
- name = "dust"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"aiB" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aiC" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aiD" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/shieldwallgen{
- active = 1;
- anchored = 1;
- power = 1;
- use_power = 1
- },
-/obj/machinery/door/window/southleft{
- name = "Shield Guard";
- req_access_txt = "30"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aiE" = (
-/obj/structure/grille,
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aiB" = (
+/obj/structure/closet/secure_closet/injection,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Prisoner Transfer Centre";
+ pixel_x = 24;
+ pixel_y = 0
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiF" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/black,
+/area/security/transfer)
+"aiC" = (
+/obj/structure/closet/secure_closet/brig{
+ anchored = 1
},
-/obj/structure/grille,
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
+/turf/open/floor/plasteel/black,
+/area/security/prison)
+"aiD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiG" = (
-/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red,
+/area/security/prison)
+"aiE" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/structure/cable,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/prison)
+"aiF" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/glass_security{
+ name = "Prison Wing";
+ req_access_txt = "1"
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red,
+/area/security/prison)
+"aiG" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/ionrifle,
+/obj/item/weapon/gun/energy/temperature/security,
+/obj/item/clothing/suit/armor/laserproof,
+/obj/machinery/light{
+ dir = 8;
+ icon_state = "tube1";
+ pixel_x = 0
},
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"aiH" = (
-/obj/machinery/door/window/southleft{
- dir = 1;
- name = "Test Chamber";
- req_access_txt = "55"
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/clothing/suit/armor/riot,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/obj/item/clothing/head/helmet/riot,
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/weapon/shield/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/weapon/shield/riot,
+/obj/item/weapon/shield/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"aiI" = (
-/obj/structure/grille,
/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aiJ" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiJ" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/item/weapon/storage/box/rubbershot,
+/obj/item/weapon/storage/box/rubbershot,
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/item/weapon/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/structure/grille,
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/obj/structure/disposalpipe/segment,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aiK" = (
-/obj/structure/grille,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
},
-/obj/machinery/door/poddoor/preopen{
- id = "misclab";
- name = "test chamber blast door"
+/turf/open/floor/plasteel/black,
+/area/security/armory)
+"aiK" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red,
+/area/security/main)
"aiL" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/shieldwallgen{
- active = 1;
- anchored = 1;
- power = 1;
- use_power = 1
+/obj/structure/filingcabinet,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = 0;
+ pixel_y = 30
},
-/obj/machinery/door/window/southleft{
- base_state = "right";
- icon_state = "right";
- name = "Shield Guard";
- req_access_txt = "30"
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
+/area/security/main)
"aiM" = (
-/obj/structure/transit_tube{
- icon_state = "S-NE"
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/donut_box{
+ pixel_y = 2
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
"aiN" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
+/obj/structure/table,
+/obj/structure/sign/goldenplaque{
+ pixel_y = 32
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/storage/box/handcuffs{
+ pixel_x = 1;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
"aiO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/machinery/vending/coffee,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plating/airless,
-/area/space)
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/main)
"aiP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/photocopier,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
-/turf/open/floor/plating/airless,
-/area/space)
-"aiQ" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/obj/structure/transit_tube{
- icon_state = "D-NE"
+/area/security/main)
+"aiQ" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/open/floor/plating/airless,
-/area/space)
+/turf/open/floor/plasteel/red,
+/area/security/main)
"aiR" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW-NW"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
+/obj/item/weapon/reagent_containers/food/snacks/donut,
+/turf/open/floor/plating,
+/area/security/hos)
"aiS" = (
-/obj/structure/transit_tube,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"aiT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
},
-/obj/structure/transit_tube{
- icon_state = "E-W-Pass"
- },
-/turf/open/floor/plating/airless,
-/area/space)
+/area/maintenance/fsmaint)
"aiU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/transit_tube,
-/turf/open/floor/plating/airless,
-/area/space)
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"aiV" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE-SE"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/vending/boozeomat{
+ products = list(/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey = 1, /obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe = 1, /obj/item/weapon/reagent_containers/food/drinks/bottle/limejuice = 1, /obj/item/weapon/reagent_containers/food/drinks/bottle/cream = 1, /obj/item/weapon/reagent_containers/food/drinks/soda_cans/tonic = 1, /obj/item/weapon/reagent_containers/food/drinks/drinkingglass = 10, /obj/item/weapon/reagent_containers/food/drinks/ice = 3, /obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass = 6, /obj/item/weapon/reagent_containers/food/drinks/flask = 1);
+ req_access_txt = "0"
},
-/turf/open/floor/plating/airless,
-/area/space)
+/turf/open/floor/plasteel/bar,
+/area/maintenance/fsmaint)
"aiW" = (
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/obj/structure/transit_tube{
- icon_state = "D-NW"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space)
+/obj/item/weapon/storage/box/mousetraps,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aiX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating/airless,
-/area/space)
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aiY" = (
-/obj/structure/transit_tube{
- icon_state = "N-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aiZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"aja" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- icon_state = "pipe-j2s";
- sortType = 12
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/components/unary/tank/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"ajb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/components/unary/tank/nitrogen,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ajc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
+/turf/closed/wall,
+/area/security/processing{
+ name = "Crematorium"
+ })
"ajd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/door/airlock/security{
+ aiControlDisabled = 0;
+ icon_state = "closed";
+ id_tag = null;
+ locked = 0;
+ name = "Crematorium";
+ req_access = null;
+ req_access_txt = "2;27";
+ req_one_access_txt = "0"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
})
"aje" = (
-/obj/structure/table/reinforced,
-/obj/machinery/computer/security/telescreen{
- name = "Test Chamber Moniter";
- network = list("Xeno");
- pixel_y = 2
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "Prison Gate";
+ name = "prison blast door"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
+/obj/effect/turf_decal/delivery,
+/area/security/brig)
"ajf" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "Prison Gate";
+ name = "prison blast door"
+ },
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
+ tag = "icon-1-2";
icon_state = "1-2"
},
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/closet/l3closet/scientist,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/warning{
- dir = 6
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/area/toxins/xenobiology)
+/obj/effect/turf_decal/delivery,
+/area/security/brig)
"ajg" = (
-/obj/machinery/door/window/southleft{
- name = "Test Chamber";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
-"ajh" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id = "Prison Gate";
+ name = "prison blast door"
},
-/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/warning{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/area/toxins/xenobiology)
+/obj/effect/turf_decal/delivery,
+/area/security/brig)
+"ajh" = (
+/turf/closed/wall,
+/area/security/brig)
"aji" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/red/side{
+ dir = 9
+ },
+/area/security/brig)
"ajj" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
+/obj/structure/closet{
+ name = "Evidence Closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTHEAST)";
+ dir = 5
+ },
+/area/security/brig)
"ajk" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
+/obj/item/weapon/gun/energy/e_gun,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ajl" = (
-/obj/structure/transit_tube{
- icon_state = "D-SE"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/space,
-/area/space)
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ajm" = (
-/obj/structure/transit_tube{
- icon_state = "D-NE"
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_y = 0
+ },
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ajn" = (
-/obj/structure/transit_tube{
- icon_state = "E-NW"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/space,
-/area/space)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ajo" = (
-/obj/structure/transit_tube{
- icon_state = "W-NE"
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/space,
-/area/space)
+/obj/item/weapon/gun/energy/laser,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ajp" = (
-/obj/structure/disposaloutlet{
- dir = 1
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plating/airless,
-/area/space)
-"ajq" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/power/apc{
dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+ name = "Security Office APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/area/security/main)
+"ajq" = (
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel,
+/area/security/main)
"ajr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/security/main)
+"ajs" = (
+/obj/machinery/light{
dir = 4;
- icon_state = "pipe-c"
+ icon_state = "tube1"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ajs" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/obj/effect/spawner/lootdrop/grille_or_trash{
- loot = list(/obj/effect/decal/remains/xeno = 49, /obj/structure/alien/egg = 1);
- name = "2% chance xeno egg spawner"
+/turf/open/floor/plasteel/red/side{
+ dir = 4
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/area/security/main)
"ajt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j2"
- },
-/turf/open/floor/plasteel/whitebot{
- dir = 1
+/obj/machinery/suit_storage_unit/hos,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/hos)
"aju" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/structure/sign/atmosplaque{
+ desc = "An embossed piece of paper from the University of Nanotrasen at Portpoint.";
+ icon_state = "kiddieplaque";
+ name = "\improper 'Diploma' frame";
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/hos)
"ajv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/machinery/light{
+ dir = 1
},
-/obj/item/weapon/wrench,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/hos)
"ajw" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "misclab";
- name = "Test Chamber Blast Doors";
- pixel_x = 0;
- pixel_y = -4;
- req_access_txt = "55"
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/seccarts{
+ pixel_x = 3;
+ pixel_y = 2
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/weapon/storage/box/deputy,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/warning,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/hos)
"ajx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/closet/secure_closet/hos,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Security's Desk";
+ departmentType = 5;
+ name = "Head of Security RC";
+ pixel_x = 0;
+ pixel_y = 30
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/hos)
"ajy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/structure/mineral_door/wood,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"ajz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor5"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"ajA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint)
"ajB" = (
-/obj/structure/window/reinforced{
- dir = 4
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/turf/open/space,
-/area/space)
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/maintenance/fsmaint)
"ajC" = (
-/obj/machinery/door/poddoor{
- id = "toxinsdriver";
- name = "toxins launcher bay door"
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/turf/open/floor/plating,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"ajD" = (
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
-/area/space)
+/obj/structure/table/glass,
+/obj/item/weapon/gun/medbeam,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
+"ajD" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/maintenance/fsmaint)
"ajE" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "N-SE"
+/obj/machinery/washing_machine,
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = -31
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ajF" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ajG" = (
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/airless,
-/area/space)
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/button/door{
+ id = "mainthideout";
+ name = "Door Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ajH" = (
-/obj/structure/window/reinforced,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ajI" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "D-SE"
+/obj/machinery/atmospherics/components/trinary/mixer/flipped{
+ dir = 1;
+ node1_concentration = 0.2;
+ node2_concentration = 0.8;
+ on = 1
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ajI" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ajJ" = (
-/obj/structure/window/reinforced,
-/obj/structure/transit_tube{
- icon_state = "NE-SW"
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/meter,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"ajK" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/airless,
-/area/space)
+/obj/structure/bodycontainer/crematorium,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
"ajL" = (
-/obj/structure/disposaloutlet{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/disposalpipe/trunk{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/turf/open/floor/plating/airless,
-/area/space)
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
"ajM" = (
-/turf/open/floor/plating/airless,
-/area/space)
-"ajN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/button/crematorium{
+ pixel_x = 25
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Crematorium APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
/obj/structure/cable{
- d1 = 1;
d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"ajN" = (
+/turf/closed/wall/r_wall,
+/area/security/brig)
"ajO" = (
-/obj/machinery/space_heater,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/security/brig)
"ajP" = (
-/obj/machinery/disposal/bin,
-/obj/structure/sign/deathsposal{
- pixel_y = -32
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/structure/disposalpipe/trunk{
+/obj/item/weapon/storage/firstaid/regular,
+/obj/structure/table/glass,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/whitered/side{
dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/area/security/brig)
"ajQ" = (
/obj/item/device/radio/intercom{
+ freerange = 0;
+ frequency = 1459;
name = "Station Intercom (General)";
- pixel_y = -29
+ pixel_x = 0;
+ pixel_y = 24
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 1
+ },
+/area/security/brig)
"ajR" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- cell_type = 15000;
- name = "Xenobiology APC";
- pixel_y = -24
+/obj/structure/window/reinforced{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/iv_drip{
+ density = 0
+ },
+/turf/open/floor/plasteel/whitered/side{
+ dir = 5
+ },
+/area/security/brig)
"ajS" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
"ajT" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
+ tag = "icon-1-2";
icon_state = "1-2"
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
"ajU" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
"ajV" = (
-/obj/machinery/light,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/obj/machinery/door/airlock/security{
+ name = "Evidence Room";
+ req_access_txt = "63"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/red,
+/area/security/brig)
"ajW" = (
-/obj/structure/rack,
-/obj/item/clothing/shoes/winterboots,
-/obj/item/clothing/suit/hooded/wintercoat,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ajX" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ajX" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/camera{
+ c_tag = "Brig Evidence Room";
+ dir = 8
},
-/obj/item/weapon/shard{
- icon_state = "small"
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/security/brig)
"ajY" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun/advtaser{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/item/weapon/gun/energy/e_gun/advtaser,
+/obj/item/weapon/gun/energy/e_gun/advtaser{
+ pixel_x = 3;
+ pixel_y = -3
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"ajZ" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"aka" = (
-/turf/open/floor/plating,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/effect/landmark/event_spawn,
+/mob/living/simple_animal/bot/secbot{
+ arrest_type = 1;
+ health = 45;
+ icon_state = "secbot1";
+ idcheck = 1;
+ name = "Sergeant-at-Armsky";
+ on = 1;
+ weaponscheck = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"akb" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"akc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-NE"
+/obj/structure/rack,
+/obj/item/weapon/gun/ballistic/shotgun/riot{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/item/weapon/gun/ballistic/shotgun/riot,
+/obj/item/weapon/gun/ballistic/shotgun/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/black,
+/area/security/armory)
"akd" = (
-/obj/structure/window/reinforced{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/transit_tube{
- icon_state = "E-NW"
+/obj/machinery/newscaster{
+ pixel_x = -32
},
-/turf/open/floor/plating/warnplate{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
dir = 9
},
-/area/medical/research{
- name = "Research Division"
- })
+/area/security/main)
"ake" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/transit_tube/station,
-/obj/structure/transit_tube_pod{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/area/medical/research{
- name = "Research Division"
- })
+/area/security/main)
"akf" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/transit_tube,
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/black,
+/area/security/main)
"akg" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/transit_tube{
- icon_state = "W-NE"
- },
-/turf/open/floor/plating/warnplate{
- dir = 5
- },
-/area/medical/research{
- name = "Research Division"
- })
-"akh" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-NW"
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aki" = (
-/obj/structure/lattice,
-/obj/effect/landmark{
- name = "carpspawn"
+/area/security/hos)
+"akh" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/turf/open/space,
-/area/space)
-"akj" = (
-/obj/structure/sign/fire{
- pixel_x = 0;
- pixel_y = 0
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
+/turf/open/floor/plasteel/darkred/corner,
+/area/security/hos)
+"aki" = (
+/turf/open/floor/plasteel/darkred/side,
+/area/security/hos)
+"akj" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/darkred/side,
+/area/security/hos)
"akk" = (
-/obj/machinery/door/poddoor{
- id = "turbinevent";
- name = "Turbine Vent"
+/obj/machinery/keycard_auth{
+ pixel_x = 28;
+ pixel_y = 28
},
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
+/turf/open/floor/plasteel/darkred/side,
+/area/security/hos)
"akl" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/stock_parts/micro_laser,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plating,
+/area/security/hos)
"akm" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akn" = (
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"ako" = (
-/obj/machinery/light{
+/obj/structure/table,
+/obj/item/weapon/lighter,
+/obj/machinery/light/small{
dir = 8
},
-/obj/machinery/camera{
- c_tag = "Xenobiology North";
- dir = 4;
- network = list("SS13","RD")
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"akn" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/cigarettes/cigars,
+/obj/item/stack/spacecash/c20,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ako" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/gin{
+ pixel_y = 8
},
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/obj/machinery/light/small{
+ dir = 4
},
-/area/toxins/xenobiology)
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"akp" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/area/toxins/xenobiology)
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"akq" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/maintenance/fsmaint)
"akr" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ name = "space-bridge access"
+ },
+/obj/machinery/button/door{
+ id = "supplybridge";
+ name = "Space Bridge Control";
+ pixel_x = 0;
+ pixel_y = 27;
+ req_access_txt = "0"
+ },
/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aks" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating/warnplate{
- dir = 8
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
+/area/maintenance/fsmaint)
+"aks" = (
+/obj/structure/chair,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"akt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
+/area/maintenance/fsmaint)
"aku" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
+/area/maintenance/fsmaint)
"akv" = (
-/turf/open/floor/plating/warnplate{
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
+/obj/structure/table/glass,
+/obj/machinery/recharger,
+/obj/item/weapon/gun/energy/laser/retro,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"akw" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"akx" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Xenobiology Maintenance";
- req_access_txt = "55"
+ icon_state = "2-8"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/light/small{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aky" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
-/turf/open/floor/plating/airless,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fsmaint)
+"akx" = (
+/obj/machinery/door/airlock{
+ id_tag = "mainthideout";
+ name = "Hideout"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"akz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+"aky" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/sheet/cardboard,
+/obj/item/weapon/wrench,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"akz" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"akA" = (
-/obj/structure/girder,
-/turf/open/floor/plating/airless,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"akB" = (
-/turf/open/floor/bluegrid{
- name = "Killroom Floor";
- initial_gas_mix = "TEMP=2.7"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/toxins/xenobiology)
-"akC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"akD" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -31
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"akE" = (
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"akC" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"akF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"akG" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/button/door{
- id = "xenobio8";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"akD" = (
+/obj/machinery/light/small{
+ dir = 4
},
-/turf/open/floor/plasteel/warning{
- dir = 10
+/obj/machinery/camera{
+ c_tag = "Brig Crematorium";
+ dir = 8;
+ network = list("SS13")
},
-/area/toxins/xenobiology)
-"akH" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"akE" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
+/turf/closed/wall/r_wall,
+/area/security/brig)
+"akF" = (
+/obj/item/weapon/storage/box/bodybags,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"akI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"akJ" = (
-/obj/machinery/mass_driver{
- dir = 1;
- id = "toxinsdriver"
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/obj/machinery/door/window/southleft{
- name = "Mass Driver Door";
- req_access_txt = "7"
+/obj/structure/table/glass,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/turf/open/floor/plating,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"akK" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/obj/item/weapon/reagent_containers/syringe{
+ name = "steel point"
},
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/obj/item/weapon/reagent_containers/glass/bottle/charcoal,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 10
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/pen,
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Research Transit Tube";
- dir = 1
+/area/security/brig)
+"akG" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/obj/structure/table,
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plasteel/whitered/corner{
+ tag = "icon-whiteredcorner (WEST)";
dir = 8
},
-/area/medical/research{
- name = "Research Division"
- })
-"akL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"akM" = (
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"akN" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -26
+/area/security/brig)
+"akH" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
},
-/obj/structure/rack,
-/obj/item/clothing/mask/gas,
-/obj/item/weapon/wrench,
-/obj/item/weapon/crowbar,
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
+/turf/open/floor/plasteel/white,
+/area/security/brig)
+"akI" = (
+/obj/machinery/door/window/westleft{
+ base_state = "left";
+ dir = 4;
+ icon_state = "left";
+ name = "Brig Infirmary";
+ req_access_txt = "0"
},
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Research Transit";
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/turf/open/floor/plating/warnplate{
+/turf/open/floor/plasteel/whitered/side{
dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
-"akO" = (
-/obj/machinery/power/turbine{
- dir = 1;
- luminosity = 2
+/area/security/brig)
+"akJ" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
},
+/turf/open/floor/plasteel,
+/area/security/brig)
+"akK" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ tag = "icon-1-2";
+ icon_state = "1-2"
},
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"akP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel,
+/area/security/brig)
+"akL" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/security/brig)
+"akM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akS" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"akT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Kill Chamber";
- req_access_txt = "55"
+/turf/closed/wall,
+/area/security/brig)
+"akN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"akU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
},
-/obj/effect/landmark/start{
- name = "Scientist"
+/area/security/brig)
+"akO" = (
+/obj/structure/closet{
+ name = "Evidence Closet"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"akV" = (
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/turf/open/floor/plasteel/warning{
+/area/security/brig)
+"akP" = (
+/obj/machinery/flasher/portable,
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/toxins/xenobiology)
-"akW" = (
+/area/security/armory)
+"akQ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio8";
- name = "containment blast door"
+/area/security/main)
+"akR" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = -4;
+ pixel_y = 12
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"akX" = (
-/obj/structure/disposalpipe/segment,
+/obj/item/weapon/pen,
+/obj/item/weapon/folder/red{
+ layer = 2.9;
+ pixel_x = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/main)
+"akS" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel,
+/area/security/main)
+"akT" = (
+/turf/open/floor/plasteel,
+/area/security/main)
+"akU" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel,
+/area/security/main)
+"akV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"akW" = (
+/turf/open/floor/plasteel/black,
+/area/security/main)
+"akX" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
+ tag = "icon-1-2";
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/hos)
"akY" = (
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/carpet,
+/area/security/hos)
"akZ" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins");
- pixel_y = 30
- },
/obj/structure/chair{
- dir = 1
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32
- },
-/turf/open/floor/plasteel/warning{
dir = 4
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/security/hos)
"ala" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/hos,
+/turf/open/floor/carpet,
+/area/security/hos)
"alb" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the test chamber.";
- layer = 4;
- name = "Test Chamber Telescreen";
- network = list("Toxins");
- pixel_y = 30
- },
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/machinery/computer/secure_data,
+/turf/open/floor/carpet,
+/area/security/hos)
"alc" = (
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"ald" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
+/obj/structure/cable,
/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
+/area/security/hos)
+"ald" = (
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint)
"ale" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/maintenance/fsmaint)
"alf" = (
-/obj/machinery/door/poddoor{
- id = "auxincineratorvent";
- name = "Auxiliary Incinerator Vent"
+/obj/effect/landmark{
+ name = "blobstart"
},
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood,
+/area/maintenance/fsmaint)
"alg" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "inc_in"
- },
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
+/obj/structure/chair/stool/bar,
+/turf/open/floor/wood,
+/area/maintenance/fsmaint)
"alh" = (
-/obj/machinery/power/compressor{
- comp_id = "incineratorturbine";
- dir = 2;
- luminosity = 2
- },
-/obj/machinery/camera{
- c_tag = "Turbine Chamber";
- dir = 4;
- network = list("Turbine")
- },
-/obj/structure/cable,
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"ali" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 0;
- pressure_checks = 2;
- pump_direction = 0
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/maintenance/fsmaint)
"alj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/obj/effect/decal/cleanable/oil,
-/obj/structure/grille,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/effect/turf_decal/stripes/line,
+/area/maintenance/fsmaint)
"alk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/poddoor/shutters{
+ id = "supplybridge"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/maintenance/fsmaint)
"all" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_ne";
+ name = "northeast of station";
+ turf_type = /turf/open/space;
+ width = 18
},
-/obj/item/weapon/crowbar,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/space,
+/area/space)
"alm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"aln" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/device/assembly/prox_sensor,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"alo" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"alp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
})
"alq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/processing{
+ name = "Crematorium"
})
"alr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/bodycontainer/morgue,
+/obj/machinery/camera{
+ c_tag = "Brig Infirmary";
+ dir = 4
},
-/obj/structure/chair/stool,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"als" = (
/obj/structure/cable{
d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 35
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/whitered/side{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"als" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/security/brig)
"alt" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plating/airless,
-/area/space)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/security/brig)
"alu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/door/window/westleft{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Brig Infirmary";
+ req_access_txt = "0"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plasteel/whitered/side{
dir = 4
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/security/brig)
"alv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
"alw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
"alx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 4;
+ name = "Brig APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aly" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/turf/open/floor/plasteel/red/side{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/security/brig)
+"aly" = (
+/turf/closed/wall/r_wall,
+/area/security/warden)
"alz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+ icon_state = "0-4";
+ d2 = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
"alA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ icon_state = "right";
+ name = "Armory";
+ req_access_txt = "3"
},
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/security/warden)
"alB" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/warning{
- dir = 9
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/toxins/xenobiology)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
"alC" = (
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ icon_state = "right";
+ name = "Armory";
+ req_access_txt = "3"
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/vault,
+/area/security/warden)
"alD" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet{
- dir = 1
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/turf/closed/wall/r_wall,
+/area/security/warden)
"alE" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/light{
dir = 8
},
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/camera{
+ c_tag = "Security Office";
+ dir = 4;
+ network = list("SS13")
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
},
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alG" = (
/obj/item/device/radio/intercom{
- pixel_x = -27
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = -31
},
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/red/side{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
+/area/security/main)
+"alF" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alH" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/area/security/main)
+"alG" = (
+/obj/structure/chair/office/dark{
dir = 1
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alI" = (
-/obj/machinery/button/massdriver{
- dir = 2;
- id = "toxinsdriver";
- pixel_x = 25;
- pixel_y = 0
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"alJ" = (
-/obj/machinery/door/airlock/hatch{
- name = "AI Satellite Transit Tube";
- req_access_txt = "29";
- req_one_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/security/main)
+"alH" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
},
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"alK" = (
-/obj/machinery/door/airlock/hatch{
- name = "AI Satellite Transit Tube";
- req_access_txt = "29";
- req_one_access_txt = "0"
+/turf/open/floor/plasteel,
+/area/security/main)
+"alI" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"alL" = (
-/turf/closed/wall,
-/area/maintenance/fore)
-"alM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"alN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plating/airless,
-/area/maintenance/incinerator)
-"alO" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 2
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"alP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/obj/machinery/door/airlock/glass{
- autoclose = 0;
- frequency = 1449;
- heat_proof = 1;
- icon_state = "door_locked";
- id_tag = "incinerator_airlock_exterior";
- locked = 1;
- name = "Turbine Exterior Airlock";
- req_access_txt = "32"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
-"alQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/closed/wall/r_wall,
-/area/maintenance/incinerator)
-"alR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alS" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"alJ" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/main)
+"alK" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
+/turf/open/floor/plasteel/black,
+/area/security/main)
+"alL" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Head of Security";
+ req_access_txt = "58"
+ },
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/stack/rods,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"alM" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/weapon/cigbutt,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
/obj/structure/cable{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"alN" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alX" = (
+/obj/effect/landmark/start{
+ name = "Head of Security"
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
+"alO" = (
+/obj/structure/chair{
+ dir = 4
+ },
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/carpet,
+/area/security/hos)
+"alP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/carpet,
+/area/security/hos)
+"alQ" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
},
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
+/turf/open/floor/carpet,
+/area/security/hos)
+"alR" = (
+/obj/machinery/computer/security,
+/turf/open/floor/carpet,
+/area/security/hos)
+"alS" = (
+/obj/item/weapon/cigbutt/roach,
+/turf/open/floor/wood,
+/area/maintenance/fsmaint)
+"alT" = (
+/turf/open/floor/wood{
broken = 1;
- icon_state = "platingdmg1"
+ icon_state = "wood-broken";
+ tag = "icon-wood-broken"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"alY" = (
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"alZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/area/maintenance/fsmaint)
+"alU" = (
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
},
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"ama" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
},
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"amb" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/area/maintenance/fsmaint)
+"alV" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"alW" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Crematorium Maintenance";
+ req_access_txt = "0";
+ req_one_access_txt = "2;27"
},
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/security/processing{
+ name = "Crematorium"
})
-"amc" = (
-/obj/structure/grille,
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
+"alX" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 1;
+ icon_state = "left";
+ name = "Security Delivery";
+ req_access_txt = "1"
},
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 1;
+ freq = 1400;
+ location = "Security"
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"amd" = (
-/obj/structure/rack{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/security/processing{
+ name = "Crematorium"
+ })
+"alY" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 6
},
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"alZ" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whitered/side{
+ dir = 10
},
-/obj/structure/disposalpipe/segment{
+/area/security/brig)
+"ama" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ame" = (
+/turf/open/floor/plasteel/whitered/side,
+/area/security/brig)
+"amb" = (
+/obj/structure/closet/crate/freezer,
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 2.9
+ },
+/obj/item/weapon/reagent_containers/blood/OMinus,
+/obj/item/weapon/reagent_containers/blood/OMinus,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whitered/side{
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
+/area/security/brig)
+"amc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/mob/living/simple_animal/mouse/white,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amf" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"amd" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"ame" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
+"amf" = (
+/obj/structure/closet/secure_closet/warden,
+/obj/item/clothing/mask/gas/sechailer,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Brig Control APC";
+ pixel_x = -24;
+ pixel_y = 0
},
/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
"amg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/computer/prisoner,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
"amh" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
+/obj/machinery/computer/security,
+/obj/machinery/light{
+ dir = 1
},
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"ami" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/obj/machinery/camera{
+ c_tag = "Brig Control Room";
+ dir = 2
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"ami" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
"amj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
"amk" = (
-/obj/machinery/light{
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aml" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amm" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/machinery/light/small{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aml" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amn" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amn" = (
-/obj/machinery/doppler_array{
- dir = 1
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel/bot,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/closed/wall/r_wall,
+/area/security/warden)
"amo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/obj/structure/shuttle/engine/propulsion/burst{
+ tag = "icon-propulsion (WEST)";
+ icon_state = "propulsion";
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/abandoned)
"amp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel,
+/area/security/main)
"amq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/main)
"amr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fore)
-"ams" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"amt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/sign/securearea{
- pixel_x = 32
- },
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/area/security/main)
+"ams" = (
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
},
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/black,
+/area/security/hos)
+"amt" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/floor/carpet,
+/area/security/hos)
"amu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/chair{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/clothing/shoes/jackboots,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/carpet,
+/area/security/hos)
"amv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/table/wood,
+/obj/item/weapon/phone,
+/turf/open/floor/carpet,
+/area/security/hos)
"amw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
+/obj/machinery/computer/card/minor/hos,
+/turf/open/floor/carpet,
+/area/security/hos)
"amx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/stack/rods,
-/obj/structure/chair{
- dir = 1
+/obj/machinery/door/airlock/maintenance{
+ name = "Pete's Speakeasy";
+ req_access_txt = "12"
},
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/maintenance/fsmaint)
"amy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_1)
"amz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/pod_1)
+"amA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/robot_debris{
icon_state = "gib6"
},
-/obj/structure/chair{
- dir = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"amA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fore)
+/area/maintenance/fsmaint)
"amB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/reagent_dispensers/watertank,
+/obj/structure/grille/broken,
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"amC" = (
-/obj/machinery/space_heater,
-/obj/structure/window{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"amD" = (
-/turf/closed/wall,
-/area/maintenance/incinerator)
+/obj/item/weapon/wirecutters,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"amE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
/turf/open/floor/plating,
-/area/maintenance/incinerator)
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"amF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/open/floor/plating,
-/area/maintenance/incinerator)
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"amG" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/doorButtons/access_button{
- idDoor = "incinerator_airlock_exterior";
- idSelf = "incinerator_access_control";
- layer = 3.1;
- name = "Incinerator airlock control";
- pixel_x = 8;
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
},
-/obj/structure/sign/fire{
- pixel_x = -32
+/turf/closed/wall,
+/area/security/processing{
+ name = "Crematorium"
+ })
+"amH" = (
+/obj/structure/plasticflaps{
+ opacity = 1
},
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"amH" = (
+/area/security/processing{
+ name = "Crematorium"
+ })
+"amI" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Brig Infirmary Maintenance";
+ req_access_txt = "63";
+ req_one_access_txt = "0"
+ },
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"amI" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- on = 1
- },
-/obj/structure/sign/fire{
- pixel_x = 32
- },
-/obj/machinery/doorButtons/access_button{
- idDoor = "incinerator_airlock_interior";
- idSelf = "incinerator_access_control";
- name = "Incinerator airlock control";
- pixel_x = -8;
- pixel_y = -24
- },
-/obj/machinery/light/small{
- dir = 4
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/brig)
"amJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_x = -32;
+ pixel_y = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
"amK" = (
-/obj/structure/closet/secure_closet/medical1,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/area/medical/virology)
+/turf/open/floor/plasteel,
+/area/security/brig)
"amL" = (
-/obj/structure/closet/l3closet/virology,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/brig)
"amM" = (
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics Maintenance";
- req_access_txt = "12;24"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amN" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/effect/decal/cleanable/dirt,
/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amO" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/area/security/warden)
+"amN" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
"amP" = (
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposaloutlet,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
"amQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 9
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amS" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amT" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amU" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amR" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"amV" = (
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
- dir = 6
+/obj/structure/cable,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/area/toxins/xenobiology)
-"amS" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
+/turf/open/floor/plating,
+/area/security/warden)
+"amW" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/button/door{
- id = "xenobio7";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/red/side{
dir = 10
},
-/area/toxins/xenobiology)
-"amT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/research{
- name = "Toxins Launch Room";
- req_access_txt = "8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"amV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"amW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/area/security/main)
+"amX" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel,
+/area/security/main)
+"amY" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"amX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start{
+ name = "Security Officer"
},
+/turf/open/floor/plasteel,
+/area/security/main)
+"amZ" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/space_heater,
-/obj/structure/window{
- dir = 8
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/security/main)
+"ana" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/turf/open/floor/plasteel/black,
+/area/security/main)
+"anb" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/reagent_dispensers/watertank,
-/obj/structure/window{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"amZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/turf/open/floor/plating,
+/area/security/hos)
+"anc" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/light_switch{
+ pixel_y = -24
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ana" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/darkred/corner{
+ tag = "icon-darkredcorners (EAST)";
dir = 4
},
+/area/security/hos)
+"and" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ dir = 1
+ },
+/area/security/hos)
+"ane" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/trash/candy,
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ dir = 1
},
+/area/security/hos)
+"anf" = (
+/obj/machinery/light,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+/obj/machinery/camera{
+ c_tag = "Head of Security's Office";
+ dir = 1;
+ network = list("SS13")
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -27
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ dir = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anc" = (
-/obj/structure/grille,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"and" = (
-/obj/structure/grille,
+/area/security/hos)
+"ang" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Head of Security's Office APC";
+ pixel_x = 0;
+ pixel_y = -24
},
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ane" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/darkred/side{
+ tag = "icon-darkred (NORTH)";
+ dir = 1
},
+/area/security/hos)
+"anh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-8"
},
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/hos)
+"ani" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"anj" = (
+/obj/structure/closet/emcloset,
+/obj/item/device/camera,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"ank" = (
+/obj/machinery/computer/shuttle/monastery_shuttle,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"anl" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anm" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ann" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 1;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "1-8"
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 13
+/obj/machinery/light/small{
+ dir = 4
},
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"anf" = (
+"ano" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 5
},
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/oil,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
/turf/open/floor/plating,
-/area/maintenance/fore)
-"ang" = (
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -7056,6194 +6595,5736 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anq" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/maintenance/fore)
-"anh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anr" = (
+/obj/structure/cable{
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+ icon_state = "1-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
/turf/open/floor/plating,
-/area/maintenance/fore)
-"ani" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"ans" = (
+/obj/machinery/computer/security{
+ name = "Labor Camp Monitoring";
+ network = list("Labor")
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"ant" = (
+/obj/machinery/computer/shuttle/labor,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"anu" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
+"anv" = (
+/turf/open/floor/plasteel,
+/area/security/brig)
+"anw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
dir = 4
},
+/area/security/brig)
+"anx" = (
+/obj/structure/bed/dogbed,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/mob/living/simple_animal/pet/dog/pug{
+ name = "McGriff"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"any" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anA" = (
+/obj/machinery/door/airlock/security{
+ name = "Brig Control";
+ req_access_txt = "3"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anB" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/weapon/electronics/airlock,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/area/maintenance/fore)
-"anj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/security/main)
+"anC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
+/turf/open/floor/plasteel,
+/area/security/main)
+"anD" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 4;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ank" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ layer = 2.4;
+ on = 1
},
+/turf/open/floor/plasteel,
+/area/security/main)
+"anE" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plasteel,
+/area/security/main)
+"anF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/maintenance/fore)
-"anl" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j2s";
+ sortType = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel,
+/area/security/main)
+"anG" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"anm" = (
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
+/area/security/main)
+"anH" = (
+/turf/closed/wall,
/area/maintenance/fore)
-"ann" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+"anI" = (
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/effect/decal/cleanable/oil,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"anJ" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"ano" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/area/maintenance/fsmaint)
+"anK" = (
+/obj/structure/chair{
+ dir = 4
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anp" = (
-/obj/machinery/computer/turbine_computer{
- id = "incineratorturbine"
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = -32;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anq" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"anL" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"anM" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 3;
+ pixel_x = 32;
pixel_y = 0
},
-/obj/machinery/door/airlock/glass{
- autoclose = 0;
- frequency = 1449;
- heat_proof = 1;
- icon_state = "door_locked";
- id_tag = "incinerator_airlock_interior";
- locked = 1;
- name = "Turbine Interior Airlock";
- req_access_txt = "32"
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"anN" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/turf/open/floor/engine,
-/area/maintenance/incinerator)
-"ans" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anO" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/weapon/storage/box,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"ant" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"anu" = (
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"anv" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
+"anP" = (
+/obj/structure/chair/stool,
+/obj/item/trash/raisins,
/turf/open/floor/plating,
-/area/medical/virology)
-"anw" = (
-/obj/machinery/disposal/bin,
-/obj/structure/sign/deathsposal{
- pixel_y = 32
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anQ" = (
+/obj/structure/table,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"anR" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/camera{
+ c_tag = "Brig Gulag Teleporter";
dir = 4
},
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"anx" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/light{
dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"any" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"anz" = (
-/obj/machinery/requests_console{
- department = "Virology";
- name = "Virology Requests Console";
- pixel_x = 32
+/obj/structure/table,
+/obj/item/weapon/storage/box/prisoner,
+/obj/item/weapon/razor{
+ pixel_x = -6
},
-/obj/item/weapon/book/manual/wiki/infections{
- pixel_y = 7
+/obj/item/weapon/paper{
+ desc = "";
+ info = "Labor Camp Facility Operation Guide
Hello there, proud operator of an NT-Sec Prisoner Rehabilitation Center. A solution to rising crime rates and falling productivity, these facilities are specifically designed for the safe, productive imprisonment of your most dangerous criminals.
To press a long-term prisoner into the service of the station, replace his equipment with prisoners' garb at one of the prison lockers, as per normal operating procedure. Before assigning a prisoner his ID, insert the ID into a prisoner management console and assign the prisoner a quota, based on the severity of his crime.
A single sheet of most materials produces five points for the prisoner, and points can be expected to be produced at a rate of about 100 per minute, though punishments as severe as forced labor should be reserved for serious crimes of sentences not less than five minutes long.
Once you have prepared the prisoner, place him in the secure northern half of the labor shuttle, and send him to the station. Once he meets his quota by feeding sheets to the stacker, he will be allowed to return to the station, and will be able to open the secure door to the prisoner release area.
In the case of dangerous prisoners, surveilance may be needed. To that end, there is a prisoner monitoring room on the mining station, equipped with a remote flasher and a lockdown button. The mine itself is patrolled by a securibot, so the nearby security records console can also be used to secure hostile prisoners on the mine.";
+ name = "Labor Camp Operating Guide"
},
-/obj/item/weapon/reagent_containers/syringe/antiviral,
-/obj/item/weapon/reagent_containers/dropper,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/structure/table,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"anS" = (
+/obj/structure/chair/office/dark{
+ dir = 8
},
-/area/medical/virology)
-"anA" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"anT" = (
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/turf/open/floor/plating/warnplate{
- dir = 9
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"anU" = (
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/glasses/sunglasses,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "Secure Gate";
+ name = "Entrance Lockdown";
+ pixel_x = 5;
+ pixel_y = -2;
+ req_access_txt = "0"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anB" = (
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/machinery/button/door{
+ id = "Prison Gate";
+ name = "Permabrig Lockdown";
+ pixel_x = 5;
+ pixel_y = 8;
+ req_access_txt = "2"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anC" = (
-/obj/structure/rack{
- dir = 1
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anW" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start{
+ name = "Warden"
},
-/obj/item/clothing/suit/fire/firefighter,
-/obj/item/weapon/tank/internals/oxygen,
-/obj/item/clothing/mask/gas,
-/obj/item/weapon/extinguisher,
-/obj/item/clothing/head/hardhat/red,
-/obj/item/clothing/glasses/meson,
-/turf/open/floor/plating/warnplate{
- dir = 5
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anX" = (
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_x = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anD" = (
-/obj/structure/disposalpipe/segment,
+/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anY" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"anZ" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/item/device/laser_pointer/red,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aoa" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aob" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-2";
+ d2 = 2
},
+/obj/structure/cable,
/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/security/warden)
+"aoc" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anF" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"aod" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/weapon/crowbar,
-/obj/item/trash/sosjerky,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
-"anG" = (
-/mob/living/simple_animal/slime,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"anH" = (
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
+"aoe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aof" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j2s";
+ sortType = 7
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio2";
- name = "containment blast door"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"anI" = (
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
+/turf/open/floor/plasteel,
+/area/security/main)
+"aog" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aoh" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/turf/open/floor/plasteel/warning{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/toxins/xenobiology)
-"anJ" = (
+/turf/open/floor/plasteel/red/side,
+/area/security/main)
+"aoi" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio7";
- name = "containment blast door"
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ pixel_y = -32
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"anK" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/red,
+/area/security/main)
+"aoj" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"anM" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"anN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/machinery/door/airlock/security{
+ name = "Security Access";
+ req_access = null;
+ req_access_txt = "1"
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"anO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aok" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/decal/cleanable/cobweb,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aol" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Fore Maintenance APC";
+ pixel_y = 24
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/area/maintenance/fore)
-"anP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
- d1 = 1;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "0-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/fore)
-"anQ" = (
-/turf/closed/wall/r_wall,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"anR" = (
-/obj/machinery/door/airlock/research{
- name = "AI Satellite Access";
- req_access_txt = "47"
- },
+"aom" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/floorgrime,
-/area/medical/research{
- name = "Research Division"
- })
-"anS" = (
-/obj/machinery/door/airlock/research{
- name = "AI Satellite Access";
- req_access_txt = "47"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/medical/research{
- name = "Research Division"
- })
-"anT" = (
-/turf/closed/wall/r_wall,
-/area/toxins/misc_lab)
-"anU" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/light{
+ dir = 1
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"anV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+"aon" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/area/maintenance/fore)
-"anW" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aoo" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 0;
+ name = "Security External Airlock";
+ req_access_txt = "63"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"anZ" = (
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aop" = (
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the turbine vent.";
- dir = 2;
- name = "turbine vent monitor";
- network = list("Turbine");
- pixel_x = 0;
- pixel_y = 29
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aoq" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Security External Airlock";
+ req_access_txt = "63"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aor" = (
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aoa" = (
-/obj/machinery/button/door{
- id = "turbinevent";
- name = "Turbine Vent Control";
- pixel_x = 6;
- pixel_y = 24;
- req_access_txt = "32"
+/obj/item/clothing/mask/cigarette,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aos" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/button/door{
- id = "auxincineratorvent";
- name = "Auxiliary Vent Control";
- pixel_x = -6;
- pixel_y = 24;
- req_access_txt = "32"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 2
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aot" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/obj/item/device/camera_film,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/fsmaint)
+"aou" = (
+/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aob" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "Incinerator to Space"
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"aov" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"aow" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aox" = (
+/mob/living/simple_animal/mouse/gray,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aoy" = (
+/obj/structure/closet/firecloset,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"aoz" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/labor)
+"aoA" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"aoB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"aoC" = (
+/obj/machinery/computer/gulag_teleporter_computer,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aoD" = (
+/obj/machinery/gulag_teleporter,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aoE" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aoF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aoc" = (
-/obj/machinery/doorButtons/airlock_controller{
- idExterior = "incinerator_airlock_exterior";
- idInterior = "incinerator_airlock_interior";
- idSelf = "incinerator_access_control";
- name = "Incinerator Access Console";
- pixel_x = 6;
- pixel_y = 25;
- req_access_txt = "12"
- },
-/obj/machinery/button/ignition{
- id = "Incinerator";
- pixel_x = -6;
- pixel_y = 24
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 4
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"aoG" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/meter,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aod" = (
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/obj/machinery/power/solar{
- id = "foreport";
- name = "Fore-Port Solar Array"
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/warden)
+"aoH" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"aoe" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Armory Desk";
+ req_access_txt = "3"
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/door/window/southleft{
+ name = "Reception Desk";
+ req_access_txt = "63"
},
-/turf/open/space,
-/area/solar/auxport)
-"aof" = (
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/weapon/pen{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aoI" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/obj/machinery/power/solar{
- id = "foreport";
- name = "Fore-Port Solar Array"
- },
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"aog" = (
-/obj/machinery/power/solar{
- id = "foreport";
- name = "Fore-Port Solar Array"
- },
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/auxport)
-"aoh" = (
-/obj/structure/lattice/catwalk,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/warden)
+"aoJ" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Control";
+ req_access_txt = "3"
+ },
/obj/structure/cable{
+ d1 = 4;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/warden)
+"aoK" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"aoL" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/turf/open/space,
-/area/solar/auxport)
-"aoi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/closed/wall/r_wall,
+/area/security/warden)
+"aoM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security{
+ name = "Security Office";
+ req_access = null;
+ req_access_txt = "1"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aoj" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/main)
+"aoN" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aok" = (
-/obj/machinery/light{
- dir = 8
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"aol" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"aom" = (
-/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aoO" = (
/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/medical/virology)
-"aon" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/area/maintenance/fore)
+"aoP" = (
+/turf/closed/wall,
+/area/crew_quarters/sleep)
+"aoQ" = (
+/obj/structure/chair{
+ dir = 4
},
-/obj/structure/table,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"aoo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/obj/item/weapon/storage/pod{
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/machinery/reagentgrinder,
-/obj/structure/table,
-/turf/open/floor/plasteel/whitegreen/side{
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"aoR" = (
+/obj/structure/chair{
dir = 8
},
-/area/medical/virology)
-"aop" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aoq" = (
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aor" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/obj/item/device/radio/intercom{
+ pixel_x = 30;
+ pixel_y = 0
},
-/obj/machinery/light{
- dir = 4
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"aoS" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
+/obj/machinery/power/solar{
+ id = "portsolar";
+ name = "Port Solar Array"
},
-/obj/item/weapon/storage/box/syringes,
-/obj/structure/table,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"aos" = (
-/obj/item/weapon/wrench,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aot" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Air to Virology";
- on = 1
- },
-/turf/open/floor/plating/warnplate,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aou" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/turf/open/floor/plating/warnplate{
- dir = 6
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port{
+ name = "Port Solar Array"
})
-"aov" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+"aoT" = (
+/obj/structure/lattice/catwalk,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/closet/emcloset,
-/obj/structure/window{
- dir = 1
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/structure/window{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
-"aow" = (
-/obj/structure/grille,
-/obj/structure/cable,
+"aoU" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aox" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio2";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/structure/window/reinforced{
- dir = 1
+/obj/machinery/power/solar{
+ id = "portsolar";
+ name = "Port Solar Array"
},
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"aoV" = (
+/obj/structure/lattice/catwalk,
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/warning{
- dir = 5
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/area/toxins/xenobiology)
-"aoy" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
+"aoW" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port{
+ name = "Port Solar Array"
})
-"aoz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/oil,
+"aoX" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/hazardvest,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aoA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+"aoY" = (
+/obj/effect/decal/remains/human,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aoB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
+"aoZ" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"apa" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"apb" = (
+/obj/structure/closet,
+/obj/item/clothing/under/color/black,
+/obj/item/clothing/under/color/red,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"apc" = (
+/obj/machinery/computer/shuttle/labor,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -31;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"apd" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"ape" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"apf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
on = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aoC" = (
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/red/corner{
dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aoD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/area/security/brig)
+"aph" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/grille/broken,
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aoE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/maintenance/fore)
-"aoF" = (
-/obj/machinery/r_n_d/server/robotics,
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
},
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aoG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 140;
- on = 1;
- pressure_checks = 0
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
+/area/security/brig)
+"api" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aoH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple{
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/brig)
+"apj" = (
+/obj/machinery/camera{
+ c_tag = "Brig Cells";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM";
- pixel_y = 32
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aoI" = (
-/obj/machinery/power/apc{
+/area/security/brig)
+"apk" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
- name = "Server Room APC";
- pixel_y = 25
+ initialize_directions = 11
},
-/obj/machinery/atmospherics/pipe/manifold{
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
dir = 1
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/area/security/brig)
+"apm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/red/side{
dir = 1
},
+/area/security/brig)
+"apn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apo" = (
/obj/machinery/camera{
- c_tag = "Server Room";
- network = list("SS13","RD");
- pixel_x = 22
+ c_tag = "Brig Entrance"
},
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aoJ" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/obj/effect/decal/cleanable/cobweb2,
/obj/item/device/radio/intercom{
- dir = 1;
name = "Station Intercom (General)";
- pixel_y = 28
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aoK" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ pixel_y = 29
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/turf/open/floor/plasteel/delivery,
-/area/medical/research{
- name = "Research Division"
- })
-"aoL" = (
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
+/area/security/brig)
+"app" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/delivery,
-/area/medical/research{
- name = "Research Division"
- })
-"aoM" = (
-/turf/closed/wall,
-/area/toxins/misc_lab)
-"aoN" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/clothing/ears/earmuffs,
-/obj/item/device/assembly/signaler,
-/obj/item/device/healthanalyzer,
-/obj/item/device/electropack,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aoO" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
},
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aoP" = (
-/obj/structure/table,
-/obj/machinery/light{
+/turf/open/floor/plasteel/red/side{
dir = 1
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 23
+/area/security/brig)
+"apq" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apr" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
+/area/security/brig)
+"aps" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/obj/item/stack/sheet/metal{
- amount = 50
+/area/security/brig)
+"apt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aoQ" = (
-/obj/structure/table,
-/obj/item/device/assembly/igniter{
- pixel_x = -5;
- pixel_y = 3
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"apu" = (
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"apv" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
},
-/obj/item/device/assembly/igniter{
- pixel_x = 5;
- pixel_y = -4
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"apw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = 6
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"apx" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = -1
+/turf/closed/wall/r_wall,
+/area/bridge)
+"apy" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/item/device/assembly/timer{
- pixel_x = -3;
- pixel_y = 3
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/item/device/assembly/timer{
- pixel_x = -3;
- pixel_y = 3
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "bridgespace";
+ name = "bridge external shutters";
+ opacity = 0
},
-/obj/item/device/assembly/timer{
- pixel_x = -3;
- pixel_y = 3
+/turf/open/floor/plating,
+/area/bridge)
+"apz" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/device/assembly/timer{
- pixel_x = -3;
- pixel_y = 3
+/turf/closed/wall/r_wall,
+/area/bridge)
+"apA" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aoR" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/turf/closed/wall/r_wall,
+/area/bridge)
+"apB" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"apC" = (
+/obj/machinery/washing_machine,
+/obj/machinery/requests_console{
+ department = "Crew Quarters";
+ pixel_y = 30
},
-/obj/machinery/chem_dispenser/constructable,
-/turf/open/floor/plasteel/delivery,
-/area/toxins/misc_lab)
-"aoS" = (
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"apD" = (
+/obj/machinery/washing_machine,
/obj/machinery/airalarm{
- pixel_y = 25
+ pixel_y = 22
},
-/obj/machinery/droneDispenser,
-/turf/open/floor/plasteel/delivery,
-/area/toxins/misc_lab)
-"aoT" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aoU" = (
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"apE" = (
+/obj/structure/table,
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/obj/item/clothing/under/color/grey,
/obj/machinery/power/apc{
dir = 1;
- name = "Testing Lab APC";
+ name = "Dormitory APC";
pixel_y = 25
},
-/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/window/reinforced{
- dir = 8
- },
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
},
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"aoV" = (
-/obj/machinery/light{
- dir = 1
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"apF" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/pod_1)
+"apG" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Shuttle Airlock"
},
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"aoW" = (
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"aoX" = (
-/obj/structure/window/reinforced{
- dir = 4
+/obj/docking_port/stationary{
+ dwidth = 2;
+ height = 6;
+ id = "monastery_shuttle_station";
+ name = "station";
+ width = 5
},
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"aoY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
+/obj/docking_port/mobile{
+ dwidth = 2;
+ height = 6;
+ id = "pod1";
+ launch_status = 0;
+ name = "monastery shuttle";
+ port_angle = 180;
+ width = 5
},
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/pod_1)
+"apH" = (
+/obj/machinery/space_heater,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aoZ" = (
-/obj/machinery/atmospherics/components/unary/tank/toxins{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apa" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apb" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apc" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/area/maintenance/fsmaint)
+"apI" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apd" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/meter,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"ape" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2";
- pixel_y = 0
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apf" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apg" = (
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"apJ" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/cable,
/turf/open/space,
-/area/solar/auxport)
-"aph" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"api" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"apj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"apk" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"apl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/pen/red,
-/obj/structure/table,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/medical/virology)
-"apm" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Virologist"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"apn" = (
-/obj/item/clothing/gloves/color/latex,
-/obj/item/device/healthanalyzer,
-/obj/structure/reagent_dispensers/virusfood{
- density = 0;
- pixel_x = 30
- },
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/item/clothing/glasses/hud/health,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/medical/virology)
-"apo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"app" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/solar/port{
+ name = "Port Solar Array"
})
-"apq" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"apr" = (
-/obj/machinery/camera{
- c_tag = "Xenobiology";
- dir = 8;
- network = list("SS13","RD")
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
+"apK" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aps" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair{
- dir = 4
+/obj/item/stack/rods{
+ amount = 25
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"apt" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+"apL" = (
+/obj/item/weapon/weldingtool,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"apu" = (
-/obj/machinery/light/small{
+"apM" = (
+/obj/machinery/door/airlock/external{
+ name = "Dock Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
-"apv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/oil,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
+"apN" = (
+/obj/item/clothing/head/cone,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"apx" = (
-/obj/machinery/airalarm/server{
- dir = 4;
- pixel_x = -22;
- pixel_y = 0
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/black{
- name = "Server Walkway";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apy" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/black{
- name = "Server Walkway";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server{
- name = "\improper Research Division Server Room"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"apz" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "Server Room";
- req_access_txt = "30"
+"apO" = (
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"apP" = (
+/obj/machinery/button/flasher{
+ id = "gulagshuttleflasher";
+ name = "Flash Control";
+ pixel_x = 0;
+ pixel_y = -26;
+ req_access_txt = "1"
},
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apA" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 1
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"apQ" = (
+/obj/machinery/mineral/labor_claim_console{
+ machinedir = 2;
+ pixel_x = 30;
+ pixel_y = 30
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"apR" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Labor Shuttle Airlock";
+ req_access_txt = "2"
},
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/labor)
+"apS" = (
+/obj/machinery/door/airlock/external{
+ name = "Labor Camp Shuttle Airlock";
+ req_access_txt = "2"
},
/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apC" = (
+/area/security/brig)
+"apT" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Server Room";
- req_access = null;
- req_access_txt = "30"
+/obj/machinery/door/airlock/glass_security{
+ name = "Labor Camp Shuttle Airlock";
+ req_access_txt = "2"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/button/door{
+ id = "prison release";
+ name = "Labor Camp Shuttle Lockdown";
+ pixel_x = 0;
+ pixel_y = -25;
+ req_access_txt = "2"
},
/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"apD" = (
-/obj/structure/disposalpipe/segment,
+/area/security/brig)
+"apU" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apW" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"apE" = (
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"apF" = (
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 5
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/item/stack/cable_coil,
-/obj/item/device/multitool,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"apG" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"apH" = (
-/obj/structure/chair/office/light{
- dir = 1
+/turf/open/floor/plasteel,
+/area/security/brig)
+"apY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/effect/landmark/start{
- name = "Scientist"
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"apI" = (
/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"apJ" = (
+/area/security/brig)
+"apZ" = (
/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"apK" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ dir = 4
},
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqa" = (
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 8;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/bot,
-/area/medical/research{
- name = "Research Division"
- })
-"apL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ dir = 5
},
-/obj/effect/decal/cleanable/oil,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apM" = (
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aqc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/security/brig)
+"aqd" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation";
+ req_access = null;
+ req_access_txt = "63"
},
-/area/maintenance/fore)
-"apN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqe" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqf" = (
+/obj/structure/chair{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/trash/candy,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqg" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqh" = (
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apP" = (
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 1
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqi" = (
+/obj/machinery/camera{
+ c_tag = "Brig Interrogation";
+ dir = 8
},
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"aqj" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"apR" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4;
- name = "input gas connector port"
+/turf/closed/wall/r_wall,
+/area/bridge)
+"aqk" = (
+/obj/machinery/modular_computer/console/preset/command,
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 9
},
-/obj/structure/sign/nosmoking_2{
- pixel_x = -28
+/area/bridge)
+"aql" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apS" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/area/bridge)
+"aqm" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/darkgreen/side{
dir = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apT" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4
+/area/bridge)
+"aqn" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/folder/yellow{
+ pixel_y = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/table/glass,
+/obj/machinery/light{
+ dir = 1
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"apV" = (
-/obj/structure/sign/nosmoking_2{
- pixel_x = 28
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"apW" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/virology)
-"apX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_virology{
- name = "Isolation B";
- req_access_txt = "39"
+/area/bridge)
+"aqo" = (
+/obj/machinery/computer/card,
+/obj/machinery/camera{
+ c_tag = "Bridge - Central";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"apY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_virology{
- name = "Isolation A";
- req_access_txt = "39"
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"apZ" = (
-/obj/machinery/computer/pandemic,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
+/area/bridge)
+"aqp" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
},
-/area/medical/virology)
-"aqa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/area/bridge)
+"aqq" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqb" = (
-/obj/machinery/smartfridge/chemistry/virology,
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
+/area/bridge)
+"aqr" = (
+/obj/machinery/ai_status_display{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
+/obj/structure/table/glass,
+/obj/machinery/light{
+ dir = 1
},
-/area/medical/virology)
-"aqc" = (
-/turf/closed/wall,
-/area/medical/virology)
-"aqd" = (
-/obj/machinery/light_switch{
- pixel_x = -23
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqe" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/area/bridge)
+"aqs" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/bridge)
+"aqt" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 1
+ },
+/area/bridge)
+"aqu" = (
+/obj/machinery/computer/prisoner,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 5
+ },
+/area/bridge)
+"aqv" = (
+/obj/structure/lattice,
+/obj/machinery/camera{
+ c_tag = "Bridge Starboard Exterior";
+ dir = 1
+ },
+/turf/open/space,
+/area/space)
+"aqw" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"aqx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqf" = (
-/obj/structure/closet/wardrobe/virology_white,
-/obj/item/weapon/storage/backpack/satchel_vir,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aqg" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/structure/window,
-/obj/structure/window{
- dir = 4
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
burnt = 1;
icon_state = "panelscorched"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aqh" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/area/maintenance/fsmaint)
+"aqy" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aqi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/crew_quarters/sleep)
+"aqz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"aqA" = (
+/obj/effect/landmark/event_spawn,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"aqB" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/area/maintenance/fore)
-"aqj" = (
-/obj/structure/window/reinforced,
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio6";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
- dir = 10
- },
-/area/toxins/xenobiology)
-"aqk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"aqC" = (
+/obj/structure/bedsheetbin,
+/obj/machinery/newscaster{
+ pixel_x = 32
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aql" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aqm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
+"aqD" = (
+/obj/machinery/door/airlock/external{
+ name = "Escape Pod"
},
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"aqn" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"aqE" = (
+/obj/item/clothing/under/kilt,
+/obj/item/clothing/head/collectable/wizard,
+/obj/structure/closet/cardboard,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqF" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aqo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aqp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/item/weapon/cigbutt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aqq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqG" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aqr" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aqs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/turf/closed/wall,
-/area/maintenance/fore)
-"aqt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"aqH" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"aqu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/obj/effect/decal/cleanable/vomit/old,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aqv" = (
-/obj/machinery/r_n_d/server/core,
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aqw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server{
- name = "\improper Research Division Server Room"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aqx" = (
+"aqI" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM";
- pixel_y = -32
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/turf/open/floor/plating,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aqy" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 9
- },
-/obj/machinery/computer/rdservercontrol,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aqz" = (
-/obj/item/weapon/folder/white,
-/obj/item/weapon/pen,
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/toxins/server{
- name = "\improper Research Division Server Room"
- })
-"aqA" = (
-/obj/structure/disposalpipe/segment,
-/obj/item/device/radio/intercom{
- dir = 1;
- name = "Station Intercom (General)";
- pixel_x = -29
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aqB" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aqC" = (
-/obj/structure/closet/l3closet/scientist{
- pixel_x = -2
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aqD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aqE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aqF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aqG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aqH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning/corner,
-/area/toxins/misc_lab)
-"aqI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning,
-/area/toxins/misc_lab)
"aqJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/item/clothing/head/cone,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/area/toxins/misc_lab)
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aqK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/closed/wall/r_wall,
-/area/toxins/misc_lab)
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aqL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aqM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/obj/machinery/door/airlock/titanium{
+ name = "Labor Shuttle Airlock";
+ req_access_txt = "2"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/plasteel/black,
+/area/shuttle/labor)
"aqN" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/mineral/stacking_machine/laborstacker{
+ input_dir = 2;
+ output_dir = 1
},
-/obj/machinery/power/terminal,
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/black,
+/area/shuttle/labor)
+"aqO" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/red/side{
+ dir = 10
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
+/area/security/brig)
"aqP" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Mix to Incinerator";
- on = 0
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
+/turf/open/floor/plasteel,
+/area/security/brig)
"aqQ" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
"aqR" = (
/obj/structure/cable{
- icon_state = "1-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqS" = (
-/obj/machinery/light/small{
- dir = 4
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"aqT" = (
-/turf/closed/wall/r_wall,
-/area/atmos)
+/obj/machinery/door_timer{
+ id = "Cell 1";
+ name = "Cell 1";
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"aqS" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"aqT" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/obj/machinery/door_timer{
+ id = "Cell 2";
+ name = "Cell 2";
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
"aqU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig)
"aqV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/door_timer{
+ id = "Cell 3";
+ name = "Cell 3";
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
"aqW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
"aqX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
"aqY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
"aqZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/brig)
"ara" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/closed/wall,
+/area/security/brig)
"arb" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/hologram/holopad,
-/obj/effect/landmark{
- name = "blobstart"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"arc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/chair{
dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology{
- name = "Break Room";
- req_access_txt = "39"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"ard" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/device/taperecorder{
+ pixel_y = 0
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"are" = (
-/obj/structure/table/glass,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"arf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/assembly/timer,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"arg" = (
-/obj/machinery/door/window/northleft{
- base_state = "right";
- dir = 8;
- icon_state = "right";
- name = "Containment Pen";
- req_access_txt = "55"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
},
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"arg" = (
+/turf/closed/wall/r_wall,
+/area/bridge)
+"arh" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
+/turf/closed/wall/r_wall,
+/area/bridge)
+"ari" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"arh" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Containment Pen";
- req_access_txt = "55"
+/obj/machinery/keycard_auth{
+ pixel_x = -28;
+ pixel_y = 9
},
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio6";
- name = "containment blast door"
+/obj/machinery/button/door{
+ id = "bridge blast";
+ name = "Bridge Entrance Lockdown";
+ pixel_x = -28;
+ pixel_y = -2;
+ req_access_txt = "19"
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ari" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"arj" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/darkgreen/side{
+ dir = 8
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/area/bridge)
+"arj" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/bridge)
"ark" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/black,
+/area/bridge)
"arl" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"arm" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/button/door{
+ id = "bridgespace";
+ name = "Bridge Space Lockdown";
+ pixel_x = 28;
+ pixel_y = 8;
+ req_access_txt = "19"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/button/door{
+ id = "bridge blast";
+ name = "Bridge Entrance Lockdown";
+ pixel_x = 28;
+ pixel_y = -2;
+ req_access_txt = "19"
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/darkred/side{
dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"arn" = (
+/area/bridge)
+"arm" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/turf/closed/wall/r_wall,
+/area/bridge)
+"arn" = (
+/turf/closed/wall,
+/area/bridge)
+"aro" = (
+/obj/machinery/computer/bank_machine,
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/ai_monitored/nuke_storage)
+"arp" = (
+/obj/machinery/light_switch{
+ pixel_y = 28
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/misc_lab)
-"aro" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/ai_monitored/nuke_storage)
+"arq" = (
+/obj/machinery/airalarm{
+ pixel_y = 23
},
-/obj/machinery/door/airlock/maintenance{
- name = "Testing Lab Maintenance";
- req_access_txt = "47"
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"arp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/area/ai_monitored/nuke_storage)
+"arr" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Vault APC";
+ pixel_x = 0;
+ pixel_y = 25
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 14
+/area/ai_monitored/nuke_storage)
+"ars" = (
+/obj/structure/filingcabinet,
+/obj/item/weapon/folder/documents,
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/obj/item/weapon/stock_parts/capacitor,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"arq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
+/area/ai_monitored/nuke_storage)
+"art" = (
+/obj/machinery/power/apc{
dir = 8;
- icon_state = "pipe-c"
+ name = "Dormitory Maintenance APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
+/obj/structure/cable,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"arr" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"ars" = (
-/obj/machinery/door/airlock/research{
- name = "Testing Lab";
- req_access_txt = "47"
+ burnt = 1;
+ icon_state = "panelscorched"
},
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"art" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/maintenance/fsmaint)
"aru" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Scientist"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
+/turf/closed/wall,
+/area/crew_quarters/sleep)
"arv" = (
-/obj/structure/table,
-/obj/machinery/button/ignition{
- id = "testigniter";
- pixel_x = 0;
- pixel_y = -5
- },
-/obj/machinery/button/door{
- id = "testlab";
- name = "Test Chamber Blast Doors";
- pixel_x = 0;
- pixel_y = 7;
- req_access_txt = "55"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
"arw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Laundry Room";
+ dir = 1
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
"arx" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Test Chamber";
- req_access_txt = "47"
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/delivery,
-/area/toxins/misc_lab)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
"ary" = (
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
"arz" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"arA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/area/maintenance/fore)
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"arA" = (
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
"arB" = (
-/obj/machinery/power/smes{
- capacity = 9e+006;
- charge = 10000
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/obj/structure/closet/emcloset{
+ anchored = 1;
+ desc = "It's a storage unit for emergency breath masks and O2 tanks, and is securely bolted in place.";
+ name = "anchored emergency closet"
},
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
+"arC" = (
+/obj/structure/closet,
+/obj/item/weapon/weldingtool,
+/obj/item/weapon/crowbar,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"arD" = (
+/turf/closed/wall,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"arE" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/item/clothing/mask/balaclava,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"arF" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"arG" = (
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"arH" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"arI" = (
+/obj/machinery/mineral/labor_claim_console{
+ machinedir = 1;
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"arJ" = (
+/turf/open/space,
+/area/security/brig)
+"arK" = (
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"arC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/security/brig)
+"arL" = (
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 1";
+ name = "Cell 1";
+ req_access_txt = "1"
+ },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/light_switch{
- pixel_x = 0;
- pixel_y = -22
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"arD" = (
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"arM" = (
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/brig)
+"arN" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plasteel/bot,
-/area/toxins/misc_lab)
-"arE" = (
-/obj/machinery/power/apc{
- name = "Incinerator APC";
- pixel_y = -24
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
+/turf/closed/wall,
+/area/security/brig)
+"arO" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"arF" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"arG" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"arH" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/incinerator)
-"arI" = (
-/turf/open/floor/engine/vacuum,
-/area/atmos)
-"arJ" = (
-/turf/open/floor/engine/n2o,
-/area/atmos)
-"arK" = (
-/turf/open/floor/engine/plasma,
-/area/atmos)
-"arL" = (
-/turf/open/floor/engine/co2,
-/area/atmos)
-"arM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/emcloset,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"arN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arO" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/area/security/brig)
"arP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 2";
+ name = "Cell 2";
+ req_access_txt = "1"
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
"arQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/closed/wall,
+/area/security/brig)
"arR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 3";
+ name = "Cell 3";
+ req_access_txt = "1"
},
-/obj/machinery/power/apc{
- cell_type = 5000;
- name = "Virology APC";
- pixel_y = -24
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
+/turf/open/floor/plasteel/red/side,
+/area/security/brig)
+"arS" = (
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/obj/machinery/camera{
- c_tag = "Virology Module";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/light_switch{
- pixel_x = -4;
- pixel_y = -24
- },
-/obj/machinery/doorButtons/airlock_controller{
- idExterior = "virology_airlock_exterior";
- idInterior = "virology_airlock_interior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Console";
- pixel_x = 8;
- pixel_y = -22;
- req_access_txt = "39"
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/security/brig)
"arT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "innerbrig";
+ name = "Brig";
+ req_access_txt = "63"
},
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"arU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/area/security/brig)
+"arU" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
"arV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "innerbrig";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
dir = 4
},
-/turf/closed/wall,
-/area/medical/virology)
+/area/security/brig)
"arW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Desk";
+ req_access_txt = "1"
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"arX" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Virologist"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"arY" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/newscaster{
- pixel_x = 30
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"arZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/command{
+ name = "Emergency Escape";
+ req_access = null;
+ req_access_txt = "20"
},
-/obj/item/weapon/folder/white,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/maintenance/fore)
"asa" = (
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/window/reinforced,
+/turf/open/space,
+/area/space)
"asb" = (
-/obj/structure/table/reinforced,
-/obj/machinery/button/door{
- id = "xenobio1";
- name = "Containment Blast Doors";
- pixel_x = 0;
- pixel_y = 4;
- req_access_txt = "55"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/darkpurple,
+/area/bridge)
+"asc" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
- dir = 5
+/turf/open/floor/plasteel/darkpurple/side{
+ dir = 8
},
-/area/toxins/xenobiology)
-"asc" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/bridge)
"asd" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ase" = (
-/obj/machinery/camera{
- c_tag = "Toxins Launch Room Access";
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/bridge)
+"ase" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/area/bridge)
"asf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/bridge)
+"asg" = (
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/bridge)
+"ash" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"asg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/robot_debris,
-/obj/item/device/assembly/signaler,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/darkyellow/side{
+ dir = 4
},
-/area/maintenance/fore)
-"ash" = (
-/obj/structure/grille,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/bridge)
"asi" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/machinery/computer/shuttle/labor,
+/turf/open/floor/plasteel/darkyellow,
+/area/bridge)
"asj" = (
-/obj/item/weapon/reagent_containers/food/snacks/cookie{
- desc = "It has a distinctly eldritch taste to it.";
- name = "grandma's cookie"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Bridge External Access";
+ req_access = null;
+ req_access_txt = "10;13"
},
-/area/maintenance/fore)
+/turf/open/floor/plating,
+/area/bridge)
"ask" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/hor)
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/ai_monitored/nuke_storage)
"asl" = (
-/obj/structure/toilet{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/obj/effect/landmark/start{
- name = "Research Director"
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/hor)
+/area/ai_monitored/nuke_storage)
"asm" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/obj/machinery/light/small{
- dir = 4
+/obj/machinery/nuclearbomb/selfdestruct,
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/hor)
+/area/ai_monitored/nuke_storage)
"asn" = (
-/turf/closed/wall,
-/area/crew_quarters/hor)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
"aso" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/ai_monitored/nuke_storage)
"asp" = (
-/obj/structure/closet/bombcloset,
-/turf/open/floor/plasteel/warning,
-/area/toxins/misc_lab)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/crew_quarters/sleep)
"asq" = (
-/turf/open/floor/plasteel/warning,
-/area/toxins/misc_lab)
+/obj/machinery/door/airlock{
+ name = "Laundry Room"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/barber,
+/area/crew_quarters/sleep)
"asr" = (
/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_y = 6
- },
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/pen,
-/obj/item/device/taperecorder,
-/turf/open/floor/plasteel/warning,
-/area/toxins/misc_lab)
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
"ass" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/area/toxins/misc_lab)
-"ast" = (
-/turf/open/floor/plasteel/delivery,
-/area/toxins/misc_lab)
-"asu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
/turf/open/floor/plating,
-/area/maintenance/fore)
-"asv" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Incinerator Access";
- req_access_txt = "12"
+/area/maintenance/fsmaint)
+"ast" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment,
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint)
+"asu" = (
+/obj/effect/spawner/lootdrop/maintenance,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
/turf/open/floor/plating,
-/area/maintenance/incinerator)
-"asw" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
+/area/maintenance/fsmaint)
+"asv" = (
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
},
-/turf/closed/wall,
-/area/maintenance/incinerator)
+/area/holodeck/rec_center)
+"asw" = (
+/obj/machinery/mech_bay_recharge_port,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"asx" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/closed/wall,
-/area/maintenance/incinerator)
+/obj/item/clothing/head/collectable/police,
+/turf/open/floor/mech_bay_recharge_floor,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"asy" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/engine/n2o,
-/area/atmos)
+/obj/machinery/computer/mech_bay_power_console,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"asz" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/engine/plasma,
-/area/atmos)
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
"asA" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/engine/co2,
-/area/atmos)
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/flasher{
+ id = "gulagshuttleflasher";
+ pixel_x = 25
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
"asB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/obj/item/device/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ dir = 2;
+ name = "Prison Intercom (General)";
+ pixel_x = -25;
+ pixel_y = -2;
+ prison_radio = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
"asC" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/auxsolarport)
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
"asD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/shard{
- icon_state = "small"
+/obj/machinery/light/small{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
"asE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/medical/virology)
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/floorgrime,
+/area/security/brig)
"asF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/virology)
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/brig)
"asG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_virology{
- name = "Monkey Pen";
- req_access_txt = "39"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ dir = 4
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
+/area/security/brig)
"asH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/medical/virology)
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/obj/item/weapon/paper_bin{
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
+ },
+/obj/item/weapon/pen{
+ layer = 3.1
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"asI" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/computer/secure_data,
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "innerbrig";
+ name = "Brig Interior Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = -6;
+ pixel_y = 36;
+ req_access_txt = "63"
},
-/obj/machinery/door/airlock/virology{
- autoclose = 0;
- frequency = 1449;
- icon_state = "door_locked";
- id_tag = "virology_airlock_interior";
- locked = 1;
- name = "Virology Interior Airlock";
- req_access_txt = "39"
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "outerbrig";
+ name = "Brig Exterior Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = -6;
+ pixel_y = 24;
+ req_access_txt = "63"
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/button/flasher{
+ id = "brigentry";
+ pixel_x = 6;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"asJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"asK" = (
-/obj/structure/closet/wardrobe/virology_white,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"asL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/closed/wall,
+/area/crew_quarters/captain)
"asM" = (
-/obj/structure/table/glass,
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"asN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"asO" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/captain)
+"asN" = (
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asP" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/area/maintenance/fore)
+"asO" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"asP" = (
+/obj/machinery/computer/monitor{
+ name = "Bridge Power Monitoring Console"
},
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/bot,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel/darkpurple,
+/area/bridge)
"asQ" = (
-/obj/structure/grille,
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/door/poddoor/preopen{
- id = "xenobio1";
- name = "containment blast door"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 4
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"asR" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/darkpurple/side{
+ dir = 8
+ },
+/area/bridge)
+"asR" = (
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/bridge)
"asS" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/chair/comfy/black,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"asT" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/area/bridge)
+"asU" = (
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/plasteel/darkyellow,
+/area/bridge)
+"asV" = (
+/obj/structure/closet/emcloset{
+ anchored = 1;
+ desc = "It's a storage unit for emergency breath masks and O2 tanks, and is securely bolted in place.";
+ name = "anchored emergency closet"
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plating,
+/area/bridge)
+"asW" = (
+/turf/open/floor/plating,
+/area/bridge)
+"asX" = (
+/obj/machinery/light/small{
dir = 4
},
+/obj/machinery/suit_storage_unit/standard_unit,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/bridge)
+"asY" = (
+/obj/structure/closet/crate{
+ name = "Gold Crate"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/stack/sheet/mineral/gold{
+ pixel_x = -1;
+ pixel_y = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/stack/sheet/mineral/gold{
+ pixel_y = 2
},
-/turf/open/floor/plasteel/bot,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"asU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/stack/sheet/mineral/gold{
+ pixel_x = 1;
+ pixel_y = -2
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/obj/item/weapon/storage/belt/champion,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/ai_monitored/nuke_storage)
+"asZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
+ },
+/area/ai_monitored/nuke_storage)
+"ata" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asV" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 23
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
},
+/area/ai_monitored/nuke_storage)
+"atb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 9;
+ pixel_y = 0
},
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asW" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- icon_state = "pipe-j2s";
- sortType = 11
+/turf/open/floor/plasteel/circuit/gcircuit{
+ luminosity = 2
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/area/ai_monitored/nuke_storage)
+"atc" = (
+/obj/item/weapon/coin/silver{
+ pixel_x = 7;
+ pixel_y = 12
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/coin/silver{
+ pixel_x = 12;
+ pixel_y = 7
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/item/weapon/coin/silver{
+ pixel_x = 4;
+ pixel_y = 8
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asX" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/item/weapon/coin/silver{
+ pixel_x = -6;
+ pixel_y = 5
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/item/weapon/coin/silver{
+ pixel_x = 5;
+ pixel_y = -8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/closet/crate{
+ name = "Silver Crate"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"asY" = (
-/obj/structure/sign/biohazard,
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"asZ" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite,
-/area/toxins/xenobiology)
-"ata" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/warnwhite,
-/area/toxins/xenobiology)
-"atb" = (
-/obj/machinery/light{
+/turf/open/floor/plasteel/vault{
dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite,
-/area/toxins/xenobiology)
-"atc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/area/ai_monitored/nuke_storage)
"atd" = (
-/turf/closed/wall/r_wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Dorm3Shutters";
+ name = "Dorm Shutters"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
"ate" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/nanotrasen,
+/obj/machinery/button/door{
+ id = "Dorm3Shutters";
+ name = "Privacy Shutters Control";
+ pixel_x = 0;
+ pixel_y = 26;
+ req_access_txt = "0"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
"atf" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/bot,
-/area/assembly/robotics)
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/sign/securearea{
+ desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
+ icon_state = "monkey_painting";
+ name = "Mr. Deempisi portrait";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
"atg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/button/door{
+ id = "Dorm3";
+ name = "Dorm Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
"ath" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/hor)
-"ati" = (
-/obj/machinery/door/airlock{
- name = "Private Restroom"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/hor)
-"atj" = (
-/obj/structure/window/reinforced{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atl" = (
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atm" = (
-/obj/structure/window/reinforced{
+/area/crew_quarters/sleep)
+"ati" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/blue/side{
dir = 1
},
-/obj/machinery/computer/security/telescreen{
- dir = 8;
- name = "Test Chamber Moniter";
- network = list("Test");
- pixel_x = 30
+/area/crew_quarters/sleep)
+"atj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
/obj/machinery/camera{
- c_tag = "Testing Lab North";
- dir = 8;
- network = list("SS13","RD");
- pixel_y = -22
+ c_tag = "Dormitories Fore";
+ dir = 2
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"atn" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Test Chamber";
- req_access_txt = "47"
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/door/poddoor/preopen{
- id = "testlab";
- layer = 2.9;
- name = "test chamber blast door"
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the monastery.";
+ name = "Monastery Monitor";
+ network = list("Monastery");
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"ato" = (
-/obj/structure/disposalpipe/junction{
+/turf/open/floor/plasteel/blue/corner{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/area/crew_quarters/sleep)
+"atk" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"atl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"atm" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"atn" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
},
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"ato" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"atp" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"atp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"atq" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plasteel/bot,
-/area/maintenance/incinerator)
+/obj/structure/closet/crate,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
"atr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/door/airlock/titanium{
+ id_tag = "prisonshuttle";
+ name = "Labor Shuttle Airlock"
},
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"ats" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/docking_port/mobile{
+ dir = 8;
+ dwidth = 2;
+ height = 5;
+ id = "laborcamp";
+ name = "labor camp shuttle";
+ port_angle = 90;
+ width = 9
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 2;
+ height = 5;
+ id = "laborcamp_home";
+ name = "fore bay 1";
+ width = 9
},
-/obj/item/weapon/electronics/firealarm,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"ats" = (
+/obj/machinery/door/airlock/external{
+ name = "Labor Camp Shuttle Airlock"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"att" = (
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/camera{
+ c_tag = "Labor Shuttle Dock";
+ dir = 8;
+ network = list("SS13")
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/gulag_item_reclaimer{
+ pixel_y = 24
},
-/area/maintenance/fore)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"atu" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 1";
+ pixel_x = -28
},
-/obj/effect/decal/cleanable/cobweb2,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/plasteel/blue/side,
+/area/security/brig)
"atv" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/closed/wall,
-/area/maintenance/fore)
+/turf/open/floor/plasteel/blue/side,
+/area/security/brig)
"atw" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 2";
+ name = "Cell 2 Locker"
+ },
+/turf/open/floor/plasteel/blue/side,
+/area/security/brig)
"atx" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "waste_in";
- pixel_y = 1
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 2";
+ pixel_x = -28
},
-/turf/open/floor/engine/vacuum,
-/area/atmos)
+/turf/open/floor/plasteel/green/side,
+/area/security/brig)
"aty" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "mix_sensor"
- },
-/turf/open/floor/engine/vacuum,
-/area/atmos)
+/turf/open/floor/plasteel/green/side,
+/area/security/brig)
"atz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "waste_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 3";
+ name = "Cell 3 Locker"
},
-/turf/open/floor/engine/vacuum,
-/area/atmos)
+/turf/open/floor/plasteel/green/side,
+/area/security/brig)
"atA" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "n2o_in";
- pixel_y = 1
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/flasher{
+ id = "Cell 3";
+ pixel_x = -28
},
-/turf/open/floor/engine/n2o,
-/area/atmos)
+/turf/open/floor/plasteel/yellow/side,
+/area/security/brig)
"atB" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "n2o_sensor"
- },
-/turf/open/floor/engine/n2o,
-/area/atmos)
+/turf/open/floor/plasteel/yellow/side,
+/area/security/brig)
"atC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "n2o_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 3";
+ name = "Cell 3 Locker"
},
-/turf/open/floor/engine/n2o,
-/area/atmos)
+/turf/open/floor/plasteel/yellow/side,
+/area/security/brig)
"atD" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "tox_in";
- pixel_y = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/turf/open/floor/engine/plasma,
-/area/atmos)
+/area/security/brig)
"atE" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "tox_sensor"
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Brig Desk";
+ req_access_txt = "1"
},
-/turf/open/floor/engine/plasma,
-/area/atmos)
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"atF" = (
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "tox_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ dir = 4;
+ layer = 2.4;
+ on = 1
},
-/turf/open/floor/engine/plasma,
-/area/atmos)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"atG" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 2;
- frequency = 1441;
- id = "waste_in";
- pixel_y = 1
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
},
-/turf/open/floor/engine/co2,
-/area/atmos)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"atH" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "co2_sensor"
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/engine/co2,
-/area/atmos)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"atI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "co2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/engine/co2,
-/area/atmos)
+/turf/closed/wall,
+/area/crew_quarters/captain)
"atJ" = (
-/obj/structure/lattice,
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"atK" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space,
-/area/solar/auxport)
-"atL" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/auxport)
-"atM" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32
+/obj/structure/toilet{
+ dir = 4
},
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 22
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"atK" = (
+/obj/structure/sink{
+ pixel_y = 28
},
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"atN" = (
-/obj/machinery/power/terminal{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"atL" = (
+/obj/machinery/light{
dir = 1
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"atM" = (
+/obj/machinery/shower{
+ dir = 1
+ },
+/obj/item/weapon/soap/deluxe,
+/obj/item/weapon/bikehorn/rubberducky,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/obj/structure/curtain,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
+"atN" = (
+/obj/machinery/vending/cigarette,
/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/area/maintenance/fore)
"atO" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/door/airlock/command{
+ name = "Balcony";
+ req_access = null;
+ req_access_txt = "20"
},
-/obj/machinery/power/smes,
/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/area/crew_quarters/captain)
"atP" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/maintenance/auxsolarport)
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/captain)
"atQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/structure/chair{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/captain)
"atR" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"atS" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/structure/chair{
+ dir = 1
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Captain's Balcony";
+ dir = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/captain)
+"atS" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-20";
+ layer = 4.1;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/vault,
+/area/crew_quarters/captain)
"atT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plasteel/darkpurple,
+/area/bridge)
"atU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"atV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/shower{
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
dir = 4
},
-/obj/machinery/doorButtons/access_button{
- idDoor = "virology_airlock_interior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Button";
- pixel_x = 8;
- pixel_y = 28;
- req_access_txt = "39"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
+/area/bridge)
+"atV" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/ids{
+ pixel_x = 4;
+ pixel_y = 4
},
-/area/medical/virology)
+/obj/item/weapon/storage/box/PDAs,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"atW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/table/glass,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"atX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/l3closet,
-/obj/machinery/camera{
- c_tag = "Virology Airlock"
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
- },
-/area/medical/virology)
+/obj/structure/table/glass,
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"atY" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/table/glass,
+/obj/item/device/aicard,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"atZ" = (
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 5;
- pixel_y = -29
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/table/glass,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/laser_pointer/blue,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"aua" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aub" = (
-/obj/structure/closet/crate/freezer,
-/obj/item/weapon/reagent_containers/blood/empty,
-/obj/item/weapon/reagent_containers/blood/empty{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/weapon/reagent_containers/blood/AMinus,
-/obj/item/weapon/reagent_containers/blood/BMinus{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/blood/BPlus{
- pixel_x = 1;
- pixel_y = 2
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/item/weapon/reagent_containers/blood/OMinus,
-/obj/item/weapon/reagent_containers/blood/OPlus{
- pixel_x = -2;
- pixel_y = -1
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
-/obj/item/weapon/reagent_containers/blood/random,
-/obj/item/weapon/reagent_containers/blood/random,
-/obj/item/weapon/reagent_containers/blood/random,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/area/bridge)
+"aub" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/plasteel/darkyellow,
+/area/bridge)
"auc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Bridge External Access";
+ req_access = null;
+ req_access_txt = "10;13"
},
-/obj/item/weapon/newspaper,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/bridge)
"aud" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/bridge)
"aue" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/closet/secure_closet/freezer/money,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/item/clothing/head/bearpelt,
+/obj/item/weapon/skub,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 1
},
-/obj/item/trash/chips,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/ai_monitored/nuke_storage)
"auf" = (
+/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 5
},
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/nuke_storage)
"aug" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 10
},
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"auh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/nuke_storage)
+"auh" = (
+/obj/machinery/camera/motion{
+ c_tag = "Vault";
+ dir = 1;
+ network = list("SS13")
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/light,
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/nuke_storage)
"aui" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/safe,
+/obj/item/weapon/bikehorn/golden,
+/obj/item/ammo_box/a357,
+/obj/item/weapon/tank/internals/plasma/full,
+/obj/item/weapon/disk/fakenucleardisk,
+/obj/item/weapon/gun/energy/disabler,
+/turf/open/floor/plasteel/vault{
dir = 4
},
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/ai_monitored/nuke_storage)
"auj" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/structure/table/wood,
+/obj/item/weapon/storage/book/bible,
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"auk" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/wood,
+/area/crew_quarters/sleep)
+"aul" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"auk" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/area/crew_quarters/sleep)
+"aum" = (
+/obj/machinery/door/airlock{
+ id_tag = "Dorm3";
+ name = "Dorm 3"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aul" = (
-/obj/machinery/monkey_recycler,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"aum" = (
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_y = 30
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/area/toxins/xenobiology)
+/area/crew_quarters/sleep)
"aun" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"auo" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
},
-/obj/item/weapon/extinguisher{
- pixel_x = 4;
- pixel_y = 3
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/obj/item/weapon/extinguisher,
-/obj/structure/table,
-/obj/item/weapon/storage/box/monkeycubes,
-/obj/item/weapon/storage/box/monkeycubes,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aup" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/syringes{
- pixel_x = 3;
- pixel_y = 3
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/weapon/storage/box/beakers,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"auq" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aur" = (
-/obj/structure/chair/comfy/black{
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plating,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"aus" = (
-/obj/machinery/computer/camera_advanced/xenobio,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aut" = (
-/obj/item/device/assembly/signaler{
- pixel_y = 8
+/obj/structure/closet/athletic_mixed,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/device/assembly/signaler{
- pixel_x = -8;
- pixel_y = 5
+/turf/open/floor/plasteel/arrival{
+ dir = 1
},
-/obj/item/device/assembly/signaler{
- pixel_x = 6;
- pixel_y = 5
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"aut" = (
+/obj/structure/closet/lasertag/blue,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/device/assembly/signaler{
- pixel_x = -2;
- pixel_y = -2
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"auu" = (
-/obj/item/device/transfer_valve{
- pixel_x = -5
- },
-/obj/item/device/transfer_valve{
- pixel_x = -5
- },
-/obj/item/device/transfer_valve,
-/obj/item/device/transfer_valve,
-/obj/item/device/transfer_valve{
- pixel_x = 5
+/obj/structure/closet/lasertag/red,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/device/transfer_valve{
- pixel_x = 5
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
},
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_y = 30
+/turf/open/floor/plasteel/arrival{
+ dir = 1
},
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"auv" = (
-/obj/item/device/assembly/timer{
- pixel_x = 5;
- pixel_y = 4
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 1
},
-/obj/item/device/assembly/timer{
- pixel_x = -4;
- pixel_y = 2
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/obj/item/device/assembly/timer{
- pixel_x = 6;
- pixel_y = -4
+/obj/machinery/camera{
+ c_tag = "Fitness Room";
+ dir = 2
},
-/obj/item/device/assembly/timer,
-/obj/structure/table/reinforced,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
-/obj/machinery/power/apc{
- dir = 1;
- name = "Toxins Lab APC";
- pixel_y = 27
+/turf/open/floor/plasteel/arrival{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"auw" = (
-/obj/item/device/radio/intercom{
- pixel_y = 25
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
+/obj/machinery/vending/clothing,
+/turf/open/floor/plasteel/arrival{
+ dir = 1
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"aux" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Fitness Room APC";
+ pixel_x = 0;
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"auy" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"auz" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"auA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
-"auB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
+"auz" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"auC" = (
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"auA" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "2-8";
+ tag = ""
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"auB" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"auD" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"auE" = (
-/obj/structure/closet/secure_closet/RD,
-/obj/machinery/airalarm{
- pixel_y = 25
+"auC" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"auF" = (
-/obj/machinery/light{
- dir = 1
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"auD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Labor Camp Shuttle Airlock";
+ req_access_txt = "0"
},
-/obj/item/weapon/cartridge/signal/toxins,
-/obj/item/weapon/cartridge/signal/toxins{
- pixel_x = -4;
- pixel_y = 2
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"auE" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/item/weapon/cartridge/signal/toxins{
- pixel_x = 4;
- pixel_y = 6
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
},
-/obj/machinery/power/apc{
- dir = 1;
- name = "RD Office APC";
- pixel_y = 25
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
+"auF" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/machinery/camera{
- c_tag = "Research Director's Office";
- network = list("SS13","RD")
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
},
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
"auG" = (
-/obj/machinery/light_switch{
- pixel_y = 23
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/machinery/computer/card/minor/rd,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/turf/closed/wall,
+/area/security/brig)
"auH" = (
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"auI" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/crew_quarters/hor)
-"auJ" = (
-/obj/machinery/camera{
- c_tag = "Research Division North East";
+/area/security/brig)
+"auI" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 1;
+ id_tag = "outerbrig";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
dir = 8
},
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
+/area/security/brig)
+"auJ" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
+ },
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/brig)
"auK" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 1;
+ id_tag = "outerbrig";
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
dir = 4
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/area/security/brig)
"auL" = (
-/obj/machinery/atmospherics/pipe/manifold4w,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
+ },
+/obj/item/device/radio,
+/turf/open/floor/plasteel/black,
+/area/security/brig)
"auM" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- req_access = null
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Brig Desk";
+ req_access_txt = "1"
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auN" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4
+/obj/item/weapon/reagent_containers/food/snacks/donut{
+ layer = 3
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auO" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
},
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"auP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/red{
+ layer = 2.9
+ },
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"auN" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/southleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ layer = 2.7;
+ name = "Brig Desk";
+ req_access_txt = "1"
+ },
+/obj/item/weapon/pen{
+ layer = 3
},
/obj/machinery/door/poddoor/preopen{
- id = "testlab";
- layer = 2.9;
- name = "test chamber blast door"
+ id = "Secure Gate";
+ name = "brig shutters"
},
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/turf/open/floor/plasteel/black,
+/area/security/brig)
+"auO" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
+"auP" = (
+/obj/machinery/door/airlock{
+ name = "Private Restroom";
+ req_access_txt = "0"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/captain)
"auQ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/command{
+ name = "Captain's Office Access";
+ req_access = null;
+ req_access_txt = "20"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/captain)
"auR" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"auS" = (
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"auT" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/firealarm{
dir = 4;
- icon_state = "pipe-c"
+ pixel_x = -28
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
+/area/bridge)
+"auS" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"auT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
},
-/area/maintenance/fore)
+/area/bridge)
"auU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/structure/chair/comfy/black{
dir = 1
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/bridge)
"auV" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
-/obj/item/device/assembly/igniter,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/bridge)
"auW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "bridgespace";
+ name = "bridge external shutters";
+ opacity = 0
+ },
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/turf/closed/wall,
-/area/maintenance/fore)
+/area/bridge)
"auX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/closed/wall,
-/area/maintenance/fore)
+/turf/open/floor/plasteel/black,
+/area/bridge)
"auY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/machinery/camera{
+ c_tag = "Bridge MiniSat Access";
+ dir = 4;
+ network = list("SS13")
},
-/area/maintenance/fore)
-"auZ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -31
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
+/turf/open/floor/plasteel,
+/area/bridge)
+"auZ" = (
+/obj/structure/transit_tube,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"ava" = (
-/obj/machinery/door/airlock/external,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/area/bridge)
+"ava" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/bridge)
"avb" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/space,
-/area/space)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
"avc" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/meter,
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
/turf/closed/wall/r_wall,
-/area/atmos)
+/area/ai_monitored/nuke_storage)
"avd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/atmos)
+/obj/machinery/door/airlock/vault{
+ icon_state = "door_locked";
+ locked = 1;
+ req_access_txt = "53"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/ai_monitored/nuke_storage)
"ave" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/machinery/meter,
+/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
-/area/atmos)
+/area/ai_monitored/nuke_storage)
"avf" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/structure/sign/poster{
+ pixel_x = -32
},
-/turf/open/floor/plating/airless,
-/area/solar/auxport)
-"avg" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/turf/open/space,
-/area/solar/auxport)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"avg" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"avh" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/space,
-/area/solar/auxport)
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"avi" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/turf/open/space,
-/area/solar/auxport)
-"avj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access = null;
- req_access_txt = "10; 13"
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"avj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/obj/structure/chair/comfy/brown,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"avk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"avl" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"avm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
+/obj/structure/grille,
+/obj/structure/window/fulltile,
/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"avn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"avo" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Aft Port Solar Access";
- req_access_txt = "10"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"avp" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Holodeck Door"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"avq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"avr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/item/weapon/shard,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"avs" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/item/stack/rods,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
})
"avt" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
+/turf/closed/wall,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"avu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating,
+/area/shuttle/labor)
"avv" = (
-/obj/machinery/light/small,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"avw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"avx" = (
-/obj/structure/sign/securearea{
- pixel_x = -32
+/obj/machinery/door/poddoor/preopen{
+ id = "prison release";
+ name = "prisoner processing blast door"
},
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
+/obj/effect/turf_decal/delivery,
+/area/security/brig)
+"avw" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-10";
+ layer = 4.1
},
-/area/medical/virology)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"avx" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"avy" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"avz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/l3closet,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/medical/virology)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"avA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"avB" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- cell_type = 5000;
- name = "Medbay Maintenance APC";
- pixel_y = -24
+/turf/open/floor/plasteel/red/side{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/hallway/primary/fore)
"avC" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/structure/dresser,
+/obj/structure/sign/securearea{
+ desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
+ icon_state = "monkey_painting";
+ name = "Mr. Deempisi portrait";
+ pixel_x = 0;
+ pixel_y = 28
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
"avD" = (
-/obj/machinery/light/small,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
"avE" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
+/obj/structure/closet/secure_closet/captains,
+/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/camera{
+ c_tag = "Captain's Quarters";
+ dir = 2
+ },
+/obj/item/clothing/suit/armor/riot/knight/blue,
+/obj/item/clothing/head/helmet/knight/blue,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
"avF" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/machinery/suit_storage_unit/captain,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
"avG" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avI" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTH)";
+ dir = 1
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/area/crew_quarters/captain)
+"avH" = (
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 1;
+ name = "Captain's Office APC";
+ pixel_y = 24
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"avJ" = (
-/obj/machinery/processor{
- desc = "A machine used to process slimes and retrieve their extract.";
- name = "Slime Processor"
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"avI" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Captain's Desk";
+ departmentType = 5;
+ name = "Captain RC";
+ pixel_x = 0;
+ pixel_y = 30
},
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"avK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"avJ" = (
+/obj/machinery/computer/card,
+/obj/item/weapon/card/id/captains_spare,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"avK" = (
+/obj/machinery/computer/communications,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/area/toxins/xenobiology)
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"avL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/structure/filingcabinet/employment,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"avM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/bridge)
"avN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/mob/living/simple_animal/mouse/gray,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
+/turf/open/floor/plasteel/black,
+/area/bridge)
"avO" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner,
+/area/bridge)
"avP" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/black,
+/area/bridge)
"avQ" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/sign/deathsposal{
- pixel_x = 32;
- pixel_y = 0
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/plasteel/darkblue/side,
+/area/bridge)
"avR" = (
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 8;
- pixel_y = 9
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 8
},
-/obj/item/device/assembly/prox_sensor{
- pixel_x = 9;
- pixel_y = -2
+/area/bridge)
+"avS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/item/device/assembly/prox_sensor{
- pixel_y = 2
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
},
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avS" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/area/bridge)
"avT" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/wrench,
-/obj/item/weapon/screwdriver{
- pixel_y = 10
+/obj/machinery/door/airlock/command{
+ name = "External Access";
+ req_access_txt = "0";
+ req_one_access_txt = "19; 65"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel/black,
+/area/bridge)
"avU" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "bridgespace";
+ name = "bridge external shutters";
+ opacity = 0
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/bridge)
"avV" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/machinery/meter,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"avW" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
+/obj/machinery/door/airlock/command{
+ name = "MiniSat Access";
+ req_access_txt = "65"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avX" = (
-/obj/structure/sign/securearea{
- pixel_x = -32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
+/area/bridge)
+"avX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel,
+/area/bridge)
"avY" = (
-/obj/machinery/light/small{
- dir = 4
+/obj/structure/transit_tube_pod,
+/obj/structure/transit_tube/station/reverse{
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"avZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/disposalpipe/segment,
+/area/bridge)
+"avZ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"awa" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"awa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel/stairs,
+/area/hallway/primary/central)
"awb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
"awc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Dorm2Shutters";
+ name = "Dorm Shutters"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
"awd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/nanotrasen,
+/obj/machinery/button/door{
+ id = "Dorm2Shutters";
+ name = "Privacy Shutters Control";
+ pixel_x = 0;
+ pixel_y = 26;
+ req_access_txt = "0"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"awe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/sign/securearea{
+ desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
+ icon_state = "monkey_painting";
+ name = "Mr. Deempisi portrait";
+ pixel_x = 0;
+ pixel_y = 28
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"awf" = (
-/obj/machinery/light/small{
- dir = 1
+/obj/machinery/button/door{
+ id = "Dorm2";
+ name = "Dorm Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
},
+/obj/structure/closet/secure_closet/personal/cabinet,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"awg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"awg" = (
-/obj/machinery/suit_storage_unit/rd,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"awh" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"awi" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/table/wood,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
+"awj" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen{
+ layer = 4
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/area/medical/research{
- name = "Research Division"
- })
-"awj" = (
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"awk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/obj/structure/table/wood,
+/obj/item/weapon/storage/backpack,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"awl" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "testlab";
- layer = 2.9;
- name = "test chamber blast door"
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"awm" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1;
- unacidable = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"awn" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Testing Chamber";
- dir = 8;
- network = list("Test","RD")
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Recreation Room"
},
-/obj/machinery/sparker{
- id = "testigniter";
- pixel_x = 25
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"awo" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"awp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+ dir = 4
},
-/turf/closed/wall,
-/area/maintenance/fore)
-"awq" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"awp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/turf/closed/wall,
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
+"awq" = (
+/obj/machinery/computer/holodeck,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"awr" = (
-/obj/effect/decal/cleanable/blood/gibs,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"aws" = (
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
"awt" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
"awu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/maintenance/fore)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"awv" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/power/solar_control{
+ id = "portsolar";
+ name = "Port Solar Control";
+ track = 0
+ },
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/effect/decal/cleanable/oil,
-/obj/item/stack/rods,
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"aww" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/machinery/light/small{
+ dir = 1
},
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"awx" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/space,
-/area/space)
-"awy" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/space,
-/area/space)
-"awz" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
icon_state = "0-2";
- pixel_y = 1;
d2 = 2
},
-/turf/open/space,
-/area/solar/auxport)
-"awA" = (
-/obj/structure/cable,
-/obj/machinery/power/solar_control{
- id = "foreport";
- name = "Fore Port Solar Control"
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Port Solar APC";
+ pixel_x = 0;
+ pixel_y = 24
},
/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"awB" = (
-/obj/item/stack/cable_coil,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
+"awy" = (
+/obj/structure/closet/firecloset,
/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"awC" = (
-/obj/machinery/power/apc{
- name = "Fore Port Solar APC";
- pixel_x = 25;
- pixel_y = 3
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"awz" = (
+/obj/machinery/button/door{
+ id = "prison release";
+ name = "Labor Camp Shuttle Lockdown";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "2"
},
-/obj/machinery/camera{
- c_tag = "Fore Port Solar Control";
- dir = 1
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/auxsolarport)
-"awD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/maintenance/auxsolarport)
-"awE" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/hallway/primary/fore)
+"awA" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0;
+ pixel_y = 32
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awF" = (
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"awG" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awD" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=BrigS2";
+ location = "BrigP"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awE" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awF" = (
+/obj/structure/disposalpipe/segment{
dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ icon_state = "pipe-c"
},
-/obj/machinery/shower{
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awG" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
- },
-/area/medical/virology)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"awH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"awI" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=BrigP";
+ location = "BrigS1"
},
-/area/medical/virology)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"awJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/closet/wardrobe/grey,
-/obj/structure/window{
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"awK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awL" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"awM" = (
+/obj/structure/sign/poster{
+ pixel_x = 32
},
-/obj/item/weapon/shard{
- icon_state = "small"
+/turf/open/floor/plasteel/red/side{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/hallway/primary/fore)
+"awN" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/captain,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"awO" = (
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"awP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"awQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"awR" = (
+/obj/machinery/door/airlock/command{
+ name = "Captain's Quarters";
+ req_access = null;
+ req_access_txt = "20"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awN" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"awS" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/weldingtool,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awO" = (
-/turf/closed/wall/r_wall,
-/area/medical/genetics)
-"awP" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"awT" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"awR" = (
-/obj/machinery/smartfridge/extract,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"awS" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/area/toxins/xenobiology)
-"awT" = (
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+ dir = 10
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"awU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/window{
+ dir = 8;
+ name = "Captain's Desk";
+ req_access_txt = "20"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"awV" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"awW" = (
-/obj/machinery/camera{
- c_tag = "Xenobiology South";
- dir = 1;
- network = list("SS13","RD")
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = -28
+/obj/structure/chair/comfy/black,
+/obj/effect/landmark/start{
+ name = "Captain"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"awX" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = 35;
+ pixel_y = 5
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"awY" = (
-/obj/structure/chair/comfy/black{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"awZ" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 2
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axb" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 4;
- icon_state = "1-4"
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
+ },
+/area/bridge)
+"awZ" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axa" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axb" = (
+/obj/structure/fireaxecabinet{
+ pixel_y = -32
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axe" = (
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axc" = (
+/obj/machinery/light,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/research{
- name = "Toxins Launch Room Access";
- req_access_txt = "8"
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"axf" = (
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axd" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Bridge";
+ departmentType = 5;
+ name = "Bridge RC";
+ pixel_y = -30
},
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axe" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"axf" = (
+/obj/machinery/turretid{
+ control_area = "AI Upload Chamber";
+ name = "AI Upload turret control";
+ pixel_y = -25
+ },
+/obj/machinery/camera{
+ c_tag = "Bridge Central";
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
"axg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
+/obj/machinery/light,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/machinery/newscaster{
+ pixel_y = -28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
"axh" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 2;
+ name = "Bridge APC";
+ pixel_y = -24
},
-/area/crew_quarters/hor)
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
"axi" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
"axj" = (
-/obj/structure/rack,
-/obj/item/device/taperecorder{
- pixel_x = -3
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/device/paicard{
- pixel_x = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel/black,
+/area/bridge)
"axk" = (
-/obj/machinery/computer/mecha,
-/obj/structure/window/reinforced{
- dir = 8
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
+ },
+/area/bridge)
"axl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Bridge External Access";
+ dir = 1;
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/bridge)
"axm" = (
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/item/weapon/pen,
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/bridge)
"axn" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/bridge)
+"axo" = (
+/turf/closed/wall/r_wall,
+/area/hallway/primary/central)
+"axp" = (
+/obj/machinery/door/firedoor,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"axo" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"axp" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"axq" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
+/obj/structure/table/wood,
+/obj/item/weapon/storage/book/bible,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axr" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axs" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 29
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axt" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/door/airlock{
+ id_tag = "Dorm2";
+ name = "Dorm 2"
},
-/area/maintenance/fore)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
"axu" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axv" = (
-/obj/effect/decal/cleanable/blood/gibs,
-/obj/item/weapon/kitchen/knife,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/remains/human,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/table/wood,
+/obj/item/device/paicard,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/fore)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axx" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck{
+ pixel_x = 2
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "medium"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axy" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/closed/wall,
-/area/maintenance/fore)
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"axz" = (
-/obj/machinery/door/airlock/external,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"axA" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Recreation Room"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"axB" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/closed/wall,
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"axC" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"axD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/table,
+/obj/item/weapon/paper{
+ desc = "";
+ info = "Brusies sustained in the holodeck can be healed simply by sleeping.";
+ name = "Holodeck Disclaimer"
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"axE" = (
-/obj/structure/sink{
- pixel_y = 26
+/obj/structure/chair{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/machinery/camera{
+ c_tag = "Holodeck";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"axF" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port{
+ name = "Port Solar Array"
})
"axG" = (
-/obj/structure/sink{
- pixel_y = 26
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
})
"axH" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/ai_status_display{
- pixel_y = 32
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
})
"axI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/structure/lattice/catwalk,
+/obj/item/stack/cable_coil,
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"axJ" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/structure/chair/stool,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
})
"axK" = (
-/obj/structure/table/glass,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = 32
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
})
"axL" = (
-/obj/machinery/door/firedoor,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/sign/biohazard{
- pixel_x = 32
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/machinery/door/airlock/virology{
- autoclose = 0;
- frequency = 1449;
- icon_state = "door_locked";
- id_tag = "virology_airlock_exterior";
- locked = 1;
- name = "Virology Exterior Airlock";
- req_access_txt = "39"
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
},
-/obj/machinery/doorButtons/access_button{
- idDoor = "virology_airlock_exterior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Button";
- pixel_x = -24;
- pixel_y = 0;
- req_access_txt = "39"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"axM" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/window,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
})
"axN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
})
"axO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
})
"axP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
})
"axQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
})
"axR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Port Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
})
"axS" = (
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"axT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"axU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
+/obj/item/weapon/vending_refill/cigarette,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"axV" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"axW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/structure/plasticflaps,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"axX" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
+/mob/living/simple_animal/bot/secbot/beepsky{
+ name = "Officer Beepsky"
+ },
/turf/open/floor/plating,
-/area/toxins/xenobiology)
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"axY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/research{
- name = "Xenobiology Lab";
- req_access_txt = "55"
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/potato{
+ name = "\improper Beepsky's emergency battery"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
+/obj/item/weapon/paper{
+ info = "01001001 00100000 01101000 01101111 01110000 01100101 00100000 01111001 01101111 01110101 00100000 01110011 01110100 01100001 01111001 00100000 01110011 01100001 01100110 01100101 00101110 00100000 01001100 01101111 01110110 01100101 00101100 00100000 01101101 01101111 01101101 00101110";
+ name = "Note from Beepsky's Mom"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"axZ" = (
-/obj/machinery/camera{
- c_tag = "Toxins Lab";
- dir = 4;
- network = list("SS13","RD")
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Fore Primary Hallway APC";
+ pixel_x = -24
},
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/hallway/primary/fore)
"aya" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayb" = (
/obj/machinery/light,
-/obj/machinery/portable_atmospherics/pump,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayc" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/item/weapon/storage/firstaid/toxin,
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayd" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/warnwhite{
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway Port";
dir = 1
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"aye" = (
-/turf/open/floor/plasteel/warning/corner{
+/obj/machinery/door/airlock/centcom{
+ name = "Monastery Cemetary";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
"ayf" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayg" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+ dir = 1;
+ initialize_directions = 11
},
-/turf/closed/wall/r_wall,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/displaycase/labcage,
-/obj/machinery/ai_status_display{
- pixel_x = -32
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/rack,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Tool";
+ location = "BrigS2"
},
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayk" = (
-/obj/machinery/computer/robotics,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayl" = (
-/obj/structure/chair/office/light{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Research Director"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"aym" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway Starboard";
+ dir = 1
},
-/obj/machinery/button/door{
- id = "Biohazard";
- name = "Biohazard Shutter Control";
- pixel_x = 0;
- pixel_y = 0;
- req_access_txt = "47"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"ayn" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-14";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/turf/open/floor/plating,
-/area/crew_quarters/hor)
+/area/hallway/primary/fore)
"ayo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"ayp" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/matches,
+/obj/item/weapon/razor{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/clothing/mask/cigarette/cigar,
+/obj/item/weapon/reagent_containers/food/drinks/flask/gold,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"ayq" = (
+/obj/structure/chair/comfy/brown{
dir = 4
},
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"ayr" = (
+/obj/structure/table/wood,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/captain)
+"ays" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"ayt" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"ayu" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"ayv" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/area/medical/research{
- name = "Research Division"
- })
-"ayp" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"ayw" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"ayx" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/stamp/captain,
/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"ayq" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"ayy" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ayr" = (
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"ays" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/old,
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ayt" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ayu" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"ayv" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ayw" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/area/bridge)
+"ayz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"ayA" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"ayB" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/highsecurity{
+ icon_state = "door_closed";
+ locked = 0;
+ name = "AI Upload Access";
+ req_access_txt = "16"
},
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ayx" = (
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ayy" = (
-/obj/structure/sink{
- pixel_y = 26
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue,
+/area/ai_monitored/turret_protected/ai_upload)
+"ayC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
/turf/open/floor/plasteel/black,
/area/bridge)
-"ayz" = (
-/obj/structure/chair/stool,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"ayD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ayA" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"ayB" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/area/bridge)
+"ayE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"ayC" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/closed/wall/r_wall,
-/area/atmos)
-"ayD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plating,
-/area/atmos)
-"ayE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plating,
-/area/atmos)
+/area/crew_quarters/heads)
"ayF" = (
-/obj/structure/lattice,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
"ayG" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/closed/wall,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
"ayH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads)
+"ayI" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"ayJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"ayK" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"ayI" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"ayJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"ayK" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"ayL" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"ayM" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms";
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"ayM" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"ayN" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/closed/wall,
+/area/hallway/primary/central)
"ayO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"ayP" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/chair/comfy/brown{
+ dir = 1
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"ayQ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/donkpockets,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"ayR" = (
-/turf/open/floor/plasteel/whitegreen/side{
+/obj/structure/chair/comfy/brown{
dir = 1
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/carpet,
+/area/crew_quarters/sleep)
"ayS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"ayT" = (
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"ayU" = (
/obj/structure/cable{
@@ -13251,1672 +12332,1514 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
"ayV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"ayW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
})
"ayX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Genetics Maintenance";
- req_access_txt = "9";
- req_one_access_txt = "0"
- },
+/obj/structure/rack,
+/obj/item/clothing/mask/gas,
+/obj/item/device/multitool,
/turf/open/floor/plating,
-/area/medical/genetics)
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"ayY" = (
-/obj/structure/window/reinforced,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
+/obj/structure/chair/stool,
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"ayZ" = (
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
+/obj/machinery/power/smes,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarport{
+ name = "Port Solar Maintenance"
+ })
"aza" = (
-/obj/machinery/door/window/westleft{
- dir = 2;
- name = "Monkey Pen";
- req_access_txt = "9"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
-"azb" = (
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/genetics)
-"azc" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light/small{
- dir = 8
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
},
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
+"azb" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/whitebot{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
},
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
+"azc" = (
+/turf/closed/wall,
+/area/security/detectives_office)
"azd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/sign/securearea{
- pixel_x = 32
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "datboidetective";
+ name = "privacy shutters"
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plating,
+/area/security/detectives_office)
"aze" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access = null;
+ req_access_txt = "4"
},
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
"azf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
- },
-/turf/open/floor/plasteel/delivery,
-/area/medical/research{
- name = "Research Division"
- })
-"azg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
dir = 8
},
-/area/medical/research{
- name = "Research Division"
- })
+/area/hallway/primary/fore)
+"azg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/corner,
+/area/hallway/primary/fore)
"azh" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
+/turf/closed/wall,
+/area/storage/primary)
"azi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
- },
-/area/medical/research{
- name = "Research Division"
- })
+/turf/closed/wall/r_wall,
+/area/storage/primary)
"azj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/machinery/light{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 4
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
},
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
"azk" = (
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"azl" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"azl" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
"azm" = (
-/obj/machinery/light{
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"azn" = (
+/obj/structure/chair{
dir = 1
},
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"azn" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
"azo" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Scientist"
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 26;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
"azp" = (
-/obj/structure/sign/nosmoking_2{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 2;
+ name = "Bridge Access";
+ req_access_txt = "19"
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"azq" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel/black,
+/area/bridge)
+"azq" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 2;
+ name = "Bridge Access";
+ req_access_txt = "19"
},
-/area/maintenance/fore)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"azr" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 9
},
-/area/crew_quarters/hor)
+/area/ai_monitored/turret_protected/ai_upload)
"azs" = (
-/turf/open/floor/plasteel/warnwhite,
-/area/crew_quarters/hor)
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/ai_monitored/turret_protected/ai_upload)
"azt" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/aicore{
- pixel_x = -2;
- pixel_y = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/item/weapon/circuitboard/computer/teleporter,
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
},
-/area/crew_quarters/hor)
+/area/ai_monitored/turret_protected/ai_upload)
"azu" = (
-/obj/machinery/computer/aifixer,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -29
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 5
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
+/area/ai_monitored/turret_protected/ai_upload)
"azv" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green,
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = -22;
+ pixel_y = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azw" = (
+/obj/machinery/computer/security/mining,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azx" = (
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azy" = (
+/obj/structure/closet/secure_closet/hop,
/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the RD's goons from the safety of his office.";
- dir = 1;
- name = "Research Monitor";
- network = list("RD");
+ desc = "Used for watching the monastery.";
+ name = "Monastery Monitor";
+ network = list("Monastery");
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azz" = (
+/obj/structure/filingcabinet/chestdrawer{
pixel_y = 2
},
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Head of Personnel's Office";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azA" = (
/obj/machinery/requests_console{
announcementConsole = 1;
- department = "Research Director's Desk";
+ department = "Head of Personnel's Desk";
departmentType = 5;
- name = "Research Director RC";
- pixel_y = -30
+ name = "Head of Personnel RC";
+ pixel_y = 30
},
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"azw" = (
-/obj/item/weapon/folder/white,
-/obj/item/weapon/stamp/rd{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/machinery/keycard_auth{
- pixel_y = -23
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"azx" = (
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"azy" = (
-/obj/structure/closet/wardrobe/science_white,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
-"azz" = (
-/obj/structure/table/glass,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
+/obj/machinery/pdapainter{
+ pixel_y = 2
},
-/obj/machinery/ai_status_display{
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azB" = (
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
pixel_y = 32
},
-/obj/machinery/light_switch{
- pixel_x = -20
+/obj/structure/bed/dogbed{
+ anchored = 1;
+ desc = "Ian's bed! Looks comfy.";
+ name = "Ian's bed";
+ pixel_y = 2
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"azA" = (
-/obj/structure/table/glass,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
+/mob/living/simple_animal/pet/dog/corgi/Ian,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azC" = (
+/obj/machinery/vending/cart{
+ req_access_txt = "57"
},
-/obj/item/weapon/storage/box/donkpockets,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"azB" = (
-/obj/structure/table/glass,
/obj/machinery/airalarm{
- pixel_y = 25
- },
-/obj/machinery/light/small{
- dir = 1
+ pixel_y = 22
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"azC" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = 32
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"azD" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 8;
+ name = "Central Hall APC";
+ pixel_x = -25
},
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"azD" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"azE" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/oil,
-/obj/item/weapon/electronics/firealarm,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"azE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"azF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"azG" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"azH" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Filter to Mix";
- on = 0
- },
+/obj/structure/table,
/obj/machinery/light{
- dir = 8
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/green/side{
- dir = 9
+/obj/item/weapon/crowbar,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"azH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Dorm1Shutters";
+ name = "Dorm Shutters"
},
-/area/atmos)
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
"azI" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 6
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "mix_in";
- name = "Gas Mix Tank Control";
- output_tag = "mix_in";
- sensors = list("mix_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/green/side{
- dir = 1
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/nanotrasen,
+/obj/machinery/button/door{
+ id = "Dorm1Shutters";
+ name = "Privacy Shutters Control";
+ pixel_x = 0;
+ pixel_y = 26;
+ req_access_txt = "0"
},
-/area/atmos)
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
"azJ" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Mix Outlet Pump";
- on = 0
+/obj/structure/sign/securearea{
+ desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
+ icon_state = "monkey_painting";
+ name = "Mr. Deempisi portrait";
+ pixel_x = 0;
+ pixel_y = 28
},
-/turf/open/floor/plasteel/green/side{
- dir = 5
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/area/atmos)
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
"azK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
+/obj/machinery/button/door{
+ id = "Dorm1";
+ name = "Dorm Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/atmos)
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
"azL" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 8;
- filter_type = "n2o";
- on = 1
- },
-/turf/open/floor/plasteel/escape{
- dir = 9
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"azM" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
dir = 4
},
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "n2o_in";
- name = "Nitrous Oxide Supply Control";
- output_tag = "n2o_out";
- sensors = list("n2o_sensor" = "Tank")
- },
/turf/open/floor/plasteel,
-/area/atmos)
+/area/crew_quarters/sleep)
"azN" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "N2O Outlet Pump";
- on = 0
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/escape{
- dir = 5
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"azO" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/obj/structure/closet/wardrobe/white,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"azP" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 8;
- filter_type = "plasma";
- on = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/atmos)
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"azQ" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "tox_in";
- name = "Plasma Supply Control";
- output_tag = "tox_out";
- sensors = list("tox_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/atmos)
+/obj/structure/closet/wardrobe/green,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"azR" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Plasma Outlet Pump";
- on = 0
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/atmos)
+/obj/structure/closet/wardrobe/grey,
+/obj/machinery/light,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"azS" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 8;
- filter_type = "co2";
- on = 1
- },
-/turf/open/floor/plasteel/caution{
- dir = 9
- },
-/area/atmos)
+/obj/structure/closet/wardrobe/black,
+/obj/item/clothing/shoes/jackboots,
+/obj/item/weapon/storage/backpack,
+/turf/open/floor/plasteel/arrival,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"azT" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics North East"
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "co2_in";
- name = "Carbon Dioxide Supply Control";
- output_tag = "co2_out";
- sensors = list("co2_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/caution{
- dir = 1
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-05";
+ layer = 4.1
},
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"azU" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "CO2 Outlet Pump";
- on = 0
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- dir = 5
- },
-/area/atmos)
-"azV" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 10
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"azW" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 28
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
})
-"azX" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
+"azV" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"azY" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
-"azZ" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/camera{
- c_tag = "Medbay Break Room";
- dir = 4;
- network = list("SS13","Medbay")
+"azW" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aAa" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aAb" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Medical Doctor"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aAc" = (
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
})
-"aAd" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
+"azX" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aAe" = (
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+"azY" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aAf" = (
+"azZ" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/whitebot{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aAg" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aAh" = (
+"aAa" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aAi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+"aAb" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aAj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aAk" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
-"aAl" = (
-/obj/structure/table/glass,
-/obj/item/device/flashlight/pen,
-/obj/item/device/flashlight/pen{
- pixel_x = 4;
- pixel_y = 3
+"aAc" = (
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1;
+ pixel_y = 12
},
-/obj/item/weapon/storage/pill_bottle/mutadone,
-/obj/item/weapon/storage/pill_bottle/mannitol,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 9
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAd" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/area/medical/genetics)
-"aAm" = (
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aAn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/obj/machinery/requests_console{
+ department = "Detective's office";
+ pixel_x = 0;
+ pixel_y = 30
},
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAe" = (
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAf" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAg" = (
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAh" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/machinery/camera{
- c_tag = "Genetics Research";
- network = list("SS13","RD")
+/obj/structure/filingcabinet,
+/obj/machinery/button/door{
+ id = "datboidetective";
+ name = "Privacy Shutters";
+ pixel_x = 2;
+ pixel_y = 26
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/machinery/light_switch{
+ pixel_x = -8;
+ pixel_y = 27
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAi" = (
+/obj/structure/closet/secure_closet/detective,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aAj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
+ dir = 8
+ },
+/area/hallway/primary/fore)
+"aAk" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aAl" = (
+/obj/machinery/vending/assist,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
+ },
+/area/storage/primary)
+"aAm" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/storage/primary)
+"aAn" = (
+/obj/structure/table,
+/obj/item/weapon/wrench,
+/obj/item/device/analyzer,
+/obj/machinery/requests_console{
+ department = "Tool Storage";
+ departmentType = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/storage/primary)
"aAo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/storage/primary)
"aAp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/structure/table,
+/obj/item/device/assembly/igniter{
+ pixel_x = -8;
+ pixel_y = -4
+ },
+/obj/item/device/assembly/igniter,
+/obj/machinery/camera{
+ c_tag = "Primary Tool Storage"
+ },
+/obj/item/device/assembly/voice,
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"aAq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/table,
+/obj/item/device/assembly/signaler,
+/obj/item/device/assembly/signaler,
+/obj/item/device/multitool,
+/obj/item/device/multitool,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/obj/item/device/flashlight,
+/obj/item/weapon/electronics/airlock,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/area/storage/primary)
"aAr" = (
+/obj/machinery/vending/tool,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/storage/primary)
+"aAs" = (
+/obj/structure/displaycase/captain,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aAt" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aAu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aAs" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aAt" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aAv" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aAu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aAw" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/camera{
+ c_tag = "Captain's Office";
dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ network = list("SS13")
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aAv" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aAw" = (
-/obj/machinery/door/airlock/research{
- name = "Genetics Research Access";
- req_access_txt = "47"
+/obj/machinery/light_switch{
+ pixel_x = 25
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
"aAx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
+/turf/closed/wall/r_wall,
+/area/crew_quarters/captain)
"aAy" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/bridge)
"aAz" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aAA" = (
-/obj/machinery/camera{
- c_tag = "Research Division West";
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
dir = 8
},
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"aAB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+/area/bridge)
+"aAA" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/supplied/quarantine,
+/obj/machinery/camera/motion{
+ c_tag = "AI Upload Port";
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/item/weapon/aiModule/reset,
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/darkblue/side{
dir = 9
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAC" = (
-/obj/machinery/atmospherics/components/binary/valve{
+/area/ai_monitored/turret_protected/ai_upload)
+"aAB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- name = "port to mix"
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAD" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/area/ai_monitored/turret_protected/ai_upload)
+"aAC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/meter,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAE" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"aAD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
+"aAE" = (
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
"aAF" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (EAST)";
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/area/ai_monitored/turret_protected/ai_upload)
"aAG" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/structure/table,
+/obj/item/weapon/aiModule/supplied/freeform,
+/obj/machinery/camera/motion{
+ c_tag = "AI Upload Starboard";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/embedded_controller/radio/airlock_controller{
- airpump_tag = "tox_airlock_pump";
- exterior_door_tag = "tox_airlock_exterior";
- id_tag = "tox_airlock_control";
- interior_door_tag = "tox_airlock_interior";
- pixel_x = 24;
- sanitize_external = 1;
- sensor_tag = "tox_airlock_sensor"
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = 28
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (NORTHEAST)";
+ dir = 5
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/area/ai_monitored/turret_protected/ai_upload)
"aAH" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/closed/wall/r_wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/area/ai_monitored/turret_protected/ai_upload)
"aAI" = (
-/obj/machinery/airlock_sensor{
- id_tag = "tox_airlock_sensor";
- master_tag = "tox_airlock_control";
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
},
-/turf/open/floor/engine,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel/black,
+/area/bridge)
"aAJ" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1443;
- id = "air_in"
+/obj/structure/table/wood,
+/obj/item/weapon/pen{
+ layer = 4
},
-/obj/machinery/sparker{
- id = "mixingsparker";
- pixel_y = 25
+/obj/machinery/keycard_auth{
+ pixel_x = -26;
+ pixel_y = 6
},
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
"aAK" = (
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aAL" = (
-/obj/machinery/sparker{
- id = "mixingsparker";
- pixel_y = 25
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/obj/effect/landmark/start{
+ name = "Head of Personnel"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aAL" = (
+/obj/machinery/holopad,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
"aAM" = (
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aAN" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/trash/candy,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aAN" = (
-/turf/closed/wall/r_wall,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
"aAO" = (
-/turf/closed/wall,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aAP" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/device/radio/intercom{
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -27
+ on = 1
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aAP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel";
+ req_access = null;
+ req_access_txt = "57"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aAQ" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aAR" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aAS" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Scientist"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aAT" = (
-/obj/machinery/newscaster{
- pixel_x = 30
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aAU" = (
-/obj/structure/sink{
- pixel_y = 26
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aAQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aAV" = (
-/obj/structure/sink{
- pixel_y = 26
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aAR" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aAS" = (
+/obj/machinery/holopad,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aAT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aAU" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aAV" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/book/bible,
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
"aAW" = (
-/obj/structure/sink{
- pixel_y = 26
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
},
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
+"aAX" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
+ dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aAX" = (
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/grimy,
+/area/crew_quarters/sleep)
"aAY" = (
-/turf/open/floor/plating/warnplate,
-/area/maintenance/fore)
-"aAZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/warnplate,
-/area/maintenance/fore)
-"aBa" = (
-/obj/structure/closet/crate/medical,
-/obj/item/stack/medical/bruise_pack{
- amount = 1
+/obj/machinery/door/airlock{
+ id_tag = "Dorm1";
+ name = "Dorm 1"
},
-/obj/item/stack/medical/ointment{
- amount = 2
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/weapon/reagent_containers/glass/beaker,
-/turf/open/floor/plating/warnplate,
-/area/maintenance/fore)
-"aBb" = (
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/sleep)
+"aAZ" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aBa" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aBb" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Dormitories Aft";
+ dir = 1
},
-/area/maintenance/fore)
-"aBc" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 5;
- initialize_directions = 12
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/obj/item/device/radio/intercom{
+ dir = 0;
name = "Station Intercom (General)";
- pixel_x = -30
+ pixel_x = 0;
+ pixel_y = -26
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/white/corner,
+/area/crew_quarters/sleep)
+"aBc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side,
+/area/crew_quarters/sleep)
"aBd" = (
-/obj/machinery/atmospherics/pipe/manifold/green/visible,
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/white/side,
+/area/crew_quarters/sleep)
"aBe" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Pure to Mix";
- on = 0
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/white/side,
+/area/crew_quarters/sleep)
"aBf" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
},
/turf/open/floor/plating,
-/area/atmos)
+/area/crew_quarters/fitness{
+ name = "Recreation Room"
+ })
"aBg" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aBh" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/grille/broken,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aBi" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 1
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
"aBj" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 9
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
"aBk" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aBl" = (
-/obj/structure/toilet{
- dir = 1
+/obj/structure/chair,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aBm" = (
-/obj/structure/toilet{
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aBl" = (
+/obj/structure/chair,
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-y";
dir = 1
},
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/obj/effect/landmark/start{
- name = "Medical Doctor"
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aBm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
"aBn" = (
-/obj/machinery/vending/cola,
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
"aBo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
+ dir = 8
+ },
+/area/hallway/primary/fore)
"aBp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Tool Storage APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/storage/primary)
"aBq" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"aBr" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/area/storage/primary)
"aBs" = (
-/turf/closed/wall,
-/area/medical/cryo)
+/turf/open/floor/plasteel,
+/area/storage/primary)
"aBt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/medical/cryo)
+/area/storage/primary)
"aBu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/cryo)
+/obj/structure/table/wood,
+/obj/item/weapon/storage/lockbox/medal{
+ pixel_y = 0
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"aBv" = (
-/obj/structure/table/glass,
-/obj/item/weapon/folder/white,
-/obj/item/device/radio/headset/headset_medsci,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/area/medical/genetics)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
"aBw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/chair/comfy/brown,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aBx" = (
-/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aBx" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
"aBy" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aBz" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aBA" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/rxglasses,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Genetics APC";
- pixel_x = 27
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aBz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Captain's Office";
+ req_access = null;
+ req_access_txt = "20"
},
-/turf/open/floor/plasteel/whitepurple/corner{
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/medical/genetics)
-"aBB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/medical/genetics)
-"aBC" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aBA" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
- dir = 4;
+ dir = 2;
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/darkblue/corner{
dir = 4
},
-/turf/open/floor/plasteel/whitebot{
- dir = 1
+/area/bridge)
+"aBB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
+ dir = 8
},
-/area/medical/research{
- name = "Research Division"
- })
-"aBD" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/area/bridge)
+"aBC" = (
+/obj/machinery/porta_turret/ai{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/plasteel/darkblue/side{
dir = 8
},
-/obj/machinery/camera{
- c_tag = "Genetics Access";
- dir = 8;
- pixel_y = -22
+/area/ai_monitored/turret_protected/ai_upload)
+"aBD" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel/black,
+/area/ai_monitored/turret_protected/ai_upload)
"aBE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0;
+ tag = ""
},
-/turf/closed/wall/r_wall,
-/area/toxins/storage)
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
"aBF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/holopad,
+/obj/machinery/camera/motion{
+ c_tag = "AI Upload Center";
+ dir = 1
},
-/turf/closed/wall,
-/area/toxins/storage)
-"aBG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/obj/item/device/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ listening = 0;
+ name = "Station Intercom (AI Private)";
+ pixel_y = -28
},
-/turf/closed/wall,
-/area/toxins/storage)
-"aBH" = (
-/turf/closed/wall,
-/area/toxins/storage)
-"aBI" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBJ" = (
-/turf/open/floor/plasteel/warnwhite{
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"aBG" = (
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"aBH" = (
+/obj/machinery/porta_turret/ai{
dir = 8
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBK" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBM" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1449;
- heat_proof = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_interior";
- locked = 1;
- name = "Mixing Room Interior Airlock";
- req_access_txt = "8"
- },
-/turf/open/floor/engine,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBN" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume{
- dir = 2;
- frequency = 1449;
- id = "tox_airlock_pump"
- },
-/turf/open/floor/engine,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBO" = (
-/obj/machinery/door/airlock/glass_research{
- autoclose = 0;
- frequency = 1449;
- heat_proof = 1;
- icon_state = "door_locked";
- id_tag = "tox_airlock_exterior";
- locked = 1;
- name = "Mixing Room Exterior Airlock";
- req_access_txt = "8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/turf/open/floor/engine,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBQ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
+/obj/structure/sign/kiddieplaque{
pixel_x = 32
},
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aBR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/darkblue/side{
+ tag = "icon-darkblue (EAST)";
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/reagent_containers/syringe,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBS" = (
+/area/ai_monitored/turret_protected/ai_upload)
+"aBI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/oil,
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aBT" = (
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/obj/item/device/radio/intercom{
- pixel_y = 26
- },
-/obj/item/weapon/screwdriver{
- pixel_y = 10
- },
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/red/side{
- dir = 9
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBU" = (
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBV" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Science Security APC";
- pixel_y = 24
- },
-/obj/machinery/camera{
- c_tag = "Security Post - Science";
- network = list("SS13","RD")
- },
+/turf/open/floor/plasteel/darkblue/corner,
+/area/bridge)
+"aBJ" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBW" = (
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = 22
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/obj/machinery/button/door{
- id = "Biohazard";
- name = "Biohazard Shutter Control";
- pixel_x = -5;
- pixel_y = 22;
- req_access_txt = "47"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel/darkblue/corner{
dir = 1
},
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBX" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = 25
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aBZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aCa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
-"aCb" = (
+/area/bridge)
+"aBK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/door/airlock/research{
- name = "Research Break Room";
- req_access_txt = "47"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Head of Personnel";
+ req_access = null;
+ req_access_txt = "57"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aCc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aCd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aCe" = (
-/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aCf" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/heads)
+"aBL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
dir = 4;
- icon_state = "pipe-c"
+ icon_state = "pipe-j1s";
+ sortType = 15
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aCg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aBM" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -14925,27 +13848,31 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aCh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aBN" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/door/airlock/glass_command{
- name = "Research Director";
- req_access_txt = "30"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/hor)
-"aCi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aBO" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -14954,394 +13881,310 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"aCj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aBP" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/item/stack/sheet/cardboard,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"aCk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aBQ" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCl" = (
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aCm" = (
-/obj/structure/grille,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fore)
-"aCn" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aBR" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aCo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
+ d1 = 1;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aBS" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Head of Personnel APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aCp" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aBT" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aBU" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aCq" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aCr" = (
-/obj/machinery/camera{
- c_tag = "Atmospherics North West";
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Mix to Incinerator";
- on = 0
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/atmos)
-"aCs" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 4
+/area/hallway/primary/central)
+"aBV" = (
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 1
},
/turf/open/floor/plasteel,
-/area/atmos)
-"aCt" = (
-/turf/open/floor/plasteel,
-/area/atmos)
-"aCu" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/area/hallway/primary/central)
+"aBW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/atmos)
-"aCv" = (
-/obj/machinery/camera{
- c_tag = "Atmospherics North East";
- dir = 8
+/area/crew_quarters/sleep)
+"aBX" = (
+/turf/closed/wall,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aBY" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restrooms";
+ req_access_txt = "0"
},
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "o2";
- on = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aBZ" = (
+/obj/structure/urinal{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/blue/side{
- dir = 5
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/area/atmos)
-"aCw" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCa" = (
+/obj/structure/urinal{
+ pixel_y = 32
},
-/turf/open/space,
-/area/space)
-"aCx" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCb" = (
+/obj/structure/urinal{
+ pixel_y = 32
},
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aCy" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+/obj/machinery/airalarm{
dir = 8;
- frequency = 1441;
- id = "o2_in"
+ pixel_x = 23;
+ pixel_y = 0
},
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aCz" = (
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aCA" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aCB" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -29
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aCC" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aCD" = (
-/obj/machinery/light_switch{
- pixel_y = -24
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
-"aCE" = (
-/obj/machinery/door/airlock/medical{
- name = "Medbay Break Room";
- req_access_txt = "5"
+"aCc" = (
+/obj/effect/landmark{
+ name = "blobstart"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/item/toy/beach_ball/holoball,
+/turf/open/floor/plating,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
-"aCF" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aCG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+"aCd" = (
+/turf/closed/wall,
+/area/maintenance/apmaint)
+"aCe" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot,
-/area/medical/cryo)
-"aCH" = (
-/obj/structure/closet/secure_closet/medical1,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aCI" = (
-/obj/structure/closet/wardrobe/pjs,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aCJ" = (
-/obj/structure/closet/secure_closet/medical1,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aCf" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp{
+ pixel_x = 3;
+ pixel_y = 6
},
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
},
-/area/medical/genetics)
-"aCK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aCg" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pen,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aCL" = (
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aCh" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/cigarettes,
+/obj/item/weapon/lighter,
+/obj/item/clothing/glasses/hud/security/sunglasses,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aCi" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aCj" = (
+/obj/structure/table/wood,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aCM" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/disks{
- pixel_x = 2;
- pixel_y = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_y = 20
},
-/obj/machinery/light{
- dir = 4
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass{
+ pixel_y = 10
},
-/obj/machinery/requests_console{
- department = "Genetics";
- name = "Genetics Requests Console";
- pixel_x = 30
+/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass{
+ pixel_x = 7;
+ pixel_y = 10
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aCN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/toxins/storage)
-"aCO" = (
-/turf/closed/wall/r_wall,
-/area/toxins/storage)
-"aCP" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"aCQ" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"aCR" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"aCS" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aCk" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Detective's Office APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 10
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aCl" = (
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
-"aCT" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4;
- name = "mix to port"
+"aCm" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 4
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -2
+ },
+/obj/machinery/light{
dir = 8
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCU" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
},
-/obj/machinery/light_switch{
- pixel_y = -28
+/area/storage/primary)
+"aCn" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/machinery/button/door{
- id = "mixvent";
- name = "Mixing Room Vent Control";
- pixel_x = 25;
- pixel_y = 5;
- req_access_txt = "7"
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aCo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/obj/machinery/button/ignition{
- id = "mixingsparker";
- pixel_x = 25;
- pixel_y = -5
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aCp" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 2;
+ pixel_y = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2
},
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCW" = (
-/obj/structure/sign/fire{
- pixel_x = 32;
- pixel_y = 0
+/obj/machinery/light{
+ dir = 4
},
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- on = 1
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
},
-/turf/open/floor/engine,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCX" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
+/area/storage/primary)
+"aCq" = (
+/obj/structure/table/wood,
+/obj/item/weapon/pinpointer,
+/obj/item/weapon/disk/nuclear,
+/obj/machinery/light{
+ dir = 8
},
-/turf/closed/wall/r_wall,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCY" = (
-/obj/machinery/door/poddoor{
- id = "mixvent";
- name = "Mixer Room Vent"
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aCr" = (
+/obj/structure/table/wood,
+/obj/item/weapon/hand_tele,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aCs" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/photo_album,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aCt" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/engine/vacuum,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
-"aCZ" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/captain)
+"aCu" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -15349,298 +14192,453 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 4
},
-/area/maintenance/fore)
-"aDb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/bridge)
+"aCv" = (
+/obj/machinery/light{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/machinery/camera{
+ c_tag = "Bridge Port Entrance";
dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30
+ network = list("SS13")
},
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ tag = "icon-darkbluecorners (WEST)";
dir = 8
},
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDd" = (
-/turf/open/floor/plasteel,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDf" = (
-/obj/structure/chair/office/dark,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/bridge)
+"aCw" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/core/full/asimov,
+/obj/item/weapon/aiModule/core/freeformcore,
+/obj/machinery/door/window{
+ base_state = "right";
+ dir = 4;
+ icon_state = "right";
+ name = "Core Modules";
+ req_access_txt = "20"
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/aiModule/core/full/corp,
+/obj/item/weapon/aiModule/core/full/custom,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28
},
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 10
},
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
+/area/ai_monitored/turret_protected/ai_upload)
+"aCx" = (
+/obj/machinery/light,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Upload APC";
+ pixel_y = -24
},
-/turf/open/floor/plasteel/white,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
-"aDi" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/cable,
+/turf/open/floor/plasteel/darkblue/side,
+/area/ai_monitored/turret_protected/ai_upload)
+"aCy" = (
+/obj/machinery/computer/upload/ai,
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 0;
+ pixel_y = -24
},
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"aCz" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+ icon_state = "1-2";
+ pixel_y = 0
},
-/area/medical/research{
- name = "Research Division"
- })
-"aDj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/door/airlock/maintenance{
+ name = "Monastery Maintenance";
+ req_access_txt = "0";
+ req_one_access_txt = "22;24;10;11"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aDk" = (
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
-"aDl" = (
-/obj/effect/landmark{
- name = "blobstart"
+"aCA" = (
+/obj/machinery/computer/upload/borg,
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = 0;
+ pixel_y = -24
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aDm" = (
-/obj/structure/disposalpipe/segment,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 29
+/turf/open/floor/bluegrid,
+/area/ai_monitored/turret_protected/ai_upload)
+"aCB" = (
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/obj/machinery/camera{
- c_tag = "Research Break Room";
+/turf/open/floor/plasteel/darkblue/side,
+/area/ai_monitored/turret_protected/ai_upload)
+"aCC" = (
+/obj/structure/table,
+/obj/item/weapon/aiModule/supplied/oxygen,
+/obj/item/weapon/aiModule/zeroth/oneHuman,
+/obj/machinery/door/window{
+ base_state = "left";
dir = 8;
- network = list("SS13","RD")
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+ icon_state = "left";
+ name = "High-Risk Modules";
+ req_access_txt = "20"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aDn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/item/weapon/aiModule/reset/purge,
+/obj/item/weapon/aiModule/core/full/antimov,
+/obj/item/weapon/aiModule/supplied/protectStation,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
},
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"aDo" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = 28
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 6
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aDp" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
+/area/ai_monitored/turret_protected/ai_upload)
+"aCD" = (
+/obj/machinery/light{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aDq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/camera{
+ c_tag = "Bridge Starboard Entrance";
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/medical/research{
- name = "Research Division"
- })
-"aDr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkblue/corner,
+/area/bridge)
+"aCE" = (
/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/darkblue/corner{
+ dir = 1
+ },
+/area/bridge)
+"aCF" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aCG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-24";
+ layer = 4.1
+ },
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aCH" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/PDAs{
+ pixel_x = 4;
+ pixel_y = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDs" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/obj/item/weapon/storage/box/silver_ids,
+/obj/item/weapon/storage/box/ids,
+/turf/open/floor/wood,
+/area/crew_quarters/heads)
+"aCI" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aCJ" = (
+/obj/machinery/computer/card,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aCK" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/button/flasher{
+ id = "hopflash";
+ pixel_x = 38;
+ pixel_y = -25
+ },
+/obj/machinery/button/door{
+ id = "hop";
+ name = "Privacy Shutters Control";
+ pixel_x = 25;
+ pixel_y = -26;
+ req_access_txt = "28"
+ },
+/obj/machinery/button/door{
+ id = "hopqueue";
+ name = "Queue Shutters Control";
+ pixel_x = 25;
+ pixel_y = -36;
+ req_access_txt = "28"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 38;
+ pixel_y = -35
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aCL" = (
+/obj/structure/table/wood,
+/obj/item/weapon/stamp/hop{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads)
+"aCM" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Vault";
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aCN" = (
+/turf/closed/wall,
+/area/storage/emergency)
+"aCO" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/cigbutt,
+/area/storage/emergency)
+"aCP" = (
+/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDu" = (
-/obj/effect/decal/cleanable/oil,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/area/storage/emergency)
+"aCQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aCR" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aCS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aCT" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDv" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/structure/mirror{
+ pixel_x = -28
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCV" = (
+/obj/machinery/light_switch{
+ pixel_y = 25
},
-/area/maintenance/fore)
-"aDw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCW" = (
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/obj/structure/cable,
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCY" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aCZ" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/storage/tech)
-"aDx" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/area/maintenance/apmaint)
+"aDa" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/obj/item/weapon/circuitboard/computer/robotics{
- pixel_x = -2;
- pixel_y = 2
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"aDb" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/item/weapon/circuitboard/computer/mecha_control{
- pixel_x = 1;
- pixel_y = -1
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"aDc" = (
+/obj/item/weapon/storage/secure/safe{
+ pixel_x = -22
},
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aDy" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDd" = (
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDe" = (
+/obj/structure/chair/comfy/brown{
+ buildstackamount = 0;
+ dir = 1
},
-/obj/item/weapon/circuitboard/computer/crew{
- pixel_x = -1;
- pixel_y = 1
+/obj/effect/landmark/start{
+ name = "Detective"
},
-/obj/item/weapon/circuitboard/computer/card{
- pixel_x = 2;
- pixel_y = -2
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDf" = (
+/obj/structure/table/wood,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/device/taperecorder,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/item/weapon/circuitboard/computer/communications{
- pixel_x = 5;
- pixel_y = -5
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aDh" = (
+/obj/machinery/camera{
+ c_tag = "Fore Primary Hallway Entrance";
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aDz" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/corner{
+ tag = "icon-redcorner (WEST)";
+ dir = 8
},
-/obj/item/weapon/circuitboard/computer/borgupload{
- pixel_x = -1;
- pixel_y = 1
+/area/hallway/primary/fore)
+"aDi" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
},
-/obj/item/weapon/circuitboard/computer/aiupload{
- pixel_x = 2;
- pixel_y = -2
+/obj/item/weapon/electronics/apc,
+/obj/item/device/t_scanner,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 8
+ },
+/area/storage/primary)
+"aDj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/storage/tech)
-"aDA" = (
+/area/storage/primary)
+"aDk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aDl" = (
+/obj/structure/table,
+/obj/item/weapon/weldingtool,
+/obj/item/weapon/crowbar,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/storage/primary)
+"aDm" = (
+/obj/structure/table/wood,
+/obj/item/device/camera,
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aDn" = (
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/captain)
+"aDo" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/darkblue/side,
+/area/crew_quarters/captain)
+"aDp" = (
+/turf/open/floor/plasteel/darkblue/side,
+/area/crew_quarters/captain)
+"aDq" = (
/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hop";
+ layer = 2.9;
+ name = "Privacy Shutters"
+ },
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable,
/obj/structure/cable{
@@ -15648,1427 +14646,1372 @@
d2 = 2
},
/turf/open/floor/plating,
-/area/storage/tech)
-"aDB" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aDC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aDD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/area/crew_quarters/heads)
+"aDr" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor{
+ base_state = "rightsecure";
+ dir = 1;
+ icon_state = "rightsecure";
+ name = "Head of Personnel's Desk";
+ req_access_txt = "57"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDE" = (
-/obj/machinery/atmospherics/components/binary/pump{
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/northleft{
dir = 2;
- name = "Mix to Distro";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDF" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 8
+ icon_state = "left";
+ name = "Reception Window";
+ req_access_txt = "0"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aDG" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 10
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "hop";
+ layer = 3.1;
+ name = "privacy shutters";
+ opacity = 0
},
/turf/open/floor/plasteel,
-/area/atmos)
-"aDH" = (
-/obj/machinery/hologram/holopad,
+/area/crew_quarters/heads)
+"aDs" = (
+/obj/machinery/vending/snack,
/turf/open/floor/plasteel,
-/area/atmos)
-"aDI" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "o2_in";
- name = "Oxygen Supply Control";
- output_tag = "o2_out";
- sensors = list("o2_sensor" = "Tank")
+/area/hallway/primary/central)
+"aDt" = (
+/obj/item/weapon/extinguisher,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Starboard Emergency Storage APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/blue/side{
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plating,
+/area/storage/emergency)
+"aDu" = (
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/machinery/light/small{
dir = 4
},
-/area/atmos)
-"aDJ" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "n2_sensor"
+/turf/open/floor/plating,
+/area/storage/emergency)
+"aDv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aDK" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/engine/o2,
-/area/atmos)
-"aDL" = (
-/obj/structure/lattice/catwalk,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aDw" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aDx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aDy" = (
/obj/structure/cable{
+ d1 = 4;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/cable,
-/turf/open/space,
-/area/solar/auxport)
-"aDM" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/space,
-/area/space)
-"aDN" = (
-/obj/machinery/door/airlock/external,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aDz" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
-"aDO" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_y = 32
+"aDA" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Showers";
+ req_access_txt = "0"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDP" = (
-/obj/machinery/door/airlock/external,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aDB" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDQ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aDC" = (
+/obj/machinery/shower{
+ dir = 8
+ },
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "2-8"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
-"aDR" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+"aDD" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aDE" = (
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aDF" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 28
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aDG" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/bowl,
+/obj/item/weapon/reagent_containers/glass/bowl,
+/obj/item/weapon/reagent_containers/food/condiment/rice,
+/obj/machinery/light/small{
dir = 1
},
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aDT" = (
-/obj/item/stack/rods,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/area/maintenance/apmaint)
+"aDH" = (
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aDI" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
+"aDJ" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"aDK" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"aDL" = (
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"aDM" = (
+/obj/machinery/door/morgue{
+ name = "Morgue"
+ },
+/turf/open/floor/plasteel/black,
+/area/security/detectives_office)
+"aDN" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDO" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Detective's Office";
dir = 1
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/security/detectives_office)
+"aDQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/grimy,
+/area/security/detectives_office)
+"aDR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aDS" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
+"aDT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/fore)
"aDU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/rack,
+/obj/item/weapon/wirecutters,
+/obj/item/device/flashlight,
+/obj/item/device/gps,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/storage/primary)
"aDV" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/neutral/side,
+/area/storage/primary)
"aDW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/item/clothing/gloves/color/fyellow,
+/obj/item/clothing/gloves/color/fyellow,
+/obj/item/device/assembly/timer,
+/obj/item/device/radio,
+/turf/open/floor/plasteel/neutral/side,
+/area/storage/primary)
"aDX" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/turf/open/floor/plasteel/neutral/side,
+/area/storage/primary)
"aDY" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/neutral/side,
+/area/storage/primary)
"aDZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/area/storage/primary)
"aEa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/vending/boozeomat{
+ products = list(/obj/item/weapon/reagent_containers/food/drinks/bottle/rum = 1, /obj/item/weapon/reagent_containers/food/drinks/bottle/wine = 1, /obj/item/weapon/reagent_containers/food/drinks/ale = 1, /obj/item/weapon/reagent_containers/food/drinks/drinkingglass = 6, /obj/item/weapon/reagent_containers/food/drinks/ice = 1, /obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass = 4);
+ req_access_txt = "20"
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/captain)
"aEb" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/obj/machinery/power/apc{
- dir = 4;
- name = "Cryogenics APC";
- pixel_x = 25
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/obj/structure/table,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/mask/muzzle,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/area/crew_quarters/captain)
"aEc" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/whiteblue/side{
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/medical/genetics)
+/area/crew_quarters/captain)
"aEd" = (
-/obj/structure/chair/office/light,
-/obj/effect/landmark/start{
- name = "Geneticist"
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-09";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/turf/open/floor/plating/airless,
+/area/space)
"aEe" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = 28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/hallway/primary/central)
"aEf" = (
-/obj/machinery/meter{
- frequency = 1443;
- name = "Distribution Loop"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/hallway/primary/central)
"aEg" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/hallway/primary/central)
"aEh" = (
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/research{
- name = "Toxins Lab";
- req_access_txt = "8"
+/obj/machinery/flasher{
+ id = "hopflash";
+ pixel_x = 28;
+ pixel_y = -28
},
-/turf/open/floor/plasteel/white,
-/area/toxins/mixing{
- name = "\improper Toxins Lab"
- })
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/hallway/primary/central)
"aEi" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/hallway/primary/central)
+"aEj" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aEk" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
-"aEj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/machinery/space_heater,
+/obj/item/weapon/storage/toolbox/emergency,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aEk" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/plasteel/red/side{
- dir = 10
- },
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
+/area/storage/emergency)
"aEl" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+/obj/machinery/space_heater,
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
+/turf/open/floor/plating,
+/area/storage/emergency)
"aEm" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aEn" = (
-/obj/structure/table,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the RD's goons from the safety of your own office.";
- dir = 1;
- name = "Research Monitor";
- network = list("RD");
- pixel_y = 2
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aEo" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aEp" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/obj/machinery/shower{
+ dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aEq" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aEr" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aEs" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/medical/research{
- name = "Research Division"
- })
-"aEt" = (
-/obj/structure/toilet{
- dir = 1
- },
-/obj/machinery/light/small{
+/obj/machinery/shower{
dir = 8
},
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
-"aEu" = (
-/obj/structure/toilet{
- dir = 1
+"aEr" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/snacks/cookie{
+ desc = "It has a distinctly eldritch taste to it.";
+ name = "grandma's cookie"
},
+/obj/item/weapon/cigbutt,
/obj/machinery/light/small{
dir = 8
},
-/obj/effect/landmark/start{
- name = "Scientist"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aEs" = (
+/obj/structure/chair/stool,
+/obj/item/clothing/suit/apron/chef,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aEt" = (
+/obj/effect/landmark{
+ name = "blobstart"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aEu" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aEv" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/structure/closet/coffin,
+/obj/item/toy/figure/lawyer,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/area/maintenance/fore)
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aEw" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fore)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aEx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
"aEy" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/machinery/computer/emergency_shuttle,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
"aEz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/storage/tech)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
"aEA" = (
-/obj/machinery/light/small,
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel,
-/area/storage/tech)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aEB" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aEC" = (
-/obj/machinery/camera{
- c_tag = "Secure Tech Storage";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/tech)
-"aED" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/door/airlock/maintenance{
+ name = "Detective Maintenance";
+ req_access_txt = "4"
},
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/security/detectives_office)
+"aEC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aED" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aEE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aEF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/storage/primary)
+"aEG" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Primary Tool Storage"
},
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/whitepurple/side{
- dir = 4
- },
-/area/medical/genetics)
-"aEG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/turf/open/floor/plasteel,
+/area/storage/primary)
"aEH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/research{
- name = "Genetics Research";
- req_access_txt = "9"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Primary Tool Storage"
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
"aEI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1;
+ pixel_x = 0;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aEJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
+/obj/machinery/computer/arcade,
/turf/open/floor/plasteel,
-/area/atmos)
+/area/hallway/primary/central)
"aEK" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 1;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault,
+/area/bridge)
"aEL" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 1;
+ name = "Bridge Access";
+ req_access_txt = "19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault,
+/area/bridge)
"aEM" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plating,
+/area/hallway/primary/central)
"aEN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge blast";
+ name = "bridge blast door"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEO" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6;
- initialize_directions = 10
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 1;
+ name = "Bridge Access";
+ req_access_txt = "19"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aEP" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "O2 Outlet Pump";
- on = 1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault,
+/area/bridge)
+"aEO" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopqueue";
+ name = "HoP Queue Shutters"
},
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/light{
- dir = 4
+/turf/open/floor/plasteel/loadingarea{
+ dir = 1
},
-/turf/open/floor/plasteel/blue/side{
- dir = 6
+/area/hallway/primary/central)
+"aEP" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "hopqueue";
+ name = "HoP Queue Shutters"
},
-/area/atmos)
+/turf/open/floor/plasteel/loadingarea,
+/area/hallway/primary/central)
"aEQ" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/space,
-/area/space)
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aER" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/sleep)
"aES" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "o2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+/obj/machinery/door/airlock{
+ name = "Starboard Emergency Storage";
+ req_access_txt = "0"
},
-/turf/open/floor/engine/o2,
-/area/atmos)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/storage/emergency)
"aET" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aEU" = (
-/obj/item/weapon/cigbutt,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/machinery/door/airlock{
+ name = "Unit 1"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aEV" = (
-/obj/effect/decal/cleanable/oil,
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/door/airlock{
+ name = "Unit 2"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aEW" = (
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
- },
-/obj/machinery/atmospherics/components/binary/valve,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/shower{
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aEX" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/medical,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/closet/crate,
+/obj/item/weapon/cultivator,
+/obj/item/weapon/shovel/spade,
+/obj/item/weapon/storage/bag/plants/portaseeder,
+/obj/item/seeds/wheat/rice,
+/obj/item/seeds/replicapod,
+/obj/item/seeds/carrot,
+/obj/item/seeds/tomato,
+/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aEY" = (
-/obj/machinery/vending/wallmed{
- pixel_y = 28
- },
-/obj/item/weapon/folder/white,
-/obj/item/clothing/tie/stethoscope,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/effect/decal/cleanable/egg_smudge,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aEZ" = (
-/obj/item/weapon/folder/white,
-/obj/item/clothing/tie/stethoscope,
-/obj/machinery/vending/wallmed{
- pixel_y = 28
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/closed/wall,
+/area/library)
"aFa" = (
-/obj/machinery/camera{
- c_tag = "Medbay North";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
"aFb" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4;
- name = "connector port (Air Supply)"
- },
-/turf/open/floor/plasteel/bot{
+/obj/structure/chair/comfy/black{
+ tag = "icon-comfychair (NORTH)";
+ icon_state = "comfychair";
dir = 1
},
-/area/medical/cryo)
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
"aFc" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aFd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aFe" = (
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 7;
- pixel_y = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 7;
- pixel_y = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
-/obj/item/weapon/wrench/medical,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aFf" = (
-/obj/structure/closet/wardrobe/genetics_white,
-/obj/machinery/light_switch{
- pixel_x = -25
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/weapon/storage/backpack/satchel_gen,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 10
+/obj/machinery/light/small{
+ dir = 1
},
-/area/medical/genetics)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aFg" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 10
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/area/medical/genetics)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
+ })
"aFh" = (
-/obj/machinery/computer/scan_consolenew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 6
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/area/medical/genetics)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aFi" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Dorms";
+ location = "Tool"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aFj" = (
-/obj/machinery/computer/scan_consolenew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/medical/genetics)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aFk" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 6
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/medical/genetics)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aFl" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aFm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
},
-/turf/closed/wall/r_wall,
-/area/toxins/storage)
-"aFn" = (
-/obj/machinery/light/small{
- dir = 8
+/area/hallway/primary/central)
+"aFm" = (
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/power/apc{
- dir = 8;
- name = "Toxins Storage APC";
- pixel_x = -25
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aFo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/area/hallway/primary/central)
+"aFn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aFo" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aFp" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aFq" = (
-/obj/machinery/light/small{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Toxins Storage";
- dir = 8;
- network = list("SS13","RD")
- },
-/obj/machinery/light_switch{
- pixel_x = 23
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aFr" = (
-/obj/structure/closet/bombcloset,
/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
+/area/hallway/primary/central)
+"aFr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFs" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFt" = (
-/turf/open/floor/plasteel/warnwhite,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFu" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/medical/research{
- name = "Research Division"
- })
+/obj/structure/disposalpipe/junction,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFv" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFw" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFx" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/heavy,
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aFy" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aFy" = (
/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Research Maintenance";
- req_access_txt = "7";
- req_one_access_txt = "0"
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
+/area/hallway/primary/central)
"aFz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/security/checkpoint/science{
- name = "Security Post - Research Division"
- })
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFA" = (
-/obj/structure/noticeboard{
- dir = 8;
- pixel_x = 27
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"aFB" = (
-/turf/closed/wall/r_wall,
-/area/toxins/explab)
-"aFC" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/weapon/folder,
-/obj/item/weapon/pen,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
},
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aFC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aFD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/fore)
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Dormitory"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aFE" = (
-/turf/closed/wall,
-/area/hallway/primary/starboard)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aFF" = (
-/turf/closed/wall/r_wall,
-/area/storage/tech)
-"aFG" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/storage/tech)
-"aFH" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/door/airlock/highsecurity{
- name = "Secure Tech Storage";
- req_access_txt = "19;23"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/storage/tech)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aFG" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aFH" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Dormitory Bathrooms APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
"aFI" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
+/obj/structure/toilet{
+ dir = 8
},
-/turf/closed/wall/r_wall,
-/area/storage/tech)
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
"aFJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
/turf/open/floor/plating,
-/area/storage/tech)
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
"aFK" = (
-/turf/closed/wall,
-/area/storage/tech)
+/obj/structure/mineral_door/iron,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aFL" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aFM" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Distro to Waste";
- on = 0
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/closet/coffin,
+/obj/item/toy/figure/librarian,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aFN" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Mix to Filter";
- on = 1
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
"aFO" = (
+/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/space,
+/area/solar/port{
+ name = "Port Solar Array"
+ })
"aFP" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aFQ" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Air to Port";
- on = 0
+/obj/machinery/door/airlock/centcom{
+ name = "Library"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"aFQ" = (
+/obj/structure/closet,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
"aFR" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Mix to Port";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/vending/cola,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
"aFS" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Pure to Port";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
"aFT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
"aFU" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "O2 to Pure";
- on = 0
+/obj/structure/chair{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
"aFV" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/obj/machinery/computer/security,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
"aFW" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
"aFX" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms";
- req_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/turf/open/floor/plating,
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"aFY" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/obj/structure/chair/stool,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"aFZ" = (
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/item/weapon/storage/box/matches,
+/obj/machinery/vending/cigarette,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"aGa" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/closed/wall,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aGb" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"aGc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- dir = 8
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/maintenance/fpmaint2{
+ name = "Brig Maintenance"
})
"aGd" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aGe" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aGf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aGg" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/camera{
- c_tag = "Medbay Cryogenics";
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
- name = "connector port (Air Supply)"
+ layer = 2.4;
+ on = 1
},
-/turf/open/floor/plasteel/bot{
- dir = 1
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Dorms";
+ location = "Tool"
},
-/area/medical/cryo)
-"aGh" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/machinery/meter,
/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aGi" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
+/area/hallway/primary/central)
+"aGe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (EAST)";
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/medical/cryo)
-"aGj" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 8
- },
-/turf/open/floor/plasteel/bot{
- dir = 1
- },
-/area/medical/cryo)
-"aGk" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/medical/genetics)
-"aGl" = (
-/obj/machinery/door/airlock/glass_research{
- name = "Genetics Research";
- req_access_txt = "5; 9"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aGm" = (
-/obj/structure/disposalpipe/segment,
+/area/hallway/primary/central)
+"aGf" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aGn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGg" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Toxins Storage Maintenance";
- req_access_txt = "8"
- },
-/turf/open/floor/plating,
-/area/toxins/storage)
-"aGo" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGh" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+ icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGi" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aGp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGj" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aGq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGk" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aGr" = (
-/obj/machinery/door/airlock/research{
- name = "Toxins Storage";
- req_access_txt = "8"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1
},
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGl" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/toxins/storage)
-"aGs" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -17078,542 +16021,559 @@
dir = 1;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGt" = (
-/obj/machinery/light/small,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aGu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGm" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
-"aGv" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGn" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGw" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
- },
-/area/medical/research{
- name = "Research Division"
- })
-"aGx" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/camera{
- c_tag = "Research Division Central"
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGo" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aGy" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGp" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ icon_state = "1-8"
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/sign/fire{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+ layer = 2.4;
+ on = 1
},
-/area/medical/research{
- name = "Research Division"
- })
-"aGz" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGr" = (
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aGA" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Research Maintenance";
- req_access_txt = "7";
- req_one_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 1;
+ icon_state = "pipe-c"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/open/floor/plating,
-/area/medical/research{
- name = "Research Division"
- })
-"aGB" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGs" = (
/obj/structure/disposalpipe/segment{
- dir = 8;
+ dir = 2;
icon_state = "pipe-c"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGt" = (
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
},
-/turf/open/floor/plasteel/whitebot{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1
},
-/area/medical/research{
- name = "Research Division"
- })
-"aGC" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGu" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/light{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Robo";
+ location = "HoP"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aGD" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGv" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aGw" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Dormitory"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aGE" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGx" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
-"aGF" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGy" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aGG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/toxins/explab)
-"aGH" = (
-/obj/item/weapon/paper_bin{
- pixel_y = 6
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/weapon/pen,
-/obj/structure/table,
-/turf/open/floor/plasteel/white/corner,
-/area/toxins/explab)
-"aGI" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ layer = 2.4;
+ on = 1
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
-/obj/item/device/radio/off,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGz" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/structure/table,
-/turf/open/floor/plasteel/white/side,
-/area/toxins/explab)
-"aGJ" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/light{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGA" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/item/stack/packageWrap,
-/turf/open/floor/plasteel/white/side,
-/area/toxins/explab)
-"aGK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 5
},
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_y = 30
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/white/side,
-/area/toxins/explab)
-"aGL" = (
/obj/structure/disposalpipe/segment{
- dir = 4;
+ dir = 8;
icon_state = "pipe-c"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/whitebot{
- dir = 1
- },
-/area/toxins/explab)
-"aGM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=HoP";
+ location = "Dorms"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/research{
- name = "Research Division"
- })
-"aGN" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGC" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
+"aGD" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/junction{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aGO" = (
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
+"aGE" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restrooms";
+ req_access_txt = "0"
+ },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/maintenance{
- name = "Atmospherics Maintenance";
- req_access_txt = "24"
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aGF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aGG" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
+ })
+"aGH" = (
+/obj/item/chair,
/turf/open/floor/plating,
-/area/atmos)
-"aGP" = (
+/area/maintenance/apmaint)
+"aGI" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/apmaint)
+"aGJ" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/manifold/supply/visible,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aGQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aGK" = (
+/obj/structure/grille,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aGL" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4;
+ initialize_directions = 11
},
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/maintenance/apmaint)
+"aGM" = (
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
+"aGN" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aGO" = (
+/obj/machinery/computer/communications,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aGP" = (
+/obj/machinery/flasher{
+ id = "shuttle_flasher";
+ pixel_x = -24;
+ pixel_y = 6
+ },
+/obj/machinery/button/flasher{
+ id = "shuttle_flasher";
+ pixel_x = -24;
+ pixel_y = -6
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"aGQ" = (
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
"aGR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-17"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32;
+ pixel_y = 0
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/red/side{
+ dir = 9
},
-/area/maintenance/fore)
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aGS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/chair,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aGT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/chair,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 30
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aGU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-17"
},
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTHEAST)";
+ dir = 5
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aGV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/starboard)
+/obj/structure/sign/directions/security{
+ dir = 1;
+ icon_state = "direction_sec";
+ pixel_x = 32;
+ pixel_y = -26
+ },
+/obj/structure/sign/directions/medical{
+ pixel_x = 32;
+ pixel_y = -38
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aGW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/storage/tech)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aGX" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/cloning,
-/obj/item/weapon/circuitboard/computer/med_data{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/weapon/circuitboard/machine/clonescanner,
-/obj/item/weapon/circuitboard/machine/clonepod,
-/obj/item/weapon/circuitboard/computer/scan_consolenew,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/storage/tech)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aGY" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/storage/tech)
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aGZ" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/obj/item/weapon/stock_parts/micro_laser/high,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aHa" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/subspace/amplifier,
-/obj/item/weapon/stock_parts/subspace/amplifier,
-/obj/item/weapon/stock_parts/subspace/amplifier,
-/obj/item/weapon/stock_parts/subspace/analyzer,
-/obj/item/weapon/stock_parts/subspace/analyzer,
-/obj/item/weapon/stock_parts/subspace/analyzer,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aHb" = (
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHa" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aHb" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Bathroom";
+ dir = 1
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aHc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/machinery/door/airlock/centcom{
+ name = "Library"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
"aHd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/atmos)
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
"aHe" = (
-/obj/machinery/meter{
- frequency = 1443;
- name = "Waste Loop"
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
"aHf" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Waste In";
- on = 1
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/hallway/primary/central)
"aHg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
"aHh" = (
/obj/structure/cable{
d1 = 1;
@@ -17621,5634 +16581,5760 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
"aHi" = (
-/obj/machinery/atmospherics/components/trinary/mixer{
- dir = 2
+/obj/structure/chair{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"aHj" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/hallway/primary/central)
"aHk" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHl" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHm" = (
-/obj/machinery/atmospherics/components/trinary/filter{
+/turf/open/floor/plasteel/blue/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
+"aHl" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway EVA";
dir = 1
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aHn" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner{
dir = 8
},
+/area/hallway/primary/central)
+"aHm" = (
+/obj/structure/sign/directions/security{
+ dir = 8;
+ icon_state = "direction_sec";
+ pixel_x = -32;
+ pixel_y = -24;
+ tag = "icon-direction_sec (WEST)"
+ },
+/obj/structure/sign/directions/evac{
+ dir = 1;
+ icon_state = "direction_evac";
+ pixel_x = -32;
+ pixel_y = -32;
+ tag = "icon-direction_evac (NORTH)"
+ },
+/obj/structure/sign/directions/science{
+ pixel_x = -32;
+ pixel_y = -40
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/turf/open/floor/plasteel,
-/area/atmos)
+/area/hallway/primary/central)
+"aHn" = (
+/obj/machinery/computer/shuttle/white_ship,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"aHo" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/atmos)
+/area/hallway/primary/central)
"aHp" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel,
-/area/atmos)
+/area/hallway/primary/central)
"aHq" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "n2";
- on = 1
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Dormitory"
},
-/turf/open/floor/plasteel/red/side{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aHr" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "n2_in"
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/engine/n2,
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aHs" = (
-/turf/open/floor/engine/n2,
-/area/atmos)
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aHt" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/camera{
+ c_tag = "Dormitories Hallway";
+ dir = 1
},
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aHu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/area/crew_quarters/sleep)
"aHv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-04";
+ layer = 4.1
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/crew_quarters/sleep)
"aHw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/light_switch{
+ pixel_x = -25
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aHx" = (
-/obj/machinery/button/door{
- id = "medpriv4";
- name = "Privacy Shutters";
- pixel_x = 25;
- pixel_y = 0
- },
-/obj/structure/closet/secure_closet/personal/patient,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/door/airlock{
+ name = "Unit B"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aHy" = (
-/obj/machinery/button/door{
- id = "medpriv1";
- name = "Privacy Shutters";
- pixel_x = -25;
- pixel_y = 0
+/obj/machinery/recharge_station,
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/structure/closet/secure_closet/personal/patient,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/camera{
+ c_tag = "Dormitory Cyborg Recharging Station";
+ dir = 2
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/locker/locker_toilet{
+ name = "\improper Restrooms"
})
"aHz" = (
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aHA" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aHB" = (
-/turf/closed/wall,
-/area/medical/genetics)
-"aHC" = (
-/obj/item/weapon/storage/box/rxglasses{
- pixel_x = 3;
- pixel_y = 3
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/pen,
-/obj/structure/table/glass,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aHC" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aHD" = (
-/obj/structure/table/glass,
-/obj/item/weapon/book/manual/medical_cloning{
- pixel_y = 6
+/mob/living/simple_animal/mouse/gray,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/area/maintenance/apmaint)
"aHE" = (
-/obj/structure/closet/wardrobe/white,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aHF" = (
-/obj/item/weapon/crowbar,
-/obj/structure/table,
-/obj/item/clothing/tie/stethoscope,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 9
+/obj/structure/chair{
+ dir = 8
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"aHG" = (
-/obj/item/weapon/storage/box/masks,
-/obj/item/weapon/storage/box/gloves{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
+/obj/machinery/door/airlock/glass{
+ name = "Shuttle Airlock"
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aHH" = (
-/obj/machinery/vending/medical{
- pixel_x = -2
+/obj/docking_port/mobile{
+ dheight = 0;
+ dir = 8;
+ dwidth = 4;
+ height = 9;
+ id = "whiteship";
+ launch_status = 0;
+ name = "White Ship";
+ port_angle = 90;
+ preferred_direction = 1;
+ roundstart_move = "whiteship_away";
+ timid = null;
+ width = 9
},
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 11;
+ height = 22;
+ id = "whiteship_home";
+ name = "monastery";
+ turf_type = /turf/open/space;
+ width = 35
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/black,
+/area/shuttle/abandoned)
+"aHH" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/escape)
"aHI" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/escape)
"aHJ" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Cockpit";
+ req_access_txt = "19"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
"aHK" = (
-/obj/machinery/portable_atmospherics/scrubber/huge,
-/turf/open/floor/plasteel/delivery,
-/area/toxins/storage)
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
"aHL" = (
-/obj/structure/sign/nosmoking_2{
- pixel_x = 0
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "2"
},
-/turf/closed/wall,
-/area/toxins/storage)
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
"aHM" = (
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Escape Airlock"
},
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aHN" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aHO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Escape Airlock"
},
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aHP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/whitepurple/corner{
+/turf/open/floor/plasteel/red/side{
dir = 8
},
-/area/medical/research{
- name = "Research Division"
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aHQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aHR" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Misc Research APC";
- pixel_y = -25
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/whitepurple/corner{
+/obj/machinery/camera{
+ c_tag = "Departure Lounge Holding Area";
dir = 8
},
-/area/medical/research{
- name = "Research Division"
- })
-"aHS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
+ dir = 4
},
-/area/medical/research{
- name = "Research Division"
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
+"aHS" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aHT" = (
-/obj/machinery/camera{
- c_tag = "Research Division East";
- dir = 1
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 8
+/obj/machinery/light/small{
+ dir = 1
},
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plating,
+/area/chapel/main{
+ name = "Monastery"
})
"aHU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Experimentation Lab";
- req_access_txt = "7"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
"aHV" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
+/turf/closed/wall,
+/area/storage/art)
"aHW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/storage/art)
"aHX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aHY" = (
-/obj/structure/closet/l3closet/scientist{
- pixel_x = -2
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/airlock/glass{
+ name = "Art Storage"
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aHY" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aHZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/toxins/explab)
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aIa" = (
-/obj/structure/sign/securearea{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Lunchroom"
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aIb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fore)
+/turf/closed/wall,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aIc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/closed/wall,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
"aId" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris,
-/obj/structure/cable,
-/obj/machinery/power/apc{
- cell_type = 5000;
- name = "Science Maintenance APC";
- pixel_y = -24
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/door/airlock{
+ id_tag = "Potty1";
+ name = "Unisex Restrooms";
+ req_access_txt = "0"
},
-/area/maintenance/fore)
-"aIf" = (
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aIe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aIf" = (
+/turf/closed/wall,
+/area/maintenance/fsmaint2)
"aIg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIh" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/starboard)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aIh" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/maintenance/fsmaint2)
"aIi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Bridge";
+ dir = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/maintenance/fsmaint2)
"aIj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/storage/tech)
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel,
+/area/maintenance/fsmaint2)
"aIk" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/weapon/circuitboard/computer/secure_data{
- pixel_x = -2;
- pixel_y = 2
+/turf/closed/wall/r_wall,
+/area/storage/eva)
+"aIl" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/storage/eva)
+"aIm" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "evashutter";
+ name = "EVA Storage Shutters"
},
-/obj/item/weapon/circuitboard/computer/security{
- pixel_x = 1;
- pixel_y = -1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/storage/eva)
+"aIn" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "EVA Storage";
+ req_access_txt = "18"
},
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aIo" = (
+/turf/closed/wall/r_wall,
+/area/teleporter)
+"aIp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/glass_command{
+ name = "Teleporter";
+ req_access_txt = "17"
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aIq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/obj/machinery/power/apc{
+/obj/machinery/camera{
+ c_tag = "Monastery Secondary Dock";
dir = 8;
- name = "Tech Storage APC";
- pixel_x = -27
+ network = list("SS13","Monastery")
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aIr" = (
+/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aIl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aIm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aIn" = (
-/obj/structure/table,
-/obj/machinery/ai_status_display{
- pixel_x = 32
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/stock_parts/subspace/ansible,
-/obj/item/weapon/stock_parts/subspace/ansible,
-/obj/item/weapon/stock_parts/subspace/ansible,
-/obj/item/weapon/stock_parts/subspace/filter,
-/obj/item/weapon/stock_parts/subspace/filter,
-/obj/item/weapon/stock_parts/subspace/filter,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aIo" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aIp" = (
-/obj/item/weapon/shard,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"aIq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aIr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
"aIs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/closed/wall,
+/area/security/checkpoint/supply)
"aIt" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/closed/wall,
+/area/quartermaster/office)
"aIu" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/closed/wall,
+/area/quartermaster/storage)
"aIv" = (
-/obj/item/device/flashlight/lamp,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aIw" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "N2 to Pure";
- on = 0
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Bay Warehouse Maintenance";
+ req_access_txt = "31"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aIw" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aIx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "n2_in";
- name = "Nitrogen Supply Control";
- output_tag = "n2_out";
- sensors = list("n2_sensor" = "Tank")
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/atmos)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aIy" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "o2_sensor"
- },
-/turf/open/floor/engine/n2,
-/area/atmos)
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aIz" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/engine/n2,
-/area/atmos)
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aIA" = (
-/obj/item/weapon/cautery{
- pixel_x = 4
- },
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/item/weapon/storage/box/mousetraps,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aIB" = (
-/obj/item/weapon/surgical_drapes,
-/obj/item/weapon/razor,
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/closed/wall,
+/area/maintenance/disposal)
"aIC" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/vending/wallmed{
- pixel_y = 28
- },
-/obj/machinery/camera{
- c_tag = "Surgery Operating";
- pixel_x = 22
+/obj/machinery/door/poddoor{
+ id = "trash";
+ name = "disposal bay door"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"aID" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"aIE" = (
-/obj/structure/closet/crate/freezer/blood,
-/turf/open/floor/plasteel,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Brig";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
"aIF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIG" = (
-/obj/machinery/door/airlock/medical{
- name = "Patient Room";
- req_access_txt = "5"
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aIG" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aIH" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/door/poddoor/preopen{
- id = "medpriv4";
- layer = 3.1;
- name = "privacy door"
+/turf/open/floor/plasteel/red/side{
+ dir = 10
},
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aII" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/machinery/door/poddoor/preopen{
- id = "medpriv1";
- layer = 3.1;
- name = "privacy door"
+ dir = 4
},
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel/red/side,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aIJ" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/white/side{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/area/medical/cryo)
+/turf/open/floor/plasteel/red/side,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aIK" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aIL" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aIM" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/white/side{
- dir = 8
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aIM" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/medical/cryo)
+/turf/open/floor/plating,
+/area/storage/art)
"aIN" = (
-/obj/machinery/camera{
- c_tag = "Genetics Cloning";
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/obj/structure/easel,
+/obj/item/weapon/canvas/twentythreeXnineteen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/area/storage/art)
"aIO" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aIP" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aIP" = (
+/obj/machinery/photocopier,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
+ },
+/area/storage/art)
"aIQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/snacks/friedegg,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/medical/genetics)
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aIR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/chair{
+ dir = 8;
+ name = "Defense"
},
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 1
+ },
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
})
"aIS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
})
"aIT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/turf/open/floor/plasteel/whitebot{
- dir = 1
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 5
},
-/area/medical/medbay{
- name = "Medbay Central"
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
})
"aIU" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aIV" = (
-/obj/structure/disposalpipe/segment{
+/obj/structure/sink{
+ icon_state = "sink";
dir = 8;
- icon_state = "pipe-c"
+ pixel_x = -12;
+ pixel_y = 2
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/airalarm{
+ pixel_y = 22
},
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
+"aIV" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
})
"aIW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/structure/urinal{
+ pixel_y = 32
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/button/door{
+ id = "Potty1";
+ name = "Bathroom Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_x = 25;
+ pixel_y = 4;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/machinery/light_switch{
+ pixel_x = 36;
+ pixel_y = 6
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
})
"aIX" = (
-/turf/closed/wall,
-/area/toxins/lab)
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
"aIY" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd";
- name = "research lab shutters"
- },
+/obj/structure/closet/coffin,
/turf/open/floor/plating,
-/area/toxins/lab)
+/area/maintenance/fsmaint2)
"aIZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Research and Development Lab";
- req_access_txt = "7"
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
+/area/maintenance/fsmaint2)
"aJa" = (
-/turf/closed/wall,
-/area/assembly/robotics)
-"aJb" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics";
- name = "robotics lab shutters"
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
},
+/area/maintenance/fsmaint2)
+"aJb" = (
/turf/open/floor/plating,
-/area/assembly/robotics)
+/area/maintenance/fsmaint2)
"aJc" = (
-/obj/machinery/door/firedoor,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/research{
- name = "Robotics Lab";
- req_access_txt = "29";
- req_one_access_txt = "0"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/area/maintenance/fsmaint2)
"aJd" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics";
- name = "robotics lab shutters"
- },
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/assembly/robotics)
+/area/maintenance/fsmaint2)
"aJe" = (
-/turf/closed/wall,
-/area/assembly/chargebay)
-"aJf" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/space_heater,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/research{
- name = "Mech Bay";
- req_access_txt = "29";
- req_one_access_txt = "0"
+/area/maintenance/fsmaint2)
+"aJf" = (
+/obj/structure/girder,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
},
-/turf/open/floor/plasteel/white,
-/area/assembly/chargebay)
+/area/maintenance/fsmaint2)
"aJg" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- freq = 1400;
- location = "Science"
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/button/door{
+ id = "evashutter";
+ name = "EVA Shutters Control";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "18"
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/poddoor/preopen{
- id = "Biohazard";
- name = "biohazard containment door"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/turf/open/floor/plasteel/delivery,
-/area/medical/research{
- name = "Research Division"
- })
+/area/storage/eva)
"aJh" = (
-/turf/closed/wall,
-/area/toxins/explab)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/storage/eva)
"aJi" = (
-/obj/machinery/light_switch{
- pixel_x = -20
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
+/area/storage/eva)
"aJj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
+/area/storage/eva)
"aJk" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aJl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/structure/closet/crate/rcd,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
+/area/storage/eva)
+"aJl" = (
+/turf/closed/wall,
+/area/storage/eva)
"aJm" = (
-/obj/machinery/igniter{
- icon_state = "igniter0";
- id = "Incinerator";
- luminosity = 2;
- on = 0
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Teleporter APC";
+ pixel_x = -24
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/engine/vacuum,
-/area/maintenance/incinerator)
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-14";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/teleporter)
"aJn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/teleporter)
"aJo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/teleporter)
"aJp" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aJq" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/machinery/light/small{
- dir = 8
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
+/area/teleporter)
+"aJq" = (
+/obj/structure/closet/crate,
+/obj/machinery/button/door{
+ id = "teleshutter";
+ name = "Teleporter Shutters Control";
+ pixel_x = 25;
+ pixel_y = -5;
+ req_access_txt = "17"
+ },
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
+ },
+/area/teleporter)
"aJr" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
+/area/hallway/primary/central)
"aJs" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
},
-/obj/item/weapon/circuitboard/computer/powermonitor{
- pixel_x = -2;
- pixel_y = 2
+/area/hallway/primary/central)
+"aJt" = (
+/obj/item/weapon/pen,
+/obj/structure/table,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = -32;
+ pixel_y = 0
},
-/obj/item/weapon/circuitboard/computer/stationalert{
- pixel_x = 1;
- pixel_y = -1
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
},
-/obj/item/weapon/circuitboard/computer/atmos_alert{
- pixel_x = 3;
- pixel_y = -3
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aJt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/red/side{
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
+/area/security/checkpoint/supply)
"aJu" = (
-/turf/open/floor/plating,
-/area/storage/tech)
+/obj/machinery/computer/security/mining,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Security Post";
+ dir = 2;
+ network = list("SS13")
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 1
+ },
+/area/security/checkpoint/supply)
"aJv" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/subspace/transmitter,
-/obj/item/weapon/stock_parts/subspace/transmitter,
-/obj/item/weapon/stock_parts/subspace/treatment,
-/obj/item/weapon/stock_parts/subspace/treatment,
-/obj/item/weapon/stock_parts/subspace/treatment,
-/obj/item/weapon/stock_parts/subspace/crystal,
-/obj/item/weapon/stock_parts/subspace/crystal,
-/obj/item/weapon/stock_parts/subspace/crystal,
-/turf/open/floor/plating,
-/area/storage/tech)
+/obj/machinery/computer/secure_data,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 5
+ },
+/area/security/checkpoint/supply)
"aJw" = (
-/obj/effect/decal/cleanable/oil,
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk,
/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/quartermaster/office)
"aJx" = (
-/obj/structure/closet/crate,
-/obj/machinery/light{
- dir = 8
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/quartermaster/office)
"aJy" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- dir = 8
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 30;
+ supply_display = 1
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plating,
+/area/quartermaster/office)
"aJz" = (
-/obj/machinery/portable_atmospherics/canister,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
},
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
"aJA" = (
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
"aJB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
},
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/turf/open/floor/plating,
+/area/quartermaster/office)
"aJC" = (
-/obj/item/clothing/gloves/color/black,
-/obj/item/weapon/watertank/atmos,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "packageSort2"
+ },
+/obj/structure/plasticflaps{
+ opacity = 0
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/office)
"aJD" = (
-/obj/machinery/atmospherics/components/trinary/mixer{
- dir = 8;
- node1_concentration = 0.8;
- node2_concentration = 0.2;
- on = 1;
- pixel_x = 0;
- pixel_y = 0;
- target_pressure = 4500
+/obj/machinery/disposal/deliveryChute{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJE" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- initialize_directions = 11
+/obj/structure/disposalpipe/trunk{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aJF" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "N2 Outlet Pump";
- on = 1
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/area/quartermaster/office)
+"aJE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/turf/closed/wall,
+/area/quartermaster/storage)
+"aJF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/atmos)
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aJG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1441;
- id_tag = "n2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/engine/n2,
-/area/atmos)
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aJH" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/closet/crate,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aJI" = (
-/obj/item/weapon/retractor,
-/obj/structure/table,
-/turf/open/floor/plasteel/white/side{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aJJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/closet/cardboard,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/landmark/start{
- name = "Medical Doctor"
+/obj/machinery/light/small{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/camera{
+ c_tag = "Cargo Warehouse";
+ dir = 2
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aJK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aJL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aJM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aJN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/sign/nosmoking_2{
- pixel_x = -28
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aJO" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aJP" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/structure/disposalpipe/segment{
dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ icon_state = "pipe-c"
},
-/obj/machinery/light{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/effect/decal/cleanable/ash,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJP" = (
+/obj/structure/grille/broken,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/obj/item/weapon/crowbar,
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aJQ" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
})
"aJR" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aJS" = (
-/obj/effect/landmark/start{
- name = "Medical Doctor"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aJT" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aJU" = (
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aJV" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "GeneticsDoorW";
- name = "Genetics";
- req_access_txt = "5; 9"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aJW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aJX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Geneticist"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aJY" = (
-/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 10
},
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "GeneticsDoorE";
- name = "Genetics";
- req_access_txt = "5; 9"
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"aJZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aJV" = (
+/obj/machinery/button/massdriver{
+ id = "trash";
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aKa" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/effect/turf_decal/stripes/line,
+/area/maintenance/disposal)
+"aJW" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = 1;
+ id = "garbagestacked";
+ name = "disposal coveyor"
+ },
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/maintenance/disposal)
+"aJX" = (
+/turf/open/floor/plating{
+ icon_plating = "warnplate"
+ },
+/obj/effect/turf_decal/stripes/line,
+/area/maintenance/disposal)
+"aJY" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/maintenance/disposal)
+"aJZ" = (
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aKa" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Holding Area";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aKb" = (
-/obj/structure/disposalpipe/segment,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aKc" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aKc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
},
-/obj/effect/decal/cleanable/oil,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aKd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aKe" = (
-/obj/machinery/light/small,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/bot,
-/area/toxins/storage)
-"aKf" = (
-/obj/machinery/r_n_d/destructive_analyzer,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aKg" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/area/hallway/primary/central)
+"aKf" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/camera{
- c_tag = "Research and Development";
- network = list("SS13","RD");
- pixel_x = 22
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aKg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/toxins/lab)
+/turf/closed/wall,
+/area/storage/art)
"aKh" = (
-/obj/machinery/r_n_d/protolathe,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aKi" = (
-/turf/open/floor/plasteel/warnwhite{
+/obj/structure/table,
+/obj/item/stack/cable_coil/random{
+ layer = 3.4
+ },
+/obj/item/stack/cable_coil/random{
+ layer = 3.3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/stack/cable_coil/random{
+ layer = 3.2
+ },
+/obj/item/stack/cable_coil/random{
+ layer = 3.1
+ },
+/turf/open/floor/plasteel/neutral/side{
dir = 8
},
-/area/toxins/lab)
-"aKj" = (
+/area/storage/art)
+"aKi" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/storage/art)
+"aKj" = (
+/obj/structure/table,
+/obj/item/weapon/airlock_painter,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Art Storage APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/neutral/side{
+ dir = 4
+ },
+/area/storage/art)
"aKk" = (
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/structure/chair{
+ dir = 1
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
},
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aKl" = (
-/obj/machinery/light_switch{
- pixel_y = 23
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Lunchroom";
+ dir = 1
},
-/obj/item/weapon/folder/white,
-/obj/item/weapon/disk/tech_disk,
-/obj/item/weapon/disk/tech_disk,
-/obj/item/weapon/disk/design_disk,
-/obj/item/weapon/disk/design_disk,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aKm" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/weapon/razor,
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aKn" = (
-/obj/machinery/light{
- dir = 1
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Cafeteria APC";
+ pixel_x = 0;
+ pixel_y = -24
},
-/obj/structure/table,
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/surgical_drapes,
-/obj/item/weapon/scalpel{
- pixel_y = 12
+/turf/open/floor/plasteel/neutral/side,
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
+"aKn" = (
+/obj/machinery/vending/sustenance{
+ contraband = list(/obj/item/weapon/kitchen/knife = 6, /obj/item/weapon/reagent_containers/food/drinks/coffee = 12);
+ desc = "A vending machine which vends food.";
+ product_ads = "Sufficiently healthy."
},
-/obj/machinery/requests_console{
- department = "Robotics";
- departmentType = 2;
- name = "Robotics RC";
- pixel_y = 30
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/area/crew_quarters/cafeteria{
+ name = "Lunchroom"
+ })
"aKo" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/retractor,
-/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/effect/landmark/start{
+ name = "Assistant"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
"aKp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
"aKq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 2;
+ name = "Auxiliary Restrooms APC";
+ pixel_y = -24
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/obj/item/weapon/soap/nanotrasen,
+/obj/machinery/shower{
+ dir = 8
},
-/area/assembly/robotics)
+/turf/open/floor/plasteel/freezer,
+/area/crew_quarters/toilet{
+ name = "\improper Auxiliary Restroom"
+ })
"aKr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/closet/wardrobe/robotics_black,
-/obj/machinery/ai_status_display{
- pixel_y = 32
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
},
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
+/area/maintenance/fsmaint2)
"aKs" = (
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aKt" = (
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint2)
+"aKu" = (
+/obj/structure/grille/broken,
+/obj/item/weapon/crowbar,
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aKv" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aKw" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aKx" = (
+/obj/item/trash/pistachios,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aKy" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aKz" = (
+/obj/item/weapon/shard{
+ icon_state = "small"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aKA" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
},
+/area/maintenance/fsmaint2)
+"aKB" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
},
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = 6
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/obj/item/clothing/shoes/magboots{
+ pixel_x = -4;
+ pixel_y = 3
},
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 5
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 0;
+ pixel_y = 0
},
-/obj/item/clothing/glasses/welding,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aKt" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Robotics Lab APC";
- pixel_y = 25
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
+/area/storage/eva)
+"aKC" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aKD" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high{
charge = 100;
- maxcharge = 15000;
- pixel_x = 3;
- pixel_y = 5
+ maxcharge = 15000
},
/obj/item/weapon/stock_parts/cell/high{
charge = 100;
maxcharge = 15000
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000;
- pixel_x = 5;
- pixel_y = -5
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
},
+/area/storage/eva)
+"aKE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aKu" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/area/storage/eva)
+"aKF" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/structure/table,
-/obj/item/weapon/crowbar,
-/obj/item/device/radio/headset/headset_sci{
- pixel_x = -3
+/obj/item/weapon/tank/jetpack/carbondioxide{
+ pixel_x = 0;
+ pixel_y = 0
},
-/obj/item/device/multitool{
- pixel_x = 3
+/obj/item/weapon/tank/jetpack/carbondioxide{
+ pixel_x = -4;
+ pixel_y = 1
},
-/obj/item/device/multitool{
- pixel_x = 3
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aKv" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aKw" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Mech Bay APC";
- pixel_y = 25
+/area/storage/eva)
+"aKG" = (
+/obj/structure/closet/crate,
+/obj/item/weapon/melee/flyswatter,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
},
+/turf/open/floor/plasteel/blue/corner{
+ dir = 1
+ },
+/area/teleporter)
+"aKH" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aKx" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/area/teleporter)
+"aKI" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aKJ" = (
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aKK" = (
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/teleporter)
+"aKL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "teleshutter";
+ name = "Teleporter Shutters"
},
/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aKy" = (
+/obj/effect/turf_decal/delivery,
+/area/teleporter)
+"aKM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"aKN" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aKz" = (
/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aKA" = (
-/turf/closed/wall/r_wall,
-/area/assembly/chargebay)
-"aKB" = (
-/obj/machinery/door/airlock/research{
- name = "Research Division Access";
- req_access_txt = "47"
+/area/hallway/primary/central)
+"aKO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aKC" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aKD" = (
-/obj/structure/chair/office/light,
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aKE" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera{
- c_tag = "Experimentation Lab";
- dir = 8;
- network = list("SS13","RD")
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aKF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
-"aKG" = (
-/obj/structure/filingcabinet,
-/obj/item/weapon/folder/documents,
-/turf/open/floor/plasteel/vault{
+/turf/open/floor/plasteel/brown/corner{
dir = 4
},
-/area/ai_monitored/nuke_storage)
-"aKH" = (
-/turf/open/floor/plasteel/vault{
+/area/hallway/primary/central)
+"aKP" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/ai_monitored/nuke_storage)
-"aKI" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/ai_monitored/nuke_storage)
-"aKJ" = (
-/obj/item/weapon/coin/silver{
- pixel_x = 7;
- pixel_y = 12
- },
-/obj/item/weapon/coin/silver{
- pixel_x = 12;
- pixel_y = 7
- },
-/obj/item/weapon/coin/silver{
- pixel_x = 4;
- pixel_y = 8
- },
-/obj/item/weapon/coin/silver{
- pixel_x = -6;
- pixel_y = 5
- },
-/obj/item/weapon/coin/silver{
- pixel_x = 5;
- pixel_y = -8
- },
-/obj/structure/closet/crate{
- name = "Silver Crate"
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/ai_monitored/nuke_storage)
-"aKK" = (
-/obj/structure/safe,
-/obj/item/clothing/head/bearpelt,
-/obj/item/weapon/twohanded/fireaxe,
-/turf/open/floor/plasteel/vault{
- dir = 1
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
+"aKQ" = (
+/obj/machinery/recharger{
+ pixel_y = 4
},
-/area/ai_monitored/nuke_storage)
-"aKL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/turf/open/floor/plasteel/warning/corner{
+/area/security/checkpoint/supply)
+"aKR" = (
+/obj/structure/chair/office/dark{
dir = 1
},
-/area/hallway/primary/starboard)
-"aKM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aKN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Tech Storage";
- req_access_txt = "23"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aKO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/storage/tech)
-"aKP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/effect/landmark/start/depsec/supply,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aKQ" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aKR" = (
-/obj/machinery/vending/assist,
-/obj/machinery/camera{
- c_tag = "Tech Storage";
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"aKS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- pixel_y = -22
+ layer = 2.4;
+ on = 1
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aKS" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/red/side{
+ dir = 4
},
-/area/maintenance/fore)
+/area/security/checkpoint/supply)
"aKT" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aKU" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+/obj/structure/disposalpipe/wrapsortjunction{
dir = 1
},
/turf/open/floor/plating,
-/area/atmos)
-"aKV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
+/area/quartermaster/office)
+"aKU" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/area/quartermaster/office)
+"aKV" = (
/turf/open/floor/plasteel,
-/area/atmos)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/office)
"aKW" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+/obj/machinery/conveyor_switch/oneway{
+ id = "packageSort2"
},
-/obj/machinery/meter,
/turf/open/floor/plasteel,
-/area/atmos)
-"aKX" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/folder/yellow,
+/area/quartermaster/office)
+"aKX" = (
/obj/structure/table,
-/obj/item/weapon/storage/firstaid/o2,
+/obj/item/device/destTagger,
/turf/open/floor/plasteel,
-/area/atmos)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/quartermaster/office)
"aKY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+/obj/item/stack/wrapping_paper{
+ pixel_x = 3;
+ pixel_y = 4
+ },
+/obj/item/stack/packageWrap{
+ pixel_x = -1;
+ pixel_y = -1
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/area/quartermaster/office)
"aKZ" = (
-/obj/item/weapon/scalpel{
- pixel_y = 12
+/obj/item/weapon/storage/box,
+/obj/item/weapon/storage/box,
+/obj/item/weapon/storage/box,
+/obj/item/weapon/hand_labeler,
+/obj/item/weapon/hand_labeler,
+/obj/structure/table,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = 32;
+ pixel_y = 0
},
-/obj/item/weapon/circular_saw,
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = -27
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/quartermaster/office)
"aLa" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/closet/crate/freezer,
+/obj/structure/sign/poster{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aLb" = (
-/obj/structure/table/optable,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aLc" = (
-/obj/machinery/computer/operating,
-/turf/open/floor/plasteel/whitebot/delivery,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aLd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aLe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Operating Theatre";
- req_access_txt = "45"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aLf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/mass_driver{
+ dir = 1;
+ id = "trash"
},
-/obj/machinery/camera{
- c_tag = "Medbay Recovery";
- dir = 1
+/obj/machinery/button/massdriver{
+ id = "trash";
+ pixel_x = -28;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"aLg" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/mineral/stacking_machine{
+ input_dir = 8;
+ output_dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"aLh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbagestacked"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/mineral/stacking_unit_console{
+ dir = 2;
+ machinedir = 8;
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"aLi" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbagestacked"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"aLj" = (
-/obj/machinery/sleeper{
+/obj/machinery/disposal/deliveryChute{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"aLk" = (
-/obj/machinery/sleeper{
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/area/maintenance/disposal)
"aLl" = (
-/obj/machinery/button/door{
- desc = "A remote control switch for the genetics doors.";
- id = "GeneticsDoorW";
- name = "Genetics Exit Button";
- normaldoorcontrol = 1;
- pixel_x = -24;
- pixel_y = 8
+/obj/structure/chair{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
"aLm" = (
-/obj/machinery/computer/cloning,
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/genetics)
-"aLn" = (
-/obj/machinery/clonepod,
-/obj/machinery/button/door{
- desc = "A remote control switch for the genetics doors.";
- id = "GeneticsDoorE";
- name = "Genetics Exit Button";
- normaldoorcontrol = 1;
- pixel_x = 24;
- pixel_y = 8
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 6
+/obj/structure/window/reinforced{
+ dir = 4
},
-/area/medical/genetics)
-"aLo" = (
-/turf/open/floor/plasteel/whiteblue/side{
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aLn" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
dir = 8
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aLo" = (
+/turf/open/floor/carpet,
+/area/shuttle/escape)
"aLp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/chair/comfy/beige,
+/turf/open/floor/carpet,
+/area/shuttle/escape)
"aLq" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/chair{
+ dir = 8
},
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aLr" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/escape{
+ tag = "icon-escape (NORTHWEST)";
+ dir = 9
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aLr" = (
-/turf/closed/wall,
-/area/medical/chemistry)
"aLs" = (
-/turf/closed/wall/r_wall,
-/area/medical/chemistry)
+/obj/structure/chair,
+/turf/open/floor/plasteel/escape{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aLt" = (
-/obj/machinery/computer/rdconsole/core,
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_x = -30
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/escape{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/toxins/lab)
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aLu" = (
-/obj/effect/landmark/start{
- name = "Scientist"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/toxins/lab)
+/turf/open/floor/plasteel/escape{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aLv" = (
-/obj/machinery/r_n_d/circuit_imprinter,
-/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aLw" = (
/obj/structure/cable{
d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ d1 = 2;
d2 = 4;
- icon_state = "1-4"
+ icon_state = "2-4"
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 1
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aLx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-16";
+ layer = 4.1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aLy" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/pen,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
/obj/machinery/power/apc{
+ cell_type = 5000;
dir = 4;
- name = "Research Lab APC";
- pixel_x = 26
+ name = "Departure Lounge APC";
+ pixel_x = 24;
+ pixel_y = 0
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 5
},
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aLy" = (
/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 10
+ },
+/area/storage/art)
"aLz" = (
-/obj/structure/table/optable{
- name = "Robotics Operating Table"
+/obj/structure/table,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/storage/crayons,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Art Storage";
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/turf/open/floor/plasteel/neutral/side,
+/area/storage/art)
"aLA" = (
-/obj/effect/landmark/start{
- name = "Roboticist"
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 20;
+ layer = 3.1
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/obj/item/stack/sheet/glass{
+ amount = 20;
+ layer = 3.2
+ },
+/obj/item/stack/rods{
+ amount = 20;
+ layer = 3.3
+ },
+/obj/item/weapon/canvas/twentythreeXtwentythree,
+/obj/item/weapon/canvas/nineteenXnineteen,
+/turf/open/floor/plasteel/neutral/side{
+ dir = 6
+ },
+/area/storage/art)
"aLB" = (
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/obj/structure/grille/broken,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint2)
"aLC" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
"aLD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/assembly/robotics)
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
"aLE" = (
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
"aLF" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_research{
- name = "Robotics Lab";
- req_access_txt = "29"
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
"aLG" = (
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aLH" = (
-/obj/machinery/computer/mech_bay_power_console,
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aLI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aLJ" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aLK" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 9
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/light{
+ dir = 8
},
-/area/medical/research{
- name = "Research Division"
- })
-"aLL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/machinery/requests_console{
+ department = "EVA";
+ pixel_x = -32;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
-"aLM" = (
/obj/machinery/camera{
- c_tag = "Research Division Access"
+ c_tag = "EVA Storage";
+ dir = 4;
+ network = list("SS13")
},
-/obj/machinery/shower{
- dir = 8
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 5
+/area/storage/eva)
+"aLH" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/end,
+/area/storage/eva)
+"aLI" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aLN" = (
-/turf/open/floor/plasteel/warnwhite,
-/area/toxins/explab)
-"aLO" = (
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/storage/eva)
+"aLJ" = (
/obj/structure/table,
-/obj/item/weapon/book/manual/research_and_development,
-/turf/open/floor/plasteel/white/corner{
- dir = 4
+/obj/item/weapon/hand_tele,
+/obj/machinery/light{
+ dir = 8
},
-/area/toxins/explab)
-"aLP" = (
-/obj/machinery/computer/rdconsole/experiment,
-/turf/open/floor/plasteel/white/side{
- dir = 1
+/obj/machinery/camera{
+ c_tag = "Teleporter";
+ dir = 4;
+ network = list("SS13")
},
-/area/toxins/explab)
-"aLQ" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "explab";
- name = "Test Chamber Blast Doors";
- pixel_x = 0;
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
pixel_y = 0
},
-/turf/open/floor/plasteel/white/corner{
- dir = 1
- },
-/area/toxins/explab)
-"aLR" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+/turf/open/floor/plasteel/blue/corner{
dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"aLS" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aLT" = (
-/obj/machinery/light_switch{
- pixel_x = -28
+/area/teleporter)
+"aLK" = (
+/obj/structure/chair/stool,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/area/ai_monitored/nuke_storage)
-"aLU" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aLL" = (
+/obj/structure/chair/stool,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/bluegrid,
-/area/ai_monitored/nuke_storage)
-"aLV" = (
-/turf/open/floor/bluegrid,
-/area/ai_monitored/nuke_storage)
-"aLW" = (
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/ai_monitored/nuke_storage)
-"aLX" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aLY" = (
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aLM" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/hallway/primary/starboard)
-"aLZ" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aMa" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/turf/open/floor/plasteel,
+/area/teleporter)
+"aLN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/weapon/circuitboard/computer/pandemic{
- pixel_x = -3;
- pixel_y = 3
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/weapon/circuitboard/computer/rdconsole,
-/obj/item/weapon/circuitboard/machine/rdserver{
- pixel_x = 3;
- pixel_y = -3
+/turf/open/floor/plasteel/blue/corner{
+ dir = 4
},
-/obj/item/weapon/circuitboard/machine/destructive_analyzer,
-/obj/item/weapon/circuitboard/machine/protolathe,
-/obj/item/weapon/circuitboard/computer/aifixer,
-/obj/machinery/light_switch{
- pixel_x = -25
+/area/teleporter)
+"aLO" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "teleshutter";
+ name = "Teleporter Shutters"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aMb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aMc" = (
-/obj/structure/table,
-/obj/machinery/cell_charger{
- pixel_y = 5
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/item/stack/cable_coil{
- pixel_x = -3;
- pixel_y = 3
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/stack/cable_coil,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/teleporter)
+"aLP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aMd" = (
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aMe" = (
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aMf" = (
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 7
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/clothing/head/welding{
- pixel_x = -5;
- pixel_y = 3
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1
},
-/obj/item/device/multitool,
-/obj/machinery/power/apc{
- dir = 8;
- name = "Atmospherics APC";
- pixel_x = -24
+/area/hallway/primary/central)
+"aLQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/table,
/turf/open/floor/plasteel,
-/area/atmos)
-"aMg" = (
+/area/hallway/primary/central)
+"aLR" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
},
+/area/hallway/primary/central)
+"aLS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMi" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
+"aLT" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMj" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/obj/item/weapon/wrench,
+/area/security/checkpoint/supply)
+"aLU" = (
/turf/open/floor/plasteel,
-/area/atmos)
-"aMk" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/area/security/checkpoint/supply)
+"aLV" = (
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/supply)
+"aLW" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Cargo Security Post";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red/side{
dir = 8
},
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMl" = (
-/obj/effect/landmark{
- name = "blobstart"
+/area/quartermaster/office)
+"aLX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aMm" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 5;
- initialize_directions = 12
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
/turf/open/floor/plasteel,
-/area/atmos)
-"aMn" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+/area/quartermaster/office)
+"aLY" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aLZ" = (
+/obj/structure/chair/stool,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/arrival{
- dir = 5
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
},
-/area/atmos)
-"aMo" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aMa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating,
-/area/atmos)
-"aMp" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aMb" = (
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ icon_state = "right";
+ name = "Mail";
+ req_access_txt = "50"
},
-/turf/open/space,
-/area/space)
-"aMq" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/meter{
- frequency = 1443;
- name = "Mixed Air Tank In"
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aMc" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aMr" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 8;
- frequency = 1441;
- id = "air_in"
+/obj/structure/disposaloutlet{
+ dir = 8
},
-/turf/open/floor/engine/air,
-/area/atmos)
-"aMs" = (
-/turf/open/floor/engine/air,
-/area/atmos)
-"aMt" = (
-/obj/item/weapon/hemostat,
-/obj/structure/table,
-/turf/open/floor/plasteel/white/side{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/area/quartermaster/office)
+"aMd" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
on = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMv" = (
-/obj/effect/landmark{
- name = "blobstart"
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMe" = (
+/obj/item/stack/sheet/cardboard,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMf" = (
+/obj/structure/closet/crate,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white/side{
- dir = 8
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMx" = (
-/turf/closed/wall,
-/area/medical/cmo)
-"aMy" = (
-/obj/machinery/firealarm{
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- pixel_x = -24
+ layer = 2.4;
+ on = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMz" = (
-/obj/structure/window/fulltile,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aMi" = (
/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/medical/cryo)
-"aMA" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"aMB" = (
+/area/quartermaster/storage)
+"aMj" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion_r"
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/supply)
+"aMk" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aMC" = (
+/obj/item/weapon/shard,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aMl" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "garbage"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aMm" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "garbage"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aMn" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/maintenance/disposal)
+"aMo" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/shuttle/escape)
+"aMp" = (
+/obj/structure/table/wood/poker,
+/obj/item/toy/cards/deck,
+/turf/open/floor/carpet,
+/area/shuttle/escape)
+"aMq" = (
+/obj/structure/chair/comfy/beige{
+ dir = 8
+ },
+/turf/open/floor/carpet,
+/area/shuttle/escape)
+"aMr" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/escape{
+ dir = 8
+ },
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMv" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/light{
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Medbay East";
- dir = 8;
- pixel_y = -22
- },
-/turf/open/floor/plasteel/whiteyellow/corner,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aMD" = (
-/obj/structure/sign/chemistry,
-/turf/closed/wall,
-/area/medical/chemistry)
-"aME" = (
-/obj/machinery/light_switch{
- pixel_y = 25
+"aMw" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
},
-/mob/living/simple_animal/bot/cleanbot{
- name = "C.L.E.A.N."
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/whiteyellow/side{
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aMx" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/area/medical/chemistry)
-"aMF" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Chemistry APC";
- pixel_y = 24
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aMy" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/structure/table/glass,
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = -5
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/obj/item/device/assembly/timer{
- pixel_x = -2;
- pixel_y = 6
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aMz" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/obj/item/device/assembly/igniter{
- pixel_x = 2;
- pixel_y = -5
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
},
-/obj/item/device/assembly/timer{
- pixel_x = -2;
- pixel_y = 6
+/area/maintenance/fsmaint2)
+"aMA" = (
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
},
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
+/area/maintenance/fsmaint2)
+"aMB" = (
+/obj/item/trash/cheesie,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aMC" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aMD" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
-/area/medical/chemistry)
-"aMG" = (
-/obj/machinery/firealarm{
+/obj/item/clothing/gloves/color/random,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aME" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Bar Maintenance APC";
pixel_y = 24
},
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/mousetraps,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/area/medical/chemistry)
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aMF" = (
+/turf/closed/wall,
+/area/crew_quarters/bar)
+"aMG" = (
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
"aMH" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/nosmoking_2{
- pixel_y = 30
- },
-/obj/structure/table/glass,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/grenade/chem_grenade,
-/obj/item/weapon/screwdriver{
- pixel_x = -2;
- pixel_y = 6
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/medical/chemistry)
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
"aMI" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 25
- },
-/obj/structure/table/glass,
-/obj/item/clothing/glasses/science{
- pixel_x = 2;
- pixel_y = 4
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 0
},
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/area/medical/chemistry)
+/area/storage/eva)
"aMJ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/gun/syringe,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
- },
-/area/medical/chemistry)
-"aMK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/medical/chemistry)
-"aML" = (
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/area/toxins/lab)
-"aMM" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warnwhite{
- dir = 1
- },
-/area/toxins/lab)
-"aMN" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/warnwhite/corner{
- dir = 4
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aMK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/area/toxins/lab)
-"aMO" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aMP" = (
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aML" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
on = 1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aMQ" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 29
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aMM" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/item/weapon/reagent_containers/dropper,
+/area/storage/eva)
+"aMN" = (
/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/blue/side{
+ dir = 10
+ },
+/area/teleporter)
+"aMO" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/blue/side,
+/area/teleporter)
+"aMP" = (
+/obj/machinery/teleport/station,
+/turf/open/floor/plasteel/blue/side,
+/area/teleporter)
+"aMQ" = (
+/obj/machinery/teleport/hub,
+/turf/open/floor/plating,
+/area/teleporter)
"aMR" = (
-/obj/machinery/computer/operating{
- name = "Robotics Operating Computer"
+/obj/structure/closet/crate,
+/obj/item/weapon/crowbar,
+/turf/open/floor/plasteel/blue/side{
+ dir = 6
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/area/teleporter)
"aMS" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aMT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
dir = 4
},
-/area/assembly/robotics)
+/area/hallway/primary/central)
"aMU" = (
-/obj/machinery/mecha_part_fabricator,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aMV" = (
-/obj/effect/landmark/start{
- name = "Roboticist"
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aMW" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 20;
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Security Post - Cargo APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/item/stack/sheet/metal{
- amount = 50
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
},
-/obj/item/stack/sheet/metal{
- amount = 50
+/area/security/checkpoint/supply)
+"aMV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/item/stack/sheet/metal{
- amount = 50
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/supply)
+"aMW" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
+/area/security/checkpoint/supply)
"aMX" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/assembly/robotics)
+/area/quartermaster/office)
"aMY" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/assembly/chargebay)
+/area/quartermaster/office)
"aMZ" = (
-/turf/open/floor/mech_bay_recharge_floor,
-/area/assembly/chargebay)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aNa" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Roboticist"
- },
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
-/area/assembly/chargebay)
+/area/quartermaster/office)
"aNb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/disposalpipe/wrapsortjunction{
+ dir = 1
},
-/turf/open/floor/mech_bay_recharge_floor,
-/area/assembly/chargebay)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aNc" = (
-/obj/machinery/airalarm{
+/obj/structure/disposalpipe/segment{
dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+ icon_state = "pipe-c"
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Mailroom";
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 10
},
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aNd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/button/door{
+ id = "qm_warehouse";
+ name = "Warehouse Door Control";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "31"
},
-/turf/closed/wall/r_wall,
-/area/assembly/chargebay)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aNe" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/closet/firecloset,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 8
- },
-/area/medical/research{
- name = "Research Division"
- })
+/obj/item/device/flashlight,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aNf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
- })
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
"aNg" = (
-/obj/structure/sign/securearea{
- pixel_x = 32
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
},
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aNh" = (
+/obj/structure/closet/crate/medical,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aNi" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/supply)
+"aNj" = (
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plating/airless,
+/area/shuttle/supply)
+"aNk" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 1
},
-/turf/open/floor/plasteel/warnwhite{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aNl" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
-"aNh" = (
-/obj/machinery/door/poddoor/preopen{
- id = "explab";
- name = "test chamber blast door"
+/turf/closed/wall,
+/area/maintenance/disposal)
+"aNm" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
},
-/turf/open/floor/engine,
-/area/toxins/explab)
-"aNi" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "explab";
- name = "test chamber blast door"
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
/turf/open/floor/plating,
-/area/toxins/explab)
-"aNj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/maintenance/disposal)
+"aNn" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aNo" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/machinery/recycler,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aNp" = (
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "garbage"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aNq" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/area/maintenance/disposal)
+"aNr" = (
+/obj/structure/chair/comfy/beige{
+ tag = "icon-comfychair (NORTH)";
+ icon_state = "comfychair";
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/shuttle/escape)
+"aNs" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNv" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/area/maintenance/fore)
-"aNk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNw" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
-"aNl" = (
-/obj/machinery/power/apc{
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aNy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
- name = "Vault APC";
- pixel_x = -27
+ initialize_directions = 11
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aNz" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aNA" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aNB" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aNC" = (
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aND" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/camera/motion{
- c_tag = "Vault";
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/ai_monitored/nuke_storage)
-"aNm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNF" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/bluegrid,
-/area/ai_monitored/nuke_storage)
-"aNn" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aNG" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/nuclearbomb/selfdestruct{
- layer = 4
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/effect/landmark{
+ name = "blobstart"
},
-/area/ai_monitored/nuke_storage)
-"aNo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
},
+/area/maintenance/fsmaint2)
+"aNH" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/bluegrid,
-/area/ai_monitored/nuke_storage)
-"aNp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/fsmaint2)
+"aNI" = (
+/obj/structure/grille,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/ai_monitored/nuke_storage)
-"aNq" = (
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNJ" = (
+/obj/structure/grille/broken,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/door/airlock/vault{
- locked = 1;
- name = "Vault";
- req_access_txt = "53"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/ai_monitored/nuke_storage)
-"aNr" = (
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNK" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/hallway/primary/starboard)
-"aNs" = (
-/obj/item/stack/tile/plasteel{
- pixel_x = 8;
- pixel_y = 8
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/open/floor/plating,
-/area/hallway/primary/starboard)
-"aNt" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/area/maintenance/fsmaint2)
+"aNM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/weapon/circuitboard/computer/mining,
-/obj/item/weapon/circuitboard/machine/autolathe{
- pixel_x = 3;
- pixel_y = -3
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/weapon/circuitboard/computer/arcade/battle,
-/obj/machinery/light/small{
- dir = 8
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aNu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
/turf/open/floor/plating,
-/area/storage/tech)
-"aNv" = (
-/obj/structure/table,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/area/maintenance/fsmaint2)
+"aNN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/light/small{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aNw" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plating{
broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/fore)
-"aNx" = (
-/obj/item/stack/sheet/glass{
- amount = 50
+ icon_state = "platingdmg3"
},
-/obj/item/weapon/storage/belt/utility,
-/obj/item/device/t_scanner,
-/obj/item/device/t_scanner,
-/obj/item/device/t_scanner,
-/obj/structure/fireaxecabinet{
- pixel_x = -32;
- pixel_y = 0
+/area/maintenance/fsmaint2)
+"aNP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNy" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNz" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNA" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 0;
- name = "Port to Filter";
- on = 0
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNB" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNQ" = (
+/obj/machinery/reagentgrinder,
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aNR" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNC" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/heater{
- dir = 8
+/turf/open/floor/wood{
+ icon_state = "wood-broken6"
},
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aND" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/area/crew_quarters/bar)
+"aNS" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/camera{
+ c_tag = "Bar Backroom";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aNE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aNT" = (
+/obj/structure/closet/secure_closet/bar{
+ req_access_txt = "25"
},
-/obj/machinery/computer/atmos_control/tank{
- frequency = 1441;
- input_tag = "air_in";
- name = "Mixed Air Supply Control";
- output_tag = "air_out";
- sensors = list("air_sensor" = "Tank")
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aNU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNV" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/arrival{
- dir = 4
+/obj/item/weapon/broken_bottle,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aNW" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
},
-/area/atmos)
-"aNF" = (
-/obj/machinery/air_sensor{
- frequency = 1441;
- id_tag = "air_sensor"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/turf/open/floor/engine/air,
-/area/atmos)
-"aNG" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/engine/air,
-/area/atmos)
-"aNH" = (
-/obj/item/weapon/surgicaldrill,
+/area/storage/eva)
+"aNX" = (
/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/weapon/crowbar,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "EVA Storage APC";
+ pixel_y = -24
+ },
/turf/open/floor/plasteel,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNI" = (
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/mask/surgical,
-/obj/item/clothing/suit/apron/surgical,
-/obj/item/weapon/reagent_containers/spray/cleaner,
+/area/storage/eva)
+"aNY" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/storage/eva)
+"aNZ" = (
/obj/structure/table,
-/turf/open/floor/plasteel/white/side{
- dir = 1
+/obj/item/stack/sheet/rglass{
+ amount = 50
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/item/stack/sheet/rglass{
+ amount = 50
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/stack/rods{
+ amount = 50
},
-/turf/open/floor/plasteel/white/side{
- dir = 1
+/obj/item/stack/rods{
+ amount = 50
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNL" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
/turf/open/floor/plasteel,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNM" = (
-/obj/machinery/suit_storage_unit/cmo,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aNN" = (
-/obj/machinery/keycard_auth{
- pixel_y = 24
+/area/storage/eva)
+"aOa" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aNO" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/item/stack/sheet/rglass{
+ amount = 50
},
-/obj/machinery/light{
- dir = 1
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/structure/table/glass,
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
+/area/storage/eva)
+"aOb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aNP" = (
-/obj/machinery/computer/card/minor/cmo,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aNQ" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/light_switch{
- pixel_y = 24
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
},
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aNR" = (
+/area/hallway/primary/central)
+"aOc" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/medical/cmo)
-"aNS" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/area/security/checkpoint/supply)
+"aOd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Cargo Security Post";
+ req_access_txt = "63"
},
-/obj/machinery/power/apc{
- dir = 1;
- name = "Medbay APC";
- pixel_y = 26
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNT" = (
-/obj/effect/landmark{
- name = "lightsout"
+/area/security/checkpoint/supply)
+"aOe" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aOf" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aOg" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aOh" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aOi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aOj" = (
+/obj/structure/closet/crate,
+/obj/item/weapon/reagent_containers/food/snacks/donut,
+/obj/item/weapon/reagent_containers/food/snacks/donut,
+/obj/item/weapon/reagent_containers/food/snacks/donut,
+/obj/item/weapon/reagent_containers/food/snacks/donut,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aOk" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "qm_warehouse";
+ name = "warehouse shutters"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNV" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/obj/machinery/light{
- dir = 1
+/obj/effect/turf_decal/delivery,
+/area/quartermaster/storage)
+"aOl" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "qm_warehouse";
+ name = "warehouse shutters"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/quartermaster/storage)
+"aOm" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "qm_warehouse";
+ name = "warehouse shutters"
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/quartermaster/storage)
+"aOn" = (
+/obj/structure/closet/crate/internals,
+/turf/open/floor/plasteel/floorgrime,
+/area/quartermaster/storage)
+"aOo" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/supply)
+"aOp" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aOq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/whiteblue/corner{
+/turf/closed/wall,
+/area/maintenance/disposal)
+"aOr" = (
+/obj/structure/chair{
dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNW" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/whiteblue/side{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/maintenance/disposal)
+"aOs" = (
+/obj/item/trash/can,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/whiteblue/side{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/area/maintenance/disposal)
+"aOt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel/whiteblue/side{
+/area/maintenance/disposal)
+"aOu" = (
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "garbage";
+ name = "disposal coveyor"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aNZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/maintenance/disposal)
+"aOv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/maintenance/disposal)
+"aOw" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/airalarm{
+ dir = 8;
+ icon_state = "alarm0";
+ pixel_x = 24
+ },
+/turf/open/floor/plating{
+ tag = "icon-warnplatecorner (EAST)"
+ },
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/turf/open/floor/plasteel/whiteblue/corner{
+/area/maintenance/disposal)
+"aOx" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Airlock"
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"aOy" = (
+/obj/machinery/light{
dir = 1
},
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aOa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+"aOz" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aOb" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+"aOA" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aOB" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aOC" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aOD" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 4;
- icon_state = "1-4"
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOE" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOF" = (
+/turf/closed/wall,
+/area/hydroponics)
+"aOG" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Hydroponics Maintenance";
+ req_access_txt = "35"
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aOc" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/door/airlock/glass_atmos{
- name = "Air Supply Control";
- req_access_txt = "24"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/hydroponics)
+"aOH" = (
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
+"aOI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plating,
+/area/crew_quarters/kitchen)
+"aOJ" = (
+/obj/structure/plasticflaps{
+ opacity = 1
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOd" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Air to Distro";
- on = 1
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/fsmaint2)
+"aOK" = (
+/obj/item/weapon/reagent_containers/food/drinks/shaker,
+/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
+/obj/structure/table/wood,
+/obj/item/weapon/coin/silver,
+/obj/item/stack/spacecash/c10,
+/obj/item/stack/spacecash/c100,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aOL" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
+ },
+/turf/open/floor/wood{
+ icon_state = "wood-broken"
+ },
+/area/crew_quarters/bar)
+"aOM" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aON" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aOO" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Bar Storage Maintenance";
+ req_access_txt = "25"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aOP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aOf" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+ dir = 4;
+ initialize_directions = 11
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aOg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aOh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/chair/office/light{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aOi" = (
-/obj/structure/table/reinforced,
+/obj/item/chair,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOR" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastright{
- base_state = "left";
- dir = 8;
- icon_state = "left";
- name = "Chemistry Desk";
- req_access_txt = "33"
+/obj/machinery/door/airlock/maintenance{
+ name = "EVA Maintenance";
+ req_access_txt = "18"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/door/window/southright{
- dir = 4;
- name = "Research and Development Desk";
- req_access_txt = "7"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/storage/eva)
+"aOS" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
},
-/turf/open/floor/plasteel,
-/area/medical/chemistry)
-"aOj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOT" = (
+/obj/item/trash/tray,
+/obj/machinery/light/small{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOU" = (
+/obj/structure/closet/secure_closet/freezer/cream_pie,
+/obj/item/weapon/grown/bananapeel,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOV" = (
+/obj/structure/closet/secure_closet/freezer/cream_pie,
+/obj/item/seeds/banana,
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aOW" = (
+/turf/open/floor/plasteel/brown/corner{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOl" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/quartermaster/office)
+"aOX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/area/quartermaster/office)
+"aOY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/westleft{
dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOn" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the AI upload.";
- dir = 4;
- name = "AI Upload Monitor";
- network = list("AIUpload");
- pixel_x = -29
- },
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1447;
- name = "Private AI Channel";
- pixel_y = 22
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+ name = "Delivery Desk";
+ req_access_txt = "50"
},
-/obj/machinery/camera/motion{
- c_tag = "AI Upload Foyer";
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/office)
+"aOZ" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/westleft{
dir = 1;
- network = list("SS13","RD")
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aOo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ name = "Delivery Desk";
+ req_access_txt = "50"
},
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/office)
+"aPa" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Mailroom";
+ req_access_txt = "0";
+ req_one_access_txt = "48;50"
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOp" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPb" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/toxins/lab)
-"aOq" = (
-/obj/structure/window/reinforced/tinted{
+/area/quartermaster/office)
+"aPc" = (
+/obj/machinery/button/door{
+ id = "qm_warehouse";
+ name = "Warehouse Door Control";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/quartermaster/storage)
+"aPd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aOr" = (
-/obj/structure/window/reinforced/tinted{
+/area/quartermaster/storage)
+"aPe" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/quartermaster/storage)
+"aPf" = (
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 4;
+ name = "Cargo Maintenance APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aOs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"aOt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
- },
-/area/assembly/robotics)
-"aOu" = (
-/turf/open/floor/plasteel/bot,
-/area/assembly/robotics)
-"aOv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aPg" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aOw" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aPh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aPi" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Disposal APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/obj/item/stack/cable_coil,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aOx" = (
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aOy" = (
-/obj/machinery/mech_bay_recharge_port{
- dir = 1
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/assembly/chargebay)
-"aOz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aOA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/area/maintenance/disposal)
+"aPj" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Infirmary"
},
-/turf/open/floor/bluegrid,
-/area/assembly/chargebay)
-"aOB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aPk" = (
+/obj/machinery/status_display{
+ dir = 4;
+ layer = 4;
+ pixel_x = -32;
+ pixel_y = 0
},
-/turf/closed/wall/r_wall,
-/area/assembly/chargebay)
-"aOC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/camera{
+ c_tag = "Departure Lounge";
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warnwhite{
- dir = 10
- },
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aOD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/research{
- name = "Research Division"
+"aPl" = (
+/obj/effect/landmark/event_spawn,
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aOE" = (
-/obj/machinery/shower{
- dir = 8
- },
-/turf/open/floor/plasteel/warnwhite{
- dir = 6
+"aPm" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aPn" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 8
},
-/area/medical/research{
- name = "Research Division"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aOF" = (
-/turf/open/floor/engine,
-/area/toxins/explab)
-"aOG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+"aPo" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/grille_or_trash,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aOH" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/area/maintenance/fsmaint2)
+"aPp" = (
+/obj/structure/sink{
+ pixel_y = 28
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -28
},
-/area/ai_monitored/nuke_storage)
-"aOI" = (
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aPq" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/nuke_storage)
-"aOJ" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aPr" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/machinery/light/small{
+ dir = 1
},
-/area/hallway/primary/starboard)
-"aOK" = (
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aPs" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aPt" = (
/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+ pixel_y = 24
},
-/turf/open/floor/plasteel/floorgrime,
-/area/hallway/primary/starboard)
-"aOL" = (
-/obj/structure/rack,
-/obj/item/weapon/circuitboard/machine/telecomms/processor,
-/obj/item/weapon/circuitboard/machine/telecomms/receiver,
-/obj/item/weapon/circuitboard/machine/telecomms/server,
-/obj/item/weapon/circuitboard/machine/telecomms/bus,
-/obj/item/weapon/circuitboard/machine/telecomms/broadcaster,
-/obj/item/weapon/circuitboard/computer/message_monitor{
- pixel_y = -5
+/obj/machinery/camera{
+ c_tag = "Hydroponics Storage"
},
-/turf/open/floor/plating,
-/area/storage/tech)
-"aOM" = (
+/obj/machinery/plantgenes,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aPu" = (
+/obj/machinery/chem_master/condimaster,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aPv" = (
/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
+/obj/item/weapon/book/manual/hydroponics_pod_people,
+/obj/item/weapon/paper/hydroponics,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/item/weapon/reagent_containers/glass/bottle/mutagen,
+/obj/item/weapon/reagent_containers/dropper,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aPw" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Kitchen Maintenance";
+ req_access_txt = "28"
},
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/device/t_scanner,
-/obj/item/device/multitool,
-/obj/item/clothing/glasses/meson,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aON" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/obj/item/weapon/aiModule/reset,
-/turf/open/floor/plating,
-/area/storage/tech)
-"aOO" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aOP" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aOQ" = (
-/obj/item/stack/sheet/metal{
- amount = 50
+/area/crew_quarters/kitchen)
+"aPx" = (
+/obj/machinery/chem_master/condimaster{
+ name = "CondiMaster Neo";
+ pixel_x = -4
},
-/obj/item/stack/sheet/metal{
- amount = 50;
- pixel_x = 2;
- pixel_y = 2
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aPy" = (
+/obj/machinery/gibber,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aPz" = (
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aPA" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=8";
+ freq = 1400;
+ location = "Kitchen"
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/obj/machinery/door/window/southleft{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "Kitchen Delivery";
+ req_access_txt = "28"
},
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOR" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOS" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Port to Filter";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOT" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOU" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+/area/crew_quarters/kitchen)
+"aPB" = (
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aOV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOW" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
+/area/maintenance/fsmaint2)
+"aPC" = (
+/obj/item/device/assembly/mousetrap,
+/turf/open/floor/wood{
+ icon_state = "wood-broken6"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aOX" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Air Outlet Pump";
- on = 1
+/area/crew_quarters/bar)
+"aPD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/turf/open/floor/plasteel/arrival{
- dir = 6
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aPE" = (
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aPF" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/area/atmos)
-"aOY" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/meter{
- frequency = 1443;
- name = "Mixed Air Tank Out"
- },
-/turf/closed/wall/r_wall,
-/area/atmos)
-"aOZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
- dir = 8;
- external_pressure_bound = 0;
- frequency = 1441;
- icon_state = "vent_map";
- id_tag = "air_out";
- internal_pressure_bound = 2000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine/air,
-/area/atmos)
-"aPa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Surgery Maintenance";
- req_access_txt = "45"
+/obj/item/weapon/storage/box/beanbag,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aPG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aPb" = (
-/obj/machinery/computer/crew,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Chief Medical Officer's Desk";
- departmentType = 5;
- name = "Chief Medical Officer RC";
- pixel_x = -32
+/area/maintenance/fsmaint2)
+"aPH" = (
+/obj/item/weapon/weldingtool,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aPc" = (
-/obj/structure/chair/office/light{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Chief Medical Officer"
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aPd" = (
-/obj/structure/table/glass,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/stamp/cmo,
-/obj/item/clothing/glasses/hud/health,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aPe" = (
-/obj/structure/chair{
- dir = 8
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aPf" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aPg" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aPh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aPi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aPj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/effect/landmark{
- name = "blobstart"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aPk" = (
-/obj/machinery/light/small,
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPK" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/machinery/turretid{
- control_area = null;
- name = "AI Upload Turret Control";
- pixel_y = 27;
- req_access = list(65)
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aPl" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/whiteyellow/side{
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aPL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aPm" = (
-/obj/machinery/smartfridge/chemistry,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aPn" = (
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aPo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aPp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aPq" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPr" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPs" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPt" = (
-/obj/machinery/light,
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/machinery/button/door{
- dir = 2;
- id = "rnd";
- name = "Shutters Control Button";
- pixel_x = 6;
- pixel_y = -24
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPO" = (
+/obj/machinery/light{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/table,
-/turf/open/floor/plasteel/whitepurple/corner,
-/area/toxins/lab)
-"aPu" = (
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 29
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/brown/corner{
dir = 4
},
-/obj/structure/table,
-/turf/open/floor/plasteel/whitepurple/side,
-/area/toxins/lab)
-"aPv" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/quartermaster/office)
+"aPP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/brown/corner{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/whitepurple/side,
-/area/toxins/lab)
-"aPw" = (
+/area/quartermaster/office)
+"aPQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/whitepurple/side,
-/area/toxins/lab)
-"aPx" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southright{
- dir = 8;
- name = "Research and Development Desk";
- req_access_txt = "7"
- },
-/obj/machinery/door/window/eastright{
- base_state = "left";
- icon_state = "left";
- name = "Robotics Desk";
- req_access_txt = "29"
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
},
+/area/quartermaster/office)
+"aPR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aPS" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aPy" = (
+/area/quartermaster/office)
+"aPT" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/whitered/side,
-/area/assembly/robotics)
-"aPz" = (
-/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Roboticist"
- },
-/turf/open/floor/plasteel/whitered/side,
-/area/assembly/robotics)
-"aPA" = (
-/obj/machinery/light,
-/obj/machinery/button/door{
- dir = 2;
- id = "robotics";
- name = "Shutters Control Button";
- pixel_x = -6;
- pixel_y = -24
- },
-/obj/machinery/light_switch{
- pixel_x = 5;
- pixel_y = -25
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aPV" = (
+/obj/machinery/light{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Robotics Lab";
- dir = 1;
- network = list("SS13","RD")
- },
-/turf/open/floor/plasteel/whitered/corner{
- dir = 8
- },
-/area/assembly/robotics)
-"aPB" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/warnwhite{
- dir = 4
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 32
},
-/area/assembly/robotics)
-"aPC" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aPW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+ dir = 1;
+ initialize_directions = 11
},
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aPD" = (
+/area/quartermaster/storage)
+"aPX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 9
},
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aPE" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/area/quartermaster/storage)
+"aPY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aPF" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/weapon/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/weapon/storage/firstaid/regular{
- empty = 1;
- name = "First-Aid (empty)"
- },
-/obj/item/device/healthanalyzer,
-/obj/item/device/healthanalyzer,
-/obj/item/device/healthanalyzer,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
+/area/quartermaster/storage)
+"aPZ" = (
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aQa" = (
+/obj/machinery/light{
+ dir = 1
},
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
},
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQb" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
},
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aPG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 30;
+ supply_display = 1
},
/turf/open/floor/plating,
-/area/assembly/robotics)
-"aPH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/quartermaster/storage)
+"aQc" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
},
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aPI" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
},
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"aPJ" = (
-/obj/machinery/light,
-/obj/machinery/button/door{
- dir = 2;
- id = "Skynet_launch";
- name = "Mech Bay Door Control";
- pixel_x = 6;
- pixel_y = -24
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQd" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
},
-/obj/machinery/camera{
- c_tag = "Mech Bay";
- dir = 1
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQe" = (
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor";
+ name = "supply dock loading door"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
},
-/turf/open/floor/plasteel/warning/corner,
-/area/assembly/chargebay)
-"aPK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQf" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
},
-/turf/open/floor/plasteel/warning,
-/area/assembly/chargebay)
-"aPL" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aQg" = (
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor";
+ name = "supply dock loading door"
},
-/turf/open/floor/plasteel/warning,
-/area/assembly/chargebay)
-"aPM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/medical/research{
- name = "Research Division"
- })
-"aPN" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/engine,
-/area/toxins/explab)
-"aPO" = (
-/obj/machinery/r_n_d/experimentor,
-/turf/open/floor/engine,
-/area/toxins/explab)
-"aPP" = (
-/obj/machinery/light{
- dir = 4
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad"
},
-/turf/open/floor/engine,
-/area/toxins/explab)
-"aPQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aQh" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/newspaper,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aPR" = (
-/obj/structure/closet/secure_closet/freezer/money,
-/turf/open/floor/plasteel/vault{
- dir = 1
+/area/maintenance/apmaint)
+"aQi" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/ai_monitored/nuke_storage)
-"aPS" = (
-/turf/open/floor/plasteel/vault{
- dir = 1
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/area/ai_monitored/nuke_storage)
-"aPT" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/ai_monitored/nuke_storage)
-"aPU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/crate{
- name = "Gold Crate"
- },
-/obj/item/stack/sheet/mineral/gold{
- pixel_y = 2
- },
-/obj/item/stack/sheet/mineral/gold{
- pixel_y = 2
- },
-/obj/item/stack/sheet/mineral/gold{
- pixel_y = 2
- },
-/obj/item/weapon/storage/belt/champion,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/ai_monitored/nuke_storage)
-"aPV" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/primary/starboard)
-"aPW" = (
-/obj/machinery/camera{
- c_tag = "Starboard Primary Hallway North West";
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aPX" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/fore)
-"aPY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aQj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/camera{
- c_tag = "Atmospherics South West";
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aQk" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/machinery/pipedispenser,
-/obj/structure/window/reinforced{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 5
+/obj/structure/disposalpipe/junction{
+ dir = 2;
+ icon_state = "pipe-y"
},
-/area/atmos)
-"aPZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aQa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aQb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aQc" = (
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aQl" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Disposal Access";
+ req_access_txt = "12"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aQd" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aQe" = (
/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aQf" = (
+/area/maintenance/disposal)
+"aQm" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/medical/research{
- name = "Research Division"
- })
-"aQg" = (
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aQn" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/sign/fire{
- pixel_y = 32
+ icon_state = "4-8";
+ pixel_x = 0
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aQo" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/area/medical/research{
- name = "Research Division"
- })
-"aQh" = (
/obj/structure/disposalpipe/segment{
- dir = 2;
+ dir = 8;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/turf/open/floor/plating,
+/area/maintenance/disposal)
+"aQp" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/power/solar{
+ id = "portsolar";
+ name = "Port Solar Array"
},
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
+ })
+"aQq" = (
/obj/structure/cable{
- d1 = 2;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "0-8"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
-"aQi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+"aQr" = (
+/obj/machinery/sleeper{
+ dir = 4;
+ icon_state = "sleeper-open"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aQs" = (
+/obj/machinery/vending/medical,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aQt" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Emergency Shuttle Airlock"
+ },
+/obj/docking_port/stationary{
+ dheight = 0;
+ dir = 8;
+ dwidth = 4;
+ height = 15;
+ id = "emergency_home";
+ name = "PubbyStation emergency evac bay";
+ width = 20
+ },
+/obj/docking_port/mobile/emergency{
+ dheight = 0;
+ dir = 8;
+ dwidth = 4;
+ height = 15;
+ name = "Pubby emergency shuttle";
+ port_angle = 90;
+ width = 18
},
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/escape)
+"aQu" = (
+/obj/machinery/light,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aQj" = (
-/obj/structure/toilet{
- pixel_y = 8
+"aQv" = (
+/obj/structure/chair{
+ dir = 1;
+ name = "Command Station"
},
-/obj/effect/landmark/start{
- name = "Chief Medical Officer"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aQw" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Escape";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aQx" = (
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aQy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/cmo)
-"aQk" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aQl" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aQm" = (
-/obj/structure/table/glass,
-/obj/item/clothing/tie/stethoscope,
-/obj/item/weapon/cartridge/medical{
- pixel_x = -2;
- pixel_y = 6
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aQz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/weapon/cartridge/medical{
- pixel_x = 6;
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aQA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aQB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aQC" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 0;
pixel_y = 3
},
-/obj/item/weapon/cartridge/medical,
-/obj/item/weapon/cartridge/chemistry{
- pixel_y = 2
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 8;
+ pixel_y = 8
},
-/mob/living/simple_animal/pet/cat/Runtime,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aQn" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/item/weapon/reagent_containers/spray/plantbgone{
+ pixel_x = 13;
+ pixel_y = 5
},
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aQo" = (
+/obj/item/weapon/watertank,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aQD" = (
+/obj/structure/kitchenspike,
+/obj/item/device/assembly/mousetrap,
+/obj/item/trash/deadmouse,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aQE" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aQp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aQF" = (
+/obj/machinery/camera{
+ c_tag = "Kitchen Cold Room";
+ dir = 2;
+ network = list("SS13")
},
-/obj/effect/landmark{
- name = "lightsout"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/requests_console{
+ department = "Kitchen";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 30
},
-/turf/open/floor/plasteel/whitepurple/corner{
- dir = 1
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aQG" = (
+/obj/structure/plasticflaps{
+ opacity = 1
},
-/area/medical/research{
- name = "Research Division"
- })
-"aQq" = (
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/maintenance/fsmaint2)
+"aQH" = (
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aQI" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
+"aQJ" = (
+/obj/structure/closet/gmcloset,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
},
+/obj/item/stack/cable_coil,
+/obj/item/weapon/storage/box/mousetraps,
+/turf/open/floor/wood{
+ icon_state = "wood-broken5"
+ },
+/area/crew_quarters/bar)
+"aQK" = (
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aQL" = (
/obj/machinery/door/airlock/maintenance{
- name = "Experimentation Lab Maintenance";
- req_access_txt = "7"
+ name = "Theatre Maintenance";
+ req_access_txt = "0";
+ req_one_access_txt = "12;46"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plating,
+/area/crew_quarters/theatre)
+"aQM" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Theatre Maintenance";
+ req_access_txt = "0";
+ req_one_access_txt = "12;46"
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/toxins/explab)
-"aQr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/crew_quarters/theatre)
+"aQN" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Cargo";
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aQs" = (
+/area/hallway/primary/central)
+"aQO" = (
/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aQt" = (
-/obj/structure/noticeboard{
dir = 1;
- pixel_y = -27
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aQu" = (
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aQv" = (
-/obj/structure/bed/roller,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aQw" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aQx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ icon_state = "pipe-c"
},
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Exit Button";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = -25
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/turf/open/floor/plasteel/whiteyellow/side{
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aQP" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aQy" = (
-/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aQQ" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastright{
- name = "Chemistry Desk";
- req_access_txt = "33"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQR" = (
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel,
-/area/medical/chemistry)
-"aQz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/quartermaster/office)
+"aQS" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/chair/office/light{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/effect/landmark/start{
- name = "Chemist"
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQT" = (
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Bay";
+ req_access_txt = "0";
+ req_one_access_txt = "31;48"
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aQA" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aQB" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aQC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aQD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/chemistry)
-"aQE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aQU" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/medical/chemistry)
-"aQF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/capacitor,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/item/weapon/stock_parts/micro_laser,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQH" = (
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/scanning_module{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/scanning_module,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQI" = (
-/turf/closed/wall/r_wall,
-/area/toxins/lab)
-"aQJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd";
- name = "research lab shutters"
- },
-/turf/open/floor/plating,
-/area/toxins/lab)
-"aQK" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southright{
- dir = 1;
- name = "Research and Development Desk";
- req_access_txt = "7"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd";
- name = "research lab shutters"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aQL" = (
-/obj/machinery/mineral/ore_redemption{
- input_dir = 2;
- output_dir = 1
- },
-/turf/open/floor/plasteel/delivery,
-/area/toxins/lab)
-"aQM" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics";
- name = "robotics lab shutters"
- },
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"aQN" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastright{
- base_state = "left";
- dir = 1;
- icon_state = "left";
- name = "Robotics Desk";
- req_access_txt = "29"
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics";
- name = "robotics lab shutters"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aQO" = (
-/turf/closed/wall/r_wall,
-/area/assembly/robotics)
-"aQP" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/assembly/robotics)
-"aQQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aQR" = (
-/obj/machinery/computer/rdconsole/robotics,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -27
+/area/quartermaster/office)
+"aQV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aQS" = (
-/obj/machinery/r_n_d/circuit_imprinter,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aQT" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/robotics_cyborgs{
- pixel_x = 2;
- pixel_y = 5
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"aQU" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel/bot,
-/area/assembly/chargebay)
-"aQV" = (
-/obj/machinery/recharge_station,
-/obj/machinery/light_switch{
- pixel_y = -28
- },
-/turf/open/floor/plasteel/bot,
-/area/assembly/chargebay)
+/area/quartermaster/office)
"aQW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel,
-/area/assembly/chargebay)
+/area/quartermaster/office)
"aQX" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- id = "Skynet_launch";
- name = "mech bay"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/delivery,
-/area/assembly/chargebay)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aQY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- id = "Skynet_launch";
- name = "mech bay"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/delivery,
-/area/assembly/chargebay)
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aQZ" = (
-/obj/structure/sign/science{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/purple/side{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/hallway/primary/starboard)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aRa" = (
-/turf/open/floor/plasteel/purple/side{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aRb" = (
-/obj/structure/sign/securearea{
- pixel_x = 32
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_y = 27
- },
-/turf/open/floor/plasteel/purple/side{
- dir = 5
- },
-/area/hallway/primary/starboard)
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aRc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/maintenance/fore)
+/area/quartermaster/storage)
"aRd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/machinery/door/airlock/external{
+ name = "Supply Dock Airlock";
+ req_access_txt = "31"
},
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
+/turf/open/floor/plating,
+/area/quartermaster/storage)
"aRe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/quartermaster/storage)
"aRf" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/door/airlock/titanium{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
+ },
+/obj/docking_port/mobile/supply{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
+/obj/docking_port/stationary{
+ dir = 4;
+ dwidth = 5;
+ height = 7;
+ id = "supply_home";
+ name = "Cargo Bay";
+ width = 12
+ },
+/turf/open/floor/plating,
+/area/shuttle/supply)
"aRg" = (
-/turf/closed/wall/r_wall,
-/area/hallway/primary/starboard)
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aRh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/obj/machinery/pipedispenser/disposal,
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/atmos)
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aRi" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aRj" = (
-/obj/machinery/camera{
- c_tag = "Atmospherics South East";
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 4
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/obj/item/weapon/crowbar,
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
"aRk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "medium"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aRl" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/cmo)
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aRm" = (
-/obj/machinery/door/airlock{
- name = "Private Restroom";
- req_access_txt = "40"
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/cmo)
-"aRn" = (
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aRo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/power/apc{
- dir = 2;
- name = "CMO Office APC";
- pixel_y = -24
- },
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aRp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aRn" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aRq" = (
-/obj/item/device/radio/intercom{
- pixel_y = -27
+ icon_state = "4-8"
},
-/obj/machinery/camera{
- c_tag = "Chief Medical Office";
- dir = 1
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aRo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aRr" = (
-/obj/structure/closet/secure_closet/CMO,
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aRs" = (
-/obj/machinery/vending/medical{
- pixel_x = -2
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRt" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aRu" = (
+"aRp" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aRq" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRv" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRw" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aRr" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_y = -27
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/light,
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRx" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aRs" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aRt" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRz" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRA" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Medbay Reception";
- req_access_txt = "5"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light/small,
/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRD" = (
-/obj/machinery/status_display,
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aRE" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
+/area/maintenance/fsmaint2)
+"aRu" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fsmaint2)
+"aRv" = (
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/hydroponics)
+"aRw" = (
+/obj/machinery/door/window/eastright{
+ name = "Hydroponics Delivery";
+ req_access_txt = "35"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 1;
freq = 1400;
- location = "Medbay"
+ location = "Hydroponics"
},
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/hydroponics)
+"aRx" = (
+/obj/structure/closet/crate/hydroponics,
+/obj/item/weapon/shovel/spade,
+/obj/item/weapon/wrench,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/item/weapon/wirecutters,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aRy" = (
+/obj/structure/closet/wardrobe/botanist,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aRz" = (
+/obj/machinery/power/apc{
+ name = "Hydroponics APC";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aRA" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aRB" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aRC" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/hydrofloor,
+/area/hydroponics)
+"aRD" = (
+/obj/machinery/icecream_vat,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aRE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aRF" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
+/mob/living/simple_animal/hostile/retaliate/goat{
+ name = "Pete"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/whiteblue/side,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aRG" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
+"aRH" = (
+/obj/machinery/light{
+ dir = 4
+ },
/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
},
-/obj/structure/closet/secure_closet/chemical,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aRH" = (
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/whitebot,
-/area/medical/chemistry)
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aRI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/toxins/lab)
+/obj/machinery/door/window/southleft{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ name = "Bar Delivery";
+ req_access_txt = "25"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ freq = 1400;
+ location = "Bar"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/crew_quarters/bar)
"aRJ" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 9
+/obj/machinery/door/airlock{
+ name = "Bar Storage";
+ req_access_txt = "25"
},
-/area/hallway/primary/central)
-"aRK" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aRK" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aRL" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 5
+/obj/structure/sign/poster{
+ pixel_x = -32
},
-/area/hallway/primary/central)
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aRM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/crew_quarters/theatre)
+"aRN" = (
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-04";
+ layer = 4.1
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/research{
- name = "Robotics Lab";
- req_access_txt = "29";
- req_one_access_txt = "0"
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
+/area/crew_quarters/theatre)
"aRO" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research{
- name = "Mech Bay";
- req_access_txt = "29";
- req_one_access_txt = "0"
+/obj/machinery/camera{
+ c_tag = "Theatre Stage";
+ dir = 2
},
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
"aRP" = (
-/turf/open/floor/plasteel/loadingarea,
-/area/hallway/primary/starboard)
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aRQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/loadingarea,
-/area/hallway/primary/starboard)
+/obj/structure/table/wood,
+/obj/item/weapon/lipstick/random{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/clothing/gloves/color/rainbow/clown,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/item/weapon/book/random,
+/obj/item/weapon/lipstick/random,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/theatre)
"aRR" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 4
+/obj/structure/dresser,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/theatre)
"aRS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/purple/corner{
- dir = 1
+/obj/machinery/vending/autodrobe,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/theatre)
"aRT" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aRU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/machinery/door/airlock/maintenance{
+ name = "Theatre Maintenance";
+ req_access_txt = "46"
},
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/fore)
-"aRV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/area/crew_quarters/theatre)
+"aRU" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
},
-/obj/item/device/assembly/timer,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/hallway/primary/central)
+"aRV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aRW" = (
-/obj/structure/sign/securearea{
- pixel_y = -32
- },
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "EVA Maintenance";
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aRX" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/oil,
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- icon_state = "coil_red2"
+/turf/open/floor/plasteel/loadingarea{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/quartermaster/office)
"aRY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/plasticflaps{
+ opacity = 1
+ },
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "cargodeliver"
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/quartermaster/office)
"aRZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plasteel/brown{
+ dir = 8
},
-/area/maintenance/fore)
+/area/quartermaster/office)
"aSa" = (
-/obj/effect/decal/cleanable/cobweb2,
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aSb" = (
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aSc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -30
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
-/obj/machinery/pipedispenser/disposal/transit_tube,
-/turf/open/floor/plasteel/warning{
- dir = 4
+/obj/machinery/conveyor_switch{
+ id = "cargodeliver"
},
-/area/atmos)
-"aSd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+/turf/open/floor/plasteel/brown{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSe" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/quartermaster/office)
+"aSc" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "QM #1"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+/mob/living/simple_animal/bot/mulebot{
+ beacon_freq = 1400;
+ home_destination = "QM #1";
+ suffix = "#1"
},
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aSd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/atmos)
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/quartermaster/storage)
+"aSe" = (
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aSf" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
/turf/open/floor/plasteel,
-/area/atmos)
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aSg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
-/area/atmos)
+/area/quartermaster/storage)
"aSh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+/obj/machinery/conveyor_switch/oneway{
+ convdir = -1;
+ id = "QMLoad"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSi" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 1
+/obj/machinery/button/door{
+ id = "QMLoaddoor2";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = -8
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aSj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 9
+/obj/machinery/button/door{
+ dir = 2;
+ id = "QMLoaddoor";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = 24;
+ pixel_y = 8
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/camera{
+ c_tag = "Cargo Supply Dock";
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/atmos)
-"aSk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/area/quartermaster/storage)
+"aSi" = (
+/obj/machinery/button/door{
+ id = "QMLoaddoor2";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = -8
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/button/door{
+ dir = 2;
+ id = "QMLoaddoor";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -24;
+ pixel_y = 8
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aSl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/cmo)
-"aSm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/medical/cmo)
-"aSn" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/supply)
+"aSj" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/camera{
- c_tag = "Medbay South";
+/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aSo" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aSp" = (
-/turf/closed/wall,
-/area/security/checkpoint/medical)
-"aSq" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/security/checkpoint/medical)
-"aSr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/maintenance/apmaint)
+"aSk" = (
+/obj/structure/easel,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aSl" = (
+/obj/structure/closet/l3closet/scientist,
+/obj/item/weapon/book/manual/wiki/chemistry,
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aSm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/security/checkpoint/medical)
-"aSs" = (
-/obj/machinery/requests_console{
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_x = -30
+/obj/machinery/button/massdriver{
+ id = "chapelgun";
+ pixel_x = 28;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aSt" = (
-/obj/machinery/computer/crew,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
-"aSu" = (
-/obj/structure/table/reinforced,
-/obj/machinery/light{
+"aSn" = (
+/obj/structure/window/reinforced{
dir = 1
},
-/obj/machinery/camera{
- c_tag = "Medbay Foyer"
+/obj/structure/shuttle/engine/heater,
+/turf/open/floor/plating/airless,
+/area/shuttle/escape)
+"aSo" = (
+/obj/structure/table,
+/obj/item/weapon/defibrillator/loaded,
+/turf/open/floor/mineral/titanium,
+/area/shuttle/escape)
+"aSp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aSv" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_y = 23
+"aSq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/whiteyellow/corner,
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
-"aSw" = (
-/obj/machinery/light{
- dir = 8
+"aSr" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Departure Lounge"
},
-/obj/machinery/camera{
- c_tag = "Chemistry";
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/requests_console{
- department = "Chemistry";
- departmentType = 2;
- pixel_x = -30
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aSs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
},
-/obj/structure/closet/wardrobe/chemistry_white,
-/obj/item/weapon/storage/backpack/satchel_chem,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aSx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/turf/closed/wall,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aSt" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/structure/sign/directions/evac{
dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ icon_state = "direction_evac";
+ pixel_x = 32;
+ pixel_y = 0;
+ tag = "icon-direction_evac (NORTH)"
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aSu" = (
+/turf/closed/wall,
+/area/janitor)
+"aSv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/janitor)
+"aSw" = (
+/obj/machinery/door/window/eastright{
+ dir = 2;
+ name = "Janitor Delivery";
+ req_access_txt = "26"
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=1";
+ dir = 1;
+ freq = 1400;
+ location = "Janitor"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 8
+ },
+/area/janitor)
+"aSx" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Hydroponics";
+ req_access_txt = "35"
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aSy" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/structure/closet/chefcloset,
+/obj/item/weapon/wrench,
+/obj/item/weapon/crowbar,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aSz" = (
-/turf/open/floor/plasteel/caution/corner{
- dir = 8
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Kitchen APC";
+ pixel_y = -24
},
-/area/hallway/primary/central)
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aSA" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen{
+ name = "Kitchen Coldroom"
+ })
"aSB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/radio/intercom{
- dir = 8;
- freerange = 1;
- name = "Station Intercom (Command)";
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aSC" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Central Primary Hall North West"
- },
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/purple/corner{
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
+/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/hallway/primary/central)
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aSD" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/hallway/primary/central)
+/turf/closed/wall,
+/area/crew_quarters/kitchen)
"aSE" = (
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aSF" = (
-/turf/open/floor/plasteel/warning{
- dir = 2
+/obj/machinery/light/small{
+ dir = 1
},
-/area/hallway/primary/central)
+/obj/structure/sign/securearea{
+ desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
+ icon_state = "monkey_painting";
+ name = "Mr. Deempisi portrait";
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aSG" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
+/obj/structure/sink/kitchen{
+ pixel_y = 28
},
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aSH" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aSI" = (
-/turf/open/floor/plasteel/purple/corner{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/requests_console{
+ department = "Bar";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 30
},
-/area/hallway/primary/central)
-"aSJ" = (
/obj/machinery/camera{
- c_tag = "Central Primary Hall North East"
+ c_tag = "Bar Access";
+ dir = 2;
+ network = list("SS13")
},
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/light{
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aSJ" = (
+/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/purple/side{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/hallway/primary/central)
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aSK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/purple/side{
- dir = 1
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Bar APC";
+ pixel_x = 27
},
-/area/hallway/primary/central)
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aSL" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
+/obj/structure/piano{
+ tag = "icon-piano";
+ icon_state = "piano"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aSM" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
},
-/obj/machinery/light{
- dir = 1
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/area/crew_quarters/theatre)
"aSN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/structure/chair/wood/normal,
+/mob/living/carbon/monkey/punpun,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
"aSO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/obj/structure/table/wood,
+/obj/item/device/instrument/violin,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/area/crew_quarters/theatre)
"aSP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/table/wood,
+/obj/item/device/instrument/guitar,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
+"aSQ" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Theatre APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aSR" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
+/obj/effect/landmark/start{
+ name = "Mime"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/turf/open/floor/plating,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aSQ" = (
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aSS" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -23257,5943 +22343,5700 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aST" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"aSR" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"aSS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aST" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
"aSU" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-8"
},
-/obj/machinery/door/airlock/maintenance{
- name = "E.V.A. Maintenance";
- req_access_txt = "18"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = 24
+ },
+/obj/structure/mirror{
+ pixel_x = 28;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
"aSV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/office)
"aSW" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fore)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/office)
"aSX" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window{
- name = "Core Modules";
- req_access_txt = "20"
- },
-/obj/machinery/ai_status_display{
- pixel_y = 32
- },
-/obj/item/weapon/aiModule/core/full/asimov,
-/obj/item/weapon/aiModule/core/freeformcore,
-/obj/item/weapon/aiModule/core/full/corp,
-/obj/item/weapon/aiModule/core/full/custom,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/office)
"aSY" = (
-/obj/machinery/computer/upload/ai,
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/machinery/door/firedoor,
+/obj/machinery/mineral/ore_redemption{
+ input_dir = 4;
+ output_dir = 8
},
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel/black,
+/area/quartermaster/office)
"aSZ" = (
-/obj/machinery/flasher{
- id = "AI";
- pixel_y = 25
+/obj/machinery/status_display{
+ dir = 8;
+ layer = 4;
+ pixel_x = 32;
+ pixel_y = 0;
+ supply_display = 1
},
-/obj/machinery/camera/motion{
- c_tag = "AI Upload";
- network = list("SS13","RD","AIUpload")
+/turf/open/floor/plasteel/brown{
+ dir = 4
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/area/quartermaster/office)
"aTa" = (
-/obj/machinery/computer/upload/borg,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai_upload)
-"aTb" = (
-/obj/structure/table,
-/obj/item/weapon/aiModule/supplied/oxygen,
-/obj/item/weapon/aiModule/zeroth/oneHuman,
-/obj/item/weapon/aiModule/reset/purge,
-/obj/item/weapon/aiModule/core/full/antimov,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window{
- base_state = "right";
- icon_state = "right";
- name = "High-Risk Modules";
- req_access_txt = "20"
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "QM #2"
},
-/obj/machinery/ai_status_display{
- pixel_y = 32
+/obj/machinery/camera{
+ c_tag = "Cargo Bay";
+ dir = 4
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aTb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aTc" = (
-/obj/structure/closet/crate,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/warning{
- dir = 6
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
},
-/area/atmos)
-"aTd" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/atmos)
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
+"aTd" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/quartermaster/storage)
"aTe" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
"aTf" = (
-/obj/machinery/light,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aTg" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- name = "Air to External";
- on = 1
+/obj/machinery/door/airlock/titanium{
+ name = "Supply Shuttle Airlock";
+ req_access_txt = "31"
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plating,
+/area/shuttle/supply)
+"aTg" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aTh" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "External to Filter";
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aTi" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/closed/wall,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"aTj" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/suit_storage_unit/atmos,
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/atmos)
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/escape)
"aTk" = (
-/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/structure/table,
+/obj/item/toy/cards/deck,
+/turf/open/floor/plasteel/escape{
+ dir = 10
},
-/area/atmos)
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aTl" = (
-/obj/structure/window/reinforced{
- dir = 4;
- layer = 2.9
+/obj/structure/chair{
+ dir = 1
},
-/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel/warning{
- dir = 5
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/area/atmos)
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aTm" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -25
+/obj/structure/chair{
+ dir = 1
},
-/obj/machinery/space_heater,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aTn" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aTo" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/structure/chair{
+ dir = 1
},
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/obj/machinery/light,
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
+"aTo" = (
+/turf/open/floor/plasteel/escape,
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
})
"aTp" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-14";
+ layer = 4.1
},
-/obj/machinery/door/airlock/glass_medical{
- name = "Chemistry Lab";
- req_access_txt = "5; 33"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/escape{
+ dir = 6
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/hallway/secondary/exit{
+ name = "\improper Departure Lounge"
+ })
"aTq" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/washing_machine,
+/obj/structure/sign/securearea{
+ desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'";
+ icon_state = "monkey_painting";
+ name = "Mr. Deempisi portrait";
+ pixel_x = 0;
+ pixel_y = 28
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plasteel/black,
+/area/janitor)
"aTr" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/camera{
+ c_tag = "Custodial Quarters"
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/item/clothing/shoes/jackboots,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/janitor)
"aTs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/gun/syringe,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTt" = (
-/obj/item/weapon/storage/belt/medical{
- pixel_y = 2
- },
-/obj/item/weapon/storage/belt/medical{
- pixel_y = 2
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/effect/landmark/start{
+ name = "Janitor"
},
-/obj/item/weapon/storage/belt/medical{
- pixel_y = 2
+/turf/open/floor/plasteel/black,
+/area/janitor)
+"aTt" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 9
},
-/obj/item/clothing/tie/stethoscope,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/hydroponics)
"aTu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/l3closet,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTv" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
},
-/obj/machinery/camera{
- c_tag = "Medbay Storage"
+/area/hydroponics)
+"aTv" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 1
},
-/obj/structure/closet/wardrobe/white/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/hydroponics)
"aTw" = (
-/obj/structure/closet/secure_closet/medical3,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/sink{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aTx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 21
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aTy" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTz" = (
-/obj/machinery/light_switch{
- pixel_x = -28
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/obj/item/weapon/screwdriver{
- pixel_y = 10
+/obj/machinery/light_switch{
+ pixel_x = -4;
+ pixel_y = 30
},
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/red/side{
- dir = 9
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
},
-/area/security/checkpoint/medical)
+/area/hydroponics)
+"aTz" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aTA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/security/checkpoint/medical)
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aTB" = (
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/security/checkpoint/medical)
+/obj/structure/closet/secure_closet/freezer/fridge,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aTC" = (
-/obj/structure/chair/office/light,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTD" = (
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Doors Control";
- normaldoorcontrol = 1;
- pixel_x = 26;
- req_access_txt = "5"
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/obj/structure/chair/office/light{
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aTD" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aTE" = (
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aTF" = (
-/turf/open/floor/plasteel/whiteyellow/side{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aTF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ sortType = 19
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aTG" = (
-/obj/machinery/chem_dispenser,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 9
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/medical/chemistry)
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aTH" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/obj/item/weapon/reagent_containers/dropper,
-/obj/item/weapon/storage/pill_bottle/epinephrine{
- pixel_x = 5;
- pixel_y = -2
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 1
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 4
},
-/area/medical/chemistry)
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aTI" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aTJ" = (
-/obj/machinery/chem_dispenser,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 5
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/medical/chemistry)
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aTK" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/hallway/primary/central)
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
"aTL" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/area/hallway/primary/central)
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/theatre)
"aTM" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=9-Medbay2";
- location = "8-NWCentral"
+/obj/structure/sign/poster{
+ pixel_x = 32
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aTN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
"aTO" = (
-/turf/open/floor/plasteel/warning{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/hallway/primary/central)
+/obj/machinery/camera{
+ c_tag = "Theatre Storage";
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
"aTP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ sortType = 18
+ },
+/obj/machinery/requests_console{
+ department = "Theatre";
+ departmentType = 0;
+ name = "theatre RC";
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
"aTQ" = (
-/obj/machinery/door/airlock/external{
- name = "Mining Dock Airlock";
- req_access = null;
- req_access_txt = "48"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/hallway/primary/central)
+/obj/effect/landmark/start{
+ name = "Clown"
+ },
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
"aTR" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/hallway/primary/central)
-"aTS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aTT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTV" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/item/cardboard_cutout,
+/obj/structure/mirror{
+ pixel_x = 28;
+ pixel_y = -2
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/redblue,
+/area/crew_quarters/theatre)
+"aTS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/turf/closed/wall,
+/area/crew_quarters/theatre)
+"aTT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/hallway/primary/central)
+"aTU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
+"aTV" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westleft{
+ dir = 2;
+ name = "Cargo Desk";
+ req_access_txt = "50"
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aTY" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=4-Engineering";
- location = "3-Bar1"
+/area/quartermaster/office)
+"aTW" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westleft{
+ dir = 2;
+ name = "Cargo Desk";
+ req_access_txt = "50"
},
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/area/quartermaster/office)
+"aTX" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/autolathe,
+/turf/open/floor/plasteel/black,
+/area/quartermaster/office)
+"aTY" = (
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Foyer";
+ dir = 8
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/area/quartermaster/office)
"aTZ" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "QM #3"
+ },
+/mob/living/simple_animal/bot/mulebot{
+ home_destination = "QM #2";
+ suffix = "#2"
},
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aUa" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aUb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
},
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plating,
+/area/quartermaster/storage)
"aUc" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/plasteel/vault{
- dir = 4
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor2";
+ name = "supply dock loading door"
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUd" = (
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
},
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/turf/open/floor/plating,
+/area/quartermaster/storage)
+"aUd" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plating,
+/area/quartermaster/storage)
"aUe" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/machinery/door/poddoor{
+ id = "QMLoaddoor2";
+ name = "supply dock loading door"
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "QMLoad2"
},
-/area/turret_protected/ai_upload)
+/turf/open/floor/plating,
+/area/shuttle/supply)
"aUf" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/obj/item/device/assembly/timer{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aUg" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/turret_protected/ai_upload)
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"aUh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/starboard)
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aUi" = (
-/turf/closed/wall,
-/area/atmos)
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aUj" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics";
- req_access_txt = "24"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/closed/wall,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aUk" = (
/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "papersplease";
+ name = "security shutters"
+ },
/turf/open/floor/plating,
-/area/atmos)
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aUl" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/atmos)
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/westright{
+ dir = 2;
+ name = "Security Checkpoint";
+ req_access_txt = "1"
+ },
+/obj/machinery/door/window/northleft{
+ dir = 1;
+ icon_state = "left";
+ name = "Reception Window";
+ req_access_txt = "0"
+ },
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "papersplease";
+ layer = 3.1;
+ name = "privacy shutters";
+ opacity = 0
+ },
+/obj/item/weapon/folder/red,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aUm" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plating,
-/area/atmos)
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"aUn" = (
-/turf/closed/wall,
-/area/maintenance/disposal)
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/sign/poster{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
"aUo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+ dir = 4
},
/turf/closed/wall,
-/area/maintenance/disposal)
+/area/janitor)
"aUp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/disposal)
-"aUq" = (
+/obj/structure/bedsheetbin,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/closed/wall,
-/area/maintenance/disposal)
-"aUr" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aUs" = (
-/obj/structure/rack{
+/turf/open/floor/plasteel/vault,
+/area/janitor)
+"aUq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- layer = 2.9
+ on = 1
},
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/vault,
+/area/janitor)
+"aUr" = (
+/obj/structure/table,
+/obj/item/clothing/under/maid,
+/obj/item/key/janitor,
+/obj/item/weapon/grenade/clusterbuster/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/obj/item/weapon/grenade/chem_grenade/cleaner,
+/turf/open/floor/plasteel/vault,
+/area/janitor)
+"aUs" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 8
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/area/hydroponics)
"aUt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aUu" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aUv" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Medbay Security APC";
- pixel_x = -25
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/biogenerator,
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 2;
+ pixel_x = 0;
+ pixel_y = 30
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/turf/open/floor/plasteel/green/corner{
+ dir = 4
},
-/area/security/checkpoint/medical)
+/area/hydroponics)
"aUw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/machinery/hydroponics/constructable,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel/green/side{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/area/hydroponics)
"aUx" = (
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/obj/machinery/hydroponics/constructable,
+/obj/structure/sign/botany{
+ pixel_y = 32
},
-/area/security/checkpoint/medical)
+/turf/open/floor/plasteel/green/side{
+ dir = 1
+ },
+/area/hydroponics)
"aUy" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/reagent_containers/food/drinks/britcup{
- desc = "Kingston's personal cup."
+/obj/machinery/door/airlock{
+ name = "Kitchen Cold Room";
+ req_access_txt = "28"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/kitchen)
"aUz" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/folder/white,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/door/airlock{
+ name = "Bar Access";
+ req_access_txt = "28"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/kitchen)
"aUA" = (
-/obj/structure/table/reinforced,
+/obj/machinery/door/airlock{
+ cyclelinkeddir = 4;
+ name = "Bar Access";
+ req_access_txt = "25"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
-/obj/item/weapon/reagent_containers/syringe/epinephrine,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aUB" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+/obj/machinery/door/airlock{
+ cyclelinkeddir = 8;
+ name = "Bar Access";
+ req_access_txt = "0";
+ req_one_access_txt = "25; 28"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aUC" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastright{
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/turf/open/floor/plasteel,
-/area/medical/chemistry)
+/obj/structure/window/reinforced,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aUD" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 8
- },
-/area/medical/chemistry)
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aUE" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Chemist"
- },
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 4
+/obj/machinery/door/window{
+ base_state = "right";
+ icon_state = "right"
},
-/area/medical/chemistry)
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"aUF" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastright{
- base_state = "left";
- dir = 8;
- icon_state = "left";
- name = "Chemistry Desk";
- req_access_txt = "33"
+/obj/machinery/door/airlock{
+ name = "Theatre Storage";
+ req_access_txt = "46"
},
-/turf/open/floor/plasteel,
-/area/medical/chemistry)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/theatre)
"aUG" = (
-/turf/open/floor/plasteel/yellow/side{
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/area/hallway/primary/central)
+/area/crew_quarters/theatre)
"aUH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/primary/central)
+/obj/structure/table/wood,
+/obj/item/weapon/soap,
+/obj/structure/table/wood,
+/obj/item/weapon/bikehorn,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/theatre)
"aUI" = (
-/turf/open/floor/plasteel/warning{
- dir = 6
+/obj/structure/table/wood,
+/obj/item/weapon/storage/crayons{
+ pixel_x = 3;
+ pixel_y = 3
},
-/area/hallway/primary/central)
+/obj/item/weapon/reagent_containers/food/snacks/pie/cream{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/toy/cattoy,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/theatre)
"aUJ" = (
-/turf/open/floor/plating,
-/area/hallway/primary/central)
+/obj/machinery/computer/cargo,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
"aUK" = (
-/obj/machinery/computer/shuttle/mining,
-/turf/open/floor/plasteel/warning{
- dir = 10
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
"aUL" = (
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/warning{
- dir = 2
+/obj/structure/chair/office/dark{
+ dir = 1
},
-/area/hallway/primary/central)
-"aUM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/effect/landmark/start{
+ name = "Cargo Technician"
},
-/turf/open/floor/plasteel/warning/corner{
+/turf/open/floor/plasteel/brown{
dir = 1
},
-/area/hallway/primary/central)
-"aUN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/area/quartermaster/office)
+"aUM" = (
+/obj/item/weapon/stamp{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/item/weapon/stamp/denied{
+ pixel_x = 4;
+ pixel_y = -2
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
+"aUN" = (
+/turf/open/floor/plasteel/brown{
+ dir = 1
+ },
+/area/quartermaster/office)
"aUO" = (
-/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway North West";
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/brown{
dir = 1
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/area/quartermaster/office)
"aUP" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/office)
"aUQ" = (
-/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway North";
- dir = 1
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 4
+ },
+/area/quartermaster/office)
"aUR" = (
/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=8-NWCentral";
- location = "7-Bar2"
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "QM #4"
},
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aUS" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/darkblue/side{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/area/quartermaster/storage)
"aUT" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "E.V.A. Storage APC";
- pixel_y = 25
- },
-/obj/machinery/camera{
- c_tag = "EVA Storage"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aUU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aUV" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/quartermaster/storage)
"aUW" = (
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aUX" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/machinery/conveyor_switch/oneway{
+ convdir = 1;
+ id = "QMLoad2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aUY" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/area/quartermaster/storage)
+"aUY" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/storage/box/matches,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aUZ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/structure/table,
+/obj/item/device/assembly/igniter,
+/obj/item/device/assembly/igniter,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aVa" = (
-/obj/machinery/light/small{
- dir = 4
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 10
},
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 4;
- name = "AI Upload APC";
- pixel_x = 26
+/obj/item/stack/rods{
+ amount = 25
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/item/weapon/shard{
+ icon_state = "small"
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/obj/effect/decal/cleanable/deadcockroach,
+/obj/item/weapon/light/bulb,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aVb" = (
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
"aVc" = (
-/obj/machinery/ai_slipper{
- icon_state = "motion0"
+/turf/closed/wall/r_wall,
+/area/hallway/secondary/entry)
+"aVd" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Monastery Maintenance APC";
+ pixel_y = 24
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aVd" = (
-/obj/structure/sign/kiddieplaque{
- pixel_x = -32
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/porta_turret/ai{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"aVe" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aVf" = (
-/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 1
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"aVf" = (
+/obj/machinery/computer/security,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
},
-/area/atmos)
-"aVg" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32;
+ pixel_y = 0
},
-/obj/machinery/camera{
- c_tag = "Atmospherics Monitoring"
+/turf/open/floor/plasteel/red/side{
+ dir = 9
},
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/plasteel/caution/corner{
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aVg" = (
+/turf/open/floor/plasteel/red/side{
dir = 1
},
-/area/atmos)
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aVh" = (
-/obj/machinery/computer/atmos_control{
- frequency = 1441;
- name = "Tank Monitor";
- sensors = list("n2_sensor" = "Nitrogen", "o2_sensor" = "Oxygen", "co2_sensor" = "Carbon Dioxide", "tox_sensor" = "Toxins", "n2o_sensor" = "Nitrous Oxide", "waste_sensor" = "Gas Mix Tank")
- },
-/obj/structure/sign/atmosplaque{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/caution{
- dir = 9
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/area/atmos)
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aVi" = (
-/obj/machinery/computer/atmos_control{
- frequency = 1443;
- level = 3;
- name = "Distribution and Waste Monitor";
- sensors = list("mair_in_meter" = "Mixed Air In", "air_sensor" = "Mixed Air Supply Tank", "mair_out_meter" = "Mixed Air Out", "dloop_atm_meter" = "Distribution Loop", "wloop_atm_meter" = "Waste Loop")
+/obj/structure/closet/secure_closet/security,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel/caution{
- dir = 1
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (NORTHEAST)";
+ dir = 5
},
-/area/atmos)
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aVj" = (
-/obj/machinery/computer/atmos_alert,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 1
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/area/atmos)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
"aVk" = (
-/obj/machinery/computer/station_alert,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Custodial Quarters";
+ req_access_txt = "26"
},
-/turf/open/floor/plasteel/caution{
+/turf/open/floor/plasteel/vault{
dir = 5
},
-/area/atmos)
+/area/janitor)
"aVl" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/requests_console{
- department = "Atmospherics";
- departmentType = 4;
- name = "Atmos RC";
- pixel_y = 28
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
/turf/open/floor/plasteel,
-/area/atmos)
+/area/hydroponics)
"aVm" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/atmos)
+/obj/machinery/vending/dinnerware,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aVn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/atmos)
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aVo" = (
-/turf/open/floor/plasteel/caution{
- dir = 1
+/obj/structure/sink/kitchen{
+ pixel_y = 28
},
-/area/atmos)
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aVp" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/caution{
- dir = 5
+/obj/machinery/processor,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/area/atmos)
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aVq" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 4
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plating/warnplate{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
},
-/area/maintenance/disposal)
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aVr" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/structure/table,
+/obj/machinery/chem_dispenser/drinks/beer,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aVs" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aVt" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/recycler,
-/obj/structure/sign/securearea{
- name = "\improper STAY CLEAR HEAVY MACHINERY";
- pixel_y = 32
+/obj/structure/table/reinforced,
+/obj/machinery/chem_dispenser/drinks,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/area/crew_quarters/bar)
"aVu" = (
-/obj/machinery/conveyor{
- dir = 6;
- id = "garbage";
- verted = 1
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aVv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/disposal)
-"aVw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aVx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/light{
- dir = 8
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 0;
+ pixel_y = 30
},
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 7;
- pixel_y = -3
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
- pixel_x = -4;
- pixel_y = -3
+/area/crew_quarters/bar)
+"aVw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/weapon/storage/pill_bottle/epinephrine{
- pixel_x = 3;
- pixel_y = -2
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/obj/item/weapon/reagent_containers/glass/bottle/morphine,
-/obj/item/weapon/reagent_containers/glass/bottle/toxin{
- pixel_x = 4;
- pixel_y = 2
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/obj/item/weapon/storage/pill_bottle/epinephrine{
- pixel_x = 5;
- pixel_y = -2
+/area/crew_quarters/bar)
+"aVx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
"aVy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Medical Doctor"
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aVz" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Medbay Storage";
- req_access_txt = "45"
+/obj/machinery/light/small{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
+/obj/item/weapon/storage/box/lights/bulbs,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
"aVA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ layer = 4
+ },
+/obj/item/stack/sheet/metal{
+ amount = 20;
+ layer = 3.1
},
-/area/medical/medbay{
- name = "Medbay Central"
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
"aVB" = (
-/obj/machinery/light{
- dir = 8
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/obj/machinery/airalarm{
+/turf/open/floor/plasteel/black,
+/area/library)
+"aVC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -28
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
},
-/area/security/checkpoint/medical)
-"aVC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/area/hallway/primary/central)
"aVD" = (
/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/obj/machinery/computer/stockexchange,
+/obj/machinery/status_display{
+ dir = 4;
+ layer = 4;
+ pixel_x = -32;
+ pixel_y = 0;
+ supply_display = 1
},
-/area/security/checkpoint/medical)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aVE" = (
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aVF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_mining{
+ name = "Cargo Office";
+ req_access_txt = "50"
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aVG" = (
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aVH" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aVI" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 10
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/medical/chemistry)
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aVJ" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aVK" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/whiteyellow/side{
- dir = 6
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 3
},
-/area/medical/chemistry)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aVL" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aVM" = (
-/turf/closed/wall,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aVN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Diner"
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
/turf/open/floor/plasteel,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/area/quartermaster/storage)
+"aVN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aVO" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
/turf/open/floor/plating,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/area/maintenance/apmaint)
"aVP" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Diner"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aVQ" = (
-/obj/structure/sign/barsign,
-/turf/closed/wall,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aVR" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
"aVS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 9
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
"aVT" = (
-/turf/open/floor/plasteel/warning{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/turf/open/floor/plasteel/arrival{
dir = 1
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/area/hallway/secondary/entry)
"aVU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/camera{
+ c_tag = "Arrivals Fore";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/arrival{
dir = 1
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/area/hallway/secondary/entry)
"aVV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
"aVW" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
},
-/obj/item/weapon/aiModule/supplied/quarantine,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel/arrival{
+ dir = 1
+ },
+/area/hallway/secondary/entry)
"aVX" = (
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/obj/machinery/computer/card,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Security Checkpoint";
+ dir = 4;
+ network = list("SS13")
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aVY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aVZ" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/obj/item/weapon/aiModule/supplied/protectStation,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aWa" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
"aWb" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aWc" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aWd" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aWe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/red/side{
+ tag = "icon-red (EAST)";
dir = 4
},
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aWc" = (
+/obj/machinery/door/airlock/security{
+ name = "Security Checkpoint";
+ req_access = null;
+ req_access_txt = "1"
+ },
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/wrench,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint2{
+ name = "Customs"
})
-"aWf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
+"aWd" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aWe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aWg" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/machinery/door/airlock/glass_command{
- name = "Chief Medical Officer";
- req_access_txt = "40"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aWf" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/barber,
-/area/medical/cmo)
-"aWh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/primary/central)
+"aWg" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/airalarm{
+ pixel_y = 24
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aWh" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aWi" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 8;
- sortType = 6
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Custodial Closet APC";
+ pixel_x = 0;
+ pixel_y = 24
},
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ icon_state = "0-2";
+ d2 = 2
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aWj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/green/side{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/hydroponics)
"aWk" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
+/obj/machinery/vending/hydronutrients,
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/central)
+/area/hydroponics)
"aWl" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel/green/side{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/hydroponics)
"aWm" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/caution{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aWn" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aWo" = (
-/obj/machinery/conveyor{
- dir = 5;
- id = "garbage"
+/obj/effect/landmark/start{
+ name = "Botanist"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aWp" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
+/obj/machinery/smartfridge,
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/area/crew_quarters/kitchen)
"aWq" = (
-/obj/machinery/conveyor{
- dir = 10;
- id = "garbage";
- verted = -1
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aWr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aWs" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aWr" = (
+/obj/machinery/vending/boozeomat,
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/obj/item/weapon/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
+/area/crew_quarters/kitchen)
+"aWs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/item/weapon/storage/box/syringes,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aWt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/chair/stool/bar,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aWu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aWv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/crew_quarters/bar)
+"aWv" = (
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aWw" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/structure/chair/wood/normal,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/area/security/checkpoint/medical)
+/area/crew_quarters/bar)
"aWx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair/office/dark{
- dir = 4
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/obj/structure/chair/wood/normal,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
"aWy" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/area/security/checkpoint/medical)
+/obj/effect/landmark/xmastree,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
"aWz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/wood/normal,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
+ },
+/area/crew_quarters/bar)
+"aWA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
+ dir = 8;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aWA" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/shower{
- dir = 8;
- name = "emergency shower"
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel/whitebot,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/crew_quarters/bar)
"aWB" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/obj/structure/disposalpipe/segment,
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 1
},
-/turf/open/floor/plasteel/whitebot,
-/area/medical/chemistry)
-"aWC" = (
-/obj/machinery/shower{
- dir = 8
+/obj/structure/chair/wood/normal,
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel/whitebot,
-/area/medical/chemistry)
-"aWD" = (
-/obj/machinery/light{
- dir = 8
+/area/crew_quarters/bar)
+"aWC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
},
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
},
/area/hallway/primary/central)
+"aWD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/library)
"aWE" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -26
},
-/area/shuttle/labor)
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWF" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/folder/yellow,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/area/shuttle/labor)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWG" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/labor)
-"aWH" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Mining Shuttle Airlock";
- req_access_txt = "48"
+/obj/machinery/photocopier,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Cargo Office";
+ dir = 1
},
-/obj/docking_port/mobile{
- dir = 2;
- dwidth = 3;
- height = 5;
- id = "mining";
- name = "mining shuttle";
- travelDir = 90;
- width = 7
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWH" = (
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/docking_port/stationary{
+/obj/machinery/power/apc{
dir = 2;
- dwidth = 3;
- height = 5;
- id = "mining_home";
- name = "mining shuttle bay";
- width = 7
+ name = "Cargo Office APC";
+ pixel_x = 1;
+ pixel_y = -24
},
-/turf/open/floor/plating,
-/area/shuttle/labor)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/area/shuttle/labor)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWJ" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/quartermaster/office)
"aWK" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/closed/wall,
+/area/quartermaster/office)
"aWL" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWM" = (
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aWN" = (
-/obj/structure/noticeboard{
- pixel_y = 27
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aWO" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Cargo Bay APC";
+ pixel_x = 0;
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aWP" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/light{
- dir = 1
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aWQ" = (
-/obj/structure/disposalpipe/segment{
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
dir = 1;
- icon_state = "pipe-c"
+ icon_state = "pipe-j1s";
+ sortType = 2
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aWR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"aWS" = (
-/obj/machinery/disposal/bin,
+/area/quartermaster/storage)
+"aWR" = (
/obj/structure/disposalpipe/trunk{
dir = 8
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aWS" = (
+/turf/closed/wall,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
})
"aWT" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
"aWU" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/clothing/shoes/magboots{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/machinery/power/solar{
+ id = "portsolar";
+ name = "Port Solar Array"
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"aWV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/warning{
+/obj/machinery/light{
dir = 8
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aWW" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/device/radio/off,
-/obj/item/device/radio/off,
-/obj/item/device/radio/off,
-/obj/item/device/radio/off,
-/obj/item/device/multitool,
-/turf/open/floor/plasteel/bot,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aWX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/tank_dispenser/oxygen{
- layer = 2.9;
- pixel_x = -1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/bot,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aWY" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/turf/open/floor/plasteel/bot,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aWZ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
+ dir = 4;
on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aWZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aXa" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = -4;
- pixel_y = 1
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aXb" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = -4;
- pixel_y = 1
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
},
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/area/hallway/secondary/entry)
+"aXc" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/button/door{
+ dir = 2;
+ id = "papersplease";
+ name = "Shutters Control Button";
+ pixel_x = -26;
+ pixel_y = 6;
+ req_access_txt = "1"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/machinery/button/flasher{
+ id = "brigentry";
+ pixel_x = -26;
+ pixel_y = -4
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint2{
+ name = "Customs"
})
-"aXb" = (
+"aXd" = (
+/obj/item/weapon/pen,
/obj/structure/table,
-/obj/item/weapon/aiModule/reset,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aXc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aXe" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aXf" = (
+/obj/machinery/recharger{
+ pixel_y = 4
},
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1447;
- name = "Private AI Channel";
- pixel_y = -28
+/obj/structure/table,
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aXg" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Security Checkpoint APC";
+ pixel_x = 1;
+ pixel_y = -24
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aXd" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint2{
+ name = "Customs"
+ })
+"aXh" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
-"aXe" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aXf" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/item/weapon/aiModule/supplied/freeform,
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
-"aXg" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
-"aXh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ on = 1
},
/turf/open/floor/plasteel,
-/area/atmos)
+/area/hallway/primary/central)
"aXi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
+/obj/vehicle/janicart,
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXl" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/atmos)
-"aXm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/caution/corner{
- dir = 8
+/obj/machinery/button/door{
+ dir = 2;
+ id = "jangarage";
+ name = "Custodial Closet Shutters Control";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "26"
},
-/area/atmos)
-"aXn" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aXo" = (
-/obj/machinery/camera{
- c_tag = "Atmospherics Access";
- dir = 8
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aXj" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
on = 1
},
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/area/atmos)
-"aXp" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "garbage"
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aXk" = (
+/obj/structure/closet/l3closet/janitor,
+/obj/machinery/requests_console{
+ department = "Janitorial";
+ departmentType = 1;
+ pixel_x = 32;
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aXq" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aXr" = (
-/obj/structure/disposalpipe/trunk{
- dir = 2
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/machinery/disposal/deliveryChute{
- dir = 4
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aXl" = (
+/obj/machinery/vending/hydroseeds{
+ slogan_delay = 700
},
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/obj/structure/window/reinforced{
- dir = 1
+/area/hydroponics)
+"aXm" = (
+/turf/open/floor/plasteel/green/corner,
+/area/hydroponics)
+"aXn" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/green/side,
+/area/hydroponics)
+"aXo" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
},
-/obj/machinery/door/window{
- base_state = "right";
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/eastleft{
dir = 4;
- icon_state = "right";
- layer = 3
+ name = "Kitchen Desk";
+ req_access_txt = "28"
},
-/turf/open/floor/plating/warnplate{
- dir = 4
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aXp" = (
+/obj/effect/landmark/start{
+ name = "Cook"
},
-/area/maintenance/disposal)
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aXq" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/food/condiment/peppermill,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
+"aXr" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aXs" = (
-/obj/machinery/mineral/stacking_machine{
- input_dir = 1;
- stack_amt = 10
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/reagent_containers/food/snacks/pie/cream,
+/obj/machinery/camera{
+ c_tag = "Kitchen";
+ dir = 1;
+ network = list("SS13")
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/turf/open/floor/plasteel/hydrofloor,
+/area/crew_quarters/kitchen)
"aXt" = (
-/obj/effect/decal/cleanable/oil,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/landmark/start{
+ name = "Bartender"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aXu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/storage/box/bodybags{
- pixel_x = 3;
- pixel_y = 3
+/obj/structure/table/reinforced,
+/obj/item/weapon/gun/ballistic/revolver/russian,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
},
-/obj/item/weapon/storage/box/rxglasses,
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/crew_quarters/bar)
"aXv" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/medical,
-/obj/item/weapon/reagent_containers/glass/beaker/large/charcoal,
-/obj/item/weapon/reagent_containers/glass/beaker/large/epinephrine,
-/obj/item/weapon/reagent_containers/glass/beaker/large/styptic,
-/obj/item/weapon/reagent_containers/glass/beaker/large/silver_sulfadiazine,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aXw" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/toxin{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/toxin{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/toxin{
- pixel_x = 2;
- pixel_y = 6
+/obj/structure/chair/stool/bar,
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = -2;
- pixel_y = 4
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/obj/item/device/radio/intercom{
- frequency = 1485;
- name = "Station Intercom (Medbay)";
- pixel_y = -30
+/area/crew_quarters/bar)
+"aXw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
"aXx" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/area/crew_quarters/bar)
"aXy" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/weapon/coin/silver,
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/cane,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/area/crew_quarters/bar)
"aXz" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/crew_quarters/bar)
"aXA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 1
+/obj/structure/table/wood/fancy,
+/obj/item/weapon/storage/fancy/candle_box,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/area/crew_quarters/bar)
"aXB" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white/side{
- dir = 1
- },
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/table/wood,
+/obj/item/clothing/under/sundress,
+/obj/item/clothing/under/waiter,
+/obj/item/clothing/under/blacktango,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aXC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/filingcabinet,
-/obj/machinery/newscaster{
- pixel_x = -32
- },
-/obj/item/device/radio/intercom{
- pixel_y = -26
- },
-/turf/open/floor/plasteel/red/side{
- dir = 10
+/obj/structure/chair/stool,
+/obj/item/trash/can,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/area/security/checkpoint/medical)
+/area/crew_quarters/bar)
"aXD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Doors Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = -26;
- req_access_txt = "5"
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/obj/machinery/camera{
- c_tag = "Security Post - Medbay";
- dir = 1
+/obj/structure/chair/stool,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/medical)
+/area/crew_quarters/bar)
"aXE" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = -30
- },
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/obj/structure/chair/stool,
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/area/security/checkpoint/medical)
+/area/crew_quarters/bar)
"aXF" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aXG" = (
-/obj/structure/chair{
- dir = 1
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Office Maintenance";
+ req_access_txt = "50"
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aXH" = (
-/obj/structure/chair{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/quartermaster/office)
+"aXH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 6;
+ pixel_y = -5
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aXI" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-10"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/hand_labeler,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aXJ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
-/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
-/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/weapon/storage/pill_bottle/epinephrine{
- pixel_x = 5;
- pixel_y = -2
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
+/obj/structure/closet/wardrobe/cargotech,
+/obj/item/clothing/head/mailman,
+/obj/item/clothing/under/rank/mailman,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aXK" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
+/turf/closed/wall,
+/area/quartermaster/qm)
"aXL" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
"aXM" = (
-/obj/machinery/light,
-/obj/structure/sign/nosmoking_2{
- pixel_y = -30
+/obj/machinery/door/airlock/glass_mining{
+ name = "Quartermaster";
+ req_access_txt = "41"
},
-/obj/structure/table/glass,
-/obj/item/weapon/folder/white,
-/obj/item/device/radio/headset/headset_med,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/qm)
"aXN" = (
-/obj/structure/table/glass,
-/obj/item/weapon/hand_labeler,
-/obj/item/stack/packageWrap,
-/turf/open/floor/plasteel/whiteyellow/side,
-/area/medical/chemistry)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/qm)
"aXO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/labor)
+/turf/closed/wall,
+/area/quartermaster/miningdock)
"aXP" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock)
"aXQ" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock)
"aXR" = (
-/obj/structure/chair{
- dir = 8
+/obj/machinery/power/smes,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
"aXS" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
-"aXT" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
+/obj/machinery/power/terminal{
+ dir = 8
},
-/area/shuttle/labor)
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aXT" = (
+/obj/structure/rack,
+/obj/item/clothing/mask/gas,
+/obj/item/device/multitool,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
"aXU" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32;
+ pixel_y = 0
},
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
})
"aXV" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/machinery/door/airlock/external{
+ name = "Port Docking Bay 1"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
"aXW" = (
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Assistant"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/area/hallway/secondary/entry)
"aXX" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/area/hallway/secondary/entry)
"aXY" = (
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aXZ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
-/obj/machinery/power/apc{
- dir = 4;
- name = "Bar APC";
- pixel_x = 27
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/computer/slot_machine,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aXZ" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -27
+/area/hallway/secondary/entry)
+"aYa" = (
+/obj/machinery/door/firedoor,
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Security Checkpoint";
+ req_access_txt = "1"
},
-/turf/open/floor/plasteel/darkblue/side{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/window/northleft{
+ dir = 2;
+ icon_state = "left";
+ name = "Reception Window";
+ req_access_txt = "0"
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aYa" = (
-/turf/open/floor/plasteel/warning{
- dir = 10
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id = "papersplease";
+ layer = 3.1;
+ name = "privacy shutters";
+ opacity = 0
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
+/obj/item/weapon/crowbar,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/security/checkpoint2{
+ name = "Customs"
})
"aYb" = (
-/turf/open/floor/plasteel/warning,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aYc" = (
+/obj/structure/janitorialcart,
+/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
+"aYc" = (
+/obj/structure/closet/jcloset,
+/obj/item/clothing/head/crown,
+/obj/machinery/camera{
+ c_tag = "Custodial Closet";
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aYd" = (
-/turf/open/floor/plasteel/warning{
- dir = 6
+/obj/machinery/seed_extractor,
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/area/hydroponics)
"aYe" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/requests_console{
- department = "EVA";
- pixel_x = 32
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Hydroponics South";
+ dir = 8;
+ network = list("SS13")
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aYf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
-"aYg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
},
-/obj/machinery/door/airlock/highsecurity{
- locked = 0;
- name = "AI Upload";
- req_access_txt = "16"
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aYg" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/westright{
+ dir = 1;
+ name = "Hydroponics Desk";
+ req_access_txt = "35"
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aYh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aYi" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/bot,
-/area/atmos)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aYj" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
- },
-/area/atmos)
+/obj/structure/table,
+/obj/item/weapon/kitchen/rollingpin,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aYk" = (
-/obj/structure/tank_dispenser/oxygen{
- layer = 2.9;
- pixel_x = -1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/table,
+/obj/item/weapon/storage/box/ingredients/wildcard,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aYl" = (
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"aYm" = (
-/obj/machinery/light,
-/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
},
-/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/item/clothing/mask/breath{
- pixel_x = 4
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Library APC";
+ pixel_x = 24
},
-/obj/item/clothing/mask/breath{
- pixel_x = 4
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/black,
+/area/library)
+"aYm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aYn" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -28
- },
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/atmos)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aYo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/obj/structure/closet/wardrobe/atmospherics_yellow,
-/turf/open/floor/plasteel,
-/area/atmos)
-"aYp" = (
-/obj/machinery/button/door{
- id = "atmos";
- name = "Atmospherics Lockdown";
- pixel_x = 24;
- pixel_y = 4;
- req_access_txt = "24"
+/obj/structure/table/reinforced,
+/obj/item/clothing/head/that{
+ throwforce = 1;
+ throwing = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/crew_quarters/bar)
+"aYp" = (
+/obj/structure/chair/stool/bar,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aYq" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall,
-/area/atmos)
-"aYr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/caution{
- dir = 8
+/turf/open/floor/carpet{
+ icon_state = "carpetsymbol"
},
-/area/atmos)
-"aYs" = (
+/area/crew_quarters/bar)
+"aYr" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aYt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/area/crew_quarters/bar)
+"aYs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
- initialize_directions = 11
+ layer = 2.4;
+ on = 1
},
-/turf/open/floor/plasteel/caution{
+/obj/item/clothing/shoes/sandal,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aYt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/atmos)
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
"aYu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"aYv" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/bar)
+"aYw" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aYv" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- icon_state = "coil_red2"
+/area/maintenance/apmaint)
+"aYx" = (
+/obj/structure/closet/secure_closet/quartermaster,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/item/weapon/storage/belt/fannypack/yellow,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ dir = 9
},
+/area/quartermaster/qm)
+"aYy" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aYw" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
+/turf/open/floor/plasteel/brown{
+ dir = 1;
+ tag = "icon-brown (NORTH)"
},
-/turf/open/floor/plasteel/warning{
+/area/quartermaster/qm)
+"aYz" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/area/hallway/primary/central)
-"aYx" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
+/turf/open/floor/plasteel/brown{
+ dir = 5
},
-/turf/open/floor/plasteel/warning{
- dir = 2
+/area/quartermaster/qm)
+"aYA" = (
+/obj/structure/closet/wardrobe/miner,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -28
},
-/area/hallway/primary/central)
-"aYy" = (
-/obj/machinery/hologram/holopad,
+/turf/open/floor/plasteel/brown{
+ tag = "icon-brown (NORTHWEST)";
+ dir = 9
+ },
+/area/quartermaster/miningdock)
+"aYB" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/brown{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/quartermaster/miningdock)
+"aYC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/brown{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aYz" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/quartermaster/miningdock)
+"aYD" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/brown{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/quartermaster/miningdock)
+"aYE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aYA" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/medical{
- name = "Morgue";
- req_access_txt = "6;5"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aYB" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/medical/morgue)
-"aYC" = (
-/turf/closed/wall,
-/area/medical/morgue)
-"aYD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/medical/morgue)
-"aYE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/medical/morgue)
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aYF" = (
-/obj/structure/sign/bluecross_2,
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"aYG" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/machinery/door/airlock/engineering{
+ name = "Starboard Solar Access";
+ req_access_txt = "10"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
"aYH" = (
-/obj/machinery/computer/shuttle/mining,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
-"aYI" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/window/reinforced{
- dir = 8;
- layer = 2.9
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aYI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/turf/open/floor/plating/airless,
-/area/shuttle/labor)
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
"aYJ" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plating/airless,
-/area/shuttle/labor)
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
"aYK" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
+ },
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
})
"aYL" = (
-/obj/structure/chair{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
})
"aYM" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aYN" = (
-/obj/structure/chair{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "Solar Maintenance";
+ req_access = null;
+ req_access_txt = "10; 13"
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
+ })
+"aYN" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"aYO" = (
-/obj/structure/table,
-/obj/item/clothing/head/hardhat/cakehat,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"aYP" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"aYQ" = (
+/obj/structure/lattice/catwalk,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/space,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"aYR" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32
+/obj/machinery/power/tracker,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/computer/slot_machine,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard{
+ name = "Starboard Solar Array"
})
"aYS" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 8
+/obj/structure/grille,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0;
+ pixel_y = 32
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
"aYT" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/weapon/crowbar,
-/obj/item/weapon/wrench,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
"aYU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/closet/crate/rcd{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/area/hallway/secondary/entry)
"aYV" = (
-/obj/structure/table,
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/hallway/secondary/entry)
"aYW" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/area/hallway/secondary/entry)
"aYX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/turret_protected/ai_upload)
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aYY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Upload Access";
- req_access_txt = "16"
+/obj/structure/window/reinforced{
+ dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/turret_protected/ai_upload)
+/obj/structure/window/reinforced,
+/obj/structure/table/glass,
+/obj/item/weapon/tank/internals/oxygen,
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/suit/space/hardsuit/engine/elite,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"aYZ" = (
-/obj/effect/landmark/event_spawn,
+/obj/machinery/light{
+ dir = 1
+ },
/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/area/hallway/secondary/entry)
"aZa" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
+/obj/machinery/flasher{
+ id = "brigentry";
+ pixel_x = -28;
+ pixel_y = 24
},
-/turf/open/floor/bluegrid,
-/area/turret_protected/ai_upload)
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aZb" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aZc" = (
-/obj/structure/plasticflaps,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- dir = 1;
- freq = 1400;
- location = "Atmospherics"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aZd" = (
-/obj/machinery/door/window/northleft{
- name = "Atmospherics Desk";
- req_access_txt = "24"
- },
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "atmos blast door"
+/obj/structure/chair{
+ dir = 1
},
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"aZe" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8
+/obj/structure/window/reinforced{
+ dir = 4
},
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
+/obj/structure/window/reinforced,
+/obj/structure/table/glass,
+/obj/item/clothing/shoes/magboots,
+/turf/open/floor/plating/abductor,
+/area/shuttle/abandoned)
"aZf" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/turf/closed/wall/r_wall,
-/area/atmos)
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aZg" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/meter,
-/turf/closed/wall/r_wall,
-/area/atmos)
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aZh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 10
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/item/weapon/mop,
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
},
-/turf/closed/wall/r_wall,
-/area/atmos)
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aZi" = (
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "atmos blast door"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hydroponics)
"aZj" = (
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "atmos blast door"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
+/area/hallway/primary/central)
"aZk" = (
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "atmos blast door"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/delivery,
-/area/atmos)
+/obj/structure/table,
+/obj/item/weapon/storage/crayons,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
"aZl" = (
-/obj/machinery/door/poddoor{
- id = "trash";
- name = "disposal bay door"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aZm" = (
-/obj/machinery/mass_driver{
- dir = 8;
- id = "trash"
- },
-/obj/machinery/light/small,
-/obj/structure/sign/vacuum{
- pixel_y = -32
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"aZn" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "garbage"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Disposal Exit";
- layer = 3.1;
- name = "disposal exit vent"
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
"aZo" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/conveyor{
- dir = 10;
- id = "garbage";
- verted = -1
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"aZp" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
+/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/mob/living/simple_animal/pet/dog/pug{
- desc = "The trusty and dependable yet medically unsound pug of atmospherics. Allegedly has a serious exotic gas inhalation disorder.";
- name = "Spaghetti";
- speak_emote = list("barks","woofs","burps out a bit of plasma","pants heavily. The smell makes you giggle")
+/obj/item/clothing/head/hardhat/cakehat,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/crew_quarters/bar)
"aZq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
+/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
"aZr" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Atmospheric Technician"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/crew_quarters/bar)
"aZs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/glass_atmos{
- name = "Atmospherics Monitoring";
- req_access_txt = "24"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/crew_quarters/bar)
"aZt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"aZu" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/darkred/side{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+/area/crew_quarters/bar)
+"aZv" = (
+/obj/item/weapon/cigbutt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aZw" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/atmos)
-"aZu" = (
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"aZx" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aZv" = (
+/area/maintenance/apmaint)
+"aZy" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Quartermaster APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
- icon_state = "pipe-c"
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/turf/open/floor/plasteel/brown{
+ dir = 8
},
+/area/quartermaster/qm)
+"aZz" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+ icon_state = "1-8"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"aZw" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"aZA" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/brown{
dir = 4
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZx" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/area/quartermaster/qm)
+"aZB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"aZC" = (
+/obj/structure/table,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/quartermaster/miningdock)
+"aZD" = (
+/obj/structure/chair/office/dark{
+ dir = 8
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"aZy" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/brute{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/weapon/storage/firstaid/brute{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aZz" = (
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC";
- pixel_y = -30
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"aZA" = (
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "garbage";
- name = "disposal coveyor"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
- },
-/area/maintenance/disposal)
-"aZB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/morgue)
-"aZC" = (
-/obj/machinery/light_switch{
- pixel_y = 25
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZD" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
"aZE" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
"aZF" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/machinery/computer/security/mining,
+/obj/machinery/requests_console{
+ department = "Mining";
+ departmentType = 0;
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/miningdock)
"aZG" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/storage/box/bodybags,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"aZH" = (
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
"aZI" = (
-/obj/item/weapon/pen,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"aZJ" = (
-/obj/machinery/light{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/blue/side{
- dir = 9
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"aZJ" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Starboard Solar APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
})
"aZK" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
+/obj/structure/chair/stool,
+/obj/item/weapon/cigbutt/cigarbutt,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
})
"aZL" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
+/obj/machinery/power/solar_control{
+ id = "starboardsolar";
+ name = "Starboard Solar Control";
+ track = 0
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/auxsolarstarboard{
+ name = "Starboard Solar Maintenance"
})
"aZM" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aZN" = (
-/obj/machinery/camera{
- c_tag = "Aft Port Primary Hallway North East"
- },
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/area/hallway/secondary/entry)
"aZO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/area/hallway/secondary/entry)
"aZP" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/labor)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aZQ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/shuttle/labor)
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"aZR" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/hallway/secondary/entry)
"aZS" = (
-/obj/machinery/camera{
- c_tag = "Bar West";
- dir = 4;
- pixel_y = -22
+/obj/machinery/light/small{
+ dir = 4
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -24
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/obj/item/weapon/storage/box/matches{
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/item/weapon/storage/fancy/candle_box,
+/obj/structure/table/wood/fancy,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
"aZT" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aZU" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/table,
+/obj/item/weapon/restraints/legcuffs/beartrap,
+/obj/item/weapon/restraints/legcuffs/beartrap,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aZV" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start{
- name = "Assistant"
+/obj/structure/table,
+/obj/item/weapon/storage/box/lights/mixed{
+ pixel_x = 3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/item/weapon/storage/box/mousetraps,
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"aZW" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/green/side{
+ dir = 8
+ },
+/area/hydroponics)
"aZX" = (
-/obj/effect/landmark{
- name = "blobstart"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aZY" = (
-/obj/machinery/newscaster{
- pixel_x = 28
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/computer/slot_machine,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aZZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"baa" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_command{
- name = "E.V.A. Storage";
- req_access_txt = "19"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel,
+/area/hydroponics)
"bab" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ cyclelinkeddir = 4;
+ name = "Hydroponics";
+ req_access_txt = "35"
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"bac" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/turf/open/floor/plasteel/green/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"bad" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
"bae" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ cyclelinkeddir = 8;
+ name = "Kitchen";
+ req_access_txt = "28"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/area/crew_quarters/kitchen)
"baf" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ icon_state = "pipe-j1s";
+ sortType = 20
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"bag" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hydroponics)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"bah" = (
-/obj/effect/landmark/event_spawn,
+/obj/effect/landmark/start{
+ name = "Cook"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
"bai" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/caution{
- dir = 9
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"baj" = (
-/obj/item/weapon/wrench,
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/caution{
- dir = 1
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"bak" = (
-/turf/open/floor/plasteel/caution{
+/obj/structure/chair/stool/bar,
+/obj/machinery/camera{
+ c_tag = "Bar Port";
dir = 1
},
-/area/hallway/primary/starboard)
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"bal" = (
-/turf/open/floor/plasteel/caution{
- dir = 5
+/obj/item/weapon/reagent_containers/food/condiment/peppermill{
+ pixel_x = 5;
+ pixel_y = -2
},
-/area/hallway/primary/starboard)
-"bam" = (
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/camera{
- c_tag = "Starboard Primary Hallway East";
- pixel_x = 22
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ layer = 3.1;
+ pixel_x = -2;
+ pixel_y = 2
},
-/obj/structure/window/reinforced{
- dir = 8;
- layer = 2.9
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
+/area/crew_quarters/bar)
+"bam" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 8
},
-/turf/open/floor/plasteel/arrival,
-/area/hallway/primary/starboard)
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"ban" = (
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/arrival,
-/area/hallway/primary/starboard)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"bao" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 4
},
-/turf/open/floor/plasteel/escape,
-/area/hallway/primary/starboard)
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
"bap" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/atmos)
+/obj/structure/table/wood,
+/obj/item/weapon/kitchen/fork,
+/obj/item/clothing/glasses/regular/hipster,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/bar)
"baq" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics";
- req_access_txt = "24"
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/atmos)
+/area/crew_quarters/bar)
"bar" = (
-/obj/structure/sign/securearea,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/atmos)
-"bas" = (
-/turf/closed/wall/r_wall,
-/area/security/checkpoint/engineering)
-"bat" = (
-/obj/structure/closet,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bau" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bav" = (
-/obj/machinery/light_switch{
- pixel_x = 25
+/obj/machinery/camera{
+ c_tag = "Bar Starboard";
+ dir = 1
},
-/obj/machinery/power/apc{
- name = "Disposal APC";
- pixel_y = -25
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/crew_quarters/bar)
+"bas" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
},
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
/turf/open/floor/plating,
-/area/maintenance/disposal)
-"baw" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small{
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bat" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bax" = (
-/obj/machinery/button/massdriver{
- id = "trash";
- pixel_x = -26;
- pixel_y = -6
+/area/crew_quarters/bar)
+"bau" = (
+/turf/closed/wall,
+/area/assembly/chargebay)
+"bav" = (
+/obj/structure/table,
+/obj/item/weapon/cartridge/quartermaster{
+ pixel_x = 6;
+ pixel_y = 5
},
-/obj/machinery/button/door{
- id = "Disposal Exit";
- name = "Disposal Vent Control";
- pixel_x = -25;
- pixel_y = 4;
- req_access_txt = "12"
+/obj/item/weapon/cartridge/quartermaster,
+/obj/item/weapon/cartridge/quartermaster{
+ pixel_x = -4;
+ pixel_y = 7
},
-/obj/structure/chair/stool,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/item/weapon/coin/silver,
+/obj/machinery/status_display{
+ dir = 4;
+ layer = 4;
+ pixel_x = -32;
+ pixel_y = 0;
+ supply_display = 1
},
-/turf/open/floor/plating/warnplate{
- dir = 1
+/turf/open/floor/plasteel/brown{
+ dir = 8
},
-/area/maintenance/disposal)
-"bay" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/mineral/stacking_unit_console{
- machinedir = 3
+/area/quartermaster/qm)
+"baw" = (
+/obj/structure/chair/office/dark{
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
+/obj/effect/landmark/start{
+ name = "Quartermaster"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
+"bax" = (
+/obj/machinery/computer/cargo,
+/turf/open/floor/plasteel/brown{
dir = 4
},
-/turf/closed/wall,
-/area/maintenance/disposal)
+/area/quartermaster/qm)
+"bay" = (
+/obj/machinery/mineral/equipment_vendor,
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/quartermaster/miningdock)
"baz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
},
-/area/maintenance/disposal)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
"baA" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
"baB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/obj/machinery/computer/shuttle/mining,
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/miningdock)
"baC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/chair{
+ dir = 1
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
"baD" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baE" = (
+/obj/effect/spawner/lootdrop/maintenance,
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"baE" = (
+/obj/item/weapon/caution,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"baF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"baG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/arrival)
"baH" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/open/floor/plating,
+/area/shuttle/arrival)
"baI" = (
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/arrival)
"baJ" = (
-/obj/machinery/door/airlock/medical{
- name = "Morgue";
- req_access_txt = "6"
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_r";
+ dir = 8
},
/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/area/shuttle/arrival)
"baK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 8
+/obj/machinery/camera{
+ c_tag = "Arrivals Central";
+ dir = 4;
+ network = list("SS13")
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"baL" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=2-SECentral";
- location = "1-Medbay1"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/area/hallway/secondary/entry)
"baM" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/shuttle/labor)
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"baN" = (
-/turf/closed/wall/shuttle,
-/area/shuttle/labor)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"baO" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/area/shuttle/labor)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"baP" = (
-/obj/effect/landmark{
- name = "lightsout"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/hallway/secondary/entry)
"baQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Central Access"
+ },
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"baR" = (
-/obj/structure/sign/securearea{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"baR" = (
/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/blue/corner{
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/hallway/primary/starboard)
-"baS" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 1
+/obj/structure/sign/directions/evac{
+ dir = 8;
+ icon_state = "direction_evac";
+ pixel_x = 0;
+ pixel_y = -32;
+ tag = "icon-direction_evac (WEST)"
},
-/area/hallway/primary/starboard)
-"baT" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 32
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"baS" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/camera{
- c_tag = "Starboard Primary Hallway West"
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"baT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/area/hallway/primary/starboard)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"baU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock{
+ name = "Custodial Closet";
+ req_access_txt = "26"
},
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/janitor)
"baV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/side{
+ dir = 10
},
-/area/hallway/primary/starboard)
+/area/hydroponics)
"baW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/green/corner,
+/area/hydroponics)
"baX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
- },
-/area/hallway/primary/starboard)
+/obj/item/weapon/reagent_containers/glass/bucket,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"baY" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/starboard)
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel/green/corner,
+/area/hydroponics)
"baZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
},
-/turf/open/floor/plasteel/warning{
+/area/hallway/primary/central)
+"bba" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 1
},
-/area/hallway/primary/starboard)
-"bba" = (
-/obj/machinery/ai_status_display{
- pixel_y = 32
+/obj/machinery/button/door{
+ id = "kitchen";
+ name = "Kitchen Shutters Control";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "28"
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/machinery/light_switch{
+ pixel_x = -34;
+ pixel_y = 1
},
-/area/hallway/primary/starboard)
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"bbb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
+/obj/machinery/power/terminal{
+ dir = 8
},
-/area/hallway/primary/starboard)
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"bbc" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
+/obj/structure/sign/barsign,
+/turf/closed/wall,
+/area/crew_quarters/bar)
"bbd" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_y = 27
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
+/obj/item/weapon/wrench,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"bbe" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/hallway/primary/starboard)
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"bbf" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
},
-/area/hallway/primary/starboard)
-"bbg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/engine/break_room)
+/area/maintenance/apmaint)
+"bbg" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar/large,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/item/clothing/head/welding,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
"bbh" = (
-/obj/machinery/light_switch{
- pixel_y = 26
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/machinery/power/apc{
+ cell_type = 2500;
+ dir = 1;
+ name = "Captain's Office APC";
+ pixel_y = 24
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 9
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/area/engine/break_room)
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
"bbi" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 24
},
-/turf/open/floor/plasteel/caution{
- dir = 1
- },
-/area/engine/break_room)
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/assembly/chargebay)
"bbj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/caution{
- dir = 5
+/obj/machinery/mech_bay_recharge_port,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 30
},
-/area/engine/break_room)
-"bbk" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/security/checkpoint/engineering)
+/area/assembly/chargebay)
+"bbk" = (
+/turf/open/floor/mech_bay_recharge_floor,
+/area/assembly/chargebay)
"bbl" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bbm" = (
/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+/obj/machinery/computer/stockexchange,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -30;
+ pixel_y = 0
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/red/side{
- dir = 9
+/turf/open/floor/plasteel/brown{
+ dir = 10
},
-/area/security/checkpoint/engineering)
-"bbm" = (
-/obj/machinery/button/door{
- desc = "A remote control-switch for the engineering security doors.";
- id = "Engineering";
- name = "Engineering Lockdown";
+/area/quartermaster/qm)
+"bbn" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/stamp/qm{
pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "10"
+ pixel_y = 0
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Cargo Quartermaster's Office";
+ dir = 1;
+ network = list("SS13")
},
-/area/security/checkpoint/engineering)
-"bbn" = (
-/obj/structure/filingcabinet,
-/obj/machinery/newscaster{
- pixel_y = 32
+/turf/open/floor/plasteel/brown{
+ dir = 2
},
+/area/quartermaster/qm)
+"bbo" = (
+/obj/machinery/computer/security/mining,
/obj/item/device/radio/intercom{
- dir = 4;
name = "Station Intercom (General)";
- pixel_x = 27
+ pixel_y = -35
},
-/turf/open/floor/plasteel/red/side{
- dir = 5
+/turf/open/floor/plasteel/brown{
+ dir = 6
},
-/area/security/checkpoint/engineering)
-"bbo" = (
-/turf/closed/wall,
-/area/janitor)
+/area/quartermaster/qm)
"bbp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/rack{
+ dir = 1
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"bbq" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"bbr" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
+/obj/item/weapon/pickaxe{
+ pixel_x = 5
+ },
+/obj/item/weapon/shovel{
+ pixel_x = -5
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Mining Dock";
dir = 4
},
-/turf/closed/wall,
-/area/medical/medbay{
- name = "Medbay Central"
- })
-"bbs" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbt" = (
+/area/quartermaster/miningdock)
+"bbq" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbu" = (
-/obj/structure/disposalpipe/segment{
+/obj/effect/landmark/start{
+ name = "Shaft Miner"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bbr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- icon_state = "pipe-c"
+ layer = 2.4;
+ on = 1
},
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"bbs" = (
+/turf/open/floor/plasteel/brown/corner,
+/area/quartermaster/miningdock)
+"bbt" = (
+/obj/machinery/door/airlock/external{
+ name = "Mining Dock Airlock";
+ req_access = null;
+ req_access_txt = "48"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"bbu" = (
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
"bbv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/obj/machinery/door/airlock/titanium{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "48"
+ },
+/turf/open/floor/plating,
+/area/shuttle/labor)
"bbw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/door/airlock/titanium{
+ name = "Mining Shuttle Airlock";
+ req_access_txt = "48"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbx" = (
-/obj/machinery/camera{
- c_tag = "Medbay Morgue";
- dir = 8
+/obj/docking_port/mobile{
+ dir = 8;
+ dwidth = 3;
+ height = 5;
+ id = "mining";
+ name = "mining shuttle";
+ port_angle = 90;
+ width = 7
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bby" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 3;
+ height = 5;
+ id = "mining_home";
+ name = "mining shuttle bay";
+ width = 7
},
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/turf/open/floor/plating,
+/area/shuttle/labor)
+"bbx" = (
+/obj/structure/chair{
+ dir = 4
},
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bby" = (
+/obj/machinery/light/small{
+ dir = 4
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/obj/structure/table,
+/obj/item/weapon/paperplane,
+/obj/item/trash/chips,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"bbz" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=0-Escape";
- location = "9-Medbay2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"bbA" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
+/obj/structure/closet/cabinet,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/weapon/circuitboard/machine/hydroponics,
+/obj/item/weapon/electronics/apc,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"bbB" = (
-/obj/machinery/light{
- dir = 4
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_y = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
"bbC" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
"bbD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air Out";
+ on = 1
},
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
"bbE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/closet/wardrobe/black,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
"bbF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
"bbG" = (
-/obj/structure/window/reinforced{
- dir = 1
+/obj/machinery/requests_console{
+ department = "Arrival shuttle";
+ pixel_y = 30
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bbH" = (
+/obj/structure/shuttle/engine/heater{
+ icon_state = "heater";
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/piano,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bbH" = (
-/obj/machinery/door/airlock/glass{
- name = "Kitchen";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
- },
/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
+/area/shuttle/arrival)
"bbI" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Theatre Stage";
- req_access_txt = "0"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"bbJ" = (
+/turf/closed/wall/r_wall,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bbK" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "loungeshutters";
+ name = "privacy shutters"
+ },
+/turf/open/floor/plating,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bbL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Lounge"
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bbJ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Theatre Stage";
- dir = 8;
- pixel_y = -22
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bbK" = (
-/turf/closed/wall,
-/area/crew_quarters/theatre)
-"bbL" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=6-Arrivals";
- location = "5-Holodeck"
- },
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/area/construction/quarters{
+ name = "Lounge"
+ })
"bbM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "loungeshutters";
+ name = "privacy shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/construction/quarters{
+ name = "Lounge"
+ })
"bbN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/directions/security{
+ dir = 1;
+ icon_state = "direction_sec";
+ pixel_x = 32;
+ pixel_y = 40
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ icon_state = "direction_med";
+ pixel_x = 32;
+ pixel_y = 32
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bbO" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/sign/directions/science{
+ dir = 4;
+ icon_state = "direction_sci";
+ pixel_x = 32;
+ pixel_y = 24
},
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bbP" = (
+/area/hallway/primary/central)
+"bbO" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bbQ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel/purple/corner{
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/area/hallway/primary/central)
+"bbP" = (
+/obj/structure/chair{
+ name = "Throne of Custodia"
},
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=5-Holodeck";
- location = "4-Engineering"
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bbR" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/purple/corner{
dir = 4
},
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/maintenance/disposal)
-"bbS" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/area/hallway/primary/central)
+"bbQ" = (
+/obj/machinery/vending/cola,
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/purple/corner{
dir = 4
},
+/area/hallway/primary/central)
+"bbR" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/disposal)
+/area/hydroponics)
+"bbS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchen";
+ name = "kitchen shutters"
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"bbT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "kitchen";
+ name = "kitchen shutters"
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/cafeteria,
+/area/crew_quarters/kitchen)
"bbU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Disposal Access";
- req_access_txt = "12"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/obj/structure/disposalpipe/segment{
+/obj/structure/chair{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bbV" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/hallway/primary/central)
+"bbV" = (
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"bbW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"bbX" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock/glass{
+ name = "Bar"
},
-/area/security/checkpoint/engineering)
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
"bbY" = (
-/obj/structure/chair/office/dark{
- dir = 8
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/engineering)
+/area/hallway/primary/central)
"bbZ" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_x = 30
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/airalarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
-/area/security/checkpoint/engineering)
+/area/hallway/primary/central)
"bca" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/purple,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
"bcb" = (
-/obj/structure/closet/jcloset,
-/obj/machinery/camera{
- c_tag = "Custodial Closet"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/directions/evac{
+ dir = 1;
+ icon_state = "direction_evac";
+ pixel_x = -32;
+ pixel_y = 38;
+ tag = "icon-direction_evac (NORTH)"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
+/obj/structure/sign/directions/medical{
+ dir = 8;
+ icon_state = "direction_med";
+ pixel_x = -32;
+ pixel_y = 28;
+ tag = "icon-direction_med (WEST)"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"bcc" = (
-/obj/structure/closet/l3closet/janitor,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
"bcd" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters{
+ id = "Skynet_launch";
+ name = "mech bay"
},
-/turf/open/floor/plating,
-/area/maintenance/disposal)
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/assembly/chargebay)
"bce" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
+/obj/effect/decal/cleanable/oil,
+/obj/effect/decal/cleanable/robot_debris{
+ icon_state = "gib3"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/assembly/chargebay)
"bcf" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel{
+ tag = "icon-plasteel_warn_corner (WEST)"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bcg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/area/assembly/chargebay)
+"bcg" = (
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
"bch" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1485;
- listening = 0;
- name = "Station Intercom (Medbay)";
- pixel_x = 28
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
"bci" = (
-/turf/closed/wall,
-/area/library)
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
"bcj" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/library)
-"bck" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Library"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/carpet,
-/area/library)
-"bcl" = (
-/turf/closed/wall,
-/area/hallway/primary/central)
-"bcm" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/circuit/gcircuit,
+/area/assembly/chargebay)
+"bck" = (
/obj/structure/cable{
icon_state = "0-2";
d2 = 2
},
/obj/machinery/power/apc{
dir = 8;
- name = "Central Hall APC";
- pixel_x = -25
+ name = "Mining Dock APC";
+ pixel_x = -24;
+ pixel_y = 0;
+ pixel_z = 0
+ },
+/turf/open/floor/plasteel/brown/corner{
+ dir = 1;
+ tag = "icon-browncorner (NORTH)"
+ },
+/area/quartermaster/miningdock)
+"bcl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/quartermaster/miningdock)
+"bcm" = (
+/obj/structure/table,
+/obj/item/weapon/paperplane,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
"bcn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/area/hallway/primary/central)
+/area/maintenance/apmaint)
"bco" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/effect/landmark{
+ name = "JoinLate"
},
-/area/hallway/primary/central)
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
"bcp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/hallway/primary/central)
-"bcq" = (
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/effect/landmark/start{
+ name = "Assistant"
},
-/area/hallway/primary/central)
-"bcr" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
external_pressure_bound = 101.325;
on = 1;
pressure_checks = 1
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 4
- },
-/area/hallway/primary/central)
-"bcs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bct" = (
-/obj/structure/chair{
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bcq" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
dir = 8
},
-/obj/effect/landmark/start{
- name = "Assistant"
- },
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"bcr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bcu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/area/hallway/secondary/entry)
+"bcs" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 5
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
})
-"bcv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+"bct" = (
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
})
-"bcw" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bcx" = (
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bcy" = (
+"bcu" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bcz" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/crew_quarters/theatre)
-"bcA" = (
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/primary/starboard)
-"bcB" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/starboard)
-"bcC" = (
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/starboard)
-"bcD" = (
-/turf/open/floor/plasteel/neutral/corner{
- dir = 8
- },
-/area/hallway/primary/starboard)
-"bcE" = (
-/obj/machinery/light,
-/obj/machinery/newscaster{
- pixel_y = -30
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bcF" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcH" = (
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcI" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Starboard Primary Hallway APC";
- pixel_y = -25
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcK" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcM" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
+ dir = 4;
on = 1;
+ scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/machinery/camera{
- c_tag = "Starboard Primary Hallway Central";
- dir = 1
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcN" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcO" = (
-/turf/open/floor/plasteel/warning/corner,
-/area/hallway/primary/starboard)
-"bcP" = (
-/turf/open/floor/plasteel/warning,
-/area/hallway/primary/starboard)
-"bcQ" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bcR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bcv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bcS" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bcw" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = 1;
+ pixel_y = 5
},
-/turf/open/floor/plasteel/yellow/side,
-/area/hallway/primary/starboard)
-"bcT" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 6
+/obj/machinery/button/door{
+ id = "loungeshutters";
+ name = "Privacy Shutters";
+ pixel_y = 25
},
-/area/hallway/primary/starboard)
-"bcU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bcV" = (
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bcx" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bcW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bcX" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/security/checkpoint/engineering)
-"bcY" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/checkpoint/engineering)
-"bcZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
/obj/structure/cable{
- d1 = 2;
+ d1 = 1;
d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/engineering)
-"bda" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Security Post - Engineering";
- dir = 8
+ icon_state = "1-4"
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/obj/structure/disposalpipe/sortjunction{
+ dir = 1;
+ icon_state = "pipe-j1s";
+ sortType = 22
},
-/obj/machinery/computer/monitor,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcy" = (
/obj/structure/cable{
+ d1 = 4;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/side{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/security/checkpoint/engineering)
-"bdb" = (
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access = null;
- req_access_txt = "10;13"
- },
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bdc" = (
-/turf/closed/wall,
-/area/engine/break_room)
-"bdd" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bde" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcz" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/janitor)
-"bdf" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcA" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/starboard)
-"bdg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ d2 = 8;
+ icon_state = "1-8"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bdh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcB" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/space_heater,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bdi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcC" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/decal/cleanable/cobweb2,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bdj" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Morgue APC";
- pixel_y = -25
- },
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bdk" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bdl" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bdm" = (
-/obj/machinery/bookbinder,
-/turf/open/floor/plasteel/black,
-/area/library)
-"bdn" = (
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bdo" = (
-/turf/open/floor/plasteel/black,
-/area/library)
-"bdp" = (
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bdq" = (
-/turf/open/floor/carpet,
-/area/library)
-"bdr" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/library)
-"bds" = (
-/obj/item/weapon/folder/yellow,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/black,
-/area/library)
-"bdt" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
- },
-/area/hallway/primary/central)
-"bdu" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bdv" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=3-Bar1";
- location = "2-SECentral"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+"bcD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bdw" = (
-/obj/structure/chair{
- dir = 8
+"bcE" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bdx" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+"bcF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/structure/sign/directions/engineering{
+ pixel_x = 32;
+ pixel_y = 28
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bdy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bdz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bdA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/sign/directions/evac{
+ dir = 1;
+ icon_state = "direction_evac";
+ pixel_x = 32;
+ pixel_y = 38;
+ tag = "icon-direction_evac (NORTH)"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bdB" = (
-/obj/machinery/light{
- dir = 4
+/turf/open/floor/plasteel,
+/area/atmos)
+"bcH" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bdC" = (
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Bar1";
+ location = "Robo"
},
/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bdD" = (
-/obj/machinery/door/airlock/glass{
- name = "Central Access"
- },
-/turf/open/floor/plasteel/neutral/side{
+/area/hallway/primary/central)
+"bcJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bdE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"bdF" = (
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bcK" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
+/obj/machinery/door/poddoor/shutters{
+ id = "Skynet_launch";
+ name = "mech bay"
},
-/area/crew_quarters/sleep)
-"bdG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bdH" = (
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bdI" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bdJ" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
- },
-/area/hallway/primary/starboard)
-"bdK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bdL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bdM" = (
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bdN" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bdO" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- name = "Gravity Generator Foyer";
- req_access_txt = "19;23"
+/obj/effect/turf_decal/delivery,
+/area/assembly/chargebay)
+"bcL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/delivery,
-/area/engine/gravity_generator)
-"bdP" = (
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bcM" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bdQ" = (
-/turf/closed/wall/r_wall,
-/area/engine/break_room)
-"bdR" = (
-/obj/machinery/light{
- dir = 8
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/machinery/power/apc{
- dir = 8;
- name = "Engineering Foyer APC";
- pixel_x = -24
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bdS" = (
+/area/assembly/chargebay)
+"bcN" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
+/area/assembly/chargebay)
+"bcO" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bdT" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bdU" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/engineering)
-"bdV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"bcP" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/bluegrid,
+/area/assembly/chargebay)
+"bcQ" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Mech Bay Maintenance";
+ req_access_txt = "29"
},
-/area/security/checkpoint/engineering)
-"bdW" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"bcR" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/engineering)
-"bdX" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Engineering Security APC";
- pixel_x = 27
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/cable{
+ d1 = 2;
d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
+ icon_state = "2-8"
},
-/area/security/checkpoint/engineering)
-"bdY" = (
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bdZ" = (
-/obj/machinery/power/apc{
+/obj/structure/disposalpipe/segment{
dir = 8;
- name = "Custodial Closet APC";
- pixel_x = -24
+ icon_state = "pipe-c"
},
-/obj/item/weapon/mop,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/structure/cable,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bea" = (
-/mob/living/simple_animal/hostile/lizard{
- desc = "This lizard is special, it's YOUR lizard.";
- name = "Wags-His-Tail"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bcS" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Mining Maintenance";
+ req_access_txt = "48"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"beb" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/light_switch{
- pixel_x = 25
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bec" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/turf/open/floor/plating,
+/area/quartermaster/miningdock)
+"bcT" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/disposalpipe/junction,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bed" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/turf/open/floor/plasteel/brown{
+ dir = 10
+ },
+/area/quartermaster/miningdock)
+"bcU" = (
+/obj/structure/closet/secure_closet/miner,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock)
+"bcV" = (
+/obj/structure/closet/secure_closet/miner,
+/obj/machinery/light,
+/turf/open/floor/plasteel/brown,
+/area/quartermaster/miningdock)
+"bcW" = (
+/obj/structure/closet/secure_closet/miner,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/brown{
+ dir = 6
},
+/area/quartermaster/miningdock)
+"bcX" = (
+/obj/structure/shuttle/engine/heater,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bee" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/area/shuttle/labor)
+"bcY" = (
+/obj/structure/ore_box,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"bcZ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bef" = (
-/obj/structure/chair/office/dark,
-/turf/open/floor/plasteel/vault{
- dir = 5
+/area/maintenance/apmaint)
+"bda" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/library)
-"beg" = (
-/obj/structure/chair/office/dark,
-/turf/open/floor/plasteel/black,
-/area/library)
-"beh" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdb" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdc" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/area/library)
-"bei" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/neutral/side{
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdd" = (
+/obj/effect/landmark{
+ name = "Observer-Start"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bde" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"bdf" = (
+/obj/structure/chair/comfy/beige{
dir = 4
},
-/area/hallway/primary/central)
-"bej" = (
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Central Primary Hall South West";
- dir = 1
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdg" = (
+/turf/open/floor/carpet,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdh" = (
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
},
+/turf/open/floor/carpet,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdi" = (
/obj/structure/extinguisher_cabinet{
- pixel_y = -30
+ pixel_x = 24
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bdj" = (
+/obj/structure/chair/comfy/beige{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Lounge";
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdk" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = -1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bek" = (
-/turf/open/floor/plasteel/green/corner,
+"bdl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bel" = (
-/turf/open/floor/plasteel/green/side,
+"bdm" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=BrigS1";
+ location = "Lounge"
+ },
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bem" = (
-/obj/machinery/light,
-/obj/machinery/airalarm{
+"bdn" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+ on = 1
},
-/turf/open/floor/plasteel/green/corner{
- dir = 8
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"ben" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-04"
+"bdp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Eng";
+ location = "Bar1"
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"beo" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+"bdq" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bep" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/machinery/button/door{
+ dir = 2;
+ id = "Skynet_launch";
+ name = "Mech Bay Door Control";
+ pixel_x = 25;
+ pixel_y = 0
},
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"beq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/chair/stool{
- pixel_y = 8
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bdr" = (
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"ber" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/machinery/button/door{
+ dir = 2;
+ id = "Skynet_launch";
+ name = "Mech Bay Door Control";
+ pixel_x = -25;
+ pixel_y = 0
},
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bes" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bet" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Mech Bay";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bds" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"beu" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bev" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bew" = (
-/turf/open/floor/engine{
- name = "Holodeck Projector Floor"
- },
-/area/holodeck/rec_center)
-"bex" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
+/area/assembly/chargebay)
+"bdt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/area/crew_quarters/sleep)
-"bey" = (
+/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bez" = (
-/obj/structure/toilet{
- pixel_y = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"beA" = (
-/obj/structure/toilet{
- pixel_y = 8
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
+/area/assembly/chargebay)
+"bdu" = (
+/obj/machinery/mech_bay_recharge_port,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/assembly/chargebay)
+"bdv" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bdw" = (
/obj/machinery/light/small{
- dir = 8
+ dir = 1
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdx" = (
+/turf/closed/wall,
+/area/space)
+"bdy" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"beB" = (
-/obj/structure/toilet{
- pixel_y = 8
+/turf/open/floor/plating/airless,
+/area/shuttle/labor)
+"bdz" = (
+/obj/structure/closet/emcloset,
+/obj/item/weapon/storage/firstaid/o2,
+/obj/item/weapon/tank/internals/emergency_oxygen,
+/obj/item/clothing/mask/breath,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bdA" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
},
-/obj/machinery/light/small{
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/arrival)
+"bdB" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "burst_l";
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/turf/open/floor/plasteel/black,
+/area/shuttle/arrival)
+"bdC" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
+ },
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
})
-"beC" = (
-/obj/machinery/power/smes{
- charge = 5e+006
+"bdD" = (
+/obj/effect/landmark/start{
+ name = "Assistant"
},
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"beD" = (
-/obj/machinery/power/terminal{
+/turf/open/floor/carpet,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdE" = (
+/obj/structure/chair/comfy/beige{
dir = 8
},
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/obj/machinery/power/port_gen/pacman,
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"beE" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bdF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"beF" = (
-/obj/structure/chair/office/light{
+/obj/structure/chair{
dir = 4
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 22
+/obj/structure/sign/poster{
+ pixel_x = -32
},
/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"beG" = (
-/obj/item/weapon/paper/gravity_gen,
-/obj/item/weapon/pen/blue,
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"beH" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = -32
+/area/hallway/primary/central)
+"bdG" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
- dir = 9
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/area/engine/gravity_generator)
-"beI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdH" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Genetics";
+ dir = 1
},
-/turf/open/floor/plasteel/warning{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/engine/gravity_generator)
-"beJ" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdI" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"beK" = (
-/obj/structure/table/glass,
-/obj/machinery/cell_charger,
-/obj/machinery/newscaster{
- pixel_x = -30
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beL" = (
-/obj/structure/chair/comfy/black{
- dir = 8
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bdJ" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/effect/landmark/start{
- name = "Station Engineer"
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bdK" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Hydroponics";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bdL" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/corner,
+/area/hallway/primary/central)
+"bdM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ initialize_directions = 11
},
/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beM" = (
+/area/hallway/primary/central)
+"bdN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Lounge";
+ location = "Bar2"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bdO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beN" = (
+/area/hallway/primary/central)
+"bdP" = (
+/obj/machinery/camera{
+ c_tag = "Central Primary Hallway Robotics";
+ dir = 1
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beO" = (
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bdQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"beP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plasteel/purple/corner,
+/area/hallway/primary/central)
+"bdR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Mech Bay";
+ req_access_txt = "29";
+ req_one_access_txt = "0"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/security/checkpoint/engineering)
-"beQ" = (
-/obj/machinery/light_switch{
- pixel_y = -25
- },
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bdS" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
on = 1;
+ scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/red/side{
- dir = 10
- },
-/area/security/checkpoint/engineering)
-"beR" = (
-/obj/structure/reagent_dispensers/peppertank{
- pixel_y = -30
+/turf/open/floor/plasteel,
+/area/assembly/chargebay)
+"bdT" = (
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/assembly/chargebay)
+"bdU" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/engineering)
-"beS" = (
-/obj/item/weapon/screwdriver{
- pixel_y = 10
+/obj/effect/decal/cleanable/robot_debris{
+ icon_state = "gib3"
},
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/security/checkpoint/engineering)
-"beT" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"beU" = (
-/obj/effect/landmark/start{
- name = "Janitor"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"beV" = (
-/obj/structure/table,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"beW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bdX" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/robot_debris,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"beX" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/mob/living/simple_animal/mouse/gray,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"beY" = (
+/area/maintenance/apmaint)
+"bdY" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"beZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/sortjunction{
- icon_state = "pipe-j2s";
- sortType = 9
+/obj/machinery/light/small{
+ dir = 1
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bfa" = (
+/area/maintenance/apmaint)
+"bdZ" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bfb" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Morgue Maintenance";
- req_access_txt = "6"
+ dir = 2;
+ icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 10
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/weapon/shard{
+ icon_state = "small"
},
/turf/open/floor/plating,
-/area/medical/morgue)
-"bfc" = (
-/obj/item/weapon/shard,
-/obj/structure/disposalpipe/segment,
+/area/maintenance/apmaint)
+"bea" = (
+/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bfd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/maintenance/apmaint)
+"beb" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
-/obj/item/trash/raisins,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bec" = (
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bfe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/maintenance/apmaint)
+"bed" = (
+/obj/machinery/door/airlock/titanium{
+ name = "Arrivals Shuttle Airlock"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bff" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/docking_port/mobile{
+ dwidth = 4;
+ height = 6;
+ id = "arrival";
+ name = "arrival shuttle";
+ port_angle = -90;
+ preferred_direction = 8;
+ width = 13
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/docking_port/stationary{
+ dwidth = 4;
+ height = 6;
+ id = "arrival_home";
+ name = "port bay 1";
+ width = 13
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bfg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/turf/open/floor/plating,
+/area/shuttle/arrival)
+"bee" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bfh" = (
-/obj/structure/window/fulltile,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"bef" = (
/obj/structure/grille,
-/turf/open/floor/plating,
-/area/library)
-"bfi" = (
-/obj/structure/chair/office/dark{
- dir = 4
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "loungeshutters";
+ name = "privacy shutters"
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/area/library)
-"bfj" = (
-/obj/item/weapon/paper_bin{
+/turf/open/floor/plating,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"beg" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
pixel_x = 1;
- pixel_y = 9
+ pixel_y = 5
},
-/obj/item/weapon/pen,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/black,
-/area/library)
-"bfk" = (
-/obj/structure/chair/office/dark{
- dir = 8
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/area/library)
-"bfl" = (
-/obj/structure/chair/office/dark{
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"beh" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/library)
-"bfm" = (
-/obj/item/weapon/storage/pill_bottle/dice,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/vault{
- dir = 5
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bei" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/area/library)
-"bfn" = (
-/obj/structure/chair/office/dark{
- dir = 8
+/turf/open/floor/plasteel/grimy,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"bej" = (
+/obj/structure/table/glass,
+/obj/item/device/healthanalyzer{
+ layer = 3.1
},
-/obj/machinery/camera{
- c_tag = "Library North";
- dir = 8
+/obj/item/weapon/pen{
+ layer = 3.2
},
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = 28
+/turf/open/floor/plasteel/blue/side,
+/area/hallway/primary/central)
+"bek" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/black,
-/area/library)
-"bfo" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/purple/side,
+/area/hallway/primary/central)
+"bel" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bem" = (
+/turf/closed/wall,
+/area/storage/emergency2)
+"ben" = (
+/obj/machinery/door/airlock{
+ name = "Port Emergency Storage";
+ req_access_txt = "0"
},
/obj/structure/cable{
d1 = 1;
@@ -29201,7391 +28044,6545 @@
icon_state = "1-2"
},
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bfp" = (
+/area/storage/emergency2)
+"beo" = (
/turf/closed/wall,
-/area/hydroponics)
-"bfq" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/hydroponics)
-"bfr" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/area/medical/morgue)
+"bep" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ opacity = 1;
+ req_access_txt = "6"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"beq" = (
+/turf/closed/wall,
+/area/security/checkpoint/medical)
+"ber" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/security/checkpoint/medical)
+"bes" = (
+/turf/closed/wall,
+/area/medical/medbay)
+"bet" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
/turf/open/floor/plating,
-/area/hydroponics)
-"bfs" = (
+/area/medical/medbay)
+"beu" = (
+/obj/structure/sign/bluecross_2,
+/turf/closed/wall,
+/area/medical/medbay)
+"bev" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Hydroponics";
- req_access_txt = "35"
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bft" = (
-/turf/open/floor/plasteel/white/side,
-/area/hallway/primary/central)
-"bfu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white/side,
-/area/hallway/primary/central)
-"bfv" = (
-/turf/closed/wall,
-/area/crew_quarters/kitchen)
-"bfw" = (
-/obj/structure/table/reinforced,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bfx" = (
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/clothing/head/that{
- throwforce = 1;
- throwing = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bfy" = (
-/obj/structure/table/reinforced,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bfz" = (
-/obj/structure/table/reinforced,
+/area/medical/medbay)
+"bew" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white/side,
+/area/medical/medbay)
+"bex" = (
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/lighter,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bfA" = (
-/obj/machinery/door/window/southright{
- name = "Bar Door";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bfB" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- pixel_x = 28
+/turf/open/floor/plasteel/white/side,
+/area/medical/medbay)
+"bey" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-10";
+ layer = 4.1
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bfC" = (
+/turf/open/floor/plasteel/blue/side,
+/area/hallway/primary/central)
+"bez" = (
/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway Central";
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
+ c_tag = "Central Primary Hallway Bar";
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/obj/machinery/light,
+/turf/open/floor/plasteel/blue/side,
+/area/hallway/primary/central)
+"beA" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/purple/side,
+/area/hallway/primary/central)
+"beB" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
})
-"bfD" = (
-/obj/item/weapon/soap/nanotrasen,
-/obj/machinery/shower{
- dir = 4
- },
-/obj/item/weapon/bikehorn/rubberducky,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+"beC" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
})
-"bfE" = (
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+"beD" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
})
-"bfF" = (
-/obj/machinery/door/airlock{
- name = "Unit 3"
- },
+"beE" = (
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
})
-"bfG" = (
-/obj/machinery/door/airlock{
- name = "Unit 2"
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+"beF" = (
+/obj/structure/sign/science,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
})
-"bfH" = (
-/obj/machinery/door/airlock{
- name = "Unit 1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+"beG" = (
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
})
-"bfI" = (
-/obj/structure/cable,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "Gravity Generator APC";
- pixel_x = -25;
- pixel_y = 1
- },
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bfJ" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+"beH" = (
+/turf/open/floor/plasteel/purple/side,
+/area/hallway/primary/central)
+"beI" = (
+/turf/closed/wall/r_wall,
+/area/assembly/chargebay)
+"beJ" = (
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"beK" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/apmaint)
+"beL" = (
+/obj/structure/plasticflaps{
+ opacity = 1
},
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/toxins/explab)
+"beM" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bfK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/apmaint)
+"beN" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bfL" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bfM" = (
-/turf/open/floor/plasteel/warning,
-/area/engine/gravity_generator)
-"bfN" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/highsecurity{
- name = "Gravity Generator Room";
- req_access_txt = "19;23"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beO" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/delivery,
-/area/engine/gravity_generator)
-"bfO" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/engine/gravity_generator)
-"bfP" = (
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beP" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Gravity Generator Foyer";
- dir = 8
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beQ" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beR" = (
+/obj/item/trash/sosjerky,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/engine/gravity_generator)
-"bfQ" = (
-/obj/structure/table/glass,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bfR" = (
-/obj/structure/chair/comfy/black{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bfS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bfT" = (
-/obj/machinery/camera{
- c_tag = "Engineering Foyer";
- dir = 8
- },
-/obj/structure/noticeboard{
- dir = 8;
- pixel_x = 27
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bfU" = (
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"beU" = (
+/obj/structure/bookcase/random/nonfiction,
+/turf/open/floor/wood,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"beV" = (
+/obj/structure/bookcase/random/fiction,
+/turf/open/floor/wood,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"beW" = (
+/obj/structure/bookcase/random/religion,
+/turf/open/floor/wood,
+/area/construction/quarters{
+ name = "Lounge"
+ })
+"beX" = (
/turf/closed/wall,
-/area/security/checkpoint/engineering)
-"bfV" = (
-/obj/machinery/light/small{
- dir = 8
+/area/medical/genetics)
+"beY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Genetics Access";
+ req_access_txt = "0";
+ req_one_access_txt = "5;9"
},
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bfW" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"beZ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/shuttle/pod_4)
-"bfX" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/area/shuttle/pod_4)
-"bfY" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
+/area/storage/emergency2)
+"bfa" = (
+/obj/structure/plasticflaps{
+ opacity = 1
},
-/area/shuttle/pod_4)
-"bfZ" = (
-/obj/structure/janitorialcart,
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bga" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/area/storage/emergency2)
+"bfb" = (
+/obj/machinery/door/window/eastleft{
dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ name = "Medical Delivery";
+ req_access_txt = "5"
},
-/turf/open/floor/plating,
-/area/janitor)
-"bgb" = (
-/obj/structure/window/reinforced,
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ dir = 4;
+ freq = 1400;
+ location = "Medbay"
},
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bgc" = (
+/area/medical/morgue)
+"bfc" = (
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bfd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 6
},
-/turf/closed/wall,
-/area/janitor)
-"bgd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/disposalpipe/sortjunction{
- icon_state = "pipe-j2s";
- sortType = 10
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bge" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bfe" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Morgue APC";
+ pixel_y = 24
},
-/obj/structure/disposalpipe/segment{
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"bgf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"bff" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/closed/wall,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black,
/area/medical/morgue)
-"bgg" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- icon_state = "pipe-j2s";
- sortType = 1
+"bfg" = (
+/obj/structure/filingcabinet,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bgh" = (
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bgi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bgj" = (
-/obj/machinery/camera{
- c_tag = "Aft Port Primary Hallway North";
- dir = 4
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/brown/corner{
- dir = 8
+/turf/open/floor/plasteel/red/side{
+ dir = 9
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bgk" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bgl" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/area/security/checkpoint/medical)
+"bfh" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
},
-/obj/machinery/light{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/area/library)
-"bgm" = (
-/obj/structure/chair/office/dark{
+/area/security/checkpoint/medical)
+"bfi" = (
+/obj/machinery/computer/secure_data,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 0;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/red/side{
dir = 1
},
-/turf/open/floor/plasteel/vault{
+/area/security/checkpoint/medical)
+"bfj" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/red/side{
dir = 5
},
-/area/library)
-"bgn" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/carpet,
-/area/library)
-"bgo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/area/security/checkpoint/medical)
+"bfk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/medbay)
+"bfl" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/turf/open/floor/carpet,
-/area/library)
-"bgp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/medical/medbay)
+"bfm" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
},
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bgq" = (
-/obj/machinery/light/small{
- dir = 4
+/area/medical/medbay)
+"bfn" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
},
+/area/medical/medbay)
+"bfo" = (
/obj/machinery/disposal/bin,
-/turf/open/floor/plasteel/black,
-/area/library)
-"bgr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bgs" = (
-/obj/structure/table/glass,
-/obj/item/weapon/watertank,
-/obj/item/clothing/tie/armband/hydro,
-/obj/item/clothing/tie/armband/hydro,
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bgt" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bgu" = (
-/obj/structure/table/reinforced,
+/area/medical/medbay)
+"bfp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bfq" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bfr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bfs" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/window/northleft{
- dir = 2;
- name = "Hydroponics Desk";
- req_access_txt = "35"
+/obj/machinery/door/airlock/glass{
+ name = "Diner"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/hydroponics)
-"bgv" = (
-/obj/structure/table/reinforced,
+/area/hallway/primary/central)
+"bft" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/window/westright{
- dir = 2;
- name = "Hydroponics Desk";
- req_access_txt = "35"
+/obj/machinery/door/airlock/glass{
+ name = "Diner"
},
/turf/open/floor/plasteel,
-/area/hydroponics)
-"bgw" = (
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bgx" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen";
- name = "kitchen shutters"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bgy" = (
-/obj/structure/table/reinforced,
+/area/hallway/primary/central)
+"bfu" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen";
- name = "kitchen shutters"
+/obj/machinery/door/airlock/glass{
+ name = "Diner"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bgz" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/reagent_containers/food/snacks/pie,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen";
- name = "kitchen shutters"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bgA" = (
-/obj/machinery/vending/dinnerware,
-/turf/open/floor/plasteel,
-/area/crew_quarters/kitchen)
-"bgB" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel,
-/area/crew_quarters/kitchen)
-"bgC" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/obj/structure/table,
-/obj/machinery/light_switch{
- pixel_y = 28
- },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/crew_quarters/kitchen)
-"bgD" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- pixel_x = -30
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bgE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bgF" = (
-/obj/effect/landmark/start{
- name = "Bartender"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bgG" = (
+/area/hallway/primary/central)
+"bfv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bgH" = (
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
})
-"bgI" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+"bfw" = (
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
})
-"bgJ" = (
-/obj/machinery/shower{
- dir = 4
- },
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+"bfx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
})
-"bgK" = (
-/obj/machinery/light/small{
- dir = 4
+"bfy" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/area/medical/research{
+ name = "Research Division"
})
-"bgL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+"bfz" = (
+/obj/structure/table,
+/obj/item/device/assembly/igniter{
+ pixel_x = -4;
+ pixel_y = -4
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bgM" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/item/weapon/screwdriver{
+ pixel_y = 16
},
-/obj/machinery/camera{
- c_tag = "Locker Room Toilets"
+/obj/item/device/gps{
+ gpstag = "RD0"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/item/clothing/head/welding,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/area/medical/research{
+ name = "Research Division"
})
-"bgN" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Locker Restrooms APC";
- pixel_y = 25
+"bfA" = (
+/obj/machinery/modular_computer/console/preset/civilian,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/area/medical/research{
+ name = "Research Division"
})
-"bgO" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/structure/mirror{
- pixel_x = 28
+"bfB" = (
+/obj/structure/table,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/wrench,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/electronics/airlock,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/area/medical/research{
+ name = "Research Division"
})
-"bgP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bgQ" = (
+"bfC" = (
+/turf/closed/wall/r_wall,
+/area/assembly/robotics)
+"bfD" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics";
+ name = "robotics lab shutters"
},
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bgR" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Gravity Generator Area";
- req_access_txt = "19; 61"
+/area/assembly/robotics)
+"bfE" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ name = "Robotics Desk";
+ req_access_txt = "29"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/item/weapon/paper_bin{
+ pixel_x = 0;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bgS" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "robotics";
+ name = "robotics lab shutters"
},
/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bgT" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/area/assembly/robotics)
+"bfF" = (
+/obj/machinery/door/firedoor,
/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"bgU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Mech Bay";
+ req_access_txt = "29";
+ req_one_access_txt = "0"
},
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bgV" = (
-/obj/structure/closet/radiation,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = -32
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bfG" = (
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bfH" = (
+/obj/machinery/camera{
+ c_tag = "Experimentor Lab Chamber";
+ dir = 2;
+ network = list("SS13","RD")
},
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bfI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
+ dir = 4;
on = 1;
+ scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bfJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
-/area/engine/gravity_generator)
-"bgW" = (
-/obj/structure/closet/radiation,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 6
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bfK" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Testing Lab Maintenance";
+ req_access_txt = "47"
},
-/area/engine/gravity_generator)
-"bgX" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/item/weapon/wrench,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bgY" = (
-/obj/structure/table/glass,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32
+/area/toxins/explab)
+"bfL" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 2;
+ icon_state = "left";
+ name = "Research Division Delivery";
+ req_access_txt = "47"
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bgZ" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bha" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark{
- name = "blobstart"
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=2";
+ dir = 8;
+ freq = 1400;
+ location = "Research Division"
},
/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bhb" = (
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bhc" = (
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/break_room)
-"bhd" = (
-/obj/machinery/door/airlock/external{
- name = "Engineering Escape Pod";
- req_access = null;
- req_access_txt = "0"
- },
+/obj/effect/turf_decal/delivery,
+/area/toxins/explab)
+"bfM" = (
+/obj/item/weapon/shard,
/turf/open/floor/plating,
-/area/engine/break_room)
-"bhe" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Escape Pod Airlock"
- },
-/obj/docking_port/mobile/pod{
- dir = 4;
- id = "pod4";
- name = "escape pod 4"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_4)
-"bhf" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- pixel_y = 25
- },
-/obj/item/weapon/storage/pod{
- pixel_x = 6;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_4)
-"bhg" = (
-/obj/structure/chair{
- dir = 4
+/area/maintenance/apmaint)
+"bfN" = (
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bfO" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 0;
- pixel_y = 32
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bfP" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/obj/machinery/computer/shuttle/pod{
- pixel_y = -32;
- possible_destinations = "pod_asteroid4";
- shuttleId = "pod4"
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bfQ" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/pod_4)
-"bhh" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bfR" = (
+/obj/item/weapon/extinguisher,
/turf/open/floor/plating,
-/area/shuttle/pod_4)
-"bhi" = (
-/obj/docking_port/stationary/random{
- dir = 4;
- id = "pod_asteroid4";
- name = "asteroid"
- },
-/turf/open/space,
-/area/space)
-"bhj" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bhk" = (
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/obj/item/weapon/storage/box/mousetraps,
-/obj/item/weapon/storage/box/mousetraps,
-/turf/open/floor/plasteel/floorgrime,
-/area/janitor)
-"bhl" = (
-/obj/machinery/door/window/westleft{
- name = "Janitoral Delivery";
- req_access_txt = "26"
+/area/maintenance/apmaint)
+"bfS" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bfT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/delivery,
-/area/janitor)
-"bhm" = (
-/obj/structure/plasticflaps,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "Janitor"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/bot,
-/area/janitor)
-"bhn" = (
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bfU" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bho" = (
-/obj/machinery/door/firedoor,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bfV" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "Engineering Lobby";
- req_access_txt = "32"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bhp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bhq" = (
+/area/maintenance/apmaint)
+"bfW" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
+/obj/item/trash/deadmouse,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/area/hallway/primary/starboard)
-"bhr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
},
+/area/maintenance/apmaint)
+"bfX" = (
+/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bhs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/area/maintenance/apmaint)
+"bfY" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bfZ" = (
+/obj/item/weapon/tank/internals/air,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bga" = (
+/obj/machinery/vending/snack,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/structure/filingcabinet/filingcabinet,
-/obj/structure/window/reinforced{
- dir = 8
+/area/hallway/secondary/entry)
+"bgb" = (
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/brown{
+/area/hallway/secondary/entry)
+"bgc" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/hallway/secondary/entry)
+"bgd" = (
+/obj/machinery/light/small{
dir = 8
},
-/area/quartermaster/storage)
-"bht" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table,
-/obj/machinery/firealarm{
- pixel_y = 27
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bge" = (
+/turf/closed/wall,
+/area/mining_construction{
+ name = "Auxillary Closet Construction"
+ })
+"bgf" = (
+/obj/item/weapon/hemostat,
+/obj/item/weapon/retractor,
+/obj/item/weapon/cautery,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/obj/item/stack/wrapping_paper{
- pixel_x = 3;
- pixel_y = 4
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bgg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/item/stack/packageWrap{
- pixel_x = -1;
- pixel_y = -1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bhu" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- pixel_y = 30
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgh" = (
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgi" = (
+/obj/machinery/light{
+ dir = 1
},
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bhv" = (
-/obj/structure/table,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 20
+/obj/machinery/camera{
+ c_tag = "Genetics Cloning Foyer";
+ dir = 2;
+ network = list("SS13")
},
-/obj/item/device/destTagger{
- pixel_x = 4;
- pixel_y = 3
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/item/device/destTagger{
- pixel_x = 4;
- pixel_y = 3
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bhw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bhx" = (
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgj" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/obj/item/weapon/pen{
- pixel_x = 4;
- pixel_y = 4
+/obj/item/weapon/pen,
+/obj/structure/sign/poster{
+ pixel_x = 32
},
-/turf/open/floor/plasteel/brown{
- dir = 9
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bgk" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bhy" = (
-/turf/open/floor/plasteel/brown/corner{
+/area/storage/emergency2)
+"bgl" = (
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/machinery/light/small{
dir = 1
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bhz" = (
-/turf/open/floor/wood,
-/area/library)
-"bhA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"bhB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/library)
-"bhC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/library)
-"bhD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"bhE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"bgm" = (
+/obj/item/weapon/extinguisher,
+/obj/structure/cable{
+ tag = "icon-1-2";
+ icon_state = "1-2"
},
-/obj/machinery/vending/coffee,
-/turf/open/floor/wood,
-/area/library)
-"bhF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"bgn" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/turf/closed/wall,
-/area/library)
-"bhG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bgo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bgp" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/device/assembly/signaler{
- pixel_x = -6;
- pixel_y = -3
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bhH" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bhI" = (
-/turf/open/floor/plasteel/green/side{
- dir = 9
+/area/medical/morgue)
+"bgq" = (
+/obj/structure/chair{
+ dir = 8
},
-/area/hydroponics)
-"bhJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/green/side{
- dir = 1
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bgr" = (
+/obj/machinery/light{
+ dir = 8
},
-/area/hydroponics)
-"bhK" = (
-/turf/open/floor/plasteel/green/side{
- dir = 1
+/obj/machinery/newscaster{
+ pixel_x = -32
},
-/area/hydroponics)
-"bhL" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Botanist"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/green/side{
- dir = 1
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/area/hydroponics)
-"bhM" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastleft{
- dir = 8;
- name = "Hydroponics Desk";
- req_access_txt = "35"
+/area/security/checkpoint/medical)
+"bgs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery,
-/area/hydroponics)
-"bhN" = (
-/obj/machinery/button/door{
- id = "kitchen";
- name = "Kitchen Shutters Control";
- pixel_x = -25;
- pixel_y = 22;
- req_access_txt = "28"
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"bgt" = (
+/obj/structure/chair/office/light{
+ dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bhO" = (
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bhP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bhQ" = (
-/obj/structure/sink/kitchen{
- pixel_y = 28
+/obj/effect/landmark/start/depsec/medical,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"bgu" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/obj/machinery/camera{
- c_tag = "Kitchen"
+/turf/open/floor/plasteel/red/side{
+ dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bhR" = (
+/area/security/checkpoint/medical)
+"bgv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bhS" = (
-/mob/living/carbon/monkey/punpun,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"bhT" = (
-/obj/structure/bookcase/random/reference,
-/turf/open/floor/wood,
-/area/library)
-"bhU" = (
-/obj/structure/bookcase/random/fiction,
-/turf/open/floor/wood,
-/area/library)
-"bhV" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bgw" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bgx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bgy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/firealarm{
dir = 8;
- on = 1
+ pixel_x = 26;
+ pixel_y = 28
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bgz" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"bhW" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22;
- req_access = list(24)
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bhX" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Holodeck Door"
+/area/medical/medbay)
+"bgA" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 2
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bhY" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/obj/machinery/camera{
- c_tag = "Dormitory North";
- dir = 8
+/area/medical/medbay)
+"bgB" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/device/healthanalyzer,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
+/area/medical/medbay)
+"bgC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bhZ" = (
-/obj/machinery/door/airlock{
- name = "Unisex Showers";
- req_access_txt = "0"
+/area/hallway/primary/aft)
+"bgD" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bgE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bgF" = (
+/obj/structure/table,
+/obj/item/device/paicard,
+/obj/item/clothing/glasses/science,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/area/medical/research{
+ name = "Research Division"
})
-"bia" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+"bgG" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/area/medical/research{
+ name = "Research Division"
})
-"bib" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+"bgH" = (
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"bic" = (
-/obj/machinery/light/small,
-/obj/machinery/light_switch{
- pixel_y = -28
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/area/medical/research{
+ name = "Research Division"
})
-"bid" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+"bgI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -26;
+ pixel_y = 28
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
})
-"bie" = (
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bif" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"big" = (
+"bgJ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bih" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = 32
- },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgK" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bii" = (
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bij" = (
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+ dir = 10
},
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bik" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bgN" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/area/assembly/robotics)
+"bgO" = (
+/obj/structure/chair/office/light{
+ dir = 1
},
-/area/maintenance/starboard)
-"bil" = (
-/obj/machinery/vending/snack,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/obj/effect/landmark/start{
+ name = "Roboticist"
},
/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bim" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/sign/pods{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/warning{
- dir = 4
- },
-/area/engine/break_room)
-"bin" = (
+/area/assembly/robotics)
+"bgP" = (
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgQ" = (
/obj/machinery/camera{
- c_tag = "Engineering Escape Pod";
- dir = 4
+ c_tag = "Robotics Lab";
+ dir = 2;
+ network = list("SS13","RD")
},
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bio" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4
+/obj/machinery/button/door{
+ dir = 2;
+ id = "robotics";
+ name = "Shutters Control Button";
+ pixel_x = -6;
+ pixel_y = 24;
+ req_access_txt = "29"
},
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgR" = (
+/obj/machinery/requests_console{
+ department = "Robotics";
+ departmentType = 2;
+ name = "Robotics RC";
+ pixel_y = 30
},
-/area/shuttle/pod_4)
-"bip" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bgS" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 14
},
-/area/shuttle/pod_4)
-"biq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bir" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Bay Warehouse Maintenance";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bis" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "packageSort1"
- },
-/obj/structure/plasticflaps{
- opacity = 0
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bit" = (
-/obj/structure/window/reinforced{
- dir = 8
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/turf/open/floor/plasteel/brown{
- dir = 8
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/area/quartermaster/storage)
-"biu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"biv" = (
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"biw" = (
-/obj/structure/chair{
+/area/assembly/robotics)
+"bgT" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Cargo Technician"
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Robotics Lab APC";
+ pixel_x = 0;
+ pixel_y = 25
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bix" = (
-/obj/structure/table,
-/obj/machinery/door/window/eastleft{
- dir = 8;
- name = "Delivery Office";
- req_access_txt = "50"
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/door/firedoor,
-/obj/item/weapon/folder/yellow,
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"biy" = (
-/turf/open/floor/plasteel/brown{
+/area/assembly/robotics)
+"bgU" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"biz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/purple/side{
dir = 4
},
-/obj/machinery/chem_dispenser/drinks,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"biA" = (
-/obj/structure/disposalpipe/segment,
+/area/assembly/robotics)
+"bgV" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bgW" = (
+/obj/effect/landmark/event_spawn,
+/obj/item/device/radio/beacon,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bgX" = (
+/obj/machinery/r_n_d/experimentor,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bgY" = (
/obj/effect/landmark{
- name = "lightsout"
+ name = "blobstart"
},
-/turf/open/floor/carpet,
-/area/library)
-"biB" = (
-/obj/structure/sign/securearea{
- desc = "Under the painting a plaque reads: 'Literally no one ever liked you at any point in your existence.'";
- icon_state = "monkey_painting";
- name = "Mr. Deempisi portrait";
- pixel_y = -26
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/obj/machinery/camera{
- c_tag = "Bar South";
- dir = 1
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bgZ" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bha" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhb" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
-/obj/structure/table,
-/obj/item/weapon/book/manual/barman_recipes,
-/obj/item/weapon/reagent_containers/glass/rag,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"biC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Testing Lab APC";
+ pixel_y = 25
+ },
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"biD" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhc" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10;
+ pixel_x = 0;
+ initialize_directions = 10
},
-/area/hydroponics)
-"biE" = (
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/green/side{
- dir = 8
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhd" = (
+/obj/structure/sign/atmosplaque{
+ desc = "A guide to the drone shell dispenser, detailing the constructive and destructive applications of modern repair drones, as well as the development of the uncorruptable cyborg servants of tomorrow, available today.";
+ icon_state = "kiddieplaque";
+ name = "\improper 'Perfect Drone' sign";
+ pixel_x = 0;
+ pixel_y = 32
},
-/area/hydroponics)
-"biF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"biG" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"biH" = (
-/obj/machinery/smartfridge,
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"biI" = (
-/obj/effect/landmark/start{
- name = "Cook"
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"biJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"biK" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bhf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/structure/grille/broken,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"biL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bhg" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/grille/broken,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"biM" = (
-/obj/item/weapon/reagent_containers/syringe,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bhh" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"biN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
- dir = 2;
+ dir = 8;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"biO" = (
-/obj/machinery/light/small,
-/obj/machinery/newscaster{
- pixel_y = -28
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/structure/table,
-/obj/machinery/chem_dispenser/drinks/beer,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"biP" = (
-/obj/machinery/vending/boozeomat,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Maltese Falcon"
- })
-"biQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/crew_quarters/theatre)
-"biR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock{
- name = "Theatre Backstage";
- req_access_txt = "46"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bhi" = (
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bhj" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology Test Chamber";
+ dir = 2;
+ network = list("Xeno","RD");
+ pixel_x = 0
+ },
+/obj/machinery/light{
+ dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bhk" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bhl" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"biS" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -27
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bhm" = (
+/obj/item/trash/candle,
+/obj/item/weapon/cautery,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bhn" = (
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"bho" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/library)
+"bhp" = (
+/obj/item/weapon/storage/bag/books,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bhq" = (
+/obj/structure/bookcase/random/religion,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bhr" = (
+/obj/structure/bookcase/random/religion,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"biT" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/turf/open/floor/plasteel/black,
+/area/library)
+"bhs" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"biU" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bht" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Genetics Maintenance";
+ req_access_txt = "9";
+ req_one_access_txt = "0"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/medical/genetics)
+"bhu" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/door/airlock{
- name = "Unisex Restrooms";
- req_access_txt = "0"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"biV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/area/medical/genetics)
+"bhv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/closed/wall,
-/area/crew_quarters/locker/locker_toilet{
- name = "\improper Restrooms"
- })
-"biW" = (
-/obj/machinery/light{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"biX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 1
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bhw" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/area/engine/gravity_generator)
-"biY" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/area/engine/gravity_generator)
-"biZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 4
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bhx" = (
+/obj/structure/table,
+/obj/machinery/newscaster{
+ pixel_x = 32
},
-/area/engine/gravity_generator)
-"bja" = (
-/obj/machinery/light{
- dir = 4
+/obj/item/weapon/crowbar,
+/obj/item/weapon/folder/white,
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"bhy" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"bhz" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Port Emergency Storage APC";
+ pixel_x = 0;
+ pixel_y = -24
},
-/obj/machinery/camera{
- c_tag = "Gravity Generator Room";
- dir = 8
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bjb" = (
-/obj/item/stack/rods,
-/obj/machinery/space_heater,
/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bjc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bjd" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+ icon_state = "panelscorched"
},
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
+/area/storage/emergency2)
+"bhA" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
+/obj/item/weapon/storage/toolbox/emergency,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bje" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bjf" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bjg" = (
-/turf/closed/wall/r_wall,
-/area/engine/chiefs_office)
-"bjh" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/area/storage/emergency2)
+"bhB" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/storage/emergency2)
+"bhC" = (
+/obj/structure/bodycontainer/morgue,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/obj/item/stack/sheet/cardboard,
-/obj/item/stack/rods{
- amount = 50
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bji" = (
-/obj/structure/closet/crate/freezer,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bjj" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bjk" = (
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bhD" = (
+/obj/item/weapon/ectoplasm,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bhE" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
/obj/machinery/light/small{
- dir = 1
+ dir = 4
},
/obj/machinery/camera{
- c_tag = "Cargo Bay Storage"
+ c_tag = "Morgue";
+ dir = 8
},
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bjl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bjm" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bhF" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay Security APC";
+ pixel_x = -25
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Security Post";
dir = 4;
- icon_state = "pipe-c"
+ network = list("SS13")
+ },
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
},
+/area/security/checkpoint/medical)
+"bhG" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 6
},
-/turf/open/floor/plasteel/bot,
-/area/janitor)
-"bjn" = (
-/obj/structure/rack{
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/medical)
+"bhH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- layer = 2.9
+ layer = 2.4;
+ on = 1
},
-/obj/item/weapon/electronics/apc,
-/obj/item/weapon/stock_parts/cell{
- maxcharge = 2000
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/medical)
+"bhI" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bjo" = (
-/obj/machinery/conveyor{
+/area/security/checkpoint/medical)
+"bhJ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
- id = "packageSort1"
+ on = 1
},
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bjp" = (
-/turf/open/floor/plasteel/brown{
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bhK" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bhL" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white/side{
dir = 8
},
-/area/quartermaster/storage)
-"bjq" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bjr" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bjs" = (
-/turf/open/floor/plasteel/brown{
- dir = 10
+/area/medical/medbay)
+"bhM" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white/side{
+ dir = 4
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
+/area/medical/research{
+ name = "Research Division"
})
-"bjt" = (
-/turf/open/floor/plasteel/brown/corner{
- dir = 8
+"bhN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
})
-"bju" = (
-/obj/machinery/light/small{
- dir = 8
+"bhO" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/library)
-"bjv" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/library)
-"bjw" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"bjx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bjy" = (
-/obj/machinery/seed_extractor,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bjz" = (
-/obj/effect/landmark/start{
- name = "Botanist"
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/green/side{
- dir = 8
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/area/hydroponics)
-"bjA" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bjB" = (
-/obj/machinery/hydroponics/constructable,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bhR" = (
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
+/obj/item/weapon/reagent_containers/food/snacks/grown/poppy,
+/obj/structure/table/wood/fancy,
/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bjC" = (
-/obj/machinery/door/airlock/glass{
- name = "Kitchen";
- req_access_txt = "0";
- req_one_access_txt = "28;35"
- },
-/turf/open/floor/plasteel/delivery,
-/area/hydroponics)
-"bjD" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/reagent_containers/food/condiment/enzyme,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bjE" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/glass/beaker{
- pixel_x = 5
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bjF" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3
+/area/chapel/main{
+ name = "Monastery"
+ })
+"bhS" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 3
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 1;
+ pixel_y = 6
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bjG" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bjH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bjI" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
},
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
+/obj/item/clothing/head/welding{
+ pixel_x = -3;
+ pixel_y = 5
},
-/area/crew_quarters/kitchen)
-"bjJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/crew_quarters/kitchen)
-"bjK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock{
- name = "Kitchen Cold Room";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
+/obj/item/clothing/glasses/welding,
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
},
+/area/assembly/robotics)
+"bhT" = (
+/obj/machinery/mecha_part_fabricator,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bhU" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bjL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/secure_closet/freezer/cream_pie,
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"bjM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"bjN" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/crayons{
- pixel_x = 3;
- pixel_y = 3
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/item/weapon/reagent_containers/food/snacks/pie/cream{
- pixel_x = -3;
- pixel_y = -3
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"bjO" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
},
-/obj/machinery/power/apc{
+/area/assembly/robotics)
+"bhV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- name = "Aft Starboard Primary Hallway APC";
- pixel_x = -25
+ on = 1
},
/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bjP" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32
+/area/assembly/robotics)
+"bhW" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass{
+ amount = 20;
+ pixel_x = 3;
+ pixel_y = -4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bjQ" = (
-/turf/closed/wall,
-/area/crew_quarters/locker)
-"bjR" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/item/clothing/under/assistantformal,
-/turf/open/floor/plasteel/neutral/side{
- dir = 9
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/area/crew_quarters/locker)
-"bjS" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/newscaster{
- pixel_y = 30
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/obj/item/clothing/under/assistantformal,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/area/crew_quarters/locker)
-"bjT" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/requests_console{
- department = "Locker Room";
- pixel_y = 28
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/obj/item/clothing/under/assistantformal,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/area/crew_quarters/locker)
-"bjU" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/obj/structure/closet/athletic_mixed,
-/obj/machinery/light{
- dir = 1
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
-/obj/machinery/camera{
- c_tag = "Locker Room West"
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
},
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/area/assembly/robotics)
+"bhX" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector{
+ on = 1
},
-/area/crew_quarters/locker)
-"bjV" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/closet/masks,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bhZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/area/crew_quarters/locker)
-"bjW" = (
-/obj/machinery/vending/clothing,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bia" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
},
-/area/crew_quarters/locker)
-"bjX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/light{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bib" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start{
+ name = "Scientist"
},
-/area/crew_quarters/locker)
-"bjY" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/locker)
-"bjZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/trinary/filter,
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bka" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/area/toxins/explab)
+"bic" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
},
-/turf/open/floor/plasteel/vault{
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bid" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 8
},
-/area/engine/gravity_generator)
-"bkb" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bie" = (
+/obj/machinery/light/small{
+ brightness = 3;
dir = 8
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bif" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "air_in"
},
-/area/engine/gravity_generator)
-"bkc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"big" = (
+/obj/machinery/light/small{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bkd" = (
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bih" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bii" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bij" = (
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bik" = (
/obj/effect/decal/cleanable/ash,
-/obj/item/device/assembly/prox_sensor,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bke" = (
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bkf" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/item/weapon/cigbutt,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bkg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/maintenance/apmaint)
+"bil" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/shard{
- icon_state = "small"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bim" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
},
/turf/open/floor/plating{
broken = 1;
icon_state = "platingdmg1"
},
-/area/maintenance/starboard)
-"bkh" = (
-/obj/machinery/light{
+/area/maintenance/apmaint)
+"bin" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
dir = 8
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bki" = (
+/area/maintenance/apmaint)
+"bio" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bkj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"bkk" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/light_switch{
- pixel_y = 26
+/area/hallway/secondary/entry)
+"bip" = (
+/obj/item/device/radio/beacon,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bkl" = (
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 1;
- name = "CE Office APC";
- pixel_y = 25
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"biq" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"bir" = (
+/obj/machinery/mass_driver{
+ id = "chapelgun"
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bkm" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/machinery/door/window/eastleft{
+ dir = 8;
+ name = "Mass Driver";
+ req_one_access_txt = "0"
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bkn" = (
-/obj/machinery/keycard_auth{
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"bis" = (
+/obj/structure/rack,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/electronics/airlock,
+/obj/item/wallframe/camera,
+/obj/item/device/assault_pod/mining,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"bit" = (
+/obj/structure/rack,
+/obj/item/stack/sheet/metal{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = 2
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bko" = (
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bkp" = (
-/obj/machinery/door/airlock{
- name = "Private Restroom";
- req_access_txt = "56"
+/obj/item/stack/sheet/metal{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = 2
},
-/turf/open/floor/plasteel/freezer,
-/area/engine/chiefs_office)
-"bkq" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
+/obj/item/stack/sheet/glass{
+ amount = 50
},
-/obj/machinery/light/small{
- dir = 1
+/obj/item/weapon/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"biu" = (
+/obj/machinery/mass_driver{
+ id = "chapelgun"
},
-/turf/open/floor/plasteel/freezer,
-/area/engine/chiefs_office)
-"bkr" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bks" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/structure/window/reinforced{
dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ layer = 2.9
},
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bkt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"biv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bku" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"biw" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/genetics)
+"bix" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Cloning";
+ req_access_txt = "0";
+ req_one_access_txt = "5;9"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bkv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/sheet/cardboard,
/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/genetics)
+"biy" = (
+/turf/closed/wall,
+/area/medical/medbay3)
+"biz" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/storage/fancy/candle_box,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"biA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bkw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/area/security/checkpoint/medical)
+"biB" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ name = "Medbay Security Post";
+ req_access_txt = "63"
},
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bkx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bky" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bkz" = (
-/obj/machinery/light{
- dir = 4
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/camera{
- c_tag = "Cargo Delivery Office";
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/medical)
+"biC" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/reagent_containers/food/drinks/britcup{
+ desc = "Kingston's personal cup."
},
-/obj/machinery/status_display{
- pixel_x = 32;
- supply_display = 1
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"biD" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/paper_bin{
+ pixel_x = 1;
+ pixel_y = 0
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bkA" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/brown{
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 8
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bkB" = (
+/area/medical/medbay)
+"biE" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bkC" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bkD" = (
-/obj/structure/bookcase/random/religion,
-/turf/open/floor/wood,
-/area/library)
-"bkE" = (
-/obj/structure/bookcase/random/nonfiction,
-/turf/open/floor/wood,
-/area/library)
-"bkF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bkG" = (
-/obj/machinery/biogenerator,
-/obj/machinery/light{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/obj/machinery/camera{
- c_tag = "Hydroponics North";
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/requests_console{
- department = "Hydroponics";
- departmentType = 2;
- pixel_x = -30
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bkH" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biG" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biH" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
+ dir = 8;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/green/side{
- dir = 8
- },
-/area/hydroponics)
-"bkI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/green/side{
- dir = 4
- },
-/area/hydroponics)
-"bkJ" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bkK" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bkL" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/reagent_containers/food/snacks/mint,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bkM" = (
-/obj/structure/table,
-/obj/item/weapon/kitchen/rollingpin,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bkN" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/chef_recipes,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bkO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"biI" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bkP" = (
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biK" = (
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/area/crew_quarters/kitchen)
-"bkQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Research Division Entrance";
+ dir = 1
},
-/turf/closed/wall,
-/area/crew_quarters/kitchen)
-"bkR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/chem_master/condimaster{
- name = "CondiMaster Neo";
- pixel_x = -4
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = -2;
+ pixel_y = -27
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biL" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/icecream_vat,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
+ dir = 10
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 22
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/obj/machinery/camera{
- c_tag = "Kitchen Cold Room"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biN" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 3;
+ pixel_y = 0
},
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"biO" = (
+/obj/machinery/r_n_d/circuit_imprinter,
+/obj/machinery/light{
+ dir = 8
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkV" = (
-/obj/structure/table,
-/obj/item/weapon/gun/projectile/revolver/doublebarrel,
-/obj/item/weapon/storage/belt/bandolier,
-/obj/item/weapon/reagent_containers/food/drinks/shaker,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkW" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bkX" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/plasteel/purple/side{
dir = 8
},
+/area/assembly/robotics)
+"biP" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/assembly/robotics)
+"biQ" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/effect/landmark/start{
- name = "Clown"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"bkY" = (
-/obj/structure/mirror{
- pixel_x = 28
+/area/assembly/robotics)
+"biR" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/machinery/airalarm{
dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/redblue,
-/area/crew_quarters/theatre)
-"bkZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bla" = (
-/obj/item/device/radio/intercom{
- dir = 0;
- name = "Station Intercom (General)";
- pixel_x = -27
- },
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
+ pixel_x = 23;
+ pixel_y = 0
},
-/area/crew_quarters/locker)
-"blb" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"blc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bld" = (
+/area/assembly/robotics)
+"biS" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/explab)
+"biT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"ble" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"blf" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/locker)
-"blg" = (
-/obj/effect/landmark{
- name = "lightsout"
+/turf/open/floor/engine,
+/area/toxins/explab)
+"biU" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/preopen{
+ id = "testlab";
+ name = "test chamber blast door"
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"blh" = (
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"biV" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "telelab";
+ name = "test chamber blast door"
+ },
+/obj/machinery/door/firedoor/heavy,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
+/turf/open/floor/engine,
+/area/toxins/explab)
+"biW" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
-/area/engine/gravity_generator)
-"bli" = (
-/obj/machinery/gravity_generator/main/station,
-/turf/open/floor/plasteel/vault{
+/turf/open/floor/engine,
+/area/toxins/explab)
+"biX" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"biY" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/item/weapon/wrench,
+/turf/open/floor/engine,
+/area/toxins/explab)
+"biZ" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
dir = 8
},
-/area/engine/gravity_generator)
-"blj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- dir = 1
+/turf/open/floor/engine,
+/area/toxins/explab)
+"bja" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
},
-/area/engine/gravity_generator)
-"blk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/area/toxins/xenobiology)
+"bjb" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/item/weapon/storage/box/syringes,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bll" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/toxins/xenobiology)
+"bjc" = (
+/obj/structure/table,
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/item/stack/sheet/mineral/plasma{
+ layer = 2.9
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
+/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bln" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/toxins/xenobiology)
+"bjd" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/clothing/glasses/science,
+/obj/item/clothing/glasses/science,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/obj/machinery/door/airlock{
- name = "Custodial Closet";
- req_access_txt = "26"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/toxins/xenobiology)
+"bje" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
},
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bjf" = (
+/obj/item/weapon/weldingtool,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/janitor)
-"blo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/maintenance/apmaint)
+"bjg" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/area/maintenance/apmaint)
+"bjh" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/maintenance/apmaint)
+"bji" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
},
-/obj/item/stack/rods,
-/obj/item/weapon/shard{
- icon_state = "small"
+/area/maintenance/apmaint)
+"bjj" = (
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry)
+"bjk" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Port Aft";
+ dir = 1
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- sortType = 22
+/turf/open/floor/plasteel/arrival,
+/area/hallway/secondary/entry)
+"bjl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"bjm" = (
+/obj/structure/table/wood/fancy,
+/obj/item/clothing/under/burial,
+/obj/item/clothing/under/burial,
+/obj/item/clothing/under/burial,
+/obj/item/clothing/under/burial,
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
-"blq" = (
-/obj/effect/decal/cleanable/oil,
-/obj/structure/disposalpipe/segment,
+"bjn" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 1;
+ name = "Auxillary Mining Closet Construction";
+ req_access_txt = "0";
+ req_one_access_txt = "31;32;47;48"
+ },
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/mining_construction{
+ name = "Auxillary Closet Construction"
})
-"blr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment,
+"bjo" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
-"bls" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment,
+"bjp" = (
+/obj/item/weapon/pickaxe/mini,
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/area/shuttle/auxillary_base)
+"bjq" = (
+/obj/machinery/camera{
+ c_tag = "Auxillary Mining Base";
dir = 8
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/computer/shuttle/auxillary_base{
+ density = 0;
+ pixel_x = 32;
+ pixel_y = 0
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
+/area/shuttle/auxillary_base)
+"bjr" = (
+/obj/docking_port/mobile/auxillary_base{
+ dheight = 0;
dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"blv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ dwidth = 2;
+ height = 4;
+ width = 5
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/bluespace_beacon,
+/turf/closed/wall,
+/area/shuttle/auxillary_base)
+"bjs" = (
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"blw" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/clipboard,
-/obj/item/weapon/lighter,
-/obj/item/clothing/glasses/meson{
- pixel_y = 4
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
},
-/obj/item/weapon/stamp/ce,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"blx" = (
-/obj/machinery/computer/atmos_alert,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Chief Engineer's Desk";
- departmentType = 3;
- name = "Chief Engineer RC";
- pixel_x = 32
+/area/medical/genetics)
+"bjt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bly" = (
-/turf/closed/wall,
-/area/engine/chiefs_office)
-"blz" = (
-/obj/structure/toilet{
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
dir = 1
},
-/obj/effect/landmark/start{
- name = "Chief Engineer"
- },
-/turf/open/floor/plasteel/freezer,
-/area/engine/chiefs_office)
-"blA" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"blB" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"blC" = (
+/area/medical/genetics)
+"bju" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"blD" = (
-/obj/item/stack/sheet/cardboard,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"blE" = (
-/obj/structure/closet/crate/internals,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"blF" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"blG" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "packageSort1"
- },
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/quartermaster/storage)
-"blH" = (
-/obj/machinery/door/window/eastleft{
- dir = 8;
- icon_state = "right";
- name = "Mail";
- req_access_txt = "50"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"blI" = (
-/obj/machinery/light{
- dir = 8
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
},
-/turf/open/floor/plasteel/brown{
- dir = 8
+/area/medical/genetics)
+"bjv" = (
+/obj/structure/closet/wardrobe/mixed,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"blJ" = (
+/area/medical/genetics)
+"bjw" = (
+/obj/machinery/vending/clothing,
/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"blK" = (
-/obj/structure/disposalpipe/segment{
dir = 1;
- icon_state = "pipe-c"
+ pixel_x = 0;
+ pixel_y = 27
},
-/turf/open/floor/carpet,
-/area/library)
-"blL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/weapon/shard{
- icon_state = "medium"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTH)";
+ dir = 1
},
-/obj/structure/grille/broken,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/medical/genetics)
+"bjx" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/structure/sign/poster{
+ pixel_x = -32
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 9;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-whiteblue (NORTHWEST)"
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/medical/medbay3)
+"bjy" = (
+/obj/machinery/light{
+ dir = 1
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"blN" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/structure/table,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/item/weapon/storage/box/gloves{
+ pixel_x = 3;
+ pixel_y = 3
},
-/turf/open/floor/wood,
-/area/library)
-"blO" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/obj/item/weapon/storage/box/masks,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/medbay3)
+"bjz" = (
+/obj/machinery/vending/medical,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTHEAST)";
+ dir = 5
},
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole,
-/turf/open/floor/wood,
-/area/library)
-"blP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/area/medical/medbay3)
+"bjA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/closed/wall,
-/area/library)
-"blQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bjB" = (
+/obj/structure/sign/poster{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 9;
+ initial_gas_mix = "n2=100;TEMP=80";
+ tag = "icon-whiteblue (NORTHWEST)"
+ },
+/area/medical/medbay)
+"bjC" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/oil,
-/obj/item/trash/candy,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"blR" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -28
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"blS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1;
+ tag = "icon-whiteblue (NORTH)"
},
-/turf/open/floor/plasteel/green/side{
- dir = 8
+/area/medical/medbay)
+"bjD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/area/hydroponics)
-"blT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Botanist"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTHEAST)";
+ dir = 5
},
-/turf/open/floor/plasteel/green/side{
- dir = 4
+/area/medical/medbay)
+"bjE" = (
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = -32;
+ pixel_y = 0;
+ pixel_z = 0
},
-/area/hydroponics)
-"blU" = (
-/obj/machinery/processor,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"blV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"blW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark{
- name = "blobstart"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"blX" = (
-/obj/structure/closet/crate{
- desc = "It's a storage unit for kitchen clothes and equipment.";
- name = "Kitchen Crate"
+/area/medical/medbay)
+"bjF" = (
+/obj/structure/chair/office/light{
+ dir = 4
},
-/obj/item/clothing/head/chefhat,
-/obj/item/clothing/under/rank/chef,
-/obj/item/weapon/storage/box/mousetraps{
- pixel_x = 5;
- pixel_y = 5
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
},
-/obj/item/weapon/storage/box/mousetraps,
-/obj/item/clothing/under/waiter,
-/obj/item/clothing/under/waiter,
-/obj/machinery/light/small{
- dir = 8
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (NORTHEAST)";
+ dir = 5
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"blY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/area/medical/medbay)
+"bjG" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"blZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bma" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/area/medical/medbay)
+"bjH" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bmb" = (
-/obj/effect/landmark/start{
- name = "Bartender"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bmc" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bmd" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Theatre Storage";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/redblue/redside{
- dir = 1
- },
-/area/crew_quarters/theatre)
-"bme" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/redblue/redside{
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bjI" = (
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bjJ" = (
+/obj/structure/bed/roller,
+/obj/machinery/camera{
+ c_tag = "Medbay Entrance";
dir = 1
},
-/area/crew_quarters/theatre)
-"bmf" = (
-/obj/structure/dresser,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/requests_console{
- department = "Theatre";
- name = "theatre RC";
- pixel_x = 32
- },
-/turf/open/floor/plasteel/redblue/redside{
- dir = 1
- },
-/area/crew_quarters/theatre)
-"bmg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bjK" = (
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bjL" = (
+/obj/structure/table/glass,
+/obj/item/stack/medical/gauze,
+/obj/item/weapon/reagent_containers/glass/bottle/epinephrine,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bjM" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bjN" = (
+/obj/structure/closet/firecloset/full,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bjO" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = -2;
+ pixel_y = 4
},
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bjP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bjQ" = (
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 2;
+ name = "Research Division Access";
+ req_access_txt = "47"
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
})
-"bmh" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bmi" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+"bjR" = (
+/obj/machinery/computer/rdconsole/robotics,
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
},
+/area/assembly/robotics)
+"bjS" = (
/obj/effect/landmark/start{
- name = "Assistant"
+ name = "Roboticist"
},
/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bmj" = (
+/obj/effect/turf_decal/bot,
+/area/assembly/robotics)
+"bjT" = (
/obj/structure/table,
-/obj/item/clothing/mask/balaclava,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bmk" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
},
-/obj/item/weapon/coin/silver,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bml" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/area/assembly/robotics)
+"bjU" = (
+/turf/closed/wall,
+/area/toxins/explab)
+"bjV" = (
+/obj/structure/rack,
+/obj/item/clothing/mask/gas{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas{
+ pixel_x = -3;
+ pixel_y = -3
},
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bmm" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/locker)
-"bmn" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_y = -32
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bmo" = (
+/area/toxins/explab)
+"bjW" = (
+/obj/machinery/button/door{
+ id = "testlab";
+ name = "Window Blast Doors";
+ pixel_x = -6;
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"bmp" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/button/door{
+ id = "telelab";
+ name = "Test Chamber Blast Door";
+ pixel_x = 6;
+ pixel_y = 0
},
-/mob/living/simple_animal/mouse/gray,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bmq" = (
-/obj/item/weapon/electronics/airlock,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bmr" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/maintenance/starboard)
-"bms" = (
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bmt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bmu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bmv" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 10
+/area/toxins/explab)
+"bjX" = (
+/obj/machinery/computer/rdconsole/experiment,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/engine/break_room)
-"bmw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/toxins/explab)
+"bjY" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder,
+/obj/item/weapon/book/manual/experimentor,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/break_room)
-"bmx" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 6
+/area/toxins/explab)
+"bjZ" = (
+/obj/item/weapon/paper_bin{
+ pixel_x = 0;
+ pixel_y = 6
},
-/area/engine/break_room)
-"bmy" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"bmz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+/obj/item/weapon/pen,
+/obj/item/device/radio/off,
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bmA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/toxins/explab)
+"bka" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/chair{
+/area/toxins/explab)
+"bkb" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bmB" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/paper/monitorkey,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bmC" = (
-/obj/structure/chair/office/light{
- dir = 8
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ dir = 2;
+ name = "Science Requests Console";
+ pixel_x = 0;
+ pixel_y = 30
},
-/obj/effect/landmark/start{
- name = "Chief Engineer"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bmD" = (
-/obj/machinery/computer/atmos_alert,
-/obj/machinery/button/door{
- desc = "A remote control-switch for the engineering security doors.";
- id = "Engineering";
- name = "Engineering Lockdown";
- pixel_x = 24;
- pixel_y = -10;
- req_access_txt = "10"
+/area/toxins/explab)
+"bkc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/button/door{
- desc = "A remote control-switch for secure storage.";
- id = "Secure Storage";
- name = "Engineering Secure Storage";
- pixel_x = 24;
- pixel_y = 0;
- req_access_txt = "11"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/button/door{
- id = "atmos";
- name = "Atmospherics Lockdown";
- pixel_x = 24;
- pixel_y = 10;
- req_access_txt = "24"
+/area/toxins/explab)
+"bkd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bmE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bmF" = (
-/obj/structure/closet/crate/medical,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/button/door{
- id = "qm_warehouse";
- name = "Warehouse Door Control";
- pixel_x = -1;
- pixel_y = -24;
- req_access_txt = "31"
+/area/toxins/explab)
+"bke" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bmG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bmH" = (
-/obj/structure/disposaloutlet{
+/area/toxins/explab)
+"bkf" = (
+/obj/structure/rack,
+/obj/item/stack/packageWrap,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/wirecutters,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bmI" = (
-/obj/structure/window/reinforced{
+/area/toxins/explab)
+"bkg" = (
+/obj/machinery/monkey_recycler,
+/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/area/toxins/xenobiology)
+"bkh" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bki" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
},
-/turf/open/floor/plasteel/brown{
- dir = 8
+/obj/effect/landmark/start{
+ name = "Scientist"
},
-/area/quartermaster/storage)
-"bmJ" = (
-/obj/structure/window/reinforced{
- dir = 8
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bkj" = (
+/obj/machinery/computer/camera_advanced/xenobio,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
},
+/area/toxins/xenobiology)
+"bkk" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE"
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bkl" = (
/obj/structure/disposaloutlet{
dir = 1
},
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bmK" = (
-/obj/machinery/newscaster{
- pixel_x = -28
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bkm" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/turf/open/floor/plasteel/brown{
- dir = 8
+/area/maintenance/apmaint)
+"bkn" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
-"bmL" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+"bko" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
+/obj/machinery/meter,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
-"bmM" = (
-/obj/structure/chair/comfy/black,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/wood,
-/area/library)
-"bmN" = (
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"bmO" = (
-/obj/item/device/camera_film,
-/obj/item/device/camera_film,
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"bmP" = (
-/obj/item/weapon/pen/red,
-/obj/item/weapon/pen/blue{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"bmQ" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"bmR" = (
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+"bkp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
},
-/obj/structure/table/wood,
-/turf/open/floor/wood,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bkq" = (
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bkr" = (
+/obj/item/weapon/storage/bag/ore,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"bks" = (
+/obj/structure/mining_shuttle_beacon,
+/turf/open/floor/plating,
+/area/shuttle/auxillary_base)
+"bkt" = (
+/obj/structure/chair/wood/normal,
+/turf/open/floor/plasteel/black,
/area/library)
-"bmS" = (
+"bku" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/library)
-"bmT" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Library APC";
- pixel_x = 24
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/light/small{
+ dir = 4
},
-/obj/structure/filingcabinet,
-/turf/open/floor/wood,
-/area/library)
-"bmU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/library)
-"bmV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bkv" = (
+/obj/machinery/clonepod,
+/turf/open/floor/plasteel/blue,
+/area/medical/genetics)
+"bkw" = (
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bkx" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/robot_debris,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bmW" = (
-/obj/machinery/vending/hydroseeds{
- slogan_delay = 700
- },
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bmX" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/green/side{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/area/hydroponics)
-"bmY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bmZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/green/side{
- dir = 4
- },
-/area/hydroponics)
-"bna" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bnb" = (
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bky" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/item/weapon/screwdriver,
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bnc" = (
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bkz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bnd" = (
+/turf/open/floor/plating,
+/area/medical/genetics)
+"bkA" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (WEST)";
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/medical/medbay3)
+"bkB" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bne" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bkC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bnf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/item/weapon/cigbutt,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bng" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/medical/medbay3)
+"bkD" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ opacity = 1;
+ req_access_txt = "6;5"
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/central)
-"bnh" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/mob/living/simple_animal/hostile/retaliate/goat{
- name = "Pete"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bni" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bnj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bnk" = (
-/obj/structure/closet/secure_closet/bar{
- req_access_txt = "25"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bnl" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Theatre APC";
- pixel_x = -25
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/crew_quarters/theatre)
-"bnm" = (
-/obj/structure/disposalpipe/segment,
+/area/medical/morgue)
+"bkE" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkF" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/landmark/start{
- name = "Mime"
- },
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/crew_quarters/theatre)
-"bnn" = (
-/obj/structure/mirror{
- pixel_x = 28
- },
-/turf/open/floor/plasteel/white/side{
- dir = 8
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/crew_quarters/theatre)
-"bno" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkG" = (
+/obj/machinery/light/small,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/blue/corner{
- dir = 8
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bnp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bnq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
- },
-/area/crew_quarters/sleep)
-"bnr" = (
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkH" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bns" = (
-/obj/machinery/door/firedoor,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bnt" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkJ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/centcom{
+ name = "Morgue";
+ opacity = 1;
+ req_access_txt = "6;5"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bnu" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bnv" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/turf/open/floor/plasteel/black,
+/area/medical/morgue)
+"bkK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bnw" = (
-/obj/structure/table,
-/obj/item/device/paicard,
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bnx" = (
-/obj/structure/table,
-/obj/item/device/instrument/violin,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bny" = (
+/area/medical/medbay)
+"bkL" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-8"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bnz" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/locker)
-"bnA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bnB" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bkM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"bnC" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bnD" = (
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bnE" = (
-/obj/machinery/door/airlock{
- name = "Abandoned Restrooms";
- req_access_txt = "0"
+/area/medical/medbay)
+"bkN" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Medbay Reception";
+ req_access_txt = "5"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bnF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bnG" = (
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"bnH" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall,
-/area/engine/engineering)
-"bnI" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engine Room";
- req_access_txt = "10"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bkO" = (
+/obj/structure/chair/office/light{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
+/area/medical/medbay)
+"bkP" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Door Control";
+ normaldoorcontrol = 1;
+ pixel_x = 0;
+ pixel_y = 0;
+ req_access_txt = "5"
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
+ },
+/area/medical/medbay)
+"bkQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bnJ" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA"
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
},
-/turf/closed/wall,
-/area/engine/engineering)
-"bnK" = (
+/area/medical/medbay)
+"bkR" = (
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/suit_storage_unit/ce,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bnL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"bkS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters";
+ name = "chemistry shutters"
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bnM" = (
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"bkT" = (
/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/obj/item/weapon/storage/fancy/cigarettes,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bnN" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/computer/card/minor/ce,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bnO" = (
-/obj/machinery/door/poddoor/shutters{
- id = "qm_warehouse";
- name = "warehouse shutters"
+/obj/machinery/door/window/northleft{
+ dir = 2;
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters";
+ name = "chemistry shutters"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"bnP" = (
-/obj/structure/disposalpipe/wrapsortjunction{
- dir = 1
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/whiteyellow{
+ dir = 4
},
+/area/medical/chemistry)
+"bkU" = (
+/obj/machinery/smartfridge/chemistry,
/turf/closed/wall,
-/area/quartermaster/storage)
-"bnQ" = (
+/area/medical/chemistry)
+"bkV" = (
+/turf/closed/wall,
+/area/medical/chemistry)
+"bkW" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
},
/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bnR" = (
+/area/toxins/explab)
+"bkX" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/pen{
+ layer = 3.1
+ },
/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Delivery Office";
- req_access_txt = "50"
+/obj/machinery/door/window/eastright{
+ dir = 2;
+ name = "Research and Development Desk";
+ req_access_txt = "7"
},
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"bnS" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bnT" = (
-/obj/item/weapon/paper,
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"bnU" = (
-/obj/structure/chair/office/dark{
- dir = 1
+/obj/item/weapon/folder/white,
+/turf/open/floor/plating,
+/area/toxins/explab)
+"bkY" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
},
-/obj/effect/landmark/start{
- name = "Librarian"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/library)
-"bnV" = (
-/obj/machinery/libraryscanner,
-/turf/open/floor/wood,
-/area/library)
-"bnW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/area/medical/research{
+ name = "Research Division"
+ })
+"bkZ" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood,
-/area/library)
-"bnX" = (
-/obj/structure/bookcase/random/adult,
-/turf/open/floor/wood,
-/area/library)
-"bnY" = (
-/obj/machinery/vending/hydronutrients,
-/turf/open/floor/plasteel/black,
-/area/hydroponics)
-"bnZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/green/side{
- dir = 10
- },
-/area/hydroponics)
-"boa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/green/side{
- dir = 6
- },
-/area/hydroponics)
-"bob" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/vault{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/area/hydroponics)
-"boc" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bla" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/camera{
+ c_tag = "Research Division Access";
+ dir = 2;
+ network = list("SS13")
},
-/obj/machinery/disposal/bin,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bod" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Kitchen APC";
- pixel_y = -24
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"boe" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bof" = (
+/area/medical/research{
+ name = "Research Division"
+ })
+"blb" = (
/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bog" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"boh" = (
-/obj/structure/closet/secure_closet/freezer/kitchen,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"boi" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"boj" = (
-/obj/machinery/door/window/southleft{
- dir = 1;
- name = "Kitchen Delivery";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
+/obj/item/weapon/book/manual/robotics_cyborgs{
+ pixel_x = 2;
+ pixel_y = 5
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/obj/item/weapon/storage/belt/utility,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
},
-/area/crew_quarters/kitchen)
-"bok" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/window/reinforced{
+/turf/open/floor/plasteel/purple/side{
dir = 8
},
-/obj/structure/kitchenspike,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bol" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
+/area/assembly/robotics)
+"blc" = (
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bom" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+ dir = 4;
+ icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bld" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bon" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_x = 0
},
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"ble" = (
/obj/structure/disposalpipe/segment{
- dir = 2;
+ dir = 8;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"boo" = (
-/obj/machinery/gibber,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bop" = (
-/obj/machinery/vending/autodrobe,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/crew_quarters/theatre)
-"boq" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white/side{
- dir = 8
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"blf" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
},
-/area/crew_quarters/theatre)
-"bor" = (
-/obj/item/weapon/reagent_containers/food/snacks/baguette,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/white/side{
- dir = 8
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
},
-/area/crew_quarters/theatre)
-"bos" = (
-/obj/machinery/light{
- dir = 8
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/area/assembly/robotics)
+"blg" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
},
-/turf/open/floor/plasteel/blue/side{
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"blh" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bot" = (
-/obj/machinery/light{
- dir = 4
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bli" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Scientist"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bou" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light_switch{
- pixel_x = -25
+/area/toxins/explab)
+"blj" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/neutral/corner{
- dir = 8
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"blk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/area/crew_quarters/locker)
-"bov" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bow" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/area/toxins/explab)
+"bll" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"box" = (
-/obj/structure/table,
-/obj/item/toy/cards/deck,
-/obj/item/weapon/storage/firstaid/regular,
+/area/toxins/explab)
+"blm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"boy" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/area/toxins/explab)
+"bln" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber,
/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"boz" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
+/area/toxins/explab)
+"blo" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ pixel_x = 3;
+ pixel_y = 3
},
-/area/crew_quarters/locker)
-"boA" = (
-/obj/machinery/washing_machine,
-/obj/structure/window{
- dir = 8
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"boB" = (
-/obj/machinery/washing_machine,
-/obj/machinery/light/small{
- dir = 1
+/obj/item/device/assembly/timer,
+/obj/item/device/assembly/timer,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"blp" = (
+/obj/machinery/processor{
+ desc = "A machine used to process slimes and retrieve their extract.";
+ name = "Slime Processor"
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"boC" = (
-/obj/machinery/washing_machine,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"boD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/stock_parts/micro_laser,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/structure/sign/poster{
+ pixel_x = -32;
+ pixel_y = 0
},
-/area/maintenance/starboard)
-"boE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/obj/machinery/light{
+ dir = 8
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"boF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/toxins/xenobiology)
+"blq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"blr" = (
+/obj/machinery/smartfridge/extract,
+/turf/open/floor/plasteel/whitepurple/side{
dir = 4
},
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/area/toxins/xenobiology)
+"bls" = (
+/obj/machinery/shieldwallgen{
+ req_access = list(55)
+ },
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"boG" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/area/toxins/xenobiology)
+"blt" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- d1 = 1;
d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+ icon_state = "0-8"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"boH" = (
-/obj/structure/grille,
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched1"
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
},
-/area/maintenance/starboard)
-"boI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/robot_debris,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blu" = (
/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/maintenance/starboard)
-"boJ" = (
-/obj/item/weapon/shard{
- icon_state = "small"
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/machinery/door/airlock{
- name = "Unit 1"
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blv" = (
+/obj/machinery/door/window/southleft{
+ dir = 1;
+ name = "Test Chamber";
+ req_access_txt = "55"
},
-/area/maintenance/starboard)
-"boK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/remains/human{
- desc = "They look like human remains. They smell awful!"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/toilet{
- dir = 8
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
},
-/obj/machinery/light_construct/small{
- dir = 1
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blw" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/area/maintenance/starboard)
-"boL" = (
-/obj/structure/closet/radiation,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"boM" = (
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blx" = (
+/obj/structure/grille,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"boN" = (
-/obj/machinery/camera{
- c_tag = "Engineering Access"
+/obj/machinery/door/poddoor/preopen{
+ id = "misclab";
+ name = "test chamber blast door"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"boO" = (
-/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bly" = (
+/obj/machinery/shieldwallgen{
+ req_access = list(55)
+ },
/obj/structure/cable{
icon_state = "0-2";
+ pixel_y = 1;
d2 = 2
},
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"boP" = (
-/obj/structure/table/reinforced,
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/stack/medical/bruise_pack{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/pill/patch/silver_sulf{
- pixel_x = -3;
- pixel_y = -8
+ icon_state = "0-8"
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"blz" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"blA" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio5";
+ name = "containment blast door"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"boQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"boR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"boS" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/warning{
- dir = 8
- },
-/area/quartermaster/storage)
-"boT" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/airalarm{
- dir = 2;
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"boU" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/hand_labeler,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Cargo Recieving Dock North"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blB" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Containment Pen #5";
+ req_access_txt = "55"
},
-/obj/machinery/status_display{
- pixel_y = 32;
- supply_display = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio5";
+ name = "containment blast door"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"boV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/clothing/head/soft,
-/obj/item/clothing/head/soft,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blC" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio5";
+ name = "containment blast door"
},
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"boW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blD" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"boX" = (
-/obj/structure/closet/emcloset{
- pixel_x = -2
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Experimentation Lab APC";
- pixel_x = 26
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blE" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Containment Pen #6";
+ req_access_txt = "55"
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/toxins/explab)
-"boY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
},
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- sortType = 17
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"boZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/button/door{
- id = "qm_warehouse";
- name = "Warehouse Door Control";
- pixel_x = -1;
- pixel_y = 24;
- req_access_txt = "31"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blF" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio6";
+ name = "containment blast door"
},
-/obj/machinery/status_display{
- pixel_y = 32;
- supply_display = 1
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpd" = (
-/obj/machinery/light{
- dir = 1
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 1;
- sortType = 2
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"blG" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpe" = (
/obj/structure/disposalpipe/segment{
- dir = 2;
+ dir = 4;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpf" = (
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bpg" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/blue/side{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"blH" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bph" = (
-/obj/structure/chair/comfy/black{
+/obj/machinery/light/small{
dir = 1
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"blI" = (
+/obj/structure/shuttle/engine/propulsion{
+ icon_state = "propulsion";
+ dir = 4
},
-/turf/open/floor/wood,
-/area/library)
-"bpi" = (
-/obj/machinery/door/window/northright{
- base_state = "left";
- dir = 8;
- icon_state = "left";
- name = "Library Desk Door";
- req_access_txt = "37"
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/transport)
+"blJ" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/transport)
+"blK" = (
+/obj/structure/window/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/shuttle/transport)
+"blL" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/transport)
+"blM" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Arrivals APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/turf/open/floor/wood,
-/area/library)
-"bpj" = (
-/obj/machinery/light_switch{
- pixel_y = -25
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"blN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/wood,
+/turf/open/floor/carpet,
/area/library)
-"bpk" = (
-/obj/machinery/newscaster{
- pixel_y = -28
- },
-/obj/machinery/camera{
- c_tag = "Library South";
- dir = 1
+"blO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/light/small,
-/turf/open/floor/wood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
/area/library)
-"bpl" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = -32
- },
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
+"blP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
},
-/turf/open/floor/wood,
+/turf/open/floor/plasteel/black,
/area/library)
-"bpm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/fsmaint2)
-"bpn" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/hydroponics)
-"bpo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Hydroponics";
- req_access_txt = "35"
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bpp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/hydroponics)
-"bpq" = (
-/obj/structure/plasticflaps,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- dir = 1;
- freq = 1400;
- location = "Kitchen"
- },
-/turf/open/floor/plasteel/vault{
+"blQ" = (
+/obj/machinery/computer/cloning,
+/obj/machinery/light{
dir = 8
},
-/area/crew_quarters/kitchen)
-"bpr" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Kitchen Cold Room Maintenance";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/kitchen)
-"bps" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/crew_quarters/kitchen)
-"bpt" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/crew_quarters/kitchen)
-"bpu" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Theatre Maintenance";
- req_access_txt = "46"
+/obj/machinery/camera{
+ c_tag = "Genetics Cloning";
+ dir = 4;
+ network = list("SS13")
},
-/turf/open/floor/plating,
-/area/crew_quarters/theatre)
-"bpv" = (
+/turf/open/floor/plasteel/blue,
+/area/medical/genetics)
+"blR" = (
+/obj/machinery/holopad,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bpw" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Dormitory APC";
- pixel_x = 27
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bpx" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/bot,
-/area/crew_quarters/locker)
-"bpy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bpz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bpA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bpB" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bpC" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"blS" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/locker)
-"bpD" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 23
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"blT" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"blU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "GeneticsDoor";
+ name = "Cloning";
+ req_access_txt = "5"
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/crew_quarters/locker)
-"bpE" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/vault{
- dir = 5
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"blV" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/library)
-"bpF" = (
-/obj/structure/chair/office/dark{
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 9
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/medical/medbay3)
+"blW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/black,
-/area/library)
-"bpG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bpH" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
- icon_state = "pipe-c"
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"blX" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Medbay APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bpI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
},
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bpJ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 1;
- icon_state = "pipe-j2"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/medical/medbay3)
+"blY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bpK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Medbay APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/old,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bpL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
},
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bpM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/medbay)
+"blZ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bma" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/maintenance/starboard)
-"bpN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/sign/poster{
+ pixel_x = 32
},
-/obj/effect/decal/cleanable/oil,
-/obj/item/weapon/cigbutt,
-/obj/machinery/light_construct/small{
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
},
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched2"
+/area/medical/medbay)
+"bmb" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bmc" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
},
-/area/maintenance/starboard)
-"bpO" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bpP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/medbay)
+"bmd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
},
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"bpQ" = (
-/obj/structure/closet/radiation,
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bpR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bpS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/medbay)
+"bme" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"bmf" = (
+/obj/machinery/chem_master{
+ layer = 2.7;
+ pixel_x = -2
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bpT" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/cartridge/engineering{
- pixel_x = 4;
- pixel_y = 5
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 9
},
-/obj/item/weapon/cartridge/engineering{
- pixel_x = -3;
- pixel_y = 2
+/area/medical/chemistry)
+"bmg" = (
+/obj/structure/chair/office/light{
+ dir = 1
},
-/obj/item/weapon/cartridge/engineering{
- pixel_x = 3
+/obj/effect/landmark/start{
+ name = "Chemist"
},
-/obj/item/weapon/cartridge/atmos,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bpU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/medical/chemistry)
+"bmh" = (
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/item/clothing/glasses/science,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 1
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bpV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bpW" = (
-/obj/structure/bookcase/manuals/engineering,
-/mob/living/simple_animal/parrot/Poly,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bpX" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
+/area/medical/chemistry)
+"bmi" = (
+/obj/machinery/chem_master{
+ layer = 2.7;
+ pixel_x = -2
},
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"bpY" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"bpZ" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s6";
- dir = 2
+/obj/machinery/button/door{
+ id = "chemistry_shutters";
+ name = "Shutters Control";
+ pixel_x = 26;
+ pixel_y = 4;
+ req_access_txt = "5; 33"
},
-/area/shuttle/supply)
-"bqa" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall12";
- dir = 2
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 5
},
-/area/shuttle/supply)
-"bqb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
+/area/medical/chemistry)
+"bmj" = (
+/obj/structure/table,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = -32;
+ pixel_y = 0
},
-/area/shuttle/supply)
-"bqc" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK"
+/obj/item/weapon/book/manual/research_and_development,
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bqd" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "QMLoad2"
+/area/toxins/explab)
+"bmk" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "old sink";
+ pixel_y = 28
},
-/turf/open/floor/plasteel/warning{
- dir = 8
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
},
-/area/quartermaster/storage)
-"bqe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
+/area/toxins/explab)
+"bml" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqf" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
},
+/area/toxins/explab)
+"bmm" = (
/obj/structure/disposalpipe/segment{
- dir = 1;
+ dir = 2;
icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
},
-/obj/structure/table/wood,
-/obj/item/weapon/spellbook/oneuse/smoke{
- name = "mysterious old book of "
+/area/toxins/explab)
+"bmn" = (
+/obj/structure/chair/office/light{
+ dir = 1
},
-/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater,
-/obj/item/weapon/nullrod,
-/obj/item/device/soulstone/anybody/chaplain,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bqk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/sortjunction{
+/area/toxins/explab)
+"bmo" = (
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/purple/side{
+ dir = 1
+ },
+/area/toxins/explab)
+"bmp" = (
+/obj/machinery/shower{
dir = 4;
- sortType = 3
+ icon_state = "shower";
+ name = "emergency shower"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bql" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
- icon_state = "pipe-c"
+ initialize_directions = 11
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/white{
+ heat_capacity = 1e+006
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bmq" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bmr" = (
+/obj/structure/closet/firecloset/full,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 8;
- on = 1
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqn" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqo" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/area/medical/research{
+ name = "Research Division"
+ })
+"bms" = (
+/obj/structure/closet/wardrobe/robotics_black,
+/obj/item/device/radio/headset/headset_sci{
+ pixel_x = -3
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bqp" = (
-/obj/machinery/door/morgue{
- name = "Private Study";
- req_access_txt = "37"
+/turf/open/floor/plasteel/purple/side{
+ dir = 8
},
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bqq" = (
+/area/assembly/robotics)
+"bmt" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- name = "Library Maintenance";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/library)
-"bqr" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bqs" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bmu" = (
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
},
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bqt" = (
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = 32;
- pixel_y = -40;
- tag = "icon-direction_evac (NORTH)"
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
},
-/obj/structure/sign/directions/security{
- dir = 8;
- icon_state = "direction_sec";
- pixel_x = 32;
- pixel_y = -32;
- tag = "icon-direction_sec (WEST)"
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -8;
+ pixel_y = 4
},
-/obj/structure/sign/directions/medical{
- dir = 8;
- icon_state = "direction_med";
- pixel_x = 32;
- pixel_y = -24;
- tag = "icon-direction_med (WEST)"
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/weapon/stock_parts/cell/high/plus{
+ pixel_x = 5;
+ pixel_y = -5
},
+/obj/item/weapon/crowbar,
+/obj/structure/table,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bqu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/area/assembly/robotics)
+"bmv" = (
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/scalpel{
+ pixel_y = 12
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/weapon/razor{
+ pixel_y = 5
},
-/turf/open/floor/plasteel/floorgrime,
-/area/quartermaster/storage)
-"bqv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/table,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bqw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/assembly/robotics)
+"bmw" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/item/weapon/pen,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/assembly/robotics)
+"bmx" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bqx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/assembly/robotics)
+"bmy" = (
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/surgical_drapes,
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
},
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Lobby Maintenance";
- req_access_txt = "32"
+/obj/structure/table,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/assembly/robotics)
+"bmz" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1;
+ name = "Connector Port (Air Supply)"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/break_room)
-"bqy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/light_switch{
+ pixel_x = -25
},
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bqz" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmD" = (
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmE" = (
+/obj/machinery/droneDispenser,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmF" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor5"
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmG" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
},
-/area/maintenance/fsmaint2)
-"bqA" = (
-/obj/item/weapon/reagent_containers/syringe,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqB" = (
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bmI" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
-/area/maintenance/fsmaint2)
-"bqC" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqD" = (
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqE" = (
-/obj/item/stack/tile/plasteel{
- pixel_x = 7;
- pixel_y = 7
+/area/toxins/xenobiology)
+"bmJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bmK" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bmL" = (
+/obj/machinery/computer/camera_advanced/xenobio,
+/obj/machinery/camera{
+ c_tag = "Xenobiology Port";
+ dir = 8;
+ network = list("SS13","RD")
},
-/area/maintenance/fsmaint2)
-"bqF" = (
-/obj/item/trash/sosjerky,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
},
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 1;
- name = "Central Maintenance APC";
- pixel_y = 25
+/area/toxins/xenobiology)
+"bmM" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bmN" = (
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqG" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/area/toxins/xenobiology)
+"bmO" = (
+/obj/machinery/computer/security/telescreen{
+ name = "Test Chamber Moniter";
+ network = list("Xeno");
+ pixel_x = 0;
+ pixel_y = 2
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/toxins/xenobiology)
+"bmP" = (
+/obj/machinery/button/door{
+ id = "misclab";
+ name = "Test Chamber Blast Doors";
+ pixel_x = 0;
+ pixel_y = -2;
+ req_access_txt = "55"
},
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -6;
- pixel_y = -6
+/area/toxins/xenobiology)
+"bmQ" = (
+/obj/machinery/door/window/southleft{
+ name = "Test Chamber";
+ req_access_txt = "55"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqK" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/area/toxins/xenobiology)
+"bmR" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/window/reinforced{
+ dir = 8
},
-/area/maintenance/fsmaint2)
-"bqL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/toxins/xenobiology)
+"bmS" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/toxins/xenobiology)
+"bmT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/components/binary/pump{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
},
-/obj/structure/disposalpipe/sortjunction{
+/area/toxins/xenobiology)
+"bmU" = (
+/obj/structure/sign/xenobio,
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bmV" = (
+/obj/machinery/disposal/bin,
+/obj/structure/window/reinforced{
dir = 4;
- icon_state = "pipe-j2s";
- sortType = 19
+ pixel_x = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bqN" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/toxins/xenobiology)
+"bmW" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 2;
+ icon_state = "right";
+ name = "Containment Pen #5";
+ req_access_txt = "55"
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bmX" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio5";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bqO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bqP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/area/toxins/xenobiology)
+"bmY" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 2;
+ icon_state = "right";
+ name = "Containment Pen #6";
+ req_access_txt = "55"
},
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/door/airlock/glass_command{
- name = "Chief Engineer";
- req_access_txt = "56"
+/area/toxins/xenobiology)
+"bmZ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio6";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/plasteel/delivery,
-/area/engine/chiefs_office)
-"bqQ" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 18
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/toxins/xenobiology)
+"bna" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "0";
+ req_one_access_txt = "12; 55"
},
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bnb" = (
+/obj/structure/chair{
+ dir = 4
},
-/area/maintenance/fsmaint2)
-"bqR" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/cigbutt,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bnc" = (
+/turf/open/floor/mineral/titanium/blue,
+/turf/closed/wall/mineral/titanium/interior,
+/area/shuttle/transport)
+"bnd" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"bne" = (
+/obj/machinery/computer/shuttle/ferry/request,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"bnf" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"bng" = (
+/obj/structure/grille,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"bnh" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Arrivals Starboard Aft";
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/engine/break_room)
-"bqS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/machinery/light{
dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "tube1"
},
-/turf/open/floor/wood,
-/area/library)
-"bqT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"bni" = (
+/obj/machinery/dna_scannernew,
+/turf/open/floor/plasteel/blue,
+/area/medical/genetics)
+"bnj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/bot,
-/area/engine/break_room)
-"bqU" = (
+/area/medical/genetics)
+"bnk" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bqV" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/neutral/side{
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bnl" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bnm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bqW" = (
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bnn" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"bqX" = (
-/obj/structure/chair{
- dir = 1
- },
+/area/medical/genetics)
+"bno" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bqY" = (
-/obj/structure/chair{
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 1
},
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bqZ" = (
-/obj/machinery/computer/holodeck,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bra" = (
-/obj/item/weapon/paper{
- info = "Brusies sustained in the holodeck can be healed simply by sleeping.";
- name = "Holodeck Disclaimer"
- },
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"brb" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"brc" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/area/medical/medbay3)
+"bnp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bnq" = (
+/obj/machinery/shower{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"brd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
},
+/area/medical/medbay3)
+"bnr" = (
/turf/closed/wall,
-/area/crew_quarters/locker)
-"bre" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/medical/sleeper)
+"bns" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -26
},
-/turf/open/floor/plasteel/bot,
-/area/crew_quarters/locker)
-"brf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/locker)
-"brg" = (
-/obj/structure/closet/wardrobe/white,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bnt" = (
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bnu" = (
+/turf/open/floor/plasteel/black,
+/area/library)
+"bnv" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/structure/noticeboard{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/locker)
-"brh" = (
-/obj/structure/closet/wardrobe/mixed,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/locker)
-"bri" = (
-/obj/machinery/light,
-/obj/structure/closet/wardrobe/grey,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/locker)
-"brj" = (
-/obj/structure/closet/wardrobe/black,
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Locker Room APC";
- pixel_y = -24
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bnw" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 28;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/locker)
-"brk" = (
-/obj/structure/closet/lasertag/blue,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bnx" = (
+/obj/machinery/shower{
dir = 4
},
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/locker)
-"brl" = (
-/obj/structure/closet/lasertag/red,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/neutral/side{
- dir = 6
+/area/medical/medbay)
+"bny" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
},
-/area/crew_quarters/locker)
-"brm" = (
-/obj/item/weapon/razor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
},
-/obj/structure/table,
-/obj/structure/window{
+/area/medical/medbay)
+"bnz" = (
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Exit Button";
+ normaldoorcontrol = 1;
+ pixel_x = -26;
+ pixel_y = -2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 8
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"brn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/medical/medbay)
+"bnA" = (
+/obj/machinery/chem_dispenser{
+ layer = 2.7
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"bro" = (
-/obj/structure/closet,
-/obj/item/clothing/under/suit_jacket/female{
- pixel_x = 3;
- pixel_y = 1
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Door Control";
+ normaldoorcontrol = 1;
+ pixel_x = -26;
+ pixel_y = -2;
+ req_access_txt = "5"
},
-/obj/item/clothing/under/suit_jacket/really_black{
- pixel_x = -2
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
},
-/obj/machinery/camera{
- c_tag = "Locker Room East";
+/area/medical/chemistry)
+"bnB" = (
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bnC" = (
+/obj/item/weapon/book/manual/wiki/chemistry,
+/obj/item/weapon/storage/box/beakers,
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bnD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bnE" = (
+/obj/machinery/chem_dispenser{
+ layer = 2.7
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 29
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bnF" = (
+/obj/machinery/light{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"brp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
},
-/obj/item/weapon/reagent_containers/syringe,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"brq" = (
+/area/hallway/primary/aft)
+"bnG" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bnH" = (
+/obj/structure/table,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
+ },
+/obj/item/weapon/disk/tech_disk{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/item/weapon/disk/design_disk,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bnI" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/toxins/explab)
+"bnJ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/toxins/explab)
+"bnK" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Research Lab APC";
+ pixel_x = 26;
+ pixel_y = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bnL" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "rndshutters";
+ name = "research shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bnM" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "rndshutters";
+ name = "research shutters"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bnN" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/poddoor/preopen{
+ id = "rndshutters";
+ name = "research shutters"
},
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bnO" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"brr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bnP" = (
+/obj/item/weapon/storage/firstaid/regular{
+ empty = 1;
+ name = "First-Aid (empty)"
},
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"brs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/storage/firstaid/regular{
+ empty = 1;
+ name = "First-Aid (empty)"
},
-/turf/closed/wall,
-/area/maintenance/starboard)
-"brt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/storage/firstaid/regular{
+ empty = 1;
+ name = "First-Aid (empty)"
},
-/obj/structure/sink{
+/obj/item/device/healthanalyzer,
+/obj/item/device/healthanalyzer,
+/obj/item/device/healthanalyzer,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/assembly/robotics)
+"bnQ" = (
+/obj/item/weapon/retractor,
+/obj/item/weapon/hemostat,
+/obj/structure/window/reinforced{
dir = 8;
- pixel_x = -12;
- pixel_y = 2
+ layer = 2.9
},
-/obj/structure/mirror{
- desc = "This mirror has been shattered. It looks like the bad luck energies spilling from it are taking immediate effect on your surroundings!";
- icon_state = "mirror_broke";
- pixel_x = -28;
- shattered = 1
+/obj/structure/table,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/effect/decal/cleanable/vomit/old,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/area/assembly/robotics)
+"bnR" = (
+/obj/structure/table/optable{
+ name = "Robotics Operating Table"
},
-/area/maintenance/starboard)
-"bru" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Robotics - Aft";
+ dir = 1;
+ network = list("SS13","RD")
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/starboard)
-"brv" = (
-/obj/effect/decal/cleanable/generic,
-/obj/item/stack/rods,
-/obj/item/trash/can,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bnS" = (
+/obj/machinery/computer/operating{
+ name = "Robotics Operating Computer"
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged4"
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bnT" = (
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/item/device/mmi,
+/obj/structure/table,
+/turf/open/floor/plasteel/white,
+/area/assembly/robotics)
+"bnU" = (
+/obj/structure/rack,
+/obj/item/weapon/crowbar,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bnV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bnW" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bnX" = (
+/obj/structure/closet/radiation,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -28
},
-/area/maintenance/starboard)
-"brw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bnY" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bnZ" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/camera{
+ c_tag = "Experimentation Lab";
+ dir = 1;
+ network = list("SS13","RD");
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock{
- name = "Unit 2"
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"boa" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/item/clothing/ears/earmuffs,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bob" = (
+/obj/structure/table,
+/obj/item/device/electropack,
+/obj/item/device/healthanalyzer,
+/obj/item/device/assembly/signaler,
+/obj/machinery/light,
+/obj/item/device/assembly/voice,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"boc" = (
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 5
},
-/area/maintenance/starboard)
-"brx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/stack/cable_coil,
+/obj/item/device/multitool,
+/obj/item/weapon/screwdriver,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bod" = (
+/obj/structure/table,
+/obj/item/weapon/hand_labeler,
+/obj/item/clothing/glasses/science,
+/obj/item/clothing/glasses/science,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"boe" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -27
},
-/obj/structure/toilet{
+/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
-/obj/machinery/light_construct/small{
- dir = 1
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged5"
+/area/toxins/xenobiology)
+"bof" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/area/maintenance/starboard)
-"bry" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bog" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"brz" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"boh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/delivery,
-/area/engine/engineering)
-"brA" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/whitepurple/corner{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/delivery,
-/area/engine/engineering)
-"brB" = (
+/area/toxins/xenobiology)
+"boi" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/delivery,
-/area/engine/engineering)
-"brC" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/engine/chiefs_office)
-"brD" = (
-/obj/structure/closet/secure_closet/engineering_chief{
- req_access_txt = "0"
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
},
+/area/toxins/xenobiology)
+"boj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"brE" = (
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bok" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"brF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"brG" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/area/toxins/xenobiology)
+"bol" = (
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brI" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/area/toxins/xenobiology)
+"bom" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brJ" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bon" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brK" = (
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"brL" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/shuttle/supply)
-"brM" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"brN" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor2";
- name = "supply dock loading door"
+/area/toxins/xenobiology)
+"boo" = (
+/obj/machinery/camera{
+ c_tag = "Xenobiology Starboard Fore";
+ dir = 2;
+ network = list("SS13","RD")
},
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"brO" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor2";
- name = "supply dock loading door"
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 28
},
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"brP" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/obj/structure/plasticflaps,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"brQ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2"
+/area/toxins/xenobiology)
+"bop" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
-/area/quartermaster/storage)
-"brR" = (
-/turf/open/floor/plasteel/loadingarea{
+/area/toxins/xenobiology)
+"boq" = (
+/obj/structure/chair{
dir = 4
},
-/area/quartermaster/storage)
-"brS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"brT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"brU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Cargo Technician"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"brV" = (
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"brW" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "QM #1"
+/obj/machinery/light/small{
+ dir = 8
},
-/mob/living/simple_animal/bot/mulebot{
- beacon_freq = 1400;
- home_destination = "QM #1";
- suffix = "#1"
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"brX" = (
-/obj/machinery/autolathe,
-/obj/machinery/light_switch{
- pixel_x = -27
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bor" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"brY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"brZ" = (
-/obj/structure/table,
-/obj/item/weapon/stamp{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/weapon/stamp/denied{
- pixel_x = 4;
- pixel_y = -2
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bsa" = (
-/obj/machinery/status_display{
- pixel_y = 0;
- supply_display = 1
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/closed/wall,
-/area/quartermaster/storage)
-"bsb" = (
-/obj/structure/window/fulltile,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bos" = (
/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/biohazard,
/turf/open/floor/plating,
-/area/storage/art)
-"bsc" = (
-/obj/machinery/light_switch{
- pixel_y = 28
+/area/toxins/xenobiology)
+"bot" = (
+/turf/open/floor/plasteel/airless/circuit,
+/area/toxins/xenobiology)
+"bou" = (
+/obj/effect/decal/remains/xeno,
+/turf/open/floor/plasteel/airless/circuit,
+/area/toxins/xenobiology)
+"bov" = (
+/obj/structure/chair{
+ dir = 4
},
-/obj/machinery/photocopier,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bsd" = (
-/obj/machinery/light/small{
- dir = 1
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/dr_gibb,
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bow" = (
+/obj/machinery/door/airlock/titanium,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"box" = (
+/obj/machinery/door/airlock/titanium,
+/obj/docking_port/mobile{
+ dir = 8;
+ dwidth = 2;
+ height = 12;
+ id = "ferry";
+ name = "ferry shuttle";
+ port_angle = 0;
+ preferred_direction = 4;
+ roundstart_move = "ferry_away";
+ width = 5
},
-/obj/structure/table,
-/obj/item/weapon/airlock_painter,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bse" = (
-/obj/structure/table,
-/obj/item/device/camera_film,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bsf" = (
-/obj/machinery/light/small{
- dir = 8
+/obj/docking_port/stationary{
+ dir = 8;
+ dwidth = 2;
+ height = 12;
+ id = "ferry_home";
+ name = "port bay 2";
+ turf_type = /turf/open/space;
+ width = 5
},
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bsg" = (
-/obj/structure/bookcase{
- name = "Forbidden Knowledge"
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"boy" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ id_tag = null;
+ name = "Port Docking Bay 2";
+ req_access_txt = "0"
},
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bsh" = (
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"boz" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ id_tag = null;
+ name = "Port Docking Bay 2";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plating,
+/area/hallway/secondary/entry)
+"boA" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 1;
d2 = 4;
- icon_state = "2-4"
+ icon_state = "1-4";
+ tag = ""
},
-/obj/effect/decal/cleanable/generic,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
},
-/area/maintenance/fsmaint2)
-"bsi" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"boB" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsj" = (
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor6"
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/area/maintenance/aft)
+"boC" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsm" = (
-/obj/structure/closet/crate/hydroponics,
-/obj/item/weapon/shovel/spade,
-/obj/item/weapon/wrench,
-/obj/item/weapon/screwdriver,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bsn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/chem_master/condimaster{
- name = "BrewMaster 4000";
- pixel_x = -4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bso" = (
-/obj/item/weapon/reagent_containers/spray/plantbgone{
- pixel_x = 12;
- pixel_y = 6
- },
-/obj/item/weapon/reagent_containers/spray/plantbgone{
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/spray/plantbgone{
- pixel_x = 6
- },
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bsp" = (
-/obj/item/weapon/book/manual/hydroponics_pod_people,
-/obj/item/weapon/paper/hydroponics,
-/obj/structure/table/glass,
-/obj/machinery/power/apc{
- name = "Hydroponics APC";
- pixel_y = -24
- },
-/obj/machinery/camera{
- c_tag = "Hydroponics South";
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bsq" = (
-/obj/structure/closet/secure_closet/hydroponics,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/area/maintenance/aft)
+"boD" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/weapon/storage/backpack/satchel_hyd,
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
dir = 8
},
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bsr" = (
-/obj/machinery/light/small,
-/obj/structure/closet/secure_closet/hydroponics,
-/obj/item/weapon/storage/backpack/satchel_hyd,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bss" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/closet/secure_closet/hydroponics,
-/obj/item/weapon/storage/backpack/satchel_hyd,
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bst" = (
-/obj/machinery/door/window/eastright{
- dir = 1;
- name = "Hydroponics Delivery";
- req_access_txt = "35"
- },
-/turf/open/floor/plasteel/delivery,
-/area/hydroponics)
-"bsu" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"boE" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsv" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsw" = (
-/obj/structure/grille/broken,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor6"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsx" = (
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- icon_state = "coil_red2"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
},
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsy" = (
-/turf/closed/wall,
-/area/maintenance/fsmaint2)
-"bsz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/fsmaint2)
-"bsA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bsC" = (
-/turf/closed/wall,
-/area/storage/tools)
-"bsD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/storage/tools)
-"bsE" = (
+/area/maintenance/aft)
+"boF" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 8
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"boG" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bsF" = (
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/genetics)
+"boH" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bsG" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bsH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bsI" = (
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bsJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/genetics)
+"boI" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bsK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bsL" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = -28
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/genetics)
+"boJ" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/medical_cloning{
+ pixel_y = 6
},
-/area/maintenance/starboard)
-"bsM" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/ash,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/genetics)
+"boK" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/rxglasses{
+ pixel_x = 3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/starboard)
-"bsN" = (
-/obj/machinery/light/small{
- dir = 4
+/obj/item/weapon/storage/box/bodybags,
+/obj/item/weapon/pen,
+/obj/machinery/button/door{
+ desc = "A remote control switch for the genetics doors.";
+ id = "GeneticsDoor";
+ name = "Genetics Exit Button";
+ normaldoorcontrol = 1;
+ pixel_x = 24;
+ pixel_y = 8
},
-/obj/item/stack/tile/plasteel{
- pixel_x = -1;
- pixel_y = 16
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/genetics)
+"boL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"boM" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"boN" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"boO" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 5
},
-/obj/item/weapon/newspaper,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
},
-/area/maintenance/starboard)
-"bsO" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engine Room";
- req_access_txt = "10"
+/area/medical/sleeper)
+"boP" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/medical/sleeper)
+"boQ" = (
+/obj/item/weapon/wrench/medical,
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bsP" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA"
+/area/medical/sleeper)
+"boR" = (
+/obj/machinery/light/small{
+ dir = 4
},
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"bsQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/black,
+/area/library)
+"boS" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"bsR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel/white{
+ heat_capacity = 1e+006
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
},
-/obj/machinery/door/airlock/glass_command{
- name = "Chief Engineer";
- req_access_txt = "56"
+/area/medical/sleeper)
+"boT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"boU" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bsS" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"boV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/engine/chiefs_office)
-"bsT" = (
-/obj/machinery/light/small{
- dir = 1
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"boW" = (
+/obj/machinery/light{
+ dir = 4
},
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bsU" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"boX" = (
+/obj/machinery/chem_heater,
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bsV" = (
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bsW" = (
-/obj/structure/chair/comfy/black{
- dir = 1
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
},
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"bsX" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/camera{
+ c_tag = "Chemistry";
+ dir = 4;
+ network = list("SS13")
},
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bsY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
},
-/obj/structure/grille,
-/obj/machinery/light{
- dir = 1
+/area/medical/chemistry)
+"boY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bsZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"boZ" = (
+/obj/machinery/disposal/bin{
+ pixel_x = 0
},
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bta" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"btb" = (
-/obj/machinery/door/airlock/external{
- name = "Supply Dock Airlock";
- req_access_txt = "31"
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bpa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bpb" = (
+/obj/machinery/chem_heater,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
},
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"btc" = (
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"btd" = (
-/turf/open/floor/plasteel/warning{
- dir = 9
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 6
},
-/area/quartermaster/storage)
-"bte" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"btf" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"btg" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "QM #2"
+/area/medical/chemistry)
+"bpc" = (
+/obj/structure/rack,
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
},
-/mob/living/simple_animal/bot/mulebot{
- home_destination = "QM #2";
- suffix = "#2"
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bth" = (
-/obj/structure/table,
/obj/item/stack/sheet/glass{
amount = 50;
pixel_x = 3;
pixel_y = 3
},
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- pixel_x = -30
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/obj/machinery/airalarm{
+ dir = 4;
+ icon_state = "alarm0";
+ pixel_x = -22
},
+/obj/item/weapon/storage/box/beakers,
+/obj/item/clothing/glasses/welding,
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bti" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/clipboard,
-/obj/item/weapon/pen/red,
-/obj/machinery/computer/stockexchange,
+/area/toxins/explab)
+"bpd" = (
+/obj/machinery/r_n_d/destructive_analyzer,
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"btj" = (
+/obj/effect/turf_decal/delivery,
+/area/toxins/explab)
+"bpe" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/toxins/explab)
+"bpf" = (
+/obj/machinery/r_n_d/protolathe,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/toxins/explab)
+"bpg" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/camera{
+ c_tag = "Research and Development Lab";
+ dir = 8;
+ network = list("SS13","RD")
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bph" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bpi" = (
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 1;
+ name = "Research Division Access";
+ req_access_txt = "47"
+ },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/crew_quarters/kitchen)
-"btk" = (
-/obj/structure/chair{
- dir = 8
+/area/medical/research{
+ name = "Research Division"
+ })
+"bpj" = (
+/turf/closed/wall/r_wall,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bpk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/assembly/robotics)
+"bpl" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ name = "Robotics Lab";
+ req_access_txt = "29"
},
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"btl" = (
-/obj/structure/window/fulltile,
+/area/assembly/robotics)
+"bpm" = (
+/turf/closed/wall,
+/area/assembly/robotics)
+"bpn" = (
/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/quartermaster/storage)
-"btm" = (
+/area/toxins/explab)
+"bpo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ name = "Experimentation Lab";
+ req_access_txt = "47"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bpp" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/toxins/explab)
+"bpq" = (
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -28
+ },
+/turf/closed/wall,
+/area/toxins/explab)
+"bpr" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/toxins/xenobiology)
+"bps" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 2;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpv" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4"
+ icon_state = "2-4";
+ tag = ""
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"btn" = (
-/obj/machinery/door/airlock/glass{
- name = "Art Storage"
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/storage/art)
-"bto" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/storage/art)
-"btp" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel,
-/area/storage/art)
-"btq" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Art Storage";
- pixel_x = 27
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
/obj/structure/cable{
+ d1 = 4;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "4-8"
},
-/obj/structure/table,
-/obj/item/device/camera,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"btr" = (
-/obj/structure/chair/comfy/brown{
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpB" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/effect/landmark/start{
- name = "Librarian"
- },
-/turf/open/floor/plasteel/cult,
-/area/library)
-"bts" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/device/camera,
-/obj/item/device/radio/intercom{
- pixel_x = 27
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/cult,
-/area/library)
-"btt" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/turf/closed/wall,
-/area/library)
-"btu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpC" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpD" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bty" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/area/maintenance/fsmaint2)
-"btz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bpE" = (
+/obj/machinery/door/airlock/research{
+ name = "Kill Room Access";
+ req_access_txt = "55"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/closed/wall,
-/area/hydroponics)
-"btA" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/closed/wall,
-/area/hydroponics)
-"btB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/hydroponics)
-"btC" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall,
-/area/hydroponics)
-"btD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ name = "Kill Room Access";
+ req_access_txt = "55"
+ },
+/turf/open/floor/plasteel,
+/area/toxins/xenobiology)
+"bpF" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/plasticflaps,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- dir = 1;
- freq = 1400;
- location = "Hydroponics"
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/bot,
-/area/hydroponics)
-"btE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/trash/can,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bpG" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bpH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ name = "Kill Room";
+ req_access_txt = "55"
},
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/toxins/xenobiology)
+"bpI" = (
+/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btH" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/machinery/camera{
+ c_tag = "Xenobiology Kill Room";
+ dir = 8;
+ network = list("SS13","RD")
+ },
+/turf/open/floor/plasteel/airless/circuit,
+/area/toxins/xenobiology)
+"bpJ" = (
+/obj/structure/closet/crate,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"bpK" = (
+/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/transport)
+"bpL" = (
+/turf/open/floor/plasteel/neutral/corner,
+/area/hallway/secondary/entry)
+"bpM" = (
+/turf/closed/wall,
+/area/maintenance/aft)
+"bpN" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/emcloset,
+/area/maintenance/aft)
+"bpO" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
+/area/maintenance/aft)
+"bpP" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/stack/sheet/cardboard,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bpQ" = (
+/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/maintenance/aft)
+"bpR" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bpS" = (
+/turf/closed/wall/r_wall,
+/area/medical/genetics)
+"bpT" = (
+/obj/machinery/door/airlock/glass_research{
+ name = "Genetics";
+ req_access_txt = "9"
},
-/turf/closed/wall,
-/area/maintenance/fsmaint2)
-"btL" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/decal/cleanable/generic,
-/obj/structure/table,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/glasses/sunglasses,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/genetics)
+"bpU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btM" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/area/medical/genetics)
+"bpV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Medbay Port Hallway";
+ dir = 4;
+ network = list("SS13")
},
-/obj/structure/chair/stool{
- pixel_y = 8
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bpW" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btN" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/mob/living/simple_animal/mouse/gray,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"btO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bpX" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bpY" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/maintenance/fsmaint2)
-"btP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bpZ" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/closed/wall,
-/area/storage/tools)
-"btQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bqa" = (
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/table,
-/obj/item/weapon/electronics/apc,
-/obj/item/weapon/electronics/airlock,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"btR" = (
-/obj/machinery/firealarm{
- pixel_y = 27
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"bqb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqc" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j2"
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"btS" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Auxiliary Tool Storage APC";
- pixel_y = 24
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqe" = (
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"btT" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bqf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"bqg" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Chemistry Lab";
+ req_access_txt = "5; 33"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Auxiliary Tool Storage"
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bqh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel/bot,
-/area/storage/tools)
-"btU" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light_switch{
- pixel_y = 28
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bqi" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bqj" = (
+/obj/machinery/shower{
+ dir = 8;
+ name = "emergency shower"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/requests_console{
+ department = "Chemistry";
+ departmentType = 2;
+ pixel_x = 32;
+ pixel_y = 0
},
-/obj/machinery/light{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bqk" = (
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway Chemistry";
+ dir = 4;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
dir = 1
},
-/turf/open/floor/plasteel/bot,
-/area/storage/tools)
-"btV" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/hallway/primary/aft)
+"bql" = (
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -28;
+ pixel_y = 3
},
-/turf/open/floor/plating,
-/area/storage/tools)
-"btW" = (
+/obj/machinery/button/door{
+ dir = 2;
+ id = "research_shutters_2";
+ name = "Shutters Control Button";
+ pixel_x = -28;
+ pixel_y = -7;
+ req_access_txt = "7; 29"
+ },
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bqm" = (
+/obj/machinery/computer/rdconsole/core,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/toxins/explab)
+"bqn" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/toxins/explab)
+"bqo" = (
+/obj/machinery/r_n_d/circuit_imprinter{
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/toxins/explab)
+"bqp" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"bqq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 8
+/turf/open/floor/plasteel/white/side{
+ dir = 4
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/area/medical/research{
+ name = "Research Division"
})
-"btX" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+"bqr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"btY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/neutral/side{
- dir = 4
+ dir = 8
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
})
-"btZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+"bqs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"bua" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqt" = (
+/obj/machinery/power/apc{
+ cell_type = 10000;
+ dir = 1;
+ name = "Research Division APC";
+ pixel_x = 0;
+ pixel_y = 25
},
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"bub" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
- dir = 10
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/area/crew_quarters/sleep)
-"buc" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/sleep)
-"bud" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/item/clothing/under/assistantformal,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"bue" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqv" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"buf" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/red,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"bug" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqw" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/item/clothing/under/suit_jacket/navy,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"buh" = (
/obj/machinery/airalarm{
- pixel_y = 23
+ pixel_y = 22
},
-/obj/structure/chair/stool{
- pixel_y = 8
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 24
},
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"bui" = (
-/obj/structure/closet/wardrobe/pjs,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/sleep)
-"buj" = (
-/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
+ },
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqA" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"buk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bul" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/turf/open/floor/plasteel/white/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqC" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-18";
+ layer = 4.1;
+ pixel_y = 0
},
-/obj/structure/mirror{
- desc = "This mirror has been shattered. It looks like the bad luck energies spilling from it are taking immediate effect on your surroundings!";
- icon_state = "mirror_broke";
- pixel_x = -28;
- shattered = 1
+/turf/open/floor/plasteel/white/side{
+ dir = 8
},
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel{
- broken = 1;
+/area/medical/research{
+ name = "Research Division"
+ })
+"bqD" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
- icon_state = "damaged3"
+ layer = 2.4;
+ on = 1
},
-/area/maintenance/starboard)
-"bum" = (
-/obj/item/weapon/crowbar,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
+/area/toxins/xenobiology)
+"bqE" = (
+/obj/structure/closet/l3closet,
+/obj/machinery/camera{
+ c_tag = "Xenobiology Access";
+ dir = 2;
+ network = list("SS13")
},
-/area/maintenance/starboard)
-"bun" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/shard{
- icon_state = "medium"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bqF" = (
+/obj/structure/closet/l3closet,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"buo" = (
-/obj/machinery/door/airlock{
- name = "Unit 3"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/area/toxins/xenobiology)
+"bqG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/starboard)
-"bup" = (
-/obj/structure/toilet{
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bqH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
-/obj/machinery/light/small{
- dir = 1
+/area/toxins/xenobiology)
+"bqI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/effect/decal/cleanable/generic,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bqJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
},
-/area/maintenance/starboard)
-"buq" = (
-/obj/structure/sign/directions/medical{
- dir = 8;
- icon_state = "direction_med";
- pixel_x = -32;
- pixel_y = -32;
- tag = "icon-direction_med (WEST)"
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"bqK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/sign/directions/security{
- dir = 8;
- icon_state = "direction_sec";
- pixel_x = -32;
- pixel_y = -24;
- tag = "icon-direction_sec (WEST)"
+/turf/open/floor/plasteel/whitepurple/corner,
+/area/toxins/xenobiology)
+"bqL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = -40;
- tag = "icon-direction_evac (NORTH)"
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bur" = (
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqN" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/engine/engineering)
-"bus" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqO" = (
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Xenobiology Central";
+ dir = 1;
+ network = list("SS13","RD")
},
-/area/engine/engineering)
-"but" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/obj/machinery/camera{
- c_tag = "Engineering North"
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqQ" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
+/obj/machinery/camera{
+ c_tag = "Xenobiology Starboard Aft";
+ dir = 1;
+ network = list("SS13","RD")
},
-/area/engine/engineering)
-"buu" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bqR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/engine/engineering)
-"buv" = (
+/turf/closed/wall/r_wall,
+/area/toxins/xenobiology)
+"bqS" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"buw" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 8;
+ name = "Xenobiology APC";
+ pixel_x = -25
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bux" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access = null;
- req_access_txt = "10;13"
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"buy" = (
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bqT" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_y = -32
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"buz" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"buA" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime,
+/area/toxins/xenobiology)
+"bqU" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/area/engine/engineering)
-"buB" = (
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"buC" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
+/turf/open/floor/plating,
+/area/maintenance/apmaint)
+"bqV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/quartermaster/storage)
-"buD" = (
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"buE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"buF" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark{
- name = "blobstart"
+/turf/closed/wall,
+/area/maintenance/apmaint)
+"bqW" = (
+/obj/structure/disposaloutlet{
+ dir = 4
},
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"buG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark{
- name = "lightsout"
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buH" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "QM #3"
+/turf/open/floor/plating/airless,
+/area/space)
+"bqX" = (
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
},
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"buI" = (
+/area/maintenance/aft)
+"bqY" = (
+/turf/open/floor/plating{
+ broken = 1;
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/aft)
+"bqZ" = (
/obj/structure/table,
-/obj/item/device/multitool,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/camera{
- c_tag = "Cargo Office";
- dir = 4
+ pixel_y = 22
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buK" = (
-/obj/structure/chair/office/dark{
- dir = 4
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
},
-/obj/effect/landmark/start{
- name = "Cargo Technician"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buL" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/westleft{
- name = "Cargo Desk";
- req_access_txt = "50"
+/area/medical/genetics)
+"bra" = (
+/obj/machinery/computer/scan_consolenew,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/area/medical/genetics)
+"brb" = (
+/obj/machinery/dna_scannernew,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buN" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"buO" = (
+/area/medical/genetics)
+"brc" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"buP" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
+ },
+/area/medical/genetics)
+"brd" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/storage/art)
-"buQ" = (
-/obj/structure/table,
-/obj/item/weapon/hand_labeler,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"buR" = (
-/obj/structure/table,
-/obj/item/weapon/storage/crayons,
-/obj/item/weapon/storage/crayons,
-/obj/machinery/camera{
- c_tag = "Art Storage";
+/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"buS" = (
+/area/medical/genetics)
+"bre" = (
/obj/structure/table,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/obj/item/stack/cable_coil/random,
-/turf/open/floor/plasteel,
-/area/storage/art)
-"buT" = (
-/obj/structure/cult/tome,
-/obj/item/weapon/book/codex_gigas,
-/turf/open/floor/plasteel/cult,
-/area/library)
-"buU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/item/weapon/storage/box/rxglasses{
+ pixel_x = 4;
+ pixel_y = 4
},
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/obj/item/weapon/storage/box/bodybags,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5
},
-/obj/item/weapon/pen/invisible,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/cult,
-/area/library)
-"buV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/genetics)
+"brf" = (
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = -32;
+ pixel_y = 0;
+ pixel_z = 0
},
-/turf/closed/wall,
-/area/library)
-"buW" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"brg" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
/obj/structure/cable{
- d1 = 2;
+ d1 = 1;
d2 = 4;
- icon_state = "2-4"
+ icon_state = "1-4"
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"buX" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"brh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 16
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_x = 0
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"buY" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bri" = (
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"buZ" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"brj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bva" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8";
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner,
+/area/medical/sleeper)
+"brk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bvb" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line,
+/area/medical/sleeper)
+"brl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/medical/sleeper)
+"brm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bvc" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"brn" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bro" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"brp" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"bvd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"brq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"brr" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/obj/machinery/door/airlock{
- name = "Kitchen Cold Room";
- req_access_txt = "0";
- req_one_access_txt = "25;28"
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"brs" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"brt" = (
+/obj/structure/rack,
+/obj/item/stack/packageWrap,
+/obj/item/weapon/hand_labeler,
+/obj/item/device/radio/headset/headset_med,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bru" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bve" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"brv" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 2;
+ icon_state = "pipe-y"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"brw" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/cable{
@@ -36593,53 +34590,44 @@
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"brx" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bvf" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/chair{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/purple/side{
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bvg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/area/hallway/primary/aft)
+"bry" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
},
/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+ dir = 4
},
-/obj/structure/closet/gmcloset,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/kitchen)
-"bvh" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bvi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/toxins/explab)
+"brz" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/cable{
@@ -36647,227 +34635,200 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 21
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"brA" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint2)
-"bvj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/wardrobe/cargotech,
-/obj/machinery/firealarm{
- pixel_y = 27
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/wardrobe/cargotech,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Cargo Bay APC";
- pixel_y = 25
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvl" = (
+/area/toxins/explab)
+"brB" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 12
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 5
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"bvm" = (
+/area/toxins/explab)
+"brC" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"bvn" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/explab)
+"brD" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/turf/open/floor/plating,
-/area/crew_quarters/locker)
-"bvo" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/barber,
-/area/crew_quarters/locker)
-"bvp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/junction{
- dir = 4
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"brE" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_research{
+ name = "Research and Development Lab";
+ req_access_txt = "0";
+ req_one_access_txt = "7;29"
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bvq" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sortType = 15
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bvr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- icon_state = "pipe-j2s";
- sortType = 20
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/area/toxins/explab)
+"brF" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/maintenance/fsmaint2)
-"bvs" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bvt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/storage/tools)
-"bvu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
+ dir = 4
},
-/obj/item/stack/rods{
- amount = 50
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/area/medical/research{
+ name = "Research Division"
+ })
+"brG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/structure/disposalpipe/sortjunction{
dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ icon_state = "pipe-j2s";
+ sortType = 13
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvx" = (
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brH" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvy" = (
-/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/junction{
+ dir = 8;
+ icon_state = "pipe-j1"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brI" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/door/airlock/glass{
- name = "Auxiliary Tool Storage";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bvz" = (
/obj/structure/cable{
d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brJ" = (
+/obj/structure/cable{
+ d1 = 4;
d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brK" = (
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/cable{
@@ -36875,339 +34836,289 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brL" = (
+/obj/structure/window/reinforced{
dir = 8
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bvA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bvB" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ on = 1
},
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
+ })
+"brM" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 2.9
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/turf/open/floor/plasteel/black,
+/area/chapel/main{
+ name = "Monastery"
})
-"bvC" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Dormitory"
+"brN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"brO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/crew_quarters/sleep)
-"bvD" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
},
-/area/crew_quarters/sleep)
-"bvE" = (
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
+/area/medical/research{
+ name = "Research Division"
+ })
+"brP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ autoclose = 0;
+ frequency = 1449;
+ icon_state = "door_locked";
+ id_tag = "xeno_airlock_exterior";
+ locked = 1;
+ name = "Xenobiology Lab External Airlock";
+ req_access_txt = "55"
},
-/area/crew_quarters/sleep)
-"bvF" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"bvG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/dresser,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"bvH" = (
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"bvI" = (
-/obj/machinery/button/door{
- id = "Dorm4";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
+/obj/machinery/doorButtons/access_button{
+ idDoor = "xeno_airlock_exterior";
+ idSelf = "xeno_airlock_control";
+ name = "Access Button";
pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "0";
- specialfunctions = 4
+ pixel_y = -24;
+ req_access_txt = "0"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/whitepurple{
dir = 4
},
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"bvJ" = (
-/obj/machinery/button/door{
- id = "Dorm5";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "0";
- specialfunctions = 4
+/area/toxins/xenobiology)
+"brQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/light/small{
+/area/toxins/xenobiology)
+"brR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"bvK" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bvL" = (
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"brS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bvM" = (
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_evac (NORTH)"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/sign/directions/science{
- dir = 4;
- icon_state = "direction_sci";
- pixel_x = -32;
- pixel_y = 32
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/sign/directions/engineering{
- dir = 4;
- icon_state = "direction_eng";
- pixel_x = -32;
- pixel_y = 40;
- tag = "icon-direction_eng (EAST)"
+/area/toxins/xenobiology)
+"brT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ autoclose = 0;
+ frequency = 1449;
+ icon_state = "door_locked";
+ id_tag = "xeno_airlock_interior";
+ locked = 1;
+ name = "Xenobiology Lab Internal Airlock";
+ req_access_txt = "55"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bvN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/doorButtons/access_button{
+ idDoor = "xeno_airlock_interior";
+ idSelf = "xeno_airlock_control";
+ name = "Access Button";
+ pixel_x = 0;
+ pixel_y = -24;
+ req_access_txt = "0"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bvO" = (
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bvP" = (
-/obj/structure/table,
-/obj/item/device/flashlight{
- pixel_y = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -5;
- pixel_y = 6
+/turf/open/floor/plasteel/whitepurple,
+/area/toxins/xenobiology)
+"brU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/weapon/airlock_painter,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bvQ" = (
-/obj/structure/sign/directions/evac{
- pixel_x = 32;
- pixel_y = -40
+/obj/machinery/doorButtons/airlock_controller{
+ idExterior = "xeno_airlock_exterior";
+ idInterior = "xeno_airlock_interior";
+ idSelf = "xeno_airlock_control";
+ name = "Access Console";
+ pixel_x = -25;
+ pixel_y = 25
},
-/obj/structure/sign/directions/security{
- pixel_x = 32;
- pixel_y = -32
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bvR" = (
-/obj/machinery/light{
- dir = 4
+/area/toxins/xenobiology)
+"brV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 32
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"brW" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/whitepurple/side{
dir = 4
},
-/area/engine/engineering)
-"bvS" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Singularity North West";
+/area/toxins/xenobiology)
+"brX" = (
+/obj/machinery/disposal/bin,
+/obj/structure/window/reinforced{
dir = 4;
- network = list("Singularity")
+ pixel_x = 0
},
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bvT" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Singularity North East";
- dir = 8;
- network = list("Singularity")
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
},
-/turf/open/space,
-/area/space)
-"bvU" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "QMLoaddoor2";
- name = "Loading Doors";
- pixel_x = 24;
- pixel_y = 8
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/obj/machinery/button/door{
- id = "QMLoaddoor";
- name = "Loading Doors";
- pixel_x = 24;
- pixel_y = -8
+/area/toxins/xenobiology)
+"brY" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Containment Pen #1";
+ req_access_txt = "55"
},
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"bvV" = (
-/obj/machinery/button/door{
- dir = 2;
- id = "QMLoaddoor2";
- layer = 4;
- name = "Loading Doors";
- pixel_x = -24;
- pixel_y = 8
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/obj/machinery/button/door{
- id = "QMLoaddoor";
- layer = 4;
- name = "Loading Doors";
- pixel_x = -24;
- pixel_y = -8
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/warning{
- dir = 8
+/area/toxins/xenobiology)
+"brZ" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio1";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
},
-/area/quartermaster/storage)
-"bvW" = (
-/obj/effect/landmark/start{
- name = "Cargo Technician"
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvX" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bvZ" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "QM #4"
+/area/toxins/xenobiology)
+"bsa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/toxins/xenobiology)
+"bsb" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Containment Pen #2";
+ req_access_txt = "55"
},
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bwa" = (
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/obj/item/stack/wrapping_paper{
- pixel_x = 3;
- pixel_y = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/item/stack/packageWrap{
- pixel_x = -1;
- pixel_y = -1
+/area/toxins/xenobiology)
+"bsc" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio2";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
},
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bwb" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bwc" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/open/floor/plasteel/bot,
-/area/hydroponics)
-"bwd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/area/toxins/xenobiology)
+"bsd" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Containment Pen #3";
+ req_access_txt = "55"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bwe" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bwf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bwg" = (
-/obj/machinery/light{
- dir = 4
+/area/toxins/xenobiology)
+"bse" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio3";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
/obj/structure/cable{
d1 = 1;
@@ -37215,8556 +35126,9218 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bwh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/closed/wall,
-/area/storage/art)
-"bwi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/toxins/xenobiology)
+"bsf" = (
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "Containment Pen #4";
+ req_access_txt = "55"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/storage/art)
-"bwj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall,
-/area/storage/art)
-"bwk" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/xenobiology)
+"bsg" = (
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "xenobio4";
+ name = "Containment Blast Doors";
+ pixel_x = 0;
+ pixel_y = 4;
+ req_access_txt = "55"
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
-/turf/closed/wall,
-/area/library)
-"bwl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/device/t_scanner,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwm" = (
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"bwn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"bwo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"bwp" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bwq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
- },
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwr" = (
-/obj/structure/grille/broken,
-/obj/effect/decal/cleanable/ash,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bws" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/fsmaint2)
-"bwt" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/generic,
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bww" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/toxins/xenobiology)
+"bsh" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "0";
+ req_one_access_txt = "12; 55"
},
-/area/maintenance/fsmaint2)
-"bwx" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/toxins/xenobiology)
+"bsi" = (
+/obj/structure/girder,
+/turf/open/floor/plating/airless,
+/area/toxins/xenobiology)
+"bsj" = (
+/obj/structure/table,
/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/clothing/shoes/winterboots,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/maintenance/aft)
+"bsk" = (
+/obj/structure/flora/ausbushes/palebush,
+/turf/open/floor/grass,
+/area/medical/genetics)
+"bsl" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 2.9
},
-/area/maintenance/fsmaint2)
-"bwA" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ dir = 4;
+ on = 1
},
-/obj/structure/grille/broken,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwB" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bwC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/mob/living/carbon/monkey,
+/turf/open/floor/grass,
+/area/medical/genetics)
+"bsm" = (
/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
+/obj/item/weapon/storage/box/disks,
+/obj/item/device/flashlight/pen,
+/obj/item/device/flashlight/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwD" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwE" = (
+/area/medical/genetics)
+"bsn" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Geneticist"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/landmark{
- name = "blobstart"
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bso" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bsp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bsq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bsr" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/machinery/light{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"bss" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
- on = 1
+ initialize_directions = 11
},
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bwH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/storage/tools)
-"bwI" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay3)
+"bst" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay3)
+"bsu" = (
+/obj/structure/chair{
dir = 8
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay3)
+"bsv" = (
+/obj/structure/table/glass,
+/obj/item/stack/medical/gauze,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Treatment Center APC";
+ pixel_x = -24;
+ pixel_y = 0
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/structure/cable,
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bsw" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
})
-"bwJ" = (
-/obj/machinery/light,
-/obj/machinery/firealarm{
+"bsx" = (
+/obj/machinery/camera{
+ c_tag = "Medbay Sleepers";
dir = 1;
- pixel_y = -24
+ network = list("SS13")
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bwK" = (
-/obj/machinery/camera{
- c_tag = "Dormitory West";
+/obj/machinery/light,
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bsy" = (
+/obj/machinery/sleeper{
+ icon_state = "sleeper-open";
dir = 1
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bwL" = (
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bsz" = (
+/obj/structure/table/glass,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/device/healthanalyzer,
+/turf/open/floor/plasteel/blue,
+/area/medical/sleeper)
+"bsA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bwM" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm4";
- name = "Dorm 4"
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
+ },
+/area/medical/medbay)
+"bsB" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bsC" = (
+/obj/machinery/light{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bwN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"bsD" = (
/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bwO" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm5";
- name = "Dorm 5"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bwP" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bsE" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"bwQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bwR" = (
-/obj/structure/rack{
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bsF" = (
+/obj/structure/closet/secure_closet/chemical,
+/obj/machinery/power/apc{
dir = 8;
- layer = 2.9
+ name = "Chemistry APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bwS" = (
-/obj/machinery/computer/monitor,
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 8
},
-/area/engine/engineering)
-"bwT" = (
+/area/medical/chemistry)
+"bsG" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bsH" = (
+/obj/structure/chair/office/light{
+ dir = 4
},
-/obj/structure/sign/nosmoking_2{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bwU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 4
},
-/obj/machinery/light{
- dir = 1
+/area/medical/chemistry)
+"bsI" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/eastright{
+ dir = 8;
+ name = "Chemistry Desk";
+ req_access_txt = "5; 33"
},
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bwV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = -2;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bwW" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistry_shutters";
+ name = "chemistry shutters"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bwX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whiteyellow{
+ dir = 4
+ },
+/area/medical/chemistry)
+"bsJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/chair{
+ dir = 8
},
-/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel/yellow/side{
dir = 8
},
-/area/engine/engineering)
-"bwY" = (
+/area/hallway/primary/aft)
+"bsK" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bsL" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bwZ" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bxa" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 50
+/area/hallway/primary/aft)
+"bsM" = (
+/obj/structure/chair{
+ dir = 4
},
-/obj/item/stack/sheet/glass{
- amount = 50
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
},
-/obj/item/stack/sheet/metal{
- amount = 50
+/area/hallway/primary/aft)
+"bsN" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastright{
+ dir = 4;
+ name = "Research and Development Desk";
+ req_access_txt = "7"
},
-/obj/item/stack/sheet/metal{
- amount = 50
+/obj/item/weapon/folder/white,
+/obj/machinery/door/firedoor,
+/obj/item/weapon/pen,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
},
-/obj/item/weapon/grenade/chem_grenade/metalfoam,
-/obj/item/weapon/grenade/chem_grenade/metalfoam,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bxb" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
+/turf/open/floor/plating,
+/area/toxins/explab)
+"bsO" = (
+/obj/structure/chair/office/light{
+ dir = 8
},
-/obj/item/stack/rods{
- amount = 50
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bxc" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/area/toxins/explab)
+"bsP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bxd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/toxins/explab)
+"bsQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/white/side{
dir = 4
},
-/area/engine/engineering)
-"bxe" = (
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsR" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/turf/open/floor/plating/warnplate{
- dir = 8
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/engine/engineering)
-"bxf" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/rad_collector{
- anchored = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bxg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bxh" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
+ dir = 1
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bxi" = (
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsT" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bxj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/whitered/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsU" = (
+/obj/machinery/camera{
+ c_tag = "Research Division Port";
+ dir = 1
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bxk" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
+ dir = 1
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bxl" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bxm" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bxn" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "QM #5"
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsV" = (
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/glasses/science,
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/bot,
-/area/quartermaster/storage)
-"bxo" = (
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsW" = (
+/obj/item/device/analyzer,
/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 6;
- pixel_y = -5
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsX" = (
+/obj/machinery/vending/assist,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxp" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxq" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -32
},
-/obj/machinery/hologram/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bsZ" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/table,
+/obj/item/weapon/folder,
+/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bta" = (
+/obj/machinery/camera{
+ c_tag = "Research Division Starboard";
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"btb" = (
+/obj/structure/sink{
+ dir = 8;
+ icon_state = "sink";
+ pixel_x = -12
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white{
+ heat_capacity = 1e+006
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/toxins/xenobiology)
+"btc" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/toxins/xenobiology)
+"btd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/shower{
+ dir = 8;
+ name = "emergency shower";
+ pixel_y = -4
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 6
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxr" = (
+/area/toxins/xenobiology)
+"bte" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
+ },
+/area/toxins/xenobiology)
+"btf" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/monkeycubes,
+/obj/item/weapon/storage/box/monkeycubes,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"btg" = (
+/obj/structure/table,
+/obj/item/weapon/extinguisher{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/toxins/xenobiology)
+"bth" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = 32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 6
+ },
+/area/toxins/xenobiology)
+"bti" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio1";
+ name = "containment blast door"
+ },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btj" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio1";
+ name = "containment blast door"
+ },
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 2;
+ icon_state = "right";
+ name = "Containment Pen #1";
+ req_access_txt = "55"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxs" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btk" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio1";
+ name = "containment blast door"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btl" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bxu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btm" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 2;
+ icon_state = "right";
+ name = "Containment Pen #2";
+ req_access_txt = "55"
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bxv" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btn" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio2";
+ name = "containment blast door"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bxw" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bto" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btp" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bxy" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 2;
+ icon_state = "right";
+ name = "Containment Pen #3";
+ req_access_txt = "55"
},
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/effect/landmark/start{
- name = "Botanist"
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btq" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio3";
+ name = "containment blast door"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bxz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/structure/cable,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btr" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio4";
+ name = "containment blast door"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bxA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bts" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio4";
+ name = "containment blast door"
},
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/machinery/door/window/northleft{
+ base_state = "right";
+ dir = 2;
+ icon_state = "right";
+ name = "Containment Pen #4";
+ req_access_txt = "55"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btt" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "xenobio4";
+ name = "containment blast door"
},
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bxB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable,
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bxC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ icon_state = "0-8"
},
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"btu" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4"
+ icon_state = "2-4";
+ tag = ""
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"btv" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxD" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/area/maintenance/asmaint2)
+"btw" = (
+/turf/closed/wall,
+/area/maintenance/asmaint2)
+"btx" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bty" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating{
+ burnt = 1;
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"btz" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxE" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"bxF" = (
/obj/machinery/light/small{
- dir = 1
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"bxG" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 1";
- name = "Cell 1 Locker"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"bxH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/security/brig)
-"bxI" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 2";
- name = "Cell 2 Locker"
+/area/maintenance/aft)
+"btA" = (
+/obj/machinery/light{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"bxJ" = (
-/turf/closed/wall,
-/area/security/brig)
-"bxK" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 3";
- name = "Cell 3 Locker"
+/obj/machinery/camera{
+ c_tag = "Genetics Monkey Pen";
+ dir = 4;
+ network = list("SS13","RD");
+ pixel_x = 0;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"bxL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bxM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bxN" = (
+/mob/living/carbon/monkey,
+/turf/open/floor/grass,
+/area/medical/genetics)
+"btB" = (
+/obj/machinery/door/window/eastleft{
+ name = "Monkey Pen";
+ req_one_access_txt = "9"
+ },
+/obj/item/weapon/reagent_containers/food/snacks/grown/banana,
+/turf/open/floor/grass,
+/area/medical/genetics)
+"btC" = (
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/medical/genetics)
+"btD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btE" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxO" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxQ" = (
-/obj/structure/closet,
-/obj/item/clothing/gloves/color/rainbow,
-/obj/item/clothing/under/color/rainbow,
-/obj/item/clothing/head/soft/rainbow,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bxR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/emergency,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bxS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bxT" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/obj/item/device/multitool,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bxU" = (
-/obj/structure/closet/toolcloset,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"bxV" = (
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btF" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"btG" = (
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
+ },
+/obj/structure/mirror{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/medical/genetics)
+"btH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-10";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/medbay3)
+"btI" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bxW" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/medbay3)
+"btJ" = (
+/obj/structure/chair{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bxX" = (
-/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/medbay3)
+"btK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
- dir = 8;
+ dir = 4;
icon_state = "alarm0";
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bxY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ pixel_x = -22
},
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bxZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 8
},
+/area/medical/medbay)
+"btL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whiteblue/corner,
+/area/medical/medbay)
+"btM" = (
+/obj/structure/sign/bluecross_2,
/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bya" = (
-/obj/machinery/light/small{
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"btN" = (
+/obj/machinery/suit_storage_unit/cmo,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"btO" = (
+/obj/machinery/computer/crew,
+/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"byb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/requests_console{
- department = "Crew Quarters";
+ announcementConsole = 1;
+ department = "Chief Medical Officer's Desk";
+ departmentType = 5;
+ name = "Chief Medical Officer RC";
+ pixel_x = 0;
pixel_y = 30
},
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
- },
-/area/crew_quarters/sleep)
-"byc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
- },
-/area/crew_quarters/sleep)
-"byd" = (
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"btP" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"btQ" = (
+/obj/machinery/computer/card/minor/cmo,
/obj/machinery/airalarm{
- pixel_y = 23
+ pixel_y = 22
},
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"bye" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/firealarm{
- pixel_y = 24
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"btR" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Door Control";
+ normaldoorcontrol = 1;
+ pixel_x = 26;
+ pixel_y = -6;
+ req_access_txt = "5"
},
-/turf/open/floor/plasteel/neutral/corner{
- dir = 4
+/obj/machinery/keycard_auth{
+ pixel_x = 26;
+ pixel_y = 6
},
-/area/crew_quarters/sleep)
-"byf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"btS" = (
+/obj/structure/closet/wardrobe/chemistry_white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/turf/open/floor/plasteel/neutral/side{
- dir = 1
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 10
},
-/area/crew_quarters/sleep)
-"byg" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/area/medical/chemistry)
+"btT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/neutral/corner{
- dir = 1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/area/crew_quarters/sleep)
-"byh" = (
-/obj/machinery/camera{
- c_tag = "Dormitory East"
+/turf/open/floor/plasteel/whiteyellow/side,
+/area/medical/chemistry)
+"btU" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder,
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"byi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"byj" = (
-/obj/machinery/light/small{
- dir = 4
+/turf/open/floor/plasteel/whiteyellow/side,
+/area/medical/chemistry)
+"btV" = (
+/obj/structure/table/glass,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 2;
+ layer = 2.9
},
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"byk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"byl" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bym" = (
-/obj/machinery/computer/station_alert,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = -27
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/weapon/grenade/chem_grenade,
+/obj/item/stack/cable_coil/random,
+/obj/item/weapon/screwdriver,
+/turf/open/floor/plasteel/whiteyellow/side{
+ dir = 6
},
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
+/area/medical/chemistry)
+"btW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/area/engine/engineering)
-"byn" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"btX" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/chair/office/dark{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"byo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/area/hallway/primary/aft)
+"btY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"byp" = (
-/obj/machinery/suit_storage_unit/engine,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"byq" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"byr" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
+/area/hallway/primary/aft)
+"btZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/engine/engineering)
-"bys" = (
-/obj/effect/landmark/start{
- name = "Station Engineer"
+/obj/structure/table/glass,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = -2;
+ pixel_y = 4
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"byt" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plasteel/purple/side{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/hallway/primary/aft)
+"bua" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "research_shutters_2";
+ name = "research shutters"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"byu" = (
-/obj/machinery/power/grounding_rod,
-/turf/open/floor/plating/airless,
-/area/space)
-"byv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/toxins/explab)
+"bub" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/turf/open/floor/plating/airless,
-/area/space)
-"byw" = (
-/obj/machinery/power/tesla_coil,
-/obj/structure/cable,
-/turf/open/floor/plating/airless,
-/area/space)
-"byx" = (
-/turf/closed/wall,
-/area/engine/engineering)
-"byy" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/purple/side,
+/area/toxins/explab)
+"buc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel/purple/side,
+/area/toxins/explab)
+"bud" = (
+/obj/structure/table,
+/obj/machinery/light,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/console_screen,
+/obj/item/weapon/stock_parts/capacitor,
+/obj/item/weapon/stock_parts/capacitor,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/weapon/stock_parts/manipulator,
+/obj/item/weapon/stock_parts/scanning_module,
+/obj/item/weapon/stock_parts/scanning_module,
+/obj/item/device/multitool,
+/turf/open/floor/plasteel/purple/side,
+/area/toxins/explab)
+"bue" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel/purple/side,
+/area/toxins/explab)
+"buf" = (
+/obj/structure/table,
+/obj/item/weapon/stock_parts/matter_bin,
+/obj/item/weapon/stock_parts/matter_bin,
+/obj/item/weapon/stock_parts/micro_laser,
+/obj/item/weapon/stock_parts/micro_laser,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/machinery/light_switch{
+ pixel_x = 25
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/plasteel/purple/side,
+/area/toxins/explab)
+"bug" = (
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
dir = 1
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/area/medical/research{
+ name = "Research Division"
})
-"byz" = (
+"buh" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"byA" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bui" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/security/checkpoint/science)
+"buj" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Research Security Post";
+ req_access_txt = "63"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"byB" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "QMLoad"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"byC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"byD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"byE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"byF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitered,
+/area/security/checkpoint/science)
+"buk" = (
+/turf/closed/wall/r_wall,
+/area/toxins/storage)
+"bul" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/toxins/storage)
+"bum" = (
+/obj/machinery/light{
+ dir = 8
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_mining{
- name = "Cargo Office";
- req_access_txt = "50"
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bun" = (
+/turf/closed/wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"buo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bup" = (
+/obj/structure/disposaloutlet,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"byG" = (
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"buq" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"bur" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
+ dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"byH" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/grass,
+/area/medical/genetics)
+"bus" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 2.9
},
-/obj/machinery/camera{
- c_tag = "Aft Port Primary Hallway Central";
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/mob/living/carbon/monkey,
+/turf/open/floor/grass,
+/area/medical/genetics)
+"but" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/item/weapon/storage/pill_bottle/mutadone,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
-/turf/open/floor/plasteel/red/corner,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"byI" = (
-/turf/closed/wall,
-/area/security/detectives_office)
-"byJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/security/detectives_office)
-"byK" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/medical/genetics)
+"buu" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Geneticist"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Detective Maintenance";
- req_access_txt = "4"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/security/detectives_office)
-"byL" = (
-/turf/closed/wall/r_wall,
-/area/security/detectives_office)
-"byM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buv" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/door/airlock/maintenance{
- name = "Security Maintenance";
- req_access_txt = "63"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "Security"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"byN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"byO" = (
-/obj/machinery/flasher{
- id = "Cell 1";
- pixel_x = -28
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byP" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byQ" = (
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"buw" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byR" = (
-/obj/machinery/flasher{
- id = "Cell 2";
- pixel_x = -28
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bux" = (
+/obj/machinery/shower{
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/requests_console{
+ department = "Genetics";
+ departmentType = 0;
+ name = "Genetics Requests Console";
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byS" = (
-/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = -28
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/area/medical/genetics)
+"buy" = (
+/turf/closed/wall,
+/area/medical/virology)
+"buz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/virology{
+ autoclose = 0;
+ frequency = 1449;
+ icon_state = "door_locked";
+ id_tag = "virology_airlock_exterior";
+ locked = 1;
+ name = "Virology Exterior Airlock";
+ req_access_txt = "39"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/security/brig)
-"byT" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/doorButtons/access_button{
+ idDoor = "virology_airlock_exterior";
+ idSelf = "virology_airlock_control";
+ name = "Virology Access Button";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "39"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/mirror{
- pixel_x = -28
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"buA" = (
+/obj/structure/sign/biohazard,
+/turf/closed/wall,
+/area/medical/virology)
+"buB" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"byU" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right";
- name = "Private Shower";
- req_access_txt = "0"
+/obj/item/weapon/storage/box/syringes,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
},
-/obj/machinery/light/small{
+/turf/open/floor/plasteel/whiteblue/side{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/area/medical/medbay)
+"buC" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = 3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"byV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"byW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/item/weapon/storage/firstaid/brute,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"byX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/area/medical/medbay)
+"buD" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/fire{
+ pixel_x = 3;
+ pixel_y = 3
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
},
-/area/maintenance/fsmaint2)
-"byY" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads)
-"byZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads)
-"bza" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads)
-"bzb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/area/medical/medbay)
+"buE" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/toxin{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/item/weapon/storage/firstaid/toxin,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
},
-/turf/open/floor/plasteel/blue/side{
- dir = 8
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bzc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/area/medical/medbay)
+"buF" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/storage/firstaid/o2,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/turf/open/floor/plasteel/hydrofloor,
-/area/hydroponics)
-"bzd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/medical/medbay)
+"buG" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/obj/machinery/door/airlock/maintenance{
- name = "Hydroponics Maintenance";
- req_access_txt = "35"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/medical/medbay)
+"buH" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plating,
-/area/hydroponics)
-"bze" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"buI" = (
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"buJ" = (
+/mob/living/simple_animal/pet/cat/Runtime,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"buK" = (
+/obj/effect/landmark/start{
+ name = "Chief Medical Officer"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/chair/office/light{
+ dir = 1
},
-/obj/item/weapon/shard{
- icon_state = "small"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"buL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"buM" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Chief Medical Office";
+ dir = 8;
+ network = list("SS13")
},
-/area/maintenance/fsmaint2)
-"bzf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 10
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching surgery.";
+ dir = 8;
+ layer = 4;
+ name = "Surgery Telescreen";
+ network = list("Surgery");
+ pixel_x = 30;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"buN" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Chemistry Lab Maintenance";
+ req_access_txt = "5; 33"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/chemistry)
+"buO" = (
+/turf/closed/wall/r_wall,
+/area/toxins/server)
+"buP" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/command{
+ name = "Server Room";
+ req_access = null;
+ req_access_txt = "30"
},
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"buQ" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"buR" = (
+/turf/closed/wall,
+/area/crew_quarters/hor)
+"buS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/crew_quarters/hor)
+"buT" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Research Director";
+ req_access_txt = "30"
},
-/area/maintenance/fsmaint2)
-"bzh" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/hor)
+"buU" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/red/side{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzi" = (
+/area/security/checkpoint/science)
+"buV" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/area/security/checkpoint/science)
+"buW" = (
+/obj/structure/closet/wardrobe/red,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 23;
+ pixel_y = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bzj" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/area/security/checkpoint/science)
+"buX" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/effect/turf_decal/delivery,
+/area/toxins/storage)
+"buY" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/machinery/camera{
+ c_tag = "Toxins Storage";
+ dir = 2;
+ network = list("SS13","RD")
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bzk" = (
-/turf/open/floor/plasteel/neutral/corner,
-/area/crew_quarters/sleep)
-"bzl" = (
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/sleep)
-"bzm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/turf/open/floor/plasteel/neutral/corner{
+/obj/effect/turf_decal/delivery,
+/area/toxins/storage)
+"buZ" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/crew_quarters/sleep)
-"bzn" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/area/toxins/storage)
+"bva" = (
+/obj/machinery/portable_atmospherics/scrubber/huge,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Toxins Storage APC";
+ pixel_x = 0;
+ pixel_y = 25
+ },
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bzo" = (
+/area/toxins/storage)
+"bvb" = (
+/obj/machinery/portable_atmospherics/scrubber/huge,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bvc" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bvd" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bve" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvf" = (
+/obj/structure/closet/bombcloset,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvg" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvh" = (
+/obj/machinery/portable_atmospherics/pump,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral/side,
-/area/crew_quarters/sleep)
-"bzp" = (
/obj/item/device/radio/intercom{
+ dir = 0;
name = "Station Intercom (General)";
- pixel_y = -29
+ pixel_x = 0;
+ pixel_y = 26
},
-/obj/effect/landmark{
- name = "blobstart"
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvi" = (
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvj" = (
+/obj/machinery/portable_atmospherics/canister,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/turf/open/floor/plasteel/neutral/corner{
- dir = 8
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Toxins Lab APC";
+ pixel_y = 25
},
-/area/crew_quarters/sleep)
-"bzq" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"bzr" = (
-/turf/open/floor/plasteel/neutral/corner{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvk" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/camera{
+ c_tag = "Toxins Lab";
+ dir = 2;
+ network = list("SS13","RD");
+ pixel_y = 0
+ },
+/obj/structure/sign/poster{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/crew_quarters/sleep)
-"bzs" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvl" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvm" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"bzt" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bvn" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/mob/living/simple_animal/slime,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bvo" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bvp" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvq" = (
/obj/structure/table,
-/obj/item/weapon/lipstick/random{
- pixel_x = 3
+/obj/item/weapon/pen,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
},
-/obj/item/weapon/lipstick/random{
- pixel_x = -2
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/obj/item/weapon/lipstick{
- pixel_x = -7
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
},
-/turf/open/floor/plasteel/floorgrime,
-/area/crew_quarters/sleep)
-"bzu" = (
-/obj/structure/disposalpipe/segment,
+/area/medical/genetics)
+"bvr" = (
+/obj/machinery/computer/scan_consolenew,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/genetics)
+"bvs" = (
+/obj/machinery/dna_scannernew,
+/obj/machinery/camera{
+ c_tag = "Genetics";
+ dir = 1;
+ network = list("SS13","RD");
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/genetics)
+"bvt" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/plasteel/whitepurple/corner{
+ tag = "icon-whitepurplecorner (WEST)";
dir = 8
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/area/medical/genetics)
+"bvu" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bzv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
+"bvv" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Genetics APC";
+ pixel_x = 27
},
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bzw" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = -32
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/camera{
- c_tag = "Engineering Power Storage";
+/turf/open/floor/plasteel/whitepurple/side{
dir = 4
},
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/genetics)
+"bvw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/yellow/side{
+/obj/machinery/shower{
dir = 4
},
-/area/engine/engineering)
-"bzx" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/medical/virology)
+"bvx" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bvy" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/camera{
+ c_tag = "Virology Airlock";
+ dir = 2;
+ network = list("SS13")
},
-/area/engine/engineering)
-"bzy" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bzz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bzA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/virology)
+"bvz" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
},
-/turf/closed/wall,
-/area/engine/engineering)
-"bzB" = (
/obj/machinery/requests_console{
- department = "Engineering";
- departmentType = 4;
- name = "Engineering RC";
- pixel_x = -32
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = -32;
+ pixel_y = 0;
+ pixel_z = 0
},
-/obj/machinery/light{
- dir = 8
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bvA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bvB" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Medbay Storage";
+ req_access_txt = "45"
},
-/obj/structure/table,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/weapon/crowbar,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/yellow/side{
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bvC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
-/area/engine/engineering)
-"bzC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/area/medical/medbay)
+"bvD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bzD" = (
-/turf/open/floor/plasteel/warning/corner,
-/area/engine/engineering)
-"bzE" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"bzF" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bvE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/belt/utility,
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"bzG" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
-/turf/open/floor/plasteel/warning,
-/area/engine/engineering)
-"bzH" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/medical/medbay)
+"bvF" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Chief Medical Office";
+ req_access_txt = "40"
},
-/obj/machinery/button/door{
- id = "Singularity";
- name = "Shutters Control";
- pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "11"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/warning{
- dir = 6
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/engine/engineering)
-"bzI" = (
-/obj/machinery/field/generator{
- anchored = 1;
- state = 2
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bzJ" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
- },
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor";
- name = "supply dock loading door"
+/turf/open/floor/plasteel/barber,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"bzK" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor";
- name = "supply dock loading door"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvH" = (
+/obj/structure/table/glass,
+/obj/item/weapon/paper_bin{
+ pixel_x = -2;
+ pixel_y = 5
},
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bzL" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
+/obj/item/weapon/pen{
+ layer = 3.1
},
-/obj/structure/plasticflaps,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bzM" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvI" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white,
+/obj/item/clothing/glasses/hud/health,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/quartermaster/storage)
-"bzN" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvJ" = (
+/obj/structure/table/glass,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Cargo Recieving Dock South";
- dir = 1
+/obj/item/stack/medical/gauze,
+/obj/item/clothing/neck/stethoscope,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvK" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/status_display{
- pixel_y = -32;
- supply_display = 1
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 10
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
},
-/area/quartermaster/storage)
-"bzO" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bvL" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "CMO Maintenance";
+ req_access_txt = "40"
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/quartermaster/storage)
-"bzP" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -35
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvM" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/quartermaster/storage)
-"bzQ" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/quartermaster/storage)
-"bzR" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bzS" = (
-/turf/open/floor/plasteel/brown/corner,
-/area/quartermaster/storage)
-"bzT" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/storage)
-"bzU" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/brown/corner{
- dir = 8
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j1s";
+ sortType = 11
},
-/area/quartermaster/storage)
-"bzV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvO" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bzW" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Aft Port Primary Hallway APC";
- pixel_x = 27
+/obj/machinery/light/small{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bzX" = (
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bzY" = (
-/obj/machinery/computer/security/wooden_tv,
-/obj/machinery/newscaster{
- pixel_y = 32
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bzZ" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bAa" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bAb" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bvQ" = (
+/obj/machinery/light{
dir = 4;
- name = "Detective APC";
- pixel_x = 24
+ icon_state = "tube1"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bAc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bvR" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ target_temperature = 80;
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bvS" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bvT" = (
+/obj/machinery/r_n_d/server/core,
+/turf/open/floor/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/server)
+"bvU" = (
+/obj/structure/closet/secure_closet/RD,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/whitepurple/side{
dir = 9
},
-/area/security/brig)
-"bAd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- dir = 5
+/area/crew_quarters/hor)
+"bvV" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "RD Office APC";
+ pixel_x = 0;
+ pixel_y = 24
},
-/area/security/brig)
-"bAe" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/brig)
-"bAf" = (
-/obj/machinery/door/window/brigdoor{
- id = "Cell 1";
- name = "Cell 1";
- req_access_txt = "2"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 1
},
-/obj/machinery/door/poddoor/preopen{
- id = "Secure Gate";
- name = "brig shutters"
+/area/crew_quarters/hor)
+"bvW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
-/area/security/brig)
-"bAg" = (
-/obj/machinery/door/window/brigdoor{
- id = "Cell 2";
- name = "Cell 2";
- req_access_txt = "2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "Secure Gate";
- name = "brig shutters"
+/area/crew_quarters/hor)
+"bvX" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/red/side{
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whitepurple/side{
dir = 1
},
-/area/security/brig)
-"bAh" = (
-/obj/machinery/door/window/brigdoor{
- id = "Cell 3";
- name = "Cell 3";
- req_access_txt = "2"
+/area/crew_quarters/hor)
+"bvY" = (
+/obj/item/weapon/twohanded/required/kirbyplants/dead,
+/obj/machinery/button/door{
+ id = "rndshutters";
+ name = "Research Lockdown";
+ pixel_x = 28;
+ pixel_y = 0;
+ req_access_txt = "47"
},
-/obj/machinery/door/poddoor/preopen{
- id = "Secure Gate";
- name = "brig shutters"
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 5
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/area/crew_quarters/hor)
+"bvZ" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Science Security Post";
+ dir = 4;
+ network = list("SS13","RD")
},
-/area/security/brig)
-"bAi" = (
-/obj/structure/dresser,
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
+ dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bAj" = (
-/obj/structure/closet/secure_closet/captains,
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bAk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/area/security/checkpoint/science)
+"bwa" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/machinery/camera{
- c_tag = "Captain's Quarters"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bAl" = (
-/obj/machinery/door/airlock{
- name = "Private Restroom";
- req_access_txt = "20"
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science)
+"bwb" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Science Security APC";
+ pixel_x = 24;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bAm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bAn" = (
-/obj/structure/toilet{
- dir = 1
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/structure/window/reinforced/tinted{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Captain"
+/area/security/checkpoint/science)
+"bwc" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/toxins/storage)
+"bwd" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bAo" = (
-/obj/item/weapon/soap/deluxe,
-/obj/item/weapon/bikehorn/rubberducky,
-/obj/machinery/shower{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/freezer,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bAp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
+/area/toxins/storage)
+"bwe" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bAq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bAr" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/item/trash/semki,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bAs" = (
-/obj/structure/table,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/stamp/hop,
-/obj/item/weapon/storage/secure/safe{
- pixel_x = -24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bAt" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Head of Personnel's Desk";
- departmentType = 5;
- name = "Head of Personnel RC";
- pixel_y = 30
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bwf" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bAu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- name = "Prison Monitor";
- network = list("Prison");
- pixel_y = 30
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bwg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bAv" = (
-/obj/structure/chair/office/dark{
+/turf/closed/wall/r_wall,
+/area/toxins/storage)
+"bwh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/effect/landmark/start{
- name = "Head of Personnel"
+/turf/open/floor/plasteel/white/side{
+ dir = 4
},
-/obj/machinery/button/door{
- id = "hopqueue";
- name = "Queue Shutters Control";
- pixel_x = 4;
- pixel_y = 25;
- req_access_txt = "28"
+/area/medical/research{
+ name = "Research Division"
+ })
+"bwi" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 8
},
-/obj/machinery/light_switch{
- pixel_x = 4;
- pixel_y = 36
+/area/medical/research{
+ name = "Research Division"
+ })
+"bwj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/button/flasher{
- id = "hopflash";
- pixel_x = -6;
- pixel_y = 36
- },
-/obj/machinery/button/door{
- id = "hop";
- name = "Privacy Shutters Control";
- pixel_x = -6;
- pixel_y = 25;
- req_access_txt = "28"
- },
-/turf/open/floor/plasteel/darkblue/side{
- dir = 5
- },
-/area/crew_quarters/heads)
-"bAw" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Reception Window";
- req_access_txt = "0"
- },
-/obj/machinery/door/window/brigdoor{
- base_state = "rightsecure";
- dir = 8;
- icon_state = "rightsecure";
- name = "Head of Personnel's Desk";
- req_access_txt = "57"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- name = "Privacy Shutters"
- },
-/obj/machinery/status_display{
- pixel_y = 32;
- supply_display = 1
+/turf/open/floor/plating,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/crew_quarters/heads)
-"bAx" = (
-/obj/machinery/flasher{
- id = "hopflash";
- pixel_y = 28
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/delivery,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bAy" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hopqueue";
- name = "HoP Queue Shutters"
+"bwl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bAz" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 8
+"bwm" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bAA" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/camera{
- c_tag = "Aft Starboard Primary Hallway South";
- dir = 8
- },
+"bwn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bAB" = (
-/turf/closed/wall,
-/area/storage/primary)
-"bAC" = (
+"bwo" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/area/maintenance/starboard)
-"bAD" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm1";
- name = "Dorm 1"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwp" = (
+/obj/machinery/atmospherics/components/trinary/mixer/flipped{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bAE" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm2";
- name = "Dorm 2"
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwq" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bAF" = (
-/obj/machinery/door/airlock{
- id_tag = "Dorm3";
- name = "Dorm 3"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bwr" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_x = 32;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"bAG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bws" = (
+/obj/machinery/light,
+/turf/open/floor/engine,
+/area/toxins/xenobiology)
+"bwt" = (
/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bAH" = (
-/obj/machinery/biogenerator,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/area/maintenance/asmaint2)
+"bwu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bwv" = (
+/obj/structure/closet/crate/medical,
+/obj/item/stack/medical/ointment,
+/obj/item/stack/medical/bruise_pack,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bww" = (
+/obj/item/trash/candy,
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bwx" = (
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bwy" = (
+/obj/item/chair,
+/obj/item/weapon/cigbutt/roach,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bwz" = (
+/obj/structure/closet/secure_closet/medical1,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
},
-/area/maintenance/starboard)
-"bAI" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit{
- name = "\improper Departure Lounge"
- })
-"bAJ" = (
-/obj/machinery/power/terminal{
- dir = 8
+/area/medical/genetics)
+"bwA" = (
+/obj/structure/closet/secure_closet/personal/patient,
+/obj/machinery/light,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/whitepurple/side,
+/area/medical/genetics)
+"bwB" = (
+/obj/structure/closet/wardrobe/genetics_white,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 6
+ },
+/area/medical/genetics)
+"bwC" = (
+/obj/machinery/shower{
+ dir = 4
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/engine/engineering)
-"bAK" = (
+/area/medical/virology)
+"bwD" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/landmark/start{
- name = "Station Engineer"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bwE" = (
+/obj/structure/closet/l3closet,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bAL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/table,
-/obj/item/weapon/book/manual/engineering_singularity_safety,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/device/gps/engineering{
- gpstag = "ENG2"
+/area/medical/virology)
+"bwF" = (
+/obj/machinery/shower{
+ tag = "icon-shower (EAST)";
+ icon_state = "shower";
+ dir = 4
},
-/obj/item/device/gps/engineering{
- gpstag = "ENG1"
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = -28;
+ pixel_y = 0
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bAM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bwG" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
},
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
},
-/area/engine/engineering)
-"bAN" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bwH" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Medbay Storage";
+ req_access_txt = "45"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bAO" = (
-/turf/open/floor/plasteel/warning{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/engine/engineering)
-"bAP" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bwI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
},
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"bAQ" = (
-/obj/item/weapon/weldingtool,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/area/medical/medbay)
+"bwJ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bAR" = (
-/obj/machinery/power/tesla_coil,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bAS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/area/medical/medbay)
+"bwK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bwL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bAT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bwM" = (
+/obj/structure/chair/office/light{
+ dir = 8
},
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Bay Maintenance";
- req_access_txt = "31"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"bAU" = (
-/turf/closed/wall,
-/area/quartermaster/qm)
-"bAV" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/quartermaster/qm)
-"bAW" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bwN" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/obj/machinery/door/airlock/glass_mining{
- name = "Quartermaster";
- req_access_txt = "41"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bwO" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "CMO's Office APC";
+ pixel_x = 26;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/qm)
-"bAX" = (
-/turf/closed/wall,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
+/obj/structure/cable,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
})
-"bAY" = (
+"bwP" = (
+/turf/closed/wall,
+/area/medical/exam_room)
+"bwQ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/door/airlock/glass_security{
- name = "Security Office";
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel/delivery,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bAZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bBa" = (
-/obj/machinery/firealarm{
+/area/maintenance/aft)
+"bwR" = (
+/obj/machinery/power/apc{
dir = 8;
- pixel_x = -24
+ name = "Server Room APC";
+ pixel_x = -24;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/brown{
- dir = 8
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bBb" = (
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bBc" = (
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/machinery/requests_console{
- department = "Detective's office";
- pixel_x = -30
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bwS" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bBd" = (
-/obj/structure/chair/office/dark,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/landmark/start{
- name = "Detective"
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
},
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bBe" = (
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bBf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bBg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"bBh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/corner{
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bwT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
-/area/security/brig)
-"bBi" = (
-/obj/machinery/door_timer{
- dir = 1;
- pixel_y = 32
- },
/obj/structure/cable{
- d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-8"
},
-/obj/machinery/camera{
- c_tag = "Brig Central"
+/turf/open/floor/plating,
+/area/toxins/server)
+"bwU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ external_pressure_bound = 140;
+ on = 1;
+ pressure_checks = 0
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/turf/open/floor/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
},
-/area/security/brig)
-"bBj" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/toxins/server)
+"bwV" = (
+/obj/machinery/computer/robotics,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
-/obj/structure/cable{
+/area/crew_quarters/hor)
+"bwW" = (
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bwX" = (
+/obj/structure/displaycase/labcage,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bwY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bwZ" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
+ },
+/area/crew_quarters/hor)
+"bxa" = (
+/obj/item/weapon/pen,
+/obj/structure/table,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 8
+ },
+/area/security/checkpoint/science)
+"bxb" = (
+/obj/structure/chair/office/dark,
+/obj/effect/landmark/start/depsec/science,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science)
+"bxc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 2;
+ on = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ dir = 4
+ },
+/area/security/checkpoint/science)
+"bxd" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/toxins/storage)
+"bxe" = (
+/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/red/corner{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/area/security/brig)
-"bBk" = (
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bxf" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
-/area/security/brig)
-"bBl" = (
+/area/toxins/storage)
+"bxg" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Storage";
+ req_access_txt = "8"
+ },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bxh" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/red/corner{
- dir = 4
+ icon_state = "4-8"
},
-/area/security/brig)
-"bBm" = (
-/obj/machinery/door_timer{
- dir = 1;
- pixel_y = 32
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
},
+/area/medical/research{
+ name = "Research Division"
+ })
+"bxi" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/research{
+ name = "Research Division"
+ })
+"bxj" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 4
},
-/area/security/brig)
-"bBn" = (
-/obj/machinery/door_timer{
- dir = 1;
- pixel_y = 32
+/area/medical/research{
+ name = "Research Division"
+ })
+"bxk" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/glass_research{
+ name = "Toxins Lab";
+ req_access_txt = "8"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/camera{
- c_tag = "Brig East"
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxl" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxm" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/security/brig)
-"bBo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxn" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxo" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2";
+ pixel_y = 0;
+ tag = ""
},
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
-/turf/open/floor/plasteel/red/corner{
- dir = 1
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/area/security/brig)
-"bBp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bxp" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/area/security/brig)
-"bBq" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/captain,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bBr" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
+"bxq" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bBs" = (
-/obj/machinery/light/small{
+"bxr" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bBt" = (
+"bxs" = (
/turf/closed/wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bBu" = (
+/area/toxins/mineral_storeroom)
+"bxt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bBv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bBw" = (
+/area/toxins/mineral_storeroom)
+"bxu" = (
+/turf/closed/wall/r_wall,
+/area/toxins/mineral_storeroom)
+"bxv" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/item/trash/sosjerky,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bBx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
+/area/maintenance/asmaint2)
+"bxw" = (
+/obj/structure/closet,
+/obj/item/stack/cable_coil/random,
+/obj/item/weapon/electronics/airalarm,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bBy" = (
-/obj/effect/decal/cleanable/robot_debris,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/maintenance/aft)
+"bxx" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/area/maintenance/fsmaint2)
-"bBz" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bxy" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bBA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bxz" = (
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bxA" = (
+/obj/structure/sink{
+ icon_state = "sink";
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
},
-/obj/structure/chair/office/dark{
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/medical/virology)
+"bxB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
dir = 8
},
-/obj/effect/landmark/start{
- name = "Head of Personnel"
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bxC" = (
+/obj/structure/closet/l3closet,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHWEST)";
+ icon_state = "intact";
+ dir = 10
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bBB" = (
+/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/medical/virology)
+"bxD" = (
+/obj/machinery/vending/medical,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bxE" = (
+/obj/structure/closet/secure_closet/medical3,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bxF" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Medbay Equipment Room";
+ dir = 1;
+ network = list("SS13")
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bxG" = (
+/obj/structure/closet/wardrobe/white/medical,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bxH" = (
+/obj/structure/table,
+/obj/item/weapon/storage/belt/medical{
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/obj/item/weapon/storage/belt/medical{
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/obj/item/weapon/storage/belt/medical{
+ pixel_x = 0;
+ pixel_y = 2
+ },
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bxI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
+ },
+/area/medical/medbay)
+"bxJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bBC" = (
-/obj/machinery/computer/card,
-/turf/open/floor/plasteel/darkblue/side{
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
},
-/area/crew_quarters/heads)
-"bBD" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/area/medical/medbay)
+"bxK" = (
+/obj/structure/closet/secure_closet/CMO,
+/obj/item/weapon/valentine,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bxL" = (
+/obj/machinery/modular_computer/console/preset/civilian,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
+ })
+"bxM" = (
+/obj/item/weapon/cartridge/medical{
+ pixel_x = -2;
+ pixel_y = 6
},
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- name = "Privacy Shutters"
+/obj/item/weapon/cartridge/medical{
+ pixel_x = 6;
+ pixel_y = 3
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/crew_quarters/heads)
-"bBE" = (
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/obj/item/weapon/cartridge/medical,
+/obj/item/weapon/cartridge/chemistry{
+ pixel_y = 2
+ },
+/obj/structure/table,
+/obj/machinery/light,
+/obj/item/weapon/wrench/medical,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
})
-"bBF" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+"bxN" = (
+/obj/item/weapon/folder/blue,
+/obj/item/weapon/stamp/cmo,
+/obj/structure/table,
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
})
-"bBG" = (
-/turf/open/floor/plasteel/blue/corner{
- dir = 1
+"bxO" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-16";
+ layer = 4.1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
+/turf/open/floor/plasteel/cmo,
+/area/medical/cmo{
+ name = "Chief Medical Office"
})
-"bBH" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/storage/primary)
-"bBI" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/device/analyzer,
-/obj/machinery/light_switch{
- pixel_y = 28
+"bxP" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bBJ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
+/obj/structure/closet,
+/obj/item/clothing/under/rank/nursesuit,
+/obj/item/clothing/head/nursehat,
+/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/machinery/firealarm{
- pixel_y = 24
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bxQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bBK" = (
-/obj/structure/table,
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/item/stack/cable_coil{
- pixel_x = 2;
- pixel_y = -2
+/obj/machinery/vending/wallmed{
+ pixel_y = 28;
+ products = list(/obj/item/weapon/reagent_containers/syringe = 3, /obj/item/weapon/reagent_containers/pill/patch/styptic = 1, /obj/item/weapon/reagent_containers/pill/patch/silver_sulf = 1, /obj/item/weapon/reagent_containers/spray/medical/sterilizer = 1)
},
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/item/weapon/screwdriver{
- pixel_y = 16
+/obj/effect/landmark{
+ name = "blobstart"
},
-/obj/machinery/light{
- dir = 1
+/obj/item/weapon/melee/baton/cattleprod{
+ bcell = new /obj/item/weapon/stock_parts/cell/high()
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bBL" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bBM" = (
-/obj/machinery/vending/assist,
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bBN" = (
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bxR" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bBO" = (
/obj/machinery/button/door{
- id = "Dorm1";
- name = "Dorm Bolt Control";
+ id = "CMOCell";
+ name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = 0;
- pixel_y = 25;
+ pixel_y = 26;
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bBP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
/obj/effect/landmark{
name = "xeno_spawn";
pixel_x = -1
},
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bBQ" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bxS" = (
+/obj/machinery/door/airlock/command{
+ id_tag = "CMOCell";
+ name = "Personal Examination Room";
+ req_access_txt = "40"
},
-/obj/machinery/light/small{
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bBR" = (
-/obj/machinery/button/door{
- id = "Dorm2";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "0";
- specialfunctions = 4
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bxT" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bxU" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bxV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bxW" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Server Room";
+ dir = 4;
+ network = list("SS13","RD")
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bxX" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bxY" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_command{
+ name = "Server Room";
+ req_access_txt = "30"
},
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bxZ" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+ dir = 8;
+ external_pressure_bound = 120;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
},
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bBS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bBT" = (
-/obj/machinery/button/door{
- id = "Dorm3";
- name = "Dorm Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "0";
- specialfunctions = 4
+/turf/open/floor/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
+ },
+/area/toxins/server)
+"bya" = (
+/obj/machinery/computer/aifixer,
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 8
+ },
+/area/crew_quarters/hor)
+"byb" = (
+/obj/structure/chair/office/light{
+ dir = 8
},
/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
on = 1
},
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bBU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/item/stack/cable_coil/cut{
- amount = 2;
- icon_state = "coil_red2"
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"byc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/structure/sink/kitchen{
- desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
- name = "old sink";
- pixel_y = 28
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"byd" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start{
+ name = "Research Director"
},
-/obj/effect/decal/cleanable/greenglow,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/hor)
+"bye" = (
+/obj/machinery/computer/card/minor/rd,
+/obj/machinery/keycard_auth{
+ pixel_x = 28;
+ pixel_y = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bBV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/whitepurple/side{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bBW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/area/crew_quarters/hor)
+"byf" = (
+/obj/machinery/recharger{
+ pixel_y = 4
},
-/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
+ },
+/area/security/checkpoint/science)
+"byg" = (
+/obj/machinery/computer/security/mining,
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Telecoms)";
+ pixel_x = 0;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/science)
+"byh" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
+ },
+/area/security/checkpoint/science)
+"byi" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/toxins/storage)
+"byj" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bBX" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"byk" = (
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"byl" = (
+/turf/open/floor/plasteel/white/side{
+ dir = 4
},
+/area/medical/research{
+ name = "Research Division"
+ })
+"bym" = (
/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bBY" = (
-/obj/structure/cable,
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 2;
- state = 2
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byn" = (
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bBZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byp" = (
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = -4;
+ pixel_y = 1
},
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/apc,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 8;
+ pixel_y = 9
},
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 9;
+ pixel_y = -2
+ },
+/obj/item/device/assembly/prox_sensor{
+ pixel_x = 0;
+ pixel_y = 2
},
+/obj/structure/table/reinforced,
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bCa" = (
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byq" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Scientist"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byr" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/wrench,
+/obj/item/weapon/screwdriver{
+ pixel_y = 10
+ },
+/obj/item/device/analyzer,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bys" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byt" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/yellow/side{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/engine/engineering)
-"bCb" = (
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byu" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byv" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bCc" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the turbine vent.";
+ dir = 8;
+ name = "turbine vent monitor";
+ network = list("Turbine");
+ pixel_x = 30;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/area/engine/engineering)
-"bCd" = (
-/turf/open/floor/plating/warnplate{
- dir = 9
- },
-/area/engine/engineering)
-"bCe" = (
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byw" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
+/turf/closed/wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"byx" = (
/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
- dir = 1
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byy" = (
+/obj/machinery/power/smes,
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/area/engine/engineering)
-"bCf" = (
-/obj/machinery/button/door{
- id = "Singularity";
- name = "Shutters Control";
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "11"
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byz" = (
+/obj/machinery/suit_storage_unit/rd,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
+/obj/machinery/light{
dir = 1
},
-/area/engine/engineering)
-"bCg" = (
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byA" = (
+/obj/structure/ore_box,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating/warnplate{
- dir = 1
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/engine/engineering)
-"bCh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byB" = (
+/obj/structure/ore_box,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating/warnplate{
- dir = 5
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
},
-/area/engine/engineering)
-"bCi" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/machinery/camera{
+ c_tag = "Toxins Launch Area";
+ dir = 2;
+ network = list("SS13","RD")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byC" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bCj" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byD" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8";
+ pixel_y = 0
+ },
+/obj/machinery/light{
+ dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byE" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bCk" = (
-/obj/structure/lattice,
-/obj/item/weapon/crowbar,
-/turf/open/space,
-/area/space)
-"bCl" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall7";
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/shuttle/supply)
-"bCm" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byF" = (
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Toxins Launch Room APC";
+ pixel_y = 25
},
-/area/shuttle/supply)
-"bCn" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f6"
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/area/shuttle/supply)
-"bCo" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/supply)
-"bCp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bCq" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bCr" = (
-/obj/structure/table,
-/obj/item/weapon/cartridge/quartermaster{
- pixel_x = 6;
- pixel_y = 5
- },
-/obj/item/weapon/cartridge/quartermaster,
-/obj/item/weapon/cartridge/quartermaster{
- pixel_x = -4;
- pixel_y = 7
- },
-/obj/item/weapon/coin/silver,
-/turf/open/floor/plasteel/brown{
- dir = 9
- },
-/area/quartermaster/qm)
-"bCs" = (
-/turf/open/floor/plasteel/brown{
- dir = 1
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/quartermaster/qm)
-"bCt" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/brown{
- dir = 1
- },
-/area/quartermaster/qm)
-"bCu" = (
-/obj/structure/closet/secure_closet/quartermaster,
-/turf/open/floor/plasteel/brown{
- dir = 1
- },
-/area/quartermaster/qm)
-"bCv" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"byG" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Toxins Launch Room Maintenance";
+ req_access_txt = "8"
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 25
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/brown{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/quartermaster/qm)
-"bCw" = (
+/turf/open/floor/plating,
+/area/toxins/mineral_storeroom)
+"byH" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -25
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plasteel/red/side{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bCx" = (
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"byI" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bCy" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"byJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
+ pixel_y = 0
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bCz" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/light/small{
dir = 1
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bCA" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bCB" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
+/turf/open/floor/plating,
+/area/maintenance/asmaint2)
+"byK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8";
pixel_y = 0
},
-/turf/open/floor/plasteel/brown{
- dir = 8
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bCC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/door/poddoor/preopen{
- id = "det_blast";
- layer = 2.9;
- name = "privacy door"
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
/turf/open/floor/plating,
-/area/security/detectives_office)
-"bCD" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/pen,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bCE" = (
-/obj/item/weapon/storage/fancy/cigarettes,
-/obj/item/clothing/glasses/sunglasses,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bCF" = (
-/obj/item/device/camera{
- desc = "A one use - polaroid camera. 30 photos left.";
- name = "detectives camera";
- pictures_left = 30
- },
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bCG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/obj/machinery/button/door{
- id = "det_blast";
- name = "Privacy Shutters";
- pixel_x = 24;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bCH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/area/maintenance/asmaint2)
+"byL" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"byM" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- dir = 8
- },
-/area/security/brig)
-"bCI" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/corner,
-/area/security/brig)
-"bCJ" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/red/side,
-/area/security/brig)
-"bCK" = (
-/turf/open/floor/plasteel/red/side,
-/area/security/brig)
-"bCL" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "Brig APC";
- pixel_x = 0;
- pixel_y = -24
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/red/side,
-/area/security/brig)
-"bCM" = (
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
dir = 6
},
-/area/security/brig)
-"bCN" = (
-/obj/item/weapon/storage/box/matches,
-/obj/item/weapon/razor{
- pixel_x = -4;
- pixel_y = 2
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"byN" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/obj/item/clothing/mask/cigarette/cigar,
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/flask/gold,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCO" = (
-/obj/structure/chair/comfy/brown{
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"byO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
dir = 8
},
-/obj/effect/landmark/start{
- name = "Captain"
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"byP" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCP" = (
-/obj/machinery/light_switch{
- pixel_y = -28
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"byQ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCQ" = (
-/obj/machinery/door/airlock/command{
- name = "Captain's Quarters";
- req_access = null;
- req_access_txt = "20"
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/newscaster/security_unit{
- pixel_y = 30
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"byR" = (
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCS" = (
-/obj/item/device/radio/intercom{
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- freerange = 1;
- name = "Station Intercom (Command)";
- pixel_y = 24
- },
-/obj/machinery/suit_storage_unit/captain,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+ layer = 2.4;
+ on = 1
},
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"byS" = (
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"byT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/virology{
+ autoclose = 0;
+ frequency = 1449;
+ icon_state = "door_locked";
+ id_tag = "virology_airlock_interior";
+ locked = 1;
+ name = "Virology Interior Airlock";
+ req_access_txt = "39"
},
-/turf/open/floor/plating,
-/area/maintenance/fpmaint{
- name = "Medical Maintenance"
- })
-"bCU" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bCV" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- name = "Bridge Maintenance";
- req_access_txt = "19"
- },
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "Bridge"
+/obj/machinery/doorButtons/access_button{
+ idDoor = "virology_airlock_interior";
+ idSelf = "virology_airlock_control";
+ name = "Virology Access Button";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "39"
},
-/turf/open/floor/plating,
-/area/bridge)
-"bCW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/bridge)
-"bCX" = (
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"byU" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/closed/wall/r_wall,
-/area/bridge)
-"bCY" = (
-/obj/machinery/pdapainter,
-/obj/machinery/keycard_auth{
- pixel_x = -24
+/area/medical/virology)
+"byV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/whiteblue/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bCZ" = (
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bDa" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/darkblue/side{
+/area/medical/medbay)
+"byW" = (
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"byX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
},
-/area/crew_quarters/heads)
-"bDb" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- name = "Privacy Shutters"
+/area/medical/medbay)
+"byY" = (
+/turf/closed/wall,
+/area/medical/surgery)
+"byZ" = (
+/obj/structure/table/glass,
+/obj/item/device/flashlight/pen,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/weapon/lipstick/black,
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Personal Examination Room APC";
+ pixel_x = -25
},
-/obj/structure/window/reinforced/fulltile,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/crew_quarters/heads)
-"bDc" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Primary Tool Storage"
+/obj/item/weapon/reagent_containers/pill/morphine,
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bza" = (
+/obj/effect/decal/remains/human,
+/obj/structure/chair/office/dark{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bDd" = (
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bDe" = (
-/obj/structure/table,
-/obj/item/weapon/wirecutters,
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bDf" = (
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bzb" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/cmo,
+/obj/effect/decal/cleanable/blood/drip,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/clothing/mask/muzzle,
+/obj/effect/landmark{
+ name = "revenantspawn"
+ },
+/turf/open/floor/plasteel/black,
+/area/medical/exam_room)
+"bzc" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/item/weapon/shard,
+/obj/structure/sign/examroom{
+ pixel_x = -32
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bDg" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bDh" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/area/maintenance/aft)
+"bzd" = (
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway Central";
+ dir = 8;
+ network = list("SS13")
},
-/obj/item/clothing/under/suit_jacket/burgundy,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bDi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bze" = (
+/obj/structure/table,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bzf" = (
+/obj/machinery/computer/rdservercontrol,
+/turf/open/floor/plasteel/black,
+/area/toxins/server)
+"bzg" = (
+/obj/machinery/r_n_d/server/robotics,
+/turf/open/floor/bluegrid{
+ name = "Server Base";
+ initial_gas_mix = "n2=500;TEMP=80"
},
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bDj" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/area/toxins/server)
+"bzh" = (
+/obj/machinery/computer/mecha,
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = -26
},
-/obj/item/clothing/under/suit_jacket/tan,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bDk" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/airalarm{
+/turf/open/floor/plasteel/whitepurple/side{
+ dir = 10
+ },
+/area/crew_quarters/hor)
+"bzi" = (
+/obj/structure/table,
+/obj/item/device/aicard,
+/obj/item/weapon/circuitboard/aicore,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Research Director's Desk";
+ departmentType = 5;
+ name = "Research Director RC";
+ pixel_x = 0;
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/crew_quarters/hor)
+"bzj" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = -2;
+ pixel_y = 5;
+ tag = "every single paper bin is edited to this"
+ },
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen,
+/obj/item/weapon/stamp/rd,
+/obj/machinery/status_display{
+ density = 0;
+ pixel_y = -30;
+ supply_display = 0
+ },
+/obj/machinery/camera{
+ c_tag = "Research Director's Office";
dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+ network = list("SS13","RD")
},
-/obj/item/clothing/under/assistantformal,
-/turf/open/floor/carpet,
-/area/crew_quarters/sleep)
-"bDl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/whitepurple/side,
+/area/crew_quarters/hor)
+"bzk" = (
+/obj/structure/table,
+/obj/item/weapon/cartridge/signal/toxins,
+/obj/item/weapon/cartridge/signal/toxins{
+ pixel_x = -4;
+ pixel_y = 2
},
-/area/maintenance/starboard)
-"bDm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/item/weapon/cartridge/signal/toxins{
+ pixel_x = 4;
+ pixel_y = 6
+ },
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office.";
+ name = "Research Monitor";
+ network = list("RD","MiniSat");
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/whitepurple/side,
+/area/crew_quarters/hor)
+"bzl" = (
+/obj/machinery/newscaster{
+ pixel_y = -30
+ },
+/obj/machinery/modular_computer/console/preset/research,
+/turf/open/floor/plasteel/whitepurple/side{
dir = 6
},
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bDn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/crew_quarters/hor)
+"bzm" = (
+/turf/closed/wall/r_wall,
+/area/crew_quarters/hor)
+"bzn" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/science)
+"bzo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/science)
+"bzp" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/toxins/storage)
+"bzq" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_x = 32
},
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bzr" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bDo" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bDp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/medical/research{
+ name = "Research Division"
+ })
+"bzs" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/light,
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
+ dir = 1
},
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/ambrosia,
-/turf/open/floor/plating/warnplate{
- dir = 9
+/area/medical/research{
+ name = "Research Division"
+ })
+"bzt" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (NORTH)";
+ icon_state = "whitehall";
+ dir = 1
},
-/area/maintenance/starboard)
-"bDq" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/area/medical/research{
+ name = "Research Division"
+ })
+"bzu" = (
+/obj/structure/tank_dispenser,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzv" = (
+/obj/structure/closet/wardrobe/science_white,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzw" = (
+/obj/item/device/assembly/signaler{
+ pixel_x = 0;
+ pixel_y = 8
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/item/device/assembly/signaler{
+ pixel_x = -8;
+ pixel_y = 5
},
-/obj/structure/cable,
-/obj/machinery/power/smes/engineering,
-/turf/open/floor/plasteel/warning{
- dir = 5
+/obj/item/device/assembly/signaler{
+ pixel_x = 6;
+ pixel_y = 5
},
-/area/engine/engineering)
-"bDr" = (
-/obj/machinery/power/terminal{
- dir = 8
+/obj/item/device/assembly/signaler{
+ pixel_x = -2;
+ pixel_y = -2
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/white,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzx" = (
+/obj/item/device/transfer_valve{
+ pixel_x = -5
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/item/device/transfer_valve{
+ pixel_x = -5
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 0
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 0
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 5
+ },
+/obj/item/device/transfer_valve{
+ pixel_x = 5
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzy" = (
+/obj/item/device/assembly/timer{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 6;
+ pixel_y = -4
+ },
+/obj/item/device/assembly/timer{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzz" = (
+/obj/machinery/computer/turbine_computer{
+ id = "incineratorturbine"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel/warning{
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzA" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/engine/engineering)
-"bDs" = (
-/obj/structure/cable{
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzB" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzC" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bDt" = (
-/obj/structure/closet/crate{
- name = "solar pack crate"
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/solar_assembly,
-/obj/item/weapon/circuitboard/computer/solar_control,
-/obj/item/weapon/electronics/tracker,
-/obj/item/weapon/paper/solar,
-/obj/structure/cable{
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzD" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/research{
+ name = "Toxins Launch Room";
+ req_access_txt = "8"
+ },
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ color = "#330000";
dir = 4
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bDu" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bzE" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bDv" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10;
+ pixel_x = 0;
+ initialize_directions = 10
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bzF" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/structure/rack,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/turf/open/floor/plasteel/yellow/corner{
+/obj/machinery/power/terminal{
+ icon_state = "term";
dir = 1
},
-/area/engine/engineering)
-"bDw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bzG" = (
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bzH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bzI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bzJ" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/port{
+ name = "Monastery Maintenance"
+ })
+"bzK" = (
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (EAST)";
+ dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/area/toxins/mineral_storeroom)
+"bzL" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/delivery,
+/area/toxins/mineral_storeroom)
+"bzM" = (
+/obj/structure/closet/boxinggloves,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/area/maintenance/aft)
+"bzN" = (
+/obj/structure/closet/masks,
+/obj/item/trash/deadmouse,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bzO" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bzP" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bDx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bzQ" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bzR" = (
+/obj/structure/window/reinforced,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ on = 1
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "Singularity";
- name = "radiation shutters"
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bzS" = (
+/obj/structure/window/reinforced,
+/obj/effect/landmark{
+ name = "blobstart"
},
-/turf/open/floor/plasteel/bot,
-/area/engine/engineering)
-"bDy" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bzT" = (
+/obj/machinery/door/window/eastleft{
+ dir = 2;
+ name = "Monkey Pen";
+ req_one_access_txt = "39"
},
-/turf/open/floor/plating/warnplate{
- dir = 8
+/mob/living/carbon/monkey,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bzU" = (
+/obj/machinery/doorButtons/airlock_controller{
+ idExterior = "virology_airlock_exterior";
+ idInterior = "virology_airlock_interior";
+ idSelf = "virology_airlock_control";
+ name = "Virology Access Console";
+ pixel_x = 8;
+ pixel_y = 22;
+ req_access_txt = "39"
},
-/area/engine/engineering)
-"bDz" = (
+/obj/machinery/light_switch{
+ pixel_x = -4;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHWEST)";
+ icon_state = "whitegreen";
+ dir = 9
+ },
+/area/medical/virology)
+"bzV" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bDA" = (
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bDB" = (
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bDC" = (
-/obj/structure/particle_accelerator/particle_emitter/right{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bzW" = (
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 1;
+ name = "Virology APC";
+ pixel_x = 0;
+ pixel_y = 24
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bDD" = (
-/turf/open/floor/plating/warnplate{
- dir = 4
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/engine/engineering)
-"bDE" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
},
-/area/space)
-"bDF" = (
-/obj/machinery/the_singularitygen/tesla,
-/turf/open/floor/plating/airless/warnplate{
- dir = 1
+/area/medical/virology)
+"bzX" = (
+/obj/item/weapon/bedsheet/medical,
+/obj/structure/bed,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/area/space)
-"bDG" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 5
+/obj/structure/mirror{
+ pixel_x = -28
},
-/area/space)
-"bDH" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
+/obj/structure/curtain{
+ layer = 4.5
},
-/area/shuttle/supply)
-"bDI" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bzY" = (
+/obj/machinery/vending/wallmed{
+ pixel_y = 28;
+ products = list(/obj/item/weapon/reagent_containers/syringe = 3, /obj/item/weapon/reagent_containers/pill/patch/styptic = 1, /obj/item/weapon/reagent_containers/pill/patch/silver_sulf = 1, /obj/item/weapon/reagent_containers/spray/medical/sterilizer = 1)
},
-/area/shuttle/supply)
-"bDJ" = (
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/obj/machinery/light{
dir = 1
},
-/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"bDK" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bzZ" = (
+/obj/machinery/button/door{
+ id = "patientA";
+ name = "Privacy Shutters";
+ pixel_y = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Patient Room A";
dir = 2
},
-/area/shuttle/supply)
-"bDL" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil,
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bAa" = (
+/obj/machinery/door/airlock/medical{
+ name = "Patient Room A";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bAb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bAc" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 28
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/medbay)
+"bAd" = (
+/obj/machinery/limbgrower,
+/obj/item/weapon/reagent_containers/glass/beaker/synthflesh,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bAe" = (
+/obj/machinery/computer/med_data,
+/obj/machinery/status_display{
+ density = 0;
+ layer = 4;
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bAf" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bAg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/closed/wall,
+/area/medical/surgery)
+"bAh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/crew_quarters/hor)
+"bAi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
+/obj/structure/table,
+/obj/item/toy/cards/deck,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
})
-"bDM" = (
-/obj/machinery/camera{
- c_tag = "Chief Engineer's Office";
+"bAj" = (
+/obj/machinery/space_heater,
+/obj/machinery/light/small{
dir = 1
},
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/plasteel/neutral,
-/area/engine/chiefs_office)
-"bDN" = (
-/mob/living/simple_animal/mouse/brown/Tom,
-/turf/open/floor/plasteel,
-/area/quartermaster/qm)
-"bDO" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/quartermaster/qm)
-"bDP" = (
-/obj/structure/chair/office/dark,
-/obj/effect/landmark/start{
- name = "Quartermaster"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bAk" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bAl" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/quartermaster/qm)
-"bDQ" = (
-/turf/open/floor/plasteel,
-/area/quartermaster/qm)
-"bDR" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Quartermaster APC";
- pixel_x = 26
+/obj/effect/turf_decal/bot,
+/area/toxins/storage)
+"bAm" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
},
-/turf/open/floor/plasteel/brown{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/bot,
+/area/toxins/storage)
+"bAn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/area/quartermaster/qm)
-"bDS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/area/toxins/storage)
+"bAo" = (
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "External to Filter";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bAp" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bAq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/medical/research{
+ name = "Research Division"
})
-"bDT" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+"bAr" = (
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bAs" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/obj/machinery/button/door{
+ id = "turbinevent";
+ name = "Aft Vent Control";
+ pixel_x = 6;
+ pixel_y = -24;
+ req_access_txt = "0";
+ req_one_access_txt = "8;24"
+ },
+/obj/machinery/button/door{
+ id = "mixvent";
+ name = "Starboard Vent Control";
+ pixel_x = -6;
+ pixel_y = -24;
+ req_access_txt = "0";
+ req_one_access_txt = "8;24"
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bAt" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bDU" = (
+"bAu" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/obj/machinery/button/ignition{
+ id = "Incinerator";
+ pixel_x = -6;
+ pixel_y = -24
+ },
+/obj/machinery/doorButtons/airlock_controller{
+ idExterior = "incinerator_airlock_exterior";
+ idInterior = "incinerator_airlock_interior";
+ idSelf = "incinerator_access_control";
+ name = "Incinerator Access Console";
+ pixel_x = 6;
+ pixel_y = -26;
+ req_access_txt = "0"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bAv" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ name = "Incinerator Output Pump";
+ on = 0
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bAw" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bAx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bDV" = (
-/obj/structure/chair/office/dark{
- dir = 1
+/area/toxins/mineral_storeroom)
+"bAy" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
/turf/open/floor/plasteel,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bDW" = (
+/area/toxins/mineral_storeroom)
+"bAz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bAA" = (
/obj/item/device/radio/intercom{
- dir = 4;
+ dir = 8;
name = "Station Intercom (General)";
- pixel_x = 27
+ pixel_x = 28
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel/brown{
dir = 4
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bDX" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- name = "Detective's Office";
- req_access = null;
- req_access_txt = "4"
+/area/toxins/mineral_storeroom)
+"bAB" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/pen,
+/obj/machinery/camera{
+ c_tag = "Monastery Library";
+ dir = 4;
+ network = list("SS13","Monastery")
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/open/floor/plasteel/black,
+/area/library)
+"bAC" = (
+/obj/machinery/mineral/unloading_machine{
+ dir = 1;
+ icon_state = "unloader-corner";
+ input_dir = 1;
+ output_dir = 2
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/security/detectives_office)
-"bDY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/toxins/mineral_storeroom)
+"bAD" = (
+/obj/structure/table,
+/obj/item/device/flashlight/lamp,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bDZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bAE" = (
+/obj/machinery/vending/medical,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHWEST)";
+ icon_state = "whitegreen";
+ dir = 9
+ },
+/area/medical/virology)
+"bAF" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"bAG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
+ },
+/area/medical/virology)
+"bAH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ initialize_directions = 11
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
},
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bEa" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/medical/virology)
+"bAI" = (
+/obj/machinery/camera{
+ c_tag = "Virology";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/carpet,
-/area/security/detectives_office)
-"bEb" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- name = "Detective's Office";
- req_access = null;
- req_access_txt = "4"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Telecoms)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plasteel,
-/area/security/detectives_office)
-"bEc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
},
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/area/medical/virology)
+"bAJ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/turf/open/floor/plasteel/whitegreen/corner{
+ dir = 1
},
-/area/security/brig)
-"bEd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
+/area/medical/virology)
+"bAK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bAL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/whitegreen/corner{
dir = 4
},
-/area/security/brig)
-"bEe" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
+/area/medical/virology)
+"bAM" = (
+/obj/machinery/light{
+ dir = 1
},
-/turf/closed/wall/r_wall,
-/area/security/warden)
-"bEf" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/security/warden)
-"bEg" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 1
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/area/medical/virology)
+"bAN" = (
+/obj/structure/closet/l3closet/virology,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (NORTHEAST)";
+ icon_state = "whitegreen";
+ dir = 5
},
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/security/warden)
-"bEh" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/area/medical/virology)
+"bAO" = (
+/obj/structure/table,
+/obj/item/weapon/clipboard{
+ toppaper = null
},
-/obj/structure/window/reinforced/fulltile,
+/obj/item/weapon/pen{
+ layer = 3.1
+ },
+/obj/item/clothing/neck/stethoscope{
+ layer = 3.2
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bAP" = (
+/turf/open/floor/carpet,
+/area/library)
+"bAQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bAR" = (
/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "patientA";
+ name = "privacy shutters"
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
/turf/open/floor/plating,
-/area/security/warden)
-"bEi" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/fulltile,
+/area/medical/medbay)
+"bAS" = (
/obj/structure/grille,
+/obj/structure/window/fulltile,
/turf/open/floor/plating,
-/area/security/warden)
-"bEj" = (
-/turf/closed/wall/r_wall,
-/area/security/warden)
-"bEk" = (
+/area/medical/surgery)
+"bAT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
+ dir = 4;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/obj/machinery/keycard_auth{
- pixel_x = -25
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bAU" = (
+/obj/machinery/camera{
+ c_tag = "Medbay Recovery Room";
+ dir = 8;
+ network = list("SS13")
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bEl" = (
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bEm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bEn" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bEo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ freerange = 0;
+ frequency = 1485;
+ listening = 1;
+ name = "Station Intercom (Medbay)";
+ pixel_x = 28;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bAV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/closed/wall,
+/area/medical/surgery)
+"bAW" = (
+/obj/structure/closet/crate/freezer/blood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/bridge)
-"bEp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bAX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/structure/sink{
+ pixel_y = 28
},
-/area/bridge)
-"bEq" = (
-/turf/closed/wall,
-/area/bridge)
-"bEr" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
+/area/medical/surgery)
+"bAY" = (
/obj/machinery/light{
- dir = 8
+ dir = 1
},
/obj/machinery/camera{
- c_tag = "Head of Personnel's Office";
+ c_tag = "Surgery";
+ dir = 2;
+ network = list("SS13","Surgery")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bEs" = (
-/mob/living/simple_animal/pet/dog/corgi/Ian,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bEt" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/machinery/airalarm{
+ pixel_y = 22
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bEu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/obj/structure/closet/secure_closet/hop,
-/obj/item/weapon/storage/box/silver_ids,
-/turf/open/floor/plasteel/darkblue/side{
+/area/medical/surgery)
+"bAZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/crew_quarters/heads)
-"bEv" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/vending/wallmed{
+ pixel_y = 28;
+ products = list(/obj/item/weapon/reagent_containers/syringe = 3, /obj/item/weapon/reagent_containers/pill/patch/styptic = 1, /obj/item/weapon/reagent_containers/pill/patch/silver_sulf = 1, /obj/item/weapon/reagent_containers/spray/medical/sterilizer = 1)
},
-/obj/structure/cable,
-/obj/structure/grille,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop";
- name = "Privacy Shutters"
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 1
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/crew_quarters/heads)
-"bEw" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/bot,
-/area/storage/primary)
-"bEx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/area/medical/surgery)
+"bBa" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bEy" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bBb" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bEz" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/area/hallway/primary/aft)
+"bBc" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/item/device/t_scanner,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bEA" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bEB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bEC" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"bED" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/robot_debris,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bEE" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bBd" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/red/corner{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/security/brig)
-"bEF" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bEG" = (
-/obj/structure/grille,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bEH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/hydroponics/soil,
-/turf/open/floor/plating/warnplate{
- dir = 8
- },
-/area/maintenance/starboard)
-"bEI" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = -32
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/light{
- dir = 8
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bBe" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "24"
},
-/obj/machinery/power/port_gen/pacman,
-/obj/item/weapon/wrench,
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/yellow/side{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/engine/engineering)
-"bEJ" = (
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBf" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/warning/corner{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/engine/engineering)
-"bEK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBg" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bEL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBh" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Power Storage";
- req_access_txt = "11";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bEM" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the singularity chamber.";
- dir = 8;
- layer = 4;
- name = "Singularity Engine Telescreen";
- network = list("Singularity");
- pixel_x = 28
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/warning{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/engine/engineering)
-"bEN" = (
-/obj/machinery/light{
- dir = 8
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
},
-/obj/machinery/camera{
- c_tag = "Engineering Center";
- dir = 4
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBi" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plating/warnplate{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
},
-/area/engine/engineering)
-"bEO" = (
-/obj/structure/particle_accelerator/end_cap{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
/turf/open/floor/plating,
-/area/engine/engineering)
-"bEP" = (
-/obj/structure/particle_accelerator/fuel_chamber{
- dir = 4
- },
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBj" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
-/area/engine/engineering)
-"bEQ" = (
-/obj/structure/particle_accelerator/power_box{
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plating,
-/area/engine/engineering)
-"bER" = (
-/obj/structure/particle_accelerator/particle_emitter/center{
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plating,
-/area/engine/engineering)
-"bES" = (
-/obj/item/weapon/wirecutters,
-/turf/open/floor/plating/warnplate{
- dir = 4
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBm" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/area/engine/engineering)
-"bET" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 8
+/obj/effect/landmark{
+ name = "blobstart"
},
-/area/space)
-"bEU" = (
-/obj/item/weapon/wrench,
-/turf/open/floor/plating/airless,
-/area/space)
-"bEV" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 4
+/obj/item/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/space)
-"bEW" = (
-/obj/structure/lattice,
-/obj/item/device/radio/off,
-/turf/open/space,
-/area/space)
-"bEX" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"bEY" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"bEZ" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bBo" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/atmos{
+ name = "Toxins Storage";
+ req_access_txt = "24"
},
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"bFa" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bFb" = (
-/obj/machinery/computer/security/mining,
-/turf/open/floor/plasteel/brown{
- dir = 10
- },
-/area/quartermaster/qm)
-"bFc" = (
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/qm)
-"bFd" = (
-/obj/machinery/status_display{
- pixel_y = -32;
- supply_display = 1
+/turf/open/floor/plasteel,
+/area/toxins/storage)
+"bBp" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 2
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bBq" = (
+/obj/machinery/door/airlock/glass{
+ autoclose = 0;
+ frequency = 1449;
+ heat_proof = 1;
+ icon_state = "door_locked";
+ id_tag = "incinerator_airlock_interior";
+ locked = 1;
+ name = "Turbine Interior Airlock";
+ req_access_txt = "0";
+ req_one_access_txt = "8;24"
},
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/qm)
-"bFe" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/turf/open/floor/engine,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bBr" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bBs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bBt" = (
+/obj/structure/window/reinforced,
+/obj/machinery/doppler_array{
+ dir = 2
},
-/obj/machinery/light,
-/obj/structure/table,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/pen{
- pixel_x = 4;
- pixel_y = 4
+/turf/open/floor/plasteel{
+ dir = 2
},
-/obj/item/weapon/pen/red,
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/qm)
-"bFf" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -35
+/obj/effect/turf_decal/bot{
+ dir = 2
},
-/obj/structure/table,
-/obj/item/weapon/clipboard,
-/obj/item/weapon/stamp/qm,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/area/toxins/mineral_storeroom)
+"bBu" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "toxmineral";
+ name = "smelting conveyor"
},
-/turf/open/floor/plasteel/brown,
-/area/quartermaster/qm)
-"bFg" = (
-/obj/structure/filingcabinet,
/turf/open/floor/plasteel/brown{
- dir = 6
+ dir = 4
},
-/area/quartermaster/qm)
-"bFh" = (
-/obj/structure/filingcabinet,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/red/side{
- dir = 10
+/area/toxins/mineral_storeroom)
+"bBv" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/toxins/mineral_storeroom)
+"bBw" = (
+/obj/machinery/conveyor{
+ dir = 2;
+ id = "toxmineral"
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bFi" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/turf/open/floor/plating{
+ tag = "icon-warnplate (WEST)"
},
-/obj/item/weapon/screwdriver{
- pixel_y = 10
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/item/device/radio/off,
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bFj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Cargo Security APC";
- pixel_y = -26
- },
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Security Post - Cargo";
+/area/toxins/mineral_storeroom)
+"bBx" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/toxins/mineral_storeroom)
+"bBy" = (
+/obj/structure/chair/comfy/black,
+/obj/item/trash/pistachios,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bFk" = (
-/obj/machinery/computer/security/mining,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_y = -32
+/area/maintenance/aft)
+"bBz" = (
+/obj/structure/chair/comfy/black,
+/obj/item/stack/spacecash/c100,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bFl" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = -30
+/area/maintenance/aft)
+"bBA" = (
+/obj/structure/chair/comfy/black,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/newscaster{
- hitstaken = 1;
- pixel_x = 30
+/area/maintenance/aft)
+"bBB" = (
+/obj/structure/chair/comfy/black,
+/obj/item/weapon/cigbutt,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/area/maintenance/aft)
+"bBC" = (
+/obj/item/trash/popcorn,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bFm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "det_blast";
- layer = 2.9;
- name = "privacy door"
+/area/maintenance/aft)
+"bBD" = (
+/obj/structure/sign/poster{
+ pixel_x = 32;
+ pixel_y = 0
},
/turf/open/floor/plating,
-/area/security/detectives_office)
-"bFn" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
- },
-/obj/machinery/light_switch{
- pixel_y = -28
+/area/maintenance/aft)
+"bBE" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
},
-/obj/item/weapon/storage/briefcase{
- pixel_x = -3;
- pixel_y = 2
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bBF" = (
+/obj/structure/rack,
+/obj/item/weapon/cartridge/medical,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bBG" = (
+/obj/structure/table/glass,
+/obj/item/weapon/book/manual/wiki/infections,
+/obj/item/weapon/hand_labeler,
+/obj/item/device/radio/headset/headset_med,
+/obj/machinery/light{
+ dir = 8
},
-/obj/item/weapon/storage/secure/briefcase{
- pixel_x = 2;
- pixel_y = -2
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bFo" = (
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 8;
- pixel_y = -27
+/turf/open/floor/plasteel/whitegreen/side{
+ dir = 8
},
-/obj/machinery/camera{
- c_tag = "Detective's Office";
- dir = 1
+/area/medical/virology)
+"bBH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bBI" = (
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bBJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bFp" = (
-/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bBK" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bBL" = (
/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+ dir = 4;
+ pixel_x = 28
},
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bFq" = (
-/obj/structure/closet/secure_closet/detective,
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bFr" = (
-/obj/item/device/taperecorder,
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
-"bFs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/sink{
+ dir = 4;
+ icon_state = "sink";
+ pixel_x = 11;
+ pixel_y = 0
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/area/medical/virology)
+"bBM" = (
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = -30;
+ pixel_y = 0;
+ pixel_z = 0
},
-/area/security/brig)
-"bFt" = (
-/obj/machinery/computer/prisoner,
-/obj/machinery/light{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_x = -30
+/area/medical/medbay)
+"bBN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bFu" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "briggate";
- name = "Brig Lockdown";
- pixel_x = 6;
- pixel_y = -2;
- req_access_txt = "0"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
-/obj/machinery/button/door{
- id = "Secure Gate";
- name = "Cell Shutters";
- pixel_x = 6;
- pixel_y = 8;
+/area/medical/medbay)
+"bBO" = (
+/obj/machinery/door/airlock/glass_medical{
+ id_tag = null;
+ name = "Recovery Room";
req_access_txt = "0"
},
-/obj/machinery/button/door{
- id = "Prison Gate";
- name = "Prison Wing Lockdown";
- pixel_x = -6;
- pixel_y = 8;
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bFv" = (
-/obj/structure/table,
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bFw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/closet/l3closet,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bFx" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bBP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bFy" = (
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bFz" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bBQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bFA" = (
-/obj/machinery/flasher/portable,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bFB" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bBR" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical{
+ name = "Surgery";
+ req_access_txt = "45"
},
-/obj/machinery/power/apc{
- cell_type = 5000;
- dir = 1;
- name = "Armory APC";
- pixel_y = 25
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/flasher/portable,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bFC" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = 25
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bBS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
-/obj/machinery/suit_storage_unit/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bFD" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
},
-/obj/machinery/suit_storage_unit/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bFE" = (
-/obj/structure/rack,
-/obj/item/weapon/grenade/barrier{
- pixel_x = -4;
- pixel_y = 4
+/area/medical/surgery)
+"bBT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/item/weapon/grenade/barrier,
-/obj/item/weapon/grenade/barrier{
- pixel_x = 4;
- pixel_y = -4
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bBU" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bBV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bBW" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bFF" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/handcuffs,
-/obj/item/weapon/storage/box/flashbangs{
- pixel_x = -2;
- pixel_y = -2
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bFG" = (
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Captain's Desk";
- departmentType = 5;
- name = "Captain RC";
- pixel_x = -30
+/area/medical/surgery)
+"bBX" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Surgery Maintenance";
+ req_access_txt = "45"
},
-/obj/item/weapon/card/id/captains_spare,
-/obj/item/weapon/hand_tele,
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bFH" = (
-/obj/structure/chair/comfy/brown{
- dir = 2
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/effect/landmark/start{
- name = "Captain"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bFI" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bFJ" = (
-/obj/machinery/computer/card,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bFK" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFL" = (
+/turf/open/floor/plating,
+/area/medical/surgery)
+"bBY" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bFN" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-12"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/darkblue/corner,
-/area/bridge)
-"bFO" = (
-/turf/closed/wall,
-/area/crew_quarters/heads)
-"bFP" = (
-/obj/machinery/newscaster/security_unit{
- pixel_x = -32
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bBZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bFQ" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bFR" = (
+/area/hallway/primary/aft)
+"bCa" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bFS" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
- },
-/area/crew_quarters/heads)
-"bFT" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bCb" = (
/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/flasher{
- id = "hopflash";
- pixel_x = -28;
- pixel_y = 0
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bFU" = (
-/turf/open/floor/plasteel/red/corner{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bFV" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/firstaid,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bFW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bFX" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bCc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bFY" = (
-/obj/structure/table,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Primary Tool Storage APC";
- pixel_x = 25
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/camera{
- c_tag = "Primary Tool Storage";
- dir = 8
- },
-/obj/item/device/assembly/igniter{
- pixel_x = -8;
- pixel_y = -4
- },
-/obj/item/device/assembly/igniter,
-/obj/item/weapon/screwdriver{
- pixel_y = 16
- },
+/turf/closed/wall,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bFZ" = (
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/storage/primary)
-"bGa" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCf" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bGb" = (
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 9
},
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCj" = (
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/plating,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
+ })
+"bCk" = (
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bCl" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Atmospherics APC";
+ pixel_x = -24
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
+/area/atmos)
+"bCm" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/airalarm{
+ dir = 2;
+ pixel_y = 22
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
+/area/atmos)
+"bCn" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Security's Desk";
+ departmentType = 5;
+ name = "Head of Security RC";
+ pixel_x = 0;
+ pixel_y = 30
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGe" = (
+/area/atmos)
+"bCo" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor5"
- },
-/obj/item/weapon/folder,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/camera{
+ c_tag = "Atmospherics Toxins";
+ dir = 2;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
+/area/atmos)
+"bCp" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/atmos)
+"bCq" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/area/maintenance/fsmaint2)
-"bGh" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/atmos)
+"bCr" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/wrench,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/atmos)
+"bCs" = (
+/obj/machinery/bookbinder,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bCt" = (
+/obj/structure/grille,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bCu" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 2;
+ on = 1;
+ target_pressure = 101.325
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/doorButtons/access_button{
+ idDoor = "incinerator_airlock_exterior";
+ idSelf = "incinerator_access_control";
+ layer = 3.1;
+ name = "Incinerator airlock control";
+ pixel_x = 8;
+ pixel_y = -24
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/engine,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bCv" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/engine,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bCw" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ on = 1;
+ target_pressure = 101.325
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/doorButtons/access_button{
+ idSelf = "incinerator_access_control";
+ idDoor = "incinerator_airlock_interior";
+ name = "Incinerator airlock control";
+ pixel_x = -8;
+ pixel_y = 24
},
-/area/maintenance/fsmaint2)
-"bGj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/engine,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bCx" = (
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the test chamber.";
+ dir = 2;
+ layer = 4;
+ name = "Test Chamber Telescreen";
+ network = list("Toxins");
+ pixel_x = 0;
+ pixel_y = -32
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bCy" = (
+/obj/machinery/button/massdriver{
+ dir = 2;
+ id = "toxinsdriver";
+ pixel_y = -24
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/loadingarea{
+ tag = "icon-loadingarea (EAST)";
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bGk" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/area/toxins/mineral_storeroom)
+"bCz" = (
+/obj/machinery/mass_driver{
+ id = "toxinsdriver"
},
-/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
+ },
+/obj/machinery/door/window/southleft{
+ dir = 8;
+ name = "Mass Driver Door";
+ req_access_txt = "7"
},
-/obj/effect/decal/cleanable/cobweb2,
/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+ tag = "icon-plating_warn_end (NORTH)";
+ icon_state = "plating_warn_end"
},
-/area/maintenance/starboard)
-"bGl" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/closet/crate/hydroponics,
-/obj/item/weapon/storage/bag/plants/portaseeder,
-/obj/item/weapon/cultivator,
-/obj/item/seeds/corn,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bGm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/area/toxins/mineral_storeroom)
+"bCA" = (
+/obj/machinery/light{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/brown{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/area/toxins/mineral_storeroom)
+"bCB" = (
+/obj/machinery/mineral/processing_unit_console,
+/turf/closed/wall,
+/area/toxins/mineral_storeroom)
+"bCC" = (
+/obj/machinery/mineral/processing_unit{
+ dir = 1;
+ output_dir = 2
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bGn" = (
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/toxins/mineral_storeroom)
+"bCD" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
dir = 8;
- icon_state = "pipe-c"
+ icon_state = "left";
+ name = "Arena"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/structure/chair/stool,
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bCE" = (
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bGo" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bGp" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/wheat,
-/turf/open/floor/plating/warnplate{
- dir = 8
+/mob/living/simple_animal/chicken{
+ name = "Bloodthirsty Peckins"
},
-/area/maintenance/starboard)
-"bGq" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- cell_type = 15000;
- dir = 8;
- name = "Engineering APC";
- pixel_x = -27
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bCF" = (
+/obj/structure/window/reinforced{
+ dir = 1
},
-/turf/open/floor/plasteel/yellow/side{
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bCG" = (
+/obj/structure/window/reinforced{
dir = 4
},
-/area/engine/engineering)
-"bGr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel/caution/corner{
- dir = 8
- },
-/area/engine/engineering)
-"bGs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bGt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bCH" = (
+/obj/item/stack/medical/gauze,
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8";
- tag = ""
+/area/maintenance/aft)
+"bCI" = (
+/obj/structure/light_construct{
+ tag = "icon-tube-construct-stage1 (EAST)";
+ icon_state = "tube-construct-stage1";
+ dir = 4
},
/turf/open/floor/plating,
-/area/engine/engineering)
-"bGu" = (
-/obj/machinery/particle_accelerator/control_box,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
+/area/maintenance/aft)
+"bCJ" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
/turf/open/floor/plating,
-/area/engine/engineering)
-"bGv" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Station Engineer"
+/area/medical/virology)
+"bCK" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Isolation B";
+ req_access_txt = "39"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bGw" = (
-/obj/structure/particle_accelerator/particle_emitter/left{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bCL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_virology{
+ name = "Isolation A";
+ req_access_txt = "39"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bGx" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bCM" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bCN" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (WEST)";
+ icon_state = "manifold";
+ dir = 8
},
-/area/space)
-"bGy" = (
-/obj/machinery/the_singularitygen,
-/turf/open/floor/plating/airless/warnplate,
-/area/space)
-"bGz" = (
-/turf/open/floor/plating/airless/warnplate{
- dir = 6
+/obj/machinery/computer/pandemic,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bCO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
},
-/area/space)
-"bGA" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bCP" = (
+/obj/machinery/smartfridge/chemistry/virology,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/area/medical/virology)
+"bCQ" = (
+/obj/structure/bookcase/random/reference,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bCR" = (
+/obj/machinery/button/door{
+ id = "patientB";
+ name = "Privacy Shutters";
+ pixel_y = 25
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bGB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Patient Room B";
+ dir = 2
},
-/turf/closed/wall,
-/area/quartermaster/qm)
-"bGC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/quartermaster/qm)
-"bGD" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/closed/wall,
-/area/quartermaster/qm)
-"bGE" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bCS" = (
+/obj/machinery/door/airlock/medical{
+ name = "Patient Room B";
+ req_access_txt = "5"
},
-/turf/closed/wall,
-/area/quartermaster/qm)
-"bGF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bGG" = (
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bCT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+ dir = 4
},
-/turf/closed/wall,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bGH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/security/checkpoint/supply{
- name = "Security Post - Cargo"
- })
-"bGI" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/brown/corner{
- dir = 1
+/obj/effect/landmark/event_spawn,
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay)
+"bCU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bGJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bGK" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/area/medical/medbay)
+"bCV" = (
+/obj/structure/bed/roller,
+/obj/machinery/iv_drip{
+ density = 0
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bGL" = (
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bCW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bCX" = (
+/obj/structure/bed,
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bCY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
-/area/security/brig)
-"bGM" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/area/medical/surgery)
+"bCZ" = (
+/obj/structure/table/optable,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/warden)
-"bGN" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bGO" = (
-/obj/structure/chair/office/dark{
- dir = 8
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bDa" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Surgery APC";
+ pixel_x = 26;
+ pixel_y = 0
},
-/obj/effect/landmark/start{
- name = "Warden"
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bGP" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
+ },
+/area/medical/surgery)
+"bDb" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bGQ" = (
-/obj/structure/rack,
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/clothing/mask/gas/sechailer,
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/clothing/mask/gas/sechailer{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/machinery/camera{
- c_tag = "Brig Control Room";
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bDc" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
dir = 8
},
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/clothing/glasses/sunglasses{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -2
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bGR" = (
+/area/hallway/primary/aft)
+"bDd" = (
+/obj/machinery/door/firedoor,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/vehicle/secway,
-/turf/open/floor/plasteel/warning{
- dir = 9
- },
-/area/security/warden)
-"bGS" = (
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/security/warden)
-"bGT" = (
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel/warning{
- dir = 1
- },
-/area/security/warden)
-"bGU" = (
-/turf/open/floor/plasteel/warning{
- dir = 5
- },
-/area/security/warden)
-"bGV" = (
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bGW" = (
-/obj/item/device/flashlight/lamp/green,
-/obj/structure/table/wood,
-/obj/structure/window/reinforced,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bDe" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bDf" = (
+/turf/closed/wall,
+/area/maintenance/maintcentral{
+ name = "Atmospherics Maintenance"
})
-"bGX" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+"bDg" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
},
-/obj/item/weapon/pen,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/stamp/captain,
-/obj/structure/table/wood,
-/obj/machinery/door/window{
- base_state = "right";
- icon_state = "right";
- name = "Captain's Desk";
- req_access_txt = "20"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bGY" = (
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/coin/plasma,
-/obj/structure/table/wood,
-/obj/structure/window/reinforced,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bGZ" = (
-/obj/machinery/recharger,
-/obj/item/weapon/melee/chainofcommand,
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/table/wood,
-/obj/structure/window/reinforced,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bHa" = (
-/obj/machinery/door/window{
- base_state = "right";
- icon_state = "right";
- name = "Captain's Desk";
- req_access_txt = "20"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bHb" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
+/turf/open/floor/plating,
+/area/atmos)
+"bDh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bDi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bDj" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
},
+/turf/open/floor/plasteel,
+/area/atmos)
+"bDk" = (
+/obj/structure/bookcase/random/nonfiction,
/turf/open/floor/plasteel/black,
-/area/bridge)
-"bHc" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/area/library)
+"bDl" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
},
+/turf/open/floor/plasteel,
+/area/atmos)
+"bDm" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bHd" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
},
+/turf/open/floor/plasteel,
+/area/atmos)
+"bDn" = (
+/obj/structure/bookcase/random/fiction,
/turf/open/floor/plasteel/black,
-/area/bridge)
-"bHe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/library)
+"bDo" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix Outlet Pump";
+ on = 0
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
+/area/atmos)
+"bDp" = (
/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
},
+/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bHf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/atmos)
+"bDq" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/obj/structure/disposalpipe/segment{
+/turf/open/space,
+/area/space)
+"bDr" = (
+/obj/machinery/atmospherics/pipe/simple{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bHg" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
+/obj/structure/grille,
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bDs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bHh" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bHi" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bHj" = (
-/obj/machinery/computer/cargo/request,
-/turf/open/floor/plasteel/delivery,
-/area/quartermaster/storage)
-"bHk" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hopqueue";
- name = "HoP Queue Shutters"
- },
-/turf/open/floor/plasteel/loadingarea{
- dir = 8
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "mix_in";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bHl" = (
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bDt" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Waste Tank"
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bHm" = (
-/obj/structure/table,
-/obj/item/weapon/crowbar,
-/obj/item/device/assembly/prox_sensor{
- pixel_x = -8;
- pixel_y = 4
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bDu" = (
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bDv" = (
+/obj/machinery/door/airlock/glass{
+ autoclose = 0;
+ frequency = 1449;
+ heat_proof = 1;
+ icon_state = "door_locked";
+ id_tag = "incinerator_airlock_exterior";
+ locked = 1;
+ name = "Turbine Exterior Airlock";
+ req_access_txt = "0";
+ req_one_access_txt = "8;24"
},
-/obj/item/clothing/gloves/color/fyellow,
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bHn" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bHo" = (
-/obj/structure/table,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/obj/item/device/multitool,
-/obj/item/device/multitool{
- pixel_x = 4
- },
-/obj/machinery/requests_console{
- department = "Tool Storage";
- pixel_x = 30
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bHp" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/engine,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bDw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ req_access_txt = "8";
+ req_one_access_txt = "0"
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/toxins/mineral_storeroom)
+"bDx" = (
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_x = 0
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ on = 1
},
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_animal/mouse/brown,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/area/toxins/mineral_storeroom)
+"bDy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/structure/closet/wardrobe/grey,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHu" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/closed/wall,
-/area/maintenance/starboard)
-"bHv" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/toxins/mineral_storeroom)
+"bDz" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
},
-/area/maintenance/starboard)
-"bHw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/storage/bag/ore,
+/obj/item/weapon/storage/bag/ore,
+/turf/open/floor/plasteel,
+/area/toxins/mineral_storeroom)
+"bDA" = (
+/turf/open/floor/plasteel/loadingarea{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/area/toxins/mineral_storeroom)
+"bDB" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "toxmineral"
},
+/obj/structure/plasticflaps,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bHx" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/area/toxins/mineral_storeroom)
+"bDC" = (
+/obj/machinery/conveyor{
+ dir = 10;
+ icon_state = "conveyor0";
+ id = "toxmineral"
},
+/obj/machinery/light/small,
/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
- },
-/area/maintenance/starboard)
-"bHy" = (
-/obj/machinery/door/poddoor{
- id = "Secure Storage";
- name = "secure storage"
+ tag = "icon-warnplatecorner (EAST)"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bHz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
},
-/obj/machinery/vending/engivend,
-/turf/open/floor/plasteel/yellow/side{
+/area/toxins/mineral_storeroom)
+"bDD" = (
+/obj/structure/window/reinforced{
dir = 8
},
-/area/engine/engineering)
-"bHA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bHB" = (
-/turf/open/floor/plating/warnplate{
- dir = 10
- },
-/area/engine/engineering)
-"bHC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDE" = (
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/turf/open/floor/plating/warnplate,
-/area/engine/engineering)
-"bHD" = (
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDF" = (
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDG" = (
+/obj/structure/window/reinforced{
+ dir = 4
},
-/obj/item/weapon/crowbar,
-/obj/machinery/button/door{
- id = "Singularity";
- name = "Shutters Control";
- pixel_x = 0;
- pixel_y = -25;
- req_access_txt = "11"
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bDH" = (
+/obj/structure/mineral_door/wood{
+ name = "The Roosterdome"
},
-/turf/open/floor/plating/warnplate,
-/area/engine/engineering)
-"bHE" = (
-/turf/open/floor/plating/warnplate,
-/area/engine/engineering)
-"bHF" = (
-/turf/open/floor/plating/warnplate{
- dir = 6
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bDI" = (
+/obj/structure/barricade/wooden,
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bDJ" = (
+/obj/item/weapon/bedsheet/medical,
+/obj/structure/bed,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/area/engine/engineering)
-"bHG" = (
-/obj/item/clothing/head/hardhat,
-/turf/open/space,
-/area/space)
-"bHH" = (
-/obj/item/weapon/screwdriver,
-/turf/open/floor/plating/airless,
-/area/space)
-"bHI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bDK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bDL" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/medical,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/turf/closed/wall,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHJ" = (
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bDM" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/dropper,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bDN" = (
+/obj/effect/landmark/start{
+ name = "Virologist"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/chair/office/light{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bDO" = (
+/obj/structure/table/glass,
+/obj/item/clothing/gloves/color/latex,
+/obj/machinery/requests_console{
+ department = "Virology";
+ name = "Virology Requests Console";
+ pixel_x = 32
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/storage/box/monkeycubes{
+ layer = 3.1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 1;
+ layer = 3
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (EAST)";
+ icon_state = "whitegreen";
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/area/medical/virology)
+"bDP" = (
+/obj/structure/chair/office/light{
+ dir = 8
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHL" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/freezer,
+/area/medical/medbay)
+"bDQ" = (
+/obj/structure/shuttle/engine/propulsion/burst,
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/abandoned)
+"bDR" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "patientB";
+ name = "privacy shutters"
},
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/item/stack/sheet/cardboard,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHN" = (
+/area/medical/medbay)
+"bDS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/ash,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/area/medical/medbay)
+"bDT" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/space,
+/area/space)
+"bDU" = (
+/obj/machinery/light{
dir = 4
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
+ dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/medical/medbay)
+"bDV" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/freezer,
+/area/medical/surgery)
+"bDW" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/obj/item/clothing/suit/apron/surgical,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 8
},
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/area/medical/surgery)
+"bDX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bDY" = (
+/obj/effect/landmark/start{
+ name = "Medical Doctor"
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bDZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"bEa" = (
+/obj/structure/table,
+/obj/item/weapon/surgical_drapes,
+/turf/open/floor/plasteel/whiteblue/side{
+ tag = "icon-whiteblue (EAST)";
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/medical/surgery)
+"bEb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bEc" = (
+/turf/closed/wall,
+/area/hallway/primary/aft)
+"bEd" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
},
-/obj/item/weapon/shard,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHU" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/hallway/primary/aft)
+"bEe" = (
+/obj/machinery/vending/cola,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 1
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/hallway/primary/aft)
+"bEf" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "applebush";
+ layer = 4.1
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHW" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/yellow/corner{
dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/hallway/primary/aft)
+"bEg" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bHY" = (
-/turf/open/floor/plasteel/bot,
-/area/crew_quarters/sleep)
-"bHZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- initialize_directions = 11
+/area/hallway/primary/aft)
+"bEh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ icon_state = "intact";
+ dir = 10
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bIa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bEi" = (
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/red/corner{
- dir = 4
+/area/atmos)
+"bEj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bIb" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "briggate";
- name = "security blast door"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/obj/machinery/door/airlock/glass_security{
- id_tag = "outerbrig";
- name = "Brig";
- req_access_txt = "63"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/atmos)
+"bEk" = (
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ layer = 2.4;
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
-/area/security/brig)
-"bIc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/atmos)
+"bEl" = (
+/obj/machinery/computer/atmos_control,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
- dir = 5
+/area/atmos)
+"bEm" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/area/security/brig)
-"bId" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/atmos)
+"bEn" = (
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "waste_meter";
+ name = "Waste Loop"
},
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
-/area/security/brig)
-"bIe" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/area/atmos)
+"bEo" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Distro to Waste";
+ on = 0
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
-/area/security/brig)
-"bIf" = (
-/obj/machinery/camera{
- c_tag = "Brig West"
+/area/atmos)
+"bEp" = (
+/obj/machinery/meter{
+ frequency = 1441;
+ id_tag = "distro_meter";
+ name = "Distribution Loop"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/visible,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
+/area/atmos)
+"bEq" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/visible{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
dir = 1
},
-/area/security/brig)
-"bIg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/atmos)
+"bEr" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Mix to Distro";
+ on = 0
},
-/turf/open/floor/plasteel/red/corner{
+/turf/open/floor/plasteel/yellow/side{
dir = 1
},
-/area/security/brig)
-"bIh" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/area/atmos)
+"bEs" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
dir = 4
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bEt" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
dir = 4
},
-/area/security/brig)
-"bIi" = (
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/turf/open/space,
+/area/space)
+"bEu" = (
+/obj/machinery/door/poddoor{
+ id = "chapelgun";
+ name = "mass driver door"
},
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/security/warden)
-"bIj" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bIk" = (
+/area/chapel/main{
+ name = "Monastery"
+ })
+"bEv" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bIl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel,
+/area/atmos)
+"bEw" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bIm" = (
-/obj/structure/closet/secure_closet/warden,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bIn" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/chemimp{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/storage/box/trackimp,
-/obj/item/weapon/storage/lockbox/loyalty,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bIo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bEx" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
},
-/turf/open/floor/plasteel/warning{
+/obj/structure/window/reinforced{
dir = 8
},
-/area/security/warden)
-"bIp" = (
-/turf/open/floor/plasteel,
-/area/security/warden)
-"bIq" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun{
- pixel_x = -3;
- pixel_y = 3
+/turf/open/space,
+/area/space)
+"bEy" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "mix_in";
+ name = "Gas Mix Tank Control";
+ output_tag = "mix_in";
+ sensors = list("mix_sensor" = "Tank")
},
-/obj/item/weapon/gun/energy/gun,
-/obj/item/weapon/gun/energy/gun{
- pixel_x = 3;
- pixel_y = -3
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/turf/open/floor/plasteel/bot{
- dir = 2
+/area/atmos)
+"bEz" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bEA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/airless,
+/area/atmos)
+"bEB" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "mix_sensor"
},
-/area/security/warden)
-"bIr" = (
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bEC" = (
+/obj/machinery/light/small{
dir = 4
},
-/area/security/warden)
-"bIs" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/item/clothing/head/helmet/riot,
-/obj/item/clothing/head/helmet/riot,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bIt" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/light{
- dir = 8
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bED" = (
+/obj/machinery/door/poddoor{
+ id = "mixvent";
+ name = "Starboard Vent"
},
-/obj/structure/disposalpipe/trunk{
- dir = 4
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bEE" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "inc_in"
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bIu" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+"bEF" = (
+/obj/machinery/igniter{
+ icon_state = "igniter0";
+ id = "Incinerator";
+ luminosity = 2;
+ on = 0
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
})
-"bIv" = (
-/obj/machinery/light{
- dir = 4
+"bEG" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 0;
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
},
-/obj/machinery/camera{
- c_tag = "Captain's Office";
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bEH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/light/small{
dir = 8
},
-/obj/machinery/power/apc{
- dir = 4;
- name = "Captain's Office APC";
- pixel_x = 26
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32;
+ pixel_y = 0
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plating,
+/area/toxins/mineral_storeroom)
+"bEI" = (
+/obj/structure/closet/emcloset{
+ anchored = 1;
+ desc = "It's a storage unit for emergency breath masks and O2 tanks, and is securely bolted in place.";
+ name = "anchored emergency closet"
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bIw" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets,
-/obj/machinery/newscaster{
- pixel_x = -26
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bIx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/toxins/mineral_storeroom)
+"bEJ" = (
+/obj/machinery/door/poddoor{
+ id = "toxinsdriver";
+ name = "toxins launcher bay door"
},
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bIy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/toxins/mineral_storeroom)
+"bEK" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bEL" = (
+/obj/item/stack/spacecash/c10,
/turf/open/floor/plasteel/black,
-/area/bridge)
-"bIz" = (
-/turf/open/floor/plasteel/darkblue/corner{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/area/bridge)
-"bIA" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
+/area/maintenance/aft)
+"bEM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bEN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 1;
- name = "Prison Monitor";
- network = list("Prison");
- pixel_y = -30
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/machinery/vending/cart{
- req_access_txt = "57"
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bEO" = (
+/obj/structure/table,
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/glasses/hud/health,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"bEP" = (
+/turf/open/floor/plasteel/whitegreen/corner,
+/area/medical/virology)
+"bEQ" = (
+/obj/structure/table/glass,
+/obj/item/weapon/storage/box/beakers{
+ pixel_x = 4;
+ pixel_y = 4
},
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bIB" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Head of Personnel APC";
- pixel_y = -24
+/obj/item/weapon/storage/box/syringes,
+/obj/structure/reagent_dispensers/virusfood{
+ density = 0;
+ pixel_x = 32;
+ pixel_y = 0
},
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bIC" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"bID" = (
-/obj/structure/filingcabinet/chestdrawer,
-/turf/open/floor/plasteel/darkblue/side{
+/obj/item/weapon/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (SOUTHEAST)";
+ icon_state = "whitegreen";
dir = 6
},
-/area/crew_quarters/heads)
-"bIE" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads)
-"bIF" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bIG" = (
-/turf/open/floor/plasteel/red/corner{
- dir = 1
+/area/medical/virology)
+"bER" = (
+/obj/machinery/vending/cigarette,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 10
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bIH" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/bot,
-/area/storage/primary)
-"bII" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/area/medical/medbay)
+"bES" = (
+/obj/machinery/light,
+/obj/item/weapon/soap/nanotrasen,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/weapon/gun/syringe,
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/whiteblue/side,
+/area/medical/medbay)
+"bET" = (
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/whiteblue/side{
+ dir = 6
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bIJ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/medical/medbay)
+"bEU" = (
+/obj/structure/table,
+/obj/item/weapon/hemostat,
+/obj/item/stack/medical/gauze,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bEV" = (
+/obj/structure/table,
+/obj/item/weapon/surgicaldrill,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bEW" = (
+/obj/structure/table,
+/obj/item/weapon/scalpel{
+ pixel_y = 12
},
-/turf/open/floor/plasteel,
-/area/storage/primary)
-"bIK" = (
+/obj/item/weapon/circular_saw,
+/obj/machinery/light,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bEX" = (
/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/item/weapon/cautery{
+ pixel_x = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bIL" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/weapon/razor{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bEY" = (
+/obj/structure/table,
+/obj/item/weapon/retractor,
+/turf/open/floor/plasteel/whiteblue,
+/area/medical/surgery)
+"bEZ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/window{
- dir = 1
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFb" = (
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway Atmospherics";
+ dir = 2;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIN" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIO" = (
-/obj/machinery/light/small{
- dir = 8
+/obj/item/device/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Telecoms)";
+ pixel_x = 0;
+ pixel_y = 26
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib6"
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIP" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFd" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
},
-/area/maintenance/starboard)
-"bIQ" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/escape{
+ dir = 10
},
-/obj/structure/bed,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIR" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/area/hallway/primary/aft)
+"bFe" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bFf" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "External to Filter";
+ on = 1
},
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFg" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/area/maintenance/starboard)
-"bIS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
},
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFh" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/fsmaint2)
-"bIT" = (
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sortType = 4
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFi" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFj" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFk" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air to Distro";
+ on = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bIW" = (
-/obj/machinery/power/emitter,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bIX" = (
-/obj/machinery/shieldgen,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bIY" = (
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFl" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"bIZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bJa" = (
+/area/atmos)
+"bFm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
/turf/closed/wall,
/area/maintenance/port{
- name = "Chapel Maintenance"
+ name = "Monastery Maintenance"
})
-"bJb" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bJc" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
+"bFn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
+/turf/closed/wall,
/area/maintenance/port{
- name = "Chapel Maintenance"
+ name = "Monastery Maintenance"
})
-"bJd" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
+"bFo" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bJe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall,
/area/maintenance/port{
- name = "Chapel Maintenance"
+ name = "Monastery Maintenance"
})
-"bJf" = (
-/turf/closed/wall,
-/area/lawoffice)
-"bJg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/lawoffice)
-"bJh" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
+"bFq" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bJi" = (
-/obj/effect/landmark/start{
- name = "Assistant"
+/area/atmos)
+"bFr" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bJj" = (
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/atmos)
+"bFs" = (
/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bFt" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/space,
+/area/space)
+"bFu" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "mix_in";
+ pixel_y = 1
+ },
+/turf/open/floor/engine/vacuum,
+/area/atmos)
+"bFv" = (
+/obj/structure/cable/yellow,
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Turbine Chamber";
+ dir = 4;
+ network = list("Turbine")
+ },
+/obj/machinery/power/compressor{
+ comp_id = "incineratorturbine";
+ dir = 1;
+ luminosity = 2
+ },
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bFw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plating,
+/area/toxins/mineral_storeroom)
+"bFx" = (
+/obj/item/stack/medical/bruise_pack,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bFy" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bFz" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bFA" = (
+/obj/structure/window/reinforced,
+/mob/living/simple_animal/chicken{
+ name = "Killer Cluck"
+ },
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bFB" = (
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ icon_state = "left";
+ name = "Arena"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/chair/stool,
+/turf/open/floor/engine,
+/area/maintenance/aft)
+"bFC" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bFD" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/item/weapon/reagent_containers/syringe,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bFE" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white{
+ pixel_y = 4
+ },
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bFF" = (
+/obj/structure/table/glass,
+/obj/item/weapon/folder/white{
+ pixel_y = 4
+ },
+/obj/item/weapon/pen/red,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bFG" = (
+/obj/structure/table/glass,
+/obj/item/weapon/reagent_containers/dropper,
+/obj/item/weapon/reagent_containers/syringe,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/freezer,
+/area/medical/virology)
+"bFH" = (
+/obj/structure/table,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/virology)
+"bFI" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/table,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
+ },
+/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/whitegreen/side,
+/area/medical/virology)
+"bFJ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
+ },
+/turf/open/floor/plasteel/whitegreen/side{
+ tag = "icon-whitegreen (SOUTHEAST)";
+ icon_state = "whitegreen";
+ dir = 6
+ },
+/area/medical/virology)
+"bFK" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bFL" = (
+/obj/structure/closet/firecloset,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bFM" = (
+/obj/structure/chair,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bFN" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bFO" = (
/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/door/poddoor/preopen{
- id = "briggate";
- name = "security blast door"
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
/turf/open/floor/plating,
-/area/security/brig)
-"bJk" = (
+/area/maintenance/aft)
+"bFP" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/area/security/brig)
-"bJl" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "briggate";
- name = "security blast door"
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12"
},
/turf/open/floor/plating,
-/area/security/brig)
-"bJm" = (
+/area/maintenance/aft)
+"bFQ" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bJn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bFR" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel,
-/area/security/brig)
-"bJo" = (
+/area/hallway/primary/aft)
+"bFS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
- icon_state = "pipe-c"
+ on = 1
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bFU" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
-/area/security/brig)
-"bJp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/arrival{
+ tag = "icon-arrival (NORTHWEST)";
+ icon_state = "arrival";
+ dir = 9
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/hallway/primary/aft)
+"bFV" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bFW" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Air to External";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFX" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFY" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
},
-/area/maintenance/fsmaint2)
-"bJq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bFZ" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGa" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ initialize_directions = 11
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGb" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Mix to Port";
+ on = 0
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGc" = (
+/obj/structure/chair/wood/normal{
+ icon_state = "wooden_chair";
+ dir = 1
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/black,
+/area/library)
+"bGd" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGe" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Pure to Port"
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGf" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Unfiltered to Mix";
+ on = 1
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGg" = (
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/atmos)
+"bGh" = (
+/obj/structure/cable/yellow,
+/obj/machinery/power/turbine{
+ luminosity = 2
+ },
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bGi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ req_access_txt = "8";
+ req_one_access_txt = "0"
},
+/turf/open/floor/plating,
+/area/toxins/mineral_storeroom)
+"bGj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 5
+ },
+/turf/open/floor/carpet,
+/area/library)
+"bGk" = (
+/obj/structure/chair/comfy/black{
+ dir = 1
},
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGl" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGm" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGn" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall/r_wall,
+/area/medical/virology)
+"bGo" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-y"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bJt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGp" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bJu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bJv" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGq" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_security{
- name = "Armory";
- req_access_txt = "3"
+/obj/effect/landmark{
+ name = "blobstart"
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bJw" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGr" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bJx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGs" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/warning{
- dir = 10
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/security/warden)
-"bJy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 9
},
-/turf/open/floor/plasteel/warning/corner{
- dir = 1
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGt" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bGu" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
},
-/area/security/warden)
-"bJz" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/turf/open/floor/plasteel/arrival{
+ dir = 10
},
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = -3;
- pixel_y = 3
+/area/hallway/primary/aft)
+"bGv" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
},
-/obj/item/weapon/gun/energy/laser,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = 3;
- pixel_y = -3
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bGw" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGx" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel/bot{
- dir = 2
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/security/warden)
-"bJA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGz" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics Monitoring";
+ dir = 1;
+ network = list("SS13")
},
-/turf/open/floor/plasteel/warning{
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGA" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/area/security/warden)
-"bJB" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/item/weapon/storage/box/rubbershot,
-/obj/machinery/light{
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/item/weapon/gun/projectile/shotgun/riot{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGD" = (
+/obj/structure/table,
+/obj/item/clothing/head/welding{
pixel_x = -3;
- pixel_y = 3
+ pixel_y = 7
},
-/obj/item/weapon/gun/projectile/shotgun/riot,
-/obj/item/weapon/gun/projectile/shotgun/riot{
- pixel_x = 3;
- pixel_y = -3
+/obj/item/clothing/head/welding{
+ pixel_x = -5;
+ pixel_y = 3
},
-/obj/machinery/camera/motion{
- c_tag = "Armory";
+/obj/machinery/light{
dir = 8
},
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bJC" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/item/device/multitool{
+ layer = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGE" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass{
+ amount = 50
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bJD" = (
-/obj/item/weapon/storage/lockbox/medal,
-/obj/item/weapon/pinpointer,
-/obj/item/weapon/disk/nuclear,
-/obj/item/weapon/storage/secure/safe{
- pixel_x = 35;
- pixel_y = 5
+/obj/item/weapon/storage/belt/utility,
+/obj/item/device/t_scanner,
+/obj/item/device/t_scanner,
+/obj/item/device/t_scanner,
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGF" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bJE" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bJF" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/obj/item/stack/sheet/metal{
+ amount = 50;
+ pixel_x = 2;
+ pixel_y = 2
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bJG" = (
-/obj/machinery/door/airlock/command{
- name = "Head of Personnel";
- req_access = null;
- req_access_txt = "57"
+/obj/item/stack/sheet/glass{
+ layer = 3.1
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bJH" = (
-/turf/closed/wall,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bJI" = (
-/obj/structure/sign/directions/engineering{
- dir = 4;
- icon_state = "direction_eng";
- pixel_x = -32;
- pixel_y = 0;
- tag = "icon-direction_eng (EAST)"
+/obj/item/stack/rods{
+ amount = 50;
+ layer = 3.2
},
-/obj/structure/sign/directions/science{
- dir = 1;
- icon_state = "direction_sci";
- pixel_x = -32;
- pixel_y = 8;
- tag = "icon-direction_sci (NORTH)"
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bGG" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/hallway/primary/starboard)
-"bJJ" = (
-/obj/structure/disposalpipe/segment{
+/area/atmos)
+"bGH" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
- icon_state = "pipe-c"
+ initialize_directions = 11
},
/turf/open/floor/plasteel,
-/area/storage/primary)
-"bJK" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/atmos)
+"bGI" = (
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGJ" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGK" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bGL" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "N2O Outlet Pump";
+ on = 0
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
dir = 4
},
+/area/atmos)
+"bGM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "n2o_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bGN" = (
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bGO" = (
+/obj/structure/sign/fire{
+ pixel_x = 0;
+ pixel_y = 0
+ },
+/turf/closed/wall/r_wall,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bGP" = (
+/obj/machinery/door/poddoor{
+ id = "turbinevent";
+ name = "Aft Vent"
+ },
+/turf/open/floor/engine/vacuum,
+/area/toxins/mixing{
+ name = "\improper Toxins Lab"
+ })
+"bGQ" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/space,
+/area/space)
+"bGR" = (
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGS" = (
+/obj/item/trash/chips,
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGT" = (
+/obj/structure/table,
+/obj/item/weapon/paper,
+/obj/item/weapon/pen,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGU" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bJL" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGV" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- initialize_directions = 11
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (WEST)";
+ icon_state = "intact";
+ dir = 8
},
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGW" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/item/weapon/stock_parts/capacitor,
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJN" = (
+/area/maintenance/aft)
+"bGX" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (NORTH)";
+ icon_state = "manifold";
+ dir = 1
},
-/area/maintenance/fsmaint2)
-"bJO" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bGY" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 1;
- icon_state = "pipe-j2"
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJQ" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/starboard)
-"bJR" = (
-/obj/structure/bed,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJS" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
+ dir = 4
},
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/clothing/shoes/jackboots,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJT" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/machinery/light_construct/small{
- dir = 8
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/area/maintenance/aft)
+"bGZ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/maintenance/starboard)
-"bJU" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/mob/living/simple_animal/mouse/gray,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJV" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJW" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
- },
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
+/area/maintenance/aft)
+"bHa" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
- dir = 1;
+ dir = 8;
icon_state = "pipe-c"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (EAST)";
+ icon_state = "intact";
dir = 4
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
+/area/maintenance/aft)
+"bHb" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bJY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (NORTHWEST)";
+ icon_state = "intact";
+ dir = 9
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bJZ" = (
-/obj/machinery/field/generator,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bKa" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
+/area/maintenance/aft)
+"bHc" = (
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bHd" = (
+/obj/structure/table,
+/obj/item/trash/chips,
/turf/open/floor/plating,
-/area/engine/engineering)
-"bKb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/closet/secure_closet/engineering_welding,
+/area/maintenance/aft)
+"bHe" = (
+/turf/closed/wall,
+/area/storage/tech)
+"bHf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/storage/tech)
+"bHg" = (
/obj/machinery/light{
dir = 8
},
-/obj/structure/sign/nosmoking_2{
- pixel_x = -32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
},
-/turf/open/floor/plasteel/yellow/side{
+/turf/open/floor/plasteel/yellow/corner{
dir = 8
},
-/area/engine/engineering)
-"bKc" = (
-/turf/open/floor/plasteel/warning/corner{
- dir = 8
+/area/hallway/primary/aft)
+"bHh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bHi" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/lemon_lime,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bHj" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/fyellow,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bHk" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bHl" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/area/engine/engineering)
-"bKd" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel/warning{
- dir = 1
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bHm" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/atmos)
+"bHn" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Atmospherics Monitoring";
+ req_access_txt = "24"
},
-/area/engine/engineering)
-"bKe" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHo" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Waste In";
+ on = 1
},
-/obj/item/clothing/gloves/color/black,
-/obj/item/weapon/extinguisher{
- pixel_x = 8
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHq" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Air to Port";
+ on = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/obj/machinery/light{
+ dir = 8
},
-/area/engine/engineering)
-"bKf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHr" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Mix to Port";
+ on = 0
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHs" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHt" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHu" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "n2o_in";
+ name = "Nitrous Oxide Supply Control";
+ output_tag = "n2o_out";
+ sensors = list("n2o_sensor" = "Tank")
},
-/area/engine/engineering)
-"bKg" = (
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
+ },
+/area/atmos)
+"bHv" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2o_sensor"
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bHw" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bHx" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bHy" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHz" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHA" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHB" = (
+/obj/structure/rack,
+/obj/item/weapon/book/manual/detective,
+/obj/item/clothing/head/that,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHC" = (
+/obj/structure/girder,
+/turf/closed/wall,
+/area/maintenance/aft)
+"bHD" = (
+/obj/item/trash/raisins,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHE" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/button/door{
- id = "Singularity";
- name = "Shutters Control";
- pixel_x = 0;
- pixel_y = 25;
- req_access_txt = "11"
- },
-/turf/open/floor/plasteel/warning{
- dir = 5
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/area/engine/engineering)
-"bKh" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKi" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKj" = (
-/obj/structure/disposalpipe/segment,
+/area/maintenance/aft)
+"bHF" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/crowbar,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKk" = (
-/obj/machinery/space_heater,
-/obj/structure/window{
- dir = 1
+ icon_state = "1-8"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/stool,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bHG" = (
+/turf/open/floor/plasteel/black,
+/area/engine/gravity_generator)
+"bHH" = (
+/obj/machinery/camera{
+ c_tag = "Gravity Generator";
+ dir = 2;
+ network = list("SS13")
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKm" = (
-/obj/item/trash/chips,
-/turf/open/floor/plasteel{
- broken = 1;
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- icon_state = "damaged2"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKn" = (
-/obj/machinery/door/airlock/shuttle{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/docking_port/mobile/supply{
- dwidth = 5;
- width = 12
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/gravity_generator)
+"bHI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 5;
- height = 7;
- id = "supply_home";
- name = "supply bay";
- width = 12
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/gravity_generator)
+"bHJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"bKo" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/area/engine/gravity_generator)
+"bHK" = (
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bHL" = (
/obj/structure/table,
-/obj/item/weapon/newspaper,
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged5"
+/obj/item/device/flashlight{
+ pixel_x = 1;
+ pixel_y = 5
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bKq" = (
-/obj/structure/filingcabinet/employment,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKr" = (
-/obj/item/device/flashlight/lamp/green{
+/obj/item/device/flashlight{
pixel_x = 1;
pixel_y = 5
},
-/obj/machinery/button/door{
- id = "lawyer_blast";
- name = "Privacy Shutters";
- pixel_x = 0;
- pixel_y = 25
+/obj/item/device/assembly/flash/handheld,
+/obj/item/device/assembly/flash/handheld,
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -26
},
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKs" = (
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/weapon/pen/red,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHM" = (
+/obj/structure/table,
+/obj/item/device/aicard,
+/obj/item/weapon/aiModule/reset,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
- pixel_y = 23
+ dir = 2;
+ pixel_y = 22
},
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKt" = (
-/obj/structure/chair{
- dir = 8
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHN" = (
+/obj/structure/table,
+/obj/machinery/cell_charger{
+ pixel_y = 5
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKu" = (
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHO" = (
/obj/structure/rack{
dir = 8;
layer = 2.9
},
-/obj/item/weapon/storage/briefcase{
+/obj/item/weapon/circuitboard/computer/pandemic{
pixel_x = -3;
- pixel_y = 2
+ pixel_y = 3
},
-/obj/item/weapon/storage/secure/briefcase{
- pixel_x = 2;
- pixel_y = -2
+/obj/item/weapon/circuitboard/computer/rdconsole,
+/obj/item/weapon/circuitboard/machine/rdserver{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/item/clothing/glasses/sunglasses,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bKv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "lawyer_blast";
- name = "privacy door"
+/obj/item/weapon/circuitboard/machine/destructive_analyzer,
+/obj/item/weapon/circuitboard/machine/protolathe,
+/obj/item/weapon/circuitboard/computer/aifixer,
+/obj/item/weapon/circuitboard/computer/teleporter,
+/obj/item/weapon/circuitboard/machine/circuit_imprinter,
+/obj/item/weapon/circuitboard/machine/mechfab,
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/turf/open/floor/plating,
-/area/lawoffice)
-"bKw" = (
-/turf/open/floor/plasteel/red/corner,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bKx" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "briggate";
- name = "security blast door"
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHP" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/machinery/door/airlock/glass_security{
- id_tag = "outerbrig";
- name = "Brig";
- req_access_txt = "63"
+/obj/item/weapon/circuitboard/computer/mining,
+/obj/item/weapon/circuitboard/machine/autolathe{
+ pixel_x = 3;
+ pixel_y = -3
},
-/turf/open/floor/plasteel/red/side,
-/area/security/brig)
-"bKy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/item/weapon/circuitboard/computer/arcade/battle,
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/camera{
+ c_tag = "Tech Storage";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/plasteel/red/side,
-/area/security/brig)
-"bKz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/item/weapon/circuitboard/computer/shuttle/monastery_shuttle,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHQ" = (
+/obj/structure/rack,
+/obj/item/weapon/circuitboard/machine/telecomms/processor,
+/obj/item/weapon/circuitboard/machine/telecomms/receiver,
+/obj/item/weapon/circuitboard/machine/telecomms/server,
+/obj/item/weapon/circuitboard/machine/telecomms/bus,
+/obj/item/weapon/circuitboard/machine/telecomms/broadcaster,
+/obj/item/weapon/circuitboard/computer/message_monitor{
+ pixel_y = -5
},
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHR" = (
+/obj/structure/rack,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/electronics/firealarm,
+/obj/item/weapon/electronics/firelock,
+/obj/item/weapon/electronics/tracker,
+/obj/structure/sign/poster{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHS" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHT" = (
+/obj/machinery/vending/assist,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bHU" = (
+/obj/machinery/power/apc{
+ name = "Aft Hall APC";
+ dir = 8;
+ pixel_x = -25;
+ pixel_y = 1
},
-/area/security/brig)
-"bKA" = (
-/obj/structure/cable,
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/warden)
-"bKB" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
},
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bKC" = (
+/area/hallway/primary/aft)
+"bHV" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bKD" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bKE" = (
-/obj/machinery/light,
-/obj/machinery/light_switch{
- pixel_y = -23
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Bar2";
+ location = "Eng"
},
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bKF" = (
-/obj/structure/cable,
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/warden)
-"bKG" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/firingpins{
- pixel_x = 3;
- pixel_y = 3
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bHW" = (
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bHX" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ icon_state = "left";
+ name = "Atmospherics Desk";
+ req_access_txt = "24"
},
-/obj/item/weapon/storage/box/firingpins,
-/obj/item/key/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bKH" = (
-/turf/open/floor/plasteel/warning{
- dir = 8
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ layer = 2.9;
+ name = "atmos blast door"
},
-/area/security/warden)
-"bKI" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/gun/advtaser{
- pixel_x = -3;
- pixel_y = 3
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/obj/item/weapon/gun/energy/gun/advtaser,
-/obj/item/weapon/gun/energy/gun/advtaser{
- pixel_x = 3;
- pixel_y = -3
+/obj/effect/turf_decal/delivery,
+/area/atmos)
+"bHY" = (
+/obj/structure/chair/office/dark{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bot{
- dir = 2
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
},
-/area/security/warden)
-"bKJ" = (
-/obj/structure/rack,
-/obj/item/weapon/shield/riot{
- pixel_x = -3;
- pixel_y = 3
+/turf/open/floor/plasteel,
+/area/atmos)
+"bHZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/obj/item/weapon/shield/riot,
-/obj/item/weapon/shield/riot{
- pixel_x = 3;
- pixel_y = -3
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIa" = (
+/obj/structure/tank_dispenser,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIb" = (
+/obj/machinery/pipedispenser,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bId" = (
+/obj/structure/closet/secure_closet/atmospherics,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/item/weapon/storage/box/teargas,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bKK" = (
-/obj/structure/chair/comfy/brown{
+/area/atmos)
+"bIe" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bKL" = (
-/obj/item/weapon/storage/fancy/donut_box,
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bKM" = (
-/obj/structure/chair/comfy/brown{
+/obj/machinery/portable_atmospherics/canister,
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/area/atmos)
+"bIf" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bKN" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel{
+ dir = 2
},
-/obj/machinery/hologram/holopad,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bKO" = (
-/obj/item/device/camera,
-/obj/item/weapon/storage/photo_album{
- pixel_y = -10
+/obj/effect/turf_decal/bot{
+ dir = 2
},
-/obj/machinery/airalarm{
+/area/atmos)
+"bIg" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "n2o";
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIh" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+ frequency = 1441;
+ id = "n2o_in";
+ pixel_y = 1
},
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bKP" = (
-/obj/machinery/vending/coffee,
-/obj/machinery/light{
+/turf/open/floor/engine/n2o,
+/area/atmos)
+"bIi" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bIj" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/turf/open/space,
+/area/space)
+"bIk" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel/black,
+/area/library)
+"bIl" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bIm" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/closed/wall,
+/area/maintenance/aft)
+"bIn" = (
+/turf/open/floor/plasteel/vault{
+ dir = 1
+ },
+/area/engine/gravity_generator)
+"bIo" = (
+/turf/open/floor/plasteel/vault{
dir = 8
},
+/area/engine/gravity_generator)
+"bIp" = (
+/turf/open/floor/plasteel/vault{
+ dir = 4
+ },
+/area/engine/gravity_generator)
+"bIq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
/turf/open/floor/plasteel/black,
-/area/bridge)
-"bKQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Bridge North";
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/area/engine/gravity_generator)
+"bIr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/darkblue/corner,
-/area/bridge)
-"bKR" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bIs" = (
+/obj/structure/closet/radiation,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21"
+/obj/machinery/airalarm{
+ dir = 2;
+ pixel_y = 22
},
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKS" = (
-/turf/open/floor/plasteel/blue/side{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKT" = (
-/obj/structure/chair,
+/area/engine/gravity_generator)
+"bIt" = (
+/obj/structure/closet/radiation,
/obj/machinery/camera{
- c_tag = "Bridge Foyer"
+ c_tag = "Gravity Generator Foyer";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/plasteel/blue/side{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKU" = (
-/obj/structure/chair,
-/obj/machinery/light{
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTHEAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/area/engine/gravity_generator)
+"bIu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bIv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'RADIOACTIVE AREA'";
+ icon_state = "radiation";
+ name = "RADIOACTIVE AREA";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
+/area/storage/tech)
+"bIw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/blue/side{
+/obj/structure/chair/office/dark{
dir = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKV" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/blue/side{
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bIx" = (
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bIy" = (
+/obj/machinery/light_switch{
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bIz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bKW" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bIA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bKX" = (
-/obj/structure/table,
-/obj/item/weapon/weldingtool,
-/obj/item/weapon/crowbar,
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bKY" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bIB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/obj/machinery/light,
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bKZ" = (
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel/floorgrime,
-/area/storage/primary)
-"bLa" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bIC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bLb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bID" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ icon_state = "left";
+ name = "Atmospherics Desk";
+ req_access_txt = "24"
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ layer = 2.9;
+ name = "atmos blast door"
},
-/obj/structure/window,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bLc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light_construct/small{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ name = "floor"
+ },
+/obj/effect/turf_decal/delivery,
+/area/atmos)
+"bIE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/chair/office/dark{
dir = 8
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bLd" = (
-/obj/structure/bed,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/effect/landmark/start{
+ name = "Atmospheric Technician"
},
-/area/maintenance/starboard)
-"bLe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/starboard)
-"bLf" = (
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIF" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bLg" = (
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/metal{
- amount = 50
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/obj/item/stack/rods{
- amount = 50
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIG" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/item/stack/sheet/glass{
- amount = 50
+/obj/item/clothing/mask/gas{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/electronics/airlock,
-/obj/item/weapon/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas{
+ pixel_x = -3;
+ pixel_y = -3
},
-/obj/item/stack/sheet/mineral/plasma{
- amount = 30
+/obj/machinery/requests_console{
+ department = "Atmospherics";
+ departmentType = 4;
+ name = "Atmos RC";
+ pixel_x = 30;
+ pixel_y = 0
},
-/obj/machinery/light/small,
-/obj/machinery/camera{
- c_tag = "Engineering Secure Storage";
- dir = 1
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bLh" = (
-/obj/machinery/the_singularitygen,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bLi" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIH" = (
+/obj/machinery/pipedispenser/disposal,
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/obj/structure/table,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_y = 5
+/obj/machinery/camera{
+ c_tag = "Atmospherics Central";
+ dir = 4;
+ network = list("SS13")
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/turf/open/floor/plasteel,
+/area/atmos)
+"bII" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plasteel/yellow/side{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIJ" = (
+/obj/machinery/suit_storage_unit/atmos,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/area/engine/engineering)
-"bLj" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/atmos)
+"bIK" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
},
+/obj/machinery/meter,
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bLk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/atmos)
+"bIL" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIM" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
},
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/warning{
+/obj/machinery/meter,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bIN" = (
+/obj/machinery/light{
dir = 4
},
-/area/engine/engineering)
-"bLl" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/obj/machinery/power/rad_collector{
- anchored = 1
+/area/atmos)
+"bIO" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/obj/item/weapon/tank/internals/plasma,
+/obj/item/weapon/wrench,
/turf/open/floor/plating,
-/area/engine/engineering)
-"bLm" = (
-/obj/machinery/power/tesla_coil,
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bLn" = (
-/obj/structure/chair{
- dir = 8
+/area/maintenance/aft)
+"bIP" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
+ tag = "icon-manifold (EAST)";
+ icon_state = "manifold";
+ dir = 4
},
+/obj/machinery/meter,
/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLo" = (
-/obj/effect/decal/cleanable/robot_debris,
-/obj/structure/closet/emcloset,
-/obj/structure/window,
+/area/maintenance/aft)
+"bIQ" = (
+/obj/item/weapon/broken_bottle,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table,
-/obj/machinery/newscaster{
- pixel_y = -30
- },
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/area/maintenance/aft)
+"bIR" = (
+/obj/effect/decal/cleanable/ash,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bIS" = (
+/obj/structure/closet,
+/obj/item/weapon/restraints/handcuffs/cable,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bIT" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Gravity Generator";
+ req_access_txt = "11"
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLq" = (
-/obj/item/stack/tile/plasteel{
- pixel_x = -1
+/obj/effect/turf_decal/delivery,
+/area/engine/gravity_generator)
+"bIU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/area/engine/gravity_generator)
+"bIV" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ on = 1
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLs" = (
-/obj/item/weapon/hand_labeler,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged4"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLt" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bLu" = (
-/obj/structure/closet/lawcloset,
-/obj/machinery/requests_console{
- department = "Law office";
- pixel_x = -32
+/area/engine/gravity_generator)
+"bIW" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Gravity Generator";
+ req_access_txt = "11"
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bLv" = (
-/obj/structure/chair/office/dark{
- dir = 4
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/obj/effect/landmark/start{
- name = "Lawyer"
+/obj/effect/turf_decal/delivery,
+/area/storage/tech)
+"bIX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bLw" = (
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/folder/blue,
-/obj/item/weapon/stamp/law,
-/obj/structure/table/wood,
-/obj/item/clothing/glasses/sunglasses/big,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bLx" = (
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bIY" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
+ dir = 8;
on = 1;
scrub_N2O = 0;
scrub_Toxins = 0
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bLy" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_x = 32
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bLz" = (
-/turf/closed/wall/r_wall,
-/area/security/main)
-"bLA" = (
-/turf/closed/wall,
-/area/security/main)
-"bLB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/security/main)
-"bLC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bIZ" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- name = "Security Office";
- req_access = null;
- req_access_txt = "63"
+/obj/item/weapon/circuitboard/computer/cloning{
+ pixel_x = 0
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bLD" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/item/weapon/circuitboard/computer/med_data{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/structure/cable,
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/warden)
-"bLE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/circuitboard/machine/clonescanner,
+/obj/item/weapon/circuitboard/machine/clonepod,
+/obj/item/weapon/circuitboard/computer/scan_consolenew,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJa" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southleft{
- base_state = "right";
- icon_state = "right";
- name = "Reception Desk";
- req_access_txt = "63"
+/obj/item/weapon/circuitboard/computer/secure_data{
+ pixel_x = -2;
+ pixel_y = 2
},
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/machinery/door/window/brigdoor{
- dir = 1;
- name = "Armory Desk";
- req_access_txt = "3"
+/obj/item/weapon/circuitboard/computer/security{
+ pixel_x = 1;
+ pixel_y = -1
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bLF" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJb" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/item/weapon/circuitboard/computer/powermonitor{
+ pixel_x = -2;
+ pixel_y = 2
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/item/weapon/circuitboard/computer/stationalert{
+ pixel_x = 1;
+ pixel_y = -1
},
-/obj/machinery/door/airlock/glass_security{
- name = "Brig Control";
- req_access_txt = "3"
+/obj/item/weapon/circuitboard/computer/atmos_alert{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bLG" = (
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJc" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJd" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
on = 1
},
-/turf/open/floor/plasteel/warning{
- dir = 10
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJe" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/area/security/warden)
-"bLH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/warning,
-/area/security/warden)
-"bLI" = (
-/turf/open/floor/plasteel/warning{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/area/security/warden)
-"bLJ" = (
-/obj/structure/chair/comfy/brown{
- dir = 4
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJf" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Tech Storage";
+ req_access_txt = "23"
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bLK" = (
-/obj/structure/table/wood,
-/mob/living/simple_animal/pet/fox/Renault,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bLL" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bLM" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bLN" = (
-/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLO" = (
+/area/storage/tech)
+"bJg" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel/yellow/corner{
+ dir = 8
+ },
+/area/hallway/primary/aft)
+"bJh" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4"
+ icon_state = "1-4";
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLP" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bJi" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
- },
-/area/bridge)
-"bLQ" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge";
- req_access_txt = "19"
- },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bJj" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLR" = (
-/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bJk" = (
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "2-8";
+ tag = ""
},
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
+"bJl" = (
+/obj/structure/plasticflaps{
+ opacity = 1
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/area/bridge)
-"bLS" = (
-/obj/machinery/door/airlock/glass_command{
- name = "Bridge";
- req_access_txt = "19"
+/obj/effect/turf_decal/delivery,
+/area/atmos)
+"bJm" = (
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "Atmospherics"
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bLT" = (
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bLU" = (
-/turf/open/floor/plasteel/blue/corner{
+/turf/open/floor/plasteel/loadingarea{
dir = 4
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bLV" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/blue/side{
- dir = 1
+/area/atmos)
+"bJn" = (
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ icon_state = "pipe-j2s";
+ sortType = 6
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bLW" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=7-Bar2";
- location = "6-Arrivals"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bLX" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/yellow/side{
- dir = 9
+/area/atmos)
+"bJo" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/area/engine/engineering)
-"bLY" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bJp" = (
+/obj/machinery/pipedispenser/disposal/transit_tube,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bJq" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4;
+ initialize_directions = 11
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bJr" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics Starboard";
+ dir = 8;
+ network = list("SS13")
},
-/area/maintenance/starboard)
-"bLZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMa" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMb" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMc" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Plasma Outlet Pump";
+ on = 0
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/area/maintenance/starboard)
-"bMe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/atmos)
+"bJs" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/atmos)
+"bJt" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "tox_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bJu" = (
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bJv" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
+ },
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bJw" = (
+/obj/structure/disposalpipe/junction{
+ dir = 2;
+ icon_state = "pipe-y"
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bJx" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMg" = (
/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/airless,
+/area/maintenance/aft)
+"bJy" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/chair/stool,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMh" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/maintenance/aft)
+"bJz" = (
+/obj/item/stack/sheet/cardboard{
+ amount = 14
+ },
+/obj/item/weapon/vending_refill/cola,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bMi" = (
+/area/maintenance/aft)
+"bJA" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "12;24"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJB" = (
+/obj/machinery/atmospherics/components/binary/valve,
+/obj/effect/landmark{
+ name = "blobstart"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJC" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Air Out";
+ on = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJD" = (
+/obj/item/weapon/picket_sign,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJE" = (
+/obj/structure/bonfire,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJF" = (
+/obj/structure/closet,
+/obj/item/weapon/cigbutt/cigarbutt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJG" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_y = 5
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
+/area/maintenance/aft)
+"bJH" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bJI" = (
+/obj/machinery/gravity_generator/main/station,
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/obj/item/device/flashlight{
- pixel_x = 1;
- pixel_y = 5
+/area/engine/gravity_generator)
+"bJJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
+/area/engine/gravity_generator)
+"bJK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/engine/engineering)
-"bMj" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/wrench,
-/obj/item/weapon/weldingtool,
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 5
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bJL" = (
+/obj/structure/chair/office/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bMk" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/obj/item/stack/cable_coil,
-/obj/item/weapon/electronics/airlock,
+/area/engine/gravity_generator)
+"bJM" = (
+/obj/machinery/power/terminal,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bMl" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating/airless,
-/area/space)
-"bMm" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bMn" = (
-/obj/item/device/multitool,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/engine/gravity_generator)
+"bJN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bMo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bJO" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'RADIOACTIVE AREA'";
+ icon_state = "radiation";
+ name = "RADIOACTIVE AREA";
+ pixel_x = -32;
+ pixel_y = 0
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bMp" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/power/solar{
- id = "aftport";
- name = "Aft-Port Solar Array"
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
},
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/maintenance/portsolar)
-"bMq" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/area/storage/tech)
+"bJP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJQ" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ tag = "icon-manifold-b-f (NORTH)";
+ dir = 1
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/space,
-/area/maintenance/portsolar)
-"bMr" = (
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJS" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJT" = (
/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/power/solar{
- id = "aftport";
- name = "Aft-Port Solar Array"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/maintenance/portsolar)
-"bMs" = (
-/obj/machinery/power/solar{
- id = "aftport";
- name = "Aft-Port Solar Array"
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bJU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/maintenance/portsolar)
-"bMt" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJW" = (
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway Engineering";
+ dir = 1;
+ network = list("SS13");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJX" = (
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/space,
-/area/maintenance/portsolar)
-"bMu" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMv" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJY" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-02"
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/corner,
+/area/hallway/primary/aft)
+"bJZ" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/glass_atmos{
+ name = "Atmospherics Monitoring";
+ req_access_txt = "24"
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKa" = (
+/obj/machinery/light{
+ icon_state = "tube1";
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMx" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Port to Filter";
+ on = 0
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMy" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKb" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bMz" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Law Office Maintenance";
- req_access_txt = "38"
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKc" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 8
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKd" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "tox_in";
+ name = "Plasma Supply Control";
+ output_tag = "tox_out";
+ sensors = list("tox_sensor" = "Tank")
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
dir = 4
},
-/turf/open/floor/plating,
-/area/lawoffice)
-"bMA" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/atmos)
+"bKe" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "tox_sensor"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bKf" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bKg" = (
+/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bMB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bKh" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/mousetraps,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKi" = (
+/obj/structure/table,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/extinguisher,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKj" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1;
+ name = "Connector Port (Air Supply)"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKk" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
dir = 1
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bMC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bMD" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/landmark/start{
- name = "Lawyer"
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bME" = (
-/obj/machinery/light_switch{
- pixel_x = 24
- },
-/turf/open/floor/wood,
-/area/lawoffice)
-"bMF" = (
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bMG" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKl" = (
+/obj/structure/grille/broken,
+/obj/structure/piano,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKm" = (
+/obj/item/weapon/reagent_containers/food/snacks/beans,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKn" = (
+/obj/structure/closet,
+/obj/item/weapon/shard,
+/obj/item/stack/spacecash/c10,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKo" = (
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKp" = (
+/obj/machinery/light,
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 4;
external_pressure_bound = 101.325;
@@ -45772,965 +44345,792 @@
pressure_checks = 1
},
/turf/open/floor/plasteel/black,
-/area/security/main)
-"bMH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bMI" = (
-/obj/item/weapon/cigbutt,
+/area/engine/gravity_generator)
+"bKq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/black,
-/area/security/main)
-"bMJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bMK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/main)
-"bML" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 9
- },
-/area/security/main)
-"bMM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/area/engine/gravity_generator)
+"bKr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- sortType = 7
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/main)
-"bMN" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/noticeboard{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
+ dir = 9;
+ pixel_y = 0
},
-/area/security/main)
-"bMO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel/black,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/area/engine/gravity_generator)
+"bKs" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Gravity Generator APC";
+ pixel_x = -25;
+ pixel_y = 1
},
-/area/security/main)
-"bMP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/table,
+/obj/item/weapon/paper/gravity_gen{
+ layer = 3
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/obj/item/weapon/pen/blue,
+/obj/machinery/power/terminal{
+ dir = 8
},
-/area/security/main)
-"bMQ" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/main)
-"bMR" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/red/side{
+/obj/machinery/light,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/area/security/main)
-"bMS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/engine/gravity_generator)
+"bKt" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/light{
- dir = 1
+/obj/machinery/power/smes{
+ charge = 5e+006
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/area/security/main)
-"bMT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/security/main)
-"bMU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security{
- name = "Armory";
- req_access = null;
- req_access_txt = "3"
- },
-/turf/open/floor/plasteel/delivery,
-/area/security/warden)
-"bMV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bMW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/structure/closet/secure_closet{
- name = "contraband locker";
- req_access_txt = "3"
- },
+/area/engine/gravity_generator)
+"bKu" = (
+/obj/machinery/suit_storage_unit/standard_unit,
/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bMX" = (
+/area/storage/tech)
+"bKv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/secure_closet/lethalshots,
/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bMY" = (
+/area/storage/tech)
+"bKw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/closet/crate/engineering/electrical,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/electronics/airalarm,
+/obj/item/weapon/electronics/airlock,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bKx" = (
/obj/structure/rack,
-/obj/item/weapon/gun/energy/ionrifle,
-/obj/item/clothing/suit/armor/laserproof,
+/obj/item/weapon/stock_parts/subspace/filter,
+/obj/item/weapon/stock_parts/subspace/filter,
+/obj/item/weapon/stock_parts/subspace/treatment,
+/obj/item/weapon/stock_parts/subspace/treatment,
+/obj/item/weapon/stock_parts/subspace/transmitter,
+/obj/item/weapon/stock_parts/subspace/transmitter,
/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bMZ" = (
+/area/storage/tech)
+"bKy" = (
+/obj/structure/rack,
+/obj/item/weapon/stock_parts/subspace/ansible,
+/obj/item/weapon/stock_parts/subspace/ansible,
+/obj/item/weapon/stock_parts/subspace/crystal,
+/obj/item/weapon/stock_parts/subspace/crystal,
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bKz" = (
/obj/structure/rack,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/head/helmet/alt,
-/obj/item/clothing/head/helmet/alt,
-/obj/item/clothing/head/helmet/alt,
+/obj/item/weapon/stock_parts/subspace/amplifier,
+/obj/item/weapon/stock_parts/subspace/amplifier,
+/obj/item/weapon/stock_parts/subspace/analyzer,
+/obj/item/weapon/stock_parts/subspace/analyzer,
/turf/open/floor/plasteel/black,
-/area/security/warden)
-"bNa" = (
-/obj/machinery/status_display{
- pixel_y = -32
+/area/storage/tech)
+"bKA" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bNb" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 4
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bNc" = (
-/obj/machinery/ai_status_display{
- pixel_y = -32
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/device/t_scanner,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bKB" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bNd" = (
-/obj/machinery/computer/arcade,
-/obj/machinery/light_switch{
- pixel_y = -28
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 4
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bNe" = (
-/obj/structure/noticeboard{
- dir = 4;
- pixel_x = -32
+/obj/item/device/multitool,
+/obj/item/clothing/glasses/meson,
+/obj/machinery/requests_console{
+ department = "Tech storage";
+ pixel_x = 0;
+ pixel_y = -32
},
-/obj/machinery/photocopier,
/turf/open/floor/plasteel/black,
-/area/bridge)
-"bNf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
- },
-/area/bridge)
-"bNg" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall/r_wall,
-/area/bridge)
-"bNh" = (
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
+/area/storage/tech)
+"bKC" = (
+/obj/structure/closet/crate{
+ name = "solar pack crate"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/solar_assembly,
+/obj/item/weapon/circuitboard/computer/solar_control,
+/obj/item/weapon/electronics/tracker,
+/obj/item/weapon/paper/solar,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Tech Storage APC";
+ pixel_x = 0;
+ pixel_y = -24
},
-/area/bridge)
-"bNi" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bKD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/bridge)
-"bNj" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNk" = (
-/turf/open/floor/goonplaque,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNl" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/security/checkpoint/engineering)
+"bKE" = (
+/turf/closed/wall,
+/area/security/checkpoint/engineering)
+"bKF" = (
+/turf/closed/wall,
+/area/engine/engineering)
+"bKG" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 2;
+ name = "Engineering";
+ req_one_access_txt = "10;24"
},
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bKH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/engine/engineering)
+"bKI" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (SOUTHEAST)";
+ icon_state = "intact";
+ dir = 6
},
-/area/maintenance/starboard)
-"bNp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/atmos)
+"bKJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/obj/item/weapon/shard{
- icon_state = "medium"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/atmos)
+"bKK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bNs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/structure/sign/atmosplaque{
+ pixel_y = 32
},
-/obj/structure/grille,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNt" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/camera{
+ c_tag = "Atmospherics Entrance";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNu" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/atmos)
+"bKL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
},
-/area/maintenance/starboard)
-"bNv" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNw" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNx" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/firealarm{
dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ pixel_y = 29
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bNy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/atmos)
+"bKM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 30;
+ pixel_y = 26
},
-/turf/open/floor/plating,
-/area/maintenance/fsmaint2)
-"bNz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/closet/wardrobe/atmospherics_yellow,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt,
-/obj/item/weapon/pen,
-/obj/structure/disposalpipe/segment{
+/area/atmos)
+"bKP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/structure/reagent_dispensers/watertank/high,
+/obj/structure/fireaxecabinet{
+ pixel_y = 32
},
-/area/maintenance/fsmaint2)
-"bNA" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/area/atmos)
+"bKQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/camera{
+ c_tag = "Atmospherics Mixing";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNB" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/atmos)
+"bKR" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "Port to Filter";
+ on = 0
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKS" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/item/weapon/cigbutt,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKT" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
+ dir = 8
},
-/turf/open/floor/plasteel/bot,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bNC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKU" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "plasma";
+ on = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bKV" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bND" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plating,
+/area/atmos)
+"bKW" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "tox_in";
+ pixel_y = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/turf/open/floor/engine/plasma,
+/area/atmos)
+"bKX" = (
+/obj/item/weapon/cigbutt/cigarbutt,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bKY" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bKZ" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Secure Tech Storage";
+ req_access_txt = "19;23"
},
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bNE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bLa" = (
+/obj/structure/sign/securearea,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/storage/tech)
+"bLb" = (
/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/machinery/camera{
+ c_tag = "Engineering Security Post";
+ dir = 4;
+ network = list("SS13")
},
-/obj/item/weapon/pen,
-/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"bNF" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23;
pixel_y = 0
},
-/obj/structure/closet/wardrobe/engineering_yellow,
-/turf/open/floor/plasteel/yellow/side{
- dir = 8
- },
-/area/engine/engineering)
-"bNG" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Singularity South West";
- dir = 4;
- network = list("Singularity")
+/turf/open/floor/plasteel/red/side{
+ dir = 9
},
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bNH" = (
-/obj/machinery/camera/emp_proof{
- c_tag = "Singularity South East";
- dir = 8;
- network = list("Singularity")
+/area/security/checkpoint/engineering)
+"bLc" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ dir = 1
},
-/turf/open/space,
-/area/space)
-"bNI" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/area/security/checkpoint/engineering)
+"bLd" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/red/side{
+ dir = 5
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/area/security/checkpoint/engineering)
+"bLe" = (
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/obj/structure/cable,
-/turf/open/space,
-/area/maintenance/portsolar)
-"bNJ" = (
-/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_x = 0;
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/area/engine/engineering)
+"bLf" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/stack/sheet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/effect/decal/cleanable/cobweb,
-/obj/structure/table,
-/obj/item/weapon/newspaper,
-/obj/item/weapon/cigbutt,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/engine/engineering)
+"bLg" = (
+/obj/machinery/light{
+ dir = 1
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Engineering Access"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/obj/structure/window/reinforced/tinted{
- dir = 8
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 24
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/engine/engineering)
+"bLh" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ name = "atmos blast door"
+ },
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/effect/turf_decal/delivery,
+/area/engine/engineering)
+"bLi" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 4
},
-/obj/machinery/space_heater,
-/turf/open/floor/plasteel{
- burnt = 1;
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLk" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLl" = (
+/obj/machinery/atmospherics/components/binary/pump{
dir = 4;
- icon_state = "floorscorched2"
+ name = "N2 to Pure";
+ on = 0
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLm" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 1
},
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/floorgrime,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/turf/open/floor/plasteel,
+/area/atmos)
+"bLn" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib7"
+/turf/open/floor/plating/airless,
+/area/space)
+"bLo" = (
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/structure/table,
+/obj/machinery/libraryscanner,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bLp" = (
/obj/machinery/newscaster{
- pixel_x = 28
+ pixel_x = -32;
+ pixel_y = -32
},
-/obj/item/device/taperecorder,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
+/turf/open/floor/carpet,
+/area/library)
+"bLq" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bLr" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bNQ" = (
-/obj/machinery/photocopier,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNR" = (
-/obj/item/device/taperecorder,
-/obj/item/weapon/cartridge/lawyer,
-/obj/item/device/radio/intercom{
- pixel_y = -28
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/area/atmos)
+"bLs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plating,
+/area/atmos)
+"bLt" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_southmaint";
+ name = "south maintenance airlock";
+ turf_type = /turf/open/space;
+ width = 18
},
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNS" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/turf/open/space,
+/area/space)
+"bLu" = (
+/obj/structure/mopbucket,
+/obj/item/weapon/mop,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLv" = (
+/obj/structure/grille/broken,
+/obj/structure/window/fulltile,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLw" = (
+/obj/structure/bookcase/random/adult,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bLx" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
},
+/area/maintenance/aft)
+"bLy" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/paper,
/obj/item/weapon/pen,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching Prison Wing holding areas.";
- dir = 1;
- name = "Prison Monitor";
- network = list("Prison");
- pixel_y = -27
+/obj/item/clothing/head/fedora,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLz" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLA" = (
+/obj/structure/closet{
+ name = "Clue Closet"
},
-/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Law Office";
- dir = 1
+/obj/item/weapon/kitchen/knife,
+/obj/item/candle,
+/obj/item/pipe,
+/obj/item/weapon/gun/ballistic/revolver/russian,
+/obj/item/stack/cable_coil/white,
+/obj/item/weapon/wrench,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
},
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNT" = (
-/obj/machinery/power/apc{
- name = "Fore Primary Hallway APC";
- pixel_y = -25
+/area/maintenance/aft)
+"bLB" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLC" = (
+/obj/item/weapon/circuitboard/computer/libraryconsole,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bLD" = (
+/turf/closed/wall/r_wall,
+/area/engine/chiefs_office)
+"bLE" = (
+/obj/item/weapon/cartridge/engineering{
+ pixel_x = 4;
+ pixel_y = 5
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/cartridge/engineering{
+ pixel_x = -3;
+ pixel_y = 2
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/item/weapon/cartridge/engineering{
+ pixel_x = 3
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"bNV" = (
-/obj/machinery/door/airlock{
- name = "Law Office";
- req_access_txt = "38"
+/obj/structure/table/reinforced,
+/obj/item/weapon/cartridge/atmos,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Chief Engineer's Desk";
+ departmentType = 3;
+ name = "Chief Engineer RC";
+ pixel_x = -32;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/yellow/side{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/lawoffice)
-"bNW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/area/engine/chiefs_office)
+"bLF" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/light{
dir = 1
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bNX" = (
-/obj/structure/chair{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Chief Engineer's Office";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bNY" = (
-/obj/structure/table,
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bNZ" = (
-/obj/structure/chair{
- dir = 8
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bOa" = (
-/obj/machinery/camera{
- c_tag = "Brig Interrogation";
- dir = 8
+/area/engine/chiefs_office)
+"bLG" = (
+/obj/machinery/computer/atmos_alert,
+/obj/machinery/airalarm{
+ dir = 2;
+ pixel_y = 22
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bOb" = (
-/obj/machinery/vending/security,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/area/engine/chiefs_office)
+"bLH" = (
+/obj/machinery/computer/station_alert,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
-/area/security/main)
-"bOc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/area/engine/chiefs_office)
+"bLI" = (
+/obj/machinery/computer/card/minor/ce,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sortType = 8
+/area/engine/chiefs_office)
+"bLJ" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-07";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOe" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOf" = (
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Security Officer"
+/area/storage/tech)
+"bLK" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-07";
+ name = "Photosynthetic Potted plant";
+ pixel_y = 10
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOg" = (
-/obj/structure/chair/office/dark,
-/obj/effect/landmark/start{
- name = "Head of Security"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOh" = (
+/area/storage/tech)
+"bLL" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/structure/chair,
-/obj/effect/landmark/start{
- name = "Security Officer"
+/turf/closed/wall,
+/area/engine/engine_smes)
+"bLM" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOj" = (
-/turf/open/floor/plasteel,
-/area/security/main)
-"bOk" = (
-/obj/machinery/computer/secure_data,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/area/engine/engine_smes)
+"bLN" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/security/main)
-"bOl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
-/area/security/warden)
-"bOm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/security/warden)
-"bOn" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/machinery/door/airlock/command{
- name = "Captain's Office";
- req_access = null;
- req_access_txt = "20"
+/obj/machinery/power/smes/engineering,
+/obj/machinery/camera{
+ c_tag = "Engineering Power Storage";
+ dir = 2;
+ network = list("SS13")
},
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bOo" = (
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bOp" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "bridge blast";
- layer = 2.9;
- name = "bridge blast door"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/area/engine/engine_smes)
+"bLO" = (
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/bridge)
-"bOq" = (
-/obj/effect/landmark{
- name = "lightsout"
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOr" = (
-/turf/open/floor/plasteel/blue/corner,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOs" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/blue/side{
- dir = 0
- },
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOt" = (
-/turf/open/floor/plasteel/blue/corner{
+/area/engine/engine_smes)
+"bLP" = (
+/turf/closed/wall,
+/area/engine/engine_smes)
+"bLQ" = (
+/turf/closed/wall/r_wall,
+/area/engine/engine_smes)
+"bLR" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/machinery/light{
dir = 8
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOu" = (
-/turf/open/floor/plasteel/neutral/corner,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOv" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Lounge North";
- dir = 1
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = -32;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOw" = (
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOx" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/neutral/side,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/plasteel/neutral/corner{
+/turf/open/floor/plasteel/red/side{
dir = 8
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bOz" = (
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bOA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOB" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/area/security/checkpoint/engineering)
+"bLS" = (
+/obj/structure/chair/office/dark{
+ dir = 1
},
/obj/structure/cable{
- d1 = 1;
+ d1 = 2;
d2 = 4;
- icon_state = "1-4"
+ icon_state = "2-4";
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOC" = (
+/obj/effect/landmark/start/depsec/engineering,
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/engineering)
+"bLT" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -46739,1626 +45139,1646 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/red/side{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOD" = (
+/area/security/checkpoint/engineering)
+"bLU" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Engineering Security Post";
+ req_access_txt = "63"
+ },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOE" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
+/turf/open/floor/plasteel/red,
+/area/security/checkpoint/engineering)
+"bLV" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/grille,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOG" = (
-/obj/machinery/door/airlock/glass{
- name = "Bar"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/area/engine/engineering)
+"bLW" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOH" = (
-/obj/structure/table,
-/obj/item/trash/can,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bOI" = (
-/obj/structure/table,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOJ" = (
-/obj/structure/table,
-/obj/item/trash/plate,
-/turf/open/floor/plasteel{
- broken = 1;
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4;
- icon_state = "damaged2"
+ icon_state = "pipe-c"
},
-/area/maintenance/starboard)
-"bOK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/goonplaque,
+/area/engine/engineering)
+"bLX" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel{
+ tag = "icon-warning (EAST)"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/area/engine/engineering)
+"bLY" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ name = "atmos blast door"
},
-/area/maintenance/starboard)
-"bON" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
},
-/area/maintenance/starboard)
-"bOO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOP" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'RADIOACTIVE AREA'";
- icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 32
+/obj/effect/turf_decal/delivery,
+/area/engine/engineering)
+"bLZ" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/door/airlock/atmos{
+ name = "Atmospherics";
+ req_access_txt = "24"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/robot_debris,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bOQ" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMa" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"bOR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"bOS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"bOT" = (
-/obj/machinery/camera{
- c_tag = "Engineering South";
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"bOU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMe" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
},
-/turf/open/floor/plasteel/yellow/side,
-/area/engine/engineering)
-"bOV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "O2 to Pure";
+ on = 0
},
-/turf/open/floor/plasteel/caution/corner{
- dir = 8
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMf" = (
+/obj/effect/decal/remains/human,
+/turf/closed/mineral,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"bMg" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement{
+ pixel_y = 0
},
-/area/engine/engineering)
-"bOW" = (
-/obj/machinery/door/airlock/external{
- name = "Engineering External Access";
- req_access = null;
- req_access_txt = "10;13"
+/turf/open/floor/plasteel/black,
+/area/library)
+"bMh" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = -2;
+ pixel_y = 4
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/item/weapon/pen,
+/obj/item/weapon/barcodescanner,
+/turf/open/floor/plasteel/black,
+/area/library)
+"bMi" = (
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMj" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "CO2 Outlet Pump";
+ on = 0
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bOX" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_y = 32
+/area/atmos)
+"bMk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plating,
-/area/engine/engineering)
-"bOY" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/area/atmos)
+"bMl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 8;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "co2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
},
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bOZ" = (
-/turf/open/floor/plating/airless/warnplate,
-/area/engine/engineering)
-"bPa" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/engine/co2,
+/area/atmos)
+"bMm" = (
+/turf/open/floor/engine/co2,
+/area/atmos)
+"bMn" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bMo" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/light/small{
+ dir = 4
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+ broken = 1;
+ icon_state = "platingdmg1"
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bPb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/rods,
+/area/maintenance/aft)
+"bMp" = (
/obj/structure/chair{
dir = 1
},
-/obj/effect/decal/cleanable/robot_debris{
- icon_state = "gib3"
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bMq" = (
+/obj/structure/closet/lawcloset,
+/obj/item/weapon/gavelhammer,
+/obj/item/weapon/gavelblock,
+/obj/item/weapon/cartridge/lawyer,
+/obj/item/clothing/head/powdered_wig,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bMr" = (
+/obj/structure/chair{
+ dir = 8
},
/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bPc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/chapel/main)
-"bPd" = (
-/turf/closed/wall,
-/area/chapel/main)
-"bPe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/chapel/main)
-"bPf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bPg" = (
-/obj/structure/table,
-/obj/item/weapon/folder/red,
-/obj/item/device/taperecorder,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPi" = (
-/obj/machinery/door/airlock/security{
- name = "Interrogation";
- req_access = null;
- req_access_txt = "63"
+/area/maintenance/aft)
+"bMs" = (
+/obj/item/weapon/book/manual/barman_recipes,
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ opened = 1
},
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bPj" = (
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/item/weapon/cigbutt,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bMt" = (
+/obj/machinery/button/door{
+ desc = "A remote control-switch for the engineering security doors.";
+ id = "Engineering";
+ name = "Engineering Lockdown";
+ pixel_x = -24;
+ pixel_y = -10;
+ req_access_txt = "10"
},
-/area/security/main)
-"bPk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/button/door{
+ desc = "A remote control-switch for secure storage.";
+ id = "Secure Storage";
+ name = "Engineering Secure Storage";
+ pixel_x = -24;
+ pixel_y = 0;
+ req_access_txt = "11"
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bPl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bPm" = (
-/obj/effect/landmark{
- name = "blobstart"
+/obj/machinery/button/door{
+ id = "atmos";
+ name = "Atmospherics Lockdown";
+ pixel_x = -24;
+ pixel_y = 10;
+ req_access_txt = "24"
},
-/turf/open/floor/plasteel,
-/area/security/main)
-"bPn" = (
-/obj/structure/table,
-/obj/item/weapon/gun/energy/laser/practice,
-/obj/machinery/syndicatebomb/training,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bPo" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/weapon/folder/red,
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/paper/monitorkey,
/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bPp" = (
-/obj/structure/table,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8;
+ tag = ""
},
-/obj/item/device/radio/off,
-/obj/item/weapon/screwdriver{
- pixel_y = 10
+/area/engine/chiefs_office)
+"bMu" = (
+/turf/open/floor/plasteel,
+/area/engine/chiefs_office)
+"bMv" = (
+/obj/effect/landmark/start{
+ name = "Chief Engineer"
},
/turf/open/floor/plasteel,
-/area/security/main)
-"bPq" = (
-/obj/structure/chair{
- dir = 4
+/area/engine/chiefs_office)
+"bMw" = (
+/obj/structure/chair/office/light{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/security/main)
-"bPr" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/area/engine/chiefs_office)
+"bMx" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/lighter,
+/obj/item/clothing/glasses/meson{
+ pixel_y = 4
},
-/area/security/main)
-"bPs" = (
-/turf/closed/wall/r_wall,
-/area/security/hos)
-"bPt" = (
-/obj/machinery/light_switch{
- pixel_x = -25
+/obj/item/weapon/stamp/ce,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/machinery/keycard_auth{
+ pixel_x = 26;
+ pixel_y = 26
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/obj/machinery/power/apc{
- dir = 1;
- name = "Head of Security's Office APC";
- pixel_y = 25
+/area/engine/chiefs_office)
+"bMy" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bPu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/item/stack/rods,
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bMz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ dir = 9
},
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bMA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/black,
+/area/storage/tech)
+"bMB" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/metalfoam{
+ pixel_x = 4;
+ pixel_y = 7
},
-/area/maintenance/starboard)
-"bPv" = (
-/obj/item/device/taperecorder,
-/obj/item/device/radio/off,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera{
- c_tag = "Head of Security's Office"
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bPw" = (
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- pixel_x = -30
+ dir = 4;
+ pixel_x = -23;
+ pixel_y = 0
},
-/obj/machinery/camera{
- c_tag = "Quartermaster's Office";
- dir = 4
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8;
+ tag = ""
},
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel/brown{
- dir = 8
+/area/engine/engine_smes)
+"bMC" = (
+/obj/machinery/power/terminal{
+ icon_state = "term";
+ dir = 1
},
-/area/quartermaster/qm)
-"bPx" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 27
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
},
-/obj/machinery/computer/card/minor/hos,
-/turf/open/floor/plasteel/black,
-/area/security/hos)
-"bPy" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-18"
+/turf/open/floor/plasteel{
+ tag = "icon-warning (NORTH)"
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bPz" = (
-/obj/machinery/light{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel/darkblue/corner{
+/area/engine/engine_smes)
+"bMD" = (
+/obj/machinery/suit_storage_unit/engine,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
dir = 4
},
-/area/bridge)
-"bPA" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/area/engine/engine_smes)
+"bME" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
},
-/turf/open/floor/plasteel/darkblue/side{
- dir = 1
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Engineering Security APC";
+ pixel_x = -24
},
-/area/bridge)
-"bPB" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/darkblue/corner{
- dir = 1
+/turf/open/floor/plasteel/red/side{
+ dir = 8
},
-/area/bridge)
-"bPC" = (
+/area/security/checkpoint/engineering)
+"bMF" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/structure/fireaxecabinet{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
+/turf/open/floor/plasteel,
+/area/security/checkpoint/engineering)
+"bMG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bPD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plasteel/red/side{
+ dir = 4
},
+/area/security/checkpoint/engineering)
+"bMH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/landmark{
- name = "blobstart"
+/turf/open/floor/plating,
+/area/security/checkpoint/engineering)
+"bMI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bPE" = (
+/area/engine/engineering)
+"bMJ" = (
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bMK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/area/engine/engineering)
+"bML" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMM" = (
+/obj/item/weapon/pickaxe/mini,
+/turf/closed/mineral,
+/area/chapel/asteroid{
+ name = "Monastery Asteroid"
+ })
+"bMN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 8;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMO" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMP" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bMQ" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "co2_in";
+ name = "Carbon Dioxide Supply Control";
+ output_tag = "co2_out";
+ sensors = list("co2_sensor" = "Tank")
+ },
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
dir = 4
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bPF" = (
-/obj/machinery/light{
+/area/atmos)
+"bMR" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "co2_sensor"
+ },
+/turf/open/floor/engine/co2,
+/area/atmos)
+"bMS" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/turf/open/floor/engine/co2,
+/area/atmos)
+"bMT" = (
+/obj/machinery/light/small{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/power/apc{
- cell_type = 5000;
+/turf/open/floor/engine/co2,
+/area/atmos)
+"bMU" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/closed/mineral/random/low_chance,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bMV" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bMW" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"bMX" = (
+/obj/structure/closet/secure_closet/engineering_chief{
+ req_access_txt = "0"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
+ },
+/obj/item/clothing/glasses/meson/gar,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8;
+ tag = ""
+ },
+/area/engine/chiefs_office)
+"bMY" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
dir = 4;
- name = "Bridge APC";
- pixel_x = 27
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/chiefs_office)
+"bMZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
+/turf/open/floor/plasteel,
+/area/engine/chiefs_office)
+"bNa" = (
/obj/structure/cable{
d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/chiefs_office)
+"bNb" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "CE Office APC";
+ pixel_x = 28;
+ pixel_y = 0
},
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/darkblue/corner{
+/obj/machinery/modular_computer/console/preset/engineering,
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
dir = 4
},
-/area/bridge)
-"bPG" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = -32
+/area/engine/chiefs_office)
+"bNc" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = -32
+/obj/item/weapon/circuitboard/computer/robotics{
+ pixel_x = -2;
+ pixel_y = 2
},
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
+/obj/item/weapon/circuitboard/computer/mecha_control{
+ pixel_x = 1;
+ pixel_y = -1
},
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPH" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/turf/open/floor/plating,
+/area/storage/tech)
+"bNd" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/turf/open/floor/plasteel/blue/side{
- dir = 10
+/obj/item/weapon/circuitboard/computer/crew{
+ pixel_x = -1;
+ pixel_y = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPI" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 0
+/obj/item/weapon/circuitboard/computer/card{
+ pixel_x = 2;
+ pixel_y = -2
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPJ" = (
-/obj/machinery/light,
-/obj/structure/sign/securearea{
- pixel_y = -32
+/obj/item/weapon/circuitboard/computer/communications{
+ pixel_x = 5;
+ pixel_y = -5
},
-/turf/open/floor/plasteel/blue/side{
- dir = 0
+/obj/machinery/camera{
+ c_tag = "Secure Tech Storage";
+ dir = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPK" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/blue/side{
- dir = 6
+/turf/open/floor/plating,
+/area/storage/tech)
+"bNe" = (
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPL" = (
-/turf/open/floor/plasteel/neutral/side{
- dir = 8
+/obj/item/weapon/circuitboard/computer/borgupload{
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/item/weapon/circuitboard/computer/aiupload{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/turf/open/floor/plating,
+/area/storage/tech)
+"bNf" = (
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 20;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ layer = 4
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ layer = 4
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ layer = 4
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bPM" = (
-/turf/closed/wall,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bPN" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/door/airlock/maintenance{
- name = "Security Maintenance";
- req_access_txt = "1"
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bPO" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the engine containment area.";
+ dir = 4;
+ name = "Engine Monitor";
+ network = list("Singularity");
+ pixel_x = -32;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bPP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bPQ" = (
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/vending/snack,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8;
+ tag = ""
+ },
+/area/engine/engine_smes)
+"bNg" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
},
-/area/maintenance/starboard)
-"bPR" = (
-/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNh" = (
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bPS" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bPT" = (
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bPU" = (
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bPV" = (
-/obj/structure/chair{
- dir = 1
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
- burnt = 1;
- dir = 4;
- icon_state = "floorscorched2"
+/obj/effect/landmark/start{
+ name = "Station Engineer"
},
-/area/maintenance/starboard)
-"bPW" = (
-/obj/structure/chair{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNi" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
},
-/area/maintenance/starboard)
-"bPX" = (
-/obj/structure/chair{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ on = 1
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNj" = (
+/obj/structure/tank_dispenser,
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/area/maintenance/starboard)
-"bPY" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/turf/open/floor/plasteel/yellow/side{
+ tag = "icon-yellow (EAST)";
+ dir = 4
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/area/engine/engine_smes)
+"bNk" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/red/side{
+ dir = 10
},
-/area/maintenance/starboard)
-"bPZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/stool{
- pixel_y = 8
+/area/security/checkpoint/engineering)
+"bNl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bQa" = (
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel/red/side,
+/area/security/checkpoint/engineering)
+"bNm" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32;
+ pixel_y = 0
},
-/area/maintenance/starboard)
-"bQb" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bQc" = (
-/obj/structure/chair,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bQd" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/structure/closet/wardrobe/red,
+/turf/open/floor/plasteel/red/side{
+ dir = 6
},
-/area/maintenance/starboard)
-"bQe" = (
-/obj/structure/rack{
- dir = 8;
- layer = 2.9
+/area/security/checkpoint/engineering)
+"bNn" = (
+/turf/closed/wall/r_wall,
+/area/security/checkpoint/engineering)
+"bNo" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
},
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bQf" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/starboard)
-"bQg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall,
+/obj/effect/turf_decal/delivery,
/area/engine/engineering)
-"bQh" = (
-/obj/machinery/door/airlock/engineering{
- name = "Telecommunications Transit Tube";
- req_access_txt = "61"
+"bNp" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
},
+/obj/machinery/door/firedoor,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bQi" = (
-/obj/structure/closet/emcloset,
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bQj" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 1;
- state = 2
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/delivery,
/area/engine/engineering)
-"bQk" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+"bNq" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "Engineering";
+ name = "engineering security door"
},
-/obj/structure/grille,
-/obj/machinery/light,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bQl" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
},
-/obj/item/stack/rods,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bQm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/weapon/stock_parts/manipulator,
-/obj/effect/decal/cleanable/generic,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bQn" = (
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1480;
- name = "Confessional Intercom";
- pixel_x = -25
+/obj/effect/turf_decal/delivery,
+/area/engine/engineering)
+"bNr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
},
-/obj/structure/chair,
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bQo" = (
-/obj/machinery/door/morgue{
- name = "Confession Booth"
+/turf/closed/wall,
+/area/engine/engineering)
+"bNs" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNt" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ tag = "icon-intact (NORTHEAST)";
+ icon_state = "intact";
+ dir = 5
},
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bQp" = (
-/turf/open/floor/plasteel/chapel{
- dir = 1
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNu" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 4;
+ filter_type = "o2";
+ on = 1
},
-/area/chapel/main)
-"bQq" = (
-/turf/open/floor/plasteel/chapel{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNv" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
-/area/chapel/main)
-"bQr" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNw" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
},
-/area/chapel/main)
-"bQs" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNx" = (
/obj/machinery/camera{
- c_tag = "Chapel North"
+ c_tag = "Telecoms External Fore";
+ dir = 1;
+ network = list("SS13, Telecoms");
+ pixel_x = 0;
+ pixel_y = 0;
+ start_active = 1
},
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/space,
+/area/space)
+"bNy" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4;
+ initialize_directions = 12
},
-/turf/open/floor/plasteel/chapel{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNz" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 10
},
-/area/chapel/main)
-"bQt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNA" = (
+/obj/machinery/atmospherics/components/trinary/filter{
dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ filter_type = "co2";
+ on = 1
},
-/turf/open/floor/plasteel/chapel{
- dir = 1
+/turf/open/floor/plasteel,
+/area/atmos)
+"bNB" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
},
-/area/chapel/main)
-"bQu" = (
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bQv" = (
-/obj/item/device/radio/intercom{
+/turf/open/floor/plating,
+/area/atmos)
+"bNC" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 22
+ frequency = 1441;
+ id = "co2_in";
+ pixel_y = 1
},
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bQw" = (
-/obj/structure/window/fulltile,
-/obj/structure/grille,
+/turf/open/floor/engine/co2,
+/area/atmos)
+"bND" = (
+/obj/item/device/flashlight,
/turf/open/floor/plating,
-/area/chapel/main)
-"bQx" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_x = 28
+/area/maintenance/aft)
+"bNE" = (
+/obj/effect/decal/cleanable/vomit/old,
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bNF" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
-/obj/machinery/camera{
- c_tag = "Aft Port Primary Hallway South";
- dir = 8
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bNG" = (
+/obj/machinery/suit_storage_unit/ce,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 10
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/area/engine/chiefs_office)
+"bNH" = (
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/chiefs_office)
+"bNI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/chiefs_office)
+"bNJ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bQy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/structure/disposalpipe/segment{
dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQz" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/effect/landmark{
- name = "lightsout"
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/black,
-/area/security/main)
-"bQC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/chiefs_office)
+"bNK" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/closed/wall,
-/area/security/main)
-"bQD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/light_switch{
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
},
+/area/engine/chiefs_office)
+"bNL" = (
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"bNM" = (
/obj/structure/table,
-/obj/machinery/light{
- dir = 8
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/rods{
+ amount = 50
},
+/obj/item/stack/cable_coil,
/obj/machinery/power/apc{
+ cell_type = 10000;
dir = 8;
- name = "Security Office APC";
- pixel_x = -26
+ name = "Engine Room APC";
+ pixel_x = -26;
+ pixel_y = 0
},
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/structure/cable,
+/obj/item/stack/sheet/metal{
+ amount = 50;
+ layer = 2.9
},
-/area/security/main)
-"bQE" = (
+/obj/item/stack/cable_coil,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 8;
+ tag = ""
+ },
+/area/engine/engine_smes)
+"bNN" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bNO" = (
+/obj/structure/cable/yellow{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/security/main)
-"bQF" = (
+/area/engine/engine_smes)
+"bNP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bQG" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bQH" = (
-/obj/structure/table,
-/obj/item/weapon/restraints/handcuffs,
-/obj/item/device/assembly/timer,
/turf/open/floor/plasteel,
-/area/security/main)
-"bQI" = (
-/obj/structure/table,
+/area/engine/engine_smes)
+"bNQ" = (
+/obj/machinery/door/airlock/engineering{
+ cyclelinkeddir = 1;
+ name = "Engine Room";
+ req_access_txt = "10"
+ },
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bQJ" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/security/main)
-"bQK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/hos)
-"bQL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bNR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"bNS" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bNT" = (
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bNU" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bNV" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "n2_in";
+ name = "Nitrogen Supply Control";
+ output_tag = "n2_out";
+ sensors = list("n2_sensor" = "Tank")
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bQM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bNW" = (
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms External Access";
dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+ network = list("SS13","Telecoms")
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bQN" = (
-/obj/item/weapon/folder/red,
-/obj/item/weapon/stamp/hos,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table/wood,
-/obj/item/clothing/mask/cigarette/cigar/cohiba,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bQO" = (
-/obj/structure/chair/office/dark{
+/turf/open/floor/plasteel,
+/area/tcommsat/computer)
+"bNX" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bNY" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "o2_in";
+ name = "Oxygen Supply Control";
+ output_tag = "o2_out";
+ sensors = list("o2_sensor" = "Tank")
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bNZ" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
-/obj/effect/landmark/start{
- name = "Head of Security"
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bOa" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bOb" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "air_in";
+ name = "Mixed Air Supply Control";
+ output_tag = "air_out";
+ sensors = list("air_sensor" = "Tank")
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bQP" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Head of Security's Desk";
- departmentType = 5;
- name = "Head of Security RC";
- pixel_x = 30
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bOc" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms External Port";
+ dir = 8;
+ network = list("Telecoms")
},
-/turf/open/floor/plasteel/black,
-/area/security/hos)
-"bQQ" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/secure/briefcase,
-/obj/item/weapon/storage/box/ids,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bQR" = (
-/turf/open/floor/carpet,
-/area/bridge)
-"bQS" = (
+/turf/open/space,
+/area/space)
+"bOd" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air Outlet Pump";
+ on = 1
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bOe" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/atmos)
+"bOf" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms External Starboard";
+ dir = 4;
+ network = list("Telecoms")
+ },
+/turf/open/space,
+/area/space)
+"bOg" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 6
+ },
+/area/atmos)
+"bOh" = (
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
},
-/turf/open/floor/carpet,
-/area/bridge)
-"bQT" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bOi" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ icon_state = "2-8";
+ tag = ""
},
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 2;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bOj" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"bOk" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/engine/chiefs_office)
+"bOl" = (
+/obj/machinery/door/airlock/glass_command{
+ name = "Chief Engineer";
+ req_access_txt = "56"
},
-/area/maintenance/starboard)
-"bQU" = (
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/bridge)
-"bQV" = (
+/turf/open/floor/plasteel,
+/area/engine/chiefs_office)
+"bOm" = (
+/turf/closed/wall,
+/area/engine/chiefs_office)
+"bOn" = (
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"bOo" = (
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console"
+ },
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/item/weapon/crowbar,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/area/engine/engineering)
+"bOp" = (
+/obj/machinery/computer/station_alert,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/engine/engineering)
+"bOq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'HIGH VOLTAGE'";
+ icon_state = "shock";
+ name = "HIGH VOLTAGE"
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bQW" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/area/engine/engine_smes)
+"bOr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bQX" = (
-/turf/closed/wall/r_wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bQY" = (
+/turf/open/floor/plating,
+/area/engine/engine_smes)
+"bOs" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- id = "teleporter";
- name = "warehouse shutters"
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Power Storage";
+ req_access_txt = "11";
+ req_one_access_txt = "0"
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bQZ" = (
-/obj/machinery/newscaster{
- pixel_y = 30
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engine_smes)
+"bOt" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/engine/engine_smes)
+"bOu" = (
+/obj/machinery/vending/engivend,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
+/area/engine/engineering)
+"bOv" = (
+/obj/machinery/vending/tool,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bRa" = (
-/obj/structure/chair/comfy/beige,
-/obj/machinery/firealarm{
- pixel_y = 27
+/area/engine/engineering)
+"bOw" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
},
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bRb" = (
-/obj/structure/chair/comfy/beige,
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
+/area/engine/engineering)
+"bOx" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/effect/landmark/start{
- name = "Assistant"
+/area/engine/engineering)
+"bOy" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bRc" = (
-/obj/item/device/flashlight/lamp/green{
- pixel_x = 1;
- pixel_y = 5
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bRd" = (
+/area/engine/engineering)
+"bOz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
+"bOA" = (
/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bRe" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/turf/open/floor/plasteel/red/side{
- dir = 9
+/area/atmos)
+"bOB" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 0;
+ name = "Waste to Space";
+ on = 0
},
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bRf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/turf/open/floor/plasteel,
+/area/atmos)
+"bOC" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ initialize_directions = 12
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bOD" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Atmospherics External Access";
+ req_access = null;
+ req_access_txt = "24"
},
+/turf/open/floor/plating,
+/area/atmos)
+"bOE" = (
+/obj/structure/table_frame/wood,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bOF" = (
+/obj/item/trash/candy,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bOG" = (
+/turf/open/space,
+/area/space/nearstation)
+"bOH" = (
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
+"bOI" = (
/obj/machinery/power/apc{
- dir = 1;
- name = "Security Checkpoint APC";
- pixel_y = 25
+ cell_type = 5000;
+ dir = 8;
+ name = "Engineering Maintenance APC";
+ pixel_x = -25;
+ pixel_y = 1
},
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bRg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bOJ" = (
/obj/structure/cable{
- d1 = 1;
+ d1 = 4;
d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/red/side{
- dir = 5
- },
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bRh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bRi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/area/maintenance/starboard)
-"bRj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bRk" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged3"
+/area/maintenance/aft)
+"bOK" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Engineering Maintenance";
+ req_access_txt = "10"
},
-/area/maintenance/starboard)
-"bRl" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/stack/tile/plasteel{
- pixel_x = -7;
- pixel_y = -7
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bRm" = (
-/obj/effect/decal/cleanable/generic,
+/area/engine/engineering)
+"bOL" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bRn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOM" = (
/obj/structure/cable{
+ d1 = 4;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "4-8"
},
-/obj/machinery/power/apc{
- cell_type = 5000;
- name = "Engineering Maintenance APC";
- pixel_y = -24
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bRo" = (
-/obj/effect/decal/cleanable/dirt,
-/mob/living/carbon/monkey{
- name = "Mr. Deempisi"
- },
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bRp" = (
-/obj/item/weapon/cigbutt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bRq" = (
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged4"
- },
-/area/maintenance/starboard)
-"bRr" = (
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bRs" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bRt" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bRu" = (
+"bON" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/engine/engineering)
-"bRv" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the telecommunications satellite.";
- name = "Telecomms Monitor";
- network = list("Tcomms");
- pixel_y = 26
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = ""
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/structure/disposalpipe/sortjunction{
dir = 8;
- on = 1;
- scrub_Toxins = 0
+ icon_state = "pipe-j1s";
+ sortType = 5
},
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bRw" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
+"bOO" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/grille,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"bRx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bRy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/chapel/office)
-"bRz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/chapel/office)
-"bRA" = (
-/turf/closed/wall,
-/area/chapel/office)
-"bRB" = (
-/turf/open/floor/plasteel/chapel{
- dir = 8
- },
-/area/chapel/main)
-"bRC" = (
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"bRD" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"bRE" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- dir = 8
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/area/chapel/main)
-"bRF" = (
-/turf/open/floor/plasteel/black,
-/area/chapel/main)
-"bRG" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bRH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOP" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bRI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/closed/wall/r_wall,
-/area/security/main)
-"bRJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/camera{
+ c_tag = "Engineering Port Fore";
+ dir = 2;
+ network = list("SS13")
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/closed/wall,
-/area/security/main)
-"bRK" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/obj/structure/sign/map{
+ icon_state = "map-pubby";
+ pixel_y = 32
},
-/turf/closed/wall,
-/area/security/main)
-"bRL" = (
-/obj/structure/table,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/security/main)
-"bRM" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOR" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4"
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/security/main)
-"bRN" = (
+/area/engine/engineering)
+"bOS" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/security/main)
-"bRO" = (
+/area/engine/engineering)
+"bOT" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/airalarm{
+ dir = 2;
+ pixel_y = 22
},
-/area/maintenance/starboard)
-"bRP" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bRQ" = (
-/obj/structure/closet/bombcloset,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOU" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
+ },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bRR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOV" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/starboard)
-"bRS" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOX" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -48367,13 +46787,15 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/area/maintenance/starboard)
-"bRT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOY" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -48382,12 +46804,16 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bRU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bOZ" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -48396,468 +46822,543 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bRV" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/camera{
+ c_tag = "Engineering Starboard Fore";
dir = 2;
- icon_state = "pipe-c"
+ network = list("SS13")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 0;
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPa" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 8;
+ icon_state = "pipe-j2s";
+ sortType = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPb" = (
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRW" = (
-/mob/living/simple_animal/hostile/retaliate/bat{
- desc = "It's a spider! Run for it!";
- icon_state = "guard";
- name = "Sergeant Araneus"
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRX" = (
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
},
-/obj/item/weapon/pen,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRY" = (
-/turf/open/floor/carpet,
-/area/security/hos)
-"bRZ" = (
-/obj/machinery/computer/security,
-/obj/machinery/newscaster/security_unit{
- pixel_x = 30
- },
-/turf/open/floor/plasteel/black,
-/area/security/hos)
-"bSa" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/toolbox/emergency,
-/turf/open/floor/plasteel/darkblue/corner{
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPd" = (
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPe" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/space,
+/area/space)
+"bPf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bPg" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/space,
+/area/space)
+"bPh" = (
+/obj/machinery/light/small{
dir = 8
},
-/area/bridge)
-"bSb" = (
-/obj/structure/chair/comfy/black{
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32;
+ pixel_y = 0
+ },
+/turf/open/floor/plating,
+/area/atmos)
+"bPi" = (
+/obj/structure/table_frame/wood,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bPj" = (
+/obj/item/weapon/bikehorn/rubberducky,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bPk" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/aft)
+"bPl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/carpet,
-/area/bridge)
-"bSc" = (
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPo" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/table/reinforced,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/carpet,
-/area/bridge)
-"bSd" = (
-/obj/structure/table/reinforced,
-/obj/item/device/radio/off,
-/turf/open/floor/carpet,
-/area/bridge)
-"bSe" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/carpet,
-/area/bridge)
-"bSf" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/carpet,
-/area/bridge)
-"bSg" = (
-/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/recharger,
-/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/carpet,
-/area/bridge)
-"bSh" = (
-/obj/structure/chair/comfy/black{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPq" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1;
+ initialize_directions = 11
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPr" = (
+/obj/machinery/holopad,
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/carpet,
-/area/bridge)
-"bSi" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bSj" = (
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plating,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bSk" = (
-/obj/machinery/teleport/station,
-/obj/machinery/button/door{
- id = "teleporter";
- name = "Warehouse Door Control";
- pixel_x = -1;
- pixel_y = 24;
- req_access_txt = "31"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPt" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bSl" = (
-/obj/machinery/teleport/hub,
-/turf/open/floor/plating,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bSm" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/vault{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bSn" = (
-/obj/structure/closet/crate,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/vault{
- dir = 8
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bSo" = (
-/obj/structure/chair/comfy/beige{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bSp" = (
-/turf/open/floor/carpet,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bSq" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bSr" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger{
- pixel_y = 4
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPw" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bSs" = (
/turf/open/floor/plasteel,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bSt" = (
-/obj/machinery/computer/security,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30
- },
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/area/engine/engineering)
+"bPx" = (
+/obj/machinery/atmospherics/pipe/simple,
+/obj/structure/grille,
+/obj/machinery/meter,
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bPy" = (
+/obj/machinery/atmospherics/pipe/simple,
+/obj/structure/grille,
+/obj/machinery/meter{
+ name = "Mixed Air Tank In"
},
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bSu" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bPz" = (
+/obj/machinery/atmospherics/pipe/simple,
+/obj/structure/grille,
+/obj/machinery/meter{
+ name = "Mixed Air Tank Out"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor2"
+/turf/closed/wall/r_wall,
+/area/atmos)
+"bPA" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Atmospherics External Access";
+ req_access = null;
+ req_access_txt = "24"
},
-/obj/item/stack/rods,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bSv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/area/atmos)
+"bPB" = (
+/obj/structure/plasticflaps{
+ opacity = 1
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bSw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/turf/open/floor/plasteel/vault{
+ dir = 8
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bSx" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bSy" = (
-/turf/open/floor/plasteel{
- burnt = 1;
+/area/engine/engineering)
+"bPC" = (
+/obj/machinery/door/window/southleft{
+ base_state = "left";
dir = 4;
- icon_state = "floorscorched1"
+ icon_state = "left";
+ name = "Engineering Delivery";
+ req_access_txt = "10"
},
-/area/maintenance/starboard)
-"bSz" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "Engineering"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plasteel/vault{
dir = 8
},
-/turf/open/floor/plating,
/area/engine/engineering)
-"bSA" = (
+"bPD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/loadingarea{
+ dir = 4
+ },
+/area/engine/engineering)
+"bPE" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPF" = (
+/obj/structure/chair/stool,
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPG" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start{
+ name = "Station Engineer"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPH" = (
+/obj/structure/rack{
dir = 8;
- on = 1
+ layer = 2.9
},
-/turf/open/floor/plating,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/clothing/head/welding{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/item/clothing/glasses/meson{
+ pixel_x = 3;
+ pixel_y = -4
+ },
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bSB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bSC" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/portsolar)
-"bSD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+"bPI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 1;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
-/obj/structure/cable{
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPJ" = (
+/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bSE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-4";
+ tag = ""
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPK" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bSF" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
+/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8";
+ tag = ""
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Engineering Central";
+ dir = 1;
+ network = list("SS13")
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bSG" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPL" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/obj/item/stack/rods,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ on = 1
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bSH" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPN" = (
+/obj/structure/rack{
dir = 8;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+ layer = 2.9
},
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bSI" = (
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/item/clothing/mask/gas{
+ pixel_x = 3;
+ pixel_y = 3
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bSJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor6"
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas{
+ pixel_x = -3;
+ pixel_y = -3
},
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bSK" = (
-/obj/structure/chair{
- dir = 1
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPO" = (
+/obj/structure/table,
+/obj/item/weapon/airlock_painter{
+ pixel_y = 3
},
-/obj/item/device/radio/intercom{
- broadcasting = 1;
- frequency = 1480;
- name = "Confessional Intercom";
- pixel_x = -27
+/obj/item/device/flashlight,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPP" = (
+/obj/structure/table,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bSL" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/chapel{
- dir = 4
+/obj/item/stack/cable_coil,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPQ" = (
+/obj/structure/closet/wardrobe/engineering_yellow,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bPR" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "n2_in"
},
-/area/chapel/main)
-"bSM" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bPS" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2_sensor"
},
-/turf/open/floor/plasteel/chapel{
- dir = 1
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bPT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "n2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
},
-/area/chapel/main)
-"bSN" = (
-/turf/open/floor/carpet{
- icon_state = "carpetsymbol"
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bPU" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "o2_in"
},
-/area/chapel/main)
-"bSO" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/turf/open/floor/engine/o2,
+/area/atmos)
+"bPV" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "o2_sensor"
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/turf/open/floor/engine/o2,
+/area/atmos)
+"bPW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 1;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ id_tag = "o2_out";
+ initialize_directions = 1;
+ internal_pressure_bound = 4000;
+ on = 1;
+ pressure_checks = 2;
+ pump_direction = 0
},
-/area/hallway/primary/port{
- name = "Aft Port Primary Hallway"
- })
-"bSP" = (
-/obj/structure/closet{
- name = "Evidence Closet"
+/turf/open/floor/engine/o2,
+/area/atmos)
+"bPX" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ frequency = 1441;
+ id = "air_in"
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bSQ" = (
-/obj/structure/closet{
- name = "Evidence Closet"
+/turf/open/floor/engine/air,
+/area/atmos)
+"bPY" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "air_sensor"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
+/turf/open/floor/engine/air,
+/area/atmos)
+"bPZ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+ dir = 1;
+ external_pressure_bound = 0;
+ frequency = 1441;
+ icon_state = "vent_map";
+ id_tag = "air_out";
+ internal_pressure_bound = 2000;
on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ pressure_checks = 2;
+ pump_direction = 0
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bSR" = (
-/obj/structure/closet{
- name = "Evidence Closet"
+/turf/open/floor/engine/air,
+/area/atmos)
+"bQa" = (
+/obj/structure/rack,
+/obj/item/weapon/paper,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bQb" = (
+/obj/item/toy/beach_ball{
+ desc = "The simple beach ball is one of Nanotrasen's most popular products. 'Why do we make beach balls? Because we can! (TM)' - Nanotrasen";
+ item_state = "beachball";
+ name = "NanoTrasen-brand beach ball";
+ pixel_y = 7
},
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bQc" = (
+/obj/item/weapon/phone,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bQd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- dir = 1
+ dir = 8
},
-/obj/machinery/camera{
- c_tag = "Brig Evidence Storage"
+/obj/item/device/radio/intercom{
+ dir = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -27
},
-/obj/machinery/airalarm{
- pixel_y = 23
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/area/engine/engineering)
+"bQe" = (
+/obj/structure/table,
+/obj/item/weapon/pen,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/clothing/glasses/meson,
+/obj/item/weapon/paper_bin{
+ layer = 2.9;
+ pixel_x = 0;
+ pixel_y = 0;
+ tag = "every single paper bin is edited to this"
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bSS" = (
-/obj/structure/filingcabinet/filingcabinet,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bST" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bSU" = (
-/obj/machinery/door/airlock/security{
- name = "Evidence Storage";
- req_access = null;
- req_access_txt = "63"
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQf" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/engineering_hacking{
+ pixel_x = 3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bSV" = (
+/obj/item/weapon/book/manual/wiki/engineering_construction,
+/obj/item/clothing/gloves/color/yellow,
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -48865,10558 +47366,7703 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
-/area/security/main)
-"bSW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bSX" = (
-/turf/open/floor/plasteel/red/corner,
-/area/security/main)
-"bSY" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/closet/wardrobe/red,
-/turf/open/floor/plasteel/red/side,
-/area/security/main)
-"bSZ" = (
-/obj/machinery/status_display{
- layer = 4;
- pixel_y = -32
- },
-/obj/machinery/camera{
- c_tag = "Brig Office";
- dir = 1
- },
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/red/side,
-/area/security/main)
-"bTa" = (
-/obj/machinery/newscaster{
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/red/side,
-/area/security/main)
-"bTb" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 5;
- pixel_y = -32
- },
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/red/side,
-/area/security/main)
-"bTc" = (
-/obj/structure/sign/goldenplaque{
- pixel_y = -32
+/area/engine/engineering)
+"bQg" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/engineering_singularity_safety{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/red/side,
-/area/security/main)
-"bTd" = (
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/red/side,
-/area/security/main)
-"bTe" = (
-/obj/structure/closet/secure_closet/security/sec,
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/obj/item/weapon/book/manual/wiki/engineering_guide,
+/obj/item/weapon/book/manual/engineering_particle_accelerator{
+ pixel_x = -3;
+ pixel_y = -3
},
-/area/security/main)
-"bTf" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bTg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
+/obj/item/clothing/gloves/color/yellow,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1;
+ external_pressure_bound = 101.325;
on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+ pressure_checks = 1
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bTh" = (
-/turf/open/floor/plasteel/black,
-/area/security/hos)
-"bTi" = (
-/obj/machinery/door/airlock/command{
- name = "Head of Security";
- req_access = null;
- req_access_txt = "58"
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQi" = (
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
},
-/turf/open/floor/plasteel/black,
-/area/security/hos)
-"bTj" = (
-/turf/open/floor/plasteel/darkblue/side{
- dir = 8
+/obj/structure/closet/radiation,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQj" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'RADIOACTIVE AREA'";
+ icon_state = "radiation";
+ name = "RADIOACTIVE AREA";
+ pixel_x = 0;
+ pixel_y = 0
},
-/area/bridge)
-"bTk" = (
-/obj/structure/cable{
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"bQk" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Singularity";
+ name = "radiation shutters"
+ },
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/turf/open/floor/carpet,
-/area/bridge)
-"bTl" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/carpet,
-/area/bridge)
-"bTm" = (
-/obj/structure/table/reinforced,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)"
+/turf/open/floor/plasteel{
+ dir = 2
},
-/turf/open/floor/carpet,
-/area/bridge)
-"bTn" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/folder/blue,
-/turf/open/floor/carpet,
-/area/bridge)
-"bTo" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/hand_labeler,
-/obj/item/device/assembly/timer,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/carpet,
-/area/bridge)
-"bTp" = (
-/obj/structure/chair/comfy/black{
+/obj/effect/turf_decal/bot{
+ dir = 2
+ },
+/area/engine/engineering)
+"bQl" = (
+/obj/machinery/light{
dir = 8
},
+/obj/structure/closet/secure_closet/engineering_welding,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQm" = (
+/obj/structure/table,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/weapon/storage/belt/utility,
+/obj/item/clothing/glasses/meson,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQn" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
/obj/structure/cable{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQo" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
},
-/turf/open/floor/carpet,
-/area/bridge)
-"bTq" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
},
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bTr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQq" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/machinery/light{
dir = 4
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Teleport Access";
- req_access_txt = "17"
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQr" = (
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bQs" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bQt" = (
+/turf/open/floor/engine/o2,
+/area/atmos)
+"bQu" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/engine/o2,
+/area/atmos)
+"bQv" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/turf/open/floor/plasteel/black,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTs" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/engine/air,
+/area/atmos)
+"bQw" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine/air,
+/area/atmos)
+"bQx" = (
+/turf/open/floor/engine/air,
+/area/atmos)
+"bQy" = (
+/obj/item/trash/tray,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/area/maintenance/aft)
+"bQz" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/maintenance/aft)
+"bQA" = (
+/obj/machinery/shieldgen,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bQB" = (
+/obj/machinery/shieldgen,
+/obj/machinery/light/small{
dir = 1
},
-/turf/open/floor/plasteel/warning{
- dir = 9
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bQC" = (
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bQD" = (
+/obj/machinery/door/poddoor{
+ id = "Secure Storage";
+ name = "secure storage"
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTt" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/area/engine/engineering)
+"bQE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/floor/plasteel/warning{
- dir = 1
+/area/engine/engineering)
+"bQF" = (
+/obj/structure/closet/radiation,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 0
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTu" = (
-/turf/open/floor/plasteel/warning{
- dir = 5
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQG" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTv" = (
-/turf/open/floor/plasteel/black,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTw" = (
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
+/area/engine/engineering)
+"bQH" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
+"bQI" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Center";
+ dir = 2;
+ pixel_x = 23
},
-/turf/open/floor/plasteel/black,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bTx" = (
/obj/machinery/light{
- dir = 8
+ dir = 1
},
-/turf/open/floor/plasteel/blue/side{
- dir = 8
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bTy" = (
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bTz" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/delivery,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bTA" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper,
-/obj/machinery/door/window/brigdoor{
- dir = 8;
- icon_state = "rightsecure";
- name = "Arrivals Security Checkpoint";
- pixel_x = -8;
- req_access_txt = "1"
+/area/engine/engineering)
+"bQJ" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/area/engine/engineering)
+"bQK" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27;
+ pixel_y = 0
},
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bTB" = (
-/obj/structure/chair/office/dark{
- dir = 8
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQL" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 2;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = -2
},
/turf/open/floor/plasteel,
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bTC" = (
-/obj/machinery/computer/card,
-/obj/item/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_x = 27
+/area/engine/engineering)
+"bQM" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 4
},
-/turf/open/floor/plasteel/red/side{
- dir = 4
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = -2
},
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bTD" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bTE" = (
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQN" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bQO" = (
+/obj/machinery/light/small,
+/turf/open/floor/engine/n2,
+/area/atmos)
+"bQP" = (
+/obj/machinery/light/small,
+/turf/open/floor/engine/o2,
+/area/atmos)
+"bQQ" = (
+/obj/machinery/light/small,
+/turf/open/floor/engine/air,
+/area/atmos)
+"bQR" = (
/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
+/obj/item/weapon/wirecutters,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bQS" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/cigarettes/cigpack_robustgold,
+/obj/effect/decal/cleanable/deadcockroach,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bQT" = (
+/obj/structure/closet/emcloset,
/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+ icon_state = "platingdmg3"
},
-/area/maintenance/starboard)
-"bTF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/blood/old,
-/obj/structure/kitchenspike,
-/turf/open/floor/plasteel/cafeteria,
-/area/maintenance/starboard)
-"bTG" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/structure/kitchenspike,
+/area/maintenance/aft)
+"bQU" = (
/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
-"bTH" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
+ icon_state = "panelscorched"
},
-/area/maintenance/starboard)
-"bTI" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/area/maintenance/aft)
+"bQV" = (
+/obj/machinery/field/generator,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bQW" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/metal{
+ amount = 50
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/obj/item/stack/rods{
+ amount = 50
},
-/area/maintenance/starboard)
-"bTJ" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/item/stack/sheet/glass{
+ amount = 50
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bTK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/generic,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bTL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-SE"
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 30
},
/turf/open/floor/plating,
/area/engine/engineering)
-"bTM" = (
-/obj/structure/transit_tube{
- icon_state = "E-SW"
- },
-/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+"bQX" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bTN" = (
-/obj/structure/transit_tube/station{
- dir = 1
- },
-/obj/structure/transit_tube_pod{
- dir = 4
+"bQY" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bTO" = (
-/obj/structure/transit_tube{
- icon_state = "W-SE"
+"bQZ" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
/area/engine/engineering)
-"bTP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/transit_tube{
- icon_state = "D-SW"
+"bRa" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Singularity";
+ name = "radiation shutters"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ dir = 2
+ },
+/obj/effect/turf_decal/bot{
+ dir = 2
},
-/turf/open/floor/plating,
/area/engine/engineering)
-"bTQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space,
-/area/maintenance/portsolar)
-"bTR" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/maintenance/portsolar)
-"bTS" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32
+"bRb" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_y = 22
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
},
/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bTT" = (
-/obj/machinery/power/terminal{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/light/small{
- dir = 1
+/area/engine/engineering)
+"bRc" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bTU" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/smes,
+/area/engine/engineering)
+"bRd" = (
+/obj/structure/particle_accelerator/end_cap,
/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bTV" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
+/area/engine/engineering)
+"bRe" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/closed/wall/r_wall,
-/area/maintenance/portsolar)
-"bTW" = (
-/obj/structure/cable{
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRf" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bTX" = (
-/obj/item/weapon/shard,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg2"
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bTY" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor6"
+/area/engine/engineering)
+"bRg" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Chapel Maintenance APC";
- pixel_y = -25
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg3"
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRh" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bTZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/cable_coil/cut{
- amount = 1;
- icon_state = "coil_red1";
- item_state = "coil_red"
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRi" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRj" = (
+/obj/item/weapon/shovel,
/turf/open/floor/plating,
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bUa" = (
+/area/maintenance/aft)
+"bRk" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRl" = (
+/obj/machinery/power/port_gen/pacman,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/chapel/office)
-"bUb" = (
-/obj/machinery/door/morgue{
- name = "Confession Booth (Chaplain)";
- req_access_txt = "22"
- },
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bUc" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/book/bible,
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
-"bUd" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bUe" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass{
- name = "Chapel"
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"bUf" = (
-/obj/effect/landmark/start{
- name = "Detective"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bUg" = (
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bUh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bUi" = (
-/turf/closed/wall,
-/area/security/prison)
-"bUj" = (
+/area/engine/engineering)
+"bRn" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner,
+/area/engine/engineering)
+"bRo" = (
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bRp" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Prison Gate";
- name = "prison blast door"
- },
-/obj/machinery/door/airlock/glass_security{
- name = "Prison Wing";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/delivery,
-/area/security/prison)
-"bUk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id = "Prison Gate";
- name = "prison blast door"
- },
-/obj/machinery/door/airlock/glass_security{
- name = "Prison Wing";
- req_access_txt = "2"
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bRq" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Port Aft";
+ dir = 1;
+ network = list("SS13")
},
-/turf/open/floor/plasteel/delivery,
-/area/security/prison)
-"bUl" = (
-/obj/structure/sign/securearea,
-/turf/closed/wall,
-/area/security/prison)
-"bUm" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bRr" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUn" = (
-/obj/machinery/recharger{
- pixel_y = 4
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"bRs" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/item/weapon/storage/secure/safe/HoS{
- pixel_x = 8;
- pixel_y = -27
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "11"
},
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUo" = (
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/machinery/keycard_auth{
- pixel_y = 25
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"bRt" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "11"
},
-/obj/structure/table/wood,
-/obj/item/weapon/cartridge/detective,
-/turf/open/floor/carpet,
-/area/security/hos)
-"bUp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/area/engine/engineering)
+"bRu" = (
+/obj/machinery/particle_accelerator/control_box,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRv" = (
+/obj/structure/particle_accelerator/fuel_chamber,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRw" = (
+/obj/effect/landmark/start{
+ name = "Station Engineer"
},
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRx" = (
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = 25;
+ pixel_y = 0;
+ req_access_txt = "11"
},
-/area/maintenance/starboard)
-"bUq" = (
-/obj/machinery/computer/prisoner,
-/obj/machinery/camera{
- c_tag = "Bridge West";
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
+/area/engine/engineering)
+"bRy" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/darkred/side{
- dir = 5
+/obj/machinery/button/door{
+ id = "Singularity";
+ name = "Shutters Control";
+ pixel_x = -25;
+ pixel_y = 0;
+ req_access_txt = "11"
},
-/area/bridge)
-"bUr" = (
-/turf/open/floor/plasteel/darkred/corner{
- dir = 1
+/turf/open/floor/plasteel/yellow/side,
+/area/engine/engineering)
+"bRz" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Starboard Aft";
+ dir = 1;
+ network = list("SS13")
},
-/area/bridge)
-"bUs" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bRA" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/carpet,
-/area/bridge)
-"bUt" = (
-/obj/structure/chair/comfy/black{
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bRB" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/turf/open/floor/carpet,
-/area/bridge)
-"bUu" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"bUv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bUw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/bridge)
-"bUx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkbrown/corner{
- dir = 4
- },
-/area/bridge)
-"bUy" = (
-/obj/machinery/computer/security/mining,
-/obj/machinery/camera{
- c_tag = "Bridge East";
- dir = 8
- },
-/obj/machinery/newscaster{
- pixel_x = 30
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/darkbrown/side{
- dir = 9
+/area/engine/engineering)
+"bRC" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRD" = (
+/obj/structure/closet/crate/medical,
+/obj/item/stack/medical/gauze,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRE" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet/random,
+/obj/structure/table/optable,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRF" = (
+/obj/machinery/power/emitter,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRG" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Telecommunications Transit Tube";
+ req_access_txt = "10; 61"
},
-/area/bridge)
-"bUz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/closed/wall/r_wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUA" = (
-/obj/machinery/light_switch{
- pixel_x = -24
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRH" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table,
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/warning{
- dir = 8
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRI" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "Singularity";
+ name = "radiation shutters"
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUB" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/bluespace_beacon,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/area/engine/engineering)
+"bRJ" = (
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
},
-/turf/open/floor/plasteel/warning{
- dir = 4
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = -7
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUD" = (
-/obj/structure/window/reinforced{
+/obj/item/weapon/crowbar,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/shieldwallgen,
-/turf/open/floor/plasteel/vault{
- dir = 8
+/area/engine/engineering)
+"bRK" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRL" = (
+/obj/structure/particle_accelerator/power_box,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRM" = (
+/obj/item/weapon/screwdriver,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRN" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUE" = (
-/obj/machinery/shieldwallgen,
-/turf/open/floor/plasteel/vault{
- dir = 8
+/area/engine/engineering)
+"bRO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bUF" = (
-/obj/item/weapon/reagent_containers/food/snacks/chips,
-/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bUG" = (
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bUH" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
},
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/red/side{
- dir = 8
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRP" = (
+/obj/effect/landmark{
+ name = "xeno_spawn";
+ pixel_x = -1
},
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bUI" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_x = 30
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRQ" = (
+/obj/effect/decal/cleanable/robot_debris{
+ icon_state = "gib7"
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRR" = (
+/obj/item/device/radio,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRS" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRT" = (
+/obj/machinery/field/generator,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRU" = (
+/obj/machinery/power/emitter,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bRV" = (
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/area/security/checkpoint2{
- name = "Customs"
- })
-"bUJ" = (
-/obj/structure/disposalpipe/segment,
+/area/engine/engineering)
+"bRW" = (
+/obj/structure/sign/poster{
+ pixel_x = 0;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump{
+ dir = 4;
+ external_pressure_bound = 101.325;
+ on = 1;
+ pressure_checks = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bRY" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/closet/emcloset{
+ anchored = 1;
+ desc = "It's a storage unit for emergency breath masks and O2 tanks, and is securely bolted in place.";
+ name = "anchored emergency closet"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bRZ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/stack/sheet/cardboard,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bUK" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
+/area/engine/engineering)
+"bSa" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
+/obj/item/weapon/tank/internals/plasma,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/maintenance/starboard)
-"bUL" = (
-/obj/effect/decal/cleanable/egg_smudge{
- icon_state = "smashed_egg2"
+/area/engine/engineering)
+"bSb" = (
+/obj/machinery/power/rad_collector{
+ anchored = 1
},
-/turf/open/floor/plasteel/cafeteria,
-/area/maintenance/starboard)
-"bUM" = (
-/obj/effect/decal/cleanable/flour,
-/turf/open/floor/plasteel/cafeteria,
-/area/maintenance/starboard)
-"bUN" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,
-/obj/machinery/computer/security/telescreen/entertainment{
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/area/engine/engineering)
+"bSc" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSd" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/area/engine/engineering)
+"bSe" = (
+/obj/structure/particle_accelerator/particle_emitter/left,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSf" = (
+/obj/structure/particle_accelerator/particle_emitter/center,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSg" = (
+/obj/structure/particle_accelerator/particle_emitter/right,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSh" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
pixel_x = -32
},
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bUO" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bUP" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/rag,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bUQ" = (
-/obj/structure/table,
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bUR" = (
-/obj/structure/transit_tube{
- icon_state = "S-NE"
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSi" = (
+/obj/machinery/light/small{
+ dir = 4
},
-/obj/structure/window/reinforced{
- dir = 1
+/obj/structure/closet/emcloset{
+ anchored = 1;
+ desc = "It's a storage unit for emergency breath masks and O2 tanks, and is securely bolted in place.";
+ name = "anchored emergency closet"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSj" = (
+/obj/docking_port/stationary{
+ dheight = 9;
+ dir = 2;
+ dwidth = 5;
+ height = 24;
+ id = "syndicate_se";
+ name = "southeast of station";
+ turf_type = /turf/open/space;
+ width = 18
},
-/obj/structure/lattice,
/turf/open/space,
/area/space)
-"bUS" = (
-/obj/structure/transit_tube{
- icon_state = "D-NW"
+"bSk" = (
+/obj/structure/chair,
+/obj/item/weapon/cigbutt,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bSl" = (
+/obj/item/weapon/reagent_containers/food/drinks/soda_cans/cola,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bSm" = (
+/obj/structure/transit_tube_pod,
+/obj/structure/transit_tube/station/reverse{
+ dir = 4
},
-/obj/structure/window/reinforced{
- dir = 1
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/area/engine/engineering)
+"bSn" = (
+/obj/machinery/camera{
+ c_tag = "Engineering Telecoms Access";
+ dir = 8;
+ network = list("Labor")
+ },
+/obj/machinery/light{
+ dir = 4;
+ icon_state = "tube1"
+ },
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching telecoms.";
+ dir = 8;
+ layer = 4;
+ name = "Telecoms Telescreen";
+ network = list("Telecoms");
+ pixel_x = 30;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bSo" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plating/airless,
-/area/space)
-"bUT" = (
-/obj/structure/window/reinforced{
- dir = 1
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "10;13"
},
-/turf/open/space,
-/area/space)
-"bUU" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable{
- icon_state = "0-4";
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSp" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
d2 = 4
},
-/turf/open/floor/plating/airless,
-/area/maintenance/portsolar)
-"bUV" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/area/engine/engineering)
+"bSq" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/space,
-/area/maintenance/portsolar)
-"bUW" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bSr" = (
+/obj/item/weapon/wirecutters,
+/obj/structure/cable/yellow{
+ d1 = 2;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "2-8";
+ tag = ""
},
-/turf/open/space,
-/area/maintenance/portsolar)
-"bUX" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bSs" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line,
+/area/engine/engineering)
+"bSt" = (
+/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/turf/open/space,
-/area/maintenance/portsolar)
-"bUY" = (
+/area/engine/engineering)
+"bSu" = (
/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
req_access = null;
- req_access_txt = "10; 13"
+ req_access_txt = "10;13"
},
/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bUZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/engine/engineering)
+"bSv" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms External Port Aft";
+ dir = 2;
+ network = list("Telecoms")
+ },
+/turf/open/space,
+/area/space)
+"bSw" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Telecoms External Starboard Aft";
+ dir = 2;
+ network = list("Telecoms")
},
+/turf/open/space,
+/area/space)
+"bSx" = (
+/obj/structure/transit_tube,
/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/area/engine/engineering)
+"bSy" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4;
+ on = 1;
+ scrub_N2O = 0;
+ scrub_Toxins = 0
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bSz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"bSA" = (
+/obj/structure/grille,
/obj/structure/cable{
d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVb" = (
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSB" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 8;
icon_state = "1-8"
},
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVc" = (
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSC" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Engine Containment Port Fore";
+ dir = 2;
+ network = list("Singularity")
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSD" = (
+/obj/machinery/power/grounding_rod,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSE" = (
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSG" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Engine Containment Starboard Fore";
+ dir = 2;
+ network = list("Singularity")
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSH" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVd" = (
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSI" = (
+/obj/structure/grille,
/obj/structure/cable{
- d1 = 4;
+ d1 = 2;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/obj/machinery/door/airlock/engineering{
- name = "Aft Port Solar Access";
- req_access_txt = "10"
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSJ" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSK" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "61"
},
/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bVe" = (
-/obj/structure/disposalpipe/segment,
+/area/engine/engineering)
+"bSL" = (
+/obj/structure/grille,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/cable{
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSM" = (
+/obj/structure/cable/yellow{
d1 = 2;
+ d2 = 4;
+ icon_state = "2-4";
+ tag = ""
+ },
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSN" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/turf/open/floor/plating{
- burnt = 1;
- icon_state = "panelscorched"
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSO" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8";
+ tag = ""
},
-/area/maintenance/port{
- name = "Chapel Maintenance"
- })
-"bVf" = (
-/obj/item/device/radio/intercom{
- pixel_y = 25
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/obj/machinery/light_switch{
- pixel_x = -25
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSP" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bVg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSQ" = (
+/obj/structure/transit_tube,
+/turf/open/floor/plating,
+/area/space)
+"bSR" = (
+/obj/machinery/light/small{
+ dir = 8
},
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bVh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bVi" = (
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bVj" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/main)
-"bVk" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/evidence,
-/obj/item/weapon/storage/box/evidence,
-/obj/item/weapon/storage/box/evidence,
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bVl" = (
-/obj/structure/table,
-/obj/item/weapon/storage/secure/briefcase{
- name = "Secure Evidence Briefcase";
- pixel_x = 3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/main)
-"bVm" = (
-/obj/structure/table,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/glasses/sunglasses/blindfold,
-/obj/item/clothing/mask/muzzle,
-/obj/item/clothing/ears/earmuffs{
- pixel_x = -3;
- pixel_y = -2
- },
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = -27
- },
-/obj/item/device/electropack,
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plasteel/white/side{
- dir = 8
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32;
+ pixel_y = 0
},
-/area/security/prison)
-"bVn" = (
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bSS" = (
+/obj/structure/grille,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bVo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bVp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/red/corner{
- dir = 4
- },
-/area/security/prison)
-"bVq" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/structure/closet/secure_closet/brig{
- anchored = 1
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bST" = (
+/obj/machinery/power/emitter{
+ anchored = 1;
+ dir = 4;
+ state = 2
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
},
-/area/security/prison)
-"bVr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSU" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/structure/closet/secure_closet/brig{
- anchored = 1
+/area/engine/engineering)
+"bSV" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSW" = (
+/obj/machinery/field/generator{
+ anchored = 1;
+ state = 2
},
-/area/security/prison)
-"bVs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bSX" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/prison)
-"bVt" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/prison)
-"bVu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/obj/structure/closet/secure_closet/injection,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bVv" = (
-/obj/structure/table,
-/obj/structure/sign/pods{
- pixel_x = 32
- },
-/obj/item/weapon/storage/box/prisoner,
-/turf/open/floor/plasteel/black,
-/area/security/prison)
-"bVw" = (
-/obj/machinery/door/airlock{
- name = "Private Restroom"
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/hos)
-"bVx" = (
-/turf/closed/wall,
-/area/security/hos)
-"bVy" = (
-/obj/machinery/computer/security,
-/obj/machinery/firealarm{
+/area/engine/engineering)
+"bSY" = (
+/obj/machinery/power/emitter{
+ anchored = 1;
dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/darkred/side{
- dir = 4
+ state = 2
},
-/area/bridge)
-"bVz" = (
-/obj/structure/chair{
- dir = 8;
- name = "Security Station"
+/obj/structure/cable{
+ icon_state = "0-4";
+ d2 = 4
},
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bVA" = (
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bSZ" = (
+/obj/structure/grille,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bVB" = (
-/obj/machinery/hologram/holopad,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bVC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bVD" = (
-/obj/structure/chair{
- dir = 4;
- name = "Logistics Station"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"bVE" = (
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel/darkblue/side{
- dir = 4
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/area/crew_quarters/heads)
-"bVF" = (
-/obj/item/weapon/hand_tele,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTa" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "Engineering External Access";
+ req_access = null;
+ req_access_txt = "61"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/table,
-/turf/open/floor/plasteel/warning{
- dir = 10
+/turf/open/floor/plating,
+/area/engine/engineering)
+"bTb" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bVG" = (
-/obj/structure/chair/stool,
-/obj/machinery/power/apc{
- name = "Teleporter APC";
- pixel_y = -25
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/warning,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bVH" = (
-/obj/machinery/light,
-/obj/structure/closet/crate,
-/obj/item/weapon/crowbar,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTc" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
},
-/obj/machinery/camera{
- c_tag = "Teleporter";
- dir = 1
+/obj/machinery/power/tesla_coil,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTd" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4";
+ d2 = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/power/tesla_coil,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTe" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/warning{
- dir = 4
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8";
+ tag = ""
},
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"bVI" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bVJ" = (
-/obj/item/weapon/storage/fancy/cigarettes{
- pixel_y = 2
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTf" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space,
+/area/space/nearstation)
+"bTg" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/item/weapon/lighter{
- pixel_x = 4;
- pixel_y = 2
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTh" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/grimy,
-/area/hallway/primary/aft{
- name = "Aft Starboard Primary Hallway"
- })
-"bVK" = (
-/obj/machinery/light_switch{
- pixel_x = 6;
- pixel_y = -25
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTi" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/structure/closet,
-/obj/item/weapon/crowbar,
-/obj/item/device/assembly/flash/handheld,
-/turf/open/floor/plasteel/red/side{
- dir = 10
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTj" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
},
-/area/security/checkpoint2{
- name = "Customs"
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTk" = (
+/turf/closed/mineral,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
})
-"bVL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
-/turf/open/floor/plasteel/red/side,
-/area/security/checkpoint2{
- name = "Customs"
+"bTl" = (
+/turf/closed/wall,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
})
-"bVM" = (
-/obj/structure/closet/secure_closet/security,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+"bTm" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'BOMB RANGE";
+ name = "BOMB RANGE"
},
-/turf/open/floor/plasteel/red/side{
- dir = 6
+/turf/closed/indestructible{
+ desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease";
+ icon_state = "riveted";
+ name = "hyper-reinforced wall"
},
-/area/security/checkpoint2{
- name = "Customs"
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
})
-"bVN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/security/checkpoint2{
- name = "Customs"
+"bTn" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
})
-"bVO" = (
-/obj/structure/disposalpipe/segment,
+"bTo" = (
+/obj/structure/transit_tube/crossing,
+/turf/open/floor/plating,
+/area/space)
+"bTp" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bVP" = (
-/obj/effect/decal/cleanable/flour,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/maintenance/starboard)
-"bVQ" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/cafeteria,
-/area/maintenance/starboard)
-"bVR" = (
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
- },
-/area/maintenance/starboard)
-"bVS" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/security/main)
-"bVT" = (
-/obj/machinery/door/airlock{
- name = "Kitchen";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged4"
- },
-/area/maintenance/starboard)
-"bVU" = (
-/obj/item/stack/tile/plasteel{
- pixel_x = 15;
- pixel_y = 16
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTq" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged2"
+/area/space/nearstation)
+"bTr" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/area/maintenance/starboard)
-"bVV" = (
-/turf/open/floor/plasteel/bar,
-/area/maintenance/starboard)
-"bVW" = (
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged1"
+/area/space/nearstation)
+"bTs" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/area/maintenance/starboard)
-"bVX" = (
-/turf/open/floor/plasteel{
- broken = 1;
- dir = 4;
- icon_state = "damaged3"
+/area/space/nearstation)
+"bTt" = (
+/obj/machinery/camera{
+ active_power_usage = 0;
+ c_tag = "Bomb Testing Asteroid Fore";
+ desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site. An external light is attached to the top.";
+ invuln = 1;
+ luminosity = 3;
+ name = "Hardened Bomb-Test Camera";
+ network = list("Toxins");
+ use_power = 0
},
-/area/maintenance/starboard)
-"bVY" = (
-/obj/structure/transit_tube{
- icon_state = "N-S"
+/turf/open/floor/plating/asteroid/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTu" = (
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/space,
-/area/space)
-"bVZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/structure/grille,
/turf/open/floor/plating/airless,
-/area/space)
-"bWa" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
+/area/engine/engineering)
+"bTv" = (
+/obj/machinery/the_singularitygen,
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/turf/open/space,
-/area/maintenance/portsolar)
-"bWb" = (
-/obj/structure/cable,
-/obj/machinery/power/solar_control{
- id = "aftport";
- name = "Aft Port Solar Control"
+/area/space/nearstation)
+"bTw" = (
+/obj/machinery/the_singularitygen/tesla,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"bTx" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bWc" = (
-/obj/item/stack/cable_coil,
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bWd" = (
-/obj/machinery/power/apc{
+/area/space/nearstation)
+"bTy" = (
+/obj/machinery/light{
dir = 4;
- name = "Aft Port Solar APC";
- pixel_x = 23;
- pixel_y = 2
- },
-/obj/structure/cable,
-/obj/machinery/camera{
- c_tag = "Aft Port Solar Control";
- dir = 1
+ icon_state = "tube1"
},
-/turf/open/floor/plating,
-/area/maintenance/portsolar)
-"bWe" = (
-/obj/structure/disposalpipe/segment,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/effect/spawner/lootdrop/grille_or_trash,
-/turf/open/floor/plating{
- broken = 1;
- icon_state = "platingdmg1"
- },
-/area/maintenance/port{
- name = "Chapel Maintenance"
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTz" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating/asteroid/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
})
-"bWf" = (
-/obj/structure/bodycontainer/crematorium,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bWg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+"bTA" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/obj/machinery/button/crematorium{
- pixel_x = 0;
- pixel_y = 25
+/area/space/nearstation)
+"bTB" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
},
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/area/space/nearstation)
+"bTC" = (
+/turf/open/floor/plating/airless,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bWh" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/area/space/nearstation)
+"bTD" = (
+/turf/closed/mineral/random/low_chance,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTE" = (
+/obj/item/device/radio/beacon,
+/obj/effect/landmark{
+ name = "revenantspawn"
},
-/obj/item/weapon/shard{
- icon_state = "small"
+/turf/open/floor/plating/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTF" = (
+/obj/item/device/flashlight/lantern{
+ on = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/open/floor/plating/asteroid/airless,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTG" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"bWi" = (
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTH" = (
+/obj/structure/grille,
/obj/structure/cable{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/command{
- name = "Head of Personnel";
- req_access = null;
- req_access_txt = "57"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/heads)
-"bWj" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTI" = (
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/item/weapon/paper_bin{
- pixel_x = -2;
- pixel_y = 5
+/obj/machinery/power/tesla_coil,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTK" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Engine Containment Port Aft";
+ dir = 1;
+ network = list("Singularity")
},
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTL" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4";
+ tag = "90Curve"
},
-/obj/structure/table/wood,
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bWk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTM" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/table/wood,
-/obj/item/weapon/storage/fancy/candle_box,
-/obj/item/weapon/storage/crayons,
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bWl" = (
-/obj/structure/cable{
- d1 = 2;
+/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "1-8";
+ tag = ""
},
-/obj/structure/cable{
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTN" = (
+/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/grimy,
-/area/chapel/office)
-"bWm" = (
-/obj/machinery/door/airlock/glass{
- name = "Chapel Office";
- req_access_txt = "22"
+ icon_state = "4-8";
+ pixel_y = 0
},
-/obj/structure/cable{
- d1 = 4;
+/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8";
+ tag = ""
},
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"bWn" = (
-/obj/structure/cable{
- d1 = 4;
+/obj/machinery/light,
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTO" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8";
+ tag = ""
},
-/turf/open/floor/plasteel/chapel{
- dir = 8
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTP" = (
+/obj/machinery/camera/emp_proof{
+ c_tag = "Engine Containment Starboard Aft";
+ dir = 1;
+ network = list("Singularity")
},
-/area/chapel/main)
-"bWo" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/turf/open/floor/plating/airless,
+/area/engine/engineering)
+"bTQ" = (
+/turf/closed/mineral/iron,
+/area/mine/explored{
+ name = "Bomb Testing Asteroid"
+ })
+"bTR" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/r_wall,
+/area/engine/engineering)
+"bTS" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/closed/mineral,
+/area/mine/explored{
+ name = "B